








































*, *: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: Instrument Sans;
}
.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:'Inter',sans-serif;
	background-color: #f5c800;
	border-color: #f5c800;
	color: #292929;
	border-radius:0px;
	border-style: solid;
	border-width: 0px;
  padding: 15px 20px;
	white-space: normal !important;
  */
      display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    gap: 10px;
    width: fit-content;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
   background-color: #f5c800;
	border-color: #f5c800;
	color: #292929;
    border-radius: 0px !important;
    border: 2px solid #f5c800;

	
	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: Inter;
}
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('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #fff;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #8079ff;
}
a:hover {
  color: #000;
}

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

.img-fluid {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h2 {
  font-family: "Instrument Sans", sans-serif;
  /*font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;*/
  color: #222222;
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  h2 {
    /*font-size: 24px !important;*/
  }
}

h3 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
 
  color: #222222;
}
.head-module-sec{

  padding-top:80px;
}
.head-module-sec h3{
 font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}
  
@media (max-width: 1000px) {
  h3 {/*
    font-size: 24px !important;
  */
  }
}

h4 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  h4 {
    font-size: 10px !important;
  }
}
h4.heading-purple {
  color: #958fff;
}

p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #555;
}
@media (max-width: 1000px) {
  p {
    font-size: 13px !important;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 90% !important;
    width: 90% !important;
  }
}
.btn {
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
  text-transform: initial !important;
}
.btn.btn-underline {
  color: #2d2155;
  padding: 0px;
  padding-bottom: 5px;
  border-radius: 0px !important;
  width: fit-content;
  border: 0px;
  border-bottom: 2px solid #2d2155;
}
.btn.btn-underline:hover {
  border-color: #f5c800;
}
.btn.btn-underline_dark {
  color: #fff;
  padding: 0px;
  padding-bottom: 5px;
  border-radius: 0px !important;
  width: fit-content;
  border: 0px;
  border-bottom: 2px solid #f5c800;
}
.btn.btn-underline_dark:hover {
  border-color: #fff;
}
.btn.btn-white {
  background: #fff;
  border: none;
  color: #8079ff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  width: fit-content;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #fff;
  border-radius: 0px !important;
  border: 2px solid #fff;
}
.btn.btn-purple {
  background: #8079ff;
  border: none;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  width: fit-content;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #8079ff;
  border-radius: 0px !important;
  border: 2px solid #8079ff;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-purple:hover {
  background: transparent;
  color: #8079ff;
}
.btn.btn-purple-outline {
  background: transparent;
  border: none;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #8079ff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-purple-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-purple-outline.white {
  background-color: #fff;
  color: #8079ff;
}
.btn.btn-purple-outline:hover {
  background: #8079ff;
  color: #fff;
}
.btn.btn-yellow {
  background: #f5c800;
  border: none;
  color: #292929;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  width: fit-content;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #f5c800;
  border-radius: 0px !important;
  border: 2px solid #f5c800;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-yellow:hover {
  background: #fff;
  border-color: #fff;
  color: #292929;
}
@media (max-width: 767px) {
  .btn.btn-yellow {
    padding: 10px 15px;
    font-size: 10px !important;
    line-height: 10px !important;
  }
}
.btn.btn-bpurple-outline {
  background: transparent;
  border: none;
  color: #2d2155;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #2d2155;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-bpurple-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-bpurple-outline.white {
  background-color: #fff;
  color: #8079ff;
}
.btn.btn-bpurple-outline:hover {
  border-color: #f5c800;
}
.btn.btn-yellow-outline {
  background: transparent;
  border: none;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #f5c800;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-yellow-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-yellow-outline.white {
  background-color: #fff;
  color: #8079ff;
}
.btn.btn-yellow-outline:hover {
  border-color: #fff;
}
.btn.btn-white-outline {
  background: transparent;
  border: none;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-white-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-white-outline:hover {
  background: #fff;
  color: #292929;
}
.btn.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background: transparent;
}
.btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.btn.btn-outline-primary {
  border: 2px solid #8079ff;
  color: #8079ff;
  background: transparent;
}
.btn.btn-outline-primary:hover {
  background: #8079ff;
  color: #ffffff;
  transform: translateY(-2px);
}
.btn.btn-link {
  color: #8079ff;
  padding: 0;
}
.btn.btn-link:hover {
  color: #8079ff;
}

section {
  padding: 50px 0px;
}
@media handheld, only screen and (max-width: 1000px) {
  section {
    overflow: hidden;
  }
}

@media handheld, only screen and (max-width: 1000px) {
  .desk {
    display: none;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .mob {
    display: none;
  }
}
@media (min-width: 1400px) {
  section:not(.section-testimonials):not(.section_text_image:not(.like-video)) .container {
    max-width: 1385px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.is-lottie {
  width: 100%;
  display: block;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #f5c800 !important;
  border-color: #f5c800 !important;
  color: #292929 !important;
}

#onetrust-pc-btn-handler {
  background-color: #fff !important;
  border-color: #2d2155 !important;
  color: #2d2155 !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 !important;
  background: #fff;
  border-radius: 5px;
  width: 100% !important;
}

.who_serve_info_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media handheld, only screen and (max-width: 767px) {
  #onetrust-button-group {
    display: flex !important;
  }
  #onetrust-button-group button {
    min-width: unset !important;
    padding: 6px 5px !important;
    margin: 5px !important;
  }
}
.gated-cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gated-cols .hs-sidebar .hbspt-form label {
  display: block;
}
.gated-cols .gated-img {
  width: 48%;
}
.gated-cols .gated-img.desk {
  width: 100%;
  margin-bottom: 30px;
}
.gated-cols .gated-img img {
  width: 100%;
  display: block;
  height: auto;
}
@media handheld, only screen and (max-width: 800px) {
  .gated-cols {
    display: block;
  }
  .gated-cols .hs-sidebar {
    width: 100%;
  }
  .gated-cols .gated-img {
    width: 100%;
    margin-top: 20px;
  }
}

.gated-container {
  margin-top: 50px;
}
.gated-container .content {
  overflow: hidden;
}
@media handheld, only screen and (max-width: 800px) {
  .gated-container {
    margin-top: 15px;
  }
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open {
  bottom: 0px !important;
  top: unset !important;
}

footer {
  margin-top:50px;
  background-color: #3d3d3d;
  color: #ffffff;
  padding: 60px 0 0;
  padding-top: 0px;
  font-family: "Roboto", sans-serif;
}
footer .footer-container {
  max-width: 1398px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 60px;
  background: url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/footer-bg.png) top center no-repeat;
}
footer .footer-top {
  display: flex;
  gap: 80px;
  padding-bottom: 78px;
  margin-top: 22px;
}
@media (max-width: 1250px) {
  footer .footer-top {
    flex-direction: column;
    gap: 40px;
  }
  footer .footer-top .footer-brand {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer .footer-top .footer-brand .footer-tagline {
    text-align: center;
  }
  footer .footer-top .footer-brand .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding-bottom: 25px;
  }
}
@media (min-width: 1250px) {
  footer .footer-brand {
    flex: 0 0 308px;
  }
}
@media (max-width: 800px) {
  footer .footer-brand {
    flex: 1 1 auto;
    text-align: center;
  }
}
footer .footer-tagline {
  margin-top: 10px;
}
footer .footer-logo {
  margin-bottom: 24px;
}
footer .footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: #b0b0b0;
  margin: 0;
  margin-top: 10px;
}
footer .footer-nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 7px;
}
@media (max-width: 800px) {
  footer .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  footer .footer-nav {
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
footer .footer-column {
  display: flex;
  flex-direction: column;
}
footer .footer-column .footer-heading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-column .footer-heading:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer .footer-column .footer-heading {
    margin-top: 40px;
  }
}
footer .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 21px;
}
footer .footer-column .footer-links li {
  margin-bottom: 0px;
  line-height: 1.42;
}
footer .footer-column .footer-links li:last-child {
  margin-bottom: 0;
}
footer .footer-column .footer-links a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #aaaaaa;
}
footer .footer-column .footer-links a:hover {
  color: #ffffff;
}
footer .footer-bottom {
  border-bottom: 1px solid #333333;
  padding: 0px 0px 28px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-copy {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.03em;
  padding: 26px 0px;
  color: #aaaaaa;
}
footer .footer-wordmark {
  font-size: 180px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -4px;
  line-height: 1;
}
@media (max-width: 991px) {
  footer .footer-wordmark {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  footer .footer-wordmark {
    font-size: 80px;
  }
}

header {
  color: #fff;
  background-color: #201f41;
}

header {
  padding: 0px;
  padding-top: 60px;
  background: url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/bg1.png) top right no-repeat, url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/bg2.png) right 1130px no-repeat;
  background-color: #24184e;
}
@media (max-width: 1000px) {
  header {
    background-size: 100% auto, 100% auto;
  }
}
header.main-header {
  position: relative;
}
header.main-header:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/steel_overlay_l.png) top left no-repeat, url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/steel_overlay_r.png) top right no-repeat;
}
@media (max-width: 1000px) {
  header.main-header:after {
    background-size: 50% auto, 50% auto;
  }
}
header.main-header .header-inner {
  position: relative;
  z-index: 3;
}

.section-top-bar {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000000000000000000000000;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1400px) {
  .section-top-bar .container {
    max-width: 1385px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-top-bar .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-top-bar .top-bar .top-bar-logo {
  flex-shrink: 0;
  flex-grow: 0;
  width: 190px;
}
.section-top-bar .top-bar .top-bar-btn {
  flex-shrink: 0;
  flex-grow: 0;
  width: 190px;
  text-align: right;
  justify-content: flex-end;
  display: flex;
}
.section-top-bar .top-bar .top-bar-nav {
  width: 100%;
  position: relative;
}
.section-top-bar .top-bar .top-bar-nav nav ul {
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.section-top-bar .top-bar .top-bar-nav nav ul li a {
  color: #fff;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  padding: 25px 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.section-top-bar .top-bar .top-bar-nav nav ul li.active a {
  color: #8079ff;
}
.section-top-bar .top-bar .top-bar-nav nav ul li:active {
  border-bottom: 2px solid #8079ff;
}
.section-top-bar .top-bar .top-bar-nav nav ul li:active a {
  color: #8079ff;
}
.section-top-bar:not(.scrolled) .dark {
  display: none;
}
.section-top-bar.scrolled {
  background: #ffffff;
}
.section-top-bar.scrolled .white {
  display: none;
}
.section-top-bar.scrolled .top-bar .top-bar-nav nav ul li a {
  color: #292929;
}
.section-top-bar.scrolled .top-bar .top-bar-nav nav ul li.active {
  border-bottom: 2px solid #8079ff;
}
.section-top-bar.scrolled .top-bar .top-bar-nav nav ul li.active a {
  font-weight: 700;
}
.section-top-bar.scrolled .top-bar .top-bar-nav nav ul li:hover a {
  border-bottom: 2px solid #8079ff;
}
.section-top-bar.scrolled .top_bar_c {
  background-color: #fff;
}

header {
  color: #fff;
  background-color: #201f41;
}

header {
  padding: 0px;
  padding-top: 60px;
  background: url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/bg1.png) top right no-repeat, url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/bg2.png) right 1130px no-repeat;
  background-color: #24184e;
}
@media (max-width: 1000px) {
  header {
    background-size: 100% auto, 100% auto;
  }
}
header.main-header {
  position: relative;
}
header.main-header:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/steel_overlay_l.png) top left no-repeat, url(https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/steel_overlay_r.png) top right no-repeat;
}
@media (max-width: 1000px) {
  header.main-header:after {
    background-size: 50% auto, 50% auto;
  }
}
header.main-header .header-inner {
  position: relative;
  z-index: 3;
}

.header_new {
  /*
   total 1440
   width 575 39%
   width 2 865 61%

   rgba(237, 232, 229, 0.50);


  */
}
.header_new .top_bar {
  border-bottom: 1px solid transparent;
}
.header_new .top_bar .container {
  max-width: 1300px !important;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 1400px) {
  .header_new .top_bar .container {
    max-width: 1385px !important;
  }
}
.header_new .top_bar .navbar-brand {
  position: relative;
  max-width: 183px;
  top: -5px;
}
.header_new .top_bar .navbar-brand img {
  width: 217px;
  height: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .header_new .top_bar .navbar-brand {
    position: relative;
    left: unset;
  }
}
.header_new .sub_nav_items {
  overflow: hidden;
}
.header_new .subnav_info_box_img {
  position: relative;
  top: 10px;
  left: -10%;
  width: 110%;
}
.header_new .navbar-nav {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_new .navbar-nav li {
  margin-left: 0px;
}
.header_new .navbar-nav li .nav-link {
  color: #fff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  padding: 25px 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.header_new .navbar-nav li.active .nav-link {
  color: #8079ff;
}
.header_new .navbar-nav li:hover .nav-link {
  color: #8079ff;
}
.header_new .btn-purple-sm {
  border-color: #8079ff;
  background: #8079ff;
  color: #fff;
  border-radius: 0px;
  padding: 10px 25px;
  font-family: "Instrument Sans", sans-serif;
}
.header_new .subnav {
  position: relative;
  width: 100%;
}
.header_new .subnav_container {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.header_new .bg-dark-tan {
  background-color: #e2ddda;
}
.header_new .subnav_container {
  display: flex;
}
.header_new .sub_nav_items {
  width: 39%;
}
.header_new .sub_nav_content {
  width: 61%;
}
.header_new .subnav_container {
  width: 100%;
  border-bottom: 1px solid #ede8e5;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0px;
}
.header_new .subnav_container.sub2 {
  border-bottom: 0px;
}
.header_new .sub_nav_items ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 100%;
}
.header_new .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%;
}
.header_new .sub_nav_items ul li:hover {
  background: rgb(237, 232, 229);
}
.header_new .sub_nav_items ul li.active {
  background: rgb(237, 232, 229);
}
.header_new .sub_nav_items h3 {
  position: relative;
  font-size: 20px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.header_new .sub_nav_items h3 span.icon_con {
  position: absolute;
  display: block;
  left: -33px;
  top: calc(50% - 8px);
}
.header_new .sub_nav_items h3 span.icon_con img {
  width: 20px;
  position: relative;
  display: block;
}
.header_new .sub_nav_items p {
  margin: 0px;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
}
.header_new .sub_nav_col {
  margin: 0px 0px 40px 0px;
}
.header_new .sub_nav_col h3 {
  font-size: 20px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.header_new .sub_nav_col ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header_new .sub_nav_col ul li {
  margin: 0px;
  padding: 0px 0px 8px 0px;
}
.header_new .sub_nav_col ul li a {
  text-decoration: none;
  color: #292929;
}
.header_new .sub_nav_col ul li a:hover {
  font-weight: 700;
}
.header_new .col_con {
  padding-left: 50px;
  flex-wrap: wrap;
  padding-bottom: 0px;
  padding-top: 31px;
}
.header_new .sub_nav_col {
  width: 49%;
}
.header_new .sub_nav_col.w44 {
  width: 44%;
}
.header_new .sub_nav_col.w100 {
  width: 100%;
}
.header_new .subnav {
  top: -750px;
  transition: top 0.5s ease;
}
.header_new .subnav.vis {
  top: 0px;
}
.header_new .top_bar .top_bar_c {
  width: 100%;
  position: relative;
  z-index: 444;
}
.header_new .hid {
  display: none !important;
}
.header_new .s_item {
  position: relative;
}
.header_new .sub1 .s_item {
  padding-left: 100px;
  padding-right: 50px;
}
@media handheld, only screen and (max-width: 1399px) {
  .header_new .sub1 .s_item {
    padding: 10px;
  }
}
.header_new .sub_nav_items {
  background: rgba(237, 232, 229, 0.5);
  min-height: 450px;
  height: auto;
}
.header_new .subnav_info_box {
  padding-top: 40px;
}
.header_new .subnav_info_box h2 {
  margin: 20px auto;
  width: 90%;
  font-size: 35px;
}
@media handheld, only screen and (max-width: 1399px) {
  .header_new .subnav_info_box h2 {
    font-size: 28px;
  }
}
.header_new .sub4 .sub_nav_items {
  background-color: rgba(237, 232, 229, 0.5);
  background-size: 50% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.header_new .sub5 .sub_nav_items {
  background-color: rgba(237, 232, 229, 0.5);
  background-size: 50% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.header_new .sub_nav_items {
  position: relative;
}
.header_new .sub_nav_items .s_item {
  height: 100%;
  position: relative;
}
.header_new .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;
}
.header_new .subnav_news_box {
  margin: 0px 0px 0px auto;
  padding-top: 58px;
  max-width: 285px;
  position: relative;
  display: block;
}
.header_new .subnav_news_box p {
  line-height: 1.2;
  font-size: 16px;
  color: #191c1c;
  padding-bottom: 28px;
}
.header_new .subnav_news_box h2 {
  margin-bottom: 16px;
}
@media handheld, only screen and (max-width: 1399px) {
  .header_new .subnav_news_box h2 {
    font-size: 28px;
  }
}
.header_new .subnav-fh {
  height: 100%;
  width: 100%;
}
.header_new .subnav-23 {
  width: 57%;
  background: #fff;
}
.header_new .subnav-13 {
  width: 43%;
  background: #dfe1ff;
  width: calc(43% - 20px);
  margin-left: 20px;
}
.header_new .pl50 {
  padding-left: 50px;
}
.header_new .pl60 {
  padding-left: 60px !important;
}
.header_new .pl70 {
  padding-left: 70px;
}
.header_new .mob_ham img {
  padding: 5px 0px 5px 5px;
  width: 32px;
}
.header_new .col_con2 {
  height: 100%;
}
.header_new .sub_nav_cols {
  display: flex;
}
.header_new .sub_nav_col_p {
  padding: 61px 0px 0px 50px;
  width: 100%;
}
.header_new .sub_nav_col_p.hasIcon h3 {
  background-position: 0px 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.header_new .sub_nav_col_p.hasIcon ul {
  padding-left: 30px;
}
.header_new .sub_nav_tab {
  height: 100%;
}
.header_new .sub_nav_tab.s_1.s_1_1 {
  max-height: 500px;
}
.header_new .sub_nav_tab .sub_nav_col {
  width: 44%;
}
.header_new .sub_nav_tab .sub_nav_col.w100 {
  width: 100%;
}
.header_new .white-text {
  color: #fff !important;
}
.header_new .sub_nav_cols .sub_nav_col.sub_nav_col_p:nth-child(2) {
  padding: 61px 25px 0px 25px;
}
.header_new .bg-beige {
  background-color: #f6f6f6;
}
.header_new .bg-light-beige {
  background-color: #f6f6f6;
}
.header_new .bg-beige-light {
  background-color: #f6f6f6;
}
@media only screen and (min-width: 1250px) {
  .header_new .mob.mob_ham {
    display: none !important;
  }
  .header_new #navbarNav {
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .header_new #navbarNav.desk {
    display: none !important;
  }
  .header_new .mob.mob_ham {
    display: block !important;
  }
}
.header_new .green-badge {
  background: #4affbe;
  color: #292929;
  padding: 7px 10px 7px 10px;
  width: fit-content;
  border-radius: 0px;
  margin-top: 10px;
  font-size: 9px;
}
.header_new .green-badge.f20 {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_new .badge {
  background: #8179ff;
  color: #fff;
  padding: 5px 10px 7px 10px;
  width: fit-content;
  border-radius: 0px;
  margin-top: 10px;
  padding-bottom: 7px;
  font-size: 9px;
}
.header_new .item.hvs {
  padding-left: 0px;
}
.header_new .no-shrink {
  flex-shrink: 0;
  padding: 0px;
}
.header_new .no-grow {
  flex-grow: 0;
}
.header_new.scrolled .navbar-nav li .nav-link {
  color: #292929;
}
.header_new a.btn-purple:hover {
  color: #8079ff;
}
.header_new .mob_menu {
  background-color: #f6f6f6;
  width: 100%;
  position: fixed;
  top: 57px;
  left: 0px;
  max-height: calc(100% - 57px);
  min-height: 100px;
  overflow: auto;
}
.header_new .mob_menu.hid {
  display: none;
}
.header_new .mob_menu .mob_sub_menu .m-back-container {
  border: 0px !important;
  padding-top: 20px;
  padding-bottom: 0px;
}
.header_new .mob_menu .mob_sub_menu .m-back-container a.m-back {
  color: #8079ff !important;
  font-size: 16px !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.header_new .mob_menu .mob_sub_menu .m-back-container a.m-back:before {
  content: "";
  width: 10px;
  height: 13px;
  background: url(../https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/menu_arrow_l.png) center no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.header_new .mob_menu .mob_sub_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header_new .mob_menu .mob_sub_menu ul li {
  padding: 26px 25px;
  line-height: 1.2;
  border-bottom: 1px solid #8079ff;
}
.header_new .mob_menu .mob_sub_menu ul li a:not(.btn) {
  font-size: 18px;
  color: #292929;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.header_new .mob_menu .mob_sub_menu ul li a.btn {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub {
  margin-top: 30px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li {
  padding: 0px 0px 30px 0px;
  border: 0px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li:last-child {
  padding-bottom: 0px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li a {
  font-size: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li.hasMenu {
  position: relative;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li.hasMenu a:after {
  content: "";
  width: 10px;
  height: 13px;
  background: url(../https://www.allvuesystems.com/wp-content/themes/allvue/v2026/images/menu_arrow.png) center no-repeat;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.header_new .mob_menu .m-custom-content {
  text-align: center;
}
.header_new .mob_menu .m-custom-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}
.header_new .mob_menu .m-custom-content h3 {
  font-size: 30px;
}
.header_new .mob_menu .m-custom-content .subnav_news_box {
  margin: 0px auto;
}
@media (max-width: 1400px) {
  .header_new .top_bar_c {
    width: 100%;
  }
}
@media (min-width: 1380px) {
  .header_new .left-spacer,
  .header_new .right-spacer {
    width: 120px;
  }
}

.subnav_col_with_bl {
  width: 100%;
  flex-wrap: nowrap;
  height: 100%;
}
.subnav_col_with_bl .col_con {
  width: 100%;
}
.subnav_col_with_bl .sub_nav_col_bl {
  background-color: #dfe1ff;
  color: #fff;
  flex-shrink: 0;
  background: #dfe1ff;
  width: calc(43% - 20px);
  margin-left: 20px;
  padding: 60px 0px 0px 50px;
  margin-bottom: 0px;
}
.hs-form label.hs-error-msg{
  text-transform:initial !important; letter-spacing:0px !important}
@media handheld, only screen and (max-width: 1440px) {
  .subnav_col_with_bl .sub_nav_col_bl {
    width: calc(50% - 50px);
    right: 100px;
    position: relative;
  }
}
.subnav_col_with_bl .sub_nav_col_bl.hasIcon h3 {
  background-position: 0px 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.subnav_col_with_bl .sub_nav_col_bl.hasIcon ul {
  padding-left: 30px;
}
.subnav_col_with_bl .sub_nav_col_bl.w50 {
  width: calc(50% - 20px);
}
.body-container__landing{ padding-top:60px}
.hs_cos_wrapper h1{ color: #292929}
.hs-error-msg{ text-transform:initial !important}
/*# sourceMappingURL=_main_site_v2026.css.map */