x
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');


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

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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

/* CSS variables */

:root {
  --gap: 2.127659574%;
}

/* Mobile layout */

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

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

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

  .row-fluid .span11 {
    width: calc(91.66% - var(--gap));
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--gap));
  }

  .row-fluid .span9 {
    width: calc(75% - var(--gap));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--gap));
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--gap));
  }

  .row-fluid .span6 {
    width: calc(50% - var(--gap));
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--gap));
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--gap));
  }

  .row-fluid .span3 {
    width: calc(25% - var(--gap));
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--gap));
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--gap));
  }
}
.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;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  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;
}

/* 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 textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
  }

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






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */






















/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
    max-width: 1300px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 80px 1rem;
}

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

.dnd-section.full-width-forcedd { padding: 0 !important; } 
.dnd-section.full-width-forcedd>div, .dnd-section.full-width-forcedd>div>div { padding-left: 0px !important; padding-right: 0px !important; max-width: none !important; }




html {
    font-size: 16px;
    
    
    
}

body {
    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #4b4e50;
    font-size: 16px;
}

/* Paragraphs */

p {
    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
    font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #476192;
}

a:hover,
a:focus {
    font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #1f396a;
}

a:active {
    font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #6f89ba;
}

/* Headings */

h1,
.h1 {
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 80px;
    text-transform: none;
}

h2,
.h2 {
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #061136;
    font-size: 32px;
    text-transform: none;
    padding-bottom:20px;
}

h3,
.h3 {
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #476192;
    font-size: 21px;
    text-transform: none;
    padding-bottom:20px;
}

h4,
.h4 {
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #061136;
    font-size: 18px;
    text-transform: none;
    padding-bottom:20px;
}

h5,
.h5 {
    font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #000000;
    font-size: 16px;
    text-transform: none;
}

h6,
.h6 {
    text-decoration: none;
    color: #60c7e7;
    font-size: 14px;
    text-transform: none;
    letter-spacing:3px;
}

/* Blockquote */

blockquote {
    border-left-color: #4b4e50;
}





button,
.button {
    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    border: 1px solid #4c9fda;

    padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;

    background-color: 

  
  
    
  


  rgba(76, 159, 218, 1.0)

;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 16px;
}

button,
.btn {
    border: 1px solid #ffffff;

    padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

    background-color: 

  
  
    
  


  rgba(#null, 0.0)

;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 16px;
}




button:hover,
button:focus,
.button:hover,
.button:focus {
    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(71, 97, 146, 1.0)

;
    border-color: ;
    color: #fff;
    border: 1px solid #476192;
}

button:active,
.button:active {
    ;
    background-color: rgba(#null, 0.0);
    border-color: ;
}





form,
.submitted-message {
    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
    color: #061136;
}

/* Labels */

form label {
    color: #4b4e50;
}

/* Help text */

form legend {
    color: #061136;
}

/* 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 {
    border: 1px solid #09184117;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #4B4E50;
    border-radius: 6px;
    opacity: 0.5;
}

/* Form placeholder text */

::-webkit-input-placeholder {
    color: #4b4e50;
}

::-moz-placeholder {
    color: #4b4e50;
}

:-ms-input-placeholder {
    color: #4b4e50;
}

::placeholder {
    color: #4b4e50;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
    color: #4b4e50;
}

.fn-date-picker td.is-selected .pika-button {
    background: #061136;
}

.fn-date-picker td .pika-button:hover {
    background-color: #061136 !important;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
    
    
    ;
    background-color: ;
    border-radius: ;
    color: ;
    font-size: ;
    text-transform: ;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color: rgba(#null, 0.0);
    border-color: ;
}

form input[type=submit]:active,
form .hs-button:active {
    background-color: rgba(#null, 0.0);
    border-color: ;
}





/* Table */

table {
    border: 1px solid #061136;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
    border: 1px solid #061136;

    padding: 18px;

    color: #061136;
}

/* Table header */

thead th {
    background-color: 

  
  
    
  


  rgba(6, 17, 54, 1.0)

;
    color: #FFFFFF;
}

/* Table footer */

tfoot td {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #061136;
}





.header {
    background-color: 

  
  
    
  


  rgba(6, 17, 54, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    color: #ffffff;
    font-family: Source Sans Pro;
}

.menu__child-toggle-icon {
    border-top-color: #ffffff;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
    color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
    border-top-color: #d7d7d7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
    color: #ffffff;
}

.menu__child-toggle-icon:active {
    border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
    background-color: #ffffff;
}

@media (min-width: 767px) {
    .menu .menu__submenu,
    .header__language-switcher .lang_list_class {
        border: 1px solid #ffffff;

        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }

    .menu__submenu--level-2 > .menu__item:first-child:before {
        border: 1px solid #ffffff;

        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
    color: #061136;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
    background-color: 

  
  
    
  


  rgba(6, 17, 54, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: 

  
  
    
  


  rgba(6, 17, 54, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    font-family: Source Sans Pro;
}

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

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

  
  
    
  


  rgba(6, 17, 54, 1.0)

;
    }

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





.footer {
    background-color: 

  
  
    
  


  rgba(6, 17, 54, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
    color: #697086;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
    padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
    color: #4b4e50;
}

.blog-post__tag-link {
    color: #4b4e50;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
    color: #232628;
}

.blog-post__tag-link:active {
    color: #737678;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    text-transform: none;
}

.blog-related-posts__title-link {
    color: #061136;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
    color: #00000e;
}

.blog-related-posts__title-link:active {
    color: #2e395e;
}

/* Blog comments */

.blog-comments {
    margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
    color: #476192;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
    color: #1f396a;
}

#comments-listing .comment-reply-to:active {
    color: #6f89ba;
}





.hs-search-results__title {
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #ffffff;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    text-transform: none;
}

.blog-index__post-title-link {
    color: #061136;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
    color: #00000e;
}

.blog-index__post-title-link:active {
    color: #2e395e;
}

.blog-index__post-tag,
.blog-index__post-author-name {
    color: #4b4e50;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
    color: #4b4e50;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
    color: #232628;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
    color: #737678;
}

.pagination__link-icon svg {
    fill: #4b4e50;
}

/* Pricing card */

.card__price {
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #476192;
    font-size: 21px;
}

.card__body svg {
    fill: #061136;
}

/* Social follow */

.social-links__icon {
    background-color: #061136;
}

.social-links__icon:hover,
.social-links__icon:focus {
    background-color: #00000e;
}

.social-links__icon:active {
    background-color: #2e395e;
    font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #476192;
    font-size: 21px;
}


/*************************************************************************************** Reset Css start Here **************************************************************************************************/


* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; border: 0; outline: 0;  box-sizing: border-box; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video {    display: inline-block;    width: 100%;}
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.55em }
.header-container-wrapper ul,.footer-container-wrapper ul, .header-container-wrapper ol,.footer-container-wrapper ol { list-style: none; list-style-image: none; }

/*********************************************** remember to define focus styles! **********************************************/

:focus { outline: 0; }

/********************************** tables still need 'cellspacing="0"' in the markup ****************************************/

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; vertical-align:middle;height:auto}
a { outline: none; cursor: pointer;transition:all 0.5s ease;}
ul {padding-left: 40px;}

/**************************************** End hide from IE Mac ***************************************************************/ 

*:before, *:after {box-sizing: border-box;}

/************************************************** End Clearfix *************************************************/

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

/************************************************** For modern browsers ******************************************/ 

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
li { list-style: inherit; }
::selection { background: #227f7f; color: #fff; }
::-moz-selection {background: #227f7f;color: #fff;}

/*************************************** display table and table cell ***************************************************/

.tbl {display:table;width:100%;height:100%;}
.tbl-cell {display:table-cell;vertical-align:middle;}
.dis-flex {display: flex; flex-wrap: wrap;}

/*********************************************************body  ********************************************************/

body {  -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -moz-osx-font-smoothing: grayscale;  -webkit-tap-highlight-color: transparent;  }
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after { display: none !important; }
a { text-decoration: none; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
a:hover {text-decoration: none; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
a:focus { outline: none; text-decoration: none; }
p { margin-bottom: 20px;}
.jp-addinsight li { margin-left: 25px; }

/******hubspot****************/

/* .row-fluid [class*="span"] {min-height: 1px;} */

/************************* container **************/
.container {max-width:1300px; margin:0 auto !important; padding:0 20px; float:none !important; }



/**************************Form CSS Starrt here****************/





/****************************************************Placeholder opacity cross browsers*****************************************/

input::-webkit-input-placeholder { color: #ccc; } /* WebKit browsers */
input:-moz-placeholder { color: #ccc; } /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #ccc;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #ccc; } /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color: #ccc; } /* WebKit browsers */
textarea:-moz-placeholder { color: #ccc; } /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: #ccc; } /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: #ccc; } /* Internet Explorer 10+ */

/****************************************************** IE *********************************************************/

select::-ms-expand {display: none;}
input::-ms-clear { display:none;}

/*********************************************** remove auto fill yellow color ************************************/

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {-webkit-box-shadow: 0 0 0 100px #fff inset;-moz-box-shadow: 0 0 0 100px #fff inset;-webkit-text-fill-color: #000;box-shadow: 0 0 0 100px #fff inset;	color:#333 ;}

/*********************************************** Form CSS **********************************************/
.hm form ul.hs-error-msgs > li > label {font-size:12px;line-height:normal;display:block;color:#ff0000;}
.hm form .hs_error_rollup {display: none;}
.hm form ul.hs-error-msgs{margin:0 0 -14px;}

/* form error mesege when good space b/w two inputs */
/*.hm form .hs-form-field {position: relative;}
.hm form ul.hs-error-msgs.inputs-list { position: absolute; top:67px; right: 0; list-style-type: none; padding: 1px 5px;background:#ff0000;margin:0;}
.hm form ul.hs-error-msgs.inputs-list > li > label {font-weight:500;position:relative;z-index:9;color: #fff;}
.hm form ul.hs-error-msgs.inputs-list:after { content: ''; width: 8px; height: 8px; position: absolute; display: inline-block; left: 50%; background:#ff0000; margin-left: -6px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-top: -4px; top: 0;}
*/

input,textarea,select {border-radius: 0; }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline; font-family: 'Open Sans', sans-serif;}
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important; }
input[type="submit"] {cursor: pointer;transition:all 0.5s ease;}
textarea { overflow: auto; vertical-align: top;resize:none; }

/* -------- Forms --------- */


.hs-form textarea, 
.hs-form input[type="text"], 
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"],  
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"], 
.hs-form select {
      font-size: 16px;
    line-height: normal;
    color: #111d33;
    font-weight: normal;
    min-height: 47px;
    padding: 7px 10px !important;
    border-radius: 5px;
    padding: 7px 0 18px;
    border: 1px solid #09184117!important;
    width: 100%;
    border: 0;

}
.hs-form input:focus{
    outline: 0;
}
.hs-form select {
    -webkit-appearance: none;
    background: transparent;
}
.hs-form-field > label { font-size: 18px;  font-weight: 400; color: #111d33 !important; margin-bottom: 20px;display:inline-block;}

.hs-form-field > label.red{
    color:#DA0000;
}
.hs-form-field > label.sel{
    color: #21BAD1;
    font-size: 12px;
    line-height: 14px;
    top: -11px;
}
.hs-form-field > label.upM{
    color: #21bad1;
    font-size: 12px;
    line-height: 14px;
    top: -11px;
}
.hs-recaptcha { 
    margin-bottom: 30px;
}
.hs-form-field {
    position:relative;
    margin-bottom: 40px;
}
.hs-form input[type="checkbox"]{
    margin-right:25px;
}
.hs-form textarea { height: 130px !important; resize: none !important; resize: none; width: 100% !important; }
input[type="submit"]{
    -webkit-appearance: none;
    background-color: #4C9FDA;
    color: #fff;
    padding: 20px 24px;
    border:1px solid #4C9FDA;
    display: inline-block;
    text-decoration: none;
    line-height:normal;
    font-size: 15px;
    font-weight: 500;
    
    border-radius: 5px;
    width:100%;

}
input[type="submit"]:hover{
        background-color: #476192;
    color: #fff;
    text-decoration: none;
    border: 1px solid #476192;
}

.hs-form-field .input { display: table; width: 100%; margin: 0 !important; }
/* .invalid.error{
border-bottom: 1px solid #DA0000;
} */
.hs-error-msgs { position: relative; }
.hs-error-msgs li label{
    font-size: 12px;
    line-height: 14px;
    color: #DA0000;
}
.hs-error-msgs li{
    list-style-type:none;
}
.hs-form-checkbox{
    width:100%;
    float:left;
    list-style-type:none;
}
.hs-form-radio{
    width:33.3%;
    float:left;
    list-style-type:none;
}
.hs-form-checkbox input, .hs-form-radio input{
    margin-right: 27px;
}
form .hs-richtext{
    text-align:center;
}
form{
    max-width:100%;
    width:100%;
    float: none !important;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}
}
form legend{
    color:#8B8B8B;
    font-size:18px;
    margin-bottom: 0;
}
.submitted-message { 
    text-align: center; 
    font-size: 20px; 
    overflow: hidden !important; 
    line-height: normal; 
}

form input::placeholder{color:#061136;}

.addinsight-header { background-color: 

  
  
    
  


  rgba(6, 17, 54, 1.0)

; }
.addinsight-header-logo img { max-width: 170px; }
.header-cta { color: #fff; font-weight: 700; margin-right: 10px; padding: 10px 10px 10px 10px; }
.addinsight-header-logo { width: 15%;}

.addinsight-header-cta.dis-flex { width: 25%; justify-content: flex-end;}

.addinsight-header .menu { width: 60%; align-items: center; justify-content: center;}

.addinsight-header-parent.dis-flex { justify-content: space-between;}

.addinsight-header-parent button{padding: 12px 30px !important;}
label.hs-main-font-element {     display: none; }

/******************************************************************************************************************************************************************************
Banner Module css
*******************************************************************************************************************************************************************************/


/******************************************************************************************************************************************************************************
Blog Posting CSS
*******************************************************************************************************************************************************************************/


.blog_hero_banner{padding:186px 0 200px 0;background-position: top center;background-repeat: no-repeat;background-size: cover;}
.blog_hero_banner .blog-heading-text h1{font-size:51px;color:#fff;}
.blog_banner_text{max-width:800px;min-height:300px;text-align:center;margin:0 auto;padding:20px;}
.publish_content ul {display:flex;flex-wrap:wrap;justify-content:center;list-style:none;}
.publish_content ul li{padding:0 10px;display: flex; align-items: center; justify-content: center;margin:0 8px;}
.publish_content ul li  svg{width:20px;height:16px;fill:#60c7e7;}
.publish_content ul li a {font-size:16px;color:#60C7E7;padding-left: 5px;}
.publish_content ul li .icon-list-icon{vertical-align: sub;}
.inner-content-section{background-color:#f4f7f9;padding-bottom:100px;}
.inner-content-section .blog-post{max-width:900px;padding:0;}
.fadeInUp {animation-name: fadeInUp;}
.animated{animation-duration: 1.25s;}
.blog-post__body{padding:40px;margin:-120px 20px 0 20px;background-color:#fff;width:100%;}

.inner-bolg-post {display:flex;width:100%;flex-wrap:wrap;}


/******************************************************************************************************************************************************************************
Footer CSS
*******************************************************************************************************************************************************************************/

.addinsight-footer{padding:85px 0;background-color:

  
  
    
  


  rgba(6, 17, 54, 1.0)

;}
.addinsight-footer .footer-logo-addinsight{padding:10px 0 10px 0;display:flex;}
.addinsight-footer .container { padding: 0 10px; }
.addinsight-footer .footer-logo-addinsight .footer-logo img{width:175px;}
.addinsight-footer .footer-logo-addinsight .footer-logo{margin-right:30px;}
.addinsight-footer .footer-logo-addinsight .footer-linkdin-icon a svg{width:26px;height:30px;fill: #FFFFFFCC;}
.addinsight-footer .footer-sage{padding: 20px 0;}
.addinsight-footer .footer-sage .footer-sgae-logo{width:100px;margin:0 auto;}
.addinsight-footer  .footer-copyright-text{margin-top:20px;text-align:center;}
.addinsight-footer  .footer-copyright-text p{font-size:13px;color:#697086;margin-bottom:0;}
.addinsight-footer  .footer-copyright-text a{color:#697086;}
.addinsight-footer  .footer-copyright-text a:hover{color:#fff;}
.addinsight-footer .footer-second-row{padding:30px 0 40px 0;display:flex;flex-wrap:wrap;}
.addinsight-footer .footer-second-row .main-menu-bar{display:flex;}
.addinsight-footer .footer-second-row .first-menu{width:33.33%;padding:0 20px;}
/* .addinsight-footer .footer-second-row .first-menu:first-child{padding-left:0;} */
.addinsight-footer .footer-second-row .main-menu-bar{width:45%;}
.addinsight-footer .footer-second-row .footer-btn{width:15%;padding:0 20px;}
.addinsight-footer .footer-second-row .footer-form{width:40%;padding-left:20px;}
.addinsight-footer .footer-second-row .first-menu .simple-footer-menu ul{display:block;}
.addinsight-footer .footer-second-row .firstmenu-heading-text{margin-bottom:30px;}
.addinsight-footer .footer-second-row .firstmenu-heading-text h6{margin-bottom:0;color:#ffffff99;font-weight:700;}
.addinsight-footer .footer-second-row .first-menu .simple-footer-menu ul li a{font-size:14px;color:#FFFFFF66;}
.addinsight-footer .footer-second-row .first-menu .simple-footer-menu ul li a:hover{color:#fff;}
.addinsight-footer .footer-second-row .first-menu .simple-footer-menu ul li{margin-bottom:15px;     line-height: 0.8;}
.addinsight-footer .footer-second-row .first-menu .simple-footer-menu ul li:last-child{margin-bottom:0;}
.addinsight-footer .footer-second-row .footer-btn-img .download-img{margin-bottom:10px;}
.addinsight-footer .footer-second-row .footer-btn-img .download-img:last-child{margin-bottom:0;}
.addinsight-footer .footer-second-row .footer-btn-img .download-img img{width:150px;}
.addinsight-footer .footer-second-row .footer-inner-form input[type=email]{min-height:40px !important; padding:11px 16px;font-size:15px;line-height:21px;color:#373a3c;font-family: 'Source Sans Pro',sans-serif;font-weight:400;background-color:#fff;opacity: 1;}
.addinsight-footer .footer-second-row .footer-inner-form form .hs_email {margin:0px;width:63%;padding-right:5px;}
.addinsight-footer .footer-second-row .footer-inner-form form .hs_submit {width:37%;padding-left:5px;}
.addinsight-footer .footer-second-row .footer-inner-form form .hs-form-field>label{display:none;}
.addinsight-footer .footer-second-row .footer-inner-form form {display:flex;} 
.addinsight-footer .footer-second-row .footer-inner-form input[type=submit]{width:100%;height:40px;font-size:15px;padding:10px 0px;background-color:#4C9FDA;color:#fff;font-family: 'Source Sans Pro';font-weight:400;}
.addinsight-footer .footer-second-row .privcy-text p {font-size:13px;color:#FFFFFF66;font-weight:400;line-height:24px;margin-bottom:0;}
.addinsight-footer .footer-second-row .privcy-text {margin-top:10px;}
.addinsight-footer .footer-second-row .privcy-text a{color:#697086;}
.addinsight-footer .footer-second-row .privcy-text a:hover{color:#fff;}
.addinsight-footer .footer-form form { background-color: transparent; padding: 0;}
.addinsight-footer .footer-second-row .footer-inner-form form input:-webkit-autofill { -webkit-text-fill-color: #000; }



/******************************************************************************************************************************************************************************
Menu Css
*******************************************************************************************************************************************************************************/
.addinsight-header-menu {position:relative;     z-index: 100;}
.addinsight-header-dnd .dnd-section { padding: 0;}
.addinsight-header-menu .container > div > div {display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;align-items: center;}
.addinsight-header-menu .logo { width: 151px !important; margin: 0 !important; }
.addinsight-header-menu .menu{  margin: 0 !important;padding: 0 0 0 20px;}
.addinsight-header .button{    padding: 12px 29px}

/*************************************Depth 1****************************************************/
.addinsight-header-menu .menu .hs-menu-wrapper > ul{display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;justify-content: flex-end;}
.addinsight-header-menu .menu ul > li.hs-menu-depth-1 > a{color:#ffffff;padding: 33px 22px;display: inline-block;font-size:16px; font-weight: 600;line-height:20px;} 
.addinsight-header-menu .menu ul>li.hs-menu-depth-1>a:hover { color: #ffffffcc; }

/*************************************Depth 2****************************************************/
.addinsight-header-menu .menu ul > li.hs-menu-item.hs-menu-depth-2 { border-bottom: 1px solid #09184117; }
.addinsight-header-menu .menu ul > li.hs-menu-item.hs-menu-depth-2:last-child { border-bottom: none !important; }
.addinsight-header-menu .menu ul > li.hs-menu-depth-1.hs-item-has-children{margin-right: 10px; position: relative; padding-left: 14px;}
.addinsight-header-menu .menu ul > li.hs-menu-depth-1:hover{background:transparent;}
.addinsight-header-menu .menu ul > li.hs-menu-depth-2 > a{color:#061136;padding:15px 20px;display: inline-block;font-size:inherit;} 

.addinsight-header-menu .menu ul > li.hs-menu-depth-1 > .child-trigger{position: absolute; top:25px;right:12px;}
.addinsight-header-menu .menu ul > li.hs-menu-depth-1 > .child-trigger i{position: relative;}
/*.addinsight-header-menu .menu ul > li.hs-menu-depth-1:hover > .child-trigger i:before{color:transparent;}*/
.addinsight-header-menu .menu ul > li.hs-menu-depth-1 > .child-trigger i:before{content: "\f107";font-family: FontAwesome;font-style: normal;font-weight: 600;text-decoration: inherit;color: #fff;font-size: 16px;position: absolute;top: 10px;left: 0;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }

/*************************************Depth 3****************************************************/
.addinsight-header-menu .menu ul > li.hs-menu-depth-2.hs-item-has-children{position: relative;}

.addinsight-header-menu .menu ul > li.hs-menu-depth-2 > .child-trigger{ position: absolute; top: 0px; right: 20px; }
.addinsight-header-menu .menu ul > li.hs-menu-depth-2 > .child-trigger i{position: relative;}
.addinsight-header-menu .menu ul > li.hs-menu-depth-2 > .child-trigger i:before{content: "\f0d7";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #fff;font-size: 16px;position: absolute;top: 10px;left: 0;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
/*.addinsight-header-menu .menu ul > li.hs-menu-depth-2:hover > .child-trigger i:before{color:transparent;}*/
.addinsight-header-menu .menu ul > li.hs-menu-depth-3 > a{color:#fff;padding:10px 15px;display: inline-block;font-size:inherit;} 
.addinsight-header-menu .menu ul > li.hs-menu-item.hs-menu-depth-2:hover { background-color: #f4f7f9;     -webkit-transition: all .5s ease;}
.addinsight-header-menu .menu ul > li.hs-menu-item.hs-menu-depth-2:hover a { color: #476192;}


.jp-rich-text h6 { font-size: 14px; letter-spacing: 4px; font-weight: 500 !important; margin-bottom: 10px; }
.jp-rich-text h2 {margin-bottom:20px;}
.inner-contact-us-btn .inner-content p { margin-top: 20px; }

.inner-text h6 { font-size: 14px; letter-spacing: 4px; font-weight: 500 !important; margin-bottom: 10px; }
.inner-text h2 {margin-bottom:20px;}



@media(max-width:1200px){
    .addinsight-header .menu { width: 55%; }
    .addinsight-header-cta.dis-flex { width: 30%; }
    h1{font-size:52px;line-height:64px;}
}

@media(max-width:1024px){
    .addinsight-header-menu .menu ul li.hs-menu-depth-1 > a{font-size:16px;padding: 30px 15px;} 
}

@media(min-width:1025px){
    .addinsight-header-menu .hs-menu-wrapper{display:block;}
    .addinsight-header-menu .mobile-trigger{display: none!important;}
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper{position: absolute; border-radius: 6px; background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; width: 100%; min-width: 363px;visibility: hidden; opacity:0; }
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper{visibility:visible; opacity:1;}
    .addinsight-header-menu .menu ul > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper{position: absolute; background: #f1c319; width: 100%; min-width:150px;visibility: hidden; opacity:0;left:100%;top:0px;border-left:1px solid #fff;}
    .addinsight-header-menu .menu ul > li.hs-menu-depth-2:hover > ul.hs-menu-children-wrapper{visibility:visible; opacity:1;}
}


@media(max-width:1024px){

    .addinsight-header-menu{padding:20px 0;}
    .addinsight-header-logo { width: 35%; padding-left: 75px;}
    .addinsight-header .menu { width: 15%; }
    .addinsight-header-cta.dis-flex { width: 50%; }

    /**********************************************Toggle Icon***************************************/
    .addinsight-header-menu .mobile-trigger{display: inline-block !important; cursor: pointer; position: absolute; left: 20px; width: 40px; padding: 20px 0px; z-index: 12; top: 30px;}
    .addinsight-header-menu .mobile-trigger .line {display: block;background:#ffffff;width: 32px;height:5px;position:absolute;left: 0;border-radius: 4px;}
    .addinsight-header-menu .mobile-trigger .line.line-3{top:50%;}
    .addinsight-header-menu .mobile-trigger.active-re .line-3 { transform: translateY(-23px) translateX(0) rotate(-45deg); -webkit-transform: translateY(-23px) translateX(0) rotate(-45deg); -moz-transform: translateY(-23px) translateX(0) rotate(-45deg);}
    .addinsight-header-menu .mobile-trigger.active-re .line.line-3 {top:80%;}
    .addinsight-header-menu .mobile-trigger .line.line-2{top:25%;}
    .addinsight-header-menu .mobile-trigger.active-re .line-2 { opacity: 0;}
    .addinsight-header-menu .mobile-trigger .line.line-1{top:0;}
    .addinsight-header-menu .mobile-trigger.active-re .line-1{top:12%;}
    .addinsight-header-menu .mobile-trigger.active-re .line-1 { transform: translateY(5px) translateX(0) rotate(45deg); -webkit-transform: translateY(5px) translateX(0) rotate(45deg); -moz-transform: translateY(5px) translateX(0) rotate(45deg);}
    .mobile-trigger-parent:after { content: ""; position: absolute; width: 50px; height: 50px; background-color: red; left: 12px; top: 18px; }
    /**********************************************Depth 1***************************************/
    .addinsight-header-menu .hs-menu-wrapper{display:none;position:absolute;width: 100%;max-width: 100%;left:0;right:0;top:100%;background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

; border: 1px solid #fff; border-radius: 14px;}
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1{ width: 100%;border-bottom: 1px solid #fff;}
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1 > a{color:#061136;padding: 10px 15px;display: inline-block;} 
    .addinsight-header-menu .menu ul > li.hs-menu-item.hs-menu-depth-1 { border-bottom: 1px solid #09184117 !important;}
    .addinsight-header-menu .menu ul>li.hs-menu-item.hs-menu-depth-1:last-child { border-bottom: none !important; }

    .addinsight-header-menu .menu ul>li.hs-menu-depth-1>a:hover { color: #061136; }
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1.hs-item-has-children { margin-right: 0; position: relative; padding-left: 0; }

    /**********************************************Depth 2***************************************/
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1 ul.hs-menu-children-wrapper{position: relative;display:none;visibility:visible; opacity:1; top:auto !important;}
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1 .child-trigger{top:0;right:30px;}
    .addinsight-header-menu .menu ul > li.hs-menu-depth-2,.addinsight-header-menu .menu ul > li.hs-menu-depth-3 { border-top: 1px solid #fff; }
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1 > .child-trigger.child-open i:before ,.addinsight-header-menu .menu ul > li.hs-menu-depth-2 > .child-trigger.child-open i:before {transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; transform: translateY(0) translateX(0) rotate(180deg);-webkit-transform: translateY(0px) translateX(0) rotate(180deg); -moz-transform: translateY(0) translateX(0) rotate(180deg);}{transform: translateY(0) translateX(0) rotate(180deg);-webkit-transform: translateY(0px) translateX(0) rotate(180deg); -moz-transform: translateY(0) translateX(0) rotate(180deg);}

    /**********************************************Depth 3***************************************/
    .addinsight-header-menu .menu ul > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper{position: relative;display:none;visibility:visible; opacity:1;left:0;}
    .form-columns-2 > div { width: 1oo% !important; }
    .addinsight-header-menu .menu ul > li.hs-menu-depth-1 > .child-trigger i:before{content: "\f107";font-family: FontAwesome;font-style: normal;font-weight: 600;text-decoration: inherit;color: #000;font-size: 16px;position: absolute;top: 10px;left: 0;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }




    .addinsight-footer .footer-second-row .footer-form{width:100%;order:1;padding:0;margin-bottom:40px;}
    .addinsight-footer .footer-second-row .main-menu-bar{width:75%;order:2;}
    .addinsight-footer .footer-second-row .footer-btn{width:25%;order:3;}
    .addinsight-footer .footer-second-row .footer-inner-form input[type=submit]{max-width:100%;width:100%;}


}
@media(max-width:767px){
    .addinsight-header .container { padding: 0;}
    .addinsight-header-cta.dis-flex { width: 100%; padding-top:20px;}
    .addinsight-header-ch-cta { width: 50%; }
    .addinsight-header .button { padding: 15px 0; width: 100%; border-radius: 0; border: 0; }
    .addinsight-header .header-cta { color: #fff; font-weight: 700; margin-right: 0; padding: 15px 0; width: 100% !important; display: inline-block; text-align: center; background-color: #ffffff1a; }
    .addinsight-header-menu{padding-bottom:0;}
    .mobile-trigger.cta_border_button { right: 20px; left: unset; top:22px;}
    .addinsight-header-logo { padding-left: 20px; }
    .addinsight-header-logo img { max-width: 145px;}
    .addinsight-header-menu .hs-menu-wrapper {top:53%;}
    
    


    .addinsight-footer .footer-logo-addinsight{justify-content:center;}
    .addinsight-footer .footer-second-row .footer-btn{width:100%;order:2;text-align:center;margin-bottom:40px;padding:0;}
    .addinsight-footer .footer-second-row .main-menu-bar{width:100%;display:block;order:3;}
    .addinsight-footer .footer-second-row .first-menu{width:100%;padding:0;text-align:center;margin-bottom:40px;}
    .addinsight-footer .footer-second-row .first-menu:last-child{margin-bottom:0;}
    .addinsight-footer .footer-second-row .footer-inner-form form .hs_email{width:100%;padding:0;margin-bottom:10px;}
    .addinsight-footer .footer-second-row .footer-inner-form form .hs_submit{width:100%;padding:0;}
    .addinsight-footer .footer-second-row .footer-inner-form form {display:block;}
    .addinsight-footer .footer-second-row .privcy-text p{text-align:center;}
    h1{font-size:40px;line-height:50px;}
    
/*     blog posting css  */
    .blog-post__body { padding: 20px; margin: 0; }
    .blog_banner_text{min-height: auto;}
    .blog_hero_banner { padding: 186px 0 186px 0;  }
    .inner-content-section .next-post .nav-text a {  text-align: right; display: block; }
    
}