*, *: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;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Learn More Button */

.hs-button {
	color: #525365;
	font-weight: 700;
	position: relative;
	padding-left: 35px;
}
	.hs-button:before {
		content: "";
		background-image: url('https://183175.fs1.hubspotusercontent-ap1.net/hubfs/183175/Causia/Icons/arrow.png');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.hs-button:hover {
		color: #FFCE01;
		text-decoration: none;
	}

/* Partner Table */

.partner-table {
	border: none;
}
	.partner-table td {
		border-color: white;
		border-width: 2px;
		vertical-align: middle;
	}


/* List Icons */

ul.list-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
  ul.list-icons li {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    list-style: none;
    background-position: left 8px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url('https://183175.fs1.hubspotusercontent-ap1.net/hubfs/183175/Causia/Icons/icon-tick.png');
  }

@media (max-width: 599px) {
	ul.list-icons li {
		padding: 0 0 0 30px;
		background-position: left 10px;
		background-size: 15px;
	}
}


/* Margins */

.mb30 {
	margin-bottom: 30px;
}


.body-wrapper > div {
	position: relative;
	z-index: 10;
}
main.body-container-wrapper {
	position: relative;
	z-index: 1;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #525365;
  font-family: futura-pt, sans-serif;
  line-height: 1.4;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: 400;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292A32;
  font-family: futura-pt-bold, serif;
  font-weight: 700;
  margin: 0 0 0.8rem;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: futura-pt, sans-serif;
  font-size: 1.175rem;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
  font-weight: 400;
  line-height: 32px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}



/*.causia-nav-demo:hover {
  background: none !important;
  color: #FFCE01 !important;
}*/
/*- Fonts -*/

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-Light.woff2') format('woff2'),
        url('FuturaBT-Light.woff') format('woff'),
        url('FuturaBT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-LightItalic.woff2') format('woff2'),
        url('FuturaBT-LightItalic.woff') format('woff'),
        url('FuturaBT-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-Book.woff2') format('woff2'),
        url('FuturaBT-Book.woff') format('woff'),
        url('FuturaBT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-BookItalic.woff2') format('woff2'),
        url('FuturaBT-BookItalic.woff') format('woff'),
        url('FuturaBT-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-Medium.woff2') format('woff2'),
        url('FuturaBT-Medium.woff') format('woff'),
        url('FuturaBT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-MediumItalic.woff2') format('woff2'),
        url('FuturaBT-MediumItalic.woff') format('woff'),
        url('FuturaBT-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-Bold.woff2') format('woff2'),
        url('FuturaBT-Bold.woff') format('woff'),
        url('FuturaBT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-BoldItalic.woff2') format('woff2'),
        url('FuturaBT-BoldItalic.woff') format('woff'),
        url('FuturaBT-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
/*************************************************************************/
@font-face {
    font-family: 'Jost';
    src: url('Jost-Regular.woff2') format('woff2'),
        url('Jost-Regular.woff') format('woff'),
        url('Jost-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('Jost-Medium.woff2') format('woff2'),
        url('Jost-Medium.woff') format('woff'),
        url('Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('Jost-SemiBold.woff2') format('woff2'),
        url('Jost-SemiBold.woff') format('woff'),
        url('Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('Jost-Bold.woff2') format('woff2'),
        url('Jost-Bold.woff') format('woff'),
        url('Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* Form */

form {
  max-width: 500px;
  /*font-family: Lato, sans-serif;*/
}

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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

.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 {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

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

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* NEW HEARDER CTA BUTTON CSS START*/
a.causiaNew-NavCta {
    padding: 12px 14px; 
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: all .3s ease-in-out;;
}
.causiaNew-NavCta.yellow {
    background: #ffcd00;
    color: #151515;
}
.causiaNew-NavCta.Pink{
    background: #e51871;
    color: #FFFFFF
}
a.causiaNew-NavCta:hover{
   text-decoration: none;
   opacity: 0.85;
}
/* Header container */

.back-to-causia {
	background: #EFEFF2;
	padding: 10px 0;
	display: none;
}
	.back-to-causia p {
		margin: 0;
	}
	.back-to-causia a {
		color: #525365;
		font-weight: 500;
		font-size: 16px;
	}
		.back-to-causia a:hover {
			color: #525365;
		}

.header {
	background-color: #FFF;
	padding: 20px 0;
	/*-webkit-box-shadow: 0px 2px 11px 0px rgba(239,239,242,1);
	-moz-box-shadow: 0px 2px 11px 0px rgba(239,239,242,1);
	box-shadow: 0px 2px 11px 0px rgba(239,239,242,1);*/
}
/* 	.header-pt0 {
		padding-top: 0;
	} */
	.header-banner {
		background: none;
		box-shadow: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
		.header-banner .header--top,
		.header-banner .header {
			background: none;
		}
		/*.header-banner .header__back {
			margin-right: auto;
		}
		.header-banner .header__contact {
			margin-right: 30px;
		}*/
		.header-banner .header__back a,
		.header-banner .header__contact a {
			color: #FFF;
		}
		/*.back-to-causia + div > .header-banner {
			top: 48px;
		}*/
		.hs-baymax-editor .header-banner {
			position: relative;
			background: #1a1a22;
		}
			.back-to-causia + .hs-baymax-editor > .header-banner {
				top: 0;
			}

		.header-banner .header__nav .header__navigation--toggle,
		.header-banner .header__nav .header__close--toggle {
			filter: brightness(0) invert(1);
		}
	.header__container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
	}

.header--top {
	background: #EFEFF2;
	padding: 10px 0;
}
	.header__container--top {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-align-items: center;
		align-items: center;
	}
	.header__back {
		margin-right: auto;
	}
	.header__contact {
		margin-right: 30px;
	}
		.header__back a,
		.header__contact a {
			color: #525365;
			font-size: 18px;
			font-weight: 500;
			text-transform: capitalize;
			transition: color .25s ease-in-out; 
		}
			.header__back a:hover,
			.header__contact a:hover {
				color: #ffce01;
				text-decoration: none;
			}

/* Logo */

.header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	max-width: 200px;
	overflow: hidden;
	margin-right: 50px;
}
	.header__logo span {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.header__logo a {
		display: inline-block;
	}
	.header__logo img {
		max-width: 100%;
		display: block;
		height: auto;
	}

/* Navigation */

.header__nav {
	margin-right: auto;
}

.header__nav--mobile {
	display: none;
}


	/* Root Level */
	.header__nav .navigation-primary .submenu.level-1>li {
		padding: 0;
		text-transform: none;
	}
	.header__nav .navigation-primary .submenu.level-1>li>a {
		display: block;
	}
		/*.header-banner .header__nav .navigation-primary .submenu.level-1>li>a {
			color: #FFF;
		}
			.header-banner .header__nav .navigation-primary .submenu.level-1>li>a:hover {
				color: #FFCE01;
			}
		.header-banner .submenu.level-1>.has-submenu>.menu-arrow {
			border-top-color: #FFF;
		}*/
	.header__nav .navigation-primary .submenu a {
		color: #525365;
		font-size: 18px;
		font-weight: 500;
		text-transform: capitalize;
		padding: 15px 20px;
		transition: color .25s ease-in-out; 
	}

		.header__nav .navigation-primary .submenu a:hover,
		.header__nav .navigation-primary .submenu a.active-item {
			color: #FFCE01;
		}
	.header__nav .navigation-primary .submenu .has-submenu>a {
		padding-right: 40px;
	}
	/*.header__nav .navigation-primary .submenu.level-1>.has-submenu>.menu-arrow {
		right: 20px;
		top: 33px;
		transform: rotate(-90deg);
		-webkit-transition: -webkit-transform .25s ease-in-out, border-top-color .25s ease-in-out;
		-ms-transition: -ms-transform .25s ease-in-out, border-top-color .25s ease-in-out;
		transition: transform .25s ease-in-out, border-top-color .25s ease-in-out; 
	}
		.header__nav .navigation-primary .submenu.level-1>.has-submenu:hover>.menu-arrow {
			transform: rotate(0deg);
			border-top-color: #FFCE01;
		}*/

	.navigation-primary .submenu.level-1>li>a.active-item:after {
		display: none;
	}

	/* Submenu */

	.header__nav .navigation-primary .submenu.level-2 {
		top: 70px;
	}

	.header__nav .navigation-primary .submenu.level-2,
	.header__nav .navigation-primary .submenu.level-2 .triangle.level-2 {
		border: none;
	}
	.header__nav .navigation-primary .submenu.level-2 {
		padding: 20px 0;
		width: 350px;
	}
	.header__nav .navigation-primary .triangle-container.level-2 {
		left: 50%;
		transform: translate(-50%,0);
	}
	
	.header__nav .navigation-primary .submenu.level-2>li {
		border-bottom: none;
	}

	.header__nav .submenu.level-2 .menu-item .menu-link {
		/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
		-webkit-flex-flow: row nowrap;
		-moz-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		-o-flex-flow: row nowrap;
		flex-flow: row nowrap;*/
		line-height: 1.3;
		transition: color .25s ease-in-out;
	}
		.header__nav .submenu.level-2 .menu-item .menu-link:hover {
			transition: color .25s ease-in-out;
		}
		.header__nav .submenu.level-2 .menu-item .menu-link img {
			-webkit-flex: 0 1 50px;
			-moz-flex: 0 1 50px;
			-ms-flex: 0 1 50px;
			-o-flex: 0 1 50px;
			flex: 0 1 50px;
			width: 50px;
			margin-right: 30px;
		}
		.header__nav .submenu.level-2 .menu-item .menu-link > span {
			-webkit-flex: 1 1 auto;
			-moz-flex: 1 1 auto;
			-ms-flex: 1 1 auto;
			-o-flex: 1 1 auto;
			flex: 1 1 auto;
		}
			.header__nav .submenu.level-2 .menu-item .menu-link > span span {
				display: block;
				white-space: normal;
			}
				.header__nav .submenu.level-2 .menu-item .menu-link > span span:last-child {
					font-weight: 300;
				}

	.header__nav .header__navigation--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: cover;
		cursor: pointer;
		height: 25px;
		width: 25px;
	}
	.header__nav .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__nav .header__navigation--toggle.hide + .header__close--toggle {
		display: block;
	}

/* CTAs */

.header__ctas--mobile {
	display: none;
}
.header__ctas > span > span {
	margin-left: 20px;
}
.header__ctas>span:first-child>span {
	margin-left: 0;
}
/*.header__ctas .causia-nav-demo:hover {
	background-color: #fff;
}*/

/* Search bar */

.header__search {
	padding: 0;
	width: auto;
	height: 40px;
	position: relative;
}
	.header__search form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.header__search form button {
		background-color: #FFF;
		border: 1px solid #D1D6DC;
		border-left: none;
		border-radius: 0 6px 6px 0;
		color: #494A52;
		font-size: 20px;
		font-weight: 300;
		height: 50px;
		padding: 0 15px;
	}
		.header__search .hs-search-field__bar button svg {
			height: 20px;
			margin-top: 4px;
		}
	.header__search .hs-search-field__input {
		background-color: #FFF;
		border: 1px solid #D1D6DC;
		border-right: none;
		border-radius: 6px 0 0 6px;
		color: #494A52;
		font-size: 20px;
		font-weight: 300;
		height: 40px;
		padding: 0 15px;
	}
		.header__search .hs-search-field__input:focus {
			border-color: #D1D6DC;
		}
		.header__search .hs-search-field--open .hs-search-field__input {
			border-bottom-color: transparent;
			border-radius: 6px 0 0 0;
			background-color: #FFF;
		}
		.header__search .hs-search-field--open button {
			border-bottom-color: transparent;
			border-radius: 0 6px 0 0;
		}
		.header__search .hs-search-field__input::placeholder {
			/*color: transparent;*/
		}

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

.header__search .hs-search-field__suggestions li {
	font-size: 20px;
	padding: 0;
}
	.header__search .hs-search-field__suggestions li#results-for {
		padding: 10px 15px;
	}

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

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

.header__search--box {
	display: none;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(0,-50%);
	width: 500px;
}
.header__search.open .header__search--box {
	display: block;
}


/* Search Button */

	.header__search--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
		/*background-size: cover;
		height: 25px;
		width: 25px;
		cursor: pointer;*/
		background-size: 60%;
		height: 40px;
		width: 40px;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: right center;
	}
		.header-banner .header__search--toggle {
			background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESearch%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M9.13861534,15.8925685 C5.41395742,15.8925685 2.38388527,12.8634475 2.38388527,9.13900376 C2.38388527,5.41456005 5.41395742,2.38388527 9.13861534,2.38388527 C12.8632733,2.38388527 15.8925685,5.41456005 15.8925685,9.13900376 C15.8925685,12.8634475 12.8632733,15.8925685 9.13861534,15.8925685 M9.13875245,2.43360887e-13 C14.1779955,2.43360887e-13 18.2764537,4.10032471 18.2764537,9.13927796 C18.2764537,11.2298211 17.5710169,13.1584434 16.3856313,14.6996696 L23.6508881,21.9652266 C24.1163706,22.4307092 24.1163706,23.1854055 23.6508881,23.6508881 C23.1854055,24.1163706 22.4307092,24.1163706 21.9652266,23.6508881 L14.6998133,16.3854713 C13.1584405,17.5709509 11.2295738,18.2764537 9.13875245,18.2764537 C4.09950938,18.2764537 -3.73034936e-14,14.1782312 -3.73034936e-14,9.13927796 C-3.73034936e-14,4.10032471 4.09950938,2.43360887e-13 9.13875245,2.43360887e-13 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Search' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Icons/Actions/Search' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/svg%3E");
		}
		.header__search--toggle.hide {
			display: block;
		}
		.header__search--toggle.open {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
			/*background-repeat: no-repeat;
			background-size: 110%;
			height: 25px;
			margin-right: 0;
			width: 25px;*/
			display: block;
			background-position: center center;
			background-color: #FFF;
			border: 1px solid #d1d6dc;
			border-left: none;
			border-radius: 0 6px 6px 0;
		}
			/*.header-banner .header__search--toggle.open {
				background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='19px' viewBox='0 0 24 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eclose%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(2.000000, -1.000000)' stroke='%23FFFFFF' stroke-width='3'%3E%3Crect id='Rectangle' transform='translate(10.000000, 10.500000) rotate(-45.000000) translate(-10.000000, -10.500000) ' x='-0.5' y='10.5' width='21' height='1' rx='0.5'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-5' transform='translate(10.000000, 10.500000) rotate(45.000000) translate(-10.000000, -10.500000) ' x='-0.5' y='10.5' width='21' height='1' rx='0.5'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
			}*/
.header .causiaNew-NavCta span {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

/* Mobile styles */

@media (max-width: 1399px) {
	.header__logo {
		margin-right: 30px;
	}
	.header__nav .navigation-primary .submenu a {
		/*padding: 15px 8px;*/
	}
}
@media (max-width: 1299px) {
	.header__nav .navigation-primary .submenu a {
		/*font-size: 16px;
		padding: 15px 5px;*/
	}
	.header__contact a {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.header__logo {
		margin-right: 20px;
	}
	.header__nav .submenu.level-2 {
		left: 50%;
	}
	.header__ctas > span {
		margin-left: 10px;
	}
	a.causia-nav-trial-yellow,
	a.causia-nav-trial-grey,
	a.causia-nav-trial,
	a.causia-nav-demo {
		padding: 15px 20px !important;
	}
}

@media (min-width: 992px) {
	.header__icons--bottom {
		display: none;
	}
	.header__nav .navigation-primary .submenu.level-1>.has-submenu>.menu-arrow {
		right: 20px;
		top: 33px;
		transform: rotate(-90deg);
		-webkit-transition: -webkit-transform .25s ease-in-out, border-top-color .25s ease-in-out;
		-ms-transition: -ms-transform .25s ease-in-out, border-top-color .25s ease-in-out;
		transition: transform .25s ease-in-out, border-top-color .25s ease-in-out; 
	}
		.header__nav .navigation-primary .submenu.level-1>.has-submenu:hover>.menu-arrow {
			transform: rotate(0deg);
			border-top-color: #FFCE01;
		}
	.header-banner .header__nav .navigation-primary .submenu.level-1>li>a {
		color: #FFF;
	}
		.header-banner .header__nav .navigation-primary .submenu.level-1>li>a:hover {
			color: #FFCE01;
		}
	.header-banner .submenu.level-1>.has-submenu>.menu-arrow {
		border-top-color: #FFF;
	}
}
@media (min-width: 992px) and (max-width: 1119px) {
	.header__logo span {
		max-width: 200px;
	}
	.header__nav .navigation-primary .submenu .has-submenu>a {
		padding-right: 20px;
	}
	.header__nav .navigation-primary .submenu.level-1>.has-submenu>.menu-arrow {
		right: 5px;
	}
	a.causia-nav-trial-yellow,
	a.causia-nav-trial-grey,
	a.causia-nav-trial,
	a.causia-nav-demo {
		padding: 10px !important
	}
	/*.header__nav .navigation-primary .submenu a {
		font-size: 14px;
	}*/
	.header__search,
	.header__search--toggle,
	.header__search .hs-search-field__input {
		height: 30px;
	}

}
@media (max-width: 991px) {
	.header--top {
		display: none;
	}
	.header-banner .header {
		padding: 20px 0;
	}
	.header__nav--desktop {
		display: none;
	}
	.header__nav--mobile {
		display: block;
	}
	.header__navigation {
		display: none;
	}
	.header__navigation.open {
		background-color: #FFF;
		display: block;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 100px;
		z-index: 2;
	}
		.back-to-causia + div > .header .header__navigation.open {
			top: 148px;
		}
	.header__nav .navigation-primary .submenu.level-2 {
		width: auto;
		padding: 0;
	}
	.header__nav .navigation-primary .submenu a {
		font-size: 22px;
		padding: 15px 30px;
	}
	.header__nav .submenu.level-1 {
		border-bottom: 1px solid #ced4db;
	}
	.header__nav .submenu.level-1>li {
		border-top: 1px solid #ced4db;
	}
	.header__nav .submenu.level-2 .menu-item {
		border-top: 1px solid #ebeff3;
	}
	.header__nav .navigation-primary .submenu.level-1>.has-submenu>.menu-arrow {
		top: 12px;
	}
	.header__nav {
		margin-right: 20px;
	}
	.header__icons {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.header__nav .submenu.level-2 .menu-item .menu-link {
		white-space: normal;
	}
}

@media (max-width: 799px) {
	.header__nav {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.header__nav .navigation-primary .submenu a {
		font-size: 18px;
		padding: 10px 20px;
	}
	.header__nav .submenu.level-2 .menu-item .menu-link {
		padding: 10px 20px 10px 40px !important;
	}
	.header__nav .navigation-primary .submenu.level-1>.has-submenu>.menu-arrow {
		top: 6px;
	}
}

@media (max-width: 599px) {
	.header__logo {
		max-width: 140px;
	}
	.header__ctas--desktop {
		display: none;
	}
	.header__ctas--mobile {
		display: block;
		padding: 15px 30px;
		border-bottom: 1px solid #ced4db;
	}
	.header__ctas > span:first-child {
		margin-left: 0;
	}
	a.causia-nav-trial-yellow,
	a.causia-nav-trial-grey,
	a.causia-nav-trial,
	a.causia-nav-demo {
		padding: 15px 45px !important;
	}
	.header__search form {
		justify-content: flex-end;
	}
	.header__search .hs-search-field__input {
		width: 200px;
	}
}

@media (max-width: 479px) {
	.header__ctas--landing > span {
		margin: 0 !important;
	}
	.header__ctas--landing .causia-nav-demo {
		padding: 8px 20px !important;
	}
}

@media (max-width: 419px) {
	.header__ctas > span {
		margin-left: 0;
		display: block;
	}
	.header__ctas > span:first-child {
		margin-bottom: 10px;
	}
	a.causia-nav-trial-yellow,
	a.causia-nav-trial-grey,
	a.causia-nav-trial,
	a.causia-nav-demo {
		width: 100% !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
}

@media (max-width: 419px) {
	.header__search .hs-search-field__input {
		width: 150px;
	}
}

.blog-body {
	border-top: 1px solid #efeff2;
}


/*- 2023 navigation -*/

.header__nav2023 .navigation-primary .submenu.level-2 {
	padding: 20px;
	background: #F7F7F7;
	border-radius: 20px;
	width: 300px;
}
  .header__nav2023--icons .submenu.level-1 > .has-submenu:first-of-type .submenu.level-2 > .menu-item > .menu-link {
    display: flex;
    align-items: center;
    white-space: initial;
    line-height: 1.1;
  }
    @media (min-width: 992px) {
      .header__nav2023--icons .submenu.level-1 > .has-submenu:first-of-type .submenu.level-2 > .menu-item > .menu-link:hover {
        background: #535566;
        color: #FFF;
      }
    }
    .header__nav2023--icons .submenu.level-1 > .has-submenu:first-of-type .submenu.level-2 > .menu-item > .menu-link img {
      display: block;
      width: 35px;
      height: 35px;
      flex: 0 1 auto;
      margin: 0 10px 0 0;
      object-fit: contain;
    }
/* 	.header__nav2023--icons .submenu.level-2 .menu-item .menu-link img.nav-logo-lge {
		display: block;
		width: 100%;
		margin: 0;
		flex: 0 0 100%;
		max-width: 240px;
	}
	.header__nav2023--icons .submenu.level-2 .menu-item .menu-link img.nav-logo-sml {
		display: block;
		width: 25px;
    flex: 0 1 25px;
    margin: 0 10px 0 0;
	} */
	.header__nav2023 .navigation-primary .submenu.level-2>li {
		background: none;
		margin-bottom: 10px;
	}
		.header__nav2023 .submenu.level-2 .menu-item,
		.header__nav2023 .submenu.level-2 .menu-item:first-of-type,
		.header__nav2023 .submenu.level-2 .menu-item:last-of-type {
			border-radius: 0;
		}
		.header__nav2023 .navigation-primary .submenu.level-2>li:last-child {
			margin-bottom: 0;
		}
		.header__nav2023 .submenu.level-2 .menu-item .menu-link,
		.header__nav2023 .submenu.level-2 .menu-item:first-of-type .menu-link,
		.header__nav2023 .submenu.level-2 .menu-item:last-of-type .menu-link {
			border-radius: 50px;
		}
		.header__nav2023 .submenu.level-2 .menu-item .menu-link {
			border-radius: 50px;
			background: #FFF;
			font-weight: 400;
			transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
			position: relative;
      padding: 5px 20px;
		}
			.header__nav2023 .submenu.level-2 .has-submenu .menu-link:after {
				display: inline-block;
				content: '\f054';
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				position: absolute;
				top: 50%;
				right: 15px;
				transform: translate(0,-50%);
				font-size: 12px;
			}
			.header__nav2023 .submenu.level-2 .menu-item .menu-link:hover {
				color: #FFF;
				background: #535566;
				transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
			}

/*.header__nav2023 .triangle-container.level-1 + .has-submenu .submenu.level-2 {
	opacity: 1;
	visibility: visible;
}*/

.header__nav2023 .submenu.level-3 {
	position: absolute;
	top: 0;
	left: calc(100% - 20px);
	border-left: 20px solid #f7f7f7;
	background: #FFF;
	min-width: 320px;
	min-height: 100%;
	border-radius: 0 20px 20px 0;
	padding: 20px;
	transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
	.header__nav2023 .submenu.level-2>li:first-child .submenu,
	.header__nav2023 .submenu.level-2>li:last-child .submenu {
		border-radius: 0 20px 20px 0;
	}
	.header__nav2023 .submenu.level-3 .menu-item .menu-link {
		padding: 10px;
		display: block;
		background: none;
	}
		.header__nav2023 .submenu.level-3 .menu-item .menu-link:hover {
			background: none;
			text-decoration: none;
			color: #FFCE01;
		}
		.header__nav2023 .submenu.level-3 .menu-item .menu-link:after {
			display: none;
		}



@media (min-width: 992px) {
	.header__nav2023--icons .submenu.level-1 > .has-submenu:first-of-type .submenu.level-2 {
    width: 450px;
	}
	.header__nav2023 .submenu.level-2 > .menu-item > .menu-link.active-item {
		background: #FFF;
		color: #ffce01;
	}

	.header__nav2023 .submenu.level-3 {
		opacity: 0;
		visibility: hidden;
	}
	.header__nav2023 .submenu.level-2>li.has-submenu:hover .submenu.level-3 {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
	}
}

/*- Mobile Menu -*/

.header__nav2023 .header__nav .header__close--toggle,
.header2023 .header__navigation--toggle.hide {
	display: block;
}
.header__nav2023 .header__nav .header__close--toggle {
	filter: none;
	padding: 30px;
	background-size: 50%;
	background-position: center center;
	cursor: pointer;
}


.header__nav2023 .header__mobile--row {
	display: none;
}

@media (max-width: 991px) {
	.header__nav2023 .header__mobile--row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 30px;
	}
	.header__nav2023 .header__nav--mobile {
		margin-right: 18px;
	}

	.header__nav2023 .header__navigation.open {
		background-color: #fff;
 		top: 70px;
		right: auto;
		width: 100%;
		height: 100%;
		padding: 20px;
		position: fixed;
		overflow: auto;
	}
	.header__nav2023 .header__ctas--mobile {
		display: block;
	}
	.header__nav2023 .header__ctas--mobile>span {
		margin: 0;
		padding: 20px;
		display: block;
	}
		.header__nav2023 .header__ctas--mobile span,
		.header__nav2023 .header__ctas--mobile a {
			display: block;
		}
			.header__nav2023 .header__ctas--mobile a {
				font-size: 16px;
        text-align: center;
			}
  .header__ctas>span>span {
    margin-left: 0px;
}
	.header__nav2023 .navigation-primary {
		padding: 0 20px;
	}

	.header__nav2023 .navigation-primary .submenu.level-1>.has-submenu>.menu-arrow {
		top: 0;
		padding: 15px;
		height: 70px;
		text-align: right;
	}
	.header__nav2023 .submenu .menu-arrow {
		position: relative;
	}
	.header__nav2023 .submenu .menu-arrow:after {
		background: none;
		display: block;
		content: '\f054';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 12px;
		position: absolute;
		right: 20px;
		top: 18px;
		color: #BCBCBC;
		-webkit-transition: -webkit-transform .4s;
		transition: -webkit-transform .4s;
		-o-transition: transform .4s;
		transition: transform .4s;
		transition: transform .4s,-webkit-transform .4s;
	}
	.header__nav2023 .submenu .menu-arrow-bg {
		display: none;
	}
	.header__nav2023 .navigation-primary .submenu.level-2 {
		min-height: 0 !important;
	}

	.header__nav2023 input[type="checkbox"]:checked ~ .menu-arrow:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: -webkit-transform .4s;
		transition: -webkit-transform .4s;
		-o-transition: transform .4s;
		transition: transform .4s;
		transition: transform .4s,-webkit-transform .4s;
	}

	.header__nav2023 .navigation-primary .submenu.level-2 {
		background: none;
		border-top: none;
		width: 100%;
		border-radius: 0;
		padding: 0 0 10px 40px;
	}
	.header__nav2023 .navigation-primary .submenu.level-2>li {
		margin: 0;
	}
		.header__nav2023 .submenu.level-2>li:first-of-type > .menu-link {
			padding-top: 0;
		}
		.header__nav2023 .submenu.level-2>li:first-of-type > .menu-arrow {
			padding-top: 0;
			top: 0;
			height: 40px;
		}
			.header__nav2023 .submenu.level-2>li:first-of-type > .menu-arrow:after {
				top: -2px;
			}
	.header__nav2023 .submenu.level-2 .menu-item {
		border: none;
	}
		.header__nav2023 .submenu.level-2 .menu-arrow:after {
			top: 12px;
		}
	.header__nav2023 .submenu.level-2 .menu-item .menu-link {
		background: none;
/* 		transition: none; */
		padding: 13px 0;
		font-size: 21px;
	}
		.header__nav2023 .submenu.level-3 .menu-item .menu-link:before,
		.header__nav2023 .submenu.level-3 .menu-item .menu-link:after {
			content: "";
			display: block;
			position: absolute;
			background: #DBDBDB;
			left: -20px;
		}
		.header__nav2023 .submenu.level-3 .menu-item .menu-link:before {
			width: 1px;
			height: 100%;
			top: 0;
		}
			.header__nav2023 .submenu.level-3 .menu-item:last-child > .menu-link:before {
				height: 50%;
			}
		.header__nav2023 .submenu.level-3 .menu-item .menu-link:after {
			width: 10px;
			height: 1px;
			top: 50%;
		}
			.header__nav2023 .submenu.level-2 > .has-submenu > .menu-link:after {
				display: none;
			}
		.header__nav2023 .submenu.level-2 .menu-item .menu-link,
		.header__nav2023 .submenu.level-2 .menu-item:first-of-type .menu-link,
		.header__nav2023 .submenu.level-2 .menu-item:last-of-type .menu-link {
			border-radius: 0;
		}
		.header__nav2023 .submenu.level-2 .menu-item .menu-link:hover {
			background: none;
			color: #ffce01;
/* 			transition: none; */
		}

		.header__nav2023 .submenu.level-3 {
			position: relative;
			left: auto;
			top: auto;
			min-width: 0;
			min-height: 0;
			padding: 0 0 0 30px;
			border: none;
			background: none;
			border-radius: 0;
			transition: none;
		}
			.header__nav2023 .submenu.level-3 .menu-item .menu-link {
				font-size: 20px;
			}
			/*.header__nav2023 .submenu.level-3:before {
				content: "";
				display: block;
				position: absolute;
				background: #DBDBDB;
				left: -20px;
				width: 1px;
				height: 100%;
				top: 0;
			}
				.header__nav2023 .submenu.level-2 .menu-item:last-child > .submenu.level-3:before {
					display: none;
				}*/

}

@media (max-width: 799px) {
	.header__nav2023 .header__nav--mobile {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.header__nav2023 .navigation-primary {
		padding: 0;
	}
	.header__nav2023 .navigation-primary .submenu a,
	.header__nav2023 .navigation-primary .submenu .has-submenu>a {
		font-size: 20px;
		padding: 10px 20px;
	}
	.header__nav2023 .navigation-primary .submenu.level-1>.has-submenu>.menu-arrow {
		height: 60px;
	}
		.header__nav2023 .submenu .menu-arrow:after {
			top: 15px;
		}
	.header__nav2023 .navigation-primary .submenu.level-2 {
		padding-left: 0;
	}
		.header__nav2023 .submenu.level-2 .menu-item .menu-link {
			font-size: 19px;
		}
		.header__nav2023 .submenu.level-2>li:first-of-type>.menu-link {
			padding-top: 0 !important;
		}
		.submenu>.has-submenu>.menu-arrow, .submenu .menu-arrow {
			height: 43px;
			padding: 10px 0;
			top: 1px;
		}
			.header__nav2023 .submenu.level-2 .menu-arrow:after {
				top: 6px;
			}
			.header__nav2023 .submenu.level-3 .menu-item .menu-link:before,
			.header__nav2023 .submenu.level-3 .menu-item .menu-link:after {
				left: 20px;
			}
			.header__nav2023 .submenu.level-3 .menu-item .menu-link {
				font-size: 18px;
			}
	.header__nav2023 .header__ctas--mobile>span {
		padding: 10px 0;
	}
}

@media (max-width: 599px) {
	.header__nav2023 .header__ctas--mobile {
		border-bottom: none;
		display: block;
		padding: 0;
	}
}

@media (max-width: 479px) {
	.header__nav2023 .header__mobile--row {
		padding-bottom: 10px;
	}
	.header__nav2023 .navigation-primary .submenu .has-submenu>a,
	.header__nav2023 .navigation-primary .submenu a {
		padding: 10px;
	}
	.header__nav2023 .submenu.level-2 .menu-item .menu-link {
		padding-left: 20px !important;
	}
	.header__nav2023 .submenu.level-3 .menu-item .menu-link:after, 
	.header__nav2023 .submenu.level-3 .menu-item .menu-link:before {
		left: 0;
	}
}







body.hide-scroll {
	overflow: hidden;
}
.footer {
  background-color: #1a1a22;
  text-align: left;
}
	.footer__container.content-wrapper {
	  padding: 0;
	}

	.footer__top {
		border-bottom: 1px solid #2B2B36;
		padding: 40px 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
		.footer-landing .footer__top {
			border-bottom: none;
			align-items: center;
		}
			@media (max-width: 489px) {
				.footer-landing .footer__top {
					flex-flow: column nowrap;
					justify-content: center;
				}
			}
		.footer__logo {
			max-width: 100px;
			margin-right: 300px;
		}
			.footer-landing .footer__logo {
				max-width: 200px;
				margin-right: auto;
			}

		.footer__nav--top {
			-webkit-flex: 1 1 auto;
			-moz-flex: 1 1 auto;
			-ms-flex: 1 1 auto;
			-o-flex: 1 1 auto;
			flex: 1 1 auto;
			margin-right: 80px;
		}
			.footer__nav--top .navigation-primary {
				display: block;
			}
			.footer__nav--top .submenu.level-1 {
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;
				justify-content: space-between;
			}
			.footer__nav--top .triangle-container.level-1 {
				display: none;
			}
			.footer__nav--top .submenu.level-1>li {
				padding: 0;
				text-transform: none;
				vertical-align: top;
			}
			.footer__nav--top .submenu.level-1>li>a {
				text-transform: uppercase;
				font-weight: 700;
				margin-bottom: 10px;
				display: block;
				font-size: 20px;
			}
			.footer__nav--top .submenu.level-1>li a {
				color: #FFF;
			}
			.footer__nav--top .submenu.level-2 {
				background-color: #1a1a22;
				border: none;
				border-radius: 0;
				-webkit-box-shadow: none;
				box-shadow: none;
				font-weight: 500;
				left: auto;
				opacity: 1;
				position: relative;
				text-transform: none;
				top: auto;
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
				-webkit-transition: none;
				-o-transition: none;
				transition: none;
				visibility: visible;
				width: auto;
				display: block;
			}
				.footer__nav--top .submenu.level-2>li>a {
					font-size: 18px;
					font-weight: 400;
				}
					.footer__nav--top .submenu.level-2>li>a.active-item {
						font-weight: 600;
					}
			.footer__nav--top .triangle-container.level-2,
			.footer__nav--top .submenu.level-1>.has-submenu>.menu-arrow {
				display: none;
			}

			.footer__nav--top .submenu.level-2 .menu-item:first-of-type,
			.footer__nav--top .submenu.level-2 .menu-item:first-of-type .menu-link,
			.footer__nav--top .submenu.level-2 .menu-item:last-of-type,
			.footer__nav--top .submenu.level-2 .menu-item:last-of-type .menu-link {
				border-radius: 0;
			}
			.footer__nav--top .submenu.level-2>li {
				border: none;
			}
			.footer__nav--top .submenu.level-2 .menu-item .menu-link {
				padding: 0;
				background: none;
		    	transition: 0.25s ease-in-out color;
			}
				.footer__nav--top .submenu.level-2 .menu-item .menu-link:hover {
					background: none;
					color: #ffcd00;
			    	transition: 0.25s ease-in-out color;
				}
				body .footer__nav--top .submenu.level-2 .menu-item .menu-link:focus {
					background: none;
				}

		.footer__social p {
			color: #FFF;
			font-size: 22px;
			line-height: 40px;
			font-weight: 700;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		.footer__social .social-links__icon {
			background: none;
		    border-radius: 0;
		    display: inline-block;
		    height: 40px;
		    margin: 0;
		    position: relative;
		    width: 40px;
		}
		.footer__social .social-links__icon svg {
			fill: #ffcd00;
			height: 20px;
		    transition: 0.25s ease-in-out fill;
		}
			.footer__social .social-links__link:hover svg {
				fill: #FFF;
			}
			.footer__social .social-links__icon:hover,
			.footer__social .social-links__icon:focus {
				background: none;
			}

	.footer__bottom {
		padding: 20px 0;
		color: #525365;
		text-align: center;
	}
	.footer__bottom .submenu.level-1>li {
		padding: 0;
		margin: 0 50px;
	}
	.footer__bottom .navigation-primary .submenu a,
	.footer__bottom .navigation-primary .submenu p {
		text-transform: none;
		font-weight: 400;
		font-size: 16px;
    	transition: 0.25s ease-in-out color;
	}
		.footer__bottom .navigation-primary .submenu a:hover {
			color: #FFF;
		}

	.footer__nav--landing {
		padding: 0;
		color: #525365;
		text-align: right;
	}
		@media (max-width: 489px) {
			.footer__nav--landing {
				text-align: center;
			}
		}
	.footer__nav--landing .submenu.level-1>li {
		padding: 0;
		margin: 0 50px;
	}
		@media (max-width: 991px) {
			.footer__nav--landing .submenu.level-1>li {
				padding: 0;
				margin: 0;
				border: none;
			}
			.footer__nav--landing .submenu.level-1>li:last-child {
				padding: 0;
			}
		}
	.footer__nav--landing .navigation-primary .submenu a {
		text-transform: none;
		font-weight: 400;
		font-size: 16px;
    	transition: 0.25s ease-in-out color;
	}
		.footer__nav--landing .navigation-primary .submenu a:hover {
			color: #FFF;
		}
		@media (max-width: 991px) {
			.footer__nav--landing .navigation-primary .submenu a {
				line-height: 20px;
			}
		}

.footer-salesforce {
	max-width: 80px;
}

@media (max-width: 1379px) {
	.footer__container.content-wrapper {
	    padding: 0 20px;
	}
}

@media (max-width: 1199px) {
  .footer__logo {
  	margin-right: 100px;
  }
}

@media (max-width: 991px) {
	.footer__top {
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-o-flex-flow: row wrap;
		flex-flow: row wrap;
	}
  .footer__nav--top {
  	-webkit-flex: 0 1 100%;
  	-moz-flex: 0 1 100%;
  	-ms-flex: 0 1 100%;
  	-o-flex: 0 1 100%;
  	flex: 0 1 100%;
  	margin: 20px 0 0;
  }
  .footer__nav--top .submenu.level-1>li {
  	border: none;
  	width: auto;
  }
  .footer__nav--top .submenu.level-1>li>a {
  	padding: 0;
  }
  .footer__nav--top .submenu>.has-submenu>a {
  	width: auto;
  }
  .footer__nav--top .submenu.level-2 .menu-item {
  	background: none;
  }
  .footer__nav--top .navigation-primary a {
  	font-size: 22px;
  }

  .footer__bottom .submenu.level-1>li {
  	margin: 0 25px;
  	display: inline-block;
  	border: none;
  	width: auto;
  }
  	.footer__bottom .submenu.level-1>li>a {
  		padding: 0;
  	}
}
@media (min-width: 500px) and (max-width: 991px) {
  .footer__nav--top {
  	-webkit-order: 3;
  	-moz-order: 3;
  	-ms-order: 3;
  	-o-order: 3;
  	order: 3;
  }
}

@media (max-width: 767px) {
  .footer__bottom .submenu.level-1>li {
  	margin: 0 5px;
  }
}

@media (min-width: 500px) {
	.footer__social .social-links__icon svg {
	    left: 3px;
	    -webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	}
	.footer__social .social-links {
	    justify-content: flex-start;
	}
}
@media (max-width: 499px) {
	.footer__logo {
		margin: 0 auto;
	}
	.footer__nav--top .submenu.level-1 {
		-webkit-flex-flow: column nowrap;
		-moz-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		-o-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}
	.footer__nav--top .submenu.level-1>li {
		margin: 0 0 20px;
	}
	.footer__social {
		margin: 0 auto;
		text-align: center;
	}
  .footer__bottom .submenu.level-1>li {
  	display: block;
  }
  .footer-salesforce {
	  margin: 0 auto;
  }
}
/*- Blog Index -*/

.blog-index {
  padding: 80px 0;
}

.blog-index-post {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EFEFF2;
}
.blog-index-post a {
  display: block;
  color: #9798A4;
}
  .blog-index-post a:hover, .blog-index-post a:focus {
    text-decoration: none;
    color: #9798A4;
  }
  .blog-index-bull {
    margin: 0 15px;
  }
.blog-index-img {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
  .blog-index-img-inner {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 45%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    transition: 0.25s all ease-in-out;
  }
    .blog-index-post a:hover .blog-index-img-inner {
      transform: scale(1.1);
    }
.blog-index-details {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
  @media screen and (max-width: 599px) {
    .blog-index {
      padding: 50px 0;
    }
    .blog-index-post {
      margin-bottom: 35px;
      padding-bottom: 25px;
    }
  }

/* Blog pagination */

.blog-pagination {
  text-align: center;
  margin: 0 0 60px;
}
.blog-pagination-button {
  cursor: pointer;
  background: none;
  border: 1px solid #A9A9B3;
  border-radius: 6px;
  color: #A9A9B3;
  padding: 15px 30px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 1.1;
  margin: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}
  .blog-pagination-button:hover {
    color: #FFF;
    background: #A9A9B3;
    text-decoration: none;
  }


/*- Blog Posts -*/

.blog-post-header {
  margin: 80px 0 0;
}
  .blog-post-header section {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #9798a4;
  }
    .blog-post-bull {
      margin: 0 15px;
    }


.blog-post-body {
  margin: 30px 0 80px;
}
  .blog-post-featured-img {
    margin-bottom: 40px;
    text-align: center;
  }
  .blog-post-content {
    margin-bottom: 80px;
  }
    .blog-post-content p, .blog-post-content ul, .blog-post-content ol, .blog-post-recent p {
      font-weight: 400;
    }
  .blog-post-social {
    margin-bottom: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #EFEFF2;
    text-align: center;
  }
    .blog-post-social a {
      display: inline-block;
      width: auto !important;
      margin: 0 10px;
    }
      .blog-post-social a img {
        display: block;
        width: auto !important;
        height: 24px;
        max-width: 100% !important;
        max-height: auto !important;
      }

/*.blog-post-recent {
  margin-bottom: 80px;
}*/
  .blog-post-recent h2 {
    margin-bottom: 40px;
  }
  .blog-recent-posts__post {
    color: #494A52;
    display: block;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #EFEFF2;
  }
  .blog-post-recent p {
    font-size: 18px;
  }

  @media screen and (max-width: 767px) {
    .blog-post-recent .span6 {
      width: 48.93617020799999%;
      margin-left: 2.127659574%;
      float: left;
    }
    .blog-post-recent .span6:first-child {
      margin-left: 0;
    }
  }

  @media screen and (max-width: 479px) {
    .blog-post-recent .span6 {
      width: 100%;
      margin-left: 0;
    }
  }

  .blog-recent-posts__post:hover, .blog-recent-posts__post:focus {
    text-decoration: none;
    color: #494a52;
  }

  .blog-recent-posts__image {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .blog-recent-posts__image-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90%;
    display: block;
    transition: 0.25s all ease-in-out;
  }
    .blog-recent-posts__post:hover .blog-recent-posts__image-inner {
      transform: scale(1.1);
    }

.blog-related-details {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 10px;
}
  .blog-related-bull {
    margin: 0 5px;
  }

.blog-sidebar-subscribe {
  background: #292A32;
  padding: 70px 30px;
  background-image: url('https://183175.fs1.hubspotusercontent-ap1.net/hubfs/183175/Causia/Backgrounds/bg_subscribe.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
  .blog-sidebar-subscribe-head {
    padding: 0 0 30px;
    border-bottom: 1px solid #525367;
    margin: 0 0 20px;
  }
  .blog-sidebar-subscribe h3 {
    color: #FFCE01;
  }
  .blog-sidebar-subscribe p {
    color: #FFF;
    margin-bottom: 0;
    font-size: 18px;
  }
    .blog-sidebar-subscribe-foot p {
      text-align: center;
    }

  .blog-sidebar-subscribe-form {
    margin-bottom: 20px;
  }
    .blog-sidebar-subscribe-form .hbspt-form form {
      max-width: none;
    }
    .blog-sidebar-subscribe-form .hbspt-form .hs-form-field {
      margin-bottom: 20px;
    }
    .blog-sidebar-subscribe-form .hbspt-form label {
      color: #FFF;
      font-size: 18px;
    }
    .blog-sidebar-subscribe-form .hbspt-form .hs-button {
      width: 100%;
    }
    @media screen and (max-width: 991px) {
      .blog-sidebar-subscribe-form .hbspt-form .hs-button {
        padding: 15px 20px;
      }
    }
    @media screen and (max-width: 599px) {
      .blog-sidebar-subscribe {
        padding: 40px 20px;
      }
    }

.blog-sidebar-ebook {
  background: #FFCD00;
  padding: 130px 30px;
  background-image: url('https://183175.fs1.hubspotusercontent-ap1.net/hubfs/183175/Causia/Backgrounds/bg_blog2.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .blog-sidebar-ebook-head {
    padding: 0 0 10px;
  }
    @media screen and (max-width: 599px) {
      .blog-sidebar-ebook {
        padding: 50px 20px;
      }
    }

.blog-sidebar-search {
  margin-bottom: 25px;
}
.blog-sidebar-search form {
  display: flex;
  max-width: none;
}
.blog-sidebar-search input {
  border: 1px solid #DCDDE0;
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.blog-sidebar-search button {
  background: #292A33;
  border: 1px solid #292A33;
  border-radius: 0 3px 3px 0;
  padding: 0 15px;
}
  .blog-sidebar-search button:hover {
    background: #FFCE03;
    border: 1px solid #FFCE03;
  }
  .blog-sidebar-search .hs-search-field__bar button svg {
    height: 17px;
    fill: #FFF;
  }

  .blog-sidebar-search .hs-search-field__suggestions {
    max-width: none;
  }
    .blog-sidebar-search .hs-search-field__suggestions a,
    .blog-sidebar-search .hs-search-field__suggestions #results-for {
      font-size: 16px;
    }
    .blog-sidebar-search .hs-search-field__suggestions a {
      color: #525365;
    }


.blog-search-results {}
.blog-search-results .hs-search-results__listing {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.blog-search-results .hs-search-results__listing li {
  max-width: 48%;
  flex: 0 1 48%;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #efeff2;
}
  @media screen and (max-width: 579px) {
    .blog-search-results .hs-search-results__listing li {
      max-width: 100%;
      flex: 0 1 100%;
    }
  }
.blog-search-results .hs-search-results__title {
  text-decoration: none;
  color: #292a32;
  font-size: 26px;
  font-family: futura-pt-bold,serif;
  font-weight: 700;
  margin: 0 0 .8rem;
  word-break: break-word;
}
.blog-search-results .hs-search-results__description {
  display: none;
}
.blog-search-results .hs-search-results__pagination {
  margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.blog-search-results .hs-search-results__pagination a {
  color: #FFCE03;
  float: none;
}
.blog-search-results .hs-search-results__pagination .hs-search-results__next-page {
  margin-left: auto;
}

@media (max-width: 599px) {
  .blog-post-header {
    margin: 40px 0 0;
  }
  .blog-post-content {
    margin-bottom: 40px;
  }
  .blog-post-social {
    padding-bottom: 40px;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  /*font-family: Lato, sans-serif;*/
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* Banner - Industry */

.banner-industry {
	background-image: url('https://183175.fs1.hubspotusercontent-ap1.net/hubfs/183175/Causia/Backgrounds/bg_banner-simple.png');
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-color: #292A33;
	padding: 80px 20px;
	margin: 0 -20px;
}
.banner-industry-inner {
	max-width: 700px;
	margin: 0 auto;
}
.banner-industry-content {
	text-align: center;
}
.banner-industry-content h1 {
	line-height: 1.1;
	margin-bottom: 15px;
	color: #FFCE01;
	font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-industry-content h1 span {
	display: block;
	color: #FFF;
	font-size: 40px;
    text-transform: none;
    font-weight: 700;
    margin-top: 15px;
}
.banner-industry-content-text {
	color: #FFF;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 19px;
}
@media (max-width: 767px) {
	.banner-industry {
		margin: 0;
	}
}

.causia-nav-demo,
.causia-learn-more {
  font-size: 20px;
}

.industry23-demo-cta {
	background-color: #FFCE01;
	border: 1px solid #FFCE01;
	color: #292A33;
	padding: 15px 30px;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	height: auto;
	line-height: 1.1;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .15s linear;
	white-space: normal;
	width: auto;
	word-break: break-word;
}
	.industry23-demo-cta:hover,
	.industry23-demo-cta:focus {
		background: #d7a500;
		border-color: #d7a500;
		color: #292A33;
		text-decoration: none;
	}