/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "Source Serif 4";
    src: url("https://fonts.gstatic.com/s/sourceserif4/v8/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2") format("woff2-variations");
    font-weight: 100 800
}



/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #ED6631;
  border-color: #ED6631;
  color: #ffffff;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

.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;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* 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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@charset "UTF-8";/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,button,input,select,textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,pre {
    margin: 1em 0
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    _font-family: 'courier new',monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,menu,ol,ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,ol,ul {
    padding: 0 0 0 40px
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


.herobanner_title {
    margin: 0 0 24px; 
    font-family: 'Source Serif 4'; 
    font-size: 60px; 
    font-weight: bold; 
    line-height: 62px; 
    letter-spacing: normal; 
    font-optical-sizing: auto;
}

.herobanner_subtitle {
    font-family: 'Roboto'; 
    font-size: 22px; 
    font-weight: 400; 
    line-height: 24px; 
    letter-spacing: normal; 
    font-optical-sizing: auto
}



.img-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
    background: -moz-linear-gradient(45deg, #000000, rgba(0, 0, 0, 0) 56%);
    background: -webkit-linear-gradient(45deg, #000000, rgba(0, 0, 0, 0) 56%);
    background: linear-gradient(to right top, #000000, rgba(0, 0, 0, 0) 56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    z-index: 1;
}

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    box-shadow: 0 0 12px rgba(51,51,51,0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.twentytwenty-before-label,.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.twentytwenty-before-label:before,.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: .1em
}

.twentytwenty-before-label:before,.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255,255,255,0.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-before-label:before,.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-before-label:before,.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow,.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 3px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-up-arrow,.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0,0,0,0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-container * {
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-before-label:before {
    content: "Before"
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-after-label:before {
    content: "After"
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    transition-property: background;
    background: rgba(0,0,0,0);
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0,0,0,0.5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    border-radius: 1000px;
    box-shadow: 0 0 12px rgba(51,51,51,0.5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    background: rgba(255,255,255,0.6);
    bottom: 50%;
    width: 2px;
    box-shadow: 0 3px 0 white,0 0 12px rgba(51,51,51,0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    background: rgba(255,255,255,0.6);
    top: 50%;
    width: 2px;
    box-shadow: 0 -3px 0 white,0 0 12px rgba(51,51,51,0.5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    box-shadow: 3px 0 0 white,0 0 12px rgba(51,51,51,0.5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    box-shadow: -3px 0 0 white,0 0 12px rgba(51,51,51,0.5)
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px
}




@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-style: normal;
    src: url('https://www.stantec.com/static/fonts/noto/NotoSansCJKtc-Thin.otf') format('opentype')
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 400;
    font-style: normal;
    src: url('https://www.stantec.com/static/fonts/noto/NotoSansCJKtc-Light.otf') format('opentype')
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: normal;
    font-style: normal;
    src: url('https://www.stantec.com/static/fonts/noto/NotoSansCJKtc-Medium.otf') format('opentype')
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-style: normal;
    src: url('https://www.stantec.com/static/fonts/noto/NotoSansCJKtc-Regular.otf') format('opentype')
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: bold;
    font-style: normal;
    src: url('https://www.stantec.com/static/fonts/noto/NotoSansCJKtc-Bold.otf') format('opentype')
}


::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    border: 0;
    border-top: 1px solid #CCC;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}


body:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 500
}


h1,h2,h3,h4,p,ul,li {
    font-weight: 400
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: normal
}

.mce-content-body p {
  line-height:1.5;
}

h1:lang(zh-TW),h2:lang(zh-TW),h3:lang(zh-TW),h4:lang(zh-TW),h5:lang(zh-TW),h6:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 500
}

::-webkit-input-placeholder {
    color: #b6b4b5
}

:-moz-placeholder {
    color: #b6b4b5
}

::-moz-placeholder {
    color: #b6b4b5
}

:-ms-input-placeholder {
    color: #b6b4b5
}

input.placeholder {
    color: #b6b4b5 !important
}

ul {
    margin-left: 1em
}

ul li {
    margin-bottom: 1em
}



.wrapper {
    margin: 0 auto;
    padding: 0 .99009901%;
    width: 99.00990099%;
    background-color: inherit
}

.preserve-old-width {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px
}

.preserve-old-width .preserve-old-width {
    margin: 0 auto;
    width: 100%;
    max-width: 100%
}

.full-width .current-width-wrapper {
    margin: 0 auto;
    max-width: 1600px;
    width: 90%
}

.current-width-wrapper .current-width-wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.three-twenty-only,.four-eighty-only,.seven-sixty-eight-only,.nine-eighty-only,.desktop-only {
    display: none
}

nav ul {
    margin: 0;
    padding: 0
}

nav a {
    text-decoration: none
}

.ie7 .title {
    padding-top: 20px
}

.three-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0 0;
    margin: auto;
    max-width: 1600px;
    width: 90%
}

@media only screen and (max-width: 767px) {
    .three-columns {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 0 0
    }
}

.three-columns__left-rail {
    width: 90%
}

@media only screen and (max-width: 1099px) {
    .three-columns__left-rail {
        width:55%
    }
}

@media only screen and (max-width: 767px) {
    .three-columns__left-rail {
        width:100%
    }
}

.three-columns__right-rail {
    margin: 0 auto;
    margin-right: 0;
    width: 40%
}

@media only screen and (max-width: 1099px) {
    .three-columns__right-rail {
        width:45%
    }
}

@media only screen and (max-width: 767px) {
    .three-columns__right-rail {
        width:100%
    }
}

.single-column {
    margin: 0 0 0 auto;
    max-width: 359px;
    padding-left: 20px
}

@media only screen and (max-width: 767px) {
    .single-column {
        margin-right:auto;
        max-width: none;
        padding: 50px 0 0
    }
}


.link {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: solid #d1d1d1 1px;
    color: #636363;
    display: inline;
    margin-bottom: 5px;
    text-decoration: none
}

.link:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.link:hover {
    cursor: pointer;
    border-color: #ed7000
}

.no-link {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 0;
    color: #636363;
    display: inline;
    text-decoration: none
}

.no-link:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.phone-link {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.5;
    color: #636363;
    cursor: default;
    text-decoration: none
}

.phone-link:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 599px) {
    .wrapper {
        box-sizing:border-box;
        margin: 0 auto;
        min-width: 320px;
        padding: 0;
        width: 100%
    }

    .three-twenty-only {
        display: block
    }

    .not-mobile {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .wrapper {
        width:100%;
        padding: 0 15px;
        box-sizing: border-box
    }

    .three-twenty-only {
        display: block
    }

    .not-mobile {
        display: none
    }
}

@media only screen and (min-width: 600px) and (max-width:899px) {
    .wrapper {
        box-sizing:border-box;
        min-width: 600px;
        padding: 0 22px;
        width: 100%
    }
}

@media only screen and (min-width: 900px) {
    .wrapper {
        box-sizing:border-box;
        min-width: 900px;
        padding: 0 15px;
        width: 100%
    }
}

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

    .wrapper.blown-out {
        min-width: 100%
    }

    .desktop-only {
        display: block
    }
}




.global-footer {
    background: #8d8477;
    padding-bottom: 10px;
    position: relative
}

.global-footer ul {
    margin: 0 0 25px;
    padding: 0 15px;
    text-align: center
}

.global-footer ul li {
    display: inline-block
}

.global-footer ul.social-icons-footer li {
    display: inline-block
}

.global-footer ul.social-icons-footer li a {
    display: inline-block;
    height: 25px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 25px
}

.global-footer ul.social-icons-footer li a.youtube {
    margin-right: 0
}

.global-footer .logo-container {
    background: #7a7267;
    display: block;
    margin: 0 0 30px 0;
    padding: 28px 0;
    text-align: center
}

.global-footer .logo-container .stantec-logo-white {
    background-image: url(https://www.stantec.com/static/img/logos/stantec-footer.png);
    background-repeat: no-repeat;
    display: block;
    height: 33px;
    overflow: hidden;
    text-indent: 125%;
    white-space: nowrap;
    margin: 0 auto 13px;
    padding: 0;
    width: 120px
}



.global-footer .logo-container span {
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem
}

.global-footer .contact li a {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 25px;
    text-decoration: none;
    text-transform: uppercase
}

.global-footer .contact li a:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.global-footer .contact li a:hover {
    color: #bfb8b0
}

.global-footer .copy-privacy li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px
}

.global-footer .copy-privacy li:first-child {
    padding-left: 0
}

.global-footer .copy-privacy li:last-child {
    padding-right: 0
}

.global-footer .copy-privacy li a {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #c2bdb5;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none
}

.global-footer .copy-privacy li a:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.global-footer .copy-privacy li a:hover {
    color: #FFF
}

.global-footer .copy-privacy li:before {
    background: #c2bdb5;
    content: '';
    height: 15px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 2px;
    z-index: 0
}

.global-footer .copy-privacy li:first-child {
    padding-left: 0;
    margin-left: 0
}

.global-footer .copy-privacy li:first-child:before {
    content: none
}

@media only screen and (max-width: 599px) {
    .global-footer .contact li {
        display:block;
        margin-bottom: 10px;
        width: 100%
    }

    .global-footer .contact li a {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0
    }
}

@media print {
    .global-footer {
        display: none
    }
}

.col_container {
    clear: both;
    position: relative
}

.col_container .col_1,.col_container .col_2,.col_container .col_3,.col_container .col_4,.col_container .col_5,.col_container .col_6,.col_container .col_7,.col_container .col_8,.col_container .col_9,.col_container .col_12 {
    float: left;
    margin: 0 14px
}

.col_container .col_1 {
    width: 73px
}

.col_container .col_2 {
    width: 174px
}

.col_container .col_3 {
    width: 275px
}

.col_container .col_4 {
    width: 376px
}

.col_container .col_5 {
    width: 477px
}

.col_container .col_6 {
    width: 578px
}

.col_container .col_7 {
    width: 679px
}

.col_container .col_8 {
    width: 780px
}

.col_container .col_9 {
    width: 881px
}

.col_container .col_12 {
    float: none;
    margin: 0;
    width: 100%
}

.col_container.liquid .col_1,.col_container.liquid .col_2,.col_container.liquid .col_3,.col_container.liquid .col_4,.col_container.liquid .col_5,.col_container.liquid .col_6,.col_container.liquid .col_7,.col_container.liquid .col_8,.col_container.liquid .col_9,.col_container.liquid .col_12 {
    margin: 0 1.16666667%
}

.col_container.liquid .col_1 {
    width: 6.08333333%
}

.col_container.liquid .col_2 {
    width: 14.5%
}

.col_container.liquid .col_3 {
    width: 22.91666667%
}

.col_container.liquid .col_4 {
    width: 31.33333333%
}

.col_container.liquid .col_5 {
    width: 39.75%
}

.col_container.liquid .col_6 {
    width: 48.16666667%
}

.col_container.liquid .col_7 {
    width: 56.58333333%
}

.col_container.liquid .col_8 {
    width: 65%
}

.col_container.liquid .col_9 {
    width: 73.41666667%
}

.col_container.liquid .col_12 {
    margin: 0;
    width: 100%
}

.col_container.liquid .alpha {
    margin-left: 0
}


.col_container.liquid .omega {
    margin-right: 0
}


@media only screen and (max-width: 899px) {
    .col_container.liquid .col_1,.col_container.liquid .col_2,.col_container.liquid .col_3,.col_container.liquid .col_4,.col_container.liquid .col_5,.col_container.liquid .col_6,.col_container.liquid .col_7,.col_container.liquid .col_8,.col_container.liquid .col_12 {
        float:none;
        margin: 0;
        width: auto
    }
}

@media only screen and (min-width: 600px) and (max-width:899px) {
    .col_container.liquid.thirds .col_4 {
        float:left
    }

    .col_container.liquid.thirds .col_4:first-child {
        display: block;
        float: none
    }

    .col_container.liquid.thirds .col_4:nth-child(2) {
        margin-right: 2%;
        width: 48%
    }

    .col_container.liquid.thirds .col_4:nth-child(3) {
        margin-left: 2%;
        width: 48%
    }
}

@media print {
    .col_container.liquid .col_1,.col_container.liquid .col_2,.col_container.liquid .col_3,.col_container.liquid .col_4,.col_container.liquid .col_5,.col_container.liquid .col_6,.col_container.liquid .col_7,.col_container.liquid .col_8,.col_container.liquid .col_9,.col_container.liquid .col_12 {
        float: none;
        margin: 0;
        width: auto
    }
}

.col_container .alpha {
    margin-left: 0
}

.col_container .omega {
    margin-right: 0
}

.col_container.thirds img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}


/*
a.button {
    background: #1f9cdd;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 100%;
    margin: 0;
    padding: 12px 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

a.button:hover {
    background: #197cb0
}

a.button-primary {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: .7px;
    font-optical-sizing: auto
}

a.button-primary-black {
    background: 0;
    border: 2px solid #000;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

a.button-primary-black:hover {
    background-color: #000;
    color: #fff
}

a.button-primary-black:disabled {
    background: 0;
    border-color: #4b4947;
    color: #4b4947
}

a.button-primary-black:focus {
    outline: 2px solid #2a73d9;
    border-color: #000;
    color: #000;
    outline-offset: 2px
}

a.button-primary-black:active {
    background-color: #000;
    color: #fff
}

a.button-primary-white {
    background: 0;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

a.button-primary-white:hover {
    background-color: #fff;
    color: #000
}

a.button-primary-white:disabled {
    background: 0;
    border-color: #f2efec;
    color: #f2efec
}

a.button-primary-white:focus {
    outline: 2px solid #2a73d9;
    border-color: #fff;
    color: #fff;
    outline-offset: 2px
}

a.button-primary-white:active {
    background-color: #fff;
    color: #000
}

a.button-primary-orange-black {
    background: 0;
    border: 2px solid #ed6631;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

a.button-primary-orange-black:hover {
    background-color: #ed6631;
    color: #000
}

a.button-primary-orange-black:disabled {
    background: 0;
    border-color: #6c6965;
    color: #6c6965
}

a.button-primary-orange-black:focus {
    outline: 2px solid #2a73d9;
    border-color: #ed6631;
    color: #000;
    outline-offset: 2px
}

a.button-primary-orange-black:active {
    background-color: #ed6631;
    color: #000
}

a.button-primary-orange-white {
    background: 0;
    border: 2px solid #ed6631;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

a.button-primary-orange-white:hover {
    background-color: #ed6631;
    color: #000
}

a.button-primary-orange-white:disabled {
    background: 0;
    border-color: #c9c4bd;
    color: #c9c4bd
}

a.button-primary-orange-white:focus {
    outline: 2px solid #2a73d9;
    border-color: #ed6631;
    color: #fff;
    outline-offset: 2px
}

a.button-primary-orange-white:active {
    background-color: #ed6631;
    color: #000
}

a.button-primary-blue-black {
    background: 0;
    border: 2px solid #2a73d9;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

a.button-primary-blue-black:hover {
    background-color: #2a73d9;
    color: #fff
}

a.button-primary-blue-black:disabled {
    background: 0;
    border-color: #6c6965;
    color: #6c6965
}

a.button-primary-blue-black:focus {
    outline: 2px solid #2a73d9;
    border-color: #2a73d9;
    color: #000;
    outline-offset: 2px
}

a.button-primary-blue-black:active {
    background-color: #2a73d9;
    color: #fff
}

a.button-secondary {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: .7px;
    font-optical-sizing: auto
}

a.button-secondary-black {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

a.button-secondary-black:hover {
    color: #000
}

a.button-secondary-black:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

a.button-secondary-black:disabled {
    background: 0;
    color: #4b4947
}

a.button-secondary-black:focus {
    outline: 2px solid #2a73d9;
    color: #000
}

a.button-secondary-black:active {
    color: #000
}

a.button-secondary-black:disabled {
    background: 0;
    color: #4b4947;
    pointer-events: none
}

a.button-secondary-black .material-icons {
    font-family: "Material Icons";
    color: #000;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

a.button-secondary-black:disabled .material-icons {
    background: 0;
    color: #4b4947
}

a.button-secondary-white {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

a.button-secondary-white:hover {
    color: #fff
}

a.button-secondary-white:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

a.button-secondary-white:disabled {
    background: 0;
    color: #e2dddb
}

a.button-secondary-white:focus {
    outline: 2px solid #2a73d9;
    color: #fff
}

a.button-secondary-white:active {
    color: #fff
}

a.button-secondary-white:disabled {
    background: 0;
    color: #e2dddb;
    pointer-events: none
}

a.button-secondary-white .material-icons {
    font-family: "Material Icons";
    color: #fff;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

a.button-secondary-white:disabled .material-icons {
    background: 0;
    color: #e2dddb
}

a.button-secondary-orange-black {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

a.button-secondary-orange-black:hover {
    color: #000
}

a.button-secondary-orange-black:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

a.button-secondary-orange-black:disabled {
    background: 0;
    color: #6c6965
}

a.button-secondary-orange-black:focus {
    outline: 2px solid #2a73d9;
    color: #000
}

a.button-secondary-orange-black:active {
    color: #000
}

a.button-secondary-orange-black:disabled {
    background: 0;
    color: #6c6965;
    pointer-events: none
}

a.button-secondary-orange-black .material-icons {
    font-family: "Material Icons";
    color: #ed6631;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

a.button-secondary-orange-black:disabled .material-icons {
    background: 0;
    color: #6c6965
}

a.button-secondary-orange-white {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

a.button-secondary-orange-white:hover {
    color: #fff
}

a.button-secondary-orange-white:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

a.button-secondary-orange-white:disabled {
    background: 0;
    color: #c9c4bd
}

a.button-secondary-orange-white:focus {
    outline: 2px solid #2a73d9;
    color: #fff
}

a.button-secondary-orange-white:active {
    color: #fff
}

a.button-secondary-orange-white:disabled {
    background: 0;
    color: #c9c4bd;
    pointer-events: none
}

a.button-secondary-orange-white .material-icons {
    font-family: "Material Icons";
    color: #ed6631;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

a.button-secondary-orange-white:disabled .material-icons {
    background: 0;
    color: #c9c4bd
}

a.button-secondary-blue-black {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

a.button-secondary-blue-black:hover {
    color: #000
}

a.button-secondary-blue-black:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

a.button-secondary-blue-black:disabled {
    background: 0;
    color: #6c6965
}

a.button-secondary-blue-black:focus {
    outline: 2px solid #2a73d9;
    color: #000
}

a.button-secondary-blue-black:active {
    color: #000
}

a.button-secondary-blue-black:disabled {
    background: 0;
    color: #6c6965;
    pointer-events: none
}

a.button-secondary-blue-black .material-icons {
    font-family: "Material Icons";
    color: #2a73d9;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

a.button-secondary-blue-black:disabled .material-icons {
    background: 0;
    color: #6c6965
}

a.button.dark {
    background: #464645;
    color: #fab914;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 100%;
    margin: 0;
    padding: 12px 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

a.button.dark:hover {
    background: #2c2c2c
}

a.button-primary {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-style: normal;
    background: #109fee;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 100%;
    margin: 0;
    padding: 12px 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 28px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

a.button-primary:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 500
}

a.button-primary:hover {
    background: #0d7fbe
}

.no-touch a.button-primary:hover {
    background: #0d75ae
}

a.button-primary.wider {
    padding: 10px 42px
}

.sector-icon {
    background-color: #f89b2e;
    background-position: 50% 50%;
    border-radius: 27px;
    background-clip: padding-box;
    display: inline-block;
    height: 56px;
    width: 56px
}

.sector-icon.top-center {
    left: 50%;
    margin: -27px 0 0 -27px;
    position: absolute;
    top: 0
}
*/
.hide {
    display: none
}

.show {
    display: block
}

.grey-bg {
    background-color: #5d564a
}

.bg-cover {
    background-size: cover !important
}

.bg-contain {
    background-size: contain !important
}



div::-webkit-scrollbar {
    background: #e1e1e1;
    width: 10px
}

div::-webkit-scrollbar-track {
    border-radius: 0
}

div::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #303030;
    cursor: pointer;
    border: 3px solid #e1e1e1;
    border-width: 0 3px
}

div::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e1e1
}







@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 100 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v206/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1USv9ls.woff2) format('woff2')
}

.material-icons-mixin {
    font-family: "Material Icons"
}

@media only screen and (max-width: 1099px) {
    .hide-on-mobile {
        display:none
    }
}

@media only screen and (min-width: 1100px) {
    .hide-on-desktop {
        display:none
    }
}

/*
.button-primary {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: .7px;
    font-optical-sizing: auto
}

.button-primary-black {
    background: 0;
    border: 2px solid #000;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

.button-primary-black:hover {
    background-color: #000;
    color: #fff
}

.button-primary-black:disabled {
    background: 0;
    border-color: #4b4947;
    color: #4b4947
}

.button-primary-black:focus {
    outline: 2px solid #2a73d9;
    border-color: #000;
    color: #000;
    outline-offset: 2px
}

.button-primary-black:active {
    background-color: #000;
    color: #fff
}

.button-primary-white {
    background: 0;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

.button-primary-white:hover {
    background-color: #fff;
    color: #000
}

.button-primary-white:disabled {
    background: 0;
    border-color: #f2efec;
    color: #f2efec
}

.button-primary-white:focus {
    outline: 2px solid #2a73d9;
    border-color: #fff;
    color: #fff;
    outline-offset: 2px
}

.button-primary-white:active {
    background-color: #fff;
    color: #000
}

.button-primary-orange-black {
    background: 0;
    border: 2px solid #ed6631;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

.button-primary-orange-black:hover {
    background-color: #ed6631;
    color: #000
}

.button-primary-orange-black:disabled {
    background: 0;
    border-color: #6c6965;
    color: #6c6965
}

.button-primary-orange-black:focus {
    outline: 2px solid #2a73d9;
    border-color: #ed6631;
    color: #000;
    outline-offset: 2px
}

.button-primary-orange-black:active {
    background-color: #ed6631;
    color: #000
}

.button-primary-orange-white {
    background: 0;
    border: 2px solid #ed6631;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

.button-primary-orange-white:hover {
    background-color: #ed6631;
    color: #000
}

.button-primary-orange-white:disabled {
    background: 0;
    border-color: #c9c4bd;
    color: #c9c4bd
}

.button-primary-orange-white:focus {
    outline: 2px solid #2a73d9;
    border-color: #ed6631;
    color: #fff;
    outline-offset: 2px
}

.button-primary-orange-white:active {
    background-color: #ed6631;
    color: #000
}

.button-primary-blue-black {
    background: 0;
    border: 2px solid #2a73d9;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease !important;
    transition: all 600ms ease !important
}

.button-primary-blue-black:hover {
    background-color: #2a73d9;
    color: #fff
}

.button-primary-blue-black:disabled {
    background: 0;
    border-color: #6c6965;
    color: #6c6965
}

.button-primary-blue-black:focus {
    outline: 2px solid #2a73d9;
    border-color: #2a73d9;
    color: #000;
    outline-offset: 2px
}

.button-primary-blue-black:active {
    background-color: #2a73d9;
    color: #fff
}

.button-secondary {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: .7px;
    font-optical-sizing: auto
}

.button-secondary-black {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.button-secondary-black:hover {
    color: #000
}

.button-secondary-black:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.button-secondary-black:disabled {
    background: 0;
    color: #4b4947
}

.button-secondary-black:focus {
    outline: 2px solid #2a73d9;
    color: #000
}

.button-secondary-black:active {
    color: #000
}

.button-secondary-black:disabled {
    background: 0;
    color: #4b4947;
    pointer-events: none
}

.button-secondary-black .material-icons {
    font-family: "Material Icons";
    color: #000;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.button-secondary-black:disabled .material-icons {
    background: 0;
    color: #4b4947
}

.button-secondary-white {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.button-secondary-white:hover {
    color: #fff
}

.button-secondary-white:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.button-secondary-white:disabled {
    background: 0;
    color: #e2dddb
}

.button-secondary-white:focus {
    outline: 2px solid #2a73d9;
    color: #fff
}

.button-secondary-white:active {
    color: #fff
}

.button-secondary-white:disabled {
    background: 0;
    color: #e2dddb;
    pointer-events: none
}

.button-secondary-white .material-icons {
    font-family: "Material Icons";
    color: #fff;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.button-secondary-white:disabled .material-icons {
    background: 0;
    color: #e2dddb
}

.button-secondary-orange-black {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.button-secondary-orange-black:hover {
    color: #000
}

.button-secondary-orange-black:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.button-secondary-orange-black:disabled {
    background: 0;
    color: #6c6965
}

.button-secondary-orange-black:focus {
    outline: 2px solid #2a73d9;
    color: #000
}

.button-secondary-orange-black:active {
    color: #000
}

.button-secondary-orange-black:disabled {
    background: 0;
    color: #6c6965;
    pointer-events: none
}

.button-secondary-orange-black .material-icons {
    font-family: "Material Icons";
    color: #ed6631;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.button-secondary-orange-black:disabled .material-icons {
    background: 0;
    color: #6c6965
}

.button-secondary-orange-white {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.button-secondary-orange-white:hover {
    color: #fff
}

.button-secondary-orange-white:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.button-secondary-orange-white:disabled {
    background: 0;
    color: #c9c4bd
}

.button-secondary-orange-white:focus {
    outline: 2px solid #2a73d9;
    color: #fff
}

.button-secondary-orange-white:active {
    color: #fff
}

.button-secondary-orange-white:disabled {
    background: 0;
    color: #c9c4bd;
    pointer-events: none
}

.button-secondary-orange-white .material-icons {
    font-family: "Material Icons";
    color: #ed6631;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.button-secondary-orange-white:disabled .material-icons {
    background: 0;
    color: #c9c4bd
}

.button-secondary-blue-black {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.button-secondary-blue-black:hover {
    color: #000
}

.button-secondary-blue-black:hover .material-icons {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.button-secondary-blue-black:disabled {
    background: 0;
    color: #6c6965
}

.button-secondary-blue-black:focus {
    outline: 2px solid #2a73d9;
    color: #000
}

.button-secondary-blue-black:active {
    color: #000
}

.button-secondary-blue-black:disabled {
    background: 0;
    color: #6c6965;
    pointer-events: none
}

.button-secondary-blue-black .material-icons {
    font-family: "Material Icons";
    color: #2a73d9;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-left: 4px;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.button-secondary-blue-black:disabled .material-icons {
    background: 0;
    color: #6c6965
}

.link-primary {
    font-family: "Source Serif 4";
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: normal;
    font-optical-sizing: auto
}

.link-primary-black {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2a73d9),to(#2a73d9));
    background-image: -webkit-linear-gradient(#2a73d9,#2a73d9);
    background-image: linear-gradient(#2a73d9,#2a73d9);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    border: 0;
    cursor: pointer;
    padding: 0 0 1px 0;
    position: relative;
    color: #000;
    text-decoration: none;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

.link-primary-black:visited {
    background-color: #4b4947;
    color: #4b4947
}

.link-primary-black:focus {
    border: 2px solid #2a73d9;
    color: #000;
    outline: 0
}

.link-primary-black:active {
    background: 0;
    color: #000
}

.link-primary-black:hover,.link-primary-black:focus {
    background-size: 0 2px
}

.link-primary-white {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2a73d9),to(#2a73d9));
    background-image: -webkit-linear-gradient(#2a73d9,#2a73d9);
    background-image: linear-gradient(#2a73d9,#2a73d9);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    border: 0;
    cursor: pointer;
    padding: 0 0 1px 0;
    position: relative;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

.link-primary-white:visited {
    background-color: #e2dddb;
    color: #e2dddb
}

.link-primary-white:focus {
    border: 2px solid #2a73d9;
    color: #fff;
    outline: 0
}

.link-primary-white:active {
    background: 0;
    color: #fff
}

.link-primary-white:hover,.link-primary-white:focus {
    background-size: 0 2px
}

.link-inline {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0;
    font-optical-sizing: auto
}

.link-inline-black {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2a73d9),to(#2a73d9));
    background-image: -webkit-linear-gradient(#2a73d9,#2a73d9);
    background-image: linear-gradient(#2a73d9,#2a73d9);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    border: 0;
    cursor: pointer;
    padding: 0 0 1px 0;
    position: relative;
    color: #000;
    text-decoration: none;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

.link-inline-black:visited {
    background-color: #4b4947;
    color: #4b4947
}

.link-inline-black:focus {
    border: 2px solid #2a73d9;
    color: #000;
    outline: 0
}

.link-inline-black:active {
    background: 0;
    color: #000
}

.link-inline-black:hover,.link-inline-black:focus {
    background-size: 0 2px
}

.link-inline-white {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2a73d9),to(#2a73d9));
    background-image: -webkit-linear-gradient(#2a73d9,#2a73d9);
    background-image: linear-gradient(#2a73d9,#2a73d9);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    border: 0;
    cursor: pointer;
    padding: 0 0 1px 0;
    position: relative;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

.link-inline-white:visited {
    background-color: #e2dddb;
    color: #e2dddb
}

.link-inline-white:focus {
    border: 2px solid #2a73d9;
    color: #fff;
    outline: 0
}

.link-inline-white:active {
    background: 0;
    color: #fff
}

.link-inline-white:hover,.link-inline-white:focus {
    background-size: 0 2px
}
*/

.footer-module__contact-us-link:focus,.footer-module__link:focus,.footer-module__footer-link:focus,.footer-module__icon:focus {
    outline: 2px solid #2a73d9
}





.two-column-content.three-columns {
    padding: 32px 0
}

@media only screen and (min-width: 1100px) {
    .two-column-content.three-columns {
        padding:64px 0
    }
}

.two-column__headline {
    font-family: "Source Serif 4";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: normal;
    font-optical-sizing: auto;
    color: #000;
    margin-bottom: 32px
}

@media only screen and (max-width: 1099px) {
    .two-column__headline {
        font-family:"Source Serif 4";
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: normal;
        font-optical-sizing: auto
    }
}

@media only screen and (min-width: 1100px) {
    .two-column__headline {
        max-width:210px
    }
}

.two-column__headline::after {
    background-color: #000;
    height: 2px;
    margin-bottom: 0;
    -webkit-transform: translate(0,16px);
    -ms-transform: translate(0,16px);
    transform: translate(0,16px);
    width: 53px
}

.two-column__body {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: normal;
    font-optical-sizing: auto
}

@media only screen and (min-width: 1100px) {
    .two-column__body {
        padding-left:0
    }
}

@media only screen and (max-width: 1099px) {
    .two-column__body {
        padding-top:32px
    }
}

.two-column__body p {
    margin-bottom: 24px;
    color: #000
}

@media only screen and (max-width: 767px) {
    .two-column__body p:last-of-type {
        margin-bottom:32px
    }
}









/*----------------------------------------------*/
/* original footer
*/

.footer-module {
    background-color: #1b1b1b;
    border-top: solid 1px #c9c4bd;
    padding: 67px 0
}

@media only screen and (max-width: 1099px) {
    .footer-module {
        padding-top:0;
        padding-bottom: 30px
    }
}

.footer-module__inner {
    max-width: 1600px;
    margin: auto;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (max-width: 990px) {
    .footer-module__inner {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 1099px) {
    .footer-module__inner {
        width:100%
    }
}

.footer-module__sections {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 990px) {
    .footer-module__sections {
        -webkit-box-flex:1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media only screen and (max-width: 1099px) {
    .footer-module__sections {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.footer-module__column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 1099px) {
    .footer-module__column {
        -webkit-box-flex:1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.footer-module__column-follow-us {
    display: none
}

@media only screen and (max-width: 1099px) {
    .footer-module__column-follow-us {
        display:block
    }
}

.footer-module__headline {
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 16px;
    line-height: 1.1875;
    margin: 0 0 20px
}

.footer-module__headline:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: bold
}

@media only screen and (max-width: 1099px) {
    .footer-module__headline {
        display:none
    }
}

.footer-module__headline-link {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none
}

.footer-module__headline-link:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.no-touch .footer-module__headline-link:hover {
    color: white;
    text-decoration: none
}

.no-touch .footer-module__headline-link:hover .footer-module__headline {
    color: #636363
}

@media only screen and (max-width: 1099px) {
    .footer-module__headline-link {
        display:none
    }
}

.footer-module__li {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-module__link {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px
}

.footer-module__link:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.no-touch .footer-module__link:hover {
    color: white;
    text-decoration: none
}

.footer-module__collapsible {
    margin: 0 50px 60px 0
}

@media only screen and (max-width: 1099px) {
    .footer-module__collapsible {
        margin:0;
        border-bottom: 1px #313030 solid
    }
}

.footer-module__collapsible-btn {
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 16px;
    line-height: 1.1875;
    background: 0;
    border: 0;
    box-sizing: border-box;
    display: none;
    font-size: 18px;
    margin: 0 0 20px;
    outline: 0;
    padding: 26px 5%;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

.footer-module__collapsible-btn:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: bold
}

.footer-module__collapsible-btn:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer-module__collapsible-btn:after {
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s
}

.footer-module__collapsible--open .footer-module__collapsible-btn:after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

@media only screen and (max-width: 1099px) {
    .footer-module__collapsible-btn {
        display:block;
        margin: 0
    }
}

.footer-module__collapsible-items {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1099px) {
    .footer-module__collapsible-items {
        box-sizing:border-box;
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .15s,padding .15s .1s;
        transition: max-height .15s,padding .15s .1s
    }

    .footer-module__collapsible--open .footer-module__collapsible-items {
        max-height: 1000px;
        padding: 12px 0;
        -webkit-transition: max-height .15s .1s,padding .15s;
        transition: max-height .15s .1s,padding .15s
    }
}

@media only screen and (max-width: 1099px) {
    .footer-module__collapsible .footer-module__link {
        box-sizing:border-box;
        display: block;
        font-size: 18px;
        margin: 0;
        padding: 12px 5%
    }
}

.footer-module__contact-us {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 50px 0 0;
    min-width: 250.34px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media only screen and (max-width: 990px) {
    .footer-module__contact-us {
        -webkit-box-flex:1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (max-width: 1099px) {
    .footer-module__contact-us {
        max-width:1600px;
        margin: auto;
        width: 90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        padding: 24px 0
    }
}

.footer-module__contact-us-logo {
    height: 43px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 40px;
    pointer-events: none
}

@media only screen and (max-width: 1099px) {
    .footer-module__contact-us-logo {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        margin: 55px auto 0
    }
}

.footer-module__contact-us-items {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.footer-module__contact-us-item {
    box-sizing: border-box;
    padding: 8px 0
}

@media only screen and (max-width: 1099px) {
    .footer-module__contact-us-item {
        padding:15px 0
    }
}

.footer-module__contact-us-label {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
    color: #e2e2e2;
    display: inline-block;
    font-size: 12px;
    letter-spacing: -0.05px;
    margin: 0
}

.footer-module__contact-us-label:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.no-touch .footer-module__contact-us-label:hover {
    color: white;
    text-decoration: none
}

.no-touch .footer-module__contact-us-label:hover {
    color: #e2e2e2
}

@media only screen and (max-width: 1099px) {
    .footer-module__contact-us-label {
        font-size:16px;
        letter-spacing: -0.07px
    }
}

.footer-module__contact-us-link {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    letter-spacing: -0.05px;
    margin: 0
}

.footer-module__contact-us-link:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.no-touch .footer-module__contact-us-link:hover {
    color: white;
    text-decoration: none
}

@media only screen and (max-width: 1099px) {
    .footer-module__contact-us-link {
        font-size:16px;
        letter-spacing: -0.09px
    }
}

.footer-module__footer {
    max-width: 1600px;
    margin: auto;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    border-top: 1px solid #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 0 0
}

@media only screen and (max-width: 990px) {
    .footer-module__footer {
        border-top:0
    }
}

@media only screen and (max-width: 1099px) {
    .footer-module__footer {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        padding: 0
    }
}

.footer-module__footer-links {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (max-width: 1099px) {
    .footer-module__footer-links {
        -webkit-box-flex:1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 30px
    }
}

.footer-module__footer-link {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 0 30px 10px
}

.footer-module__footer-link:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.no-touch .footer-module__footer-link:hover {
    color: white;
    text-decoration: none
}

@media only screen and (max-width: 1099px) {
    .footer-module__footer-link {
        font-size:16px;
        margin: 0
    }
}

.footer-module__copyright {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 12px
}

.footer-module__copyright:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.no-touch .footer-module__copyright:hover {
    color: white;
    text-decoration: none
}

.no-touch .footer-module__copyright:hover {
    color: #a1a1a1
}

@media only screen and (max-width: 1099px) {
    .footer-module__copyright {
        -webkit-box-flex:1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        font-size: 16px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center
    }
}

.footer-module__social-media {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media only screen and (max-width: 1099px) {
    .footer-module__social-media {
        display:none
    }

    .footer-module__column-follow-us .footer-module__social-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: -webkit-calc(90% - -20px);
        max-width: calc(90% - -20px);
        margin: auto;
        padding-bottom: 12px
    }
}

.footer-module__icon {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.43;
    display: block;
    font-size: 0;
    margin: 0 10px;
    text-decoration: none
}

.footer-module__icon:lang(zh-TW) {
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
    font-weight: 400
}

.no-touch .footer-module__icon:hover {
    color: white;
    text-decoration: none
}

.no-touch .footer-module__icon:hover {
    opacity: .8
}

.footer-module__icon-img svg {
    height: 18px;
    width: auto
}

.footer-module__column-follow-us .footer-module__icon-img {
    height: 28px
}


/*************************/
/* new footer
 * */



.footer-module {
    background-color: #fff;
    padding: 0 0 42px
}

@media only screen and (min-width: 1100px) {
    .footer-module {
        padding:80px 0 107px 0
    }
}

.footer-module__headline {
    font-family: "Roboto";
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.05px;
    font-optical-sizing: auto;
    color: #ed6631;
    margin: 0 0 12px
}

.footer-module__link {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    font-optical-sizing: auto;
    color: #4b4947
}

.footer-module__footer {
    border-top-color: #c9c4bd
}

.footer-module__footer-link {
    margin: 0 18px 0 0
}

.footer-module__contact-us-label,.footer-module__contact-us-link,.footer-module__footer-link,.footer-module__copyright {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    font-optical-sizing: auto;
    color: #000
}

@media only screen and (min-width: 1100px) {
    .footer-module__contact-us-label,.footer-module__contact-us-link,.footer-module__footer-link,.footer-module__copyright {
        font-family:"Roboto";
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: normal;
        font-optical-sizing: auto
    }
}

.footer-module__contact-us-logo {
    margin: 0 0 26px
}

.footer-module__contact-us-item:not(:last-child) {
    padding: 0 0 20px
}

.footer-module__contact-us-item:last-child {
    padding: 0
}

.footer-module__social-media .footer-module__li .footer-module__icon {
    margin: 0 16px 0 0;
    color: #333
}

.footer-module__social-media .footer-module__li .footer-module__icon-img {
    height: 16px;
    position: relative
}

.footer-module__social-media .footer-module__li .footer-module__icon:hover {
    color: #000
}

.footer-module__social-media .footer-module__li:last-child {
    margin: 0
}

.footer-module__social-media .footer-module__li:last-child .footer-module__icon {
    margin: 0
}

.footer-module__collapsible {
    border-bottom-color: #c9c4bd
}

.footer-module__collapsible-btn {
    font-family: "Roboto";
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.05px;
    font-optical-sizing: auto;
    color: #ed6631;
    padding: 24px 5%
}

.footer-module__collapsible-btn:after {
    color: #ed6631;
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 20px;
    right: 5%;
    top: 40%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

/*overrides to ignore hubspot styling */
button.footer-module__collapsible-btn {
  text-transform:lowercase;
}

button.footer-module__collapsible-btn:active,
button.footer-module__collapsible-btn:focus,
button.footer-module__collapsible-btn:hover {
  font-family:"Roboto";
  background-color:transparent;
  border-radius:0;
  color:#ed6631;
  border:none;
  text-transform:lowercase;
}

.footer-module__collapsible .footer-module__link {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    font-optical-sizing: auto;
    color: #000
}

.footer-module__collapsible--open .footer-module__collapsible-items {
    padding: 0
}

.footer-module__collapsible--open .footer-module__collapsible-btn:after {
    -webkit-transform: rotate(270deg) translateY(0);
    -ms-transform: rotate(270deg) translateY(0);
    transform: rotate(270deg) translateY(0)
}

.footer-module__headline-link:focus {
    outline: 2px solid #2a73d9
}

@media only screen and (max-width: 1099px) {
    .footer-module__inner {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .footer-module__column-follow-us .footer-module__social-media {
        margin: 0 0 0 5%;
        max-width: -webkit-calc(100% - 10%);
        max-width: calc(100% - 10%);
        padding: 20px 0
    }

    .footer-module__contact-us {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0
    }

    .footer-module__contact-us-items {
        margin: 24px 0 55px 0
    }

    .footer-module__contact-us-logo {
        margin: 0 0 21px
    }

    .footer-module__collapsible .footer-module__link {
        padding: 16px 5%
    }

    .footer-module__footer {
        border-top: 0
    }
}

.no-touch .footer-module__headline-link:focus {
    outline: 2px solid #2a73d9
}

.no-touch .footer-module__headline-link:hover .footer-module__headline {
    color: #ed6631;
    opacity: .4
}

.no-touch .footer-module__link:hover,.no-touch .footer-module__footer-link:hover,.no-touch .footer-module__copyright:hover,.no-touch .footer-module__contact-us-label:hover,.no-touch .footer-module__contact-us-link:hover {
    color: #000
}

.no-touch .footer-module__contact-us-link:hover,.no-touch .footer-module__footer-link:hover,.no-touch .footer-module__link:hover {
    font-weight: 700
}

.no-touch .footer-module__icon:hover {
    opacity: 1;
    color: #000;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5)
}




.column-one-third-two-thirds h3 {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .column-one-third-two-thirds h3 {
        margin-top:24px
    }
}


/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}