/* Theme base styles */

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

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

/* /* Responsive grid */

.row-fluid {
  width: 100%;
}

.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%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
} */
/* .content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

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

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

/* body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

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

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

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

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

/* Labels */

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

form label p {
    font-size: 0.875rem;
    letter-spacing: normal;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
/* .legal-consent-container .hs-form-booleancheckbox-display > span p */
  margin-left: 0.5rem !important;
  display: inline-block;

}

.hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
} */
/* /* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
} */

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

/* /* Header DND sections */

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

/* Header container */

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

/* Navigation skipper */

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

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

/* Logo */

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

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

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

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

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

/* Search bar */

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

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

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

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

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

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

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

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

  .header__search label {
    margin: 0 1rem 0 0;
    color: #ff8c30;
  }

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

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

/* Language switcher */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
} */
/* /* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
} */

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

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

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

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

/* @import url('http://example.com/example_style.css'); */
/* @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css); */
/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/* Default Hubspot Includes -=-=-=-=-=-=- */
/* /* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
} */
/* /* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

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

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;} */

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


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Global Style Declaration
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* * { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body { 
  margin:0; 
  padding:0; 
  font-size:16px; 
  line-height:1.5; 
  font-family: 'Work Sans', sans-serif !important;
  font-weight:400; 
  color:#021150;
  background-color:#fff !important;
  overflow-x:hidden;
} */

/* h1,h2,h3,h4,h5,h6,.h1{  margin:0; padding:0; color:#021150;  font-family: 'Work Sans', sans-serif; font-weight:600;  } */

/* h1,.h1 {  font-size:36px; line-height:1.1;  }
h2 {  font-size:36px; line-height:1.2;  }
h3 {  font-size:30px; line-height:1.3;  }
h4 {  font-size:28px; line-height:1.4;  }
h5 {  font-size:24px; line-height:1.4;  }
h6 {  font-size:20px; line-height:1.5;  } */

img { max-width:100%; height:auto; border:none; vertical-align:middle; }

a { text-decoration:none; color:rgb(2, 17, 80, 0.5); transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; 
  font-family: 'Work Sans', sans-serif; }
a:hover { color:#021150; }

/* p { margin:0; }
p span{ font-size:12px; }
* + h1, * + h2, * + .h1 { margin-top:15px; }
* + h3, * + h4 { margin-top:15px; }
* + h5, * + h6  { margin-top:15px; }
body * + p { margin-top:15px } */

input, textarea {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
}

.page-center { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 930px; padding-left: 15px; padding-right: 15px; }
.page-center.full-page-center{ max-width:1140px; } 
.clearfix { display:block; }
.clearfix:before,.clearfix:after { content:''; width:100%; display:table; }

/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */

.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6{ color:#fff; }
.fontWhite a:hover { color:#021150; }

.button a , a.button { padding:18px 36px; background:#FF8C30; color:#fff; border:1px solid #FF8C30; max-width:100%; display:inline-block; font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
.button a:hover , a.button:hover { background:transparent; color:#FF8C30; }

.row-fluid .ib { display: inline-block !important; vertical-align:middle; margin-right:-4px; float:none !important; }
.row-fluid .ib.vt { vertical-align:top;  }

.section-heading-container{
  padding-bottom:70px;
  max-width: 80%;
}
.section-heading-container h2{
  line-height: 42px;
  letter-spacing: -0.01em;
  padding-bottom:20px;
}
.section-heading-container p{
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-top:0;
}
.section{
  position:relative;
}
.section.post-body {
  padding-top: 40px;
}
body .sidebar-container{
  position:static;
}
.sidebar-top-container {
  position: absolute;
  top: 0;
  left: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
}

.top-section-text, .bottom-section-title span{
  writing-mode: vertical-rl;
  text-orientation: mixed; 
  font-family: Work Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  padding-top: 36px;
  display:inline-block;
}

.bottom-section-title{
  text-align:center;
}
.bottom-section-title span{
  padding-top: 0;
  padding-bottom: 24px;
  font-weight: 400;
}
.sidebar-bottom-container{
  position: absolute;
  bottom: 0;
  left: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 36px;
}
/*  Header Section */
.header-section{
  background-color:rgba(2, 17, 80, 0.9);
  /*   overflow: hidden; */
  position: relative;
}
.header-section .full-page-center{
  position: relative;
  z-index:5;
}
/* .small-logo {
padding: 36px 0;
} */
.header-main-logo{
  padding: 36px 0;
}
.header-main-logo img {
  max-width: 96px;
}
.custom-menu-primary-new{
  padding: 23px 0;
}
.header-section.sticky {
  position: fixed;
  z-index: 11;
  width: 100%;
}
.homepage .header-section.sticky {
  z-index: 5;
}
.sticky.fixed {
  background-color: rgba(2,17,80,1);
  transition: background-color ease-in-out 0.5s;
}
.header-section.sticky .custom-menu-primary-new {
  padding: 32px 0;
}
#backToTop {
  padding-bottom: 100px;
}
.custom-menu-primary-new .hs-menu-wrapper>ul li a:not(.child-trigger-new) {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  width: auto !important;
  max-width: inherit !important;
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  /*   text-transform: uppercase; */
  overflow: visible;
  padding: 6px 18px;
}


.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  transition: all ease .45s;
  -webkit-transition: all ease .45s;
  position: relative;
  float:none !important;
  display:inline-block !important;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover> a {
  color: #F68D39;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active> a {
  color: #F68D39;
  font-weight: 700;
}
.hs-menu-item i.fa {
  color: #F68D39;
}
.header-cta-container{
  position:absolute;
  top:0;
  right:0;
  text-align:right;
  z-index:1;
}
.left-bar-small-logo-container{
  position:absolute;
  top:36px;
  left:44px;
  z-index:1;
}
.header-cta-container a.cta_button{
  background: rgba(255, 140, 48, 1);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.42px;
  padding: 42px 20.5px;
  white-space: normal;
  width: calc(13.8% - 41px);
  text-align: center;
  border-left: 1px solid #B0B2B5;
}
.header-menu-container{
  position:relative;
}
.header-search-icon {  }
.header-search-input{
  position: absolute;
  top: 100%;
  right: 80px;
  max-width: 400px;
  padding: 30px;
  background-color:rgba(2,17,80,0.9);
}

.header-search-input .hs-search-field__input{
  height:50px;
  border:0;
  width: 80%;
}
.header-search-input form{
  position:relative;
}
.header-search-input form button{
  position:absolute;
  top:0;
  right:0;
  width:60px;
  height:50px;
  background: #ff8c30;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.42px; 
  border:0;
}
.header-search-input .hs-search-field__bar button svg {
  height: 20px;
  width: 20px;
  fill: #000;
}
.header-search-input .hs-search-field__bar button svg *{
  fill:#fff;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
}

.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
  margin-top: 0;
  min-width: 160px;
  width: 100%;
}

.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper {
  /**background-color:rgba(2, 17, 80, 0.9);**/
  border-radius: 0px;
  width: auto;
  min-width: 180px;
  text-align: left;
  background-color: #1b2961;
  z-index: 5;
  padding-top: 20px;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(3) .hs-menu-children-wrapper {
  /**column-count: 2;**/
}
li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
  display: inline-block;
}

.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper a {
  position: relative;
  padding: 18px 25px;
  /**border-bottom: 1px solid #000**/
}

.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper a:hover:not(.child-trigger-new) {
  color: #FF8C30;
  background-color: transparent;
}
.header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  margin-top: 5px;
  margin-right: 14px;
}
.header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li +li{
  padding-left:9px;
}
.header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
  border: 2px solid #d8006b;
  padding: 5px;
  color: #d8006b;
  font-size:16px;
  line-height:1.5;
  display:inline-block;
  padding: 10px 28px;
}


/*  banner-section */
.banner-section{
  padding-top:351px;
  padding-bottom:351px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position:relative;
}
.homepage .banner-section {
  padding: 310px 0;
}
/* .banner-section.shorter-banner {
  padding-top: 176px;
  padding-bottom: 176px;
} */
.clareti-header .banner-section.shorter-banner {
  padding-bottom: 36px;
}
.clareti-header .banner-section.shorter-banner.second-banner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.body-banner, .clareti-header .banner-section.shorter-banner.body-banner {
  padding-bottom: 176px;
}
/* .banner-section h2 {
  font-weight: 300;
  font-size: 28px;
} */
.banner-section:before{
  content:"";
  background: linear-gradient(180deg, rgba(2, 17, 80, 0.9) 35.79%, rgba(2, 17, 80, 0.3) 100%);
  position:absolute;
  left:0;
  right:0;
  top:0;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
}
.banner-section .page-center{
  position:relative;
  z-index:2;      
}
.contact-page .page-center form {
  margin: 0 auto;
}
.contact-page .getintouch {
  padding: 80px 10px 30px;
}
.go-to-next-section-link{
  position:absolute;
  bottom:-1px;
  left:50%;
  transform:translateX(-50%);
  text-align: center;
  z-index:2;               
}
.go-to-next-section-link a{
  color:#fff !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
}
.banner-content{
  max-width:50%;
}
.banner-section h5 {
  font-weight: 300;
}
.banner-center-line{
  height: calc(100% - 110px);
  width: 1px;
  display: inline-block;
  background-color: rgb(176, 178, 181);
  position: absolute;
  right: calc(50% - 43px);
  top: 0px;
  z-index: 4;
  opacity: 0.5;
}
.solution-container{
  padding-top:80px;
  padding-bottom:150px;
  overflow:hidden;
}
.document-page .body-container {
  padding-top: 60px;
}
.platform-page .solution-container {
  padding: 0;
}
.investor-page .solution-container {
  padding-bottom: 50px;
}
.justify-text .solution-block-text { text-align: justify; }
.solution-three-column-block-container {
  border-top:1px solid #B0B2B5;
  border-bottom:1px solid #B0B2B5; 
  padding: 70px 0px;
  background-color: #fff;
  position:relative;
  z-index:4;
}
.solution-three-column-inner-container {
  display: flex;
  flex-wrap: wrap;
  /**align-items: flex-start;**/
  margin: 0 -15px;
  padding-right:16px;
  max-width: 1440px;
}

.solution-three-column-inner-container >div {
  width: 33.33%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution-three-column-inner-container .solution-block-title {
  flex: 2;
}
.fouracross .solution-three-column-inner-container >div  {
  width: 20%;
}

.solution-three-column-inner-container .solution-block .solution-block-title h3{
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 47px;
  letter-spacing: -0.01em;
  padding-bottom:20px;
}
.solution-three-column-inner-container .solution-block-text{
  padding-bottom:20px;  
  max-width: 317px;
}
.market-leaders-container {
  padding-top:87px;
  padding-bottom:200px;
  overflow:hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.market-leaders-container .resp-tabs-container.hor_1{
  width:82%;
}
.market-leaders-container .resp-vtabs li.resp-tab-item, .market-leaders-container .resp-vtabs .resp-tabs-container{
  background-color: transparent !important;
  border: 0;
}
.market-leaders-container .resp-vtabs ul.resp-tabs-list{
  float: right;
  width:18%;
}
.market-leaders-container .resp-tab-content{
  padding:0; 
}
.tab-inner-container h2{
  font-size: 84px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: left;
  padding-bottom:16px;
}
.tab-inner-container p{
  font-size:14px;
}
body .resp-vtabs .resp-tabs-list li{
  border-left:8px solid transparent !important;
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.03em;
  text-align: left;
  padding: 28px 30px !important;
  background-color: transparent !important;
}
body .resp-vtabs li.resp-tab-active{
  border:0 !important;
  border-left:8px solid #FF8C30 !important;
  font-weight: 600;
}
/* footer-section */
.footer-section {
  background-color: #f8f8f8;
  padding:3em 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position:relative;
}
.tab-content-button{
  padding-top:40px;
}

.modern-technology{
  padding:75px 0px;
  background: rgba(98, 190, 201, 0.2);
}
.lead-with-clarity-container{
  padding-top:80px;
  padding-bottom:160px;
  position:relative;
}
.lead-with-clarity-container:after, .related-insights-container:after, 
.solution-container:after, .our-clients-container:after, .banner-section:after, .library-download:after{ 
  content: "";
  height: 100%;
  width: 1px;
  background-color: #B0B2B5;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 13.8%;
  z-index: 1;
  opacity: 0.5;
}
.body-banner .solution-container:after, .body-banner.banner-section:after {
  content: none;
}
.partners-page .our-clients-container:after {
  display: none;
}

.lead-with-clarity-container > * {
  position: relative;
  z-index: 2;
}
.lead-with-clarity-slider-block {
  min-height: 345px;
  width: auto;
  display: block;
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin:0 10px;
  position:relative;
  transition:all ease 0.3s;
  background: #021150;
}
.lead-with-clarity-slider-block-title p:first-child {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
}

.lead-with-clarity-slider-block-title p:nth-child(2) {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0em;
}
.less-verticals .lead-with-clarity-slider-block-title p:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
}
.lead-with-clarity-slider.slick-initialized .slick-slide, .lead-with-clarity-slider.flickity-enabled{
  outline:none; 
}
.lead-with-clarity-slider.not-carousel {
  display: flex;
}
.lead-with-clarity-slider.not-carousel .slide {
  flex: 1 1 0;
  max-width: 435px;
}

.lead-with-clarity-slider.slick-initialized .slick-next, .flickity-button.flickity-prev-next-button.next{
  right: calc(13.5% - 44px);
  z-index:5;
}
.lead-with-clarity-slider.slick-initialized .slick-prev, .flickity-button.flickity-prev-next-button.previous{
  left:auto;
  right: calc(27% - 108px);
  z-index:5;
}
.flickity-button.flickity-prev-next-button {
  bottom: -106px;
  top: auto;
  color: #62BEC9;
  border: 2px solid #62BEC9;
  background: transparent;
  opacity: 0.5
}
.flickity-button.flickity-prev-next-button:hover {
  opacity: 1;
  background: transparent;
}
.lead-with-clarity-slider.slick-initialized .slick-arrow{
  width: 52px;
  height: 52px;
  border: 2px solid #62BEC9;
  border-radius: 50%;
  display: inline-block;
  top:115%
}
.lead-with-clarity-slider.slick-initialized .slick-arrow:before{
  font-size:27px;
  color:#62BEC9;
}
.lead-with-clarity-slider.slick-initialized .slick-list.draggable{
  padding-left:0 !important;
  margin-left: -10px;
}
.display-on-hover-arrow a {
  display: inline-block;
}

.display-on-hover-arrow {
  position: absolute;
  bottom: 28px;
  right: 28px;
  display:none;
}
/**.lead-with-clarity-slider.slick-initialized .slick-slide.slick-current .lead-with-clarity-slider-block,**/
.lead-with-clarity-slider.slick-initialized .slick-slide:hover .lead-with-clarity-slider-block,
.lead-with-clarity-slider.flickity-enabled .slide:hover .lead-with-clarity-slider-block,
.lead-with-clarity-slider.not-carousel .slide:hover .lead-with-clarity-slider-block{
  background: #FF8C30;
  color:#fff;
  border-color: #FF8C30;
}
/**.lead-with-clarity-slider.slick-initialized .slick-slide.slick-current .display-on-hover-arrow,**/
.lead-with-clarity-slider.slick-initialized .slick-slide:hover .display-on-hover-arrow,
.lead-with-clarity-slider.flickity-enabled .slide:hover .display-on-hover-arrow,
.lead-with-clarity-slider.not-carousel .slide:hover .display-on-hover-arrow{
  display:block;
}

.lead-with-clarity-slider.flickity-enabled .slide {
  max-width: 435px;
  width: 100%;
}

/* .related-insights-container{
  padding-top:80px;
  padding-bottom:180px;
  overflow:hidden;
  position:relative;
} */
.related-insights-container .resp-vtabs ul.resp-tabs-list{
  width:170px;
  float:right;
  position:absolute;
  right: calc( 13.7% - 170px);
  z-index:5;
}
.related-insights-container .resp-tabs-container.hor_1{
  width:82%;
  float:left;
  border:0;
}
.related-insights-container .resp-tab-content{
  padding:0;
  border:0;
  border-radius:0;
}
.article-item-container {
  display: flex;
  flex-wrap: wrap;
}

.article-item-container .article-item{
  width: 50%;
}
.article-item-container .article-item .article-item-inner {
  max-width: 345px;
  position: relative;
}
.article-author-container {
  display: flex;
  position: absolute;
  left: -120px;
  transform: rotate(-90deg);
  bottom: 20%;
  transform-origin: center center;
  display: none;
}

.article-author-container .article-author-image {
  width: 60px;
}
.article-author-container .author-name-container .date {
  margin: 0;
}
.article-author-container .article-image-container {
  position: relative;
}
.article-author-container .article-author-image img {
  transform: rotate(90deg);
}
.article-item-container p.article-tag {
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #FF8C30;
  font-weight: 400;
  display: none;
}

.article-item-container .article-title {
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.01em;
  padding-top: 20px;
}
.article-item-container .article-title a {
  color: #021150;
}

.article-item-container .article-summary {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  padding-top: 16px;
}
.article-item-container .article-item-content-section {
  padding: 28px 0;
}
.article-item-container .article-image-container {
  position: relative;
}
.article-item-container .article-image-container .article-item-image img {
  width: 100%;
  height: 290px !important;
  max-height: 100%;
  object-fit: cover;
}
.our-clients-container{
  padding:80px 0px;
  overflow:hidden;
}
.partners-page .our-clients-container {
  text-align: center;
}
.partners-page .our-clients-container .ourclients-heading-container {
  max-width: 100%;
}
.our-clients-logos-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -20px;
}

.our-clients-logos-container ul li {
  width: 16.66%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
  padding:20px;
}
/* footer-section */
.footer-section{
  background: #021150;
  color:#fff;
  position:relative;
}
.footer-contact-details-text{
  padding-top:30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}
.footer-contact-details-text * + p{
  margin-top:7px;
}
.footer-section .footer-links-title{
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  display:inline-block;
  padding-bottom:10px;
}
.footer-section .footer-links .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
  padding: 10px 0px;
  color:#fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}
.footer-section .footer-links .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover, .footer-section .footer-links-title a:hover{
  color:#ff8c30;
}
.footer-sidebar-link{
  position: absolute;
  bottom: 0;
  left: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 36px;
}
.footer-sidebar-link-text{ 
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: Work Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: .02em;
  text-align: left;
  padding-bottom: 44px;
  display: inline-block;
  color:#fff;
}
body {
  position: relative;
}

body.homepage:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: #ff8c30;
  left: 110px;
  top: 0;
  z-index: 5;
}
body.less-verticals:after, body.less-verticals .banner-center-line, .less-verticals .banner-section:after {
  display: none;
}
body.less-verticals .solution-sidebar-container.sidebar-container {
  display: none;
}
.resp-tab-content > * {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.resp-tab-content.resp-tab-content-active > * {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1;
}
.resp-tab-content > * {
  opacity: 1;
}
.small-banner{
  padding-top: 200px;
  padding-bottom: 100px;
}
.small-banner .banner-content{
  max-width:100%;
}
.latest-reports-four-column-container {
  padding: 60px 0px;
  overflow: hidden;
}

.latest-reports-blocks-inner-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  flex-direction: row;
  justify-content: space-between;
}

.latest-reports-blocks-inner-container >div {
  width: 25%;
  padding: 0 10px;
}
.latest-reports-four-column-container .section-heading-container {
  padding-bottom: 30px;
}
.latest-reports-block-download-icon a {
  display: inline-block;
}
.latest-reports-block-content-container {
  padding-top: 30px;
}
.latest-reports-block-download-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.latest-reports-block-title {
  color: #ff8c30;
  font-size: 20px;
}
.latest-reports-block-img {
  position: relative;
  max-width: 210px;
}
.wrapLeftInner{ /**padding-left:100px;**/ }
.wrapLeft .solution-block-button {
  padding-top: 40px;
}
.two-column-container {
  padding: 60px 0px;
}
.two-column-blocks-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px;
}

.two-column-blocks-container > div { width: 50%; padding:15px; }

.two-column-blocks-heading.section-heading-container {
  padding-bottom: 20px;
}
.two-column-block-heading {
  padding-top: 30px;
  display: flex;
}

.two-column-block-heading-text {
  width: 80%;
}
.two-column-block-heading-text h3 {
  font-weight: 300;
}
.two-column-block-social-profile {
  width: 20%;
  text-align: right;
}
.two-column-block-heading-text p {
  margin: 0;
}
.two-column-block-social-profile a {
  color: #0E76A8;
}
.two-column-block-summary {
  padding-top: 30px;
}
.contact-container {
  padding: 60px 0;
}
.contact-container .section-heading-container {
  padding-bottom:30px;
}
.contact-container .contacts-accordion-block {
  border-top: 1px solid #ddd;
}

.contact-container .contacts-accordion-title h3 {
  font-weight: 400;
  font-size: 20px;
  color:#ff8c30;
  cursor: pointer;
}

.contact-container .contacts-accordion-title {
  position: relative;
  padding: 15px 0px;
}

.contact-container span.plus-icon, .contact-container span.minus-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color:#ff8c30;
}
.contacts-accordion-text {
  padding-bottom: 30px;
  padding-top: 30px;
}
.contacts-accordion-title.active span.plus-icon{
  display:none;
}
.contacts-accordion-title.active span.minus-icon{
  display:block !important;
}
.careers-page .solution-block{
  margin-bottom:90px;
}
.careers-page .solution-three-column-block-container{
  padding-bottom:0;
}
.careers-page{
  color: #63666A;
}
.careerswhr {
  padding-top: 40px;
}
.whr-items {
  padding-left: 0;
}
.whr-items li.whr-item {
  list-style-type: none;
  padding: 40px 0;
  border-bottom: 1px solid #b0b2b5;
}
.whr-items li.whr-item:last-child {
  border: 0;
}
.whr-title  {
  margin-bottom: 15px; 
}
.whr-title a {
  color: #08409e;
}
.whr-title a:hover {
  color: #FF8C30;
}

.mobileContactUs {
  text-align: center;
  background-color: #ff8c30;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0;
}

.search-page-container {
  padding: 80px 0;
}

span.hs-search-highlight.hs-highlight-html {
  font-size: inherit;
}
.hs-search-field__input {
  max-width: 95%;
}
.hs-search-field__bar form > button {
  padding: 6px;
}
.header-section .hs-search-field__suggestions a, .header-section .hs-search-field__suggestions li {
  color: #ffffff;
  padding-bottom: 10px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 0;
}
.custom-menu-primary-new .hs-menu-wrapper>ul li:nth-child(7)>a {
  padding: 0 23px;
}
.support-page .header-search-icon {
  display: none;
}
.orange-content-cta {
    display: inline-block;
    min-width: 140px;
    width: auto;
    margin: 20px 0;
    line-height: 38px;
    border-radius: 25px;
    border: 2px solid #ff8c30;
    outline: 0;
    letter-spacing: 1px;
    color: #ff8c30 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Work Sans',sans-serif;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    background-color: transparent;
    transition: background-color 0.5s;
}
.orange-content-cta:hover {
  background-color: #ff8c30;
  color: #ffffff !important;
}
.blue-content-cta {
    display: inline-block;
    min-width: 140px;
    width: auto;
    margin: 20px 0;
    line-height: 38px;
    border-radius: 25px;
    border: 2px solid #021150;
    outline: 0;
    letter-spacing: 1px;
    color: #021150 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Work Sans',sans-serif;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    background-color: transparent;
    transition: background-color 0.5s;
}
.blue-content-cta:hover {
  background-color: #021150;
  color: #ffffff !important;
}
.clareti-csbuttons #ourSolution {
  padding-bottom: 0;
}
.clareti-csbuttons .solution-three-column-block-container {
  padding-bottom: 0;
  border-bottom: 0;
}
.typewrite > .wrap { border-right: 0.08em solid #fff}
.typewrite > .wrap {
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
  animation-iteration-count: 3;
  animation-play-state: running;
  color: #ff8c30;
}
@keyframes blink { 50% { border-color: transparent; }  }

.teaser-lp .multiple-forms-holder .hs-fieldtype-booleancheckbox>.input {
  flex-basis: auto;
}
.hs-blog-post .hs-form-iframe {
  max-width: 100%;
}
.hs_cos_wrapper_type_space {
  display: block;
  padding: 30px 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*-=-=- Only Desktop CSS -=-=-*/

@media(min-width:1600px){
  .lead-with-clarity-container:after, .related-insights-container:after, .solution-container:after, .our-clients-container:after, .banner-section:after, .library-download:after{
    right:13.5%;
  }
  .header-cta-container a.cta_button{
    width: calc(13.8% - 46px);
  }
}
@media(min-width:1700px){
  .lead-with-clarity-container:after, .related-insights-container:after, .solution-container:after, .our-clients-container:after, .banner-section:after, .library-download:after{
    right:13.8%;
  }
  .header-cta-container a.cta_button{
    width: calc(13.8% - 56px);
  }             
}
@media(min-width:1850px){
  .lead-with-clarity-container:after, .related-insights-container:after, .solution-container:after, .our-clients-container:after, .banner-section:after, .library-download:after{
    right:13%;
  }
  .header-cta-container a.cta_button{
    width: calc(13.8% - 56px);
  }             
  .related-insights-container .resp-vtabs ul.resp-tabs-list  {
    right: calc( 13.2% - 170px);
  }
}

@media (min-width:1400px ) {
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child{
    padding-left: 100px;
  }
  .our-clients-logos-container {
    max-width: 940px;
    margin: 0 auto;
  }
}
@media(max-width:1366px){
  .page-center.full-page-center{   
    max-width: 1070px;
  }
  .our-clients-logos-container, .corporate-two-column-container-inner {
    max-width: 940px;
  }
  .our-clients-logos-container {
    margin: 0 auto;
  }
  .related-insights-container .wrapLeftInner{ padding-left:68px; }
  .number-block-title h2 {
    font-size: 75px;
  }
  /**.number-block-title h2.long-number {
    font-size: 50px;
    padding: 50px 0;
  }**/
}
@media(max-width:1280px){
  .page-center.full-page-center{   
    max-width: 940px;
  }
  .lead-with-clarity-slider.slick-initialized .slick-prev, .flickity-button.flickity-prev-next-button.previous {
    right: calc(27% - 92px);
  }
  .custom-menu-primary-new .hs-menu-wrapper>ul li a:not(.child-trigger-new) {
    font-size: 12px;
    padding: 6px 15px;
  }
}

/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:1230px ) {
  .left-bar-small-logo-container, .sidebar-top-container, .sidebar-bottom-container{
    left:20px;
  }
  body.homepage:after{
    left:65px;
  }
  .banner-section, .homepage .banner-section{
    padding-top: 251px;
    padding-bottom: 251px;
  }
  .page-center{
    max-width:850px;
  }
  .page-center.full-page-center{
    max-width:950px;
  }
  .header-cta-container a.cta_button{
    padding: 41px 20.5px;
  }
  .wrapLeftInner{
    /**padding-left:75px;**/
  }
  .article-author-container{
    left: -110px;
  }
  .lead-with-clarity-container:after, .related-insights-container:after, .solution-container:after, .our-clients-container:after, .banner-section:after, .library-download:after{
    right: 14.8%;
  }
  .article-item-container .article-item .article-item-inner{
    max-width:300px;
  }
  .tab-inner-container h2{
    font-size:64px;
  }
}

/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/

@media (max-width:1110px ) {
  .banner-section, .homepage .banner-section{
    padding-top: 151px;
    padding-bottom: 151px;
  }

  .custom-menu-primary-new .hs-menu-wrapper>ul li a:not(.child-trigger-new){
    padding:10px;
  }
  .custom-menu-primary-new{
    padding:15px 0px; 
  }
  .header-main-logo{
    padding:25px 0px;
  }
  .left-bar-small-logo-container{
    top:27px;
  }
  .header-cta-container a.cta_button{
    padding:30px 20.5px;
  }
  .solution-three-column-inner-container .solution-block .solution-block-title h3{
    font-size:30px;
  }
  .solution-three-column-block-container{
    padding:40px 0px;
  }
  .lead-with-clarity-container:after, .related-insights-container:after, .solution-container:after, .our-clients-container:after, .banner-section:after, .library-download:after{
    right: 15.4%;
  }
  body .resp-vtabs .resp-tabs-list li{
    padding:20px !important;
    font-size: 16px;
  }
  .lead-with-clarity-container{
    padding-bottom:120px;
  }
  .related-insights-container, .solution-container, .market-leaders-container{
    padding-bottom:80px;
  }

}

@media(max-width:1024px){
  .custom-menu-primary-new{
    padding-right:150px;
  }
  .page-center.full-page-center {
    max-width: 900px;
  }
  .page-center {
    max-width: 780px;
  }
  .wrapLeftInner{
    padding-left: 60px;
  }
  .related-insights-container, .solution-container, .market-leaders-container{
    padding-bottom:50px;
    padding-top:50px;
  }
  .lead-with-clarity-slider.slick-initialized .slick-prev, .flickity-button.flickity-prev-next-button.previous{
    left: 75%;
  }
  .lead-with-clarity-slider.slick-initialized .slick-next, .flickity-button.flickity-prev-next-button.next{
    right:11%;
  }
  .header-section.sticky .custom-menu-primary-new {
    padding: 20px 0;
  }
}

@media(min-width: 992px) {
  a.mobile-trigger-new,a.child-trigger-new {
    display:none !important
  }

  .custom-menu-primary-new .hs-menu-wrapper {
    display: block !important
  }
  .mobileContactUs {
    display: none;
  }
}
/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {
  .page-center, .page-center.full-page-center{ max-width:100%; }
  body.homepage:after{
    display:none;
  }
  .fa-chevron-down { display: none !important; }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(3) .hs-menu-children-wrapper {
    column-count: 1;
  }
  li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
    display: block;
  }
  li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2  a { font-size: 20px; }
  /* h1, .h1 { font-size:32px; }
  h2 { font-size:28px; }
  h3 { font-size:26px; }
  h4 { font-size:24px; }
  h5 { font-size:20px; }
  h6 { font-size:18px; } */
  .custom-menu-primary-new .hs-menu-wrapper {
    display:none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background-color: #021150;
    right: 0;
    border-top: 0;
    overflow: hidden;
    overflow-y: scroll !important;
    min-height: 100vh;
    height: 100vh;
    z-index:999;
    display:none;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .mobile-open .custom-menu-primary-new .hs-menu-wrapper {
    opacity: 1;
    transition: 0s;
  }
  .custom-menu-primary-new .hs-menu-wrapper > ul li a:not(.child-trigger-new){
    padding: 15px;
    font-size: 28px;
    line-height: 1.5;
    padding:15px;
    text-align:left;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper{
    position:static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper a:not(.child-trigger-new){
    position: static;
    padding: 15px 25px;
    /**border-bottom: 1px solid #fff;**/
    white-space: break-spaces;
  }
  
  a.mobile-trigger-new {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 34px;
    height: auto;
    padding: 7px 4px;
    background: transparent;
    z-index: 99999999999;
    -webkit-transition: background-color .2s linear;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    transition: color .2s ease-in;
    border: 0
  }

  a.mobile-trigger-new:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff !important
  }

  a.mobile-trigger-new span {
    display: inline
  }

  a.mobile-trigger-new span:before {
    position: absolute;
    content: 'Menu';
    display: none
  }

  a.mobile-trigger-new span:after {
    position: relative;
    right: 2px;
    content: 'Close';
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    display: none
  }

  .mobile-open a.mobile-trigger-new {
    /**-webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
    background: #000**/
  }

  .mobile-open a.mobile-trigger-new span:after {
    opacity: 1
  }

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s
  }

  a.mobile-trigger-new i:before,a.mobile-trigger-new i:after {
    position: absolute;
    content: ''
  }

  a.mobile-trigger-new i,a.mobile-trigger-new i:before,a.mobile-trigger-new i:after {
    width: 15px;
    height: 2px;
    background-color: #FF8C30;
    display: inline-block
  }
  a.mobile-trigger-new i:after {
    width: 10px;
    right: 0;
  }
  .mobile-open a.mobile-trigger-new i:after {
    width: 15px;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: transparent;
  }

  a.mobile-trigger-new i:before {
    margin-top: -6px;
    -webkit-transition-property: margin,-webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s,0
  }

  a.mobile-trigger-new i:after {
    margin-top: 6px;
    -webkit-transition-property: margin,-webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s,0
  }

  .mobile-open a.mobile-trigger-new i {
    /**background-color: rgba(0,0,0,0.0);**/
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    box-shadow: 0px 1px 1px rgba(0,0,0,0)
  }

  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0,.2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    box-shadow: 0px 1px 1px rgba(0,0,0,0)
  }

  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0,.2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    box-shadow: 0px 1px 1px rgba(0,0,0,0)
  }
  body.mobile-open .body-container-wrapper, body.mobile-open .footer-container-wrapper {
    position: fixed;
    overflow: hidden;
  }
  body.mobile-open div#chat-widget-container {
    z-index: 1!important;
  }

  a.child-trigger-new {
    display: block !important;
    cursor: pointer;
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 54px !important;
    padding: 0 !important;
    /*     border-left: 1px solid rgba(0,0,0,1) */
    border-bottom:0 !important;
  }

  a.child-trigger-new:hover {
    text-decoration: none
  }

  a.child-trigger-new span {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s
  }

  a.child-trigger-new span:after {
    position: absolute;
    content: ''
  }

  a.child-trigger-new span,a.child-trigger-new span:after {
    width: 15px;
    height: 1px;
    background-color: #fff;
    display: block
  }

  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s
  }

  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s
  }

  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s
  }
  .header-menu-container{
    position: static;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none !important;
    display: block !important;
    width: 100%;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child{
    display:none;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    width:100% !important;
    padding: 10px 40px;
  }
  .solution-three-column-inner-container .solution-block .solution-block-title h3{
    font-size: 28px;
    line-height: 35px;
  }
  .sidebar-top-container, .sidebar-bottom-container{
    display:none;
  }
  .solution-three-column-block-container{
    padding:40px 0;
  }
  .section-heading-container{
    padding-bottom:40px;
    max-width: 100%;
  }
  .left-bar-small-logo-container, .header-cta-container, body .sidebar-container, .footer-sidebar-container{
    display:none !important;
  }
  .wrapLeftInner{
    padding-left:0;
  }

  .wrapLeft{
    padding:0 40px !important;
  }
  .lead-with-clarity-container:after, .related-insights-container:after, .solution-container:after, 
  .our-clients-container:after, .banner-section:after, .library-download:after, .banner-center-line{
    display:none;
  }

  h2.resp-accordion:first-child{
    border-top:inherit;
  }
  .market-leaders-container h2.resp-accordion, .related-insights-tabs-container h2.resp-accordion {
    border:1px solid #fff;
    background-color: transparent !important;
    display: none;
  }
  .market-leaders-container h2.resp-tab-active{
    border-top:8px solid #ff8c30 !important;
    border-color:#ff8c30 !important;
  }
  .market-leaders-container .resp-vtabs .resp-tab-content, .market-leaders-container .resp-vtabs .resp-tab-content:last-child{
    border-color:transparent !important;
  }
  .tab-inner-container h2{
    font-size:45px;
  }
  .article-author-container{
    /**position:static;
    padding-top:20px;
    transform: rotate(0);**/
  }
  body .resp-vtabs .resp-tabs-list li{
    padding:20px 10px !important;
  }
  .article-item-container .article-item .article-item-inner{
    max-width:247px;
    float: right;
  }
  .lead-with-clarity-slider.slick-initialized .slick-prev, .flickity-button.flickity-prev-next-button.previous{
    left: 79%;
  }
  .lead-with-clarity-slider.slick-initialized .slick-next, .flickity-button.flickity-prev-next-button.next{
    right:5%;
  }
  .careers-page .solution-block{
    margin-bottom: 40px;
  }
  .careerswhr {
    padding-top: 0;
  }
  .whr-items li.whr-item:last-child {
    padding-bottom: 0;
  }
  .two-column-blocks-container > div {
    width: 100%;
  }
  .mobileContactUs {
    display: block;
    margin-bottom: 120px;
  }
  #backToTop {
    padding-bottom: 74px;
  }
  .lead-with-clarity-slider.not-carousel {
    display: block;
  }
  .lead-with-clarity-slider.not-carousel .slide {
    padding-bottom: 30px;
  }
  .latest-reports-block-img {
    max-width: 100%;
  }
  .wrapLeft .solution-block-button {
    /**padding-top: 150px;**/
    text-align: center;
  }
}
@media(max-width:768px){
  /* h1, .h1 { font-size: 28px } */
  .related-insights-container .resp-tabs-container.hor_1, .market-leaders-container .resp-tabs-container.hor_1{
    width:100% !important;
  }
  .related-insights-container .resp-tab-content, .market-leaders-container .resp-tab-content{
    /**padding:20px;**/
  }

  .related-insights-tabs-container h2.resp-accordion{
    border:1px solid #fff;
    background-color: transparent !important;
    display: none;
  }
  .related-insights-tabs-container h2.resp-tab-active{
    border-top:8px solid #ff8c30 !important;
    border-color:#ff8c30 !important;
  }
  .related-insights-tabs-container .resp-vtabs .resp-tab-content, .related-insights-tabs-container .resp-vtabs .resp-tab-content:last-child{
    border-color: transparent !important;
  }
  .our-clients-container{
    padding:50px 0px;
  }
  .market-leaders-container .resp-vtabs ul.resp-tabs-list {
    float: none !important;
    display: flex;
    padding-bottom: 56px;
  }
  body .resp-vtabs .resp-tabs-list li {
    border-left: 0 !important;
    border-bottom: 1px solid #F5F5F5 !important;
    padding: 20px !important;
  }
  body .resp-vtabs li.resp-tab-active {
    border-left: 0 !important;
    border-bottom: 4px solid #ff8c30 !important;
  }
  .mobile-padding  {
    padding: 10px 40px;
  }
  .cfllink {
    margin-right: 15px;
  }
  .page-center { max-width:100%; padding-left:40px; padding-right:40px; }

}
/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {

  /* .header-search-icon img {
    max-width: 50px;
    display: none;
  } */
  .header-section { background-color: #021150; }
  .page-center { max-width:100%; padding-left:40px; padding-right:40px; }
  .two-column-blocks-container.page-center {
    padding: 0;
  }
  
  .solution-three-column-inner-container>div, .fouracross .solution-three-column-inner-container >div{
    width:100%;
    padding: 15px;
  }
  .footer-contact-details-text{
    padding-bottom: 30px;
  }
  .banner-section, .homepage .banner-section {
    padding-top: 100px;
    padding-bottom: 151px;
  }
  .small-banner .banner-content, .banner-content{
    max-width:100%;
  }
  .small-banner.banner-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .banner-section.shorter-banner {
    padding: 75px 0;
  }
  .latest-reports-blocks-inner-container{
    flex-direction: column;
  }
  .latest-reports-blocks-inner-container>div{
    width:100%;
  }
  .latest-reports-blocks-inner-container .latest-reports-block + .latest-reports-block{
    margin-top:30px;
  }
  .latest-reports-blocks-inner-container .latest-reports-block-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .article-item-container{
    flex-direction: column;
  }
  .article-item-container > div {
    width: 100% !important;
  }
  .job-openings-top-container-inner{
    flex-direction: column;
  }
  .job-openings-top-container-inner > div{
    width:100%;
  }
  .job-opening-right-container{
    margin-top:30px;
  }
  .job-openings-top-container{
    padding:40px 0px;
  }
  .job-openings-block-description-container {
    flex-direction: column;
  }
  .job-openings-block-description-container > div {
    width: 100%;
  }
  .job-openings-block-button {
    margin-top: 30px;
    text-align: left;
  }
  .job-openings-blocks-container{
    padding: 40px 0px;
  }
  .article-author-container {
    left: -105px;
  }
  .divider-curve {
    visibility: hidden;
  }
  .solution-three-column-inner-container .solution-block-text{
    padding-bottom:0;
  }
  .footer-menu-group .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu-group .footer-menu-block {
    margin-right: 10px;
  }
  span.breakonxs:before {
    content: "\a";
    white-space: pre;
  }

  
}

@media(max-width:501px){
  .lead-with-clarity-slider.slick-initialized .slick-prev, .flickity-button.flickity-prev-next-button.previous{
    left: auto;
    right: 90px;
  }
  .lead-with-clarity-slider.slick-initialized .slick-next, .flickity-button.flickity-prev-next-button.next{
    right:0%;
  }
  .our-clients-logos-container ul li{
    width:33.33%;
  }
}

/* Hubspot Cookie Banner */
#hs-eu-decline-button {
    /* display: none!important; */
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    height: 100%!important;
    background: rgba(0,0,0,0.8)!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #021150!important;
    margin: 0 auto!important;
    max-width: unset!important;
    padding: 20px!important;
    background: #021150!important;
    width: 100%!important;
    position: absolute!important;
    bottom: 0!important;
    min-height: 30%!important;
    padding-top: 2rem!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    max-width: 60rem!important;
    margin: auto!important;
}

div#hs-eu-cookie-confirmation {
    color: white!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    letter-spacing: unset!important;
    margin: auto auto 12px!important;
    max-width: 60rem;
    color: white!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
    display: flex!important;
    flex-direction: row!important;
    /* flex-wrap: wrap; */
    align-content: center!important;
    max-width: 60rem!important;
    font-size: 1rem!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p+div#hs-en-cookie-confirmation-buttons-area {
    margin: 10px auto!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    padding-right: 1rem!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group a#hs-eu-confirmation-button {
    margin-right: 1rem!important;
    color: white!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    color:rgba(255, 140, 48, 1)!important;
}

/* Hubspot Cookie Settings */
body #hs-modal  {
    height: 100%!important;
    overflow-y: scroll!important;
    max-height: 100%!important;
}

body #hs-modal #hs-modal-content {
    display: unset!important;
    transform: unset!important;
    top: 0!important;
    left: 0!important;
    background-color: #021150!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container {
    height: unset!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label.hs-active {
    /* background: #fff; */
    border: none!important;
    /* border-left: 5px solid #33475b; */
    background: orange!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
    /* background: #f1f1f1; */
    /* color: #353535; */
    border: none!important;
    background: #021150!important;
    color: white!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description .hs-category-description-header h3 {
    /* color: #33475b !important; */
    color: white!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description .hs-category-description-text p {
    /* color: #33475b !important; */
    color: white!important;
    letter-spacing: unset!important;
    font-size: 0.875rem!important;
    line-height: 1.25!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label .hs-category-description-header span {
    /* color: #353535 !important; */
    color: white!important;
}

body #hs-modal #hs-modal-content #hs-modal-body {
    display: unset!important;
    height: unset!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-fill {
    /* box-sizing: border-box; */
    width: unset!important;
    height: unset!important;
    border-right: none!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label:hover {
    /* background: #cbcbcb; */
    background: orangered!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description-header .hs-always-active-label {
    /* color: #425b76 !important; */
    color: white!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle input:checked + .slider {
    /* background-color: #425b76; */
    background-color: #00d700!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description {
    padding: unset!important;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    position: unset!important;
}

body .hs-category-description.hs-hidden {
    display: unset !important;
}

body #hs-modal #hs-modal-content #hs-modal-header #hs-modal-header-container {
    height: 3rem!important;
    border: none!important;
}

body #hs-modal #hs-modal-content #hs-modal-header #hs-modal-close-button {
    position: relative!important;
    z-index: 10!important;
}

body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container #hs-modal-save-settings {
    background-color: transparent!important;
    color:rgba(255, 140, 48, 1)!important;
}

body #hs-modal #hs-modal-content #hs-modal-header {
    width: 100%!important;
    display: unset!important;
}

body #hs-modal #hs-modal-content #hs-modal-footer {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: unset!important;
    display: unset!important;
}

body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container {
    text-align: center!important;
    font-size: 1rem;
}

body #hs-modal #hs-modal-content p > a, body #hs-modal #hs-modal-content a:hover {
    color:rgba(255, 140, 48, 1)!important;
}

@media (max-width: 800px) {
    body #hs-modal #hs-modal-content {
        /* width: 750px; */
        width: 500px!important;
        max-width: 100%!important;
        overflow-y: scroll!important;
        height: 100%!important;
        max-height: unset!important;
    }

    body #hs-modal #hs-modal-content #hs-modal-header {
        height:  unset!important;
    }

    body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
        /* width: 28%; */
        width: 100%!important;
        display: none!important;
    }

    body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description {
        position: unset!important;
        width: unset!important;
        left: unset!important;
        top: unset!important;
        border: none!important;
        /* border-left: 0; */
        color: white!important;
    }

    body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row {
        overflow: unset!important;
        padding: 1rem!important;
    }
}
@media (min-width: 800px) {
    body #hs-modal #hs-modal-content {
        /* width: 750px; */
        width: 500px!important;
        overflow-y: scroll!important;
        height: 100%!important;
    }

    body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
        /* width: 28%; */
        width: 100%!important;
        display: none!important;
    }

    body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description {
        position: unset!important;
        width: 100% !important;
        left: unset!important;
        top: unset!important;
        border: none!important;
        /* border-left: 0; */
        color: white!important;
    }

    body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row {
        overflow: unset!important;
        padding: 1rem!important;
    }
}