








































*, *: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;
}
/* Missing Template at Path: \'AllvueSystems_May2024\/css\/_layout.css\' */
form {
	max-width: 500px;
	font-family: Segoe UI Variable Static Text;
}
.body-container-wrapper form , .systems-page form {
	padding: 25px;
	margin: 10px 0;
  padding-top:0px;
}
.hs-button {
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	line-height: 1em;
	transition: all 0.15s ease;
	font-family: Segoe UI Variable Static Text,sans-serif;
	background-color: #8179ff;
	border-color: #8179ff;
	color: #fff;
	border-radius:0px;
	border-style: solid;
	border-width: 0px;
  padding: 15px 20px
	white-space: normal !important;

	
	text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
	text-decoration: none;
}

.hs-form label {
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 10px;
	color: #000;
	display: block;
	float: none;
	width: auto;
	font-weight: normal;
	text-align: left;
	line-height:normal;
	padding-top: 0;
	margin-bottom: 4px;
}

.hs-error-msgs label {
	margin-top: .5rem;
	font-size: 15px;
	color: red;
}

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% !important;
	font-family:Segoe UI Variable Static Text,sans-serif;
	padding: 7px 5px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	color: #191c1c;
	border: 1px solid #101010;

}

.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: red;
}
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: #101010;
}

.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:  16px;
	color: #191c1c;
}
.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: Segoe UI Variable Static Text;
}
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 */
.blog-header .author-page , .blog-index__tag-header{
	display:none !important;
}
.blog-post-content-wrapper {
	background-color: #ece9e6;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #191c1c;
}

.blog-post-content-wrapper .content-wrapper {
	max-width: 100%;
	padding: 0 40px;
	width: 1300px;
	margin: 0 auto;
}

.blog-post-content-wrapper .content-wrapper .blog-post {
	max-width: 100%;
	padding: 0;
}

.blog-post-content-wrapper .content-wrapper .blog-post h1 {
	font-size: 52px;
	color: #191c1c;
	margin-top: 0;
	margin-bottom: 25px;
}
.hs-blog-post .blog-post__body p {
	font-size: 16px;
	font-family: aktiv-grotesk,sans-serif;
	line-height: 1.8em;
	margin-bottom: 25px;
}
.blog-comments form {
	background-color: #191c1c;
	padding: 25px;
	margin: 10px 0;
	max-width: 100%;
}
.blog-comments form h3 {
	color: #fff;
}
.recent-post-group {
	padding: 110px 0 130px;
	background-color: #ece9e6;
	color: #191c1c;
}

.recent_split {
	display: -webkit-flex;
	display: flex;
}

.recent-panel__image {
	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.recent-panel__text {
	width: 50%;
}

.recent-wrap {
	display: block;
	max-width: 100%;
	padding: 0 40px;
	width: 780px;
	margin: 0 auto;
	margin-right: 0;
}

.recent-wrap img {
	max-width: 100%;
	display: block;
	margin-left: auto;
}

.recent-text-wrap {
	display: block;
	max-width: 100%;
	padding: 0 40px;
	width: 780px;
	margin: 0 auto;
	margin-left: 0;
}

.recent-text-wrap h2 {
	margin-bottom: 30px;
	line-height: 1.15em;
	font-size: 64px;
	margin-top: 0;
	font-family: aktiv-grotesk-extended,sans-serif;
}

.recent-text-wrap p {
	font-family: aktiv-grotesk,sans-serif;
	font-size: 20px;
	line-height: 1.5em;
}

.recent-text-wrap .recent-cta {
	color: #8179ff;
	letter-spacing: 0.15em;
	margin-top: 44px;
	display: inline-block;
	padding-bottom: 18px;
	transition: color 0.15s ease;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1em;
	position: relative;
	font-size: 18px;
	font-family: aktiv-grotesk-extended,sans-serif;
}

.recent-text-wrap .recent-cta:before {
	content: " ";
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 5px;
	transition: background 0.15s ease;
	background-color: #8179ff;
}

.recent-text-wrap .recent-cta:hover {
	color: #191c1c;
}

.recent-text-wrap .recent-cta:hover:before {
	background-color: #191c1c;
}


.hs-blog-listing {
	background-color: #ece9e6;
}

.hs-blog-listing .content-wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 40px;
	width: 1630px;
}

.filters {
	margin-bottom: 80px;
}

.filter.loaded {
	margin: 0;
	padding: 0;
	border: none;
	opacity: 1;
	max-width: 100%;
	background-color:transparent;
}

.filter-container {
	position: relative;
	width: 350px;
	display: inline-block;
	margin-right: 50px;
}

.filter-category {
	color: #8179ff;
	font-size: 16px;
	letter-spacing: 0.15em;
	display: block;
	margin-bottom: 18px;
	font-family: aktiv-grotesk-extended,sans-serif;
	text-transform: uppercase;
	line-height: 1.5em;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-inner {
	border: 1px solid #DDD;
	border-radius: 0px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	border: none;
}

.filter-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 65px;
	height: 65px;
	font-size: 20px;
	font-family: aktiv-grotesk-extended,sans-serif;
	padding: 0;
	border: none;
	outline: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	color: #191c1c;
}

.filter-button {
	text-align: center;
	font: 0/0 a;
	background-color: #F8f8f8;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 65px;
	font-size: 0;
	height: 65px;
	width: 42px;
	background-image: url("https://7137901.fs1.hubspotusercontent-na1.net/hubfs/7137901/AllvueSystems_April2020/Image/dropdown_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 26px auto;
	color: white;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F8F8F8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
	width: 350px;
}

.selectric-scroll {
	height: 100%;
	overflow: auto;
}

.blog-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-categories li {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	cursor: pointer;
	display: block;
	padding: 10px;
	background: #D0D0D0;
	color: #191c1c;
	line-height: 20px;
}

.filter-right-container {
	position: relative;
	width: 350px;
	display: inline-block;
	margin-right: 50px;
}

.filter-right-container a {
	transition: all 0.15s ease;
	display: inline-block;
	border: 2px solid #8179ff;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	height: 63px;
	line-height: 63px;
	padding: 0;
	width: 188px;
	text-align: center;
	background: #8179ff;
	color: white;
	cursor: pointer;
	margin-top: 42px;
	text-decoration: none;
}

.filter-right-container a:hover {
	border-color: #191c1c;
	background: #191c1c;
	color: #fff;
}
.blog-index {
	grid-template-columns: repeat(auto-fill, minmax(375px, 1fr) );
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.blog-index__post {
	padding: 20px;
	padding-top: 25px;
	padding-bottom: 50px;
	border: 2px solid #8179ff;
	position: relative;
	background-position: center 20px;
	background-size: auto calc(100% - 96px);
	background-repeat: no-repeat;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.20);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.20);
	cursor: pointer;
	transition: opacity 0.15s ease;
	padding-bottom: 320px;
}

.blog-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.blog-content {
	margin-bottom: 45px;
}

.blog-content h3 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 28px;
	line-height: 1.15em;
}

.blog-content h5 {
	font-size: 18px;
	display: none;
}

.blog-content p {
	line-height: 1.5em;
	font-family: aktiv-grotesk,sans-serif;
	font-size: 15px;
	margin: 0;
}

.blog-content a.cta.small {
	color: #8179ff;
	font-size: 12px;
	padding-bottom: 12px;
	margin-top: 34px;
	transition: color 0.15s ease;
	display: inline-block;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 1em;
	position: relative;
	text-decoration: none;
	font-family: aktiv-grotesk-extended,sans-serif;
}

.blog-content a.cta.small:before {
	content: " ";
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	transition: background 0.15s ease;
	background-color: #8179ff;
	height: 3px;
}

.blog-content a.cta.small:hover {
	color: #191c1c;
}

.blog-content a.cta.small:hover:before {
	background-color: #191c1c;
}

.blog-index__post:hover {
	opacity: 0.7;
}

.blog-index .featured {
	position: absolute;
	width: calc(100% - 40px);
	height: 256px;
	bottom: 78px;
	overflow: hidden;
}

.blog-index .featured img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.blog-index  .blog-categories {
	position: absolute;
	height: 42px;
	bottom: 16px;
	width: calc(100% - 40px);
}

.blog-index .blog-categories p {
	padding: 18px 0;
	display: block;
	border-top: 2px solid #8179ff;
	font-size: 12px;
	color: #8179ff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-family: aktiv-grotesk-extended,sans-serif;
	line-height: 1.5em;
	margin: 0;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: aktiv-grotesk-extended,sans-serif;
    margin: 20px 0;
}
.blog-pagination__link {
	display: inline-flex;
	padding: .25rem .4rem;
	margin: 0 .1rem;
	color: #191c1c;
	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: #191c1c;
	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;
}

.filter-right-container {
	vertical-align: top;
}

.filter-right-container {
	vertical-align: top;
}

.blog-categories li a {
	text-decoration: none;
}

.selectric-items.show {
	display: block;
	z-index: 9;
}

.blog-categories li {
	background: transparent;
}

.blog-categories li:hover {
	background: #D5D5D5;
}

.blog-categories li.active {
	background: #D0D0D0;
	color: #191c1c;
}

.blog-categories li {
	padding: 0;
}

.blog-categories li a {
	display: block;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #191c1c;
	font-family: aktiv-grotesk-extended,sans-serif;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow-x: auto;
}

@media(max-width:1650px){
	.blog-index__post {
		padding-bottom: 20vw;
	} 
	.blog-index .featured {
		height: 15vw;
	}
}

@media (max-width: 1400px) and (min-width: 901px){
	.recent-post-group {
		padding: 90px 0 110px;
	} 
}

@media (max-width: 1264px){
	.blog-index__post {
		padding-bottom: 29vw;
	} 
	.blog-index .featured {
		height: 21vw;
	} 
}

@media (max-width: 1200px) and (min-width: 901px){
	.recent-text-wrap h2 {
		font-size: 50px;
	} 
}

@media (max-width: 1050px) and (min-width: 601px){
	.recent-text-wrap .recent-cta {
		font-size: 15px;
	}
}

@media(max-width:900px){
	.blog-post-content-wrapper .content-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.hs-blog-listing .content-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.blog-post-content-wrapper .content-wrapper .blog-post h1 {
		font-size: 45px;
	}
	.recent-post-group {
		padding: 70px 0;
	}

	.recent_split {
		display: block;
	}

	.recent-panel__image {
		padding-bottom: 60px;
		width: 100%;
	}

	.recent-wrap {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}

	.recent-panel__text {
		width: 100%;
	}

	.recent-text-wrap {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}

	.recent-text-wrap h2 {
		font-size: 45px;
	}

	.recent-text-wrap p {
		font-size: 18px;
		margin: 0;
	}
	.recent-text-wrap .recent-cta:before {
		height: 4px;
	}
	.filter-container {
		max-width: 42vw;
		margin: 0;
	}
	.filter-right-container {
		max-width: 42vw;
		margin: 0;
		margin-left: 20px;
		display: block;
		margin: 0;
	}
	.filter-right-container a {
		margin-top: 25px;
	}
	.blog-content h3 {
		font-size: 24px;
	}
}

@media (max-width: 839px){
	.blog-index {
		display: block;
	}
	.blog-index__post {
		padding-bottom: 75px;
		margin-bottom: 20px;
	} 
	.blog-content h3 {
		font-size: 24px;
	}

	.blog-index .featured {
		position: relative;
		width: 100%;
		bottom: auto;
		height: auto;
	}

	.blog-index .featured img {
		position: relative;
		top: auto;
		left: auto;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

@media(max-width:600px){
	.blog-post-content-wrapper .content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hs-blog-listing .content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.blog-post-content-wrapper .content-wrapper .blog-post h1 {
		font-size: 34px;
	}
	.recent-post-group {
		padding: 50px 0 60px;
	}

	.recent-panel__image {
		padding-bottom: 40px;
	}

	.recent-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.recent-text-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.recent-text-wrap h2 {
		font-size: 37px;
	}

	.recent-text-wrap p {
		font-size: 17px;
	}

	.recent-text-wrap .recent-cta {
		font-size: 16px;
	}

	.filters {
		margin-bottom: 30px;
	}
	.filter-container {
		max-width: 100%;
		width: 100%;
		margin: 10px 0 !important;
	}
	.filter-category {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.filter-label {
		line-height: 50px;
		height: 50px;
	}
	.filter-button {
		height: 50px;
	}
	.filter-right-container {
		max-width: 100%;
		width: 100%;
		margin: 10px 0 !important;
	}
	.filter-right-container a {
		margin-top: 5px;
	}
	.blog-content {
		margin-bottom: 20px;
	}
	.blog-content h3 {
		font-size: 22px;
	}
	.blog-content a.cta.small {
		margin-top: 20px;
	}
}




@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {

	.blog-pagination a svg{
		position:relative;
		top:69px;
	}
	.blog-index {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.blog-index .blog-index__post{
		width: 32%;
		margin-bottom: 30px;
	}



}



@media screen and (-ms-high-contrast: active) and (max-width: 1200px), screen and (-ms-high-contrast: none) and (max-width: 1200px) {
	.blog-index .blog-index__post {
		width: 49%;
	}

}



@media screen and (-ms-high-contrast: active) and (max-width: 800px), screen and (-ms-high-contrast: none) and (max-width: 800px) {
	.blog-index {
		display: block;
	}
	.blog-index .blog-index__post {
		width: 100%;
		margin-bottom: 20px;
	}
}
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #fff
}
.blog-header .author-page , .blog-index__tag-header{
	display:none !important;
}
.blog-post-content-wrapper {
	background-color: #ece9e6;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #191c1c;
}

.blog-post-content-wrapper .content-wrapper {
	max-width: 100%;
	padding: 0 40px;
	width: 1300px;
	margin: 0 auto;
}

.blog-post-content-wrapper .content-wrapper .blog-post {
	max-width: 100%;
	padding: 0;
}

.blog-post-content-wrapper .content-wrapper .blog-post h1 {
	font-size: 52px;
	color: #191c1c;
	margin-top: 0;
	margin-bottom: 25px;
}
.hs-blog-post .blog-post__body p {
	font-size: 16px;
	font-family: aktiv-grotesk,sans-serif;
	line-height: 1.8em;
	margin-bottom: 25px;
}
.blog-comments form {
	background-color: #191c1c;
	padding: 25px;
	margin: 10px 0;
	max-width: 100%;
}
.blog-comments form h3 {
	color: #fff;
}
.recent-post-group {
	padding: 110px 0 130px;
	background-color: #ece9e6;
	color: #191c1c;
}

.recent_split {
	display: -webkit-flex;
	display: flex;
}

.recent-panel__image {
	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.recent-panel__text {
	width: 50%;
}

.recent-wrap {
	display: block;
	max-width: 100%;
	padding: 0 40px;
	width: 780px;
	margin: 0 auto;
	margin-right: 0;
}

.recent-wrap img {
	max-width: 100%;
	display: block;
	margin-left: auto;
}

.recent-text-wrap {
	display: block;
	max-width: 100%;
	padding: 0 40px;
	width: 780px;
	margin: 0 auto;
	margin-left: 0;
}

.recent-text-wrap h2 {
	margin-bottom: 30px;
	line-height: 1.15em;
	font-size: 64px;
	margin-top: 0;
	font-family: aktiv-grotesk-extended,sans-serif;
}

.recent-text-wrap p {
	font-family: aktiv-grotesk,sans-serif;
	font-size: 20px;
	line-height: 1.5em;
}

.recent-text-wrap .recent-cta {
	color: #8179ff;
	letter-spacing: 0.15em;
	margin-top: 44px;
	display: inline-block;
	padding-bottom: 18px;
	transition: color 0.15s ease;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1em;
	position: relative;
	font-size: 18px;
	font-family: aktiv-grotesk-extended,sans-serif;
}

.recent-text-wrap .recent-cta:before {
	content: " ";
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 5px;
	transition: background 0.15s ease;
	background-color: #8179ff;
}

.recent-text-wrap .recent-cta:hover {
	color: #191c1c;
}

.recent-text-wrap .recent-cta:hover:before {
	background-color: #191c1c;
}


.hs-blog-listing {
	background-color: #ece9e6;
}

.hs-blog-listing .content-wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 40px;
	width: 1630px;
}

.filters {
	margin-bottom: 80px;
}

.filter.loaded {
	margin: 0;
	padding: 0;
	border: none;
	opacity: 1;
	max-width: 100%;
	background-color:transparent;
}

.filter-container {
	position: relative;
	width: 350px;
	display: inline-block;
	margin-right: 50px;
}

.filter-category {
	color: #8179ff;
	font-size: 16px;
	letter-spacing: 0.15em;
	display: block;
	margin-bottom: 18px;
	font-family: aktiv-grotesk-extended,sans-serif;
	text-transform: uppercase;
	line-height: 1.5em;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-inner {
	border: 1px solid #DDD;
	border-radius: 0px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	border: none;
}

.filter-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 65px;
	height: 65px;
	font-size: 20px;
	font-family: aktiv-grotesk-extended,sans-serif;
	padding: 0;
	border: none;
	outline: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	color: #191c1c;
}

.filter-button {
	text-align: center;
	font: 0/0 a;
	background-color: #F8f8f8;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 65px;
	font-size: 0;
	height: 65px;
	width: 42px;
	background-image: url("https://7137901.fs1.hubspotusercontent-na1.net/hubfs/7137901/AllvueSystems_April2020/Image/dropdown_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 26px auto;
	color: white;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F8F8F8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
	width: 350px;
}

.selectric-scroll {
	height: 100%;
	overflow: auto;
}

.blog-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-categories li {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	cursor: pointer;
	display: block;
	padding: 10px;
	background: #D0D0D0;
	color: #191c1c;
	line-height: 20px;
}

.filter-right-container {
	position: relative;
	width: 350px;
	display: inline-block;
	margin-right: 50px;
}

.filter-right-container a {
	transition: all 0.15s ease;
	display: inline-block;
	border: 2px solid #8179ff;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	height: 63px;
	line-height: 63px;
	padding: 0;
	width: 188px;
	text-align: center;
	background: #8179ff;
	color: white;
	cursor: pointer;
	margin-top: 42px;
	text-decoration: none;
}

.filter-right-container a:hover {
	border-color: #191c1c;
	background: #191c1c;
	color: #fff;
}
.blog-index {
	grid-template-columns: repeat(auto-fill, minmax(375px, 1fr) );
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.blog-index__post {
	padding: 20px;
	padding-top: 25px;
	padding-bottom: 50px;
	border: 2px solid #8179ff;
	position: relative;
	background-position: center 20px;
	background-size: auto calc(100% - 96px);
	background-repeat: no-repeat;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.20);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.20);
	cursor: pointer;
	transition: opacity 0.15s ease;
	padding-bottom: 320px;
}

.blog-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.blog-content {
	margin-bottom: 45px;
}

.blog-content h3 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 28px;
	line-height: 1.15em;
}

.blog-content h5 {
	font-size: 18px;
	display: none;
}

.blog-content p {
	line-height: 1.5em;
	font-family: aktiv-grotesk,sans-serif;
	font-size: 15px;
	margin: 0;
}

.blog-content a.cta.small {
	color: #8179ff;
	font-size: 12px;
	padding-bottom: 12px;
	margin-top: 34px;
	transition: color 0.15s ease;
	display: inline-block;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 1em;
	position: relative;
	text-decoration: none;
	font-family: aktiv-grotesk-extended,sans-serif;
}

.blog-content a.cta.small:before {
	content: " ";
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	transition: background 0.15s ease;
	background-color: #8179ff;
	height: 3px;
}

.blog-content a.cta.small:hover {
	color: #191c1c;
}

.blog-content a.cta.small:hover:before {
	background-color: #191c1c;
}

.blog-index__post:hover {
	opacity: 0.7;
}

.blog-index .featured {
	position: absolute;
	width: calc(100% - 40px);
	height: 256px;
	bottom: 78px;
	overflow: hidden;
}

.blog-index .featured img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.blog-index  .blog-categories {
	position: absolute;
	height: 42px;
	bottom: 16px;
	width: calc(100% - 40px);
}

.blog-index .blog-categories p {
	padding: 18px 0;
	display: block;
	border-top: 2px solid #8179ff;
	font-size: 12px;
	color: #8179ff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-family: aktiv-grotesk-extended,sans-serif;
	line-height: 1.5em;
	margin: 0;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: aktiv-grotesk-extended,sans-serif;
    margin: 20px 0;
}
.blog-pagination__link {
	display: inline-flex;
	padding: .25rem .4rem;
	margin: 0 .1rem;
	color: #191c1c;
	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: #191c1c;
	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;
}

.filter-right-container {
	vertical-align: top;
}

.filter-right-container {
	vertical-align: top;
}

.blog-categories li a {
	text-decoration: none;
}

.selectric-items.show {
	display: block;
	z-index: 9;
}

.blog-categories li {
	background: transparent;
}

.blog-categories li:hover {
	background: #D5D5D5;
}

.blog-categories li.active {
	background: #D0D0D0;
	color: #191c1c;
}

.blog-categories li {
	padding: 0;
}

.blog-categories li a {
	display: block;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #191c1c;
	font-family: aktiv-grotesk-extended,sans-serif;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow-x: auto;
}

@media(max-width:1650px){
	.blog-index__post {
		padding-bottom: 20vw;
	} 
	.blog-index .featured {
		height: 15vw;
	}
}

@media (max-width: 1400px) and (min-width: 901px){
	.recent-post-group {
		padding: 90px 0 110px;
	} 
}

@media (max-width: 1264px){
	.blog-index__post {
		padding-bottom: 29vw;
	} 
	.blog-index .featured {
		height: 21vw;
	} 
}

@media (max-width: 1200px) and (min-width: 901px){
	.recent-text-wrap h2 {
		font-size: 50px;
	} 
}

@media (max-width: 1050px) and (min-width: 601px){
	.recent-text-wrap .recent-cta {
		font-size: 15px;
	}
}

@media(max-width:900px){
	.blog-post-content-wrapper .content-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.hs-blog-listing .content-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.blog-post-content-wrapper .content-wrapper .blog-post h1 {
		font-size: 45px;
	}
	.recent-post-group {
		padding: 70px 0;
	}

	.recent_split {
		display: block;
	}

	.recent-panel__image {
		padding-bottom: 60px;
		width: 100%;
	}

	.recent-wrap {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}

	.recent-panel__text {
		width: 100%;
	}

	.recent-text-wrap {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}

	.recent-text-wrap h2 {
		font-size: 45px;
	}

	.recent-text-wrap p {
		font-size: 18px;
		margin: 0;
	}
	.recent-text-wrap .recent-cta:before {
		height: 4px;
	}
	.filter-container {
		max-width: 42vw;
		margin: 0;
	}
	.filter-right-container {
		max-width: 42vw;
		margin: 0;
		margin-left: 20px;
		display: block;
		margin: 0;
	}
	.filter-right-container a {
		margin-top: 25px;
	}
	.blog-content h3 {
		font-size: 24px;
	}
}

@media (max-width: 839px){
	.blog-index {
		display: block;
	}
	.blog-index__post {
		padding-bottom: 75px;
		margin-bottom: 20px;
	} 
	.blog-content h3 {
		font-size: 24px;
	}

	.blog-index .featured {
		position: relative;
		width: 100%;
		bottom: auto;
		height: auto;
	}

	.blog-index .featured img {
		position: relative;
		top: auto;
		left: auto;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

@media(max-width:600px){
	.blog-post-content-wrapper .content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hs-blog-listing .content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.blog-post-content-wrapper .content-wrapper .blog-post h1 {
		font-size: 34px;
	}
	.recent-post-group {
		padding: 50px 0 60px;
	}

	.recent-panel__image {
		padding-bottom: 40px;
	}

	.recent-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.recent-text-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.recent-text-wrap h2 {
		font-size: 37px;
	}

	.recent-text-wrap p {
		font-size: 17px;
	}

	.recent-text-wrap .recent-cta {
		font-size: 16px;
	}

	.filters {
		margin-bottom: 30px;
	}
	.filter-container {
		max-width: 100%;
		width: 100%;
		margin: 10px 0 !important;
	}
	.filter-category {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.filter-label {
		line-height: 50px;
		height: 50px;
	}
	.filter-button {
		height: 50px;
	}
	.filter-right-container {
		max-width: 100%;
		width: 100%;
		margin: 10px 0 !important;
	}
	.filter-right-container a {
		margin-top: 5px;
	}
	.blog-content {
		margin-bottom: 20px;
	}
	.blog-content h3 {
		font-size: 22px;
	}
	.blog-content a.cta.small {
		margin-top: 20px;
	}
}




@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {

	.blog-pagination a svg{
		position:relative;
		top:69px;
	}
	.blog-index {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.blog-index .blog-index__post{
		width: 32%;
		margin-bottom: 30px;
	}



}



@media screen and (-ms-high-contrast: active) and (max-width: 1200px), screen and (-ms-high-contrast: none) and (max-width: 1200px) {
	.blog-index .blog-index__post {
		width: 49%;
	}

}



@media screen and (-ms-high-contrast: active) and (max-width: 800px), screen and (-ms-high-contrast: none) and (max-width: 800px) {
	.blog-index {
		display: block;
	}
	.blog-index .blog-index__post {
		width: 100%;
		margin-bottom: 20px;
	}
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
  @import url('https://fonts.cdnfonts.com/css/segoe-ui-4');
  @media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
  }
}
@media handheld, only screen and (min-width: 1350px) {
  .container {
    max-width: 1300px !important;
  }
}
.light {
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 300;
}
header {
  position: sticky;
  z-index: 9999999;
  top: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Segoe UI", "Open Sans", Helvetica, sans-serif ;
  font-size: 16px;
}
b, p b {
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 700 !important;
}
p.ft18 {
  font-size: 18px;
}
p.text-center a {
  margin-left: auto;
  margin-right: auto;
}
blockquote {
  font-family: "Segoe UI Variable Static Text", sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 1.4 !important;
  margin-top: 70px !important;
}
.top_bar {
  background: #fff;
  border-bottom: 1px solid #EDE8E5;
}
.top_bar .container {
  max-width: 1300px !important;
  padding-right: 0px;
}
.top_bar .navbar-brand {
  position: relative;
  left: -10px;
  max-width: 217px;
}
.top_bar .navbar-brand img {
  width: 217px;
  height: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .top_bar .navbar-brand {
    position: relative;
    left: unset;
  }
}
.sub_nav_items {
  overflow: hidden;
}
.subnav_info_box_img {
  position: relative;
  top: 10px;
  left: -10%;
  width: calc(100% + 10%);
}
.navbar-nav {
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 600;
}
.navbar-nav li {
  margin-left: 30px;
}
.navbar-nav li .nav-link {
  color: #191C1C;
}
.navbar-nav li.active .nav-link {
  color: #8179FF;
}
.navbar-nav li:hover .nav-link {
  color: #8179FF;
}
.btn-purple {
  border-color: #8079FF;
  background: #8079FF;
  color: #fff;
  border-radius: 0px;
  letter-spacing: 0.5px;
  padding: 10px 25px;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.btn-purple:hover.bg-darkh {
  background-color: #191C1C !important;
  color: #ffffff !important;
}
.btn-purple:hover:hover.bg-whiteh {
  background-color: #ffffff !important;
  color: #191C1C;
}
.btn-charcoal {
  background-color: #191C1C;
  color: #ffffff;
  border-color: #191C1C;
  color: #fff;
  border-radius: 0px;
  letter-spacing: 0.5px;
  padding: 10px 25px;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.btn-purple-sm {
  border-color: #8079FF;
  background: #8079FF;
  color: #fff;
  border-radius: 0px;
  padding: 10px 25px;
  font-family: "Segoe UI Bold", "Open Sans", Helvetica, sans-serif;
}
.subnav {
  position: relative;
  width: 100%;
}
.subnav_container {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.bg-dark-tan {
  background-color: #E2DDDA;
}
/*
 total 1440
 width 575 39%
 width 2 865 61%

 rgba(237, 232, 229, 0.50);


*/
.subnav_container {
  display: flex;
}
.sub_nav_items {
  width: 39%;
}
.sub_nav_content {
  width: 61%;
}
.subnav_container {
  width: 100%;
  border-bottom: 1px solid #EDE8E5;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0px;
}
.sub_nav_items ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 100%;
}
.sub_nav_items ul li {
  width: 100%;
  margin: 0px;
  padding: 10px 39px;
  list-style: none;
  background: #f5f2f0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 33.33%;
}
.sub_nav_items ul li:hover {
  background: #ede8e5;
}
.sub_nav_items ul li.active {
  background: #ede8e5;
}
.sub_nav_items h3 {
  position: relative;
  font-size: 20px;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.sub_nav_items h3 span.icon_con {
  position: absolute;
  display: block;
  left: -33px;
  top: calc(50% - 8px);
}
.sub_nav_items h3 span.icon_con img {
  width: 20px;
  position: relative;
  display: block;
}
.sub_nav_items p {
  margin: 0px;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
}
.sub_nav_col {
  margin: 0px 0px 40px 0px;
}
.sub_nav_col h3 {
  font-size: 20px;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.sub_nav_col ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sub_nav_col ul li {
  margin: 0px;
  padding: 0px 0px 8px 0px;
}
.sub_nav_col ul li a {
  text-decoration: none;
  color: inherit;
}
.sub_nav_col ul li a:hover {
  font-weight: 700;
}
.col_con {
  padding-left: 50px;
  flex-wrap: wrap;
  padding-bottom: 0px;
  padding-top: 61px;
}
.sub_nav_col {
  width: 49%;
}
.sub_nav_col.w44 {
  width: 44%;
}
.sub_nav_col.w100 {
  width: 100%;
}
.subnav {
  top: -500px;
  transition: top 0.5s ease;
}
.subnav.vis {
  top: 0px;
}
.top_bar .top_bar_c {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 444;
}
.hid {
  display: none !important;
}
.s_item {
  position: relative;
}
.sub1 .s_item {
  padding-left: 100px;
  padding-right: 50px;
}
.sub_nav_items {
  background: rgba(237, 232, 229, 0.5);
  min-height: 400px;
  height: auto;
}
.subnav_info_box {
  padding-top: 40px;
}
.subnav_info_box h2 {
  margin: 20px auto;
  width: 90%;
  font-size: 35px;
}
.sub4 .sub_nav_items {
  background-color: rgba(237, 232, 229, 0.5);
  background-size: 50% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.sub5 .sub_nav_items {
  background-color: rgba(237, 232, 229, 0.5);
  background-size: 50% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.sub_nav_items {
  position: relative;
}
.sub_nav_items .s_item {
  height: 100%;
  position: relative;
}
.sub_nav_items .sub_bg {
  position: absolute;
  width: calc(100% - 50px);
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: 100% auto;
  max-width: 230px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.subnav_news_box {
  margin: 0px 0px 0px auto;
  padding-top: 58px;
  max-width: 285px;
  position: relative;
  display: block;
}
.subnav_news_box p {
  line-height: 1.2;
  font-size: 16px;
  color: #191C1C;
  padding-bottom: 28px;
}
.subnav_news_box h2 {
  margin-bottom: 16px;
}
.subnav-fh {
  height: 100%;
  width: 100%;
}
.subnav-23 {
  width: 57%;
  background: #fff;
}
.subnav-13 {
  width: 43%;
  background: #323333;
  width: calc(43% - 20px);
  margin-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px !important;
}
.pl70 {
  padding-left: 70px;
}
.mob_ham img {
  padding: 5px 0px 5px 5px;
}
.col_con2 {
  height: 100%;
}
.sub_nav_cols {
  display: flex;
}
.sub_nav_col_p {
  padding: 61px 0px 0px 50px;
  width: 100%;
}
.sub_nav_col_p.hasIcon h3 {
  background-position: 0px 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.sub_nav_col_p.hasIcon ul {
  padding-left: 30px;
}
.sub_nav_tab {
  height: 100%;
}
.sub_nav_tab .sub_nav_col {
  width: 44%;
}
.sub_nav_tab .sub_nav_col.w100 {
  width: 100%;
}
.white-text {
  color: #fff !important;
}
.sub_nav_cols .sub_nav_col.sub_nav_col_p:nth-child(2) {
  padding: 61px 25px 0px 25px;
}
.bg-beige {
  background-color: #E2DDDA;
}
.bg-beige-light {
  background-color: #F8f8f8;
}
.bg-charcoal {
  background-color: #191C1C;
  color: #EDE8E5 !important;
}
.bg-charcoal h2, .bg-charcoal p {
  color: #EDE8E5;
}
.bg-purple {
  background-color: #8079FF;
  color: #ffffff !important;
}
.bg-dark-gray {
  background-color: #323333;
  color: #EDE8E5 !important;
}
.bg-light-gray {
  background-color: #f5f2f0;
  color: #191C1C;
}
.bg-white {
  background-color: #ffffff;
  color: #191C1C;
}
.bg-white.bicolor {
  position: relative;
}
.bg-white.bicolor .container {
  position: relative;
  z-index: 2;
}
@media handheld, only screen and (min-width: 900px) {
  .bg-white.bicolor:before {
    position: absolute;
    width: 56%;
    left: 0px;
    height: 100%;
    background: #E2DDDA;
    content: "";
  }
}
.bg-white.bicolor30 {
  position: relative;
}
.bg-white.bicolor30 .container {
  position: relative;
  z-index: 2;
}
@media handheld, only screen and (min-width: 900px) {
  .bg-white.bicolor30:before {
    position: absolute;
    width: 56%;
    left: 44%;
    height: 100%;
    background: #E2DDDA;
    content: "";
  }
}
.bg-white.bicolor130 {
  position: relative;
}
.bg-white.bicolor130 .container {
  position: relative;
  z-index: 2;
}
@media handheld, only screen and (min-width: 900px) {
  .bg-white.bicolor130:before {
    position: absolute;
    width: 56%;
    left: 0%;
    height: 100%;
    background: #E2DDDA;
    content: "";
  }
}
.img-fluid.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.btn-lg {
  letter-spacing: 0.45px;
  line-height: 1.2;
  letter-spacing: 0.7px;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 25px;
}
a.link-purple {
  font-size: 15px;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 700;
  color: #8079FF;
  text-decoration: none;
  border-bottom: 2px solid #8079FF;
  padding-bottom: 3px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
a.link-purple.arrow-left {
  display: flex;
  align-items: center;
  width: fit-content;
  text-transform: uppercase;
  padding-top: 10px;
}
a.link-purple.arrow-left:after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../images/link_arrow.svg) center no-repeat;
  margin-left: 10px;
  content: "";
}
section h2 {
  font-size: 35px !important;
  line-height: 115% !important;
  font-family: "Segoe UI Variable Static Text", sans-serif !important;
  font-weight: 700 !important;
}
@media handheld, only screen and (max-width: 767px) {
  section h2 {
    font-size: 36px !important;
  }
}
.hs-main-font-element h1 {
  font-size: 42px !important;
  line-height: 115% !important;
  font-family: "Segoe UI Variable Static Text", sans-serif !important;
  font-weight: 700 !important;
}
@media handheld, only screen and (max-width: 767px) {
  .hs-main-font-element h1 {
    font-size: 36px !important;
  }
}
section p {
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-size: 16px !important;
  line-height: 23px !important;
  font-weight: 300;
}
section {
  overflow-x: hidden;
}
@media handheld, only screen and (max-width: 767px) {
  .desk {
    display: none !important;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .mob {
    display: none !important;
  }
}
.mob_menu {
  background-color: #f5f2f0;
  width: 100%;
  position: fixed;
  top: 57px;
  left: 0px;
  max-height: calc(100% - 57px);
  min-height: 100px;
  overflow: auto;
}
.mob_menu.hid {
  display: none;
}
.mob_menu .mob_sub_menu .m-back-container {
  border: 0px !important;
  padding-top: 20px;
  padding-bottom: 0px;
}
.mob_menu .mob_sub_menu .m-back-container a.m-back {
  color: #8079FF !important;
  font-size: 20px !important;
  font-family: "Segoe UI Variable Static Text", sans-serif !important;
}
.mob_menu .mob_sub_menu .m-back-container a.m-back:before {
  content: "";
  width: 10px;
  height: 13px;
  background: url(../images/menu_arrow_l.png) center no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.mob_menu .mob_sub_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.mob_menu .mob_sub_menu ul li {
  padding: 35px 50px;
  line-height: 1.2;
  border-bottom: 1px solid #8079FF;
}
.mob_menu .mob_sub_menu ul li a:not(.btn) {
  font-size: 24px;
  color: #191C1C;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.mob_menu .mob_sub_menu ul li a.btn {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mob_menu .mob_sub_menu ul li .mob_sub {
  margin-top: 30px;
}
.mob_menu .mob_sub_menu ul li .mob_sub h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.mob_menu .mob_sub_menu ul li .mob_sub li {
  padding: 0px 0px 30px 0px;
  border: 0px;
}
.mob_menu .mob_sub_menu ul li .mob_sub li:last-child {
  padding-bottom: 0px;
}
.mob_menu .mob_sub_menu ul li .mob_sub li a {
  font-size: 22px;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 400;
}
.mob_menu .mob_sub_menu ul li .mob_sub li.hasMenu {
  position: relative;
}
.mob_menu .mob_sub_menu ul li .mob_sub li.hasMenu a:after {
  content: "";
  width: 10px;
  height: 13px;
  background: url(../images/menu_arrow.png) center no-repeat;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.mob_menu .m-custom-content {
  text-align: center;
}
.mob_menu .m-custom-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}
.mob_menu .m-custom-content h3 {
  font-size: 30px;
}
.mob_menu .m-custom-content .subnav_news_box {
  margin: 0px auto;
}
footer .container.mob {
  padding: 0px;
  margin: 0px;
}
footer .container.mob .accordion .accordion-item {
  background: transparent !important;
  border-color: #666 !important;
}
footer .container.mob .accordion .accordion-item .accordion-button {
  border-color: #666 !important;
  background: transparent !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 600;
}
footer .container.mob .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: #666;
  border-bottom: 1px solid #666;
}
footer .container.mob .accordion .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
footer .container.mob .accordion .accordion-item .accordion-body ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .container.mob .accordion .accordion-item .accordion-body ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  opacity: 0.8;
}
footer .container.mob .accordion .accordion-item .accordion-body ul li a {
  color: #fff;
  text-decoration: none;
}
footer .container.mob .accordion.accordion-flush .accordion-item:first-child {
  border-top: 1px solid #fff;
}
footer .container.mob .accordion.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #fff;
}
footer .container.mob .row {
  margin: 0px;
  padding: 0px !important;
}
footer .container.mob .row .col-md-12 {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 1250px) {
  .ov-hid {
    position: fixed;
    width: 100%;
  }
  .ov-hid .header_new .container {
    margin-top: 0px;
    padding-top: 0px;
  }
}
footer {
  padding-top: 100px;
}
footer .container.copy-line {
  border-top: 2px solid #666;
  padding-top: 6px;
  padding-bottom: 10px;
  margin-top: 65px;
}
footer .copy {
  font-size: 14px;
  line-height: 1.2;
}
footer .footer-socials {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-socials a {
  display: block;
  margin: 0px 0px 0px 10px;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}
@media handheld, only screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
  footer .container {
    padding: 30px 40px;
  }
  footer .footer-socials {
    justify-content: center;
    margin-top: 30px;
  }
  footer .footer_cols {
    justify-content: space-between;
    margin-top: 40px;
  }
  footer .footer_cols .footer_col {
    width: 49%;
    margin-left: 0px;
  }
}
footer .footer_logo {
  position: relative;
  left: -20px;
}
footer .container {
  max-width: 1244px !important;
}
@media handheld, only screen and (max-width: 767px) {
  footer .footer_logo {
    position: relative;
    left: unset;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .copy {
    text-align: center;
  }
}
.footer_cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_cols .footer_col {
  margin-left: 40px;
}
.footer_cols .footer_col h4 {
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.footer_cols .footer_col ul {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  list-style: none;
}
.footer_cols .footer_col ul li {
  margin: 0px;
  list-style: none;
  padding: 0px 0px 10px 0px;
}
.footer_cols .footer_col ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
}
.hs-button.large.primary{
  padding: 20px 30px !important;
  font-weight:600; color: #fff !important
}
.pl22{
  padding-left:22px;
  margin-bottom:0px;
  
}
h1.pl22{ margin-bottom:0px}
h1{ font-weight: 700}
.dnd-module a{
  font-size: 15px;
  font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 700;
  color: #8079FF;
  text-decoration: none;
  border-bottom: 2px solid #8079FF;
  padding-bottom: 3px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.dnd-module form a{
  font-size: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  text-decoration: underline;
  border-bottom: unset;
  padding-bottom: unset;
  letter-spacing: unset;
  text-transform: initial;
}
.widget-type-cell .row-fluid{ 
margin-bottom:20px;
}
h3.vbs{
font-family: "Segoe UI Variable Static Text", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 114%;
}
.systems-page .hs-button.primary{
padding: 20px 30px !important;
  font-weight:600; color: #fff !important
}
.systems-page #hs-pwd-widget-password{ height: 40px !important; margin-top:15px !important;; margin-bottom:10px !important;}
.masonry-grid {
  column-count: 2; /* Number of columns */
  column-gap: 15px; /* Space between items */
}

.masonry-grid .sub_nav_col {
  break-inside: avoid;
  margin-bottom: 15px;
  background: #fff;
  //padding: 10px;
  border-radius: 5px;width: 100%;

}