












































*, *: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;
}
.dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*================================================  FONTS  ================================================*/
@font-face {
	font-family: 'Font Awesome 5 Free Solid';
	src: url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Solid.eot') format('embedded-opentype'),
		url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Solid.woff2') format('woff2'),
		url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Solid.woff') format('woff'),
		url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Solid.ttf') format('truetype'),
		url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Solid.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	src: url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Regular.eot') format('embedded-opentype'),
		url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Regular.woff2') format('woff2'),
		url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Regular.woff') format('woff'),
		url('https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Regular.ttf') format('truetype'),
		url(https://4898956.fs1.hubspotusercontent-na1.net/hubfs/4898956/SMG3Rx_April2020/FONTS/FontAwesome5Free-Regular.svg%27) format('svg');
	font-weight: normal;
	font-style: normal;
}
/*================================================  FONTS END  ================================================*/
html {
	font-size: 16px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	color: #42474c;
	line-height: 1.6;
	font-style: normal;
	font-weight: 300;
}

p {
	margin: 12px 0;
	font-family: Roboto, sans-serif;
}

/* Anchor Links */
a {
	color: #1fc6ee;
	box-shadow: none;
	text-decoration: none;
	transition: .3s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #1e2428;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: PT Sans, sans-serif;
	color: #1e2428;
	font-style: normal;
	word-break:break-all;
}


@media (min-width:992px) {
	h1 {
		font-size: 52px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 26px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 20px;
	}
}

h1 {
	font-size: 39px;
	line-height: 1;
}

h2 {
	font-size: 32px;
	line-height: 1;
}

h3 {
	font-size: 28px;
	line-height: 1.3;
}

h4 {
	font-size: 24px;
	line-height: 1.5;
}

h5 {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
}

h6 {
	font-weight: 400;
	font-size: 19px;
	line-height: 1.5;
}

strong {
	font-weight: 700;
}

code {
	vertical-align: bottom;
}

ul{
	margin: 0 0 1.5em 0;
}

ol {
	margin: 0 0 1.5em 0;
}

.body-container-wrapper ul:not([class]) {
	list-style:none;
		padding-left: 0;
}

.body-container-wrapper ul:not([class]) > li:before {
	content: '\f00c';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 10px;
	color: #1fc6ee;
}

ul li{
	font-weight: normal;
} 

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}


blockquote {
	position: relative;
	margin: 0;
	padding: 10px 45px 10px 45px;
	font-style: italic;
	quotes: "\201c" "";
	font-weight: 700;
	font-size: 26px;
	line-height: 1.5;
	font-family: PT Sans, sans-serif;
}

blockquote:before {
	content: open-quote;
	position: absolute;
	font-size: 100px;
	line-height: .5;
	font-weight: 700;
	left: -20px;
	top: 30px;
	color:#1fc6ee;
}

/* Horizontal Rules */
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


.disable-focus-styles :focus {
	outline: none;
}


img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

figure {
	margin:0;
}
form {
	max-width: 750px;
	font-family: PT Sans, sans-serif;
}

.hs-button {
	margin: 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	transition: all 0.15s linear;
	background-color: #0093d0;
	border-color: #0093d0;
	color: #fff;
	
	text-decoration: none;
	margin: 15px 0;
	font-weight: 700;
	line-height: 12px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
	font-family: verdana, geneva;
	white-space:normal;
}

.hs-button:hover, .hs-button:focus {
	background-color: #0093d0;
	border-color: #0093d0;
	
	color: #fff;
}

.hs-button:active {
	background-color: #0093d0;
	border-color: #0093d0;
}


.hs-form label {
	color: #33475b;
	display: block;
	float: none;
	width: auto;
	font-weight: normal;
	text-align: left;
	padding-top: 0;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	font-family: verdana, geneva;
}

.hs-error-msgs label {
	margin-top: .5rem;
	color: #f2545b !important;
}


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,
.hs-input {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 9px 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	background-color: #f5f8fa;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border: 1px solid #cbd6e2;
}

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

.hs-input[type=file] {
	background-color: #fff;
	padding: initial;
	border: initial;
	line-height: initial;
	box-shadow: none;
}

.hs-input:-moz-placeholder {
	color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
	color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
	transition: border 0.2s linear;
}
.hs-input:focus {
	outline: none;
	border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
	height: auto;
}

select[multiple].hs-input {
	height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
	width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
	border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
	border-color: #b9554d;
}

.actions {
	padding: 0;
}

.inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 0;
}
.inputs-list > li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
}
.inputs-list label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	font-weight: normal;
}
.inputs-list:first-child {
	padding-top: 6px;
}
.inputs-list > li + li {
	padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
	vertical-align: middle;
}

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

.field {
	margin-bottom: 18px;
}

.hs-field-desc {
	color: #7c98b6;
	margin: 0px 0px 6px;
	font-size: 14px;
}

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

.hs-richtext {
	margin-bottom: 3px;
	line-height: 1.2;
	font-size: 18px;
	color: #42474c;
}
.hs-richtext hr {
	text-align: left;
	margin-left: 0;
	width: 91%;
}

.grecaptcha-badge {
	margin: 0 auto;
}

.email-correction, .email-validation {
	padding-top: 3px;
	font-size: 12px;
}
.email-correction a,
.email-validation a {
	cursor: pointer;
}
@media (max-width: 400px),
	(min-device-width: 320px) and (max-device-width: 480px) {
		.email-correction form .form-columns-2 .hs-form-field,
		.email-correction form .form-columns-3 .hs-form-field,
		.email-validation form .form-columns-2 .hs-form-field,
		.email-validation form .form-columns-3 .hs-form-field {
			float: none;
			width: 100%;
		}
		.email-correction form .form-columns-2 .hs-form-field .hs-input,
		.email-correction form .form-columns-3 .hs-form-field .hs-input,
		.email-validation form .form-columns-2 .hs-form-field .hs-input,
		.email-validation form .form-columns-3 .hs-form-field .hs-input {
			width: 90%;
		}
		.email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-2 .hs-form-field input[type=radio],
		.email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-3 .hs-form-field input[type=radio],
		.email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-2 .hs-form-field input[type=radio],
		.email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-3 .hs-form-field input[type=radio] {
			width: 24px;
		}
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: Roboto, sans-serif;
}

form#email-prefs-form input.email-edit.hs-input {
	width: 100% !important;
}

input#hs-pwd-widget-password {
	height:40px!important;
}

@media (max-width:768px) {
	.systems-page .success {
		min-width: 100% !important;
	}

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


.custom-menu-primary .hs-menu-wrapper > ul {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	line-height: 14px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Roboto',sans-serif;
	margin: 0 -6px 0 19px !important;
	color: #1c374c;
	padding: 10px;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-menu-primary .hs-menu-wrapper ul li.active > a > span {
	color: #1fc6ee;	
}

.custom-menu-primary .hs-menu-wrapper > ul li > a > span:hover {
	color: #1fc6ee;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free Solid";
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 10px;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 15px;
	content: "\f107";
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
	display: block;
	min-width: 200px;
	margin: 0;
	background-color: white;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
	transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
	background-color: rgba(197, 203, 207, 0.1);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	line-height: 14px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Roboto',sans-serif;
	margin: 0 -6px 0 19px;
	color: #1c374c;
	font-weight: 500;
	padding: 16px 20px;
	display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

@media (max-width:768px) {
	.custom-menu-primary .hs-menu-wrapper {
		position: fixed;
		top: 0;
		right: -80%;
		z-index: 998;
		max-width: 80%;
		height: 100vh;
		background-color: white;
		-webkit-transition: right 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
		transition: right 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
		width: 100%;
	}

	.mobile-open .custom-menu-primary .hs-menu-wrapper {
		right: 0;
		-webkit-transition: all 0.5s cubic-bezier(0.35, 0.19, 0.45, 0.91);
		transition: all 0.5s cubic-bezier(0.35, 0.19, 0.45, 0.91);
		box-shadow: 2px 0 10px rgba(0,0,0,0.3);
	}

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

	.mobile-open {
		overflow: hidden;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		max-width: 100%;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
		line-height:28px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
		content: none;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger {
		font: normal normal normal 14px/1 FontAwesome;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-family: "Font Awesome 5 Free Solid";
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-top: 3px !important;
		margin-left: 5px;
		font-size: 15px;
		width: 40px !important;
		height: 40px !important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex !important;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position:absolute;
		right:0;
		transition:none !important;
		cursor:pointer;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger:after {
		content: "\f107";
	}


	.custom-menu-primary .hs-menu-wrapper>ul ul {
		display: none;
		position: static;
		box-shadow: none;
		opacity:1;
		visibility:visible;
		padding-left:20px;
	}

	.mobile-menu-overlay {
		position: fixed;
		display: block;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(0,0,0,0.75);
		z-index: 997;
		-webkit-transition: opacity 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88),visibility 0.1s linear;
		transition: opacity 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88),visibility 0.1s linear;
		z-index: 990;
		background-color: transparent;
	}

	.mobile-open .mobile-menu-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		-webkit-transition: opacity 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88),visibility 0.1s linear;
		transition: opacity 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88),visibility 0.1s linear;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a,
	.custom-menu-primary .hs-menu-wrapper ul li.active > a{
		background-color: rgba(197, 203, 207, 0.1);
	}

}

@media (max-width:425px) {
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a,
	.custom-menu-primary .hs-menu-wrapper ul li.active > a{
		background-color: transparent;
	}


}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
.header {
	background-color: #F8FAFC;
	box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}

.header-top {
	font-size: 0.875rem;
	border-bottom: 1px solid #c5cbcf;
	background-color: #1c374c;
	color: #ffffff;
	border-color: rgba(255,255,255,0.2);
}

.header-top .content-wrapper-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 7px;
	padding-bottom: 7px;
}


.content-wrapper-inner > * {
	padding-left: 15px;
	padding-right: 15px;
	padding-top:3px;
	padding-bottom:3px;
}

.header-contact .contact-block__inner {
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-contact-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 25px;
	padding-bottom: 26px;
	text-align:center;
}

.top-contact-content {
	padding-left: 10px;
	padding-right: 10px;
}

.top-contact-content .fa {
	font-family: "Font Awesome 5 Free Solid";
}

.top-contact-content .far {
	font-family: "Font Awesome 5 Free";
}

.top-contact-content i {
	margin-right: 10px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 14px;
}

.top-contact-content i.fa.fa-envelope-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.top-contact-content i.fa.fa-map-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.top-contact-content span {
	font-size:14px;
	display:inline-block;
	padding-right:2px;
}

.header-top a{
	color:#fff;
}

.header-social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-social {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-social-inner {
	padding: 12px 18px;
}

.header-social-inner {
	padding-top: 26px!important;
	padding-bottom: 25px!important;
}

.header-social ul {
	margin: 0 -11px;
	list-style: none;
}

.header-social ul li {
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
}

.header-social ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #25ebff;
}

.header-social ul li a span {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.header-social ul li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: 1.25rem;
	display: block;
	line-height: 1.5em;
	margin: auto;
	font-size: 16px;
	font-size: 1rem;
}


.header-social ul li a[href*="linkedin.com"]::before {
	content: '\f0e1';
}

.header-social ul li a[href*="twitter.com"]::before {
	content: '\f099';
}
.header-social ul li a[href*="facebook.com"]::before {
	content: '\f09a';
}


.header-main {
	background-color: rgba(255,255,255,0.7);
}

.header-main-inner {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.header-main-inner > * {
	margin-left: 15px;
	margin-right: 15px;
}

.header-logo {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-top: 0!important;
	padding-bottom: 10px;
}

.header-logo > div {
	line-height: 1;
	margin-top: 22px;
}

.header-logo img {
	width: 100% !important;
	min-width:200px;
}

.custom-menu-primary {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.scroll-header .header-main {
	box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index:99;
}

.scroll-header .header-logo {
	padding-bottom: 6px;
	padding-top: 2px !important;
}

.scroll-header .header-logo > div {
	margin-top: 0;
}

.mobile-trigger {
	width: 35px;
	height: 35px;
	display: none;
	position: absolute;
	padding: 0;
	border-width: 0;
	left: -45px;
	top: 10px;
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: none;
	border: none;
	outline:none;
}

.mobile-trigger:hover {
	color: #ffffff;
	background: #1e2428;
} 

@media (min-width:544px) {
	.header-logo {
		visibility: visible;
		opacity: 1;
		transition: all .3s ease-out;
	}
}

@media (min-width:768px) {
	.header-contact .contact-block__inner {
		-webkit-flex-wrap: no-wrap;
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
	}

	.header-logo {
		margin-right: auto;
	}

	.header-main-inner {
		padding-top: 0;
		padding-bottom: 0;
	}

	.custom-menu-primary {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		position: static;
	}

	.scroll-header .header-main {
		position: fixed;
		top: 0;
	}
}

@media (min-width:992px) {
	.content-wrapper-inner > * {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.header-logo {
		padding-bottom: 12px;
	}

	.header-main-inner {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.header-top .content-wrapper-inner {
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top:0;
		padding-bottom:0;
	}

	.top-contact-content {
		text-align:left;
	}
}

@media (min-width:1441px) {
	.header-top {
		font-size: 16px;
		font-size: 1rem;
	}	

	.top-contact-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-logo {
		padding-bottom: 20px;
	}

	.header-contact .contact-block__inner {
		margin-left: -20px;
		margin-right: -20px;
	}

	.header-social ul li {
		padding:0 11px;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
		padding: 10px 2px;
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

@media (max-width:1140px) {
	.header-contact .contact-block__inner,
	.header-social{
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width:768px) {
	.top-contact-content {
		padding-top: 10px!important;
		padding-bottom: 0px!important;
		width: 100%;
	}

	.header-main-inner {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.mobile-trigger {
		color: #ffffff;
		background: #16b0c8;
		display: block;
		cursor: pointer;
	}

	.mobile-trigger i {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.mobile-trigger i:before {
		top: .75em;
		content: '\f0c9';
	}

	.mobile-open .mobile-trigger i:before {
		content: '\f00d';
	}
}
.footer {
	background-color: #2b3238;
	color: #ffffff;
}


.footer-copyright {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 0.875rem;
	border-top: 1px solid #c5cbcf;
	border-color: rgba(255,255,255,0.15);
}

.footer-copyright p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.footer__main {
	padding: 30px 0 10px;
	font-size: 1rem;
	line-height: 1.9;
}

.footer__main h6 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}

.footer__main h6 {
	font-size: 22px;
}

.footer-address a {
	font-weight: 700;
	color: #1fc6ee ;
}

.footer-address a:hover {
	font-weight: 700;
	color: #1fc6ee;
}

.footer__main > div > div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	width:unset;
}

.footer__main > div > div:before,
.footer__main > div > div:after{
	content:none;
	display:none;
}

.footer__main .footer-logo,
.footer__main .footer-address,
.footer__main .footer-links {
	position: relative;
	min-height: 1px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: none;
	margin: 0;
	margin-bottom: 40px;
	width:100%;
}

.footer-logo p {
	margin:0;
}

.footer-logo p:not(:first-of-type) {
	margin-top: 23px;
	margin-bottom: 0;
}


.footer-links .hs-menu-wrapper > ul > li > a {
	font-weight: 300;
	color: #fff;
}

.footer-links .hs-menu-wrapper > ul > li > a:hover {
	color:rgba(255,255,255,0.4)
}

.footer-links .hs-menu-wrapper > ul > li + li {
	margin-top: 6px;
}

.footer-social {
	padding: 37px 0;
	font-size: 16px;
	font-size: 1rem;
	border-bottom: 1px solid #c5cbcf;
	border-color: rgba(255,255,255,0.15);
}

.footer-social ul {
	list-style: none;
	padding:0;
	padding-top: 26px!important;
	padding-bottom: 25px!important;
	margin: 0 -11px;
}

.footer-social ul li {
	padding: 0 11px;
	display: inline-block;
}

.footer-social ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #25ebff;
}

.footer-social ul li a:hover {
	color: #fff;
}

.footer-social ul li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: 1.25rem;
	display: block;
	line-height: 1.5em;
	margin: auto;
	font-size: 1.0625rem;
}

.footer-social ul li a[href*="linkedin.com"]::before {
	content: '\f0e1';
}

.footer-social ul li  a[href*="twitter.com"]::before {
	content: '\f099';
}

.footer-social ul li a[href*="facebook.com"]::before {
	content: '\f09a';
}

.footer-social ul li a span {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

a#back_to_top {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: -999em;
	overflow: hidden;
	width: 58px;
	height: 58px;
	z-index: 999;
	color: #ffffff;
	text-align: center;
	color: #ffffff;
	background: #2b3238;
}

a#back_to_top:hover {
	background: #1fc6ee;
}

a#back_to_top:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	line-height: 58px;
	font-size: 18px;
	content: "\f077";
	color: #fff;
	cursor:pointer;
}

@media (min-width:992px) {
	.footer__main {
		padding: 50px 0 23px;
	}

	.footer__main .footer-logo,
	.footer__main .footer-address,
	.footer__main .footer-links {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

}

@media (min-width:768px) {
	.footer__main .footer-logo,
	.footer__main .footer-address,
	.footer__main .footer-links {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	a#back_to_top {
		right: 0;
		bottom: 70px;
	}


	.top-link.show {
		display: block !important;
	}
}

@media (max-width:543px) {
	.footer-social ul {
		text-align:center;
	}
}
/* TODO: Find a better place for this */
.content-wrapper {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.blog-header {
	background-color: transparent;
	text-align: center;
}

.blog-header__inner {
	max-width: 600px;
	margin: 0 auto;
	padding: 3.3rem 0;
}
.blog-header__title {
	font-size: 2rem;
}
.blog-header__subtitle {
	margin: 1rem 0 2rem;
}

.blog-header__form {
	margin: 0 1rem;
}

@media screen and (min-width: 768px) {
	.blog-header__form {
		width: 500px;
		margin: 0 auto;
	}
}

.blog-index {
	display: flex;
	flex-wrap: wrap;
	padding: 3.3rem 0;
}
.blog-index:after {
	content: "";
	flex: auto;
}
.blog-index__tag-header {
	flex: 1 0 100%;
	padding: 1rem;
}
.blog-index__tag-subtitle {
	font-size: 1.16rem;
	line-height: 1.1;
}
.blog-index__tag-heading {
	padding-bottom: 1rem;
	border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
	flex:  0 0 100%;
	padding: 1rem;
}
@media screen and (min-width: 768px) {
	.blog-index__post {
		flex:  0 0 calc(100%/2);
	}
}
@media screen and (min-width: 1000px) {
	.blog-index__post {
		flex:  0 0 calc(100%/3);
	}
}
@media screen and (min-width: 768px) {
	.blog-index__post--large {
		flex: 1 0 100%;
		display: flex;
		justify-items: space-between;
	}
}
.blog-index__post-image {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 63%;
	background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
		}
@media screen and (min-width: 768px) {
	.blog-index__post-image--large {
		flex: 1 1 100%;
		padding-bottom: 0;
	}
	.blog-index__post-content--large {
		flex: 1 1 100%;
		padding-left: 2rem;
	}
	.blog-index__post-image--large {
		flex: 1 1 48%;
	}
	.blog-index__post-content--large {
		flex: 1 1 48%;
		padding-left: 2rem;
	}
}
.blog-index__post-content h2 {
	margin: .5rem 0;
}
.blog-index__post-content--small h2 {
	font-size: 32px;
}
.blog-index__post-content p {
	font-family: PT Sans, sans-serif;
}
.blog-index__post-content a {
	color: #42474c;
}
.blog-index__post img {
	max-width: 100%;
	height: auto;
}

.blog-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: PT Sans, sans-serif;
	margin-bottom: 3.3rem;
}
.blog-pagination__link {
	display: inline-flex;
	padding: .25rem .4rem;
	margin: 0 .1rem;
	color: #42474c;
	text-decoration: none;
	border: 2px solid transparent;
	line-height: 1;
	border-radius: 7px;
}
.blog-pagination__link--active {
	border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
	text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
	display: inline-flex;
	align-items: center;
}
.blog-pagination__prev-link {
	text-align: right;
	margin-right: .25rem;
}
.blog-pagination__next-link {
	text-align: left;
	margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
	color: #B0C1D4;
	pointer-events: none;
	cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
	fill: #42474c;
	margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
	fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
	border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
	height: 200px;
	width: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
	display: inline-block;
	position: relative;
	background-color: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 5px;
}
.blog-header__author-social-links a:hover {
	background-color: #42474c;
}
.blog-header__author-social-links svg {
	fill: #fff;
	height: 15px;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog-post {
	max-width: 960px;
	margin: 0 auto;
	padding: 3.3rem 0;
}
.blog-post h1 {
	font-size: 1.6rem;
}
.blog-post__meta {
	margin: 1rem 0;
}
.blog-post__meta a {
	color: #42474c;
	text-decoration: underline;
}

.blog-post__tags {
	font-family: PT Sans, sans-serif;
	color: #000;
}
.blog-post__tags svg {
	width: 15px;
	height: auto;
	margin-right: 10px;
}
.blog-post__tag-link {
	font-size: .8rem;
	color: #000;
}

.blog-recent-posts {
	margin-top: 3rem;
	background-color: transparent;
	padding: 2rem 0;
}
.blog-recent-posts h2 {
	text-align: center;
}
.blog-recent-posts__list {
	display: flex;
}
.blog-recent-posts__post {
	display: block;
	flex:  0 0 100%;
	color: #42474c;
	padding: 1rem;
}
@media screen and (min-width: 768px) {
	.blog-recent-posts__post {
		flex:  0 0 calc(100%/2);
	}
}
@media screen and (min-width: 1000px) {
	.blog-recent-posts__post {
		flex:  0 0 calc(100%/3);
	}
}
.blog-recent-posts__post:hover {
	text-decoration: none;
}
.blog-recent-posts__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 63%;
}
.blog-recent-posts__title {
	margin: 1rem 0 .5rem;
}


.blog-comments .hs-submit {
	text-align: center;
}

.blog-comments .comment-reply-to {
	border: 0 none;
}
.blog-comments .comment-reply-to:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #0093d0;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
	display: -webkit-flex; /* Safari */     
	display: flex; /* Standard syntax */
	margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
	-webkit-flex: 1; /* Safari */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
	flex-basis: 31.914893614%;

}
img.featured-image {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}


/*=========================================== BLOG LISTING =======================================*/

.post-listing {
	margin-top: 2.7em;
	margin-bottom: 60px;
}

.post-item .post-thumbnail {
	margin: 0;
	display: block;
	margin-bottom: 35px;
}

.post-item .post-thumbnail img {
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
}

.post__date {
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 0.875rem;
}

i.fa.fa-calendar-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 6px;
	color: #1fc6ee;
}

.post__date a {
	color: rgb(143,147,149);
}

.post__date a:hover {
	color:#1fc6ee;
}

.entry-title a {
	color: inherit;
	font-family: inherit;
}

.entry-title a:hover {
	color: #1fc6ee;
	font-family: inherit;
}

.entry-title {
  display: flex;
	margin: 0 0 14px;
}

.entry-content p {
	margin: 0;
	display: inline;
}

a.btn {
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	box-shadow: none;
	border: none;
	line-height: 1.1;
	font-size: 1rem;
	padding: 0;
	text-decoration: underline;
	text-transform: lowercase;
	letter-spacing: 0;
	background: none;
	margin-left: 3px;
}

.entry-footer .entry-meta {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 30px -6px 0;
	padding: 15px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid rgba(197, 203, 207, 0.25);
	color: rgb(143,147,149);
}

.entry-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.entry-meta > * {
	padding-left: 6px;
	padding-right: 6px;
}

.entry-meta .post-comments {
	margin-left: auto;
}

.post-comments a {
	color: rgb(143,147,149);
}

.post-comments a:hover {
	color:#1fc6ee;
}

.post-comments i {
	margin-right: 6px;
	font-family: "Font Awesome 5 Free Solid";
	font-weight: 900;
	color: #1fc6ee;
}

.post-item {
	margin-bottom: 40px;
}

/*=========================================== BLOG LISTING END =======================================*/

/*=========================================== BLOG POST =======================================*/

.blog-post-wrapper {
	margin-top: 2.7em;
	margin-bottom:10px;
}

.blog-post-wrapper .post-featured-img img {
	width: 100%;
}

.blog-post-wrapper .post-featured-img {
	margin-bottom: 34px;
}

.blog-post-wrapper .post__date 
i.fa.fa-calendar-o {
	font: normal normal normal 14px/1 FontAwesome;
}

.blog-post-wrapper .entry-header {
	margin-bottom: 18px;
}

.blog-post-body:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.blog-post-wrapper .entry-footer .entry-meta {
	margin-top: 20px;
}

.blog-post-wrapper .post-comments i {
	font: normal normal normal 14px/1 FontAwesome;
}

.blog-comments {
	max-width: 680px;
	margin: 50px auto;
}
.blog-comments form {
	max-width: 100%;
}

.related-post-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.related-post-inner .post-item {
	position: relative;
	min-height: 1px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: none;
	margin-bottom: 45px;
	width:100%;
}

.hs-blog-post i.fa.fa-calendar-o {
	font: normal normal normal 14px/1 FontAwesome;
}

.hs-blog-post .post-comments i {
	font: normal normal normal 14px/1 FontAwesome;
}

.related-post-wrapper h3 {
	margin-bottom: 40px;
}

.related-post-inner .entry-title {
	margin-bottom: 4px;
}

.related-post-inner .entry-title a:hover{
	color: #1fc6ee;
}

@media (min-width:544px) {
	.related-post-inner .post-item {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.related-post-inner figure {
		max-height:400px;
		overflow:hidden;
	}

}
/*=========================================== BLOG POST END =======================================*/
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: PT Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: PT Sans, sans-serif;
  font-size: 1.25rem;
  color: #42474c;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #42474c;
}

h1, h2, h3, h4, h5, h6 {
  white-space: pre-wrap;
  word-break: keep-all; /*this stops the word breaking*/
}



@media (min-width: 544px) {
	.content-wrapper {
		max-width: 576px;
	}
}

@media (min-width: 768px) {
	.content-wrapper {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.content-wrapper {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.content-wrapper {
		max-width: 1200px;
	}
}

.content-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}