/* Theme base styles */

/* INCLUDE THE VARIABLES AT THE TOP OF THE FILE, AS IT'S USED IN ALL STYLESHEETS BELOW */


/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
.bg-primary {
  background-color: #241e1f;
}

.bg-secondary {
  background-color: #f1932f;
}

.bg-dark {
  background-color: #241e1f;
}

.bg-light {
  background-color: #fafafa;
}

.bg-white {
  background-color: #ffffff;
}

.text-primary,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary p,
.text-primary ul,
.text-primary li,
.text-primary a,
.text-primary i,
h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary,
p.text-primary,
ul.text-primary,
li.text-primary,
a.text-primary,
i.text-primary {
  color: #241e1f;
}

.text-primary svg,
svg.text-primary {
  fill: #241e1f;
}

.text-secondary,
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary p,
.text-secondary ul,
.text-secondary li,
.text-secondary a,
.text-secondary i,
h1.text-secondary,
h2.text-secondary,
h3.text-secondary,
h4.text-secondary,
h5.text-secondary,
h6.text-secondary,
p.text-secondary,
ul.text-secondary,
li.text-secondary,
a.text-secondary,
i.text-secondary {
  color: #f1932f;
}

.text-secondary svg,
svg.text-secondary {
  fill: #f1932f;
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark ul,
.text-dark li,
.text-dark a,
.text-dark i,
h1.text-dark,
h2.text-dark,
h3.text-dark,
h4.text-dark,
h5.text-dark,
h6.text-dark,
p.text-dark,
ul.text-dark,
li.text-dark,
a.text-dark,
i.text-dark {
  color: #241e1f;
}

.text-dark svg,
svg.text-dark {
  fill: #241e1f;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light ul,
.text-light li,
.text-light a,
.text-light i,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
p.text-light,
ul.text-light,
li.text-light,
a.text-light,
i.text-light {
  color: #fafafa;
}

.text-light svg,
svg.text-light {
  fill: #fafafa;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white ul,
.text-white li,
.text-white a,
.text-white i,
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
p.text-white,
ul.text-white,
li.text-white,
a.text-white,
i.text-white {
  color: #ffffff;
}

.text-white svg,
svg.text-white {
  fill: #ffffff;
}
/* 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%;
}

/* In-page editor UI */

.in-editor-ui-label {
  background: #fff;
  border: 1px dotted blue;
  color: #241e1f !important;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 300;
  padding: 10px 15px;
}

/* Tools/Utility classes */

.negative-scroll-position {
  position: relative;
  top: -150px;
}

/* Accordion Module */

.accordion-wrapper {
  display: -webkit-box;
  display: flex;
}

.accordion-wrapper .accordion-tabs_wrapper {
  -webkit-box-flex: 1;
  flex: 1;
}

.accordion-wrapper .accordion-tabs_wrapper:last-child {
  margin-left: 1em;
}

.accordion-tabs {
  overflow: hidden;
}

.accordion-tab {
  overflow: hidden;
  width: 100%;
}

.accordion-tab-label {
  background: transparent;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 1.5em 4em 1.5em 1.5em;
  position: relative;
  width: 100%;
}

.accordion-tab-label h1,
.accordion-tab-label h2,
.accordion-tab-label h3,
.accordion-tab-label h4,
.accordion-tab-label h5,
.accordion-tab-label h6,
.accordion-tab-label p {
  margin-bottom: 0;
}

.accordion-tab-content {
  display: none;
  padding: 1em 1.5em 3em 1.5em;
}
.accordion-tab-content p {
  padding: 0 0 1.4rem 0;
  margin: 0;
}
.accordion-tab-content *:last-child {
  margin-bottom: 0;
}

.accordion-tabs_wrapper.fontawesome-active .accordion-tab-label::after {
  display: none;
}

.accordion-tab span.open-icon,
.accordion-tab span.close-icon {
  font-size: 1.1em;
  position: absolute;
  right: 1.5em;
  text-align: center;
  top: 1.3em;
  -webkit-transition: all .35s;
  transition: all .35s;
  transform-origin: center;
  width: 1em;
}

.accordion-tab span.open-icon .hs_cos_wrapper_type_icon svg,
.accordion-tab span.close-icon .hs_cos_wrapper_type_icon svg {
  width: 1.1em;
  line-height: 1;
}

.accordion-tab span.close-icon,
.accordion-tab.active span.open-icon {
  opacity: 0;
}

.accordion-tab.active span.close-icon {
  opacity: 1;
}

@media(max-width: 992px){
  .accordion-tab-label {
    padding-left: 20px;
  }
  
  .accordion-tab-content {
    padding-left: 20px;
  }
}
.footer {
  background-color: 

  
  
    
  


  rgba(36, 30, 31, 1)

;
}

/* Footer Content */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}

.footer p {
  font-size: .9em;
}

/* Footer Navigation */
.footer .hs-menu-wrapper ul {
  justify-content: flex-end;
  margin-bottom: 20px;
}

.footer .hs-menu-wrapper ul li.hs-menu-item {
  margin: 5px;
}

.footer .hs-menu-wrapper ul li.hs-menu-item:last-child {
  margin-right: 0;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a {
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-position: right bottom;
  background-size: 205% 100%;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  letter-spacing: 1.25px;
  padding: 2px 8px 2px 10px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a:hover,
.footer .hs-menu-wrapper ul li.hs-menu-item a:focus {
  text-decoration: none;
}

.footer .hs-menu-wrapper ul li.hs-menu-item:hover a {
  color: #241e1f;
  background-position: left bottom;
}

.footer .hs-image-widget {
  max-width: 75% !important;
  margin-top: 20px;
}
#main-content {
  /* padding-top: 80px; */
}

.header-top-bar {
  background-color: #fafafa;
  transition: all .5s ease;
  width: 100%;
}

.header-top-bar-inner {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
  padding: .4em 2em;
  text-align: right;
}
/*
.header.scrolled .header-top-bar-inner {
  flex: 0;
}
*/
.header-top-bar-inner .header-cta {
  margin-left: 1em;
}

.header-top-bar-inner .header-cta .cta_button {
  border-width: 1px;
}

header.header {
  display: flex;
  flex-direction: row;
  height: 120px;
  justify-content: center;
  position: fixed;
  transition: all .5s ease;
  width: 100%;
  z-index: 999;
}

#mobile-menu-icon-open {
  display: block;
}


.mobile-menu-icon>i {
  font-size: 1.9rem;
}

header.header.transparent-light,
header.header.transparent-dark {
  background-color: transparent;
}

header.header.solid {
  background-color: #fff;
}

header.header.scrolled {
  background-color: #fff;
  height: 70px;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
}

.header-inner .logo-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 25%;
}

.logo-container .dark-logo,
.logo-container .light-logo {
  position: absolute;
}

.logo-container .dark-logo img,
.logo-container .light-logo img {
  opacity: 0;
}

.header.scrolled .logo-container img {
  width: 100px !important;
}

header.header.transparent-light .logo-container .light-logo, 
header.header.transparent-light .logo-container .light-logo img, 
header.header.transparent-dark .logo-container .dark-logo,
header.header.transparent-dark .logo-container .dark-logo img,
header.header.solid .logo-container .dark-logo,
header.header.solid .logo-container .dark-logo img,
header.header.scrolled .dark-logo,
header.header.scrolled .dark-logo img {
  opacity: 1;
}

header.header.transparent-dark .logo-container .light-logo,
header.header.transparent-dark .logo-container .light-logo img,
header.header.solid .logo-container .light-logo,
header.header.solid .logo-container .light-logo img,
header.header.transparent-light.scrolled .light-logo, 
header.header.transparent-light.scrolled .light-logo img, 
header.header.transparent-dark.scrolled .light-logo, 
header.header.transparent-dark.scrolled .light-logo img, 
header.header.solid.scrolled .light-logo img, 
header.header.solid.scrolled .light-logo {
  opacity: 0;
}

.header-inner .menu-container {
  width: 75%;
  position: relative;
  right: -50px;
  top: 200px;
  display: none;
  transition: all .5s ease-in-out;
}

.header-inner .menu-container--inner {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.menu-container--menu {
  width: 100%;
}


.header-inner .mobile-menu-icon {
  align-items: center;
  color: #f1932f;
  display: flex;
  font-size: 1.4em;
  justify-content: flex-end;
  padding-left: 1em;
  z-index: 1;
}

#mobile-menu-icon-close {
  cursor: pointer;
  display: none;
}

.header-inner .header-cta {
  margin-left: 1em;
}
/*
.header.scrolled {
  height: 80px;
}
*/
/* Header DND sections */
header.header .dnd-section {
  padding: 0;
}

header.header .dnd-section > .row-fluid {
  display: flex;;
  flex-direction: row;
  align-items: center;
}

/* Header container */
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* 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 */
#hs_cos_wrapper_site_logo {
  line-height: 1;
}

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

header.header .hs_cos_wrapper_type_logo img {
  width: 143px;
  transition: all .5s ease;
}
/*
.header.scrolled .hs_cos_wrapper_type_logo img {
  transition: all .5s ease;
  width: 100px !important;
}
*/
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}
/*
.header.scrolled .cta_button {
  font-size: .75em;
}
*/
/* Search bar */
.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0;
  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: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

.header-search i {
  font-size: 1.2em;
  margin: 0.5em 0.5em 0 0;
}

#site-search-modal {
  margin-top: 150px;
  max-width: 960px;
  vertical-align: top;
}

#site-search-modal .site-search-modal__inner {
  padding: 2em;
}

/* Language switcher */
.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 0;
  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: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  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: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.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: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #241e1f;
  font-family: Poppins, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #f1932f;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #f1932f;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  /* background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
}

body .submenu.level-2 > li:first-child:before {
  /* border-color: #d46117; */
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #d46117;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  /* background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Poppins, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #241e1f;
}

.navigation-primary {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.navigation-primary a {
  font-size: 1em;
  line-height: 1em;
}

.navigation-primary a.active-item {
  color: #f1932f;
  position: relative;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
}

.submenu.level-1 > li {
  display: inline-block;
  margin-bottom: unset;
  padding: 15px 20px;
}

.submenu.level-1 > li:last-child {
  padding-right: 0;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > li > a {
  background: linear-gradient(to right, #f1932f 50%, transparent 50%);
  background-position: right bottom;
  background-size: 205% 100%;
  color: #241e1f;
  font-size: .9em;
  letter-spacing: 1.25px;
  padding: 2px 8px 2px 10px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.header.transparent-light .submenu.level-1 > li > a {
  color: #ffffff;
}

.header.scrolled .submenu.level-1 > li > a {
  color: #241e1f;
}

.submenu.level-1 > li:hover > a,
.submenu.level-1 > li > a.active-item,
.header.scrolled .submenu.level-1 > li > a.active-item,
.header.transparent-light .submenu.level-1 > li:hover > a,
.header.transparent-dark .submenu.level-1 > li:hover > a,
.header.solid .submenu.level-1 > li:hover > a,
.header.scrolled .submenu.level-1 > li:hover > a {
  color: #ffffff;
  background-position: left bottom;
}

/*
.submenu.level-1 > li > a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #f1932f;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.submenu.level-1 > li a:hover:after,
.submenu.level-1 > li a.active-item:after {
  width: 100%; 
  left: 0; 
}
*/
.submenu.level-1 > .has-submenu > .menu-arrow {
/*
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
*/
  display: none;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

.submenu.level-2 .has-submenu>.menu-link:after {
  float: right;
  margin-right: -25px;
  margin-top: 8px;
  width: 15px;
  height: 15px;
  transform: scale(.8);
  transition: all .3s ease-in-out !important;
  content: url();
}

.submenu.level-2 .has-submenu:hover > .menu-link:after {
  content: url();
}

@media (max-width: 1024px) {
  .submenu.level-2 .has-submenu>.menu-link:after {
    display: none;
  }
}

.submenu.level-2,
.submenu.level-3 {
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  padding: .5em 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
  width: auto;
}

.submenu.level-2 {
  background-color: #241e1f;
}

.submenu.level-3 {
  background-color: #fff;
}

.submenu.level-2 a {
  color: #ffffff;
}

.submenu.level-3 a {
  color: #241e1f;
}

.submenu.level-3 > li:first-child {
  font-weight: bold;
}

.submenu.level-2 > li:first-child > a, 
.submenu.level-3 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before,
.submenu.level-3 > li:first-child:before {
  background-color: #FFF;
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
  height: 30px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:before {
  display: none;
  top: -12px;
  left: calc(50% - 30px);
}

.submenu.level-3 > li:first-child:before {
  left: -30px;
  top: 15px;
}

.submenu.level-3 li:first-child a:after {
  content: "";
  display: block;
  position: relative;
  top: .5em;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #f1932f;
}

@media (max-width: 1024px) {
  .submenu level-3 {
    padding-left: 1em;
  }

  .submenu.level-3>li:first-child {
    font-weight: normal;
  }

  .submenu.level-3 li:first-child a:after {
    display: none;
  }
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}

.submenu.level-2 > li,
.submenu.level-3 > li {
  /* border-bottom: 1px solid rgba(209,214,220,.5); */
  margin-bottom: 0;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  font-size: 1em;
  padding: 10px 35px;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu,
.submenu.level-3 > li:last-child,
.submenu.level-3 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  color: #f1932f;
  cursor: pointer;
  transition: all 0.3s;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 50%;
  opacity: 1;
  z-index: 3;
}

.submenu.level-2 > li.has-submenu {
  position: relative;
}

.submenu.level-2 > li.has-submenu:hover .submenu.level-3,
.submenu.level-2 > li.has-submenu.focus .submenu.level-3 {
  left: 100%;
  opacity: 1;
  top: 0;
  transform: translateX(0);
  z-index: 2;
}

/* Animate dropdown menu */

nav.navigation-primary ul.level-1 > li:hover ul.level-2 {
  visibility: visible;
  opacity: 1;
  z-index: 0;
}
nav.navigation-primary ul.level-1 > li:hover ul.level-2 > li,
nav.navigation-primary ul.level-2 > li:hover ul.level-3 > li {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

nav.navigation-primary ul.level-2 {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}


@-webkit-keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}


/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

#nav-toggle {
  display: none;
}

/* Header Button / CTA */
.header__btn{
  margin-left:50px;
}

.header__btn button:hover{
  background-color: #f1932f;
}

.hs_cos_wrapper_type_cta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.header-inner .menu-container.show {
  display: block;
}

/***** MOBILE STYLES *****/
@media (max-width: 1200px) {
  .header-inner {
    padding: 1em;
  }
  body.no-scroll {
  overflow: hidden;
}
}

@media (max-width: 1150px) {
  .navigation-primary a {
    color: #241e1f;
    font-size: 15px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 90%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    display: block;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: -3px;
    width: 10%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
/*
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  */
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
    width: 20px;
  }

  .submenu.level-2 > li:first-child:before {
    content: none;
    transition: none;
  }

  .submenu.level-2 > li:first-child:hover:before,
  .submenu.level-2 > li:first-child.focus:before {
    transition: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
/*    transform: rotate(180deg);
    transition: transform 0.4s;
    */
  }

  .submenu.level-2 {
    background-color: transparent;
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 30px;
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus {
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: transparent;
    position: relative;
    left: 0 !important;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    box-shadow: unset;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 50px;
  }

  .submenu.level-2 a,
  .submenu.level-3 a {
    color: #241e1f;
  }

  nav.navigation-primary ul.level-2 {
    opacity: 1;
    visibility: visible;
  }
  
  nav.navigation-primary ul.level-1 > li:hover ul.level-2 > li,
  nav.navigation-primary ul.level-2 > li:hover ul.level-3 > li {
    -webkit-animation-name: unset;
            animation-name: unset;
  }

  .header-top-bar {
    display: none;
  }
}


@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 17px;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }
/*
  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 30px;
    top: 15px;
  }
*/
  .submenu.level-2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #241e1f;
  }

  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .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;
  }


  .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;
    height: calc(100vh - 115px);
    left: 0;
    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: 26px;
    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;
  }
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 1439px) {
  .header-inner {
    max-width: calc(100% - 80px);
  }
}

@media (max-width: 1180px) {
  #mobile-menu-icon-open {
    display: block;
  }

  .header-inner .menu-container {
    background-color: rgba(255,255,255,0.95);
    display: none;
    height: 100vh;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
  }

  .header-inner .menu-container--inner {
    display: block;
    height: 100vh;
    padding-top: 3em;
  }

  .header-inner .menu-container.show {
    display: block;
  }

  .header-inner .menu-container .navigation-primary {
    display: block;
  }

  .submenu.level-1>.has-submenu>.menu-arrow-bg, 
  .submenu>.has-submenu>.menu-arrow-bg, 
  .submenu .menu-arrow-bg:after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg:after {
    content: '\f077';
  }

  .header-inner .menu-container .navigation-primary .submenu.level-1 {
    width: 100%;
  }

  .header-inner .menu-container .navigation-primary .submenu.level-1 li {
    padding: 0.5em 1.5em;
  }

  .header-inner .menu-container .navigation-primary .submenu.level-2 li {
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    background-color: unset;
    padding: 0.2em 1em;
  }

  .header-inner .menu-container--menu,
  .header-inner .menu-container--cta {
    width: 100%;
  }

  .header-inner .menu-container--cta {
    justify-content: flex-start;
    padding: 2.2em 0.5em 1em 0.5em;
  }
  .header-inner .menu-container .submenu.level-1>li {
    display: block;
  }

  .submenu.level-2>li,
  .submenu.level-3>li {
    border-bottom: none;
  }
}

@media (max-width: 992px) {

  
  .header-inner .menu-container {
    width: 100vw;
  }

  .header-inner .menu-container--cta {
    padding-top: 1.3em;
  }
/*
  header.header .cta_button,
  .header.scrolled .cta_button {
    font-size: 12px !important;
  }
*/
  .submenu.level-1>.has-submenu>.menu-arrow {
    display: block;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.77rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: rgba(#

  
  
    
  


  rgba(241, 147, 47, 0.0)

, 0.0);
  border: 2px solid #f1932f;
  border-radius: 0px;
  color: #f1932f;
  padding: 10px 15px;
  width: auto;
  max-width: ;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: rgba(#

  
  
    
  


  rgba(241, 147, 47, 0.0)

, 1);
  color: #fff;
}

button:active,
.button:active {
  text-decoration: none;
  background-color: rgba(#

  
  
    
  


  rgba(241, 147, 47, 0.0)

, 1);
  color: #fff;
}

/* 
  Custom Button Sytles 
*/

/*
  Button size styles
*/
button.large,
.button.large {
  font-size: 1.25em;
  line-height: 1.1;
  max-width: 100%;
  padding: 1em 2em;
}

button.medium,
.button.medium {
  font-size: 1em;
  line-height: 1.1;
  padding: .7em 1.2em;
}

button.small,
.button.small {
  font-size: 0.75em;
  line-height: 1.1;
}

/*
  Button standard styles
*/

button.primary.solid,
.button.primary.solid {
  background-color: #241e1f;
  border-color: #241e1f;
}

button.primary.solid.border-primary,
.button.primary.solid.border-primary {
  background-color: #241e1f;
  border-color: #241e1f;
}

button.primary.solid.border-secondary,
.button.primary.solid.border-secondary {
  background-color: #241e1f;
  border-color: #f1932f;
}

button.primary.solid.border-light,
.button.primary.solid.border-light {
  background-color: #241e1f;
  border-color: #fafafa;
}

button.primary.solid.border-dark,
.button.primary.solid.border-dark {
  background-color: #241e1f;
  border-color: #241e1f;
}

button.primary.solid.border-white,
.button.primary.solid.border-white {
  background-color: #241e1f;
  border-color: #ffffff;
}


button.primary.outline,
.button.primary.outline {
  background-color: transparent;
  border-color: #241e1f;
}


button.secondary.solid,
.button.secondary.solid {
  background-color: #f1932f;
  border-color: #f1932f;
}

button.secondary.solid.border-primary,
.button.secondary.solid.border-primary {
  background-color: #f1932f;
  border-color: #241e1f;
}

button.secondary.solid.border-secondary,
.button.secondary.solid.border-secondary {
  background-color: #f1932f;
  border-color: #f1932f;
}

button.secondary.solid.border-light,
.button.secondary.solid.border-light {
  background-color: #f1932f;
  border-color: #fafafa;
}

button.secondary.solid.border-dark,
.button.secondary.solid.border-dark {
  background-color: #f1932f;
  border-color: #241e1f;
}

button.secondary.solid.border-white,
.button.secondary.solid.border-white {
  background-color: #f1932f;
  border-color: #ffffff;
}

button.secondary.outline,
.button.secondary.outline {
  background-color:  transparent;
  border-color: #f1932f;
}

button.dark.solid,
.button.dark.solid {
  background-color: #241e1f;
  border-color: #241e1f;
}

button.dark.solid.border-primary,
.button.dark.solid.border-primary {
  background-color: #241e1f;
  border-color: #241e1f;
}

button.dark.solid.border-secondary,
.button.dark.solid.border-secondary {
  background-color: #241e1f;
  border-color: #f1932f;
}

button.dark.solid.border-light,
.button.dark.solid.border-light {
  background-color: #241e1f;
  border-color: #fafafa;
}

button.dark.solid.border-dark,
.button.dark.solid.border-dark {
  background-color: #241e1f;
  border-color: #241e1f;
}

button.dark.solid.border-white,
.button.dark.solid.border-white {
  background-color: #241e1f;
  border-color: #ffffff;
}

button.dark.outline,
.button.dark.outline {
  background-color: transparent;
  border-color: #241e1f;
}

button.light.solid,
.button.light.solid {
  background-color: #fafafa;
  border-color: #fafafa;
}

button.light.solid.border-primary,
.button.light.solid.border-primary {
  background-color: #fafafa;
  border-color: #241e1f;
}

button.light.solid.border-secondary,
.button.light.solid.border-secondary {
  background-color: #fafafa;
  border-color: #f1932f;
}

button.light.solid.border-light,
.button.light.solid.border-light {
  background-color: #fafafa;
  border-color: #fafafa;
}

button.light.solid.border-dark,
.button.light.solid.border-dark {
  background-color: #fafafa;
  border-color: #241e1f;
}

button.light.solid.border-white,
.button.light.solid.border-white {
  background-color: #fafafa;
  border-color: #ffffff;
}

button.light.outline,
.button.light.outline {
  background-color: transparent;
  border-color: #fafafa;
}

button.white.solid,
.button.white.solid {
  background-color: #ffffff;
  border-color: #ffffff;
}

button.white.solid.border-primary,
.button.white.solid.border-primary {
  background-color: #ffffff;
  border-color: #241e1f;
}

button.white.solid.border-secondary,
.button.white.solid.border-secondary {
  background-color: #ffffff;
  border-color: #f1932f;
}

button.white.solid.border-light,
.button.white.solid.border-light {
  background-color: #ffffff;
  border-color: #fafafa;
}

button.white.solid.border-dark,
.button.white.solid.border-dark {
  background-color: #ffffff;
  border-color: #241e1f;
}

button.white.solid.border-white,
.button.white.solid.border-white {
  background-color: #ffffff;
  border-color: #ffffff;
}


button.white.outline,
.button.white.outline {
  background-color: transparent;
  border-color: #ffffff;
}

/*
  Button Hover Styles
*/

button.primary-hover:hover,
button.primary-hover:focus,
.button.primary-hover:hover,
.button.primary-hover:focus {
  background-color: #241e1f !important;
  border-color: #241e1f !important;
}

button.secondary-hover:hover,
button.secondary-hover:focus,
.button.secondary-hover:hover,
.button.secondary-hover:focus {
  background-color: #f1932f !important;
  border-color: #f1932f !important;
}

button.dark-hover:hover,
button.dark-hover:focus,
.button.dark-hover:hover,
.button.dark-hover:focus {
  background-color: #241e1f !important;
  border-color: #241e1f !important;
}

button.light-hover:hover,
button.light-hover:focus,
.button.light-hover:hover,
.button.light-hover:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}

button.white-hover:hover,
button.white-hover:focus,
.button.white-hover:hover,
.button.white-hover:focus {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* 
  Button Text Styles 
*/

button.text-primary,
.button.text-primary{
  color: #241e1f;
}

button.text-secondary,
.button.text-secondary{
  color: #f1932f;
}

button.text-dark,
.button.text-dark{
  color: #241e1f;
}

button.text-light,
.button.text-light{
  color: #fafafa;
}

button.text-white,
.button.text-white{
  color: #ffffff;
}

button.text-primary-hover:hover,
.button.text-primary-hover:hover,
.button.text-primary-hover:focus{
  color: #241e1f;
}

button.text-secondary-hover:hover,
.button.text-secondary-hover:hover,
.button.text-secondary-hover:focus{
  color: #f1932f;
}

button.text-dark-hover:hover,
.button.text-dark-hover:hover,
.button.text-dark-hover:focus{
  color: #241e1f;
}

button.text-light-hover:hover,
.button.text-light-hover:hover,
.button.text-light-hover:focus{
  color: #fafafa;
}

button.text-white-hover:hover,
.button.text-white-hover:hover,
.button.text-white-hover:focus{
  color: #fff;
}

/* button.border-secondary-hover:hover,
.button.border-secondary-hover:hover,
.button.border-secondary-hover:focus{
  border-color: #f1932f;
} */
.content-card {
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
    margin-bottom: 1em;
    overflow: hidden;
    position: relative;
    transition: box-shadow .4s ease;
  }
  
  .content-card:hover {
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / 30%);
  }
  
  .content-card-image {
    max-height: 250px;
    overflow: hidden;
  }
  
  .content-card-image img {
    max-width: 100%;
    transition: all .3s ease-in-out;
  }
  
  .content-card:hover .content-card-image img {
    transform: scale(1.1);
  }
  
  .content-card-content {
    padding: 1.5em;
  }
  
  .content-card-title h4 {
    position: relative;
    margin-bottom: .25em;
  }
    
  .content-card-meta-item {
    margin-bottom: .75em;
  }
  
  .content-card-meta-item i {
    margin-right: .4em;
    text-align: center;
    width: 18px;
  }
  
  .content-card-tag {
    border: 1px solid #f1932f;
    color: #f1932f;
    display: inline-block;
    line-height: 1;
    margin-bottom: 1em;
    padding: .5em;
    font-size: .75em;
    text-transform: uppercase;
  }
  
  .content-card-date-time {
    color: #f1932f;
    font-size: .75em;
  }
  
  .content-card-description {
    margin-top: 1em;
  }
  
  .content-card-full-link {
    color: #241e1f;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  
  .content-card-full-link:hover {
    color: #241e1f;
  }
  
  .content-card-button {
    margin-top: 1.5em;
    position: relative;
    z-index: 1;
  }
  
  .content-card-button .button {
    font-size: .9em;
  }
  
  .content-card.event-card {
    background-color: #fff;
  }
  
  .content-card.event-facilitator-card {
    margin: 0 auto;
    max-width: 500px;
  }
  
  .content-card-event-facilitator-section {
    background-color: #fff;
    padding: 1.5em;
  }
  
  .content-card-event-facilitator {
    display: flex;
  }
  
  .content-card-event-facilitator-image {
    width: 27%;
    margin-right: 3%;
    overflow: hidden;
  }
  
  .content-card-event-facilitator-image img {
    width: 100%;
  }
  
  .content-card-event-facilitator-name {
    width: 70%;
  }
  
  .content-card-event-facilitator-short-bio {
    margin-top: 1em;
  }
  
  .content-card-event-facilitator-short-bio .read-more-link {
    margin-bottom: .4em;
  }
.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookiebot-privacy-wrapper .hs-embed-wrapper {
  max-height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
}
form,
.submitted-message {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */
.form-title {
  background-color: 

  
  
    
  


  rgba(36, 30, 31, 1)

;
  color: #f1932f;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #241e1f;
}

/* Help text - legends */
form legend {
  font-size: 0.875rem;
  color: #241e1f;
}

/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
  border-color: #241e1f;
  color: #241e1f;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #f1932f;
}

form fieldset {
  max-width: 100% !important;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #241e1f;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #241e1f;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
  background: #241e1f;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
  background-color: #241e1f !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #241e1f;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: 

  
  
    
  


  rgba(241, 147, 47, 0.0)

;
  border: 2px solid #f1932f;
  border-radius: 0px;
  color: #f1932f;
  padding: 10px 15px;
}

.header-form form input[type=submit],
.header-form form .hs-button {
  background-color: #1d1717;
  border: 2px solid #1d1717;
  color: #f1932f;
  padding: 10px 30px; 
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(201, 107, 7, 0.0);
  border-color: #c96b07;
  color: #f1932f;
}


.header-form form input[type=submit]:hover,
.header-form form input[type=submit]:focus,
.header-form form .hs-button:hover,
.header-form form .hs-button:focus {
  background-color: transparent;
  border-color: #1d1717;
  color: #1d1717;
}

.header-form form input[type=submit]:active,
.header-form form .hs-button:active {
  background-color: rgba(255, 187, 87, 0.0);
  border-color: #ffbb57;
  color: #f1932f;
}



form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 187, 87, 0.0);
  border-color: #ffbb57;
  color: #f1932f;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}


.header-form .hs_recaptcha.hs-recaptcha.field.hs-form-field{
  margin-right: 100% !important;
}

.header-form form .input input {
	background-color: #fff;
	border-radius: 0;
	display: inline-block;
	font-size: .875rem;
	padding: 1rem;
	width: 100% !important;
	border: none;
	color: #241e1f;
}

.header-form .hs-input.invalid.error {
  color:#241e1f;
}

.header-form .hs-error-msg{
  color:#241e1f;
}

.header-form .hs-form-field {
	margin-bottom: 0.7rem;
}
.social-icon-link {
  margin-right: 1em;
}

.social-icon-link i,
.social-icon-link svg {
  color: #241e1f;
  fill: #241e1f;
  height: 1.2em;
}

.social-icon-link:hover i,
.social-icon-link:hover svg {
  color: #f1932f;
  fill: #f1932f;
}
/*  These are override styles for the jQuery Modal popup plugin
    You will most likely need to use !important on most of these (but try without first!)
*/
.modal {
  border-radius: 0 !important;
}

.modal a.close-modal[class*="icon-"] {
  background: #f1932f;
  border-radius: 50%;
  -webkit-border-radius:  50%;
  -moz-border-radius:     50%;
  -o-border-radius:       50%;
  -ms-border-radius:      50%;
  -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
  right: -12px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  top: -12px;
  width: 30px;
  height: 30px;
}
/*  These are override styles for the Slick Slider jQuery plugin
    You may need to use !important on most of these (but try without first!)
*/
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

.slick-list {
  margin: 0 100px !important;
  text-align: center;
}

.slick-prev, 
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 40px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before, 
.slick-next:before {
  font-family: FontAwesome;
  color: #f1932f;
  font-size: 40px;
}

.text-white .slick-prev:before, 
.text-white .slick-next:before {
  color: #ffffff;
}

.slick-prev:before {
  content: '\f053';
}

.slick-next:before {
  content: '\f054';
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover,
.slick-next:focus {
  background-color: unset !important;
  border-color: unset !important;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.slick-dots button {
  background-color: #cfcfcf;
  border-radius: 50%;
  border: none;
  font-size: 0;
  height: 10px;
  line-height: 0;
  margin: 2px;
  padding: 0;
  width: 10px;
}

.text-white .slick-dots button {
  background-color: rgba(255, 255, 255,.6);
}

.slick-dots .slick-active button {
  background-color: #f1932f;
}

.text-white .slick-dots .slick-active button {
  background-color: #ffffff;
}
/* Table */
table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #241e1f;
}

/* Table Cells */
th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
  border-color: #241e1f;
  color: #241e1f;
}

/* Table Header */
thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
  background-color: 

  
  
    
  


  rgba(36, 30, 31, 1)

;
  border-bottom-color: #241e1f;
  color: #FFFFFF;
}

/* Table Footer */
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #241e1f;
}
html {
  scroll-behavior: smooth;
  font-size: 18px;
}

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

body {
  line-height: 1.75;
  word-break: break-word;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #241e1f;
}

b,
strong {
  font-weight: 600;
}

/* Paragraphs */
p {
  font-size: 1rem;
  margin: 1.2em 0;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */
a {
  color: #f1932f;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #f1932f;
}

a:active {
  color: #f1932f;
}

/* Headings */
h2,
h3, 
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0 0 .5em 0;
}

h1 {
  font-family: Poppins, serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #241e1f;
  font-size: 3em;
  line-height: 1.1;
}

h2 {
  font-family: Poppins, serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #241e1f;
  font-size: 1.8em;
}

h2.large-h2 {
  font-size: 2.5em;
  font-weight: bold;
}

.footer h2.large-h2 {
  margin-bottom: .25em;
}

h3 {
  font-weight: 300; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #241e1f;
  font-size: 1.75em;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #241e1f;
  font-size: 1.5em;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #241e1f;
  font-size: 1.25em;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #241e1f;
  font-size: 1.15em;
}

.cta-heading {
  font-size: 3em;
  font-weight: bold;
}

small, .text_small {
  font-size: 0.8rem;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}

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

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

li {
  margin-bottom: .5em;
  padding-left: 0.25em;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  background-color: #eee;
  display: block;
  padding: 1em;
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding: 0 1em;
  border-left-color: #f1932f;
}

blockquote p {
  font-style: italic;
}

/* Horizontal rules */
hr {
  background-color: #f1932f;
  border: none;
  color: #f1932f;
  height: 2px;
  margin-bottom: 1.2em;
}

/* Image alt text */
img {
  font-size: .9em;
  word-break: normal;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 90px 40px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

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

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

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

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

.home-video-white-top-bottom {
  position: relative;
}

.home-video-white-top-bottom:before,
.home-video-white-top-bottom:after {
  content: " ";
  background-color: #fff;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.home-video-white-top-bottom:before {
  top: 0;
  z-index: 2;
}

.home-video-white-top-bottom:after {
  bottom: -1px;
  z-index: 1;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}

/* 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
Note: _variables.css can be ignored, it's already included at the top of this file
*/
/* 
  Animation Styles 
*/
.text-animation-wrapper,
.reveal {
  opacity: 0;
}

.in-view-port.text-animation-wrapper {
  opacity: 1;
  transition: opacity .8s cubic-bezier(.77,0,.175,1);
}

.reveal {
  animation-fill-mode: forwards !important;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards !important;
}

:-webkit-full-screen-ancestor .reveal {
  animation-fill-mode: none !important;
}

.fade-in {
  animation: 1s ease fadeIn;
}

.fade-up {
  animation: 1s ease fadeUp;
}

.fade-down {
  animation: 1s ease fadeDown;
}

.fade-right {
  animation: 1s ease fadeRight;
}

.fade-left {
  animation: 1s ease fadeLeft;
}

.expand-left {
  animation: 1s ease expandLeft;
}

.expand-right {
  animation: 1s ease expandRight;
}

.bubble-up {
  animation: 1s ease bubbleUp;
}

.bubble-down {
  animation: 1s ease bubbleDown;
}

.bubble-left {
  animation: 1s ease bubbleLeft;
}

.bubble-right {
  animation: 1s ease bubbleRight;
}

.zoom-in {
  animation: 1s ease zoomIn;
}

.zoom-out {
  animation: 1s ease zoomOut;
}

/* 
  Keyframes 
*/

/* Fade In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade Up */
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Down */
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Right */
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade Left */
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Expand Left */
@-webkit-keyframes expandLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes expandLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

/* Expand Right */
@-webkit-keyframes expandRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes expandRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

/* Bubble Up */
@-webkit-keyframes bubbleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(10px);
    transform: scale(.2, .2) translateY(10px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(-5px);
    transform: scale(1.2, 1.2) translateY(-5px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes bubbleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(10px);
    transform: scale(.2, .2) translateY(10px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(-5px);
    transform: scale(1.2, 1.2) translateY(-5px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

/* Bubble Down */
@-webkit-keyframes bubbleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(-10px);
    transform: scale(.2, .2) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(5px);
    transform: scale(1.2, 1.2) translateY(5px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes bubbleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(-10px);
    transform: scale(.2, .2) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(5px);
    transform: scale(1.2, 1.2) translateY(5px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

/* Bubble Left */
@-webkit-keyframes bubbleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(10px);
    transform: scale(.2, .2) translateX(10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(-5px);
    transform: scale(1.2, 1.2) translateX(-5px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes bubbleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(10px);
    transform: scale(.2, .2) translateX(10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(-5px);
    transform: scale(1.2, 1.2) translateX(-5px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* Bubble Right */
@-webkit-keyframes bubbleRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(-10px);
    transform: scale(.2, .2) translateX(-10px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(5px);
    transform: scale(1.2, 1.2) translateX(5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes bubbleRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(-10px);
    transform: scale(.2, .2) translateX(-10px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(5px);
    transform: scale(1.2, 1.2) translateX(5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* Zoom In */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}

/* Zoom Out */
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
}
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* Responsive
Leave this file to be the last one in the file, so that the responsive styles take precedence
*/
/* Xx-Large devices (1400 and down) */
@media (max-width: 1400px) {

}


/* Xx-Large devices (1200 and down) */
@media (max-width: 1200px) and (orientation: landscape) {
  .home-h1 h1 {
    font-size: 2.25em;
  }
}

@media (max-width: 1200px) and (orientation: portrait) {
  .home-h1 h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 1200px) {
  .contact-links a {
    font-size: .7em;
  }
}


/* XL 1024 and down */
@media (max-width: 1024px) and (orientation: portrait) {
  .home-h1 h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 1024px) {

}

/* Large devices (992 and down) */
@media (min-width: 576px) and (max-width: 992px) and (orientation: portrait) {


}

@media (max-width: 992px) and (orientation: landscape) {
}

@media (max-width: 992px) and (orientation: portrait) {
  .home-h1 h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1.1em;
  }
  p{
    font-size: 0.9rem;
  }
  .contact-section-text-column h2 {
    font-size: 1.75em;
  }

  .slick-list {
    margin: 0 !important;
  }
  .team-carousel__item-inner {
      width: 90% !important;
  }

  .team-member-item {
      flex-direction: column !important;
  }
  .team-member-bio-image {
      width: 100% !important;
  }
  .team-member-item {
    width: 60%;
    margin: auto !important;
  }
  .service-cards h4 {
    font-size: 1.1em;
  }
}

/* Larger phones (900px and down) */
@media (max-width: 900px) and (orientation: landscape) {
  .home-h1 h1 {
    font-size: 1.75em;
  }
}


/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) and (orientation: landscape) {

}

@media (max-width: 768px) and (orientation: portrait) {


}

@media (max-width: 768px) {

  .service-cards .row-fluid .span4{
    width: 33%;
}
}



/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
  .no-display-mobile{
      display: none !important;
  }

  .service-cards .row-fluid .span4{
      margin-top: 5px;
      width: 100%;
  }

  .service-cards .dnd-column{
      margin-left: 0 !important;
  }
  .service-cards {
  padding-top: 0 !important;
  }
  .service-cards.top-row{
  padding-top: 90px !important;
  }
  .accordion-tab-label h5 {
      font-size: 1em;
  }
  h1 {
      font-size: 1.85em !important;
  }
  .header-text {
      padding-top: 50% !important;
  }
  .dnd-section.flex-row {
      padding-bottom: 0 !important;
  }
  .team-member-item {
      width: 100% !important;
  }
  .dnd-row #hs_cos_wrapper_module_16474401111102 {
      text-align: right !important;
  }
  .service-cards h4{
      margin-top: 15px;
  }
  }




/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default */

/* Extra small devices (landscape phones, 576px and down) */
@media (max-width: 0px) {
}