@layer base, layout, theme, module, overrides,slick,header;

@layer base {
	*, *:before, *:after {
		box-sizing: border-box;
		margin: 0;
	}

	html, body {
		min-height: 100svh;
		font-family: system-ui, sans-serif;
	}

	:where(html) {
  --theme-primary-color: #DDAB5F;
  --theme-accent-color: #DDAB5F;
  --theme-text-color: #161A3C;
  --theme-body-background-color: #FFFFFF;
  --theme-surface-color: #1d1d1d;

  --theme-body-font-family: Inter,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  --theme-body-font-size: 20px;
  --theme-body-line-height: 1.5;
  --theme-body-font-color: #161A3C;

  --theme-link-color: #DDAB5F;
  --theme-link-hover-color: #7A98B9;

  --theme-heading-font-family: Proxima Nova,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;

  --theme-h1-font-size: 45px;
  --theme-h1-font-family: Proxima Nova;
  --theme-h1-font-color: #161A3C;
  --theme-h1-line-height: 1.1;

  --theme-h2-font-size: 42px;
  --theme-h2-font-family: Proxima Nova;
  --theme-h2-font-color: #161A3C;
  --theme-h2-line-height: 1.27;

  --theme-h3-font-size: 35px;
  --theme-h3-font-family: Proxima Nova;
  --theme-h3-font-color: #161A3C;
  --theme-h3-line-height: 1.27;

  --theme-h4-font-size: 25px;
  --theme-h4-font-family: Proxima Nova;
  --theme-h4-font-color: #161A3C;
  --theme-h4-line-height: 1.4;

  --theme-h5-font-size: 22px;
  --theme-h5-font-family: Proxima Nova;
  --theme-h5-font-color: #161A3C;
  --theme-h5-line-height: 1.7;

  --theme-h6-font-size: 18px;
  --theme-h6-font-family: Proxima Nova;
  --theme-h6-font-color: #161A3C;
  --theme-h6-line-height: 1.7;

  --theme-form-title-font-size: 28px;
  --theme-form-title-font-family: Proxima Nova;
  --theme-form-title-font-color: #161A3C;

  --theme-form-background-color: rgba(29, 29, 29, 0%);
  --theme-form-title-background-color: #1d1d1d;

  --theme-vertical-spacing: 64px;
  --theme-horizontal-spacing: 20px;
  --theme-max-content-width: 1260px;

  --shadow-color: 0deg 0% 0%;
  --theme-shadows-light:
    0px 0.6px 0.6px hsl(var(--shadow-color) / 0.07),
    0px 1.4px 1.4px -1.2px hsl(var(--shadow-color) / 0.06),
    0px 3.6px 3.5px -2.3px hsl(var(--shadow-color) / 0.05),
    0px 9.3px 9.1px -3.5px hsl(var(--shadow-color) / 0.04);
  --theme-shadows-medium:
    0px 1px 1px hsl(var(--shadow-color) / 0.07),
    0px 2.2px 2.1px -1.2px hsl(var(--shadow-color) / 0.06),
    0px 5.8px 5.7px -2.3px hsl(var(--shadow-color) / 0.05),
    -0.1px 15px 14.6px -3.5px hsl(var(--shadow-color) / 0.04);
  --theme-shadows-heavy:
    0px 0.7px 0.7px hsl(var(--shadow-color) / 0.11),
    0px 1.7px 1.7px -1.2px hsl(var(--shadow-color) / 0.1),
    0.1px 4.7px 4.6px -2.3px hsl(var(--shadow-color) / 0.08),
    0.2px 12.3px 12px -3.5px hsl(var(--shadow-color) / 0.06);

  --theme-shadow-filter-light: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.15));
  --theme-shadow-filter-medium: drop-shadow(0px 1px 2px rgb(0 0 0 / 0.2));
  --theme-shadow-filter-heavy: drop-shadow(0px 1px 3px rgb(0 0 0 / 0.25));

  --theme-border-radius: 2px;

  --theme-button-color: #161A3C;
  --theme-button-background: #DDAB5F;
  --theme-button-border-color: #DDAB5F;
  --theme-button-border-width: 1px;
  --theme-button-border-radius: 2px;
  --theme-button-padding-v: 15px;
  --theme-button-padding-h: 35px;
  --theme-button-padding: var(--theme-button-padding-v) var(--theme-button-padding-h);
  --theme-button-font-family: Inter;
  --theme-button-font-size: 14px;
  --theme-button-font-weight: 600;
  --theme-button-text-transform: none;

  --theme-cards-background-color: #1d1d1d;
  --theme-cards-border-color: #161A3C;
  --theme-cards-box-shadow-color: #9aa1b1;
  --theme-cards-box-shadow-light-color: #9aa1b1;
  --theme-cards-border-radius: 9px;

  --theme-form-heading-color: ;
  --theme-form-label-color: #161A3C;
  --theme-form-help-text-color: #161A3C;
  --theme-form-border-color: #FFFFFF;
  --theme-form-focused-border-color: #161A3C;

}



.shape-image-blog  {
    position: absolute;
    top: 0;
    width: 100%;
    Z-INDEX: -1;
    HEIGHT: 100%;
}
.body-container--blog-index{
background:white;
}
.shape-image-blog img {
    width: 100%;
    height: 100%;
}    
	/*! 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;
	text-underline-offset: 2px;
}

/**
   * 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;
}
	/* Font smoothing */
:is(body, input, textarea, select, button) {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* improves punctuation in supported browsers */
:is(html) {
	hanging-punctuation: first last;
}

/* Improved heading in supported browsers */
:is(h1, h2, h3, h4, h5, h6) {
	text-wrap: wrap;
}

/* improve readability with max-width on paragraphs and lists */
/* prevent orphans in supported browsers */
:is(p, li) {
	text-wrap: pretty;
}

.mce-content-body {
	width: 100%;
}

[data-hs-cos-type='rich_text'] > [style*='text-align: center;'] {
	margin-inline: auto;
}

:is(h1, h2, h3, h4, h5, h6):not(:last-child) {
	margin-bottom: 0.5em;
}

:is(p, ul, ol):not(:last-child) {
	margin-bottom: 1em;
}

:is(ul) {
	padding-inline-start: 1em;
}

:is(:not(pre) > code, kbd) {
	white-space: pre-wrap;
}

:is(pre) {
	direction: ltr;
	line-height: 1.5;
	max-inline-size: max-content;
	min-inline-size: 0;
	white-space: normal;
	word-break: break-word;
	writing-mode: lr;
}

pre[data-lang]::before {
	border-radius: 100px;
	color: #fefefe;
	content: attr(data-lang);
	display: block;
	background: #333;
	font-size: 12px;
	margin-bottom: 0.5em;
	padding: 4px 8px;
	width: fit-content;
}

:is(:not(pre) > code) {
	padding: 1rem;
	background: #efefef;
	border-radius: 2px;
	writing-mode: lr;
	display: inline-block;
}

:is(kbd, var) {
	padding: 0.25rem 0.5rem;
	border-width: 1px;
	border-color: #333;
	border-radius: 2px;
}

h1,h2,h3,h4,h6{
font-weight:600;
}
h5{
font-weight:400;
  font-family:var(--theme-body-font-family) !important;
}
	.atlas-button, .hs-button {
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0.05em;
    white-space: inherit;
	border-style: solid;
	cursor: pointer;
}

.atlas-button-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-block: 0.5rem;
	gap: 0.5rem;
}

.atlas-button[class*='outlined'] {
	background-color: transparent;
}

.atlas-button[class*='text'] {
	background-color: transparent;
	border-color: transparent;
}

.atlas-button:not(.atlas-button--icon) .atlas-button__icon {
	display: inline-block;
	height: 0;
	margin-left: 0.7em;
	position: relative;
	vertical-align: super;
}

.atlas-button:not(.atlas-button--icon) .atlas-button__icon > span,
.atlas-button:not(.atlas-button--icon) .atlas-button__icon > div {
	display: grid;
	place-items: center;
	position: absolute;
	width: 1.25em;
	height: 1.25em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s transform ease-out;
}

.atlas-button:not(.atlas-button--icon):hover .atlas-button__icon > span,
.atlas-button:not(.atlas-button--icon):focus .atlas-button__icon > span {
	transform: translate(-25%, -50%);
}

.atlas-button:not(.atlas-button--icon) .atlas-button__icon svg {
	max-width: 100%;
	max-height: 100%;
	fill: currentColor;
	display: block;
}

.atlas-button__icon {
	position: relative;
	display: inline-block;
}

.atlas-button__icon {
	position: absolute;
	inset: 0;
}

.atlas-button--icon {
	aspect-ratio: 1;
	padding-inline: unset;
	position: relative;
	border: none;
}

.atlas-button--icon .atlas-button__icon > span,
.atlas-button--icon .atlas-button__icon > div {
	display: flex;
	height: calc(var(--button-icon-size, 0.8) * 100%);
	margin-block: calc((100% - (var(--button-icon-size, 0.8) * 100%)) / 2);
	justify-content: center;
	align-items: center;
}

.atlas-button--icon .atlas-button__icon svg {
	overflow: visible;
	max-height: 100%;
	fill: currentColor;
}
	/* Form */
form,
.submitted-message {
	font-family: var(--theme-body-font-family);
	padding: 1rem;
	border-radius: var(--theme-border-radius);
}

.form-title:not(:empty) {
	font-family: var(--theme-form-title-font-family);
	font-size: var(--theme-form-title-font-color);
	padding: 1rem;
	margin-bottom: 0;
	border-top-left-radius: var(--theme-border-radius);
	border-top-right-radius: var(--theme-border-radius);
}

.form-title:not(:empty) + div form {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.hs-form-field {
	margin: 0 0 1rem;
}

/* Labels */
form label {
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	padding-top: 0;
	margin-bottom: 0.35rem;
	text-align: left;
	width: auto;
}

/* Help text - legends */
form legend {
	color: var(--theme-form-help-text-color);
	font-size: 0.875rem;
}

/* Inputs */
.input {
	position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
	background-color: var(--theme-surface-color);
	border: 1px solid;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: normal;
	padding: 0.75rem 1rem;
	width: 100%;
	border-color: var(--theme-form-border-color);
	border-radius: var(--theme-border-radius);
	color: var(--theme-text-color);
}

select {
	appearance: none;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23161A3C%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.65rem auto;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
	outline: none;
	border: 1px solid var(--theme-form-focused-border-color);
}

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

fieldset.form-columns-0,
fieldset.form-columns-1,
fieldset.form-columns-2,
fieldset.form-columns-3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

fieldset.form-columns-0 > div,
fieldset.form-columns-1 > div,
fieldset.form-columns-2 > div,
fieldset.form-columns-3 > div {
	width: 100%;
}

fieldset.form-columns-0 .hs-form-field,
fieldset.form-columns-1 .hs-form-field,
fieldset.form-columns-2 .hs-form-field,
fieldset.form-columns-3 .hs-form-field {
	flex-grow: 1;
	flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input,
fieldset.form-columns-1 .hs-form-field .input,
fieldset.form-columns-2 .hs-form-field .input,
fieldset.form-columns-3 .hs-form-field .input {
	margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input,
fieldset.form-columns-1 .hs-form-field .hs-input,
fieldset.form-columns-2 .hs-form-field .hs-input,
fieldset.form-columns-3 .hs-form-field .hs-input {
	width: 100% !important;
	/* Style specifically for the international phone selector */
}

fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone,
fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone,
fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone,
fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone {
	display: flex;
	align-items: center;
}

fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone select,
fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone select,
fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone select,
fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone select {
	flex: 1 1 25%;
	margin-right: 10px;
}

fieldset.form-columns-0 .hs-form-field input[type='checkbox'],
fieldset.form-columns-0 .hs-form-field input[type='radio'],
fieldset.form-columns-1 .hs-form-field input[type='checkbox'],
fieldset.form-columns-1 .hs-form-field input[type='radio'],
fieldset.form-columns-2 .hs-form-field input[type='checkbox'],
fieldset.form-columns-2 .hs-form-field input[type='radio'],
fieldset.form-columns-3 .hs-form-field input[type='checkbox'],
fieldset.form-columns-3 .hs-form-field input[type='radio'] {
	width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
	color: var(--theme-text-color);
	opacity: 0.65;
}

/* Inputs - checkbox/radio */
form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

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

.hs-input[type='checkbox'] + label,
.hs-input[type='radio'] + label {
	display: inline-block;
	vertical-align: top;
}

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

.fn-date-picker button,
.fn-date-picker .button {
	min-width: auto;
}

.fn-date-picker .pika-table thead th {
	color: var(--theme-text-color) !important;
	background-color: var(--theme-surface-color);
}

.fn-date-picker td.is-today .pika-button {
	color: var(--theme-primary-color);
}

.fn-date-picker td.is-selected .pika-button {
	background: var(--theme-primary-color);
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
	background: var(--theme-primary-color) !important;
	border-radius: 0 !important;
	color: #fff;
}

/* Inputs - file picker */
input[type='file'] {
	background-color: transparent;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}

form .hs-richtext img {
	max-width: 100% !important;
}

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

h3.form-title {
	color: var(--theme-form-heading-color);
}

/* GDPR */
.legal-consent-container {
	margin: 0;
}

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

/* Validation */
.hs-form-required {
	color: red;
}

.hs-input.invalid.error {
	border-color: #ef6b51;
}

.hs-error-msg {
	color: #ef6b51;
	margin-top: 0.35rem;
	font-weight: normal;
}

/* Captcha */
.grecaptcha-badge {
	margin: 0;
	max-width: 100%;
}
}
@layer layout {
	.content-wrapper,
	.dnd-section > .row-fluid {
		max-width: var(--theme-max-content-width);
		margin-inline: auto;
	}

    .content-wrapper{
        padding: 0 20px;
    }

	.footer__container {
		max-width: 100%;
	}

	:is(.dnd-section, .content-wrapper--vertical-spacing) {
		padding-block: calc(var(--theme-horizontal-spacing) / 2);
		padding-inline: calc(var(--theme-vertical-spacing) / 2);
	}

	:is(.dnd-section, .content-wrapper--vertical-spacing)
		+ :is(.dnd-section, .content-wrapper--vertical-spacing) {
		padding-top: 0;
	}

	.row-fluid {
		/*align-items: flex-start;*/
		column-gap: calc(var(--theme-horizontal-spacing) / 2);
		row-gap: calc(var(--theme-vertical-spacing) / 2);
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.row-fluid > :where([class^='span']) {
		width: 100%;
	}

	.row-fluid > .span3,
	.row-fluid > .span2,
	.row-fluid > .span1 {
		width: calc(50% - (var(--theme-horizontal-spacing) / 2));
	}
	@media screen and (max-width:519px){

		.row-fluid > .span12,
		.row-fluid > .span11,
		.row-fluid > .span10,
		.row-fluid > .span9,
		.row-fluid > .span8,
		.row-fluid > .span7,
		.row-fluid > .span6,
		.row-fluid > .span5,
		.row-fluid > .span4,
		.row-fluid > .span3,
		.row-fluid > .span2,
		.row-fluid > .span1 {
			width: 100%;
		}
	}
	@media (min-width: 520px) {
		.row-fluid > .span12,
		.row-fluid > .span11,
		.row-fluid > .span10,
		.row-fluid > .span9,
		.row-fluid > .span8,
		.row-fluid > .span7,
		.row-fluid > .span6 {
			width: 100%;
		}

		.row-fluid > .span5,
		.row-fluid > .span4,
		.row-fluid > .span3,
		.row-fluid > .span2,
		.row-fluid > .span1 {
			width: 48%;
		}
	}

	@media (min-width: 768px) {
		:is(.dnd-section, .content-wrapper--vertical-spacing) {
			padding-block: var(--theme-horizontal-spacing);
			padding-inline: var(--theme-vertical-spacing);
		}

		.row-fluid {
			flex-wrap: nowrap;
			justify-content: center;
			column-gap: var(--theme-horizontal-spacing);
			row-gap: var(--theme-vertical-spacing);
		}

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

		.row-fluid > .span11 {
			width: 91.667%;
		}

		.row-fluid > .span10 {
			width: 83.333%;
		}

		.row-fluid > .span9 {
			width: 75%;
		}

		.row-fluid > .span8 {
			width: 66.667%;
		}

		.row-fluid > .span7 {
			width: 58.333%;
		}

		.row-fluid > .span6 {
			width: 50%;
		}

		.row-fluid > .span5 {
			width: 41.667%;
		}

		.row-fluid > .span4 {
			width: 33.333%;
		}

		.row-fluid > .span3 {
			width: 25%;
		}

		.row-fluid > .span2 {
			width: 16.667%;
		}

		.row-fluid > .span1 {
			width: 8.333%;
		}
	}
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
@layer theme{
    html, body {
        font-size: 16px;
        font-family: var(--theme-body-font-family);
    }

    :is(p, ul, ol) {
        line-height: var(--theme-body-line-height);
    }

    h1 {
        font-family: var(--theme-h1-font-family);
        font-size: var(--theme-h1-font-size);
        line-height: var(--theme-h1-line-height);
    }
    
    h2 {
        font-family: var(--theme-h2-font-family);
        font-size: var(--theme-h2-font-size);
        line-height: var(--theme-h2-line-height);
    }
    
    h3 {
        font-family: var(--theme-h3-font-family);
        font-size: var(--theme-h3-font-size);
        line-height: var(--theme-h3-line-height);
    }
    
    h4 {
        font-family: var(--theme-h4-font-family);
        font-size: var(--theme-h4-font-size);
        line-height: var(--theme-h4-line-height);
    }
    
    h5 {
        font-family: var(--theme-h5-font-family);
        font-size: var(--theme-h5-font-size);
        line-height: var(--theme-h5-line-height);
    }
    
    h6 {
        font-family: var(--theme-h6-font-family);
        font-size: var(--theme-h6-font-size);
        line-height: var(--theme-h6-line-height);
    }

    body {
    background-color: var(--theme-body-background-color, #1d1d1d); 
    color: var(--theme-body-font-color, #ffffff);
}

h1 {
    color: var(--theme-h1-font-color, #ffffff);   
}

h2 {
    color: var(--theme-h2-font-color, #ffffff);
}

h3 {
    color: var(--theme-h3-font-color, #ffffff);
}

h4 {
    color: var(--theme-h4-font-color, #ffffff);
}

h5 {
    color: var(--theme-h5-font-color, #ffffff);
}

h6 {
    color: var(--theme-h6-font-color, #ffffff);
}

:where(a) {
    color: var(--theme-link-color, #4678EE);
}

:where(a:focus), :where(a:hover) {
    color: var(--theme-link-hover-color, #b8bfd1);
}

form,
.submitted-message {
	background-color: var(--theme-form-background-color);
}

.form-title {
	background-color: var(--theme-form-title-background-color);
	color: var(--theme-form-title-font-color);
}

form label {
	color: var(--theme-form-label-color);
}
    


    .atlas-button, .hs-button.primary {
	padding: var(--theme-button-padding);
	font-size: var(--theme-button-font-size);
	font-family: var(--theme-button-font-family);
	font-weight: var(--theme-button-font-weight);
	text-transform: var(--theme-button-text-transform);
	border-width: var(--theme-button-border-width);
	border-radius: var(--theme-button-border-radius);
}

.atlas-button[class*='--filled'], .hs-button.primary {
	color: var(--theme-button-color);
	background-color: var(--theme-button-background);
	border-color: var(--theme-button-border-color);
}

.atlas-button[class*='--outlined'] {
	color: var(--theme-text-color);
	border-color: var(--theme-button-border-color);
}

.atlas-button--filled-icon,
.atlas-button--outlined-icon {
	padding-right: calc(var(--theme-button-padding-h) * 1.5);
}

.atlas-button--icon {
	color: var(--theme-button-background);
}
    



    
    
    @media screen and (max-width: 767px) { main h1 { font-size: 35.0px; } }

    
    
    @media screen and (max-width: 767px) { main h2 { font-size: 30.0px; } }

    
    
    @media screen and (max-width: 767px) { main h3 { font-size: 28.0px; } }

    
    
    @media screen and (max-width: 767px) { main h4 { font-size: 20.0px; } }

    
    
    @media screen and (max-width: 767px) { main h5 { font-size: 18.0px; } }

    
    
    @media screen and (max-width: 767px) { main h6 { font-size: 18.0px; } }

    .atlas-cards-card-background{
    background-color: var(--theme-cards-background-color);
}

.atlas-cards-card{
    border: 1px solid var(--theme-cards-border-color);
    box-shadow: var(--theme-box-shadow);
}

.atlas-cards-card,
.atlas-card::before,
.atlas-cards-wrapper-tilt,
.atlas-cards-wrapper{
    border-radius: var(--theme-cards-border-radius);
}
    

}
/*!
* mburger CSS v1.3.3
* mmenujs.com/mburger
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
*
* License: CC-BY-4.0
* http://creativecommons.org/licenses/by/4.0/
*/
:root {
    --mb-button-size: 50px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 2px;
    --mb-bar-spacing: 8px;
    --mb-animate-timeout: 0.4s
}
.header--no-navigation{
    padding:30px 0 25px;
    background:#ffffff;
    border: solid 1px #eee;
}
.conversion-header-wrapper .dnd-section {
    padding: 0;
}
.mburger {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer
}

.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height)/ 2);
    background: currentColor;
    color: inherit;
    opacity: 1
}

.mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease, transform .2s ease, width .2s ease
}

.mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transition: opacity .2s ease;
    left: 40%;
    width: 40%;
}

.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease, transform .2s ease, width .2s ease
}

.mm-wrapper_opened .mburger b:nth-of-type(1) {
    bottom: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(45deg)
}

.mm-wrapper_opened .mburger b:nth-of-type(2) {
    opacity: 0
}

.mm-wrapper_opened .mburger b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg)
}

.mburger--collapse b:nth-of-type(1) {
    transition: bottom .2s ease, margin .2s ease, transform .2s ease;
    transition-delay: .2s, 0s, 0s
}

.mburger--collapse b:nth-of-type(2) {
    transition: top .2s ease, opacity 0s ease;
    transition-delay: .3s, .3s
}

.mburger--collapse b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
    bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
    margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
    transform: rotate(45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .1s), calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
    top: calc(50% + var(--mb-bar-spacing));
    opacity: 0;
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}

.mburger--spin b:nth-of-type(1) {
    transition-delay: .2s, 0s
}

.mburger--spin b:nth-of-type(2) {
    transition-duration: 0s;
    transition-delay: .2s
}

.mburger--spin b:nth-of-type(3) {
    transition-delay: .2s, 0s
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
    transform: rotate(135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
    transform: rotate(225deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mburger--squeeze b:nth-of-type(1) {
    transition-delay: .1s, 0s
}

.mburger--squeeze b:nth-of-type(2) {
    transition-delay: .1s
}

.mburger--squeeze b:nth-of-type(3) {
    transition-delay: .1s, 0s
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}

.mburger--tornado b:nth-of-type(1) {
    transition: bottom .2s ease, transform .2s ease;
    transition-delay: .2s
}

.mburger--tornado b:nth-of-type(2) {
    transition: opacity 0s ease, transform .2s ease;
    transition-delay: .1s, .1s
}

.mburger--tornado b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease;
    transition-delay: 0s
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
    opacity: 0;
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + .4s), calc(var(--mb-animate-timeout) + .1s)
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
    transform: rotate(-225deg);
    transition-delay: calc(var(--mb-animate-timeout) + .2s)
}

@layer overrides {
    /* Move HubSpot Tools Menu out of the way */
    /* HubSpot probably won't allow this */
    /* body .hs-tools-menu { */
        /* top: 2px !important; */
        /* right: 2px !important; */
        /* min-height: 26px !important; */
        /* min-width: 26px !important; */
        /* box-shadow: none !important; */
    /* } */

    /* body .hs-tools-menu img.hs-sprocket { */
        /* width: 20px !important; */
    /* } */

    /* Special padding for icon only button group */
    .atlas-button-group.just-icons .atlas-button--icon {
        padding: calc(var(--button-icon-size) * var(--theme-button-padding-h));
    }

    .atlas-button-group.just-icons .atlas-button--icon .atlas-button__icon > div,
    .atlas-button-group.just-icons .atlas-button--icon .atlas-button__icon > span {
        height: 100%;
        margin-block: 0;
    }

}
.blog-header .content-wrapper{
    max-width: none;
}

.blog-header__author-social-links {
    display: flex;
    justify-content: center;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.latesst-blog-section{
margin-bottom:80px;
}
.blog-post-flex {
    display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.atlas-blog-post__menu.absolute.right {
    right: 0;
    transform: translateX(100%);
    padding-right: 0;
    padding-left: 20px;
}
.max-width-70 {
    max-width: 67%;
	flex: 1 1 67%;
}
.blog-cta-strip{
margin-top:100px;
}
.max-width-30 {
    flex: 1 1 30%;
    height: 100%;
    max-width: 30%;
    position: sticky;
    top: 90px;
  z-index:1;
}

@media(max-width:767px){
  .latesst-blog-section{
margin-bottom:40px;
}
  .atlas-blog-post {
    
    padding: 2.5rem 0;
}
  .blog-cta-strip {
    margin-top: 50px;
}
  .blog-post-flex{
  flex-direction: column-reverse;
  }
  .atlas-blog-post__menu{
  display:none;
  }
.max-width-70 {
    max-width: 100%;
    flex: 1 1 100%;
}



.max-width-30 {
    position: inherit;
    flex: 1 1 100%;
      max-width: 100%;
  
 
}
}
.blog-header__author-social-links a {
    display: inline-block;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
}

.blog-header__author-social-links svg {
    fill: var(--theme-body-font-color);
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 32px 0;
}

.blog-search {
    flex-basis: 400px;
    width: 100%;
    margin: 32px 0 0;
}

/* Blog Cards */

@layer modules{

    .atlas-blog-card, .atlas-blog-cards-grid{
        display: flex;
        flex-wrap: wrap;
        padding: 32px 0;
    }

    .atlas-blog-card:after{
        content: "";
        flex: auto;
    }

    .atlas-blog-card__post-wrapper{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        padding: 24px;
    }

    @media screen and (min-width: 768px) {
        .atlas-blog-card__post-wrapper{
            flex-basis: calc(100% / 2);
        }
    }

    @media screen and (min-width: 1000px) {
        .atlas-blog-card__post-wrapper{
            flex-basis: calc(100% / 3);
        }
    }

    .atlas-blog-card__post{
        display: flex;
        flex-direction: column;
        background-color: var(--theme-cards-background-color);
        border: 0.5px solid var(--theme-cards-border-color);
        box-shadow: var(--theme-box-shadow);
        border-radius: var(--theme-cards-border-radius);
        height: 100%;
        overflow: hidden;
    }

    .atlas-blog-card__post img{
        height: auto;
        max-width: 100%;
    }

    .atlas-blog-card__post-content{
        padding: 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-grow: 1;
    }

    .atlas-blog-card__post-content h3{
        margin: 0 0 1rem;
    }

    .atlas-blog-card__post-content h3 a{
        color: var(--theme-body-font-color);
        text-decoration: none;
    }

    .atlas-blog-card__post-content h3 a:hover, .atlas-blog-card__post-content h3 a:visited{
        color: var(--theme-body-font-color);
    }

    .atlas-blog-card__post-preheader{
        font-weight: bold;
        color: var(--theme-primary-color);
        display: block;
        margin: 0 0 .75rem;
    }

    .atlas-blog-card__post-meta{
        display: flex;
        justify-content: space-between;
        margin: 32px 0 0;
        font-size: .8rem;
        opacity: 0.8;
        color: var(--theme-body-font-color);
    }

    .atlas-blog-card__post-meta span{
        display: inline-block;
    }

    .atlas-blog-card__post-image{
        display: block;
        background-image: url('//46330580.fs1.hubspotusercontent-na1.net/hubfs/46330580/raw_assets/public/MHA%20Consulting/images/grayscale-mountain.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 63%;
    }

    .atlas-blog-card__author h2{
        margin: 32px 0 1.5rem;
    }

    .atlas-blog-card__author hr{
        height: 2px;
        background-color: #DCDCDC;
    }
    
}
/* Blog header */
.blog-header {
  
  padding: 82px 0;
  /* Blog header - author listing */
}

.blog-pagination__ellipsis {
 
  border-right: 1px solid #DADADA;
  padding: 8px 15px;
 
}
.atlas-blog-post__title{
color:white;
}
.blog-post-page,.body-container--atlas-blog-post{
background:white;
}
.blog-pagination div{
display:flex;
}

.blog-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    display: block;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.body-container--blog-index .blog-filter{
  display:block;
}


.body-container--blog-index form{
  padding:0px;
}
.blog-index__post-content h3 a{
  color: black;
  text-decoration: none;
  display:block;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
    display: block;
  }
}

.blog-header__title {
  margin: 0 0 32px;
  max-width: 380px;
  flex-basis: 380px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    max-width: none;
  }
}

span.red-more-link {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.blog-header__title span {
  color: ;
}
.body-content-blog-listing * {
  font-size:22px;
  font-weight:400;
  font-family: Inter, sans-serif;
}
.read-more-button a.more-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  left:0;
  text-decoration: none;
  position:relative;
  left: -96px;
  margin-top: 34px;
  transition: all .3s ease-in-out;
      font-size: 16px;
    color: #161A3C;
    font-weight: 600;

}
.blog-index{
  border-top: 1px solid #DADADA;
}
.blog-index__post:hover .read-more-button a.more-link{
  left: 0px;
}
.blog-index__post:hover span.red-more-link{
  opacity:1;
}
span.blog-icon-dow {
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;

}
.read-more-button a.more-link:hover .blog-icon-dow{
  left: 3px;
}
.read-more-button span.blog-icon-dow {
  width: 32px;
  height: 32px;
  display: block;
  background: #76D2C7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}


.blog-header__preheader {
  font-family: , sans-serif;
  font-size: ;
  font-weight: bold;
  color: ;
  display: block;
  margin: 0 0 .75rem;
}

.blog-header__image {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 720px;
}

@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header__avatar {
  display: block;
  height: 360px;
  width: 100%;
  margin-right: 64px;
  max-width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 300px;
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: ;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.blog-tags {
  list-style: none;
  padding: 0;
  margin: 0px;
  max-width: 100%;
  margin-top:45px;
}

.blog-tags li {
  display: inline-block;
  margin: 7px;
}
.blog-filter .hs-search-field{
  max-width:100%;
}
.blog-filter .hs-search-field__bar:after{
  display:none;
}
.blog-tags__link {
  background-color: rgba(118, 210, 199, 1.0);
  border: 1px solid rgba(118, 210, 199, 1.0);
  border-radius: 3px;
  color: rgba(22, 26, 60, 1.0);
  padding: 15px 25px;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
  padding: 12px 18px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
  background-color: transparent;
  color: #929292;
  border: 1px solid #929292;
  font-weight: 400;
  font-family: Inter, sans-serif;
}

.blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active {
  
  text-decoration: none;
  transform: scale();
}

.blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.blog-tags__link a:hover {
  color: black;
  text-decoration: none;
}

.blog-tags__link--current {
  background-color: #DDAB5F;
  border: none;
  color: black;
}

.blog-search {
  flex-basis: 400px;
  width: 100%;
  margin: 32px 0 0;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  background:white;
  padding:35px;
  height: 100%;
  overflow: hidden;
}
.blog-index__post:hover, .blog-more-posts__post:hover {
  background:#F7F8F9; 
}
.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {

  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 1rem;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: ;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: ;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: , sans-serif;
  font-size: ;
  font-weight: bold;
  color: ;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 32px 0 0;
  color: #C6C6C6;
  font-size: .75rem;
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 54px;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  border-radius:3px;
  margin-bottom:30px;
  background-image: url('//46330580.fs1.hubspotusercontent-na1.net/hubfs/46330580/raw_assets/public/MHA%20Consulting/images/grayscale-mountain.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 63%;

    }

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}
.blog-index__content-wrapper{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* Blog pagination */


.blog-pagination__link {
  font-family: Inter, sans-serif;
  font-size:16;
  font-weight:400;
  line-height: 1;
  margin: 0 16px;
  border-right: 1px solid #DADADA;
  border-top: 0px;
  border-bottom: 0px;
  color:#475569;
  padding:10px 15px;
  margin: 0px;
  text-decoration: none;
}
.blog-pagi-center {
    text-align: center;
}
.blog-pagination {
  align-items: center;
  border-radius:3px;
  display: inline-flex;
  justify-content: flex-end;
  margin-bottom: 80px;
  border: 1px solid #DADADA;
}
a.blog-pagination__link.blog-pagination__link--active {
  background: #F2F5FB;
  color: black;
  font-weight:700;
}
.blog-pagination__link:last-child{
  border-right:0px;
}
.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: ;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: ;
}

.blog-pagination__ellipsis {
  color: ;
  font-size: 1rem;
  line-height: 1;
}

/* Blog post */
.blog-header--post {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-post {
  margin: 0 auto;
  padding: 4.5rem 0;
}

.blog-post__meta {
  display: flex;
  align-items: center;
}

.blog-post__meta a {
  color: #C6C6C6;
  transition: color .25s ease-in;
}

.blog-post__meta a:hover {
  color: ;
  text-decoration: none;
}

.blog-post__timestamp {
  color: #C6C6C6;
}

.blog-post__divider {
  margin: 64px 0 52px;
}

.blog-post__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 38px;
}

.blog-post__preheader {
  font-family: , sans-serif;
  font-size: ;
  font-weight: bold;
  color: ;
  display: block;
  margin: 0 0 1rem;
}

.blog-post__title {
  margin: 0 0 1rem;
  max-width: 680px;
}

.blog-post__summary {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  max-width: 680px;
}

.blog-post__body-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-post__tag-link {
  color: ;
  background-color: #e6edff;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}

/* Blog related posts */
.blog-more {
  padding: 2rem 0;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}
.list-logo-slider {
    background: #F7F8F9;
    padding: 100px 0px;
  margin-top:115px;
}
/* For the Author section */ 
.atlas-blog-post__author{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
hr.author-hr{
	margin-top: 50px;
	margin-bottom: 50px;
}
.atlas-blog-post__author img.avatar{
	flex: 1 1 320px;;
	max-width: 320px;
	border-radius: 2px;
}

.atlas-blog-post__author .atlas-blog-post__author-bio{
	flex: 1 1 75%;
	margin-left: 20px;
}
.atlas-blog-post__author .atlas-blog-post__author-bio p{
	font-size: 14px;
}
/* End of the Author section*/

@media(max-width:767px){
  .blog-pagination {

    margin-bottom: 50px;}
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {

    padding:0px;
}
.list-logo-slider {
    padding: 60px 0px;
    margin-top: 60px;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}
}