



























































































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

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

/* Embed */

iframe {
	width: 100%;
}
/* Responsive Grid */

.row-fluid {
	width: 100%;
	*zoom: 1;
  
}
.body-container-wrapper .row-fluid-wrapper.dnd-row .row-fluid {
display: block !important;
}

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

.hs-inline-edit .row-fluid [class*="span"] {
	min-height: 25px;
}

.dnd_area-row-0-padding .row-fluid [class*="span"] {
	min-height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
	*zoom: 1;
}

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

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

@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: 0;
		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: 48%;
		*width: 48%;
	}
	
	.row-fluid .span4:nth-of-type(3n) {
		margin-left: 0;
    clear: left;
	}
	
	.row-fluid .span3 {
		width: 48% !important;
    margin: 0 1%;
	}

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


/* Maps */

.maps iframe,
.maps .hs-embed-wrapper,
.maps .hs-embed-content-wrapper > div {
	width: 100% !important;
  height: 500px !important;
	max-width: 100% !important;
	max-height: 500px !important;
}

/* 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;
	}
}
html {
  font-size: 15px;
}

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

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

body {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #626972;
  line-height: 1.4;
  word-break: break-word;
	font-weight: normal;
}

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

/* Paragraphs */

p {
  font-size: 15px;
  margin: 0 0 1.4rem;
  line-height: 1.7;
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  letter-spacing: .5px;
  font-weight: 300;
}

small {
  font-size: 12px;
}

strong {
  font-weight: 700;
}


/* Anchors */

a {
  color: #6998b9;
  cursor: pointer;
  text-decoration: none;
  transition: color 210ms linear, background 210ms linear, opacity 210ms linear, transform 210ms linear, padding .21s linear;
  font-size: 15px;
}



a:hover {
  color: #2d5c7d;
  text-decoration: none;
}

a:focus {
	outline: none;
/* 	color: inherit; */
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #626972;
  font-family: Lato, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
}

h1 {
  font-weight: 500; text-decoration: none; font-family: Lato; font-style: normal;
  color: #262f3e;
  font-size: 80px;
  line-height: 1.234;
  letter-spacing: 1px;
}

h2 {
  color: #6998b9; font-weight: 400; text-decoration: none; font-family: Lato; font-style: normal;
  color: #184586;
  font-size: 30px;
  line-height: 1.432;
  letter-spacing: 1px;
}

h3 {
  color: #6998b9; font-weight: 500; text-decoration: none; font-family: Lato; font-style: normal;
  color: ;
  font-size: 21px;
  letter-spacing: 1px;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: Lato; font-style: normal;
  color: #262f3e;
  font-size: 24px;
  letter-spacing: 1px;
}

h5 {
  font-weight: 500; text-decoration: none; font-family: Lato; font-style: normal;
  color: #262f3e;
  font-size: 19px;
}

h6,
.section-title__subheading {
  font-weight: 600; text-decoration: none; font-family: Lato; font-style: normal;
  color: #262f3e;
  font-size: 18px;
  letter-spacing: 0px;
}

.section-title__subheading {
  display: block;
}

@media (max-width: 1234px) {
  h1 { font-size: 47.05882352941177px !important; }
  h2 { font-size: 24.311183144246353px; }
  h3 { font-size: 17.01782820097245px; }
  h4 { font-size: 19.448946515397083px; }
/*   h5 { font-size: 17px; }
  h6 { font-size: 14px; } */
}

@media (max-width: 767px) {
  h1 { font-size: 47.05882352941177px !important; }
  h2 { font-size: 24.311183144246353px; }
  h3 { font-size: 17.01782820097245px; }
  h4 { font-size: 19.448946515397083px; }
/*   h5 { font-size: 17px; }
  h6 { font-size: 14px; } */
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5rem 1.5rem;
	list-style-position: outside;
	padding: 0 0 0 1.0234rem;
	line-height: 1.7;
}

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

.hs_cos_wrapper_type_rich_text ul li, .hs_cos_wrapper_type_rich_text ol li {
	font-weight: 300;
}

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

.widget-type-rich_text li, table li {
	line-height: 1.7;
	color: #626972;
	margin-bottom: 17px;
	position: relative;
	font-weight: 300;
	padding-right: 7px;
	letter-spacing: .5px;
}

.widget-type-rich_text li:before, table li:before {
	content: "";
	display: inline-block;
	width: 5px;
	margin: 0 14px 2.134px 0;
	background: #6998b9;
	height: 5px;
	border-radius: 1px;
	position: absolute;
	top: 9px;
	left: -16px;
}


.widget-type-rich_text ul, table ul {
	list-style: none !important;
	padding-left: 0;
	margin-left: 17px;
}



/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem 0;
	padding: 0;
	border-left: 2px none #f5f9fb;
	font-size: 34px;
	font-style: italic;
	font-weight: 400;
}

/* Horizontal rules */

hr {
  background-color: rgba(0,0,0,0.12);
  border: none;
  color: rgba(0,0,0,0.12);
  height: 2px;
	margin: 0 0 1.234rem 0;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

/* sub {
  bottom: -0.25em;
} */


.c-header__quote h2:before {
  content: "“" !important;
}

.c-header__quote h2::after {
    content: "”" !important;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1700px;
  padding: 0 20px;
  width: 70%;
}

/* @media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
 */
.dnd-section {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  
}

.dnd-section:not(.dnd-section[class*="force-full-width-section"]) > .row-fluid, .centered {
  margin: 0 auto;
  max-width: 1700px;
	position: relative;
  width: 70%;
	z-index: 4;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column, .content-wrapper {
    padding: 0;
  }
}
@media (min-width: 700px) {
	.header-main .content-wrapper {
		padding: 0 20px;
	}
}
.overlay-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

@media (max-width: 1234px) {
  .content-wrapper, .dnd-section:not(.dnd-section[class*="force-full-width-section"]) > .row-fluid, .centered {
    width: 88.4%;
  }
}

/* @media (min-width: 1234px) {
  .content-wrapper, .dnd-section > .row-fluid, .centered {
    min-width: 1207px;
  }
} */

.mega-menu.content-wrapper {
	padding: 0 !important;
}

.top-bar {
  transition: all 210ms ease-out;
}

.top-bar p {
  margin: 0;
}

.top-bar input {
  border: 0px;
  padding: 0px 0 0 21px;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  background: 0px center;
  border-radius: 0px;
  transition: all 434ms ease;
  width: 120px;
  position: relative;
  z-index: 1;
}

.top-bar input:focus {
  outline: none;
  background: rgba(0,0,0,.07);
  border: none;
  width: 100%;
}

.top-bar form svg {
  position: absolute;
  right: 21px;
  z-index: 2;
  opacity: 0.21;
  cursor: text;
}

.top-bar form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text-right {
  position: relative;
}

.top-bar * {
  font-size: 12px;
}

.top-bar a:not(:first-of-type) {
  padding: 0 12px;
}

.top-bar a:first-of-type {
  padding-right: 12px;
}

.top-bar a:hover,
.top-bar a:focus {
  color: #6998b9;
}

/* @media (max-width: 1027px) {
  .top-bar {
    display: none;
  }
} */
@media (max-width: 1020px) {
	.top-bar p {
		display: none;
	}
}

header:not(.sticky-menu-on) {
	position: absolute;
}

header.sticky-menu-on {
	position: fixed;
}

header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: all ease-in-out 400ms;
}

.header-main--landing {
	position: absolute;
}

.header-main--white-no-navigation {
  position: unset;
}

.header-main__logo img {
  transition: all 123.4ms linear;
  height: auto;
}

.header-main__logo {
  padding: 0;
  display: flex;
  align-items: center;
}

.header-main__logo--fixed {
	left: 2.134vw;
	position: absolute;
	top: 1.234vw;
}

.header-main__logo > a {
	display: inline-flex;
}

/* Landing Pages Header */

.header-main--no-navigation {
	padding: 21px;
}

.header-main--no-navigation .header-main__logo {
	display: inline-block;
}

/****************************************************
 * Menu
 ***************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
	line-height: 1.4;
}



.header-main__menu-nav-wrapper .hs-menu-wrapper ul li a {
 background: transparent; 
}
/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

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

.header-main__menu-nav-wrapper .hs-menu-wrapper.flyouts ul ul {
 height: unset;
  max-width: unset;
}

@media (min-width: 1027px) {
	.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
		left: -9999px;
		opacity: 0;
		position: absolute;
	}
}

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

@media (min-width: 1027px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    display: block;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    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;
  }
	
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.right-menu:hover > .hs-menu-children-wrapper {
    left: auto;
    opacity: 1;
    display: block;
		right: 0;
  }
}

.hs-menu-wrapper {
  display: inline-flex;
	transition: all 300ms ease-out;
}

.search-open .header-main__menu-nav-wrapper {
  white-space: nowrap;
}

.header-main__menu-nav-wrapper .hs-menu-item {
  display: flex;
}

/* .header-main__menu-nav-wrapper .hs-menu-item a span {
  color: #fff;
	background: #fff;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 4px;
} */

@media (min-width: 1027px) {
  .body-container-wrapper:before {
    height: 210px;
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    display: none;
    content: "";
    z-index: 5;
  }
}

.header-main__container {
  position: relative;
  padding: 1.5rem 0;
}

@media (min-width: 1027px) {
	.header-main__container--white-with-navigation,
	.header-main__container--white-no-navigation {
		padding: 0;
	}
}

@media (max-width: 1027px) {
  .header-main__container {
    padding: 0;
  }
	
	.header-main__container--white-no-navigation {
	  padding: .43rem 0 .4rem 0;
	}
}

.header-main__container * {
  z-index: 2;
}

.header-main__menu-nav-container, .header-main__menu-nav-wrapper {
  align-items: center;
  display: flex;
}

.header-main--fixed .header-main__container:before {
  display: none;
}

.body-wrapper--mobile-menu:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.12);
	position: absolute;
	z-index: 1;
}

@media (min-width: 1027px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    box-shadow: 0 12px 34px rgba(0,0,0,0.00);
  }
	
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper:not(.menu--wide) {
    min-width: 400px;
	}
	
  /* Level 3+ */

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-item.hs-menu-depth-2.right-menu:hover > .hs-menu-children-wrapper {
    left: auto !important;
    top: 0 !important;
		right: 100% !important;
  }
	
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper ul {
    left: 100%;
    top: 0;
  }
	
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper ul:after {
    right: 100%;
    left: unset;
    margin-top: -5px;
    top: 21px;
  }
}

.hs-item-has-children:hover {
	z-index: 1234 !important;
}

/**************************************************
 * Mobile Menu
 **************************************************/

@media (min-width: 1027px) {
  .submenu-plus {
    display: none;
  }
}

@media (max-width: 1027px) {
  .header-main__mobile-menu-btn {
    background: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    position:relative;
  }
	
  .body-wrapper--landing .header-main__mobile-menu-btn,
	.body-wrapper--white-no-navigation .header-main__mobile-menu-btn {
		display: none;
	}
	
  .header-main__mobile-menu-btn span {
    position: absolute;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
  }

  .header-main__mobile-menu-btn span:first-of-type {
    width: 32px;
    top: 14px;
    left: 14px;
  }

  .header-main__mobile-menu-btn span:nth-of-type(2) {
    width: 32px;
    top: 25px;
    left: 14px;
  }

  .header-main__mobile-menu-btn span:nth-of-type(3) {
    width: 32px;
    top: 36px;
    left: 14px;
  }

  .header-main__mobile-menu-btn--close span:first-of-type {
    width: 40px;
    top: 26px;
    left: 10px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header-main__mobile-menu-btn--close span:nth-of-type(2) {
    width: 0;
    left: 33px;
  }

  .header-main__mobile-menu-btn--close span:nth-of-type(3) {
    width: 40px;
    top: 26px;
    left: 10px;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  html, body {
    transition: transform 700ms ease;
  }
  
  .body-wrapper--mobile-menu {
    transform: translate(-80vw);
  }
  
  .header-main__menu-nav-container {
    display: none;
    background: #fff;
    position: fixed;
    width: 80vw;
    left: 100%;
    top: 0;
    z-index: 1234;
    opacity: 1;
    transition: all 700ms ease;
    height: 100vh;
    overflow-y: scroll;
  }
  
  .body-wrapper--mobile-menu .header-main__menu-nav-container:before {
		content: "EPI-USE Systems Limited";
    display: block;
    padding: 21px 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .4;
    border-bottom: 1px solid #bbb;
    background: #efefef;
  }
  
  .body-wrapper--mobile-menu .header-main__menu-nav-container {
    display: block;
    opacity: 1;
  }
  
  .body-wrapper--mobile-menu .footer {
    display: none;
  }
  
  .body-wrapper--mobile-menu .body-container-wrapper {
    height: 100vh;
    overflow-y: hidden;
  }
  
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta),
  .header-main__menu-nav-wrapper .hs-menu-item {
    color: #626972;
    display: block;
    width: 100%;
  }
	
	.header-main__menu-nav-wrapper .hs-menu-item a {
		height: 50px;
		line-height: 50px;
	}
	
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta) {
    border-bottom: 1px solid rgba(98, 105, 114, 0.21);
   }
	
  .header-main__menu-nav-wrapper .hs-menu-wrapper {
    display: block;
    transition: all 400ms linear;
  }

  .header-main__cta.button {
    display: block;
    max-width: 210px;
    margin: 34px auto;
    text-align: center;
  }
  
  .submenu-plus i, .submenu-plus i:after {
    width: 10px;
    height: 1px;
    background-color: #626972;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
  }
  
  .submenu-plus i:after {
    -webkit-transform: rotate(-90deg) translate(0,-5px);
    -ms-transform: rotate(-90deg) translate(0,-5px);
    transform: rotate(-90deg) translate(0,-5px);
    content: "";
  }
  
  .submenu-plus--active i:after {
    display: none;
  }
  
  .submenu-plus {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    padding: 0;
    border-left: 1px dotted rgba(98, 105, 114, 0.21);
    height: 50px;
  }
  
  .submenu-plus.active-menu i:after {
    display: none;
  }
  
  .header-main__menu-nav-wrapper .hs-item-has-children a {
    position: relative;
  }
  
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta):hover {
    color: #6998b9;
  }
  
  .header-main__menu-nav-wrapper .hs-menu-children-wrapper a {
    border-bottom: 1px solid rgba(98, 105, 114, 0.21);
    text-indent: 12px;
  }
  
  .header-main__menu-nav-wrapper .hs-item-has-children > a:hover,
  .header-main__menu-nav-wrapper .hs-item-has-children > a:focus,
  .header-main__menu-nav-wrapper .hs-item-has-children > a:active,
  .header-main__menu-nav-wrapper .hs-item-has-children > a.active-menu {
    background: #f5f9fb;
  }
  
  .header-main__menu-nav-wrapper .hs-item-has-children > a:hover .submenu-plus i:after {
    display: none;
  }
  
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    transition: opacity 400ms ease;
    position: relative;
    display: none;
  }
  
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper.open-menu-list {
    left: 0;
    opacity: 1;
    display: block;
  }
}

@media (max-width: 767px) {
  .submenu-plus i:after {
    -webkit-transform: rotate(-90deg) translate(1px,-5px);
    -ms-transform: rotate(-90deg) translate(1px,-5px);
    transform: rotate(-90deg) translate(1px,-5px);
    content: "";
  }
}


/**************************************************
 * Language Switcher
 **************************************************/

.header-main__language-switcher {
	display: inline-flex;
	align-items: baseline;
	padding-left: 12px;
	height: auto;
	color: inherit;
	width: auto;
	justify-content: center;
	position: relative;
	margin: 0 7px;
}

.header-main__language-switcher-label {
	display: flex;
	align-items: center;
}

.header-main__language-switcher-label > div > span {
	display: block;
}

.header-main__language-switcher .lang_switcher_class {
  display: inline-block;
  padding-right: 0;
}

.header-main__language-switcher .globe_class,
.header-main__language-switcher #hs_cos_wrapper_header_language_switcher {
	background: none;
  position: relative;
  width: 21px;
  height: 21px;
  z-index: 1234;
}

.header-main__language-switcher svg {
  position: relative;
  z-index: 1;
  margin-left: -16px;
}

.header-main__language-switcher-label-current {
  padding-left: 5px;
  line-height: 2;
}

.header-main__language-switcher .lang_list_class li {
	border: none;
	background: #fff;
	width: 10rem;
	font-size: .75rem;
}

.header-main__language-switcher .lang_list_class li:first-child,
.header-main__language-switcher .lang_list_class li:last-child {
  border-top: none;
}

.header-main__language-switcher .lang_list_class {
  box-shadow: 0 21px 21px rgba(0,0,0,0.12);
  overflow: hidden;
}

.header-main__language-switcher .lang_list_class li a {
  color: #626972;
  display: block;
}

.header-main__language-switcher .lang_list_class li a:hover {
	color: #6998b9;
  background: #f5f9fb;
}

.header-main__language-switcher .lang_list_class li:last-child,
.header-main__language-switcher .lang_list_class:before {
  border: 0;
}

.header-main__language-switcher .lang_list_class li {
  padding: 0 14px 6px;
}

@media (min-width: 1027px) {
	.header-main__language-switcher:before {
		content: "";
		display: block;
		height: 50%;
		position: absolute;
		background: rgba(255,255,255,0.43);
		top: 50%;
		left: 0;
		width: 1px;
		transform: translateY(-50%);
	}
}

@media (max-width: 1027px) {
/* 	.header-main__language-switcher-label-current {
		display: none;
	}
   */
  .header-main__language-switcher .lang_switcher_class {
    display: block;
    position: absolute;
    top: 21px;
    right: 21px;
  }
  
  .header-main__language-switcher .lang_list_class {
    right: 0;
    left: unset;
    -webkit-transform: translateX(12%);
    transform: translateX(12%);
  }
  
  .header-main__language-switcher .lang_list_class:after,
  .header-main__language-switcher .lang_list_class:before {
    right: 12px;
    left: unset;
  }
  
  .header-main__language-switcher .lang_list_class li {
    padding: 12px;
  }
}


/****************************************************
 * MENU IN TWO COLUMNS
 ***************************************************/
@media (min-width: 1027px) {
	.menu--wide {
		min-width: 542px;
	}
  
	.menu--wide > li {
    float: left;
    width: 50%;
  }

  .menu--wide > li > a {
    white-space: normal !important;
  }
	
	.menu--wide > li:nth-of-type(2n+1) {
		clear: left;
	}
}


/****************************************************
 * TOP BAR ON MOBILE
 ***************************************************/
.top-bar--mobile a,
.top-bar--mobile p {
	display: block;
	text-align: center;
}

.top-bar--mobile form input {
	width: 100%;
	background: rgba(98, 105, 114, 0.07);
	border: 1px solid rgba(98, 105, 114, 0.21);
	padding: 7px;
}

.top-bar--mobile p {
	margin-bottom: 0;
}

@media (max-width: 700px) {
	.top-bar .row-fluid:before {
	  display: none;
	}
	
	.top-bar .row-fluid {
		display: flex;
    justify-content: space-between;
	}
}
	



/****************************************************
 * HEADER FOR UTILITY PAGES
 ***************************************************/

.header-main--no-navigation .header-main__logo img {
	max-height: 65px;
	width: auto !important;
}

.header-main--no-navigation .header-main__logo .logo-company-name	{
	font-size: 25px;
}
	
.header-main--no-navigation .header-main__logo .logo-company-name:after {
	content: "Logo";
	display: block;
	font-size: 12px;
	font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
}
	
.hs-menu-depth-1.hs-item-has-children.mega-on-click > a {
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}
button,
.button,
.cta_button {
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  padding: 17px 37px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
	font-size: 15px;
}

@media (max-width: 500px) {
	button,
	.button,
	.cta_button {
		margin-right: auto !important;
		margin-left: auto !important;
		display: block;
	}
}

.button--primary,
.cta_button {
  background-color: 

  
  
    
  


  rgba(105, 152, 185, 1.0)

;
  border: 1px solid #6998b9;
  color: #FFFFFF;
	font-size: 15px;
}

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

.button--primary:hover,
.button--primary:focus,
button:hover,
button:focus,
.cta_button:hover {
  background-color: rgba(89, 136, 169, 1.0);
  border-color: #5988a9;
  color: #FFFFFF;
  text-decoration: none;
	outline: none;
}

.cta_button:focus {
	color: inherit;
}

.button--primary:focus,
.header-main__cta:focus {
	color: #FFFFFF;
}

.button:active {
  transform: scale(.98);
}

.header-main__cta {
  padding: 12px 21px;
  background: #ce181e;
  border: #ce181e;
  border-radius: 0px;
  color: #FFFFFF;
  transition: all 0.15s linear;
	word-break: normal;
}

.header-main__cta:hover {
	background-color: #be080e;
  border-color: #be080e;
  color: #FFFFFF;
}

@media (min-width: 1027px) {
  .header-main__cta {
    margin-left: 12px;
  }
}

.button--outline {
  border: 1px solid 

  
  
    
  


  rgba(105, 152, 185, 1.0)

;
  background: none;
  color: 

  
  
    
  


  rgba(105, 152, 185, 1.0)

;
}

.button--outline:hover {
  background: 

  
  
    
  


  rgba(105, 152, 185, 1.0)

;
  color: #FFFFFF;
  border: 1px solid 

  
  
    
  


  rgba(105, 152, 185, 1.0)

;
}

.button--white {
  background: #fff;
  color: #6998b9;
  border: 1px solid #fff;
}

.button--white:hover {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.button--outline-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.button--outline-white:hover {
  background: #fff;
  color: 

  
  
    
  


  rgba(105, 152, 185, 1.0)

;
  border: 1px solid #fff;
}

div .button:not(:last-of-type) {
  margin-right: 1.02rem;
	margin-bottom: 1.02rem;
}

.button--secondary {
	color: #FFFFFF;
	background: 

  
  
    
  


  rgba(0, 24, 68, 1.0)

;
	border: 1px solid #001844;
	border-radius: 0px;
	font-size: 15px;
	padding: 17px 37px;
}

.button--tertiary {
	color: #FFFFFF;
	background: 

  
  
    
  


  rgba(206, 20, 66, 1.0)

;
	border: 1px solid #ce1442;
	border-radius: 3px;
	font-size: 15px;
	padding: 24px 43px;
}

.button--tertiary:hover,
.button--tertiary:focus {
	color: #FFFFFF;
}

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

.button--tertiary:hover {
  background-color: rgba(190, 4, 50, 1.0);
  border-color: #be0432;
}

.button--secondary:hover {
  background-color: rgba(17, 41, 85, 1.0);
  border-color: #112955;
}
/* Form */
form {
  font-family: Open Sans, sans-serif;
}

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


/* Labels */
form label {
  color: ;
  display: inline-block;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

form label,
.hs-form-field a {
  font-size: 0.875rem;
}

.blog-listing__subscribe label {
	display: inline;
}


/* Help text - legends */

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

.form-input-validation-message,
.email-prefs .item p {
	opacity: .7;
}


/* 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: 1px solid ;
  border-radius: 3px;
  color: #626972;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	max-width: 100%;
}

select {
	padding: 0.61em;
}

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: none;
  border-color: ;
}

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

textarea {
	min-height: 120px;
}

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #262f3e !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%;
}

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

form .hs-richtext p a {
	font-size: inherit;
}



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


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

  
  
    
  


  rgba(0, 24, 68, 1.0)

;
  border: 1px solid #001844;
  border-radius: 0px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 17px 37px;
  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: rgba(17, 41, 85, 1.0);
  border-color: #112955;
  color: #FFFFFF;
	outline: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(122, 169, 202, 1.0);
  border-color: #7aa9ca;
  color: #FFFFFF;
}


/* Captcha */

.grecaptcha-badge {
	margin: 0 0 27px 0;
}

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


/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}


/* Form placeholder text */

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


/* Banner Form / Overlapping */

@media (min-width: 1200px) {
	.body-container--banner-form .span12 > .row-depth-1 .widget-type-form {
		position: absolute;
	}
	
	.body-container--banner-form .row-number-2 > .row-fluid {
		z-index: 12;
	}
}

.body-container--banner-form .span12 > .row-depth-1 .widget-type-form,
.boxed-form {
	width: 100%;
	top: 0;
	border-radius: 12px;
	background: #fff;
	padding: 0 43px 43px 43px;
	box-shadow: 0 12px 70px rgba(0,0,0,0.21);
	z-index: 999;
}

.body-container--banner-form .span12 > .row-depth-1 .widget-span {
	position: relative;
}

.body-container--banner-form .span12 > .row-depth-1 .form-title,
.boxed-form .form-title {
	text-align: center;
	font-size: 24px;
	margin-left: -43px;
	background: #6998b9;
	background: -moz-linear-gradient(270deg, #001844 0%, #6998b9 100%);
	background: -webkit-linear-gradient(270deg, #001844 0%, #6998b9 100%);
	background: linear-gradient(270deg, #001844 0%, #6998b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6998b9",endColorstr="#001844",GradientType=1);
	color: #fff;
	width: calc(100% + 86px);
	border-radius: 12px 12px 0 0;
	padding: 4%;
}


/* Membership */

.hs-membership-loader {
	padding: 2rem 0;
}
/* Table */

table {
/*   border: 1px solid #262f3e; */
  margin-bottom: 1.4rem;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

/* Table Cells */

th,
td {
/*   border: 1px solid #262f3e; */
  padding: 0.75rem;
  vertical-align: top;
  color: #262f3e;
}

/* Table Header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 2px solid #262f3e;
  color: #626972;
  vertical-align: bottom;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #262f3e;
}
/* 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: 12% auto;
  max-width: 700px;
  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 {
  font-size: 1.25rem;
}

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

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

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


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

.backup-unsubscribe {
	text-align: center;
}
/* Global */

img {
  max-width: 100%;
}

::selection {
  color: #fff;
	background: #6998b9;
}

hr {
     height: 1px;
    margin: 3em 0;
    background: #E6E6E6;
    border: none;
    color: #E6E6E6; 
}

/* Text */

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-italic {
  font-style: italic;
}


/* Spacing classes */

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

@media (max-width: 1027px) {
  ::not(.header-main) .space-between {
    flex-direction: column;
  }
}

.margin-0 { margin: 0; }

.mb-s { margin-bottom: 0.5rem; }
.mb-m { margin-bottom: 1rem; }
.mb-l { margin-bottom: 2rem; }
.mb-xl { margin-bottom: 4.3rem; }

.mt-s { margin-top: 0.5rem; }
.mt-m { margin-top: 1rem; }
.mt-l { margin-top: 2rem; }
.mt-xl { margin-top: 4.3rem; }

.margin-auto {
	margin-right: auto;
	margin-left: auto;
}

.no-spacing {
	margin: 0 !important;
	padding: 0 !important;
}


/* Utilities */

.hide {
  display: none;
}

.show {
  display: block;
}

@media (min-width: 1027px) {
  .hide-on-desktop {
    display: none;
  }
}
  
@media (max-width: 1027px) {
  .hide-on-mobile {
    display: none;
  }
}

.hide-text {
  text-indent: -9999px;
	display: inline-block;
}

.fixed-background {
  background-attachment: fixed;
}


/* Layout */

.flex-container {
  display: flex;
}

@media (max-width: 1020px) {
  .flex-container:not(.banner-tiles) {
    flex-direction: column;
  }
}

.flex-container > div {
  display: unset;
  vertical-align: top;
	margin-right: 21px;
	margin-left: 21px;
}

.flex-container > div:first-of-type,
.flex-container--two-col > div:nth-of-type(3n),
{
	margin-left: 0;
}

.flex-container--two-col > div:nth-of-type(2n+1) {
    margin-left: 0 !important;
}

.flex-container > div:last-of-type {
	margin-right: 0;
}

@media (max-width: 1027px) {	
	.flex-container > div {
		margin-right: 0;
		margin-left: 0;
	}
}

.flex-container--center {
	justify-content: center;
}

.flex-container--vertical {
	align-items: center;
}

.flex-container--wrap {
	flex-wrap: wrap;
}

.flex-container--two-col > div {
	flex: 0 calc(46% - 16px);
	margin-bottom: 43px;
}

.flex-container--3-col > div {
	flex: 0 29%;
}

.flex-container--3-col > div {
	margin-bottom: 43px;
}

.flex-container--width-even > div {
	flex: 1 1 0px;
}



/* Animations */
	[data-aos] {
		body[data-aos-easing="custom"] &,
		&[data-aos][data-aos-easing="custom"] {
			transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
		}
	}

	
		.animation-delay-1 {
			
			animation-delay: 0.1s;
		}
	
		.animation-delay-2 {
			
			animation-delay: 0.2s;
		}
	
		.animation-delay-3 {
			
			animation-delay: 0.3s;
		}
	
		.animation-delay-4 {
			
			animation-delay: 0.4s;
		}
	
		.animation-delay-5 {
			
			animation-delay: 0.5s;
		}
	
		.animation-delay-6 {
			
			animation-delay: 0.6s;
		}
	
		.animation-delay-7 {
			
			animation-delay: 0.7s;
		}
	
		.animation-delay-8 {
			
			animation-delay: 0.8s;
		}
	
		.animation-delay-9 {
			
			animation-delay: 0.9s;
		}
	
		.animation-delay-10 {
			
			animation-delay: 1.0s;
		}
	


	@keyframes fxFadeUp {
		0% {
			opacity: 0;
			transform: translateY(33px);
		}

		100% {
			opacity: 1;
			transform: none;
		}
	}

	.fx-fade-up {
		animation-name: fxFadeUp;
		animation-fill-mode: both;
		animation-duration: 1.3s;
		animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
	}

	@keyframes fxFadeDown {
		0% {
			opacity: 0;
			transform: translateY(-33px);
		}

		100% {
			opacity: 1;
			transform: none;
		}
	}

	.fx-fade-down {
		animation-name: fxFadeDown;
		animation-fill-mode: both;
		animation-duration: 1s;
	}

	@keyframes fxFadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.fx-fade-in {
		animation-name: fxFadeIn;
		animation-fill-mode: both;
		animation-duration: 1.5s;
	}



/* White content box + image */

.item-with-image {
  padding: 0 43px 21px 43px;
  transition: all 210ms linear;
  border-radius: 3px;
  margin-top: 0;
}

@media (max-width: 1027px) {
	.item-with-image {
		margin-bottom: 21px;
		padding: 0 21px 21px 21px;
	}
}

.item-with-image--tiny {
	padding: 27px 27px 14px 27px;
}

.item-with-image__image {
  display: block;
  width: 100%;
  margin: 0 auto 21px auto;
  background-size: cover;
  min-height: 170px;
  border-radius: 0;
  transition: all 210ms ease-in;
  text-indent: -9999px;
}

@media (min-width: 1027px) {
	.item-with-image__image {
		max-width: 700px;
	}
}

.item-with-image__image--profile-photo {
	max-width: 210px;
}

.item-with-image:hover {
  transform: translateY(-3px);
}

.item-with-image__text a, 
.item-with-image__text {
	font-size: 14px;
}
    
.item-with-image__inner-content h5 a {
	color: #262f3e;
	font-size: 21px;
}
    
.item-with-image--no-image {
	margin-top: 21px;
}

.item-with-image__inner-content h5 a:hover {
	color: #6998b9;
}

.item-with-image__share a:hover {
  color: #fff;
  background: #6998b9;
}

.item-with-image__share a {
  height: 24px;
  width: 24px;
  line-height: 1.2;
  display: inline-flex;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  border: 1px solid #6998b9;
}

.item-with-image__share a:before {
	visibility: hidden;
}

@media (max-width: 767px) {
  .item-with-image__share a {
    height: 48px;
    width: 48px;
  }
}

.item-with-image__share a svg {
  fill: #6998b9;
}

.item-with-image__share a:hover svg {
  fill: #fff;
}

.item-with-image__share a span {
	position: absolute;
}

.item-with-image__inner-content small {
  opacity: .7;
}


/* White content box basic */

.white-item-shadow {
	padding: 43px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 43px 70px rgba(0,0,0,0.07);
	margin-bottom: 21px;
}

@media (max-width: 1027px) {
	.white-item-shadow {
    padding: 21px;
	}
}


/* Banners */

.banner {
	background-size: cover;
}

.banner__inner p {
	font-size: 21px;
}


/* Pulled items - overlapping content */

.pulled-item {
	margin-top: -113px;
	background: #fff;
	padding: 4%;
}


/* Rounded items */

.rounded iframe,
.rounded {
	border-radius: 21px;
}


/* Sliders */

.glide__bullets {
  display: flex;
  justify-content: center;
}

.glide__bullet {
  display: inline-flex;
  width: 12px;
  margin: 4px;
  height: 12px;
  border-radius: 12px;
  transition: all 210ms ease;
  opacity: .7;
  cursor: pointer;
}

.glide__bullet--active, .glide__bullet:hover {
  opacity: 1;
}

.glide__bullet--active {
  width: 21px;
  border-radius: 7px;
}

@media (max-width: 1027px) {
  .glide__slides, .glide__track {
    overflow: visible;
  }
}


/* Counter */
.counter__number,
.counter__type {
  margin-bottom: 1.4rem;
  font-size: 48px;
}

.counter {
  padding: 21px 21px 12px 21px;
  border-radius: 12px;
  transition: all 210ms linear;
}

.counter__item p {
  opacity: .8;
}


/* Overlay */

.section-overlay {
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
  
.section-decoration {
  height: 400px;
  width: 400px;
  border: 43px solid #bbb;
  position: absolute;
}

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


/* Logos of customers */

.logos-of-customers div {
  display: inline-block;
  margin: 21px;
}

.logos-of-customers {
  text-align: center;
}

.logos-of-customers img {
  width: 100%;
}


/* Features */

.feature {
  transition: all 210ms linear;
}

.feature p:last-of-type {
	margin-bottom: 0;
}

.feature__icon {
  display: inline-block;
  padding-bottom: 1.4rem;
}


/****************************************************
 * Landing Pages
 ***************************************************/

/* Columns with full height */

@media (min-width: 1027px) {
	.body-container--lp-columns .row-depth-1.row-number-1 .span6 {
		min-height: 100vh;
	}

	.body-container--lp-columns .row-depth-1.row-number-1 .span6 > .row-fluid-wrapper > .row-fluid {
    max-width: 500px;
		margin: 0 auto;
	}
}

.body-container--lp-columns .row-depth-1.row-number-1 .span6 {
	padding: 102px 21px;
}

@media (max-width: 767px) {
	.body-container--lp-columns .row-depth-1.row-number-1 .span6:first-of-type {
		padding-top: 120px;
	}
}

/* Banner Form */

.body-container--banner-form .row-depth-1.row-number-1 > .row-fluid {
	z-index: 999;
	position: relative;
}


/* Ovelap content */

.overlap-content:not(.skip) .row-depth-1.row-number-2 {
  margin: -13% auto 80px auto;
	border-radius: 15px;
	box-shadow: 0 1px 6px 0 rgb(13 12 84 / 2%), 0 6px 22px 0 rgb(13 12 84 / 4%);
	background: #ffffff;
	max-width: 920px;
	z-index: 5;
	padding: 73px 70px;
}

.overlap-team-member .row-depth-1.row-number-2 {
  margin: -480px auto 140px auto;
	border-radius: 15px;
	box-shadow: 0 1px 6px 0 rgb(13 12 84 / 2%), 0 6px 22px 0 rgb(13 12 84 / 4%);
	background: #ffffff;
	max-width: 920px;
	z-index: 5;
	padding: 37px 70px 73px 70px;
}

@media (max-width: 500px) {
  .overlap-content:not(.skip) .row-depth-1.row-number-2,
	.overlap-team-member .row-depth-1.row-number-2  {
	  padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width: 768px) {
	.overlap-content:not(.skip) .row-depth-1.row-number-2 {
	  max-width: 100%;
		margin: -13% auto 80px auto;
	}
}

.overlap-content .button {
  transition: all 400ms ease-in-out;
}

.overlap-content .button:hover {
  transform: scale3d(0.97, 0.97, 1.01);
}


/* Animate links */

.animate-link {
	position: relative;
	padding-left: 25px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.animate-link:before {
	height: 1px;
	width: 17px;
	top: 54%;
	left: 0;
	background: #6998b9;
	transform: translateY(-50%);
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.animate-link:hover {
	padding-left: 44px;
}

.animate-link:hover:before {
  width: 35px;
}


/* Download landing page */

@media (max-width: 768px) {
	.download-lp .dnd_area-row-0-background-image {
	  padding-top: 160px;
	}
}


/* Project Details page */

.project-overlap .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-padding.dnd-section {
	padding: 50px 56px;
	background-color: #fff;
	max-width: 1240px;
	margin: -69px auto 82px;
}

.divider {
	width: 100%;
	height: 1px;
	background-color: #dfdfdf;
	margin-top: 0px;
	margin-bottom: 0px;
}

.divider.wider {
  margin-top: 0px;
	margin-bottom: 50px;
}


@media (max-width: 1027px) {
	.project-overlap .fixed-background {
	  background-size: contain !important;
		background-repeat: no-repeat !important;
	}
}


/* Modal */

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title {
  font-family: Lato;
  margin-bottom: .4rem;
}

.glightbox-clean .gslide-desc, .glightbox-modern .gslide-desc {
  font-family: Open Sans;
}



.header-main__language-switcher {
	display: none !important;
}

@media (max-width: 1027px) {
	.center-text-mobile div {
		text-align: center;
	}
}



/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



html {
	scroll-behavior: smooth;
}

.body-container a.fm_button span {
 background: none !important;
  color: #636363;
}

a.fm_button.fm_linkedin span:before {
    content: "\f0e1";
}

a.fm_button.fm_twitter span:before {
    content: "\f099";
}

a.fm_button.fm_facebook span:before {
    content: "\f09a";
}

a.fm_button.fm_youtube span:before {
    content: "\f167";
}

body h3, body h4 {
 color: #212121; 
}

@media (max-width: 991px) {
	.mobile-wrapper .span6 {
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	.dnd_area-row-2-vertical-alignment.mobile-wrapper .row-fluid {
    display: block !important;
	}
}

.footer__erp .row-fluid .span6 {
	width: 48.618784527% !important;
	float: left;
}

@media (max-width: 700px) {
	.footer__erp .span6 > span {
		display: none;
	}
}

.item-with-image {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 43px 70px rgba(0,0,0,.07);
    margin-top: 120px;
    padding: 21px 27px;
    transition: all .21s linear;
}

.item-with-image__image {
    background-size: cover;
    border-radius: 7px;
    display: block;
    margin: -106px auto 21px;
    min-height: 170px;
    text-indent: -9999px;
    transition: all .21s ease-in;
    width: 100%;
}

.calc-wrapper .dnd-column.span12 {
      background: #fff!important;
    background-size: 50%;
    border-radius: 14px;
    box-shadow: 0 0 41px rgba(5,19,61,.14);
    margin: -160px 0 41px;
    min-height: 510px;
    overflow: hidden;
    padding: 41px 41px 14px 44px;
    position: relative;
}


.imposing-header {
    padding: 40px 30px;
    position: relative;
    background: #444;
    border-top: 10px solid #111841;
    color: #fff;
    text-align: center;
}

.imposing-header h1 {
 color: #fff;
  font-size: 42px;
}

.imposing-header .secondary-header {
  color: #666;
}

.imposing-header:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -40px;
    position: absolute;
    left: 50%;
    bottom: -38px;
    z-index: 1;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #444;
}

.map-section iframe {
    width: 100% !important;
    float: left;
}

.hero-wrapper h1 {
    position: relative;
    margin: 0 0 40px;
    padding: 40px 0;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 52.4px;
    /* font-weight: bold; */
    margin-bottom: 14px;
  display: block !important;
}
.contact-card .dnd-column {
 padding: 60px 40px !important; 
}
.contact-card .dnd-column:before {
    
  display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-left: -10px;
    border: 5px solid #111841;
    border-radius: 100%;
    color: #111841;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-card .span9:before {
  content: "\f124";
}

.contact-card .span3:before {
  content: "\f1e0";
}


.contact-card .dnd-column:hover {
    border-radius: 4px 4px 0 0;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.03);
}

.contact-card .dnd-column:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-appearance: none;
  box-shadow: none;
}

textarea {
    height: 160px;
}

.field > label {
    font-size: 14px;
    font-weight: 600;
}

button, input[type="submit"], input[type="button"], .hs-button.primary {
    display: inline-block;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 25px;
    background: #111841;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff !important;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    letter-spacing: 0.05em;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    -webkit-transition: all 0.4s ease, -webkit-transform 0.2s ease;
    transition: all 0.4s ease, transform 0.2s ease;
    -webkit-appearance: none;
}

.alternate {
 background: #f9f9f9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f9f9 80%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(80%,#f9f9f9));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f9f9f9 80%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#f9f9f9 80%);
  background: radial-gradient(ellipse at center, #ffffff 0%,#f9f9f9 80%);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

h3 {
    font-size: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: #212121;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 1.1;
    font-weight: 400; 
}

.body-container .hs_cos_wrapper_type_rich_text ul li:before, .body-container .hs-richtext ul li:before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    color: #111841;
    font-family: FontAwesome;
    font-weight: 700;
  background: none;
}
.body-container .hs_cos_wrapper_type_rich_text ul, .body-container .hs-richtext ul {
    padding-left: 25px;
    list-style: none;
}

.body-container .hs_cos_wrapper_type_rich_text ul li, .body-container .hs-richtext ul li {
    position: relative;
    padding-left: 15px;
}

.widget-type-rich_text li:before, table li:before {
 background: none; 
}

.dnd-section:not(.dnd-section[class*=force-full-width-section])>.row-fluid {
 width: unset; 
}

footer .dnd-section:not(.dnd-section[class*=force-full-width-section])>.row-fluid {
 width: 70%; 
}

/* Layout */
.footer-container > div:not(.footer__main) {
	flex: 1 1 0px;
}

@media (min-width: 1027px) {
	.footer__main {
		padding-right: 34px;
	}
}

/* Social Links */
.footer__social-link a {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  margin-right: 7px;
}

.footer__social-link a svg {
  height: 43%;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  fill: #fff;
  top: 50%;
}

.footer__social-link {
  margin-bottom: 43px;
}


/* Footer Text */

.footer__left * {
  font-size: 14px;
}

.footer__text,
.footer__copyright-text,
footer .hs-menu-depth-2 a,
.footer__legal-menu a {
  opacity: .7;
}

@media (min-width: 1027px) {
  .footer__text {
    max-width: 270px;
  }
}


/* Footer navigation */


.footer__menu .hs-menu-wrapper li {
  text-align: left;
	display: block;
	width: 100%;
}

.footer__menu .hs-menu-wrapper li a {
  display: block;
}

.footer__menu a {
  font-size: 14px;
}

footer a:not(.cta_button):hover {
  opacity: 1;
  color: inherit;
}

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

.footer__menu .hs-menu-wrapper ul {
  justify-content: space-between;
	width: 100%;
}

.footer__menu .hs-menu-depth-2 a {
  font-weight: 300;
  padding: 4px 0 12px 0;
}

.footer__legal-menu a {
  text-transform: none;
  font-size: 14px;
  margin-right: 12px;
  display: inline-block;
  font-weight: 300;
}

@media (max-width: 767px) {
  .footer__menu .hs-menu-item,
  .footer__menu .hs-menu-flow-horizontal {
    display: block;
    width: 100%;
  }
  
  .footer__menu .hs-menu-depth-1 > a, 
  .footer__menu .hs-menu-depth-2 > a,
  .footer__legal-menu a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 0;
    display: block;
  }
  
  .footer__menu .hs-menu-depth-1 {
    margin-bottom: 2rem;
  }
}

.footer__menu {
	margin-top: 1.2rem;
}

/* Fluid / Full width footer */

.footer-container--wide {
	padding: 0 5%;
}
  
/* Footer on landing pages */

.footer--no-nav {
	background: 

  
  
    
  


  rgba(33, 34, 39, 1.0)

;
	padding: 2.134vw;
}
  
.footer__copyright p {
	margin: 0;
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots button::before {
  
  content: none !important;
}

.slick-slider.slick-dotted .slick-dots li button {
    background: #184586;
    border: 0;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0 !important;
    height: 10px;
    line-height: 0;
    outline: none;
    padding: 0;
    width: 10px;
}

.slick-list {
  position: relative;
}

.gallery .slick-arrow.slick-prev, .gallery .slick-arrow.slick-next {
    position: absolute;
    transform: translateY(calc(-100% - 38px));
    top: 50%;
    z-index: 1000000;
    background: unset;
    border: 0;
    padding: 0;
  font-size: 0px !important;
}

.gallery .slick-prev:before {
 rotate: 135deg; 
  position: relative;
       top: -80px;
    left: -20px;
}

.gallery .slick-next:before {
 rotate: -45deg; 
     
   position: relative;
    left: 30px;
    top: -35px;
}
}