*, *: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;
  }
}


.banner-section .dnd-section>.row-fluid {
padding-left: 0;
padding-right: 0;
}
.banner-section .dnd-section {
padding: 0;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Material Icons";
  src: local("Material Icons"), local("MaterialIcons-Regular"), 
    url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/MaterialIcons-Regular.woff") format("woff"),
      url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/MaterialIcons-Regular.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        }

@font-face {
  font-family: "Work Sans";
  src: url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/QGYsz_wNahGAdqQ43Rh_fKDp.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
@font-face {
  font-family: "Work Sans";
  src: url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/QGYsz_wNahGAdqQ43Rh_fKDp.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
@font-face {
  font-family: "entypo-fontello";
  src: url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/entypo-fontello.woff2") format("woff2"),
    url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/entypo-fontello.woff") format("woff"),
      url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/MaterialIcons-Regular.ttf") format("truetype"),
        url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/entypo-fontello.eot") format("embedded-opentype");
          font-style: normal;
          font-weight: normal;
          font-display: auto;
          }

@font-face { font-family: "manrope"; 
  src: url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/manrope-light.ttf") format("truetype");
    font-style: normal; font-weight: 300;
    font-display: auto; 
    }
@font-face { font-family: "manrope"; 
  src: url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/manrope-semibold.ttf") format("truetype"); 
    font-style: normal; font-weight: 600; 
    font-display: auto;
    }

@font-face { font-family: "manrope";
  src: url("https://21239856.fs1.hubspotusercontent-ap1.net/hubfs/21239856/raw_assets/public/EmpireLegal_September2022/font/manrope-regular.ttf") format("truetype");
  font-style: normal; font-weight: 400; font-display: auto; }
body {
  line-height: 1.65em;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0.85em 0;
}

/* Anchors */

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

}


a:hover {
  cursor: pointer;
}



/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 8px;
  line-height: 1.1em;
}

/* 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;
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

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

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

/* Labels */

form label {
  display: inline-block;
  font-size:13px;
  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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  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.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: red;
}

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

.hs-error-msg {
  color: red;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */


form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus {
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}
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-color: #d9d8d6;
  background-color: #d9d8d6;
  color: #2d2a26;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 0px;
}

form input[type=submit], form .hs-button, button, .button {
  height: auto;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  text-transform: none;
  margin-top: 20px;
  display: inline-block;
  border-style:solid;
  width: auto;
  font-weight: 600;
  font-family: "Work Sans";
  -webkit-transition: padding .25s;
}
form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus, button:hover, button:focus, .button:hover, .button:focus {
  box-shadow: 0 0 100px rgb(50 50 50 / 8%) inset;
  text-decoration:none;
}
ul.no-list.hs-error-msgs label {
    color: red;
    display: inline-block;
    letter-spacing: normal;
}
@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }
}
form.hs-form.stacked {
    margin-bottom: 20px;
}


ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
}
/* 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;
}
.custom-header {
  color: #ffffff;
  position:fixed;
  z-index: 501;
  width: 100%;
  border-color: #fdc52d;
}

.custom-header-main {
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 1;
  border-color:transparent;
}
.custom-header-wrapper.page-center {
  border-color: #fdc52d;
  position: relative;
  height:150px;
  transition: all 0.5s ease;
}
.custom-header-inner-container {
  position: relative;
  height: 100%;
  width: 100%;
  border-color: #fdc52d;
}


.custom-header-nav {
  clear: none;
  position: absolute;
  z-index: 100;
  line-height: 30px;
  height: 100%;
  margin: 0;
  right: 0;
  border-color: #fdc52d;
}
.custom-header-nav-wrapper {
  float: left;
  position: relative;
  z-index: 3;
  padding-right: 25px;
  margin-right: 25px;
  border-right-width: 1px;
  border-right-style: solid;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

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

.custom-header-nav-wrapper .hs-menu-wrapper>ul {
  z-index: 110;
  position: relative;
}

.custom-header-nav-wrapper .hs-menu-wrapper>ul>li {
  line-height: 30px;
  float: left;
  position: relative;
  border-color: #fdc52d;
  z-index: 20;
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a {
  font-size: 18px;
  font-weight: 400;
  border-color: transparent;
  background: transparent;
  display: block;
  text-decoration: none;
  transition: border-color 0.2s ease-in-out;
  padding: 0 13px;
  height: 150px;
  line-height: 150px;
}

.custom-header-nav-wrapper .hs-menu-wrapper>ul>li:last-child {
  cursor: pointer;
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li:nth-child(7)>a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: '';
  font-family: 'entypo-fontello';
}

.custom-header-nav-wrapper .hs-menu-wrapper>ul>li:last-child>a {
  padding-right: 0;
}
.custom-header-nav-social ul {
  position: relative;
  top: 50%;
  margin-top: -16px;
  right: 0;
  overflow: hidden;
  clear: none;
  float: left;
  height: 30px;
  z-index: 150;
  -webkit-backface-visibility: hidden;
  margin-left: -9px;
  border-color: #fdc52d;
  background: transparent;
  list-style: none;
  padding: 0;
}
.custom-header-nav-social ul li {
  background: transparent;
  border: none;
  display: block;
  width: 30px;
  height: 100%;
  float: left;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.custom-header-nav-social ul li:last-child {
  border-right-style: none;
  border-right-width: 0;
}

.custom-header-nav-social ul li.social_bookmarks_facebook a:before {
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content:'';
}


.custom-header-nav-social ul li.social_bookmarks_instagram a:before {
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: '';
}

.custom-header-nav-social ul li.social_bookmarks_linkedin a:before {
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: '';
}
.custom-header-nav-social ul li a {
  float: left;
  width: 30px;
  line-height: 30px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0;
  min-height: 30px;
  height: 100%;
  overflow: visible;
  z-index: 2;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out;
  border-radius: 100px;
  border-color: transparent;

}


.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul {
  background-color: #ffffff;
  color: #969696;
  border-top-width: 2px;
  border-top-style: solid;
  border-color: #fdc52d;
  margin-left: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 208px;
  z-index: 2;
  padding: 0;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  margin-top: -1px;
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  z-index: 20;
  width: 100%;
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  line-height: 23px;
  padding: 8px 15px;
  font-size: 12px;
  min-height: 23px;
  max-width: none;
  text-decoration: none;
  font-family: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-color: #fdc52d;
  border-left-width: 1px;
}


.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover,
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a:focus{

}

.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul{
  display:none;
  visibility:hidden;
  opacity:0;
}

.custom-header-nav-wrapper .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  display:block;
  visibility:visible;
  opacity:1;
}

.custom-header-nav-social {
  float: left;
  position: relative;
  height: 30px;
  z-index: 150;
  -webkit-backface-visibility: hidden;
  top: 50%;
  right: 0;
  clear: none;

}

.custom-header-nav-wrapper .hs-menu-wrapper>ul>li:last-child {
  display: none;
}


.custom-header-logo {
  float: left;
  position: absolute;
  left: 0;
  z-index: 1;
  border-color: #fdc52d;
  display: block;
  height: 100%;
}

span.desktop-logo {
  border-color: #fdc52d;
}

span.desktop-logo img.hs-image-widget {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
  transition: opacity 0.4s ease-in-out;
  max-width: 100%;
  opacity: 1;
  width: 396px !important;
}
span.black-logo img {
  transition: all 0.5s ease;
  image-rendering: auto;
  position: relative;
  z-index: 2;
  padding: 0;
  display: block;
  height: auto;
  width: 396px !important;
  max-width: 100%;
  opacity: 0;
}

span.avia-menu-fx {
  background-color: #fdc52d;
  color: #ffffff;
  border-color: #dba30b;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: -1px;
  height: 2px;
  z-index: 10;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.custom-header.sticky span.avia-menu-fx {
  background-color: #fdc52d;
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li:hover span.avia-menu-fx{
  opacity: 1;
  visibility: visible;
}



.custom-header-main {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.custom-header {
  background: #fff;

}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a {

  transition: all 0.5s ease;
}


.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul {
  border-bottom: 1px solid;
  border-color: #fdc52d;
}

.no-banner .main-header {
  min-height: 152px;
}
span.black-logo img{
  opacity:1;
}


.custom-header-nav-social ul li a{
  color: #969697;
}

.sticky span.black-logo img {
  width:198px !important;
}

.sticky .custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a {
  height: 75px;
  line-height: 75px;
}

.sticky .custom-header-wrapper.page-center {

  height: 75px;
}
span.av-hamburger.open span.av-hamburger-inner {
  background-color: #2d2a26;
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}
span.av-hamburger.open span.av-hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;
  background-color: #2d2a26;
}
span.av-hamburger.open span.av-hamburger-inner::after {
  background-color: #2d2a26;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
}
a#scroll-top-link {
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 0.7;
  visibility: visible;
  right: 50px;
  bottom: 50px;
  color:#2d2a26;
  z-index: 1030;
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-out;
}
form#searchform>div input#searchsubmit:hover {
  box-shadow: none;
}
a#scroll-top-link:hover{
  color: #fdc52d;
}

@keyframes avia_pop{
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.avia-search-tooltip {
  position: absolute;
  z-index: 9999999;
  padding: 0;
  width: 300px;
  top: 85% !important;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 20%);
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  color: #969696;
  animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  border-color: #fdc52d;
  display:none;
  right: 120px;
  opacity:0;
}
span.black-logo {
  opacity: 0;
}
.custom-header.sticky span.desktop-logo {
  display: none;
}
.custom-header.sticky span.black-logo {
  opacity: 1;
}

.inner_tooltip {
  border-color: #fdc52d;
}
form#searchform {
  margin: 0;
  padding: 0;
}
form#searchform>div {
  position: relative;
  max-width: 300px;
  margin: 16px;
}
form#searchform>div input#searchsubmit {
  background-color: #fdc52d;
  color: #ffffff;
  border-color: #dba30b;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  transition: all 0.3s ease-out;
  font-family: 'entypo-fontello';
  font-size: 17px;
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
}
form#searchform>div input#s {
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  border-color: #fdc52d;
  background-color: #f8f8f8;
  color: #969696;
  -webkit-appearance: none;
}
form#searchform>div input#s::placeholder {
  color: #969696;
}
span.avia-arrow-wrapp {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 10px;
  margin-left: -10px;
  overflow: hidden;
  border-color: #fdc52d;
}
span.avia-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  border-color: #fdc52d;
  top: 15px;
  background-color: #ffffff;
  color: #969696;
}
.mobile-menu{
  display:none;
}
body.line .mobile-menu {
  visibility:visible;
  opacity:1;
  display:block;
}
body.line .mobile-menu-scroll {
  transform: translateX(0);
}
body.line .mobile-menu-bg {
  visibility:visible;
  opacity: 0.3;
  cursor: pointer;
}

.mobile-menu-scroll-inner .hs-menu-wrapper>ul>li>ul>li>a:before {
  height: 1px;
  display: block;
  position: absolute;
  margin-top: 0;
  opacity: 0.3;
  border: none!important;
  width: 7px;
  left: 50px;
  top: 50%;
  background-color: #2d2a26;
  content: '';
}
.avia-search-tooltip.pop {
  display: block;
  opacity:1;
}
.mobile-menu-scroll-inner .hs-menu-wrapper>ul>li>a:hover, .mobile-menu-scroll-inner .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background-color: #f8f8f8;
  color: #2d2a26;
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li:nth-child(7) span.avia-menu-fx {
  border: none;
  background-color: transparent;
  border-color: transparent;
}
body.line .custom-header-nav-social {
  z-index: 0;
}
.custom-header{
  font-size:15px;
}
.mobile-menu-scroll-inner .hs-menu-wrapper ul li a {
  font-family: "manrope";
  font-weight: 400;
}
a#scroll-top-link:hover {
  background-color: #d9d8d6;
  color: #fdc52d;
  border: 1px solid #d9d8d6;
}
.mobile-menu-scroll-inner .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: Helvetica;
}
.mobile-menu-scroll-inner #hs_cos_wrapper_header-mobile-menu {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 125px 0;
}
body.line a#scroll-top-link {
  z-index: 99;
}
.custom-header.sticky span.black-logo img {
  top: 0;
}
.custom-header-main,
.custom-header-nav-wrapper{
  border-color: transparent;
}
.main-header {
  min-height: 152px;
}
@media(min-width:992px){
  .mobile-menu {
    opacity:0;
    visibility:hidden;
  }
}
@media (max-width:1149px) and (min-width:992px){
  span.black-logo img {
    width: 200px !important;
    vertical-align: middle;
    position: relative;
    top: 40px;
  }
  span.desktop-logo img.hs-image-widget {
    top: 35px;
  }
}

@media (max-width:992px){
  span.black-logo img, span.desktop-logo img.hs-image-widget {
    display: none;
  }
  .custom-header {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 !important;
    opacity: 1;
    min-height: 0;
  }
  span.desktop-logo img.hs-image-widget {
    width: 200px !important;
  }
  .mobile-menu {
    visibility:hidden;
    opacity:0;
    display:block;
  }
  .custom-header-logo {
    position: static;
    display: table;
    height: 80px !important;
    float: none;
    padding: 0;
    border: none;
    width: 80%;
  }
  span.black-logo a {
    display: table-cell;
    vertical-align: middle;
  }
  span.black-logo a img.hs-image-widget {
    height: auto !important;
    max-width: 100%;
    width: 211px !important;
    display: block;
  }
  .custom-header-nav {
    top: 0;
    height: 80px;
    left: auto;
    right: 0;
    display: block;
    position: absolute;
  }
  .custom-header-nav-social {
    display: block;
    position: relative;

  }
  .custom-header-nav-social ul li {

    display: inline-block;
  }
  .custom-header-nav-wrapper {
    height: 100%;
  }
  .custom-header-nav-wrapper .hs-menu-wrapper>ul>li:not(:last-child) {
    display: none;
  }
  .custom-header-nav-wrapper .hs-menu-wrapper>ul>li:nth-child(7) {
    display: block;
  }
  .custom-header-wrapper.page-center {
    line-height: 80px;
    height: auto !important;
  }
  .custom-header-nav-wrapper .hs-menu-wrapper>ul>li:nth-child(7) a {
    min-width: 0;
    padding: 0 0 0 20px;
    margin: 0;
    border-style: none;
    border-width: 0;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
  }
  .custom-header-nav-wrapper .hs-menu-wrapper>ul>li:last-child {
    display: block;
  }
  .custom-header-nav-wrapper .hs-menu-wrapper>ul>li:last-child>a {
    min-width: 0;
    padding: 0 0 0 20px;
    margin: 0;
    border-style: none;
    border-width: 0;
    height: 80px;
    line-height: 80px;
    transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;
  }
  span.av-hamburger {
    padding: 0 0 0 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  span.av-hamburger-box {
    height: 8px;
    display: inline-block;
    position: relative;
    width: 35px;
  }
  span.av-hamburger-inner {
    background-color: #969696;
    width: 100%;
    border-radius: 3px;
    height: 3px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -2px;
    transition: transform 0.15s ease;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  span.av-hamburger-inner:before{
    background-color: #969696;
    transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease;
    width: 100%;
    content: "";
    display: block;
    border-radius: 3px;
    position: absolute;
    top: -10px;
    height: 3px;
  }
  span.av-hamburger-inner:after {
    bottom: -10px;
    content: "";
    display: block;
    width: 100%;
    border-radius: 3px;
    position: absolute;
    background-color: #969696;
    height: 3px;
    transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease;
  }
  .main-header {
    min-height: 80px;
  }
  span.black-logo .hs_cos_wrapper_type_logo {
    display: block;
  }

  .mobile-menu-scroll-inner .hs-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu-scroll-inner .hs-menu-wrapper>ul {
    padding: 0px;
    height: 100%;
    width: 100%;
    vertical-align: middle;

  }
  .mobile-menu-scroll-inner .hs-menu-wrapper>ul>li {
    opacity: 1;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out;
    -webkit-transform: translate3d(0,0,0);
    margin: 0;
  }
  .mobile-menu-scroll-inner .hs-menu-wrapper>ul>li>a {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    color: #2d2a26;
    border-color: #fdc52d;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    text-decoration: none;
    font-family: Helvetica;
  }
  .mobile-menu-scroll-inner .hs-menu-wrapper>ul>li>ul>li>a {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    padding-left: 70px;
    color: #2d2a26;
    position: relative;
  }
  .mobile-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: table;
    vertical-align: middle;
    text-align: center;
    z-index: 5;
    z-index: 3;
    opacity: 0.9;
    background: #000;
    display: block;
    position: fixed;
  }
  .mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    font-size: 1em;
  }
  .mobile-menu-scroll {
    background: #ffffff;
    width: 350px;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
    overflow: auto;
    position: absolute;
    height: 100%;
    z-index: 10;
    right:0;
    max-width:100%;
  }
  .mobile-menu-scroll-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: table;
    vertical-align: middle;
    text-align: center;
    z-index: 5;
  }
  .mobile-menu-scroll-inner .hs-menu-wrapper>ul>li>ul>li>a {
    border-color: #fdc52d;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .mobile-menu-bg {
    opacity: 0;
    visibility:hidden;
  }
  .custom-header-nav-wrapper {
    z-index: 999;
  }
  body.line .custom-header-nav-wrapper {
    border: none;
  }

  .custom-header-nav-wrapper {
    margin-right: 34px;

  }
  span.av-hamburger-inner:after, span.av-hamburger-inner:before {
    background-color: #fff;

  }
  span.av-hamburger-inner {
    background: #fff;
  }

}
@media (min-width:480px) and (max-width:500px){
  .custom-header-nav-wrapper {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 479px){
  .custom-header-nav-social {
    display: none;
  }

  .custom-header-nav-wrapper {
    padding: 0;
    margin: 0;
    border: none;
  }

  .avia-search-tooltip {
    right: 0;
    width:250px;
  }
}



body.no-banner span.black-logo {
  opacity: 1;
}




body.no-banner .custom-header{
  background:#fff;
}
body.no-banner .custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a{
  color: #2d2a26;
}


body.no-banner .custom-header-nav-social ul li a{
  color: #969697;
}

body.no-banner .custom-header-main,
body.no-banner .custom-header-nav-wrapper{
  border-color:#fdc52d;
}

body.no-banner span.av-hamburger-inner,
body.no-banner span.av-hamburger-inner:after, body.no-banner span.av-hamburger-inner:before{
  background:#969696;
}

body.no-banner span.desktop-logo {
  opacity: 0;
}

body.no-banner span.avia-menu-fx{
  color: rgba(253, 197, 45, 1.0);
}


body.line .custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a {
    color: rgba(68, 68, 68, 1.0);
}
.cst-ftr {
  font-size: 11px;
  margin-top: -1px;
  z-index: 1;
  background-color: #ffffff;
  color: #2d2a26;
  border-color: #ebebeb;
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
}

.cst-footer-wrapper.page-center {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.copyright-wrap {
  float: left;
}
.footer-social {
  float: right;
  margin: -10px 0 0 30px;
  position: relative;
  z-index: 150;
  -webkit-backface-visibility: hidden;
  list-style: none outside;
}
.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social ul li {
  border-radius: 300px;
  border: none;
  overflow: hidden;
  top: 5px;
  position: relative;
  height: 100%;
  float: left;
  padding: 0;
  display: block;
  width: 30px;
}
.footer-social ul li a {
  transition: all 0.3s ease-out;
  border-radius: 300px;
  float: left;
  width: 30px;
  line-height: 30px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0;
  min-height: 30px;
  height: 100%;
  overflow: visible;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #969696;
}
.footer-social ul li a:before {
  font-family: "entypo-fontello";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;

}
li.social_bookmarks_facebook a:before{
  content: '';
}

li.social_bookmarks_instagram a:before{
  content:'';
}

li.social_bookmarks_linkedin a:before{
  content:'';
}



.footer-social ul li a:hover{

  color: #fdc52d;
}


.footer-form .hs_submit.hs-submit input.hs-button.primary.large{
  font-size: 1em;
}
.cst-top-footer {
  width: 100%;
  table-layout: fixed;
  display: table;
  border-top-style: none;
  clear: both;
  position: relative;
  border-top-width: 0px;
}
.cst-top-footer-left {
  padding: 50px 50px 50px 50px !important;
  width: 50%;
  margin-left: 0;
  margin-top: 0;
  vertical-align: middle;
  display:table-cell;
}
.cst-ftr {
  line-height: 25px;
}
.cst-top-footer-left-inner {
  display: block;
  position: relative;
}
.cst-top-footer-left-section1 {
  margin-top: 0;
  margin-left: 0;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.cst-top-footer-left-section1-top {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
  clear: both;
  position: relative;
  max-width: 100%;
  animation: avia_image_appear 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  opacity: 1;
}


@keyframes avia_image_appear{
  0% {
    transform: scale(0.7);
    opacity: 0.1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cst-top-footer-left-section1-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  min-height: 21px;
  height: auto;
  white-space: nowrap;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 25px;
  position: relative;
}
.cst-top-footer-left-section1-bottom span {
  width: 90%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-color: #ffffff;
  border-top-width: 2px;
  height: 1px;
  left: 0;
  border-top-style: solid;
  top: 50%;
  margin-top: -1px;
}
.cst-top-footer-left-section1-top-inner {
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  max-width: 100%;
  border-radius: 3px;
}

.cst-top-footer-left-section1-top-inner img.hs-image-widget {
  transition: all 0.7s;
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
  width: 189px !important;
}
.cst-top-footer-left-section2 {
  width: 50%;
  animation: avia-fadein 1.5s 1 ease-out;
  opacity: 1;
  padding: 0px 0px 0px 50px;
  clear: left;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
}
@keyframes avia-fadein{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cst-top-footer-left-section3 {
  width: 50%;
  animation: avia-fadein 1.5s 1 ease-out;
  opacity: 1;
  padding: 0px 0px 0px 50px;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
}
.cst-top-footer-left-section2-top-inner {
  font-size: 20px;
  color: #ffffff;
  clear: both;
  line-height: 1.65em;
}

.cst-top-footer-left-section2-top-inner .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-top-footer-left-section2-top-inner .hs-menu-wrapper>ul>li>a {
  margin: 0.85em 0;
  text-align: left;
  display: block;
  text-decoration: underline;
  color: inherit;
  font-weight: 600;
}
.cst-top-footer-left-section2-top-inner .hs-menu-wrapper>ul>li>ul {
  margin: 0.85em 0;
}
.cst-top-footer-left-section2-top-inner .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
}
.cst-top-footer-left-section2-middle {
  height: 30px;
  line-height: 25px;
  position: relative;
  clear: both;
  display: block;
  width: 100%;
}
.cst-top-footer-left-section2-middle span {
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  width: 100%;
}
.cst-top-footer-left-section2-bottom {
  position: relative;
  clear: both;
}
.iconbox_ico {
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  top: -7px;
  left: -5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 2px 0px 0 0;
  float: left;
  font-size: 23px;
  transition: all 0.3s ease-in-out;
}
.iconbox_ico:before {
  content: '';
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

.cst-top-footer-left-section2-bottom h3 {
  font-size: 1.25em;
  border: medium none;
  padding: 2px 0 0 0;
  position: relative;
  margin: 0 0 16px 0;
  clear: none;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
}
.cst-top-footer-left-section2-bottom h3 a {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

.cst-top-footer-left-section3-top-inner {
  font-size: 20px;
  color: #ffffff;
  clear: both;
  line-height: 1.65em;
}
.cst-top-footer-left-section3-top-inner p {
  margin: 0.85em 0;
  text-align: left;
}
.cst-top-footer-left-section3-top-inner p a {
  text-decoration: underline;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}


.cst-top-footer-left-section3-middle {
  height: 75px;
  line-height: 25px;
  position: relative;
  clear: both;
  display: block;
  width: 100%;
}
.cst-top-footer-left-section3-middle span {
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  width: 100%;
}
.cst-top-footer-left-section3-bottom a.mail {
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  top: -7px;
  left: -5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 2px 0px 0 0;
  float: left;
  transition: all 0.3s ease-in-out;
  font-size: 23px;
  display:inline-block;
}

a.mail:before {
  content: '';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-family: 'entypo-fontello';
}

.cst-top-footer-left-section3-bottom h3 {
  border: medium none;
  padding: 2px 0 0 0;
  position: relative;
  margin: 0 0 16px 0;
  clear: none;
  letter-spacing: 1px;
  font-size: 1.25em;
  color: #fff;
}
.cst-top-footer-left-section3-bottom h3 a {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  display:inline-block;
  white-space:nowrap;
}
.cst-top-footer-right {
  padding: 50px 50px 50px 50px !important;
  width: 50%;
  vertical-align: top;
  background-color: #2d2a26;
  display: table-cell;
}
.cst-top-footer-right-inner {
  display: block;
  position: relative;
}
.cst-top-footer-right-column {
  animation: avia_image_appear 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  opacity: 1;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
  padding: 50px 50px 50px 50px;
}

@keyframes avia_image_appear{
  0% {
    transform: scale(0.7);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.form-titlee {
  padding-bottom: 30px;
  color: #ffffff;
  margin-top: 0;
  width: 100%;
  clear: both;
  display: block;
  position: relative;
}


.form-titlee h2 {
  color: inherit;
  white-space: normal;
  float: none;
  font-size: 28px;
  line-height: 1.1em;
}
.form-titlee h2 {
  margin: 0;
}
.footer-form div#hs_form_target_footer_form{
  width: 600px;
  color: #0a0a0a;
  font-size: 100%;
  background: none;
  border-radius: 3px;
  letter-spacing: -4px;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  min-width: 140px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  max-width: 100%;
}
.footer-form form.hs-form.stacked {
  padding: 0;
  margin-right: -1.5em;
}

.footer-form form .hs-firstname {
  width: 50%;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  opacity: 1;
  border-radius: 2px;
  z-index: 101;
  border: 0;
  float: none!important;
  overflow: visible;
  padding: 1.5em 1.5em;
  padding-left: 0;
  padding-top: 0;
}
.footer-form form label {
  display: none;
}
.footer-form form fieldset.form-columns-2 .hs-input {
  margin: 0;
}
.footer-form form input::placeholder,
.footer-form form textarea::placeholder{
  color: #2d2a26;
}

.footer-form .hs-lastname {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  opacity: 1;
  border-radius: 2px;
  z-index: 101;
  padding: 0 1.5em 1.5em 0;
  border: 0;
  float: none!important;
  overflow: visible;
  margin-bottom:0;
}

.footer-form .hs_message {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  opacity: 1;
  border-radius: 2px;
  z-index: 101;
  border: 0;
  float: none!important;
  overflow: visible;
  width: 100%;
  padding: 0 1.5em 1em 0;
  padding-left: 0;
  padding-top: 0;
  margin-bottom:0 !important;
}
.footer-form .input {
  margin-right: 0 !important;
}
.footer-form .input {
  margin-right: 0 !important;
  position: relative;
}
a#scroll-top-link:before {
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  font-size:15px;
}
.footer-form .input:after {
  content: '*';
  position: absolute;
  color: red;
  right: -6px;
  top: -10px;
  font-size: 26px;
  font-weight:600;
}
.footer-form .hs_submit.hs-submit {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  opacity: 1;
  border-radius: 2px;
  z-index: 101;
  border: 0;
  float: none!important;
  overflow: visible;
  width: 100%;
}
.footer-form .hs_submit.hs-submit {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  opacity: 1;
  border-radius: 2px;
  z-index: 101;
  border: 0;
  text-align:center;
  float: none!important;
  overflow: visible;
  padding: 1.5em 1.5em;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
}
.footer-form input.hs-button.primary.large {
  margin: 0;
}
.footer-form textarea {
  height: 121px;
  width: 100% !important;
}
.footer-form .hs_email {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  opacity: 1;
  border-radius: 2px;
  z-index: 101;
  border: 0;
  float: none!important;
  overflow: visible;
  width: 100%;
  margin-bottom: 0 !important;
  padding: 1.5em 1.5em;
  padding-left: 0;
  padding-top: 0;
}
.footer-form .hs_email input {
  width: 100% !important;
}

.footer-form .hs_how_did_you_hear_about_us_ {
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  opacity: 1;
  border-radius: 2px;
  z-index: 101;
  border: 0;
  float: none!important;
  overflow: visible;
  padding: 1.5em 1.5em;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
}
.footer-form .hs_how_did_you_hear_about_us_ select {
  width: 100% !important;
}

.footer-form form input{
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer-form input, .footer-form textarea, .footer-form select {
  font-size: 13.8px !important;
}
.footer-form input.hs-button.primary.large {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 900;
}

.cst-top-footer{
  background-color: #2d2a26;
}
.cst-top-footer-left-section3-top-inner p {
  font-size: 20px;
}
ul.no-list.hs-error-msgs label {
  color: red;
  display: inline-block;
}
.cst-top-footer {
  font-size: 15px;
}
.cst-top-footer-left-section3-bottom h3 {

  font-weight: 600;
}
.footer-form .hs_email .input:before {
  font-family: 'Material Icons'!important;
  font-weight: 400;
  font-style: normal;
  font-size: 110%;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  position: absolute;
  right: 0;
  top: 0px;
  cursor: text;
  line-height: 1.4em;
  font-size: 1.15em;
  margin: 0.45em 12px 0.45em 12px;
  width: 1.1em;
  color: inherit;
  background-color: transparent;
  content: 'email';
  z-index: 1;
}
.footer-form div#hs_form_target_footer_form {
  letter-spacing: normal;
  font-size: 15px;
  color: #000;
}
.footer-form .hs_submit.hs-submit input.hs-button.primary.large {
  font-family: "Work Sans";
  font-size: 15px !important;
}
.footer-form .hs_how_did_you_hear_about_us_ select {
  width: 100%!important;
  height: 34px;
  border-radius:2px;
  padding: 8px 2px !important;
}
.footer-form form textarea {
  margin: 0 0 15px;
}
.footer-form .hs_how_did_you_hear_about_us_ select option:first-child {
  display: none;
}
.footer-form  .hs_please_let_us_know_who_referred_you_so_we_can_say_thanks .input:after {
  content: none;
}
.footer-form  .hs_please_let_us_know_who_referred_you_so_we_can_say_thanks  input{
  width: calc(100% - 1.5em) !important;
}
.copyright-wrap a:hover {
  text-decoration: underline;
}
.copyright-wrap {
  font-weight: 400;
}
.footer-form form .inputs-list>li {
  display: block;
  line-height:0;
}
.footer-form form .inputs-list>li {
  display: block;
  line-height: 0;
  margin-top: 10px;
}
.footer-social ul li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px){
  .cst-top-footer-left {
    display: block;
    margin: 0;
    height: auto !important;
    overflow: hidden;
    width: 100%;
  }
  .cst-top-footer-right {
    display: block;
    margin: 0;
    height: auto !important;
    overflow: hidden;
    width: 100%;
  }

}
@media only screen and (max-width: 767px){

  .cst-top-footer-left-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .cst-top-footer-left-section1 {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .cst-top-footer-left-section2 {
    display: block;
    margin: 0;
    height: auto !important;
    overflow: hidden;
    padding-left: 8% !important;
    padding-right: 8% !important;
    width: 100%;
  }
  .cst-top-footer-left-section3 {
    display: block;
    margin: 0;
    height: auto !important;
    overflow: hidden;
    padding-left: 8% !important;
    padding-right: 8% !important;
    width: 100%;
  }
  .cst-top-footer-right {
    margin-bottom: 20px; 
  }
  .footer-form ul.no-list.hs-error-msgs label {
    font-size: 10px;
    line-height: 12px;
  }
}

@media only screen and (max-width: 479px){

  .footer-form form input{
    width:100% !important;
  }
  .footer-form form .inputs-list>li {
    margin: 0;
  }
  .footer-form form .hs-firstname,
  .footer-form form .hs-lastname{
    width: 100% !important;
    margin:0;
  }
}


@media only screen and (max-width: 320px){
  .cst-top-footer-right-column {
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
}
