/* 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,
.bg-primary-hover:hover,
.bg-primary-active.active,
.icon-bg-primary svg {
  background-color: #21264C;
}

.bg-secondary,
.bg-secondary-hover:hover,
.bg-secondary-active.active,
.icon-bg-secondary svg {
  background-color: #d5a76c;
}

.bg-dark,
.bg-dark-hover:hover,
.bg-dark-active.active,
.icon-bg-dark svg {
  background-color: #f0645a;
}

.bg-light,
.bg-light-hover:hover,
.bg-light-active.active,
.icon-bg-light svg {
  background-color: #ffffff;
}

.bg-white,
.bg-white-hover:hover,
.bg-white-active.active,
.icon-bg-white svg {
  background-color: #ffffff;
}

.text-primary,
.text-primary-hover:hover,
.text-primary-hover:hover h1,
.text-primary-hover:hover h2,
.text-primary-hover:hover h3,
.text-primary-hover:hover h4,
.text-primary-hover:hover h5,
.text-primary-hover:hover h6,
.text-primary-hover:hover p,
.text-primary-hover:hover ul,
.text-primary-hover:hover li,
.text-primary-hover:hover a,
.text-primary-hover:hover i,
.text-primary-active.active,
.text-primary-active.active h1,
.text-primary-active.active h2,
.text-primary-active.active h3,
.text-primary-active.active h4,
.text-primary-active.active h5,
.text-primary-active.active h6,
.text-primary-active.active p,
.text-primary-active.active ul,
.text-primary-active.active li,
.text-primary-active.active a,
.text-primary-active.active i,
.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: #21264C;
}

.text-primary svg,
.text-primary-hover:hover svg,
.text-primary-active.active svg,
svg.text-primary {
  fill: #21264C;
}

.text-secondary,
.text-secondary-hover:hover,
.text-secondary-hover:hover h1,
.text-secondary-hover:hover h2,
.text-secondary-hover:hover h3,
.text-secondary-hover:hover h4,
.text-secondary-hover:hover h5,
.text-secondary-hover:hover h6,
.text-secondary-hover:hover p,
.text-secondary-hover:hover ul,
.text-secondary-hover:hover li,
.text-secondary-hover:hover a,
.text-secondary-hover:hover i,
.text-secondary-active.active,
.text-secondary-active.active h1,
.text-secondary-active.active h2,
.text-secondary-active.active h3,
.text-secondary-active.active h4,
.text-secondary-active.active h5,
.text-secondary-active.active h6,
.text-secondary-active.active p,
.text-secondary-active.active ul,
.text-secondary-active.active li,
.text-secondary-active.active a,
.text-secondary-active.active i,
.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: #d5a76c;
}

.text-secondary svg,
.text-secondary-hover:hover svg,
.text-secondary-active.active svg,
svg.text-secondary {
  fill: #d5a76c;
}

.text-dark,
.text-dark-hover:hover,
.text-dark-hover:hover h1,
.text-dark-hover:hover h2,
.text-dark-hover:hover h3,
.text-dark-hover:hover h4,
.text-dark-hover:hover h5,
.text-dark-hover:hover h6,
.text-dark-hover:hover p,
.text-dark-hover:hover ul,
.text-dark-hover:hover li,
.text-dark-hover:hover a,
.text-dark-hover:hover i,
.text-dark-active.active,
.text-dark-active.active h1,
.text-dark-active.active h2,
.text-dark-active.active h3,
.text-dark-active.active h4,
.text-dark-active.active h5,
.text-dark-active.active h6,
.text-dark-active.active p,
.text-dark-active.active ul,
.text-dark-active.active li,
.text-dark-active.active a,
.text-dark-active.active i,
.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: #f0645a;
}

.text-dark svg,
.text-dark-hover:hover svg,
.text-dark-active.active svg,
svg.text-dark {
  fill: #f0645a;
}

.text-light,
.text-light-hover:hover,
.text-light-hover:hover h1,
.text-light-hover:hover h2,
.text-light-hover:hover h3,
.text-light-hover:hover h4,
.text-light-hover:hover h5,
.text-light-hover:hover h6,
.text-light-hover:hover p,
.text-light-hover:hover ul,
.text-light-hover:hover li,
.text-light-hover:hover a,
.text-light-hover:hover i,
.text-light-active.active,
.text-light-active.active h1,
.text-light-active.active h2,
.text-light-active.active h3,
.text-light-active.active h4,
.text-light-active.active h5,
.text-light-active.active h6,
.text-light-active.active p,
.text-light-active.active ul,
.text-light-active.active li,
.text-light-active.active a,
.text-light-active.active i,
.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: #ffffff;
}

.text-light svg,
.text-light-hover:hover svg,
.text-light-active.active svg,
svg.text-light {
  fill: #ffffff;
}

.text-white,
.text-white-hover:hover,
.text-white-hover:hover h1,
.text-white-hover:hover h2,
.text-white-hover:hover h3,
.text-white-hover:hover h4,
.text-white-hover:hover h5,
.text-white-hover:hover h6,
.text-white-hover:hover p,
.text-white-hover:hover ul,
.text-white-hover:hover li,
.text-white-hover:hover a,
.text-white-hover:hover i,
.text-white-active.active,
.text-white-active.active h1,
.text-white-active.active h2,
.text-white-active.active h3,
.text-white-active.active h4,
.text-white-active.active h5,
.text-white-active.active h6,
.text-white-active.active p,
.text-white-active.active ul,
.text-white-active.active li,
.text-white-active.active a,
.text-white-active.active i,
.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 !important;
}

.text-white svg,
.text-white-hover:hover svg,
.text-white-active.active 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;
}

/* 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: #21264C !important;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 300;
  padding: 10px 15px;
}

/* Tools/Utility classes */

.negative-scroll-position,
a[data-hs-anchor="true"] {
  position: relative;
  top: -175px;
}
.footer {
  background-color: 

  
  
    
  


  rgba(25, 34, 79, 1.0)

;
}

/* 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-copyright {
  text-align: center;
}

.footer-copyright p {
  font-size: 0.7rem;
}

/* Footer Navigation */
.footer .hs-menu-wrapper ul {
  justify-content: center;
  margin-bottom: 20px;
}

.footer .hs-menu-wrapper ul li.hs-menu-item {
  margin: 5px 10px;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a {
  color: #21264C;
  font-family: Kumbh Sans, sans-serif;
  font-size: .9em;
}

.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;
  color: #000024;
}
/* Add space for fixed header */
#main-content {
  top: 100px;
}

@media (max-width: 1280px) {
  #main-content {
    top: 50px;
  }
}

/* Header container */
.header {
  background-color: #fff;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px !important;
  position: relative;
}

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

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

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

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #19224F;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #19224F;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

/* 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 #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #19224F;
  display: block;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.8rem;
  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 {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  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: 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 {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #19224F;
  font-family: "Kumbh Sans", sans-serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #19224F;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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 #19224F;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

.header-spacing{
  background-color: #000000;
  padding: 80px 20px;
}


/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

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

/* Mobile styles */

@media (max-width: 1150px) {
  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

  .header__navigation.open .header__toggle, .nav-open .header__toggle {
    display: none !important;
  }

  .header__navigation--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.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .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__column {
    position: relative;
  }

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

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .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__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    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__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

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

  .header__close--toggle {
    display: none;
    height: 36px;
    width: 40px;
    background-position: center;
    margin: 0 36px;
    position: relative;
  }
  .header__close--toggle:before,
  .header__close--toggle:after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 50%;
  }
  .header__close--toggle:before{
    transform: rotate(45deg);
  }
  .header__close--toggle:after{
    transform: rotate(-45deg);
  }

  .header__close--toggle.show {
    display: block;
  }
}


.body-container-wrapper{
  position: relative;
  z-index: 1;
}

.body-container-wrapper .dnd-section:first-child {
  padding-top: 180px !important;
}

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
  z-index: 2;
}


body .navigation-primary li,
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #21264C;
  font-family: Kumbh Sans;
}

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: #000024;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #494e74;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #21264C;
}

body .mega-menu-content .submenu.level-2 {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

body .mega-menu-content .submenu.level-2, body .mega-menu-content .mega-menu--columns-3 > .submenu.level-2 {
  max-width: 1558px;
  display: flex;
  width: 100vw;
  flex-wrap: wrap;
}

body .mega-menu-content .mega-menu > .submenu > .menu-item {
  width: 100%;
}

body .mega-menu-content .mega-menu--columns-3 > .submenu > .menu-item {
  width: 33.3%;
}

body .submenu.level-2,
body .flyout .submenu.level-2 .submenu,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

body .mega-menu > a:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #676767;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #676767;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .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: Kumbh Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #21264C;
}

.header__logo img{
  width: auto !important;
  max-height: 80px;
  height: 80px;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.header.header--transparent{
  position: fixed;
  left:0;
  right: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  /*
  background-color: transparent;
  color: white;
  */
}
.header.header--transparent.scrolled.scrolledDown, .header.header--transparent.nav-open {
  transition: all 1s ease 0s;
  top: -46px;
}
.header.header--transparent.scrolled.scrolledUp{
  transition: all .5s ease 0s;
  top: -46px;
}

.scrolled .header--transparent {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #21264C;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.header--transparent .header__logo{
  padding: 10px 0;
}

.scrolled .header--transparent .header__logo img{
  max-height: 60px;
}

.header__logo-default{
  display: none;
}
.scrolled .header__logo-default{
  display: inline-block;
}
.header__logo-transparent{
  display: inline-block;
}
.scrolled .header__logo-transparent{
  display: none;
}

.header__buttons .header__search--toggle svg{
  width: 20px;
}
.header__buttons .header__search--toggle svg,
.scrolled .header__buttons .header__search--toggle svg {
  fill: #21264C;
}

.header--transparent .navigation-primary a{
  font-size: 18px;
}
.header--transparent .header__navigation{
  width: 100%;
  display: flex;
  align-items: stretch;
  text-align: right;
}
.header--transparent .header__navigation > .hs_cos_wrapper{
  width: 100%;
}
.header--transparent .header__buttons{
  display: flex;
  align-items: center;
  padding-left: 2em;
}
.header--transparent .header__toggle{
  display: inline-block;
  margin-left: 36px;
  margin-right: 36px;
}
.header--transparent .header__toggle a{
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-transition: transform ease 0.35s;
  -moz-transition: transform ease 0.35s;
  -ms-transition: transform ease 0.35s;
  -o-transition: transform ease 0.35s;
  transition: transform ease 0.35s;
}
.header--transparent .header__toggle a svg{
  /* fill: white; */
}
.scrolled .header--transparent .header__toggle a svg{
  fill: #21264C;
}

.header__close--toggle:before, .header__close--toggle:after{
  background-color: white;
}

.scrolled .header--transparent .header__close--toggle:before, 
.scrolled .header--transparent .header__close--toggle:after{
  background-color: #21264C;
}

.header--transparent .header__toggle a:hover{
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.header--transparent .header__column{
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
}

.header--transparent .submenu.level-1>li > a{
  /*color: white;*/
  color: #21264C;
  display: inline-block;
  position: relative;
}
.header__navigation.open .submenu.level-1>li a,
.scrolled .header--transparent .submenu.level-1>li a{
  color: #21264C;
}

.header--transparent .submenu.level-1>li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.scrolled .header--transparent .submenu.level-1>li a:after{
  background: #19224F;
}

.header--transparent .submenu.level-1>li a:hover:after {
  width: 100%; 
  left: 0; 
}

.header--no-navigation{
  background-color: #fff;
  padding: 10px 0;
}

.header__search,
.header__search.open{
    padding: 20px;
    width: auto;
  height: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all ease .35s;
  display: block;
}

body.search-open .header__search{
  opacity: 1;
  visibility: visible;
}

.header__search .hs-search-field {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 90%;
    max-width: 400px;
    transform: translate(-50%, -50%);
}
.header__search .hs-search-field__input,
.header__search .hs-search-field--open .hs-search-field__input{
  border-radius: 0;
  background-image: none;
  border: 1px solid;
  padding-right: 65px;
  outline: 0 none;
  font-family: inherit;
  font-size: inherit;
}

.header__search .hs-search-field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit !important;
  opacity: 1;
}
.header__search .hs-search-field__input::-moz-placeholder { /* Firefox 19+ */
  color: inherit !important;
}
.header__search .hs-search-field__input:-ms-input-placeholder { /* IE 10+ */
  color: inherit !important;
}
.header__search .hs-search-field__input:-moz-placeholder { /* Firefox 18- */
  color: inherit !important;
}

.header__search .hs-search-field__icon{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-appearance: none;
  border: 0 none;
}

.header__search .hs-search-field__icon svg{
  width: 60%;
  height: 60%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
    background-color: #FFF;
    border: 1px solid #21264C;
    border-top: 0 solid;
    border-radius: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    right: 0;
    max-width: none;
}

.header__search .hs-search-field__suggestions li{
  font-family: inherit;
  font-size: inherit;
}

@media(max-width: 1150px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #21264C;
  }

  .header--transparent .header__navigation{
    display: none;
  }
  .header--transparent .header__buttons{
    width: 100%;
    justify-content: flex-end;
  }
  .header__column{
    position: static;
  }
}

/* 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(#{color=#21264C, opacity=100, rgba=rgba(33, 38, 76, 1), rgb=rgb(33, 38, 76), hex=#21264C, css=#21264C}, 0.0);
  border: 1px solid #21264C;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 15px 53px;
  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(#{color=#21264C, opacity=100, rgba=rgba(33, 38, 76, 1), rgb=rgb(33, 38, 76), hex=#21264C, css=#21264C}, 1);
  color: #fff;
}

button:active,
.button:active {
  text-decoration: none;
  background-color: rgba(#{color=#21264C, opacity=100, rgba=rgba(33, 38, 76, 1), rgb=rgb(33, 38, 76), hex=#21264C, css=#21264C}, 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: 1rem;
  line-height: 1.1;
  padding: 1em 2em;
}

button.small,
.button.small {
  font-size: 0.75rem;
  line-height: 1.1;
}

/*
  Button Background Styles
*/
button.background-transparent,
.button.background-transparent,
button.background-hover-transparent:hover,
.button.background-hover-transparent:hover,
button.background-hover-transparent:focus,
.button.background-hover-transparent:focus {
  background-color: transparent;
}

button.background-primary,
.button.background-primary,
button.background-hover-primary:hover,
.button.background-hover-primary:hover,
button.background-hover-primary:focus,
.button.background-hover-primary:focus {
  background-color: #21264C;
}

button.background-secondary,
.button.background-secondary,
button.background-hover-secondary:hover,
.button.background-hover-secondary:hover,
button.background-hover-secondary:focus,
.button.background-hover-secondary:focus {
  background-color: #d5a76c;
}

button.background-dark,
.button.background-dark,
button.background-hover-dark:hover,
.button.background-hover-dark:hover,
button.background-hover-dark:focus,
.button.background-hover-dark:focus {
  background-color: #f0645a;
}

button.background-light,
.button.background-light,
button.background-hover-light:hover,
.button.background-hover-light:hover,
button.background-hover-light:focus,
.button.background-hover-light:focus {
  background-color: #ffffff;
}

button.background-white,
.button.background-white,
button.background-hover-white:hover,
.button.background-hover-white:hover,
button.background-hover-white:focus,
.button.background-hover-white:focus {
  background-color: #ffffff;
}

/*
  Button Border Styles
*/
button.border-transparent,
.button.border-transparent,
button.border-hover-transparent:hover,
.button.border-hover-transparent:hover,
button.border-hover-transparent:focus,
.button.border-hover-transparent:focus {
  border-color: transparent;
}

button.border-primary,
.button.border-primary,
button.border-hover-primary:hover,
.button.border-hover-primary:hover,
button.border-hover-primary:focus,
.button.border-hover-primary:focus {
  border-color: #21264C;
}

button.border-secondary,
.button.border-secondary,
button.border-hover-secondary:hover,
.button.border-hover-secondary:hover,
button.border-hover-secondary:focus,
.button.border-hover-secondary:focus {
  border-color: #d5a76c;
}

button.border-dark,
.button.border-dark,
button.border-hover-dark:hover,
.button.border-hover-dark:hover,
button.border-hover-dark:focus,
.button.border-hover-dark:focus {
  border-color: #f0645a;
}

button.border-light,
.button.border-light,
button.border-hover-light:hover,
.button.border-hover-light:hover,
button.border-hover-light:focus,
.button.border-hover-light:focus {
  border-color: #ffffff;
}

button.border-white,
.button.border-white,
button.border-hover-white:hover,
.button.border-hover-white:hover,
button.border-hover-white:focus,
.button.border-hover-white:focus {
  border-color: #ffffff;
}

/* 
  Button Text Styles 
*/
button.button-text-primary,
.button.button-text-primary,
button.button-text-hover-primary:hover,
.button.button-text-hover-primary:hover,
button.button-text-hover-primary:focus,
.button.button-text-hover-primary:focus {
  color: #21264C;
}

button.button-text-secondary,
.button.button-text-secondary,
button.button-text-hover-secondary:hover,
.button.button-text-hover-secondary:hover,
button.button-text-hover-secondary:focus,
.button.button-text-hover-secondary:focus {
  color: #d5a76c;
}

button.button-text-dark,
.button.button-text-dark,
button.button-text-hover-dark:hover,
.button.button-text-hover-dark:hover,
button.button-text-hover-dark:focus,
.button.button-text-hover-dark:focus {
  color: #f0645a;
}

button.button-text-light,
.button.button-text-light,
button.button-text-hover-light:hover,
.button.button-text-hover-light:hover,
button.button-text-hover-light:focus,
.button.button-text-hover-light:focus {
  color: #ffffff;
}

button.button-text-white,
.button.button-text-white,
button.button-text-hover-white:hover,
.button.button-text-hover-white:hover,
button.button-text-hover-white:focus,
.button.button-text-hover-white:focus {
  color: #ffffff;
}

button i,
.button i{
  margin-left: 10px;
}
/* .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 #d5a76c;
    color: #d5a76c;
    display: inline-block;
    line-height: 1;
    margin-bottom: 1em;
    padding: .5em;
    font-size: .75em;
    text-transform: uppercase;
  }
  
  .content-card-date-time {
    color: #d5a76c;
    font-size: .75em;
  }
  
  .content-card-description {
    margin-top: 1em;
  }
  
  .content-card-full-link {
    color: #21264C;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  
  .content-card-full-link:hover {
    color: #21264C;
  }
  
  .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%;
}

.CookieDeclarationType {
  border: none !important;
  padding: unset !important;
}
form,
.submitted-message {
  font-family: 'Kumbh Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  /*border: 1px solid #D1D6DC;*/
}

/* Form title */
.form-title {
  background-color: 

  
  
    
  


  rgba(33, 38, 76, 1.0)

;
  color: #d5a76c;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #21264C;
}

/* Help text - legends */
form legend {
  font-size: 0.875rem;
  color: #21264C;
}

/* 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: #D1D6DC;
  color: #21264C;
}

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: #21264C;
}

form select {
  /** Replace the dropdown arrow indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

form fieldset {
  max-width: 100% !important;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #21264C;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #21264C;
}

/* 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: #21264C;
}

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

.fn-date-picker td.is-today .pika-button {
  color: #21264C;
}

/* 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: 1em;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #d5a76c;
  color: #ffffff;
  border-radius: 0px;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: #21264C;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}
.social-icon-link {
  margin-right: 1em;
}

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

.social-icon-link:hover i,
.social-icon-link:hover svg {
  color: #d5a76c;
  fill: #d5a76c;
}
/*  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!)
*/
.blocker {
  z-index: 999 !important;
}

.modal {
  border-radius: 0 !important;
  top: 200px;
  vertical-align: top !important;
}



.modal a.close-modal {
  background-color: transparent !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%2321264C" width="24" height="24" viewBox="0 0 24 24"><path d="M23 20.168l-8.185-8.187 8.185-8.174-2.832-2.807-8.182 8.179-8.176-8.179-2.81 2.81 8.186 8.196-8.186 8.184 2.81 2.81 8.203-8.192 8.18 8.192z"/></svg>') !important;
  background-size: 15px !important;
  color: transparent;
  font-size: 0 !important;
  line-height: 0 !important;
  right: 0 !important;
  text-indent: unset !important;
  top: 0 !important;
}

.team-member-popup.modal a.close-modal {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" width="24" height="24" viewBox="0 0 24 24"><path d="M23 20.168l-8.185-8.187 8.185-8.174-2.832-2.807-8.182 8.179-8.176-8.179-2.81 2.81 8.186 8.196-8.186 8.184 2.81 2.81 8.203-8.192 8.18 8.192z"/></svg>') !important;
}

.modal.site-search-popup {
  padding: 1.5em 2em 2em !important;
  background-color: #21264C;
  width: 100vw;
  height: 100vh;
  max-width: none;
  top: 0;
  left: 0;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.jquery-modal .modal.site-search-popup{
  display: flex !important;
}
.modal.site-search-popup .site-search-modal__inner{
  width: 95%;
  max-width: 1000px;
}
.modal.site-search-popup .hs-search-field__form{
  border: 0 none;
  border-bottom: 1px solid white;
}
.modal.site-search-popup .hs-search-field__input{
  background-color: transparent;
  border: 0 none;
  outline: 0 none;
  font-size: 4em;
  text-align: center;
}
.modal.site-search-popup .hs-search-field__input::placeholder{
  opacity: 0.3;
  color: inherit;
}
.modal.site-search-popup .hs-search-field__suggestions-container{
}
.modal.site-search-popup .hs-search-field__button{
  display: none;
}
.modal.site-search-popup a.close-modal{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff'%3E%3Cpath d='m23 20.168-8.185-8.187L23 3.807 20.168 1l-8.182 8.179L3.81 1 1 3.81l8.186 8.196L1 20.19 3.81 23l8.203-8.192L20.193 23z'/%3E%3C/svg%3E") !important;
  border: 1px solid white;
  border-radius: 100%;
  top: 10px !important;
  right: 10px !important;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: none !important;
  padding-top: 0.5em;
}

.hs-search-field__suggestions #results-for,
.hs-search-field__suggestions a {
  padding: .25em;
}

@media (max-width: 1024px) {
  body.search-active .blocker {
    z-index: 999 !important;
  }
}
/*  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;
  z-index: 10;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before, 
.slick-next:before {
  font-family: FontAwesome;
  color: #d5a76c;
  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: #d5a76c;
}

.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: #21264C;
}

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

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

  
  
    
  


  rgba(33, 38, 76, 1.0)

;
  border-bottom-color: #21264C;
  color: #FFFFFF;
}

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

  
  
    
  


  rgba(103, 103, 103, 1.0)

;
  color: #ffffff;
}

/* Privacy policy */
.privacy-wrapper table {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ececec;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}

.privacy-wrapper table tr:nth-child(odd) {
  background-color: #fcfcfc;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

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

body {
  line-height: 1.5;
  word-break: break-word;
  font-family: 'Kumbh Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #21264C;
}

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

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

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

a:active {
  color: #E0A990;
}

/* Headings */
h1,
h2,
h3, 
h4,
h5,
h6 {
  margin: 0 0 .5em 0;
}

h1 {
  font-family: Rufina, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #19224f;
  font-size: 3.5em;
  line-height: 1.4;
}

h2 {
  font-family: Rufina, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #19224f;
  font-size: 2em;
  line-height: 1.2;
}

h3 {
  font-family: Rufina, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #19224f;
  font-size: 1.75em;
}

h4 {
  font-family: Rufina, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #19224f;
  font-size: 1.5em;
}

h5 {
  font-family: Rufina, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #19224f;
  font-size: 1.25em;
  line-height: 1.3;
}

h6 {
  font-family: Rufina, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #19224f;
  font-size: 1.15em;
}

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

ol ol.alpha>li {
  list-style: none;
}

/* 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: #d5a76c;
}

blockquote p {
  font-style: italic;
}

/* Horizontal rules */
hr {
  background-color: #d5a76c;
  border: none;
  color: #d5a76c;
  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: ;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 60px 20px;
}

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

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

@media (min-width: 768px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 90px 20px;
  }
}

@media (min-width: 992px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 120px 20px;
  }
}

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

@media screen and (min-width: 1600px) {
  .content-wrapper {
    max-width: 1558px;
  }

  .dnd-section > .row-fluid {
    max-width: 1558px;
  }
}

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

@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 
*/
.cookies-accepted .text-animation-wrapper,
.cookies-accepted .reveal {
  opacity: 0;
}

.in-view-port.text-animation-wrapper {
  opacity: 1;
  transition: opacity .8s cubic-bezier(.77,0,.175,1);
}

.cookies-accepted .reveal {
  animation-fill-mode: forwards !important;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards !important;
}

.cookies-rejected .reveal {
  animation-fill-mode: forwards !important;
  opacity: 1;
  visibility: visible;
  -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
*/
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default */

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  
  
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {

}


@media (max-width: 1180px) and (orientation: landscape) {
    .reverse-row-order-tablet-landscape > .row-fluid {
        flex-direction: row-reverse !important;
    }

    .stack-tablet-landscape > .row-fluid > .dnd-column {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .stack-tablet-landscape > .row-fluid {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .reverse-row-order-tablet-landscape.stack-tablet-landscape > .row-fluid {
        align-items: flex-start !important;
        flex-direction: column-reverse !important;
    }

    .hide-tablet-landscape {
        display: none !important;
        flex-grow: unset !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 0 !important;
    }
}

@media (max-width: 1180px) and (orientation: portrait) {
    .reverse-row-order-tablet-portrait > .row-fluid {
        flex-direction: row-reverse !important;
    }

    .stack-tablet-portrait > .row-fluid > .dnd-column { 
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .stack-tablet-portrait > .row-fluid {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .reverse-row-order-tablet-portrait.stack-tablet-portrait > .row-fluid {
        align-items: flex-start !important;
        flex-direction: column-reverse !important;
    }

    .hide-tablet-portrait {
        display: none !important;
        flex-grow: unset !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 0 !important;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .reverse-row-order-mobile-landscape > .row-fluid {
        flex-direction: row-reverse !important;
    }

    .stack-mobile-landscape > .row-fluid > .dnd-column {
        margin: 0 !important;
        width: auto !important;
    }

    .stack-mobile-landscape > .row-fluid {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .reverse-row-order-mobile-landscape.stack-mobile-landscape > .row-fluid {
        align-items: flex-start !important;
        flex-direction: column-reverse !important;
    }

    .hide-mobile-landscape {
        display: none !important;
        flex-grow: unset !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 0 !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    h1 {
        font-size: 2.5em;
    }

    .reverse-row-order-mobile-portrait > .row-fluid {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .stack-mobile-portrait > .row-fluid > .dnd-column {
        margin: 0 !important;
        width: auto !important;
    }

    .stack-mobile-portrait > .row-fluid {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .reverse-row-order-mobile-portrait.stack-mobile-portrait > .row-fluid {
        align-items: flex-start !important;
        flex-direction: column-reverse !important;
    }

    .hide-mobile-portrait {
        display: none !important;
        flex-grow: unset !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 0 !important;
    }
}