*, *: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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  width: 80%;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Avenir Next W01"; 
  src: url("https://fast.fonts.net/dv2/14/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2?d44f19a684109620e484157ca790e818787ad4b9b56ea79756bae23dba2fc86cb199b3bde5766c7777502481a25f4b774344364adce1956b158eece5a652158e5c7502f1c562eec6bda41bf62dd3c35b19b2c5fa51258801dd859c511be7ef74645dd997d68080e4efbdb0bd7385074e52b2b20ffd19e7932c8d313877c805f221f02a69d3b9ad107bde2a969b60ec1b7bc89e5b1043&projectId=2e4b4ded-8a34-448a-bd61-c8c9649321cd") format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face { 
  font-family: "Avenir Next W01";
  src: url("https://fast.fonts.net/dv2/14/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2?d44f19a684109620e484157ca790e818787ad4b9b56ea79756bae23dba2fc86cb199b3bde5766c7777502481a25f4b774344364adce1956b158eece5a652158e5c7502f1c562eec6bda41bf62dd3c35b19b2c5fa51258801dd859c511be7ef74645dd997d68080e4efbdb0bd7385074e52b2b20ffd19e7932c8d313877c805f221f02a69d3b9ad107bde2a969b60ec1b7bc89e5b1043&projectId=2e4b4ded-8a34-448a-bd61-c8c9649321cd") format("woff2"); 
  font-style: normal; 
  font-weight: 500; 
}

@font-face { 
  font-family: "Avenir Next W01"; 
  src: url("https://fast.fonts.net/dv2/14/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2?d44f19a684109620e484157ca790e818787ad4b9b56ea79756bae23dba2fc86cb199b3bde5766c7777502481a25f4b774344364adce1956b158eece5a652158e5c7502f1c562eec6bda41bf62dd3c35b19b2c5fa51258801dd859c511be7ef74645dd997d68080e4efbdb0bd7385074e52b2b20ffd19e7932c8d313877c805f221f02a69d3b9ad107bde2a969b60ec1b7bc89e5b1043&projectId=2e4b4ded-8a34-448a-bd61-c8c9649321cd") format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
}

@font-face { font-family: "Avenir Next W01"; 
  src: url("https://fast.fonts.net/dv2/14/14c73713-e4df-4dba-933b-057feeac8dd1.woff2?d44f19a684109620e484157ca790e818787ad4b9b56ea79756bae23dba2fc86cb199b3bde5766c7777502481a25f4b774344364adce1956b158eece5a652158e5c7502f1c562eec6bda41bf62dd3c35b19b2c5fa51258801dd859c511be7ef74645dd997d68080e4efbdb0bd7385074e52b2b20ffd19e7932c8d313877c805f221f02a69d3b9ad107bde2a969b60ec1b7bc89e5b1043&projectId=2e4b4ded-8a34-448a-bd61-c8c9649321cd") format("woff2"); 
  font-style: normal; 
  font-weight: 800;
}

@font-face { 
  font-family: ETmodules; 
  src: url("https://20127131.fs1.hubspotusercontent-ap1.net/hubfs/20127131/Epigroup_August2021/Fonts/modules.eot") format("embedded-opentype"),
    url("https://20127131.fs1.hubspotusercontent-ap1.net/hubfs/20127131/Epigroup_August2021/Fonts/modules.ttf") format("truetype"),
    url("https://20127131.fs1.hubspotusercontent-ap1.net/hubfs/20127131/Epigroup_August2021/Fonts/modules.woff") format("woff"), 
    url("https://20127131.fs1.hubspotusercontent-ap1.net/hubfs/20127131/Epigroup_August2021/Fonts/modules.svg") format("svg"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face {
  font-family: Wordpress;
  src: url("data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAVkAA0AAAAAC8gAAAUNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cBmAAgmIIBBEICooghzMLMgABNgIkA2AEIAWDYweBahtDCVGUTk6S7EeCbatmLXQhsS2GhRzkQBklNCzCM7nE83xzvffNJLv7AVUB2BI4RqEqNMueKkdKAztyyLHnb17DA30W/bVaSziRlLIIIwqkH97TXupLZyjthGaA08E6GJ/Vwbo6NE3b9ObrIcxENCB3aR1LqZhgxjt4QAL0vfvrd3p/a0Xo2f9ZTqATvSp1z3+u50LgyZ6MwpPvRxBniSjrzQxrKbfLBdyCjfPKplAo2kpYyqSlrvBxuqZ3pZI4ZfhKJ07yLwgwK7Oy5yg4589YUdpxvlEDRYMxCz5SP053HaiAj/0n1+5H92KyJ9VCKJH0EOoiKWjgfya04A8sLC1Auk4BMwAbwCzIDpAHgAbr5CCcoXkj4Uq50jRDtGQz2TCmr6SvS6OJ0ShAzN4AmhSDSRWnsEbHQWuwOBO2FCLNIrON46RBCjOKQAw7+nKjGkAKaZDsOwOU1tOoRO9ZhEqcS2GSUfYRkdDuKF+AMxFCGNB73QhBSW7s1g0oyBQswUdRMpONIsQuPipyFO3lA6DAJIn1ChEqIWrgx/FRirJYQu4L82GLHK8JMDXiuEERTVE4oifydq/gsHKy2RnZORgHb+DgcdkiguegnUtSiDRplG3AOSbxWyXlGHNwo4ZWs+mg62jvpthi8qjCTRehkLXXZnJxcha2QQjbQ4anmH3yE+YC5QlYGlr50DozIy/AJjY2hEdEXRM75DewE6n+gra2yMraIgwyN/XWgdSqP4HHezgg4PL7hW3ay9uWX2ldS71m8Tb6jdK18/TpAb0BYwJyvdpO+Jb1j7qwlZX0oHSagFx6NgaeSH/Q5yBAK9BV3Y+6s+0irjXXN3sEXDKINIh4xtPnZU+dbv7oGRtzQXNJ1S55l4f6Hz/qA6qrpOabmuo7u3h+ZKkUQcRq7TXwg0p777CkxJj0Um5ppGnmQwDng0bUunXh7keVht5+Mn5+v/S7TBldmXXFkQEHKe4+aIB0lUSIClfmoF2MPWZMDfLU+uB2cy+VSwLPnIVfK0OaOYJwFBaGfK5xDTxJ3/uUmQUFTBOjar94KkVPHdJAjfO5+fP3JfN3DXIo/Zci2Hk/BWY5ziPdCdatW4b0k0NhduJrtn8uh3u39QSazcyYBU47yfHDlmxdxO0u/75LDenW3ACj4Ksy+/JSadJ4tCQ9/YpM9NhYtHYyjS4ZjUszfhJQGGzEMZKFX13dE+4BbNz6kIqRymA/E1RZPldeJYvJiOjK/v9/dCTdALgfWL/l6VO8s7nfo750BZVE4liV1ZKUKC1/PX+SfnOG8L5x7p9Wdd8YI/XjCjqKrnSxY70EDBQQVrZGZ+tHeUYoH21GCmkDOQTqx2nyeD2tXJkADmY5oxrzqnQ7l4BghgMFFESwgwWAcXcEMGqWhzFkMxZ9x7Fa5sbGkLfYGs3w/j1DWa2QZggzADCm1ViM24vVPinYmPZia4bvuD3TUXQoUa6SllkNXEWwXgQH12bicw2+PU8AnMzT4ChVPopXgFtv7Vvs/QGOwOWoUihDOXg7oB9qZhQ7W3ibHDgtGieRBjXoTOrXDEaRzNR1JcJtzmS0SXkOrqW5pIa6pl5dG6bkTuhQsZ/ME5Fywp/Xr5QW1ZcgTlvMo7ikGuJQKFbquDa5ghkgSkqqmiZteulnkKEMZySjGct4JjIZ6chENnKRb/5K3ZS0HqFfl/MCrJwWKNBgwIKDABESzLDAChvsnEOiJCifBgAA") format("woff2");
  font-style: normal;
  font-weight: 400;
}


body {
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #fff;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 60px 60px rgb(0 0 0 / 5%);
  box-shadow: 0 0 60px 60px rgb(0 0 0 / 5%);
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  font-size: 100% !important;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  letter-spacing: .03rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* 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;
}
::selection {
  background-color: #a3c7d2;
  color: black;
}





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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 2rem;
}

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

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0.35rem;
  font-family: "Avenir Next W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 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 {
  background-color: #eee;
  font-family: "Avenir Next W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border: 0 solid;
  outline: none;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  padding: 16px;
  height: 48.8px;
  color: #3e3e3e !important;
  width: 100%;
}

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

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: #EF6B51;
}
.hs-error-msg {
  color: #f00 !important;
  font-size: 14px;
  margin-top: 3px;
  font-weight: normal;
  display: block;
  position: relative;
  letter-spacing: .03rem;
  line-height: 1.5;
  font-family: "Avenir Next W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  margin: 20px 0;
  font-size: 12.5px;
  background-color: rgba(163,199,210,1.0) !important;
  letter-spacing: .03rem;
  word-spacing: .1rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 21.25px;
  border-radius: 2rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: .7rem 1.5rem;
  border: 1px solid #a3c7d2 !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
/* Header container */
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  background-color: #25282a;
  height: 37px;
  line-height: 1em;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  z-index: 9;
  color: #fff;
}
.custom-header {
  min-height: 119.3px;
}
.lp-header .logo_container_inner {
  margin: 16px 0 13px -2px;
}
.lp-header .logo_container {
  position: relative;
}
.header__container {
  padding-top: 11px;
  line-height: 1em;
  max-width: 1380px;
  text-align: left;
  position: relative;
  margin: auto;
  width: 80%;
}
.header-top-menu {
  float: right;
}
.header-top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  padding: 0;
  list-style: none;
}
.header-top-menu ul li {
  position: relative;
  text-align: right;
  margin-right: 15px;
  display: inline-block;
  letter-spacing: .03rem;
  font-weight: 400;
}
.header-top-menu ul li:not(:last-child) {
  margin-right: 11px;
}
.header-top-menu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  -webkit-transition: background-color .4s,color .4s ease-in-out;
  transition: background-color .4s,color .4s ease-in-out;
}
.header-top-menu ul li.header-search-wrap a {
  display: none;
}
.header-top-menu ul li.header-search-wrap {
  margin-right: 0;
}
.header-search a.search-toggle {
  display: block !important;
  width: 16px;
  height: 16px;
  font-size: 0;
  background-image: url(https://20127131.fs1.hubspotusercontent-ap1.net/hubfs/20127131/raw_assets/public/Epigroup_August2021/images/search-icon.svg);
  background-size: 16px 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.search-box {
  visibility: hidden;
  width: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  border: solid 1px #bababa;
  border-radius: 3px;
  margin-top: -6px;
  margin-bottom: -6px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.header-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search-inner label.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}
.header-search-inner input#s {
  background: transparent;
  border: none;
  padding: 0 6px;
  width: 136px;
  height: 25px;
  font-size: 13.3333px;
  outline: none;
  color: #fff !important;
  margin: 0;
  font-family: inherit;
}
.header-search-inner input#searchsubmit {
  border: 0 !important;
  font-size: 0;
  width: 24px;
  background-image: url(https://20127131.fs1.hubspotusercontent-ap1.net/hubfs/20127131/raw_assets/public/Epigroup_August2021/images/search-icon.svg);
  background-size: 16px 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 25px;
  color: #fff;
  background-repeat: no-repeat;
  padding: 1px 6px;
  background-color: transparent !important;
  cursor: pointer;
  background-position: center center;
  margin: 0;
}
header.main-header {
  top: 37px;
  position: fixed;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 23px;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
}
.lp-header header.main-header {
  top: 0; 
}
header.main-header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 0;
  display: flex;
}
.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;
}
.logo_container img.hs-image-widget {
  max-height: 84%;
  width: auto;
  max-width: 271.958px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  height: auto;
}
.header-main-navigation {
  padding: 1rem 0;
  margin-left: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  float: right;
  font-weight: 600;
} 
nav.desktop-menu-nav {
  float: left;
  display: block;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul {
  float: left;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li {
  margin-top: 1rem;
  padding-right: 1.4rem;
  padding-bottom: 1rem;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  position: relative;
  line-height: 1em;
  letter-spacing: .03rem;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li>ul {
  margin-top: 1rem;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #a3c7d2;
  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;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li>a {
  font-size: 15px;
  padding: 2px 20px 0 6px;
  line-height: 1.2;
  color: #25282a;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li ul>li>a:hover {
  opacity: .7;
}
.header-search-inner input#searchsubmit:hover {
  opacity: 0.7;
}
.desktop-menu-nav-iner .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;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(6) {
  padding-right: 0;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(6)>a {
  font-size: 13px;
  padding: 1rem 2rem!important;
  font-weight: bold;
  border-radius: 2rem;
  background-color: #a3c7d2;
  color: white;
  -webkit-box-shadow: 0 0 75px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 75px 0 rgb(0 0 0 / 10%);
  text-transform: uppercase;
  -webkit-transition: .27s ease;
  -o-transition: .27s ease;
  transition: .27s ease;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li:last-child>a:after {
  display: none;
}
.logo_container_inner {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 0;
}
.logo_container_inner {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin: 9px 0 0 -1px;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li ul li{
  padding: 0 20px;
  font-size: 14px;
  position: relative;
  line-height: 2em;
  display: inline-block;
  letter-spacing: .03rem;
  font-weight: 400;
  width: 100%;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li ul>li>a {
  padding: 6px;
  line-height: 1.2;
  width: 200px;
  font-size: 15px;
  color: rgba(0,0,0,0.7);
  position: relative;
  display: block;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li>ul>li>ul {
  z-index: 9;
  top: -23px;
  left: 240px;
  position: absolute;
  padding: 20px 0;
  visibility: hidden;
  opacity: 0;
  width: 240px;
  background: #fff;
  border-top: 3px solid #a3c7d2;
  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;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after {
  -webkit-transform: rotate( -90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate( -90deg);
  right: 20px;
  top: 6px;
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  font-weight: 800;
}
.desktop-menu-nav-iner .hs-menu-wrapper>ul>li ul>li.hs-item-has-children>a {
  padding-right: 40px;
}
.search-open .search-box {
  width: 162px;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.search-open .header-search a.search-toggle {
  display: none !important;
}
.header-search-inner input#s::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}



@media(max-width: 1545px){
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li {
    padding-right: 0.4rem;
  } 
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(6)>a {
    padding: 0.75rem 1rem!important;
    font-size: 11px;
  }
  .logo_container img.hs-image-widget {
    max-width: 200px;
  }
  .logo_container_inner {
    margin: 16px 0 0 -2px;
  }
}



@media(max-width: 1345px){
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li {
    padding-right: 0.2rem;
  }
}


@media(min-width: 1280px){
  .mobile_nav_menu {
    display: none;
  }
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(7), 
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(8), 
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(9), 
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(10) {
    display: none;
  }
}


@media(max-width: 1279px){
  nav.desktop-menu-nav {
    display: none;
  }
  span.mobile_menu_bar.mobile_menu_bar_toggle {
    padding-bottom: 24px;
    padding-top: 15px;
    position: relative;
    display: block;
    line-height: 0;
  }
  .custom-header {
    min-height: 93.3px;
  }
  span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    color: #9dacb1;
    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;
    direction: ltr;
  }
  .desktop-menu-nav-iner .hs-menu-wrapper>ul {
    display: none;
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 9;
    border-top: 3px solid #9dacb1;
    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%);
  }
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li {
    padding: 0;
    margin: 0;
    display: block;
  }
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li>a, 
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(6)>a{
    background-color: transparent !important;
    font-weight: normal;
    color: rgba(37,40,42,0.6)!important;
    padding: 10px 5% !important;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-size: 14px;
    line-height: 23px !important;
    box-shadow: none !important;
  } 
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(6)>a{
    text-transform: capitalize;
  }
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li>a:hover,
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li:nth-child(6)>a:hover {
    opacity: .7;
  }
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  }
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li>ul {
    display: none !important;
  }
  .logo_container_inner {
    margin: 17px 0 0 -1px;
  }
}


@media(max-width: 981px){
  .top-header {
    display: none;
  }
  header.main-header {
    top: 0;
    position: absolute;
  }
  .header-main-navigation {
    padding-left: 230px;
    margin-left: auto;
    padding-top: 24px;
    display: block;
    padding-bottom: 0;
  }
  span.mobile_menu_bar.mobile_menu_bar_toggle { 
    padding-bottom: 24px;
    padding-top: 0;
  }
  .logo_container img.hs-image-widget {
    max-width: 125.875px;
    max-height: 54%;
    height: auto;
  }
  .desktop-menu-nav-iner .hs-menu-wrapper>ul>li>a {
    color: rgba(0,0,0,0.6) !important;
  }
  .logo_container_inner {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 18px 0 0 4px;
  }
  .custom-header {
    min-height: 80px;
  }
}
.footer {
  background-color: #25282a !important;
  display: block;
}
.footer * {
  color: #ffffff;
}
.footer__container {
  max-width: 1380px;
  text-align: left;
  position: relative;
  margin: auto;
  width: 80%;
}
.footer-row {
  padding: 6% 0 0;
}
.footer-section {
  width: 15.6%;
  float: left;
  margin-right: 5.5%;
  margin-bottom: 5.5%;
}
.footer-section.call-us {
  margin-right: 0;
}
.footer-section-inner {
  max-width: 100%;
  float: left;
}
.footer-section h4 {
  padding-bottom: 1.2rem;
  color: white;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0;
}
.footer__container:after, 
.footer__container:before {
  clear: both;
  content: "";
  display: block;
}
.menu-footer {
  line-height: 1.7em;
}
.footer-section .hs-menu-wrapper>ul {
  line-height: 1.7em;
}
.footer-section .hs-menu-wrapper>ul>li {
  margin-bottom: 5.04px;
  position: relative;
  letter-spacing: .03rem;
  font-weight: 400;
  line-height: 0;
}
.footer-section .hs-menu-wrapper>ul>li>a {
  color: #8e9390;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  line-height: 1.7em;
  font-family: "Avenir Next W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}
.footer-section.call-us .footer-section-inner {
  margin-bottom: 30px;
}
.footer-section.call-us p {
  margin-bottom: 0;
  font-size: 15px;
}
.footer-section.call-us p a {
  color: #fff;
}
.footer_form_inner h3#hs_cos_wrapper_footer_form_title {
  display: none;
}
.footer_form_inner .hs-form-field {
  margin-bottom: 10px !important;
  position: relative;
}
.footer_form_inner form label {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff !important;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0em;
  line-height: 1;
  text-align: left;
  margin: 0 10px 5px 0;
}
.footer_form_inner form .hs-input {
  background-color: #FFFFFF;
  border-radius: 5px;
  border-width: 1.5px;
  border-style: solid;
  color: #243544 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px !important;
  font-weight: normal;
  letter-spacing: 0em;
  height: 23.6667px;
  line-height: 1;
  text-align: left;
  border: 1px solid #CCCCCC;
  margin: 2px 0;
  width: 100%;
  padding: 5px;
}
.footer_form_inner label.hs-error-msg {
  margin: 10px;
  clear: both;
  display: inline-block;  
  background: #d93d3d;
  color: #fff;
  box-shadow: 0 1px 1px #900;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0em;
  line-height: 1;
  text-align: left;
}
.footer_form_inner form .input {
  line-height: 1;
}
.footer_form_inner form .actions {
  text-align: left;
  margin: 16px 0;
}
span.back-to-top {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  display: inline;
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  font-family: ETmodules;
  content: attr(data-icon);
  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-style: normal;
  direction: ltr;
}
span.back-to-top:before {
  content: "2";
}
span.back-to-top.show {
  opacity: 1;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}
.footer_form_inner form input.hs-button.primary.large {
  border: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #a3c7d2;
  border-color: #a3c7d2;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  height: 45px;
  width: 75%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px;
  display: inline-block;
}
.form-bottom-spacer {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  max-width: 100%;
}
.form-bottom-spacer-inner {
  line-height: 1.7em;
}

.footer-bottom {
  background-color: #25282a;
  padding: 15px 0 5px;
} 
.footer-copyright {
  margin-right: auto;
  text-align: left;
  color: #666;
  padding-bottom: 10px;
  float: left;
}
.footer-row:after, .footer-row:before {
  clear: both;
  content: "";
  display: block;
}
.footer-copyright {
  margin-right: auto;
  text-align: left;
  color: #666;
  padding-bottom: 10px;
  float: left;
}
.footer-copyright p {
  margin: 0;
  line-height: 1.5;
  font-family: "Avenir Next W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  letter-spacing: normal;
}



@media(max-width: 980px){
  .footer-row {
    padding: 8% 0;
  }
  .footer-section {
    margin: 0 7.5% 7.5% 0!important;
    width: 46.25%;
  }
  .footer-section:nth-child(2n) {
    margin-right: 0!important;
  }
  .footer-section.call-us {
    margin-bottom: 0!important;
  }

  .footer-section:nth-last-child(-n+2) {
    margin-bottom: 0!important;
  }
}


@media(max-width: 767px){
  .footer-row {
    padding: 10% 0;
  }
  .footer-section {
    margin-bottom: 9.5%!important;
    width: 100%!important;
    margin-right: 0!important;
  }
  .footer-section.call-us .footer-section-inner {
    margin-bottom: 9.5%;
  }
  .form-bottom-spacer {
    margin-bottom: 10.5%;
  }
  .footer-section:nth-last-child(-n+2) {
    margin-bottom: 9.5%!important;
  }
  .footer-section.call-us {
    margin-bottom: 0 !important;
  }
}


@media(max-width: 479px){
  .footer-row {
    padding: 12% 0;
  }
  .footer-section.call-us {
    margin-bottom: 11.5%!important;
  }
  .footer-section:nth-last-child(-n+2) {
    margin-bottom: 11.5%!important;
  }
  .footer-section {
    margin-bottom: 11.5%!important;
  }
  .form-bottom-spacer {
    margin-bottom: 11.5%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}


.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}


.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
} */