*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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



@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "revicons"; 
  src: url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/revicons.eot") format("embedded-opentype"),
    url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/revicons.woff") format("woff"),
      url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/revicons.ttf") format("truetype"),
        url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/revicons.svg") format("svg"); 
          font-style: normal; 
          font-weight: normal;
          font-display: swap; 
          }
@font-face { font-family: "aco";
  src: url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/aco.eot") format("embedded-opentype"),
    url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/aco.woff") format("woff"),
      url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/aco.ttf") format("truetype"), 
        url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/aco.svg") format("svg");
          font-style: normal; 
          font-weight: normal; 
          }
@font-face { font-family: "StoneSansIIITCW01-Bk";
  src: url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCW05-Book.eot") format("eot"),
    url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCW05-Book.woff2") format("woff2"), 
      url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCW05-Book.woff") format("woff"),
        url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCW05-Book.ttf") format("truetype");
          }
@font-face { font-family: "StoneSansIIITCComMd"; 
  src: url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComMd.eot") format("embedded-opentype"), 
    url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComMd.woff2") format("woff2"), 
      url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComMd.woff") format("woff"),
        url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComMd.ttf") format("truetype"),
          url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComMd.svg") format("svg");
            }
@font-face { font-family: "StoneSansIIITCComBk"; 
  src: url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComBk.eot") format("embedded-opentype"), 
    url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComBk.woff2") format("woff2"), 
      url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComBk.woff") format("woff"), 
        url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComBk.ttf") format("truetype"),
          url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/StoneSansIIITCComBk.svg") format("svg");
            }
@font-face { font-family: "Font Awesome 5 Free";
  src: url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5FreeSolid.eot") format("embedded-opentype"), 
    url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5FreeSolid.woff2") format("woff2"), 
      url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5FreeSolid.woff") format("woff"), 
        url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5FreeSolid.ttf") format("truetype"), 
          url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5FreeSolid.svg") format("svg");
            font-style: normal;
            font-weight: 900; 
            font-display: auto; 
            }
@font-face { font-family: "Font Awesome 5 Brands"; 
  src: url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5BrandsRegular.eot") format("embedded-opentype"),
    url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5BrandsRegular.woff2") format("woff2"),
      url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5BrandsRegular.woff") format("woff"),
        url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5BrandsRegular.ttf") format("truetype"),
          url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/fonts/FontAwesome5BrandsRegular.svg") format("svg"); 
            font-style: normal; 
            font-weight: normal;
            font-display: auto; 
            }
html {
  font-size: 13px;
}
body {
  line-height: 1.53846;
  overflow-x: hidden;
}

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

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.body-wrapper ol:not([class]) {
  padding: 0 0 0 20px;
}
.body-wrapper ul:not([class]) {
  text-align: left;
  letter-spacing: 0px;
  font-weight: 400;
  padding-left: 16px;
  margin-bottom: 10px;
}
.body-wrapper ul > li:not([class]){
  text-align: left;
  letter-spacing: 0px;
  font-weight: 400;
  padding-left: 4px;
  margin-bottom: 4px;
  list-style-image: url("//39543135.fs1.hubspotusercontent-na1.net/hubfs/39543135/raw_assets/public/ACO_May2023/images/download.png");
    }
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  background: #cc0000;
  border: 1px solid #eee;
  height: 100px;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
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 {
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

.button, .error-page .button, a button, form .hs-button, form input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font: inherit;
  font-weight: bold;
  line-height: 1;
  background-color: #cc0000;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  padding: 8px 20px 9px 20px;
  cursor: pointer;
  margin: 20px 0;
}
a.hs-button:hover{
  text-decoration:none !important;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=email], form input[type=file], 
form input[type=number], form input[type=password],
form input[type=tel], form input[type=text], 
form select, form textarea {
  border-radius: 3px;
  padding: 0 15px;
  height: 30px;
  width: 100%;
  border: 1px solid #666666;
  background: #ffffff;
  font-family: "StoneSansIIITCW01-Bk", Arial, sans-serif;
  font-size: 1rem;
  color: #999999;
  transition: box-shadow 0.3s ease-out;
}
form input[type=email]:focus,form input[type=file]:focus,
form input[type=number]:focus, form input[type=password]:focus,
form input[type=tel]:focus, form input[type=text]:focus,
form select:focus,  form textarea:focus {
  outline: 0;
  border-color: #9cb6c2;
  color: #3e5d76;
}
form label, form legend {
  font-size: 16px;
  display: inline-block;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

.hs-error-msg ,label.hs-error-msg,label.hs-main-font-element,ul.no-list.hs-error-msgs li label{
  color:#dc3232 !important;
  font-size: 1em;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: 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;
}
.cst-header {
  background: #fff;
  z-index: 99;
  position: relative;
  font-size:13px;
}
hr.metaNav {
  background-color: #ccc;
  margin-top: 0.5rem;
  margin-bottom: 1.4rem;
  border: 0;
  border-top: 1px solid #ecf2f5;   
  height: auto;
}
.header-top {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
}

span.country-name {
  display: inline-block;
  color: #3e5d76;
}
.language-switcher .links a {
  margin-left: 10px;
}
img {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
.language-switcher .links a img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  margin-right: 2px;
}
.header-bottom.page-center {
  padding-bottom: 20px;
}
.header-logo {
  width: 89px;
  height: 58px;
  margin-right: 35px;
}
.header-logo img {
  width: 75px !important;
}
.header-menu {
  padding-top: 20px;
  width: 100%;
}
.navbar-toggler {
  display: none;
  padding: 0.5rem 0.75rem;
  position: relative;
  background: #666666;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}

.navbar-toggler>span {

  margin: 0 6px;
}
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.navbar-toggler__icon {
  margin: 0 3px;
}
.fa-bars:before {
  content: "\f0c9";
}

.navbar-inner {
  padding-left: 15px;
}
.header-menu-wrapper {
  padding-top: 5px;
}
.search-toggler {
  color: #c00;
  font-size: 21px;
  margin-top: 3px;
  margin-right: 0px;
}
.header-menu-wrapper .hs-menu-wrapper >ul {
  padding: 0px 0px 10px 0px;
  margin: 0;
}
.header-menu-wrapper .hs-menu-wrapper >ul>li {
  margin: 0 10px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position:relative;
}
.header-menu-wrapper .hs-menu-wrapper >ul>li>a {
  line-height: 35px;
  height: 35px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #999;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  outline: none;
}
.header-menu-wrapper .hs-menu-wrapper >ul>li:hover>a {
  background: #fff;
  color: #c00;
  font-weight: bold;
  text-decoration: none;
  border-color: inherit;
}
.header-menu-wrapper .hs-menu-wrapper >ul>li>ul {
  z-index: 9999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background: #fff;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 100%;
}

.header-menu-wrapper .hs-menu-wrapper >ul>li>ul>li>a {
  display: block;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
}
.header-menu-wrapper .hs-menu-wrapper >ul>li>ul>li>a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #940000;
}
.fa-search:before {
  content: "\f002";
}
body.open-form .fa-search:before {
  content: "\f00d";
}
.header-search {
  border-top: 1px solid #c7d8e1;
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  top: 127px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: none;
}
.header-search .tx-solr-search-form {
  width: auto;
  margin-left: 16.1%;
}
.header-search form.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  flex-wrap: nowrap;
}
.header-search input.js-solr-q {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #666666;
  background: #ffffff;
  font-family: "StoneSansIIITCW01-Bk", Arial, sans-serif;
  font-size: 1rem;
  color: #999999;
  transition: box-shadow 0.3s ease-out;
  padding: 0 15px;
  height: 45px;
  position: relative;
}
.header-search input.js-solr-q:focus {
  outline: none;
}
.header-search input.js-solr-q::placeholder {
  color: rgb(117, 117, 117);
}
.header-search button.search-form-header__button {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px !important;
  background-color: #cc0000;
  color: #ffffff;
  text-align: center;
  font: inherit;
  font-weight: bold;
  display: inline-block;
  font-size: 1.4em;
  border-radius: 0;
  line-height: 1;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  border: none;
}
.header-search button.search-form-header__button:hover {
  background-color: #940000;
}
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-search button.search-form-header__button i {
  width: 20px;
}
.header-search button.search-form-header__button i:before {
  content: "\f002" !important;
}
body.open-form .header-search {
  display: block;
}
.header-menu-wrapper {
  margin-left: 73px;
}
.search-toggler {
  cursor: pointer;
}
.language-switcher {
  position: relative;
  margin-left: auto;
}
.language-switcher .links img {
  width: 24px;
}
.language-switcher .links a:first-child img {
  margin: 0;
}
.language-switcher .links a:hover img {
  opacity: 1;
}
.header-top.page-center {
  display: flex;
}
.header-bottom.page-center {
  display: flex;
}
.search-toggler {
  margin-left: auto;
}
.navbar-inner {
  display: flex;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul {
  display: none;
}
.cst-header.landing-header .header-bottom {
  padding-top: 1.4rem;
}
@media(min-width:992px){
  .header-menu-wrapper .hs-menu-wrapper >ul>li:hover>ul {
    visibility: visible;
    display: block;
    opacity: 1;
  }
}
@media(max-width:1620px){
  .header-menu-wrapper {
    margin: 0;
  }
  .header-menu {
    padding-top: 0;
  }
  .header-menu-wrapper {
    margin-left: 0;
  }
  .header-menu-wrapper {
    padding-top: 0;
  }
  .navbar-inner {
    padding-left: 0;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>ul {
    width: auto;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>ul {
    right: 0;
    left: auto;
  }
}

@media(max-width:992px){
  .search-toggler {
    display: none;
  }
  .header-menu {
    text-align: right;
  }
  .navbar-toggler {
    margin-top: 20px;
  }
  .header-top.page-center {
    max-width: inherit;
  }
  .header-bottom.page-center {
    max-width: initial;
  }
  span.company-name {
    display: none;
  }
  .header-bottom.page-center {
    padding-top: 10px;
    padding-bottom: 7px;
  }
  .navbar-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
  }

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

  .header-menu-wrapper .hs-menu-wrapper>ul {
    width: 100%;
  }

  .navbar-inner {
    display: block;
  }
  .child-trigger {
    cursor: pointer;
    font-size: 30px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 60px;
  }

  .child-trigger:after {
    content: '+';
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>a {
    text-align: left;
    border: 0;
  }
  .header-logo img {
    width: 65px!important;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li.li-border>a {
    color: #c00;
  }
  .child-trigger.child-open:after {
    content: '-';
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>ul {
    background: #fff;
    max-width: 100%;
    position: relative;
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .navbar-wrapper {
    display: none;
  }
  .header-search {
    display: none;
  }
  .navbar-toggler {
    display: inline-block;
  }
}
.cst-footer {
  background: none;
  color: #3e5d76;
  padding-top: 35px;
  position: relative;
  border-top: 1px solid #c7d8e1;
  z-index: 2;
  font-size:13px;
}
.footer-privacy {
  background: #ecf2f5;
  color: #3e5d76;
  font-size: 1rem;
  min-height: 30px;
  padding: 30px 0;
  text-align: inherit;
}
nav.footer-privacy-links p {
  margin:0;
  float: left;
  margin-right: 400px;

}
nav.footer-privacy-links p a {
  color: inherit;
  display: inline;
  line-height: 20px;
  text-decoration: none;
  font-size: 13px;
}
nav.footer-privacy-links a {
  color: inherit;
  display: inline;
  line-height: 20px;
  text-decoration: none;
  font-size: 13px;
}
.social-links a{
  text-decoration:none !important;
}
.back-to-top {
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1045;
  width: 1220px;
  position: absolute;
  top: 70px;
  bottom: auto;
  display: block;
}
.back-to-top .page-up {
  position: absolute;
  right: 16px;
  bottom: 8px;
  width: 40px;
  height: 35px;
  padding-top: 6px;
  font-size: 0.85rem;
  font-weight: bold;
  background: #ffffff;
  color: #cc0000;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  bottom: auto;
  border-radius: 0 0 4px 4px;
  font-size:11px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
}
.back-to-top .page-up:before {
  font-family: "aco";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 17px;
  height: 10px;
  color: inherit;
  font-size: 0.5em;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  text-align: center;
}
.footer-top {
  background: none;
  color: inherit;
  font-size: 1rem;
  padding: 5px 0;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-row1,
.footer-row2,
.footer-row3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.social-follow {
  margin: 0 0 1.5em;
}
.social-follow h2,
.footer-row2-inner h2,
.footer-row1-inner h2{
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #3e5d76;
}
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  color: #c9d7e4;
}
.fa-2x {
  font-size: 2em;
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin:before {
  content: "\f08c";
}
.footer-row2-inner {
  margin: 0 0 1.5em;
}
.footer-row2-inner div#hs_cos_wrapper_content div p:first-child {
  min-height: 75px;
  margin-bottom: 15px;
  color: inherit;
  font-size: 1rem;
}
.footer-row2-inner div#hs_cos_wrapper_content div p:last-child {
  margin-bottom: 30px;
}
.footer-row2-inner div#hs_cos_wrapper_content div p:last-child a {
  font-size: 1rem;
}
.footer-row2-inner div#hs_cos_wrapper_content div p:last-child a:hover,
.footer-row1-inner p a:hover{
  text-decoration: underline;
}
.footer-row1-inner {
  margin: 0 0 1.5em;
}
.footer-row1-inner p:last-child {
  margin-bottom: 30px;
}
.footer-row1-inner p {
  margin-bottom: 15px;
}
.social-links a:not(:first-child) {
  margin-left: 8px;
}
.cst-footer.landing-footer {
  padding-top: 0;
  border-top: 0px;
}

@media (min-width: 768px) and (max-width: 1007.98px){
  .footer-row1-inner p {
    min-height: 105px;
  }
}
@media (min-width: 1414px){
  .back-to-top  .page-up {
    bottom: 35px;
    right: -81px;
  }
}
@media (max-width: 1414px){
  .back-to-top {
    top: 0;
  }
}
@media (max-width: 1222px){
  .back-to-top {
    width: 100%;
  }
}
@media (max-width: 767.98px){
  .footer-privacy {
    text-align: center;
  }
  .cst-footer .page-center {
    max-width: initial;
  }
  .footer-row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-row1, .footer-row2, .footer-row3 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 35px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  nav.footer-privacy-links p {
    margin: 0;
  }
}
/* Menu and simple menu */

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