*, *: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,
.container{
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .dnd-section>.row-fluid,
  .content-wrapper,
  .container{
    padding:0 20px;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}
body {
  font-size: 18px;
  line-height: 1.777777778;
  color: #55585d;
  font-family: 'Neuton';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p, ul, li {
  margin-top: 0;
  margin-bottom: 20px;
}

a:hover, a:active, a:focus {
  color: #e5a250;
}

/* Anchors */

a {
  text-decoration: none;
  color: #de8b24;
  transition: color 0.25s;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  color: #23252c;
  font-weight: 300;
  font-family: "Muli","Arial","sans-serif";
  margin-top: 0;
  margin-bottom: 20px;
}
h1 {
  font-size: 32px;
  font-weight: light;
  font-weight: 200;
  line-height: 1.14;
}

h2 {
  font-size: 32px;
  line-height: 1.9;
}

h3 {
  font-size: 27px;
  line-height: 1.444444444;
}

h4 {
  font-size: 24px;
  line-height: 1.625;
}

h5 {
  font-size: 14.94px;
}

h6 {
  font-family: 'Neuton';
  font-size: 18px;
  line-height: 1.77777777778;
  color: #55585d;
  font-weight: 700;
  margin: 0;
}

/* Lists */

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

body {
  background-color: #efefef;
}

.body-container .dnd-section>.row-fluid {
    padding: 0 20px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 32px !important;
  }
}
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: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.hs-form-field > label {
  clear: both;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}

/* 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 {
  display: inline-block;
  background-color: #efefef;
  border: none;
  box-shadow: none;
  color: #55585d;
  font-family: Muli,Arial,"sans-serif";
  font-size: 15px;
  font-weight: 300;
  height: auto;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  min-height: auto;
  padding: 14px 20px;
  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: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #661320;
  border-radius: 50px;
  box-shadow: none;
  color: #661320;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  font-family: Muli,Arial,"sans-serif";
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 2.06px;
  line-height: normal;
  margin: 0 16px 0 0;
  outline: none;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all .25s;
  width: auto;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background-color: #661320;
  color: #fff;
}

/* 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;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
/*   z-index: 99999; */
  z-index: 10;
}

.site-header-nav-logo {
  position: relative;
  width: 220px;
  height: 36px;
  z-index: 800;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.site-header-nav-logo a {
  display: block;
  line-height: 1;
}

.site-header-nav-logo img {
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
  max-width:100%;
}


.site-header-nav {
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}

.site-header {
  margin-bottom: 20px;
  transition: background-color 0.3s;
}

.box {
  box-shadow: 0 0 7px rgb(0 0 0 / 13%);
  background-color: #fff;
}

.site-header-nav-menu {
  z-index: 700;
}

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

.site-header-nav-menu .hs-menu-wrapper > ul>li {
  display: block;
  margin: 0;
  padding: 0;
}

.site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li>a {
  font-family: "Muli","Arial","sans-serif";
  display: block;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #23252c;
  text-decoration: none;
}

.site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li:hover>a {
  color: #676d81;
}

.site-header-nav-links a {
  display: block;
  color: #fff;
  font-family: "Muli","Arial","sans-serif";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 5px 20px;
}

.site-header-nav-links a:hover {
  color:#fff;
}

.site-header-nav-links .site-header-nav-link-item-search {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b1b0b0;
  font-family: "Muli","Arial","sans-serif";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: block;
  height: 40px;
  width: calc(100% - 40px);
  border: 1px solid #55585d;
  text-align: center;
  margin-left: 20px;
  position: absolute;
  top: 95px;
  left: 0;
}

.site-header-nav-links .site-header-nav-link-item-search form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
}

.site-header-subnav-menu .hs-menu-wrapper > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}

.site-header-subnav-menu .hs-menu-wrapper > ul > li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-header-subnav-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  font-family: "Muli","Arial","sans-serif";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
}

.site-header-nav-toggle {
  display: block;
  width: 36px;
  height: 26px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 800;
  outline: none;
}

@media (min-width: 360px) {
  .site-header-nav-logo {
    width: 244px;
    height: 40px;
  }
}

@media (min-width: 1200px) {

  .menu-chevron {
    display: none;
  }
  .site-header-nav-logo {
    width: 270px;
    height: auto;
  }

  .site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 7px;
  }

  .site-header-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 120px;
    padding-top: 40px;
  }

  .site-header-nav-links {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }


  .site-header-nav-links a {
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 0 15px;
  }

  .site-header-nav-links .site-header-nav-link-item-search {
    border: none;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    width: auto;
    position: relative;
    top: auto;
  }

  .site-header-subnav-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #23252c;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }


  .site-header-subnav-menu .hs-menu-wrapper > ul {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }

  .site-header-subnav-menu .hs-menu-wrapper > ul > li {
    width: auto;
  }

  .site-header-subnav-menu .hs-menu-wrapper > ul > li > a {
    padding: 5px 15px;
  }


  .site-header-nav-toggle {
    display: none;
  }


  .site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul {
    margin: 0 !Important;
    padding: 0 !Important;
    list-style-type: none;
    position: absolute;
    top: 82px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: auto !Important;
    margin-right: auto !Important;
    width: 206px;
    background-color: #23252c;
    border-radius: 5px;
    padding: 10px 0 !Important;
    opacity: 0;
    display: block !important;
    pointer-events: none;
    transition: all 0.25s;
    overflow:visible !important;
  }

  .site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9.5px 12px 9.5px;
    border-color: transparent transparent #23252c transparent;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
  }


  .site-header-nav-links form input.hs-search-field__input.focused {
    width: 150px;
  }


  .hs-search-field__suggestions {
    position: absolute;
    min-width: 200px;
    right: -15px;
    z-index: 9;
    background: #fff !important;
    top: 100%;
  }

  .hs-search-field__suggestions a {
    color: inherit !important;
    background: transparent !important;
    text-align: left;
  }

  .hs-search-field__suggestions > li {
    padding: 10px 0;
  }

  .hs-search-field__suggestions #results-for {
    padding: 10px 15px;
  }


  .site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul ul {
    display: none ;
  }

}



.site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul ul {
  display: none ;
}

.fixed-header .hs-cta-wrapper a.cta_button {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  border: 0;
  color: #fff;
  text-align: center;
  font-family: "Muli","Arial","sans-serif";
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.25s;
  outline: none;
  background-color: #e59a2a !important;
  border-radius: 24px;
  font-size: 14px;
  height: 47px;
  line-height: 47px;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
  z-index: 200;
}

.fixed-header .hs-cta-wrapper a.cta_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #f4ca54 0%, #e59a2a 100%);
  transition: opacity 0.2s;
  border-radius: 24px;
}

.fixed-header .hs-cta-wrapper a.cta_button span {
  position: relative;
  z-index: +10;
}

.site-header-nav-links form input.hs-search-field__input {
  background-color: transparent !important;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #b1b0b0;
  display: inline;
  width: auto;
  min-width: 50px;
  outline: none;
  width: 55px;
  transition: width 0.25s;
  font-size: 12px;
  font-family: "Arial","sans-serif";
}

.site-header-nav-links form button {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.site-header-nav-links form button > span {
  display:none;
}

.site-header-nav-links form button svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  fill: rgb(177, 176, 176);
  height:20px;
}

.site-header-nav-links form input.hs-search-field__input::-webkit-input-placeholder {
  color: #b1b0b0;
}


.site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li {
  margin: 0;
}

.site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li a {
  position: relative;
  display: block;
  color: #b0afaf;
  font-family: "Muli","Arial","sans-serif";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li a:hover {
  color:#fff;
}

.site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul li.hs-item-has-children:hover > ul {
  opacity: 1;
  pointer-events: auto;
  top: 62px;
  height:auto !important;
}

.site-header-nav-menu > .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul li.hs-item-has-children {
  position: relative;
}

.site-header-subnav-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #ccc;
}

.fixed-header .hs-cta-wrapper a.cta_button:hover:before {
  opacity: 0;
}



.cm-header-wrap {
  padding-top: 140px;
}

.site-header-nav-links form input.hs-search-field__input:focus::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.body-container a.hs-button.primary {
  margin-top: 20px;
}

.body-container form {
  background-color: #fff;
  padding: 20px;
}

@media (max-width:1199px) {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .cm-header-wrap {
    padding-top: 100px;
  }

  .site-header-nav-toggle .toggle-bar {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    top: 0;
    transition: all 0.3s;
  }

  .site-header-nav-toggle .toggle-bar:before, .site-header-nav-toggle .toggle-bar:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #23252c;
    transition: all 0.3s;
  }

  .site-header-nav-toggle .toggle-bar:after {
    left: auto;
    right: 0;
  }

  .site-header-nav-toggle .toggle-bar-middle {
    top: 12px;
  }

  .site-header-nav-toggle .toggle-bar-bottom {
    top: auto;
    bottom: 0;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-top {
    top: 6px;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar:before, .nav-is-open .site-header-nav-toggle .toggle-bar:after {
    background-color: #fff;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-top:before {
    left: 3px;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-top:before, .nav-is-open .site-header-nav-toggle .toggle-bar-bottom:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-bottom {
    bottom: 6px;
  }

  .nav-is-open .site-header {
    background-color: #23252c;
  }

  .site-header-nav-menu {
    opacity: 0;
    position: fixed;
    background-color: #23252c;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    transition: opacity 0.3s;
    pointer-events: none;
    padding-bottom: 80px;
    -webkit-overflow-scrolling: touch;
  }

  .nav-is-open .site-header-nav-menu {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-top:after {
    right: 3px;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-middle:before {
    width: 0;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-middle:after {
    width: 0;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-bottom:before {
    left: 3px;
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-top:after, .nav-is-open .site-header-nav-toggle .toggle-bar-bottom:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-is-open .site-header-nav-toggle .toggle-bar-bottom:after {
    right: 3px;
  }

  .site-header-nav-toggle:hover {
    background: transparent !important;
  }

  .nav-is-open {
    overflow: hidden;
  }

  .site-header-nav-menu>.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul {
    padding: 20px;
    padding-top: 150px;
    margin-bottom: 20px;
    position: relative;
    display: block;
  }

  .site-header-nav-menu>.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul > li> a {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 10px 0;
  }

  .site-header-nav-menu>.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #55585D;
  }

  .fixed-header .hs-cta-wrapper a.cta_button {
    position: absolute;
    top: 25px;
    left: 20px;
    right: 20px;
  }

  .site-header-nav-links form button {
    line-height: normal;
  }

  .menu-chevron {
    display: block;
    position: absolute;
    right: 5px;
    top: 16px;
    transition: all 0.3s;
  }

  .site-header-nav-menu>.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li:hover>a {
    color: #fff;
  }

  .site-header-nav-menu>.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li a {
    padding: 10px 30px;
  }

  .child-open .menu-chevron {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .child-open .menu-chevron path {
    fill: #fff;
  }
  .site-header-nav-menu>.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li a {
    color: #b0afaf;
  }

  .site-header-subnav-menu .hs-menu-wrapper>ul>li>a {
    color: #fff;
  }



  .hs-search-field__suggestions {
    position: absolute;
    min-width: 200px;
    right: 0;
    z-index: 9;
    background: #fff !important;
    top: 100%;
  }

  .hs-search-field__suggestions a {
    color: inherit !important;
    background: transparent !important;
    text-align: left;
  }

  .hs-search-field__suggestions > li {
    padding: 10px 0;
  }

  .hs-search-field__suggestions #results-for {
    padding: 10px 15px;
  }

  .site-header-nav-link-item.site-header-nav-link-item-search .hs-search-field {
    position: static;
  }
}

@media (max-width:350px) {
  .fixed-header .hs-cta-wrapper a.cta_button {
    font-size: 11px;
  }
}

@media (max-width:767px) {
  .hs-search-field__suggestions a {
    font-size:12px;
  }
}
.site-footer {
  background-color: #23252c;
  color: #ffffff;
  box-shadow: 0 0 7px rgb(0 0 0 / 13%);
}

.site-footer-copyright {
  padding: 40px 30px;
  border-top: 2px solid #55585d;
  color: #ffffff;
  font-family: "Muli","Arial","sans-serif";
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.visible-xs {
  display: none;
}

.site-footer-copyright-buttons {
  text-align: center;
}

.site-footer-copyright .text-muted {
  color: #a09f9f;
}

.btn {
  display: inline-block;
  font-family: inherit;
  text-decoration: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: #333;
  font-size: 13px;
  padding: 1.5em 2.8em;
  text-align: center;
  line-height: 1em;
  vertical-align: middle;
  font-family: "Muli","Arial","sans-serif";
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px;
  background-color: #661320;
  text-transform: uppercase;
  transition: background-color 0.25s;
  outline: none;
}

.site-footer-copyright-buttons .btn {
  border-radius: 5px;
  border: 1px solid #b0afaf;
  background-color: transparent;
  height: auto;
  line-height: 1;
  padding: 10px 8px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 7px;
}

.site-footer-copyright-buttons .btn:first-child {
  margin-left: 0;
}

.site-footer-copyright-buttons .btn:last-child {
  margin-right: 0;
}

.site-footer-copyright-buttons .btn:hover,
.site-footer-copyright-buttons .btn:active,
.site-footer-copyright-buttons .btn:focus {
  background-color: #b0afaf;
  color: #23252c;
}

@media (min-width: 768px) {
  .site-footer-copyright {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-footer-copyright p {
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .site-footer-copyright {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }
}

@media (min-width: 340px) {
  .site-footer-copyright-buttons .btn {
    padding: 20px 15px;
    font-size: 12px;
  }
}

@media (max-width: 390px) and (min-width: 340px){
  .site-footer-copyright-buttons .btn {
    margin-bottom: 20px;
  }

  .site-footer-copyright-buttons .btn:last-child {
    margin-bottom: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.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;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.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;
  }
}
.policy-page .dnd-section>.row-fluid>div {
  padding: 70px 90px;
  box-shadow: 0 0 7px rgb(0 0 0 / 13%);
  background-color: #fff;
  margin-bottom: 20px;
}

.policy-page a.hs-button {
  display: inline-block;
  font-family: inherit;
  text-decoration: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: #333;
  font-size: 13px;
  padding: 1.5em 2.8em;
  text-align: center;
  line-height: 1em;
  vertical-align: middle;
  font-family: "Muli","Arial","sans-serif";
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px;
  background-color: #661320;
  text-transform: uppercase;
  transition: background-color 0.25s;
  outline: none;
  margin-bottom: 20px;
}

.policy-page a.hs-button:hover {
  color: #fff;
  background-color: #7b1727;
}

.full-width-page .dnd-section {
  padding: 0 0 20px;
}


.full-width-page.application-inner .dnd-section {
  padding: 0px;
}

.application-inner .application-inner-row2 .module-cta-grid {
  margin-bottom: 0;
}

.application-inner-row1 .widget-type-rich_text,
.application-inner-row2 .widget-type-rich_text {
  padding: 40px;
  box-shadow: 0 0 7px rgb(0 0 0 / 13%);
  background-color: #fff;
  margin-bottom: 20px;
}


.application-inner-row1 .widget-type-header,
.application-inner-row2 .widget-type-header {
  padding: 40px 30px;
  box-shadow: 0 0 7px rgb(0 0 0 / 13%);
  background-color: #fff;
  margin-bottom: 20px;
}

.homepage .application-inner-row1 .module.module-cta-grid {
  margin-top: 20px;
  margin-bottom: 0;
}

.homepage .application-inner-row2 h1.module-part-title {
  font-size: 40px;
}

.homepage .application-inner-row2 .module-featured-full {
  padding: 80px 50px;
  text-align: center;
}

.homepage .application-inner-row2  .module-featured-full.module-content-alignment-right .module-part-bg {
  top: 0;
  left: 50px;
  bottom: 0;
  width: 33%;
  height: 100%;
}

.homepage .application-inner-row2 .module-featured-full .module-part-content {
  width: 57%;
}

.application-inner-row2 .span6 {
  width: calc(50% - 10px);
  max-width: 100%;
  margin: 0;
}

.application-inner-row2 .span6:first-child {
  margin-right: 20px;
}

.policy-page [data-alignment="right"] {
  display: block;
}

.mani-page-wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.proposalpage .proposalform form .hs_customized_chuck_type_explanation {
  width: 100%;
}

.proposalpage .proposalform form .hs_thermal_temperature {
  width: 100%;
  display: block;
}

.proposalpage .proposalform form .hs_thermal_temperature ul.multi-container {
  display: block;
}

.proposalpage .proposalform form .hs_customized_chuck_type_explanation {
  width: 100% !important;
}

.hs-cpanelform-section1 {
    max-width: 1420px;
    margin: 0 auto;
    box-shadow: 0 0 7px rgb(0 0 0 / 13%);
}
.contactpage .contact-panel .row-number-4>.row-fluid {
    margin-bottom: 0px;
    padding: 0;
    box-shadow: none !important;
}
.contactpage .contact-panel .dnd-section>.row-fluid {
    box-shadow: none!important;
}

@media (min-width:1200px) {
  .application-inner-row1 .widget-type-header,
  .application-inner-row2 .widget-type-header {
    padding: 115px 90px;
  }
}

@media (max-width:1200px) {
  .full-width-page .dnd-section {
    padding: 0;
  }

  .application-inner-row1 .widget-type-header h1,
  .application-inner-row2 .widget-type-header h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
  }

  .homepage .application-inner-row1 .module.module-cta-grid {
    margin-top: 0px;
  }

  .application-inner-row2 .span6 {
    width: 100% !important;
  }

  .homepage .application-inner-row2 .dnd-section>.row-fluid {
    display: block !important;
  }

  .application-inner-row2 .module.module-list-flex.left {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage .application-inner-row2 .module-featured-full {
    flex-direction: column;
    padding: 40px 30px;
  }

  .homepage .application-inner-row2 .module-featured-full.module-content-alignment-right .module-part-bg {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .homepage .application-inner-row2 .module-featured-full .module-part-content {
    width: 100%;
  }

  .homepage .application-inner-row2 .module-featured-full.module-content-alignment-right .module-part-bg img {
    display: inline;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    width: auto;
  }

}

@media (min-width:900px) {
  .application-inner-row1 .widget-type-rich_text,
  .application-inner-row2 .widget-type-rich_text {
    padding: 70px 90px;
  }
}

@media (min-width:768px) {
  .policy-page [data-alignment="right"] {
    float: right;
    display: inline-block;
    margin: 0 0 30px 30px;
  }
}

@media (max-width:767px) {
  .policy-page .dnd-section>.row-fluid>div {
    padding: 40px;
  }

  .homepage .content-w-bg .card-content .module-part-title{
    font-size: 18px;
  }
}




.proposalpage .proposalform .dnd-section>.row-fluid>div {
  padding: 70px 90px;
  box-shadow: 0 0 7px rgb(0 0 0 / 13%);
  background-color: #fff;
}

.proposalpage .proposalform h1 {
  font-size: 50px;
  font-weight: 200;
  line-height: 1.14;
}

.proposalpage .proposalform form .hs-form-field>label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  margin-bottom: 4px;
}

.proposalpage .proposalform form .hs-form-field {
  margin-bottom: 20px;
  flex-direction: column;
  padding-top: 4px;
  width: 50%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  position: relative;
  display: flex;
  padding-right: 8px;
}

.proposalpage .proposalform form .hs-form-field legend.hs-field-desc {
  order: 3;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
  margin: 1px 0 9px 1px;
}

.proposalpage .proposalform form .input {
  margin-right: 0 !important;
}

.proposalpage .proposalform form .input>.hs-input {
  width: 100%;
  letter-spacing: normal;
  padding: 14px 20px;
  height: auto;
  min-height: auto;
  border: none;
  box-shadow: none;
  color: #55585d;
  font-family: "Muli","Arial","sans-serif" !important;
  font-size: 15px !important;
  font-weight: 300;
  margin: 0;
  background-color: #efefef !important;
  line-height: normal;
}


.proposalpage .proposalform form .form-columns-2 .hs-form-field:first-child {
  width: 50.6%;
}

.proposalpage .proposalform form .form-columns-2 .hs-form-field:last-child {
  width: 49.4%;
  padding-right: 1px;
  margin-left: -1px;
}

.proposalpage .proposalform form .form-columns-2 .hs-form-field>label {
  margin-bottom: 7px;
}


.proposalpage .proposalform form .form-columns-2 .hs-form-field {
  padding-right: 16px;
}

.proposalpage .proposalform form .hs_address, 
.proposalpage .proposalform form .hs_0-2\/address2 {
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_0-2\/address2>label {
  display: none;
}

.proposalpage .proposalform form .form-columns-2 .hs-form-field>label {
  display: none;
}

.proposalpage .proposalform form .form-columns-2 > .hs_firstname>label {
  display: unset;
}

.proposalpage .proposalform form .form-columns-2 > .hs_lastname>label {
  display: unset;
  color: #fff;
}

.proposalpage .proposalform form .form-columns-2 > .hs_lastname>label .hs-form-required {
  color: inherit;
}

.proposalpage .proposalform form .hs_0-2\/address2 {
  margin-bottom: 0;
}

.proposalpage .proposalform form .hs_0-2\/address2, 
.proposalpage .proposalform form .hs_address {
  margin-bottom: 0;
}

.proposalpage .proposalform form .hs_0-2\/address2 legend.hs-field-desc, 
.proposalpage .proposalform form .hs_address legend.hs-field-desc {
  margin-bottom: 6px;
}

.proposalpage .proposalform form .form-columns-2 .hs_city, 
.proposalpage .proposalform form .form-columns-2 .hs_state {
  margin-bottom: 0;
}

.proposalpage .proposalform form .form-columns-2 .hs_city legend.hs-field-desc, 
.proposalpage .proposalform form .form-columns-2 .hs_state legend.hs-field-desc {
  margin-bottom: 4px;
}

.proposalpage .proposalform form .hs-button {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 50px;
  border: 1px solid #661320;
  color: #661320;
  font-family: "Muli","Arial","sans-serif";
  font-weight: 700;
  letter-spacing: 2.06px;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: all 0.25s;
  cursor: pointer;
  outline: none;
  line-height: normal;
}

.proposalpage .proposalform form .hs-button:hover {
  background-color: #661320;
  color: #fff;
}

.proposalpage .proposalform .dnd-section>.row-fluid {
  margin-bottom: 20px;
}

.proposalpage .proposalform form .input select.hs-input {
  margin-left: 1px;
  text-indent: 2px;
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 1.5px 0 4.5px 3px;
  font-size: inherit !important;
  letter-spacing: normal;
  text-transform: none;
  background: #fff !important;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 2px !important;
  border-color: #767676 !important;
  font-family: Neuton !important;
  line-height: normal;
}

.proposalpage .proposalform form .input select.hs-input option {
  padding: 2px;
  display: block;
}

.proposalpage .proposalform form .actions {
  margin: 20px 0 30px;
}

.proposalpage .proposalform form .form-columns-2 .hs-zip, 
.proposalpage .proposalform form .form-columns-2 .hs_countrys {
  margin-bottom: 0;
}

.proposalpage .proposalform form .input>.hs-input.error {
  border: 1px solid #790000 !important;
}

.proposalpage .proposalform form ul.hs-error-msgs li label {
  color: #790000;
  letter-spacing: normal;
  margin: 0 0 10px;
  padding-right: 10px;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
}

.proposalpage .proposalform form ul.hs-error-msgs li {
  margin: 0px 0px;
}

.proposalpage .proposalform form .hs_error_rollup ul.hs-error-msgs li label {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}


.proposalpage .proposalform .widget-type-rich_text p>img {
  float: right;
  display: inline-block;
  margin: 0 0 30px 30px;
}

.proposalpage .proposalform .hs-richtext {
  font-size: inherit;
  margin: 0;
}

.proposalpage .proposalform .hs-main-font-element p {
  font-size: inherit;
  margin: 0;
}

.proposalpage .proposalform .hs-main-font-element h2 {
  font-weight: 700;
  font-size: 1.25em !important;
  margin: 0;
  letter-spacing: normal;
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  margin-bottom: 20px;
}

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

.proposalpage .proposalform form .input>textarea.hs-input {
  color: #55585d !important;
  font-family: "Muli","Arial","sans-serif" !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  padding: 14px 20px !important;
  height: auto !important;
  min-height: 253px !important;
  overflow: auto;
  letter-spacing: normal !important;
  line-height: 1.5 !important;
  resize: none !important;
}

.proposalpage .proposalform form .hs_message, 
.proposalpage .proposalform form .hs_probe_arm_selection_comment, 
.proposalpage .proposalform form .hs_additional_options, 
.proposalpage .proposalform form .hs_competition {
  width: 100%;
  display:unset;
}

.proposalpage .proposalform form ul.multi-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6px 0;
  padding: 0;
  width: calc(100% + 16px);
}

.proposalpage .proposalform form .hs_application_type {
  padding-right: 0;
  margin-bottom: 11px;
  max-width: 600px;
  width: 100%;
}

.proposalpage .proposalform form .hs_what_is_being_probed_tested_ {
  width: 100%;
  max-width: 600px;
}

.proposalpage .proposalform form .hs_chuck_types {
  width: 100%;
  max-width: 600px;
}

.proposalpage .proposalform .widget-type-rich_text p>img {
  max-width: 100%;
}

.proposalpage .proposalform form .hs_chuck_types ul.multi-container>li label>input+span {
  margin-left: 6px;
}

.proposalpage .proposalform form ul.multi-container>li {
  width: 33.33333333%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.proposalpage .proposalform form ul.multi-container>li>label {
  margin-bottom: 0;
  font-size: 0;
}

.proposalpage .proposalform form ul.multi-container>li label>input {
  margin-top: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  margin-right: 0px;
}

.proposalpage .proposalform form ul.multi-container>li label>input+span {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  padding: 0;
  width: auto;
  max-width: 85%;
  white-space: normal;
  margin: 0 10px;
  font-size: 18px;
  line-height: 1;
}

.proposalpage .proposalform form .hs_additional_options legend.hs-field-desc, 
.proposalpage .proposalform form .hs_competition legend.hs-field-desc, 
.proposalpage .proposalform form .hs_message legend.hs-field-desc, 
.proposalpage .proposalform form .hs_probe_arm_selection_comment legend.hs-field-desc {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  margin-left: 0;
  margin-top: 0;
}

.proposalpage .proposalform form .hs_system_types {
  display: block;
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_system_types legend.hs-field-desc {
  margin-top: 0;
  margin-left: 0;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}

.proposalpage .proposalform form .hs_system_types ul.multi-container {
  width: 400px;
}

.proposalpage .proposalform form .hs_system_types ul.multi-container>li {
  width: 50%;
}

.proposalpage .proposalform form .hs_what_is_being_probed_tested_ {
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_chuck_types {
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_microscope_types {
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_microscope_types ul.multi-container>li {
  width: 100%;
}

.proposalpage .proposalform form .hs_required_microscope_movements {
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_required_microscope_movements ul.multi-container>li {
  width: 100%;
}

.proposalpage .proposalform form .hs_dut_contact_method {
  width: 100%;
  padding-right: 0px;
}

.proposalpage .proposalform form .hs_dut_contact_method ul.multi-container>li {
  width: 50%;
}

.proposalpage .proposalform form .hs_dut_contact_method ul.multi-container {
  width: 400px;
}

.proposalpage .proposalform form .hs_dut_contact_method ul.multi-container>li label>input+span {
  margin-left: 6px;
}

.proposalpage .proposalform form .hs_bond_pads_or_internal_liness {
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_bond_pads_or_internal_liness ul.multi-container>li {
  width: 100%;
}

.proposalpage .proposalform .hs-main-font-element h2>span {
  display: block;
  padding: 0 16px 0 0;
  width: 100%;
  margin-bottom: 9px;
  font-size: 14.634px;
  line-height: 1.8;
  clear: both;
  font-family: 'Neuton';
  letter-spacing: normal;
  color: #55585d;
  font-weight: 400;
}

.proposalpage .proposalform .hs_what_other_types_of_accessories_are_required_s {
  width: 100%;
  padding-right: 0px;
}

.proposalpage .proposalform form .hs_what_other_types_of_accessories_are_required_s {
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_what_other_types_of_accessories_are_required_s ul.multi-container {
  width: 400px;
}

.proposalpage .proposalform form .hs_what_other_types_of_accessories_are_required_s ul.multi-container>li {
  width: 50%;
}

.proposalpage .proposalform form .hs_what_other_types_of_accessories_are_required_s ul.multi-container>li:nth-child(2) label>input+span {
  margin-right: 8px;
}

.proposalpage .proposalform form .hs_please_specify_the_manipulator_probe_arm_requireds {
  width: 100%;
  padding-right: 0px;
}

.proposalpage .proposalform form .hs_please_specify_the_manipulator_probe_arm_requireds ul.multi-container {
  width: 400px;
}

.proposalpage .proposalform form .hs_please_specify_the_manipulator_probe_arm_requireds ul.multi-container>li {
  width: 50%;
}

.proposalpage .proposalform form .hs_bases {
  width: 100%;
  padding-right: 0;
}

.proposalpage .proposalform form .hs_bases ul.multi-container {
  width: 400px;
}

.proposalpage .proposalform form .hs_bases ul.multi-container>li {
  width: 50%;
}

.proposalpage .proposalform form .hs-dateinput .hs-input {
  padding: 14px 20px !important;
  width: auto;
  background-color: #efefef !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  color: #55585d;
  font-family: "Muli","Arial","sans-serif" !important;
  font-size: 15px !important;
  font-weight: 300;
  line-height: normal;
}

.proposalpage .proposalform form .hs-dateinput:before {
  content: '';
}

.contactpage .contact-panel .dnd-section>.row-fluid {
  box-shadow: 0 0 7px rgb(0 0 0 / 13%);
  background-color: #fff;
  max-width: 1420px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 70px;
}

.contactpage .contact-panel .dnd-section>.row-fluid>.span6:first-child {
  width: 100%;
}

.contactpage .contact-panel .dnd-section>.row-fluid>.span6:last-child {
  width: 280px;
  margin-left: 40px;
}

.contactpage .contact-panel h1 {
  font-weight: 200;
  line-height: 1.14;
  font-family: "Muli","Arial","sans-serif";
  margin-top: 0;
  margin-bottom: 20px;
}

.contactpage .contact-panel .row-number-4>.row-fluid {
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0px;
}

.contactpage .contact-panel {
  padding-left: 20px;
  padding-right: 20px;
}

.contactpage .contact-panel h1+p {
  margin-bottom: 0;
}

.contactpage .contact-panel form .hs-input.invalid.error {
  border-color: #c87872 !important;
  box-shadow: 0 0 3px rgb(171 41 32 / 25%);
}

.contactpage .contact-panel form input.hs-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.contactpage .contact-panel form fieldset {
  max-width: 500px !important;
}

.contactpage .contact-panel form ul.hs-error-msgs li {
  display: block;
  padding: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.contactpage .contact-panel form ul.hs-error-msgs li label {
  font-weight: normal;
  padding-top: 0;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 0;
  color: red;
}

.datasheetpage .datasheet thead th {
  background-color: #efefef;
  font-family: "Muli","Arial","sans-serif";
  color: #1a1c21;
  font-size: 16px;
  font-weight: 400;
  border: 5px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 0.7em;
}

.datasheetpage .datasheet table {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

.datasheetpage .datasheet tbody td {
  background-color: #efefef;
  font-family: "Muli","Arial","sans-serif";
  color: #1a1c21;
  font-size: 16px;
  font-weight: 400;
  border: 5px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 0.7em;
}

.datasheetpage .datasheet table a {
  color: #1a1c21;
  text-decoration: underline;
}

.datasheetpage .datasheet tbody td>strong {
  display: none;
}

.datasheetpage .datasheet table a:hover {
  color: #e5a250;
}

.proposalpage .proposalform form ul.multi-container>li label>input[type=checkbox]:checked+span, 
.proposalpage .proposalform form ul.multi-container>li label>input[type=radio]:checked+span {
  font-weight: 700;
}

.proposalpage .proposalform form .hs_manipulator_option ul.multi-container {
  display: block;
}

.proposalpage .proposalform form .hs_probe_card_size ul.multi-container {
  display: block;
}

.proposalpage .proposalform form .hs_bond_pad_size ul.multi-container {
  display: block;
}

.proposalpage .proposalform form .hs_internal_lines_size ul.multi-container {
  display: block;
}

.proposalpage .proposalform form .hs_comment.hs-comment ul.multi-container>li {
  width: 50%;
}

.proposalpage .proposalform form .hs_comment.hs-comment {
  width: 100%;
  max-width: 400px;
}

.proposalpage .proposalform form .hs_probe_tips_comment {
  width: 100%;
}

.proposalpage .proposalform form .hs_probe_tips_material {
  width: 100%;
  max-width: 400px;
}

.proposalpage .proposalform form .hs_probe_tips_material ul.multi-container>li {
  width: 50%;
}

.proposalpage .proposalform form .hs_probe_tip_radius {
  display: block;
}

.proposalpage .proposalform form .hs_probe_tips_configuration__pitch__frequency {
  width: 100%;
  display: block;
}

.proposalpage .proposalform form .hs_comment__high_frequency_probe_tips_configuration__pitch__frequency .input>.hs-input {
  min-height: 253px!important;
  overflow: auto;
  padding: 14px 20px!important;
}

.proposalpage .proposalform form .hs_comment__high_frequency_probe_tips_configuration__pitch__frequency {
  width: 100%;
  display: block;
}

.proposalpage .proposalform form .hs_bases1 {
  width: 100%;
  max-width: 400px;
}

.proposalpage .proposalform form .hs_bases1 ul.multi-container>li {
  width: 50%;
}

.contactpage h6 {
    font-family: 'Neuton';
    color: #55585D;
}

@media (min-width: 900px){
  .datasheetpage .datasheet thead th {
    display: table-cell;
    margin: 0;
  }

  .datasheetpage .datasheet thead tr {
    display: table-row;
  }

  .datasheetpage .datasheet tbody tr {
    display: table-row;
  }
  .datasheetpage .datasheet tbody td {
    display: table-cell;
    margin: 0;
  }

}

@media(max-width:1199px){
  .proposalpage .proposalform form .hs-form-field legend.hs-field-desc {
    white-space: inherit;
  }

  .contactpage .contact-panel {
    padding-left: 0px;
    padding-right: 0px;
  }

  .manipulator-page {
    padding: 0px 15px;
  }

}

@media(max-width:899px){
  .proposalpage .proposalform .dnd-section>.row-fluid>div {
    padding: 40px;
  }

  .proposalpage .proposalform form .input>.hs-input {
    padding: 8px 20px;
  }

  .proposalpage .proposalform form .form-columns-2 .hs-form-field {
    padding-right: 13px;
  }

  .proposalpage .proposalform form .form-columns-2 .hs-form-field:last-child {
    margin-left: 0px;
    padding-left: 1px;
  }

  .proposalpage .proposalform form .form-columns-2 .hs-zip, .proposalpage .proposalform form .form-columns-2 .hs_countrys {
    margin-bottom: 0;
  }

  .proposalpage .proposalform form .hs-form-field {
    margin-bottom: 10px;
  }

  .proposalpage .proposalform form .hs_0-2\/address2, .proposalpage .proposalform form .hs_address {
    margin-bottom: 0;
  }

  .proposalpage .proposalform form .hs-button {
    font-family: Muli;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.06px;
    text-transform: uppercase;
    line-height: 1;
  }

  .proposalpage .proposalform form .actions {
    margin-top: 18px;
  }

  .proposalpage .proposalform form ul.multi-container {
    width: calc(100% + 16px) !important;
  }

  .proposalpage .proposalform form ul.multi-container>li {
    width: 100% !important;
  }

  .proposalpage .proposalform form .input>textarea.hs-input {
    min-height: 241px !important;
  }

  .contactpage .contact-panel .dnd-section>.row-fluid {
    padding: 40px 30px;
    padding-bottom: 0;
    display: block;
  }

  .contactpage .contact-panel .dnd-section>.row-fluid>.span6:last-child {
    width: 100%;
    margin-left: 0;
  }

  .contactpage .contact-panel .row-number-4>.row-fluid {
    padding: 0;
  }

  .datasheetpage .datasheet thead th {
    display: none;
  }

  .datasheetpage .datasheet tbody td>strong {
    display: block;
  }

  .datasheetpage .datasheet tbody tr td:first-child {
    background-color: #23252c;
    color: #fff;
  }

  .datasheetpage .datasheet tbody tr td {
    float: left;
    clear: left;
    width: 100%;
    border-width: 3px;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
  }

  .datasheetpage .datasheet tbody td>strong {
    vertical-align: top;
    display: block;
    width: 100%;
    text-align: center;
    max-width: none;
    font-weight: normal;
  }

  .datasheetpage .datasheet tbody td>span {
    display: block;
    width: 100%;
    text-align: center;
    max-width: none;
  }

  .datasheetpage .datasheet tbody tr td:before,.datasheetpage .datasheet tbody tr td:after {
    content: "";
    position: absolute;
    width: 3px;
    right: 50%;
    top: 0;
    height: 100%;
    background-color: #fff;
    display: block;
  }

  .datasheetpage .datasheet tbody tr td:after {
    right: auto;
    left: 50%;
  }

  .datasheetpage .datasheet tbody tr td:first-child:after,
  .datasheetpage .datasheet tbody tr td:first-child:before {
    content: '';
    background: none;
  }

  .proposalpage .proposalform form .hs_chuck_types ul.multi-container>li label>input+span {
    margin-left: 10px;
  }

  .proposalpage .proposalform form .hs_bases1 {
    max-width: 100%;
  }

  .proposalpage .proposalform form .hs_bases1 ul.multi-container>li {
    width: 100%;
  }

  .proposalpage .proposalform form .hs_probe_tips_material ul.multi-container>li {
    width: 100%;
  }

  .proposalpage .proposalform form .hs_comment.hs-comment ul.multi-container>li {
    width: 100%;
  }


}

@media(max-width:767px){
  .proposalpage .proposalform .widget-type-rich_text p>img {
    display: block;
    float: none;
    margin: 0;
  }


}

@media(max-width:640px){
  .proposalpage .proposalform form .form-columns-2 .hs-form-field:first-child {
    width: 100%;
  }

  .proposalpage .proposalform form .form-columns-2 .hs-form-field:last-child {
    width: 100%;
    margin-bottom: 4px;
  }

  .proposalpage .proposalform form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .proposalpage .proposalform form .form-columns-2 .hs-form-field {
    padding-right: 0px !important;
  }

  .proposalpage .proposalform form .hs-form-field {
    width: 100% !important;
  }

  .proposalpage .proposalform form .input>.hs-input {
    line-height: 2;
    width: 100% !important;
  }

  .proposalpage .proposalform form .form-columns-2>.hs_firstname>.input {
    margin-top: 12px;
  }

  .proposalpage .proposalform form .form-columns-2>.hs_lastname>label {
    display: none;
  }

  .proposalpage .proposalform form .hs-form-field {
    margin-bottom: 12px;
    padding-right: 0;
  }

  .proposalpage .proposalform form .form-columns-2>.hs_firstname {
    margin-bottom: 0;
  }

  .proposalpage .proposalform form .form-columns-2 .hs-form-field>label {
    margin-bottom: 6px;
  }

  .proposalpage .proposalform form .hs-form-field legend.hs-field-desc {
    margin: 1px 0 7px 1px;
  }

  .proposalpage .proposalform form .hs_email {
    margin-bottom: 9px;
  }

  .proposalpage .proposalform form .hs_address>label {
    margin-bottom: 17px;
  }

  .proposalpage .proposalform form .hs_address {
    margin-bottom: -2px;
  }

  .proposalpage .proposalform form .hs_0-2\/address2 {
    margin-bottom: -2px;
  }

  .proposalpage .proposalform form .form-columns-2 .hs_state legend.hs-field-desc {
    margin-bottom: 1px;
  }

  .proposalpage .proposalform form .hs_zip legend.hs-field-desc {
    margin-bottom: 4px;
  }

  .proposalpage .proposalform form .actions {
    margin-top: 9px;
    margin-bottom: 46px;
  }

  .proposalpage .proposalform form .hs-dateinput .hs-input {
    width: 100%;
  }

  .proposalpage .proposalform .hs-main-font-element h2 {
    margin-bottom: 10px;
  }

}