/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
.btn {
	color: #661ec1;
	display: flex;
	align-items: center;
	font-weight: bold;
	white-space: nowrap;
	background: none;
	border: 1px solid currentColor;
	border-radius: 8px;
	transition:
		color 0.3s,
		border-color 0.3s,
		background-color 0.3s;
	user-select: none;
}

.btn:focus {
	outline: 4px solid #d5c0f0;
	outline-offset: 0;
}

.btn:disabled {
	color: #c8c8c8;
	background-color: #faf8f6;
	border-color: #faf8f6;
	cursor: default;
}

.btn.btn__full-width {
	width: 100%;
}

.btn.btn__extended-width {
	min-width: 160px;
}

.btn__sm {
	height: 32px;
	padding: 0 24px;
	font-size: 16px;
	line-height: 24px;
}

.btn__md {
	height: 40px;
	padding: 0 24px;
	font-size: 16px;
	line-height: 24px;
}

.btn__lg {
	height: 60px;
	padding: 0 32px;
	font-size: 18px;
	line-height: 28px;
}

.btn__primary {
	color: #fff;
	background-color: #661ec1;
	border-color: #661ec1;
}

.btn__primary:hover {
	color: #fff;
	background-color: #4a0da6;
	border-color: #4a0da6;
}

.btn__secondary {
	color: #661ec1;
	background-color: #fff;
	border-color: #661ec1;
}

.btn__secondary:hover {
	color: #fff;
	background-color: #4a0da6;
	border-color: #4a0da6;
}

.btn__tertiary {
	color: #661ec1;
	background-color: #fff;
	border-color: #fff;
}

.btn__tertiary:hover {
	color: #661ec1;
	background-color: #f0e8f9;
	border-color: #f0e8f9;
}

.btn__accent {
	color: #300d5c;
	background-color: #ffc738;
	border-color: #ffc738;
}

.btn__accent:hover {
	color: #300d5c;
	box-shadow: 0 0 30px 0 rgb(255 199 56 / 0.6);
}

.btn__accent:hover:disabled {
	box-shadow: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left:15px;
    padding-right: 15px;
}

@media(max-width:1280px){
  main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left:35px;
    padding-right: 35px;
}

}

@media(max-width:1023px){
  main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left:30px;
    padding-right: 30px;
}

}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
   main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left:20px;
    padding-right: 20px;
}
  
main.body-container-wrapper .dnd-section {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
  font-size: ;
  line-height: 1.15;
}
 */
::selection {
    background-color: #f0e8f9;
}

@font-face { 
  font-family: Exo; 
  src: url("https://20037499.fs1.hubspotusercontent-na1.net/hubfs/20037499/AppFollow_June2021/fonts/fonts-Exo/regular.woff") format("woff"); 
  font-style: normal; 
  font-weight: normal; 
  font-display: swap; 
}

@font-face { 
  font-family: Exo; 
  src: url("https://20037499.fs1.hubspotusercontent-na1.net/hubfs/20037499/AppFollow_June2021/fonts/fonts-Exo/bold.woff") format("woff"); 
  font-style: normal; 
  font-weight: bold; 
  font-display: swap;
}

@font-face { 
  font-family: Exo2; 
  src: url("https://20037499.fs1.hubspotusercontent-na1.net/hubfs/20037499/AppFollow_June2021/fonts/fonts-Exo2/regular.woff") format("woff"); 
  font-style: normal; 
  font-weight: normal; 
  font-display: swap; 
}

@font-face { 
  font-family: Exo2; 
  src: url("https://20037499.fs1.hubspotusercontent-na1.net/hubfs/20037499/AppFollow_June2021/fonts/fonts-Exo2/bold.woff") format("woff"); 
  font-style: normal; 
  font-weight: bold; 
  font-display: swap; 
}

body {
  font-family: Exo,Exo2,sans-serif;
  font-size: 16px;
  color: #637889;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Exo,Exo2,sans-serif;
}

/* Anchor Links */
a {
  color: #800080;
  text-decoration: none;
  border-bottom: .07142857143em solid transparent;
  transition: color .3s,border-color .3s;
}
a:hover, a:focus {
  text-decoration: none;
  border-color: rgba(128,0,128,.4);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Exo,Exo2,sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Exo,Exo2,sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


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

blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.15;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
/*   outline-color: green; */
}

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

@media (max-width: 767px) {
  .body-container-wrapper h1 {
    font-size: 30px;
  }
  .body-container-wrapper h2 {
    font-size: 28px;
  }

  .body-container-wrapper h3 {
    font-size: 24px;
  }
}

@media (max-width: 500px){
  body {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
  h1, h2, h3, h4, h5, h6 {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
}


@media (max-width: 480px) {
 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Exo,Exo2,sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-style: solid;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  outline: none;
  transition: background-color .3s,box-shadow .3s;
}

.hs-form .field .input a {
    margin-top: 18px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 21px;
}

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



.hs-input {
  display: block;
  max-width: 700px;
  width: 100%;
  height: 48px;
  padding: 13px 0 13px 11px;
  font-weight: normal;
  box-sizing: border-box;
  color: #1e384e;
  font-size: 16px;
  line-height: 21px;
  border: 1px solid #e8e5e5;
  margin: 5px 0 0;
  transition: box-shadow .3s,border-color .3s;
  box-shadow: inset 0 1px 3px 0 hsl(0deg 0% 58% / 50%);
  outline: none;
}

.hs-input:focus {
    border-color: #4a0da6;
    box-shadow: inset 0 1px 3px 0 hsl(0deg 0% 58% / 50%), 0 0 0 1px #4a0da6;
}

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

.hs-input::-webkit-input-placeholder {
  color: ;
} */

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #637889;
}
.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: Exo,Exo2,sans-serif;
}

.hs-input::placeholder {
    color: #9e8bb7;
}

@media(max-width:767px){
  .hs-input {
  max-width: 100%;
}
  
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,.blog-comments form,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
  .widget-type-password_prompt{
    margin-top:18px;
  }
  
}

@media(max-width:500px){
  form {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
form a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.landing-footer {
    padding-top: 0px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    z-index: 101;
}

.site-header>.header_container {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    max-width: 1432px;
    display: flex;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.site-header .site-header-row {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header_logo {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0;
    width: 200px;
}

.header_logo a {
    text-decoration: none;
}

.header_logo-image {
    max-width: 160px;
    vertical-align: middle;
}

.header_logo-image--desktop {
    display: block;
}
.header_logo-image--tablet {
    display: none;
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
    .header_logo {
        width: 60px;
        padding-right: 4px;
    }
    .header_logo-image--desktop {
        display: none;
    }
    .header_logo-image--tablet {
        display: block;
    }
}

.custom-menu-primary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-menu-primary ul li a {
    text-decoration: none;
    border:0px;
}


.navigation-primary>.level-1>li.has-submenu {
    position: relative;
    padding-right: 20px;
}

.navigation-primary>.level-1>li.has-submenu>a:after {
    content: "";
    position: absolute;
    top: 51%;
    right: 0;
    width: 10px;
    height: 6px;
    background: url('//20037499.fs1.hubspotusercontent-na1.net/hubfs/20037499/raw_assets/public/AppFollow_June2021/images/union.svg') 50% no-repeat;
    transform: translateY(-50%);
}


.navigation-primary>.level-1>li {
    margin-left: 24px;
    height: 100%;
}

.navigation-primary>.level-1>li>a {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    transition: color .3s;
}

.navigation-primary>.level-1>li>a:hover {
    color: #661ec1;
}

.nav__buttons {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 8px;
}

.nav__buttons>div {
    height: 100%;
}

.nav__buttons ul {
    display: flex;
    align-items: center;
      height: 100%;
}

.nav__buttons>div>* {
    height: 100%;
    display: block;
}

.navigation-primary .level-2>li>a .link-desc {
    max-width: 320px;
    margin: 10px 0 0;
    color: #637889;
    font-size: 12px !important;
    line-height: 18px !important;
    display: block;
}

span.link-hot {
    background-color: #ffc738;
    border: 1px solid #ffc738;
    box-sizing: border-box;
    margin-left: 5px;
    padding: 2px 4px 1px 6px;
    color: #fff;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: default;
    font-family: Exo;
    display: inline-block;
    position: relative;
    top: -2.4px;
}

.navigation-primary .navigation-new-sub:before {
    content: "";
    position: absolute;
    top: -14px;
    width: 100%;
    height: 16px;
    background-color: initial;
    cursor: default;
}


.triangle {
    position: absolute;
    top: -8px;
    left: calc(50% - 11.3px);
    width: 16px;
    height: 16px;
    background-color: #fff;
    transform: rotate( 45deg );
    box-shadow: -4px -4px 10px 1px rgb(0 0 0 / 5%);
    cursor: default;
}

.triangle--left {
    left: 200px;
}

.triangle--right {
    left: 526px;
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
  .triangle--right {
    left: 400px;
  }

  .triangle--left {
    left: 50px;
  }
}

.navigation-primary .nav__links-titles {
    position: relative;
    display: flex;
    width: 100%;
    margin: 6px 0 14px;
    flex: none;
}

.navigation-primary .nav__links-title {
    display: block;
    width: 50%;
    color: purple;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.navigation-primary .nav__links-title--left {
    padding-left: 24px;
}

.navigation-primary .nav__links-titles:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 48%;
    width: 1px;
    height: 364px;
    background-color: #f2f2f2;
}

span.link-new {
    background-color: #36c55f;
    border: 1px solid #36c55f;
    box-sizing: border-box;
    margin-left: 4px;
    padding: 2px 3.5px 1px 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
    position: relative;
    font-family: Exo;
    top: -2.4px;
}

span.link-nowrap {
    white-space: nowrap;
}

/*---------form--------*/

.popup-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}

.register {
    position: relative;
    max-width: 440px;
    margin: 60px auto 16px;
    border-radius: 3px;
    padding: 40px 24px 28px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.register .popup__close-btn {
    display: none;
}

.popup__close-btn {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 14px;
    height: 14px;
    background: url('//20037499.fs1.hubspotusercontent-na1.net/hubfs/20037499/raw_assets/public/AppFollow_June2021/images/close-gray.svg') 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.register__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #1e384e;
    margin: 4px 0 22px;
}

.popup-frm-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
    max-width: 400px;
    width: auto;
}

.popup-frm-sec .hs-input {
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    line-height: 30px;
    border: 1px solid #e8e5e5;
    border-radius: 3px;
    padding: 4px 12px;
    margin: 2px 0 24px;
    transition: border .3s;
    background: #faf8f6;
    height: auto;
    max-width: 100%;
    box-shadow: none;
}

.popup-frm-sec .hs-form label {
    font-size: 14px;
    color: #192026;
    line-height: 17px;
    margin-bottom: 0px;
}

.popup-frm-sec .hs-input::placeholder {
    color: #9e8bb7;
    font-size: 16px;
    line-height: 30px;
}

.popup-frm-sec .hs-form-required {
    display: none;
}

.popup-frm-sec form .field {
    margin-bottom: 0px;
    width: 340px;
    margin: 0 auto;
}

.popup-frm-sec form .field select {
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 30px;
    border: 1px solid #e8e5e5;
    border-radius: 3px;
    margin: 2px 0 24px;
    transition: border .3s;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #192026;
    height: 40px;
    text-transform: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup-frm-sec form .hs_job_functions .input svg.register-form__dropdown-arrow {
    pointer-events: none;
    position: absolute;
    top: 22px;
    right: 15px;
}

.popup-frm-sec form .hs_job_functions .input {
    position: relative;
}

.register__description {
    font-size: 13px;
    line-height: 20px;
    color: #1e384e;
    text-align: center;
    margin: 0 auto 20px;
    width: 380px;
}

.register__description a {
    font-size: 13px;
    color: purple;
    position: relative;
    margin: 4px 0 0;
    padding: 0;
    text-decoration: none;
    background: none;
    border-bottom: .07142857143em solid transparent;
    transition: color .3s,border-color .3s;
    cursor: pointer;
}

.register__description a:hover {
    color: purple;
    border-color: rgba(128,0,128,.4);
}

.popup-frm-sec form .hs-button {
    background-color: #661ec1;
    position: relative;
    display: flex;
    height: 58px;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    border: none;
    border-radius: 4px;
    outline: none;
    transition: background-color .3s,box-shadow .3s;
    cursor: pointer;
    margin: 0 auto;
}

.popup-frm-sec form .hs-button:hover {
    background-color: #4a0da6;
}

.register-form__bottom {
    text-align: center;
    color: #192026;
    font-size: 16px;
    line-height: 20px;
    margin: 22px 0 0;
}

.register-form__bottom a {
    color: purple;
    position: relative;
    margin: 4px 0 0;
    padding: 0;
    text-decoration: none;
    background: none;
    border-bottom: .07142857143em solid transparent;
    transition: color .3s,border-color .3s;
}

.register-form__bottom a:hover {
    color: purple;
    border-color: rgba(128,0,128,.4);
}

.signup-payed__popup--scrollable {
    display: none;
}


.popup-frm-sec .hs-input:focus {
    border: 1px solid #661ec1 !important;
    padding: 4px 12px!important;
    box-shadow: none !important;
    background: #faf8f6!important;
}

.site-header-wrapper {
    min-height: 80px;
}

.popup-frm-sec .hs-input.error {
    border-color: #e8e5e5 !important;
    margin-bottom: 0px;
}

.navigation-primary .level-2>li>a:hover .link-desc {
    color: #0A1B2A !important;
}

@media(min-width:1025px){
  .custom-menu-primary {
    display: flex;
    flex: 1;
    height: 100%;
    padding-right: 20px;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}

  .custom-menu-primary>div {
    height: 100%;
}

.navigation-primary {
    height: 100%;
}

.navigation-primary>.level-1 {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    transition: color .3s;
}

.navigation-primary .navigation-new-sub {
    position: absolute;
    top: 92px;
    left: calc(50% - 390px);
    visibility: hidden;
    box-sizing: border-box;
    width: 780px;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 4px;
    transition: .3s;
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 5%), 0 3px 14px 3px rgb(0 0 0 / 5%), 0 4px 5px 0 rgb(0 0 0 / 8%);
    opacity: 0;
}

.navigation-primary .navigation-new-sub--right {
    left: calc(50% - 535px);
}

.navigation-primary .navigation-new-sub--left {
    left: calc(50% - 200px);
}
  
 @media all and (min-width: 1024px) and (max-width: 1280px) {
		.navigation-primary .navigation-new-sub--right {
			left: calc(50% - 400px);
		}
		.navigation-primary .navigation-new-sub--left {
			left: calc(50% - 50px);
		}
	}

.navigation-primary .level-2 {
    display: flex;
    width: 100%;
    padding: 24px 48px;
    flex-direction: row;
    justify-content: space-between;
    cursor: default;
    flex-wrap: wrap;
}

.navigation-primary>.level-1>li:hover>.navigation-new-sub {
    visibility: visible;
    transition: .3s;
    opacity: 1;
}

.navigation-primary .level-2>li {
    display: block;
    box-sizing: border-box;
    width: 50%;
    max-width: 320px;
    margin: 12px 0;
    color: #1e384e;
    font-size: 17px;
    line-height: 32px;
    transition: background-color .3s,color .3s;
}

.navigation-primary .level-2>li>a {
    display: block;
    min-height: 32px;
    margin: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 500;
/*     line-height: 25px; */
    cursor: pointer;
}

.mobile-menu-new {
    display: none;
}

div.child-trigger {
    display: none;
}

.mobile-menu-new__user-block {
    display: none;
}

.nav__mobile.js-open-menu {
    display: none;
}

}

@media (min-width: 522px){
  .register {
    max-width: 500px;
}
}

@media (min-width: 320px) and (max-height: 700px){
  .signup-payed__popup--scrollable {
    overflow: scroll;
}

}

@media(max-width:1024px){
  .navigation-primary>.level-1>li.has-submenu {
    padding-right: 16px;
}

  .navigation-primary>.level-1>li {
    margin-left: 20px;
}

 .nav__buttons {
    margin-left: 20px;
}

.nav__buttons>div ul>li:nth-child(1) {
    margin: 2px 0px 0 0;
    position: relative;
    right: 3px;
}

}

@media(max-width:1024px){
/*   .navigation-primary .navigation-new-sub {
    display: none;
} */

.header_logo {
    display: none;
}

.site-header {
    height: 48px;
}

.site-header .desktop-menus {
    display: none;
}

.nav__mobile-button {
    position: relative;
    width: 20px;
    height: 12px;
    cursor: pointer;
}

.nav__mobile-button:before {
    top: 0;
    transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);
}

.nav__mobile-button:after, .nav__mobile-button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #661ec1;
}

.nav__mobile-button:after {
    bottom: 0;
    transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);
}

.nav__mobile {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 6px 0 14px;
    align-items: center;
    justify-content: space-between;
}

.header_logo_mobile a {
    text-decoration: none;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.custom-menu-primary {
    display: block;
    width: 100%;
    padding: 0;
}

.custom-menu-primary>div {
    height: auto;
}

.navigation-primary {
    height: auto;
}

.navigation-primary>.level-1 {
    display: block;
    height: auto;
}

.navigation-primary>.level-1>li.has-submenu {
    padding: 0;
    margin: 0;
}

/* .custom-menu-primary.mobile-menus {
    background-color: red;
    position: relative;
    z-index: 9999;
}
 */
.mobile-menu-new {
    position: fixed;
    top: 28px;
    width: 100%;
    height: 0;
    margin-top: 20px;
    padding: 0;
    background-color: #fff;
    transition: all .5s cubic-bezier(.34,.31,.27,1.55) 0s;
    overflow: hidden;
    z-index: 101;
}

.mobile-open .mobile-menu-new {
    height: 100%;
    max-height: calc(100% - 28px);
    padding-bottom: 60px;
    overflow: auto;
    opacity: 1;
}

body.mobile-open {
    overflow: hidden;
}

.mobile-open .nav__mobile-button:before {
    top: 4px;
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transform: rotate( -45deg );
}

.mobile-open .nav__mobile-button:after {
    bottom: 6px;
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transform: rotate( 45deg );
}

.navigation-primary>.level-1>li:nth-child(odd) {
    transform: translateX(30%);
}

.navigation-primary>.level-1>li {
    display: flex;
    flex-direction: column;
    transition: all .4s ease .51s;
}

.navigation-primary>.level-1>li:nth-child(2n) {
    transform: translateX(-30%);
}

.navigation-primary>.level-1>li>a {
    display: flex;
    width: 100%;
    padding: 18px 28px;
    align-items: center;
    justify-content: space-between;
    color: #1e384e !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    transition: all .4s ease .51s;
    opacity: 0;
}

.navigation-primary>.level-1>li.active>a {
    color: #b2bed0 !important;
}

.navigation-primary .navigation-new-sub {
    display: none;
    padding: 16px 24px 16px 56px;
}

.mobile-open .navigation-primary>.level-1>li {
    transform: translateX(0);
}

.mobile-open .navigation-primary>.level-1>li>a {
    opacity: 1;
}

.navigation-primary>.level-1>li {
    margin-left: 0px;
}

div.child-trigger {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 56px;
    cursor: pointer;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile-menu-new__arrow {
    width: 10px;
    height: 6.41px;
    margin-right: 6px;
    border: none;
    transition: .4s;
}

.navigation-primary>.level-1>li.has-submenu>a:after {
    background:none;
}

.navigation-primary .navigation-new-sub:before {
    display:none;
}

.triangle.triangle--left {
    display: none;
    position: static;
}


.navigation-primary .level-2>li>a {
    display: block;
    margin: 24px 0 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    line-height:36px;
}

.navigation-primary .level-2>li:first-child>a {
    margin-top: 0px;
}

.navigation-primary .level-2>li>a>span {
    display: block;
}

.navigation-primary .level-2>li>a .link-desc {
    max-width: 100%;
    margin: 10px 0 0;
    color: #637889;
    font-size: 13px !important;
    line-height: 19px !important;
}

span.link-hot {
    background-color: #f48e1f;
    border: 1px solid #f48e1f;
    box-sizing: border-box;
    margin-left: 4px;
    padding: 4px;
    color: #fff;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 3px;
    top: -4px;

}

.navigation-primary .nav__links-titles {
    display: none;
}

span.link-new {
    background-color: #36c55f;
    border: 1px solid #36c55f;
    box-sizing: border-box;
    margin-left: 4.5px;
    padding: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 3px;
    top: -4px;
}

.navigation-primary>.level-1>li.has-submenu:nth-child(2) .level-2>li:nth-child(2)>a {
    margin-top: 0px !important;
}

.mobile-menu-new__user-block {
    position: fixed;
    bottom: 0;
    display: none;
    width: 100%;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 -4px 12px rgb(56 44 44 / 5%);
}

  .mobile-open .mobile-menu-new__user-block{
    display:flex;
  }

.navigation-new-menu__login {
    margin: 0 0 0 16px;
    line-height: 40px;
    background-color: #fff;
    border: none;
    transition: color,background-color,border-color,.3s;
}

.navigation-new-menu__login a {
    color: purple;
    position: relative;
    text-decoration: none;
}

.mobile-menu-new__user-block>a {
    color: purple !important;
    text-decoration: none;
}

.navigation-new-menu__get-started {
    margin: 0 0 0 16px;
    line-height: 40px;
    border-bottom: .07142857143em solid transparent;
    transition: color .3s,border-color .3s;
}

.navigation-new-menu__get-started:hover {
    border-color: rgba(128,0,128,.4);
}

.navigation-primary .level-2>li>a:hover .link-desc {
    color: #637889 !important;
}

.navigation-primary .level-2>li>a:hover {
    color: #1e384e !important;
}

.child-open>.mobile-menu-new__arrow {
    border-top: none;
    border-bottom: 3px solid #b2bed0;
    object-fit: unset;
    margin-top: 1px;
}


}

@media (max-width: 900px){
  .navigation-new-menu__get-started {
    margin-left: 10px;
}

.navigation-new-menu__login {
    margin-left: 10px;
}

}

@media (max-width: 768px){
  .site-header>.header_container {
    padding: 0 24px;
}
}

@media(max-width:470px){
.popup-frm-sec * {
    width: 100%;
}

.popup-frm-sec form .field {
    max-width: 319px;
    width: 100%;
}

.register {
    width: 95%;
}

.popup-frm-sec form .hs_job_functions .input svg.register-form__dropdown-arrow {
    width: auto;
}

}

@media (max-width: 500px){
  .site-header>.header_container {
    padding: 0 12px;
}

.header_logo_mobile a {
    line-height: 15px;
}

.custom-menu-primary ul li a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

div.child-trigger {
    padding: 18px 16px;
}

.mobile-menu-new__user-block>a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.navigation-primary .level-2>li>a .link-desc {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
    font-weight: normal;
}

 span.link-hot {
    vertical-align: middle;
       top: -3.6px;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

span.link-new {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
    vertical-align: middle;
      top: -3.6px;
      margin-left: 4px;
}

.popup-frm-sec form {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.register__description a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.register__description {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.popup-frm-sec form .hs-button {
    font-size: 14px;
}

.register-form__bottom {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.register-form__bottom a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

}

@media(max-width:480px){
  .register .popup__close-btn {
    display: block;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Exo,Exo2,sans-serif;
}

.reg-form {
    overflow: hidden;
    background-size: cover !important;
}

.reg-form h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    margin: 80px auto 40px!important;
    max-width: 900px;
}

.ftr-form-btn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    margin: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    width: auto;
}

.ftr-form-btn .reg-form__button {
    display: block;
    width: 217px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 56px;
    transition: background .3s;
    outline: none;
    font-family: Exo, Exo2, sans-serif;
    cursor: pointer;
    border: none;
    position: relative;
    top: -.5px;
}

.ftr-form-btn>div {
    margin: 0 auto 99.5px;
}


.site-footer {
    width: 100%;
    padding: 70px 0 0;
    position: relative;
}

.footer-new-langs, .footer-new-main {
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer__container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.site-footer .g--side-paddings {
    padding-right: 15px;
    padding-left: 15px;
}

.site-footer .footer__top {
    display: flex;
    margin-bottom: 56.5px;
    padding: 0 20px;
    align-items: center;
    z-index: 1;
    padding-left: 15px;
}

.footer__top>div:nth-child(1) {
    min-width: 207px;
    line-height: 14px;
    position: relative;
/*     top: 1px; */
  }

.footer__social {
    display: flex;
    width: 100%;
    margin-left: 34px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height:16.1px;
    position: relative;
    top:-.5px;
}

.footer__top>div:nth-child(1) img {
    width: 155px !important;
    height: 19px;
}

.footer__social--row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer a {
    text-decoration: none;
}

.footer__social-link {
    display: flex;
    align-items: center;
}

.footer__social-link {
    margin-left: 10px;
}

.footer__social-icon {
    position: relative;
    width: 16px;
    height: 16px;
    transition: fill .3s;
    cursor: pointer;
}

.footer__social-icon--slack-hover {
    opacity: 0;
}

.footer .container-columns {
    align-items: stretch;
    display: flex;
    width: 100%;
}

.footer-new__body {
    padding: 0 20px;
}

.footer-new .footer__menu-wrapper {
    display: flex;
    width: 50%;
    flex: 1 1 50%;
    justify-content: space-between;
}

.site-footer .footer__menu-wrapper {
    display: flex;
    width: 50%;
    flex: 1 1 50%;
    justify-content: space-between;
}

.footer-new__hr {
    display: none;
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background-color: #493067;
    border-width: 0;
    border-style: none;
}

.site-footer .footer__menu {
    flex: 1 1 33.33%;
}

.site-footer .footer__menu-wrapper .footer__menu {
    margin-left: 34px;
}

.site-footer .footer__menu-wrapper:first-child .footer__menu:first-child {
    margin-left: 0;
}


.footer-menu_header {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.footer-submenu ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.footer__bottom ul {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    display: flex;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    line-height: 16.1px;
}

.footer__bottom ul li a {
    margin: 0 20px 0 0;
    font-size: 14px;
    position: relative;
    border-bottom: .07142857143em solid transparent;
    transition: color .3s,border-color .3s;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.footer__bottom ul li a b {
    color: #fff;
}

.footer__bottom ul li a:hover {
    border-color: #fff;
    color: #fff;
}

.footer-copyright {
    width: 100%;
    padding-top: 13.5px;
    padding-bottom: 12px;
    line-height: 18px;
}

.footer-copyright>.footer__container {
    align-items: center;
    flex-direction: row !important;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 16.2px;
}

.footer__bottom__copyright * {
    display: inline-block;
}

.footer__bottom__copyright {
    margin-left: auto;
    font-size: 14px;
    font-family: Exo;
    position: relative;
    top: -1px;
}

.footer__bottom__copyright img {
    width: 15px;
    height: 14px;
    object-fit: cover;
}

.footer__bottom__links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer__bottom__links ul li a {
    font-size: 14px;
    position: relative;
    border-bottom: .07142857143em solid transparent;
    transition: color .3s,border-color .3s;
    display: block;
}

.footer__bottom__links ul li {
    margin: 0 24.5px 0 0;
}

.footer__bottom__links ul li:last-child>a img {
    vertical-align: middle;
    max-width: 100%;
    width: 98px;
}

.footer__bottom__links ul li a:hover {
    border-color: #fff;
}

.footer-submenu ul li a {
    position: relative;
    margin: 4px 0 0;
    padding: 0;
    text-decoration: none;
    background: none;
    border-bottom: .07142857143em solid transparent;
    transition: color .3s,border-color .3s;
}

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

.cms-compare-menu ul li a {
    white-space: nowrap;
}

.cms-products-menu ul li:nth-child(1)>a {
    white-space: nowrap;
}

.cms-products-menu ul li:nth-child(2)>a {
    white-space: nowrap;
}

.cms-products-menu ul li:nth-child(3)>a {
    white-space: nowrap;
}

.cms-products-menu ul li:nth-child(4)>a {
    white-space: nowrap;
}

.footer__social--row a.footer__social-link:nth-child(2):hover .footer__social-icon--slack-hover {
    opacity: 1;
}

.footer__social--row a.footer__social-link:nth-child(2):hover .footer__social-icon--slack-default {
    display: none;
}

@media(min-width:768px){
  .footer-mobile {
    display: none !important;
}

.footer-lang-menu_header {
    display: none;
}

}

@media(max-width:1100px){
  .site-footer .footer__top{
    margin-bottom: 63.5px;
  }

.footer__top>div:nth-child(1) {
    top: 3.5px;
}

.footer__social {
    position: relative;
    top: -2px;
}

}

@media(max-width:1040px){
  .site-footer .footer__menu-wrapper .footer__menu {
    margin-left: 28px;
}
}

@media(max-width:1280px){
  .footer-new__body {
    flex-direction: column;
}

.site-footer .footer__menu-wrapper {
    width: 100%;
}

.footer-new__hr {
    display: block;
}

.site-footer .footer__menu-wrapper .footer__menu:first-child {
    margin-left: 0;
}

.site-footer .footer__menu-wrapper .footer__menu {
    margin-left: 34px;
}

.ftr-form-btn .reg-form__button {
    line-height: 56px;
    top: 0px;
}

 .footer-copyright {
    padding-top: 13px;
}

.site-footer .footer__top {
    margin-bottom: 63px;
}

  .footer__bottom__links ul li:last-child>a img {
    width: auto;
    position: relative;
    top: .5px;
  }

}

@media (max-width: 1023px){
  .footer__bottom ul li a {
    margin: 0 20px 10px 0;
}

.site-footer .footer__top {
    margin-bottom: 63.5px;
}

}

@media(max-width:767px){
  .footer-new__hr {
    display: none;
}

.site-footer .footer__menu-wrapper {
    width: 100%;
    flex-direction: column;
}

.site-footer .footer__menu-wrapper .footer__menu {
    margin-left: 0px;
}

.footer__menu-wrapper .footer__menu {
    border-top: 1px solid #493067;
    cursor: pointer;
}

.footer__menu-wrapper .footer__menu .footer-menu_header p {
    display: flex;
    height: 50px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    margin-bottom:0px;
}

.footer .container-columns {
    display: block;
    padding: 0 0px;
}

.footer__menu-wrapper .footer-submenu {
    display: none;
}

.footer__bottom ul {
    margin: 0 0 25px 20px;
    font-size: 14px;
    display: block;
    padding: 0;
    position: relative;
    top: -4px;
}

.footer-lang-menu_header p {
    display: flex;
    height: 50px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    margin-bottom:0px;
}


.footer__bottom.g--side-paddings {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #493067;
    cursor: pointer;
}

.footer__bottom.g--side-paddings div:nth-child(2) {
    display: none;
}

.footer__bottom.g--side-paddings:nth-child(2) {
    display: none;
}

.footer__bottom.g--side-paddings div:nth-child(2) {
    display: none;
}

.footer-copyright>.footer__container {
    display: block !important;
    padding-right: 0px;
    padding-left: 0px;
}

.footer__bottom__links {
    display: flex;
    padding-top: 31.5px;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
}

.footer__bottom__links ul {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.footer__bottom__links ul li {
    margin-top: 3px;
    margin-bottom: 16px;
    width: 100%;
}

.footer__bottom__copyright {
    margin: 0;
    padding: 20px;
    color: #9e8bb7;
}

.footer__bottom__links ul li:last-child>a img {
    top: 0px;
}

.footer-copyright {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer__bottom__links ul li:last-child {
    margin-bottom: 0px;
}

.footer__bottom__links ul li:nth-child(3) {
    display: none;
}

.site-footer .footer__menu-wrapper:last-child .footer__menu:last-child {
    border-bottom: 1px solid #493067;
}


.footer-new-main .container-columns.footer-new__body {
    display: none;
}

.site-footer {
    height: auto;
    padding: 40px 0 0;
}


.site-footer .footer__top {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.footer__top>div:nth-child(1) {
    min-width: inherit;
    top: 0px;
}

.footer__social {
    margin-left: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    width: 100%;
    top: 0px;
    line-height: normal;
}

.footer__social--row:first-child {
    margin-bottom: 10px;
}

.footer__social-title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.footer__social-link:nth-child(2) {
    margin-left: 0;
}

.footer__social-link {
    width: 28px;
    height: 31px;
}

.footer__social-icon {
    width: 28px;
    height: 28px;
}

.footer__social-icon--slack-default, .footer__social-icon--slack-hover {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s;
}

.footer__top>div:nth-child(1) {
    line-height: 11px;
}

.footer__social-link {
    position: relative;
    top: -1.5px;
}

.footer__social-title {
    line-height: 16px;
}

.footer-submenu ul {
    margin: 0 0 25px 20px;
    padding: 0;
    font-size: 14px;
    position: relative;
    top: -4px;
}

.footer-submenu ul>li {
    line-height: 24px;
}

.footer-submenu ul>li>a {
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.footer-submenu ul li a {
    margin: 0px;
}

.footer-mobile-menu__minus {
    display: none;
}

.footer__menu.cms-company1.is-active > .footer-submenu {
    display: block;
}

.footer__menu.cms-company1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.cms-company1.is-active .footer-mobile-menu__minus {
    display: block;
}

.cms-company1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.footer__menu.cms-products1.is-active > .footer-submenu {
    display: block;
}

.footer__menu.cms-products1.is-active .footer-mobile-menu__plus{
    display: none;
  }

  .cms-products1.is-active .footer-mobile-menu__minus {
    display: block;
  }

  .cms-products1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.footer__menu.cms-solutions1.is-active > .footer-submenu {
    display: block;
}

.footer__menu.cms-solutions1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.cms-solutions1.is-active .footer-mobile-menu__minus {
    display: block;
  }

.cms-solutions1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.footer__menu.cms-resources1.is-active > .footer-submenu {
    display: block;
}

.footer__menu.cms-resources1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.cms-resources1.is-active .footer-mobile-menu__minus {
    display: block;
  }

.cms-resources1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.footer__menu.cms-compares1.is-active > .footer-submenu {
    display: block;
}

.footer__menu.cms-compares1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.cms-compares1.is-active .footer-mobile-menu__minus {
    display: block;
  }

 .cms-compares1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.footer__menu.cms-integrations1.is-active > .footer-submenu {
    display: block;
}

.footer__menu.cms-integrations1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.cms-integrations1.is-active .footer-mobile-menu__minus {
    display: block;
  }

.cms-integrations1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.footer__menu.cms-partners1.is-active > .footer-submenu {
    display: block;
}

.footer__menu.cms-partners1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.cms-partners1.is-active .footer-mobile-menu__minus {
    display: block;
  }

 .cms-partners1.is-active .footer-mobile-menu__plus{
    display: none;
  }

.footer__bottom.g--side-paddings.is-active > div:nth-child(2) {
    display: block;
}

.footer__bottom.g--side-paddings.is-active .footer-mobile-menu__minus {
    display: block;
  }

  .footer__bottom.g--side-paddings.is-active .footer-mobile-menu__plus{
    display: none;
  }

  .footer__bottom ul li a {
    display: inline-block;
    margin: 0;
  }

  .footer__bottom ul li {
    line-height: 24px;
  }

.footer__bottom ul li a b {
    color: #9e8bb7 !important;
}

.footer-lang-menu_header {
    color: #fff !important;
}

.footer__bottom ul li a:hover b {
    color: #fff !important;
    transition: color .3s,border-color .3s;
}

.footer-submenu ul>li a:hover {
    color: #9e8bb7 !important;
    border-color: transparent !important;
}

.footer__bottom__copyright {
    padding-bottom: 20px;
}

.footer__bottom__copyright {
    top: 0px;
}

}

@media(max-width:500px){
  .footer__menu-wrapper .footer__menu .footer-menu_header p {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

  .footer-lang-menu_header p{
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
  }

.footer a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.footer__bottom__copyright {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
    line-height: 15px;
    position: relative;
}

.footer__bottom__links ul li:last-child {
    margin-bottom: 0px;
}

.reg-form h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 0 20px;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.ftr-form-btn .reg-form__button {
    font-size: 14px;
    line-height: 19px;
    height: 58px;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.ftr-form-btn {
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.ftr-form-btn>div {
    margin-bottom: 32px;
}

.site-footer {
    padding-top: 20px;
}

.footer__social-link {
    position: relative;
    top: -1px;
}

 .footer__bottom__links ul li:last-child {
    margin-bottom: 1px;
}

.footer__bottom__copyright {
    padding-bottom: 20px;
}

.footer__bottom__links {
    padding-top: 31px;
}

.footer__bottom__copyright {
    top: -0.5px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 0px;
  margin: 0 auto;
}

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

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

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

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

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

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #637889;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
    color: #1e384e !important;
    font-weight: 700;
    background-color: #f8f8f8;
    pointer-events: none;
}
.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: #637889;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

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

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 25px;
	font-size: 36px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 40px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

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

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 30px;
	}
}

/* Blog Comments */

.blog-comments {
	max-width: 100%;
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}

/*--------style----------*/

section.blog_top_section {
    position: relative;
    display: flex;
    margin-top: 36px;
    padding: 0 20px 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

section.blog_top_section>.content-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.blog-navigation-wrapper {
    display: flex;
    justify-content: flex-end;
}

.blog-navigation-wrapper .blog-navigation {
    position: relative;
    display: flex;
    width: 100%;
}

.blog-navigation-wrapper .blog-navigation>ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex: 1 1 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    order: 1;
    flex-wrap: wrap;
}

.blog-navigation-wrapper .blog-navigation>ul>li {
    display: flex;
    margin: 0 26px 10px 0;
    align-items: center;
}

.blog-navigation-wrapper .blog-navigation>ul>li:last-child {
    margin-right: 0px;
}

.blog-navigation-wrapper .blog-navigation>ul>li>a {
    position: relative;
    padding-left: 10px;
    color: #1e384e;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: opacity .3s;
    text-decoration: none;
}

.blog-navigation-wrapper .blog-navigation>ul>li:nth-child(2)>a {
    padding: 0;
}

.blog-navigation-wrapper .blog-navigation>ul>li>a:hover {
    opacity: .7;
}

.blog-navigation__link--rss {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 0;
    background: url('//20037499.fs1.hubspotusercontent-na1.net/hubfs/20037499/raw_assets/public/AppFollow_June2021/images/rss-icon.svg') 50%/contain no-repeat;
}

.blog-navigation__link:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 3px;
    height: 17px;
    border-radius: 10px;
}

.cms-listing-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.cms-listing-section>.content-wrapper {
    width: 100%;
}

.cms-listing-section .cms-listing-recent {
    display: flex;
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
    flex-basis: 100%;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.blog__content-wrapper img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
}

span.cms-triangle {
    display: none;
}

.blog__content-wrapper {
    display: flex;
    margin-right: 24px;
    flex-basis: 66.66%;
    flex-direction: column;
    order: 1;
}

aside.blog-articles__popular-wrapper {
    display: flex;
    max-width: 376px;
    flex: 1 1 33.33%;
    flex-direction: column;
    order: 2;
}

.blog-articles__poster--big {
    max-width: 100%;
    min-height: 424px;
    flex-basis: 100%;
    border-radius: 6px;
    background-size: cover;
    display: block;
    text-decoration: none;
}


.blog-list-recent-post-list-item {
    display: flex;
    flex-direction: column;
}

.blog-articles__side-info {
    flex-basis: 100%;
}

.blog-articles__side-info>a.blog-articles__jump-in {
    display: block;
    transition: .3s linear;
    text-decoration: none;
}

.blog-articles__side-info>a.blog-articles__jump-in h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 26px 0 10px;
    font-weight: 500;
    color: #1e384e;
}

.blog-articles__side-info>a.blog-articles__jump-in p {
    font-size: 19px;
    line-height: 34px;
    margin: 0 0 8px;
    color: #637889;
}

.blog-articles__side-info .article-block__details {
    display: flex;
    margin: 12px 0 0;
}

.blog-articles__side-info .article-block__details .article-block__author--card {
    margin: 0 14px 0 0;
}

.blog-articles__side-info .article-block__details .article-block__author {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.blog-articles__side-info a.article-block__author-link {
    display: flex;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.blog-articles__side-info a.article-block__author-link .article-block__author-photo {
    position: absolute;
    max-width: 100%;
    min-width: 100%;
}

.blog-articles__side-info .article-block__author-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    color: #1e384e;
}

.blog-articles__side-info .article-block__author-text a.article-block__author-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1e384e;
    text-decoration: none;
}

.blog-articles__side-info .article-block__author-text span.article-block__author-date {
    color: #b2bed0;
}

.blog-articles__side-info .article-block__author-text span.article-block__author-date b.article-block__author-date-bold {
    color: #637889;
    font-weight: 400;
}

.blog-navigation__search {
    display: flex;
    width: 100%;
    margin: 0 0 30px;
}

.blog-navigation__search>div {
    position: relative;
    display: flex;
    width: 100%;
}

.blog-navigation__search .hs-search-field {
    width: 100%;
}

.blog-navigation__search .hs-search-field .hs-search-field__bar form {
    display: flex;
    width: 100%;
    position: relative;
}

.blog-navigation__search input {
    width: 100%;
    height: 36px;
    max-height: 36px;
    padding-left: 35px;
    border: 1px solid hsla(0,0%,58.4%,.5);
    border-radius: 25px;
    transition: .3s linear;
    outline: none;
}

.blog-navigation__search button {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    outline: none;
    height: 100%;
    padding: 7px 10px;
}

.hs-search-field__bar button svg {
    height: 20px !important;
}

.blog-navigation__search button>span {
    display: none;
}

aside.blog-articles__popular-wrapper {}

.blog-articles__popular-wrapper .blog-articles__popular {
    display: flex;
    max-width: 376px;
    min-height: calc(100% - 66px);
    padding: 30px 20px;
    flex: 1 1 33.33%;
    flex-direction: column;
    background: #f8f8f8;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%);
}

.blog-articles__popular-header {
    margin: 0 0 20px;
    color: #1e384e;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-articles__popular-list {
    display: flex;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
}

.blog-articles__popular-list>li.blog-articles__popular-item:not(:last-child) {
    margin-bottom: 10px;
}

.blog-articles__popular-list>li.blog-articles__popular-item {
    display: flex;
}

.blog-articles__popular-list>li.blog-articles__popular-item>a {
    display: flex;
    text-decoration: none;
}

.blog-articles__popular-img {
    max-width: 143px;
    max-height: 79px;
    margin-right: 20px;
    width: 100%;
    object-fit: cover;
}

.blog-articles__popular-title {
    margin: 0;
    color: #1e384e;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.cms-listing-article {
    display: flex;
    flex-wrap: wrap;
}


cms-listing-article .article-block-item {
    flex: 0 1 31.33%;
    min-height: 396px;
    position: relative;
    border: 1px solid #d7e1f1;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%);
    box-sizing: border-box;
    margin: 0 36px 40px 0;
    transition: box-shadow .3s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.cms-listing-article .article-block-item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px 5px 0 0;
}

.cms-listing-article {
}

.cms-listing-article > .article-block-item {
    flex: 0 1 31.33%;
    min-height: 396px;
    border: 1px solid #d7e1f1;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%);
    box-sizing: border-box;
    margin: 0 36px 40px 0;
    transition: box-shadow .3s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}

.article-block-item .cms-article-block__link {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 208.88889px;
    border-radius: 5px 5px 0 0;
}

.article-block__gradient {
    background: linear-gradient( 1turn ,rgba(0,0,0,.05) -3.62%,transparent 16.91%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 208.88889px;
    border-radius: 5px 5px 0 0;
}

.article-block-item .cms-article-block__text {
    padding: 0 20px 20px;
    width: 100%;
    min-height: calc(100% - 208.88889px);
    border-top: none;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
}

.article-block-item .cms-article-block__text h3 {
    margin: 24px 0 12px;
    min-height: auto;
    color: #1e384e;
}

.blog-articles__side-info>a.blog-articles__jump-in:hover {
    opacity: .8;
}

.blog-navigation__search input:focus {
    background-color: #f0e8f9;
    border-color: purple;
}

.article-block-item .cms-article-block__text h3>span {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    color: #1e384e;
    display: block;
}

.article-block-item .cms-article-block__text .cms-article-block__desc {
    font-size: 14px;
    line-height: 24px;
    color: #637889;
    margin: 0 0 auto;
}

.article-block-item .cms-article-block__text .cms-article-block__details {
    display: flex;
    margin: 12px 0 0;
}

.cms-article-block__details .cms-article-block__author--card {
    margin: 0 14px 0 0;
}

.cms-article-block__details .cms-article-block__author {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.cms-article-block__details .cms-article-block__author-link {
    display: flex;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.article-block-item .cms-article-block__link img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}

.cms-article-block__details .article-block__author-photo {
}

.cms-article-block__details .cms-article-block__author-photo {
    position: absolute;
    max-width: 100%;
    min-width: 100%;
}

.cms-article-block__details .cms-article-block__author-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    color: #1e384e;
}

.cms-article-block__details .article-block__author-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1e384e;
}

.cms-article-block__details .cms-article-block__author-date {
    color: #b2bed0;
}

.cms-article-block__details .cms-article-block__author-date b.article-block__author-date-bold {
    color: #637889;
    font-weight: 400;
}

.cms-listing-article > .article-block-item:hover {
    box-shadow: 0 5px 40px rgb(10 121 217 / 20%);
}

.cms-listing-article>.article-block-item:nth-of-type(3n) {
    margin-right: 0;
}

.blog-pagination {
    display: flex;
    margin-bottom: 44px;
    align-items: center;
    justify-content: center;
}

.blog__pagination-button {
    margin: 0 16px;
    color: #637889;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.blog__pagination-page {
    position: relative;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    color: #637889;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    transition: font-weight .3s,color .3s,background-color .3s;
    text-decoration: none;
}

.blog__pagination-page:hover {
    color: #1e384e;
    font-weight: 700;
    background-color: #f8f8f8;
    transition: font-weight .3s,color .3s,background-color .3s;
    text-decoration: none;
}

.blog__pagination-button:hover {
    text-decoration: none;
    color: #637889;
}

/* a.blog__pagination-button.blog__pagination-button--prevnext.blog-pagination__prev-link--disabled {
    display: none;
}

a.blog__pagination-button.blog__pagination-button--prevnext.blog-pagination__next-link--disabled {
    display: none;
} */

.blog__pagination-button:focus {
    text-decoration: none;
    color: #637889;
    outline: none;
}

.blog__pagination-page:focus {
    color: #637889;
    outline: none;
    text-decoration: none;
}

.blog-navigation__search ul.hs-search-field__suggestions li {
    padding: 5px 10px;
    line-height: normal;
}

.blog-navigation__search ul.hs-search-field__suggestions li a {
    text-decoration: none;
    color: #637889;
}

.blog-navigation__search ul.hs-search-field__suggestions li a:hover {
    background-color: transparent !important;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
    border-color:rgb(149 149 149 / 50%) !important;
    border-radius: 10px;
}

/*------------post--------*/

.post-page-section-content-wrap {
    order: 1;
    position: relative;
    width: 100%;
    min-width: 676px;
    max-width: 676px;
    margin: 0 24px 24px 0;
    flex: 1 1 66.66%;
    color: #1e384e;
    font-size: 19px;
    line-height: 34px;
    display: block!important;
}

aside.cms-blog-articles__popular-wrapper {
    display: flex;
    max-width: 376px;
    flex: 1 1 33.33%;
    flex-direction: column;
    order: 2;
      height: fit-content;
}

.post-page-section-content-wrap h1.cm-article__title {
    position: relative;
    margin: 0 0 18px;
    color: #1e384e;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
}

.cm-article-block__details {
    display: flex;
    margin: 12px 0 0;
}

.cm-article-block__author--card {
    margin: 0 14px 0 0;
}

.cm-article-block__author {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.cm-article-block__author-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    color: #1e384e;
}

.cms-article-block__author-link {
    display: flex;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.cm-article-block__author .cms-article-block__author-photo {
    position: absolute;
    max-width: 100%;
    min-width: 100%;
}

.cm-article-block__author-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1e384e !important;
    text-decoration: none !important;
}

.cm-article-block__author-date {
    color: #b2bed0;
}

.cm-article-block__author-date-bold {
    color: #637889;
    font-weight: 400;
}

.blog-articles__posters {
    margin-top: 30px;
    max-width: 100%;
    flex-basis: 100%;
    border-radius: 6px;
}

.blog-articles__posters img {
    border-radius: 6px;
}

.article__body-post {
    margin: 40px 0;
}

.post-body p {
    margin: 16px 0;
    font-size: 19px;
}

.blog__social {
    margin-bottom: 36px;
}

.blog__social .cm-footer__social--blog {
    margin: 40px 0 30px;
}

.blog__social .cm-footer__social--blog .cm-footer__social-title {
    color: #9e8bb7;
}

.cm-footer__social--blog {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: 14px;
}

.cm-footer__social--blog .cm-footer__social-link {
    margin-left: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.cm-footer__social--blog .cm-footer__social-icon {
    width: 24px;
    height: 24px;
    position: relative;
    transition: fill .3s;
    cursor: pointer;
    fill: #9e8bb7;
}


.cm-footer__social-icon--slack-default,.cm-footer__social-icon--slack-hover {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s;
    opacity: 1;
}

.cm-footer__social-icon--slack-hover {
    opacity: 0;
}

.cm-footer__social--blog .cm-footer__social-icon {
    width: 24px;
    height: 24px;
}

.cm-footer__social--blog .cm-footer__social-link:hover .cm-footer__social-icon--slack-hover {
    opacity: 1;
}

.cm-footer__social--blog .cm-footer__social-link:hover .cm-footer__social-icon--slack-default {
    display: none;
}

.cm-footer__social--blog .cm-footer__social-link:hover .cm-footer__social-icon {
    fill: #637889;
}


.cm-footer__social--blog .cm-footer__social-link:hover .cm-footer__social-icon--facebook {
    fill: #3b5998;
}

.cm-footer__social--blog .cm-footer__social-link:hover .cm-footer__social-icon--twitter {
    fill: #1da1f2;
}

.cm-footer__social--blog .cm-footer__social-link:hover .cm-footer__social-icon--linkedin {
    fill: #0077b5;
}

.cm-blog__tags {
    margin: 0 0 30px;
}

.cm-blog__tags ul.blog__tags-list {
    list-style-type: none;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}

.cm-blog__tags ul.blog__tags-list li.cm-blog__tags-list {
    margin-right: 5px;
    margin-bottom: 10px;
}

.cm-blog__tags ul.blog__tags-list li.cm-blog__tags-list .cm-blog__tags-item {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    color: purple;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background-color: #f9f9f9;
    border: 1px solid purple;
    border-radius: 6px;
    transition: color .3s,background-color .3s;
    cursor: pointer;
    text-decoration: none;
}

.cm-blog__tags ul.blog__tags-list li.cm-blog__tags-list .cm-blog__tags-item:hover {
    color: #f9f9f9;
    background-color: purple;
}

.post-article__author {
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    border-top: 1px solid #dadada;
}

.post-article__author-wrapper {
    display: flex;
}

.post-article__author-wrapper .post-article__author-link {
    position: relative;
    display: flex;
    width: 130px;
    height: 130px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.post-article__author-wrapper .post-article__author-link img {
    position: absolute;
    min-width: 100%;
    max-width: 100%;
}

.post-article__author-text {
    display: flex;
    flex-direction: column;
}

p.post-article__author-title {
    margin: 0;
    color: #b2bed0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-article__author-name {
    margin: 10px 0;
    color: #1e384e !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none !important;
}

p.article__author-bio--position {
    margin: 0;
}

p.post-article__author-bio {
    color: #637889;
    font-size: 18px;
    line-height: 26px;
}

p.mlp-post-article__author-bio {
    margin: 20px 0;
    color: #637889;
    font-size: 18px;
    line-height: 26px;
}

p.mlp-post-article__author-bio {
    margin: 20px 0;
    color: #637889;
    font-size: 18px;
    line-height: 26px;
}

.post-article__author-icons-wrapper {
    display: flex;
    margin: 0 0 24px;
    align-items: center;
}

.post-article__author-icons-wrapper .post-article__author-icon-link {
    max-height: 20px;
    text-decoration: none;
}

.post-article__author-icons-wrapper .post-article__author-icon-link + .post-article__author-icon-link {
    margin: 0 0 0 15px;
}

.post-article__author-icons-wrapper .post-article__author-icon-link svg {
    width: 24px;
    height: 24px;
    fill: #9e8bb7;
    transition: fill .3s;
}

.post-article__author-icons-wrapper .post-article__author-icon-link:hover .article__author-icon--twitter {
    fill: #1da1f2;
}

.post-article__author-icons-wrapper .post-article__author-icon-link:hover .article__author-icon--linkedin {
    fill: #0077b5;
}

.post-article__author-button {
    display: flex;
    width: 100%;
    max-width: 246px;
    margin-left: 150px;
    padding: 12px 26px;
    align-items: center;
    justify-content: center;
    color: purple !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 6px;
    text-decoration: none !important;
}

.blog-comments .hs-input.error {
    border-color: rgb(221, 44, 0);
    box-shadow: inset 0 1px 3px 0 hsl(0deg 0% 58% / 50%), 0 0 0 1px rgb(221 44 0);
}


.article__similar {
    position: relative;
    display: flex;
    padding: 0 20px 10px;
    align-items: center;
    justify-content: center;
    background-color: #fafaf9;
    overflow: hidden;
}

.article__similar .main-blog__heading {
    margin: 59px 0 54px;
    color: #1e384e;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}

.article__similar_wrap {
    display: flex;
/*     flex-wrap: wrap; */
}

.article__similar_item {
    flex: 0 1 31.33%;
    min-height: 396px;
    position: relative;
    border: 1px solid #d7e1f1;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%);
    box-sizing: border-box;
    margin: 0 36px 40px 0;
    transition: box-shadow .3s;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.article__similar_item .article-block__link {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 208.88889px;
    border-radius: 5px 5px 0 0;
}

.article__similar_item .article-block__link .article-block__image {
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.cm-article-block__gradient {
    background: linear-gradient( 1turn ,rgba(0,0,0,.05) -3.62%,transparent 16.91%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 208.88889px;
    border-radius: 5px 5px 0 0;
}

.article__similar_item .similar-article-block__text {
    padding: 0 20px 20px;
    width: 100%;
    min-height: calc(100% - 208.88889px);
    border-top: none;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.similar-article-block__text .similar-article-block__head {
    margin: 24px 0 12px;
    min-height: auto;
    color: #1e384e;
}

.similar-article-block__text .similar-article-block__head>a {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    color: #1e384e !important;
    text-decoration: none !important;
    display:block;
}

.similar-article-block__text .similar-article-block__desc {
    font-size: 14px;
    line-height: 24px;
    color: #637889;
    margin: 0 0 auto;
}

.similar-article-block__details {
    display: flex;
    margin: 12px 0 0;
}

.similar-article-block__author--card {
    margin: 0 14px 0 0;
}

.similar-article-block__author {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.similar-article-block__author-link {
    display: flex;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.similar-article-block__author-link img {
    position: absolute;
    max-width: 100%;
    min-width: 100%;
}

.similar-article-block__author-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    color: #1e384e;
}

.similar-article-block__author-text .similar-article-block__author-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1e384e !important;
    text-decoration: none !important;
}

.similar-article-block__author-date {
    color: #b2bed0;
}

.similar-article-block__author-date-bold {
    color: #637889;
    font-weight: 400;
}

.article__similar_item:nth-of-type(3n) {
    margin-right: 0;
}

.article__similar_item:hover {
    box-shadow: 0 5px 40px rgb(10 121 217 / 20%);
}

.no-image a.article-block__link {
    display: none;
}

.blog-header-banner {
}

.mm-blog__tags {
    margin: 0 0 30px;
}

.mm-blog__tags ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}

.mm-blog__tags ul li {
    margin-right: 5px;
    margin-bottom: 10px;
}

.mm-blog__tags ul li .blog__tags-link--disabled {
    cursor: default;
}

.mm-blog__tags ul li span.blog__tags-link {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    color: purple;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background-color: #f9f9f9;
    border: 1px solid purple;
    border-radius: 6px;
    transition: color .3s,background-color .3s;
}

.blog__tags-cross {
    position: relative;
    display: flex;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.blog__tags-cross:after, .blog__tags-cross:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #1e94e8;
    border-radius: 3px;
    transition: background-color .3s;
}

.blog__tags-cross:before {
    transform: rotate( -45deg );
}

.blog__tags-cross:after {
    transform: rotate( 45deg );
}

.mm-blog__tags ul li span.blog__tags-link:hover {
    color: #f9f9f9;
    background-color: purple;
}

.mm-blog__tags ul li span.blog__tags-link:hover .blog__tags-cross:after {
    background-color: #f9f9f9;
}

.mm-blog__tags ul li span.blog__tags-link:hover .blog__tags-cross:before {
    background-color: #f9f9f9;
}

.blog__search-query {
    margin: 10px 0 28px;
    color: #1e384e;
    font-size: 42px;
    font-weight: 500;
    line-height: 56px;
}

.blog-header-banner p.blog__search-title {
    margin: 0;
    color: #637889;
    font-size: 18px;
    line-height: 22px;
}

a.tag-insider:before {
    background-color: #b267f8;
}

.blog-navigation-wrapper .blog-navigation>ul>li>a:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 3px;
    height: 17px;
    border-radius: 10px;
}

a.tag-news:before {
    background-color: #fe5376;
}

.blog-navigation>ul>li.active a {
    background-color: #b267f8;
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
}

.hs-blog-listing a, .hs-blog-post a {
    border: 0px;
}

.blog__progress {
    position: fixed;
    top: 0;
    width: 100%;
    height: 6px;
    z-index: 200;
}

@media(max-width:1280px){
  .cms-listing-section {
    padding-right: 20px;
    padding-left: 20px;
}
  
.article__similar {
    padding-right: 20px;
    padding-left: 20px;
}
  
.blog-header-banner-inner {
    padding: 0px 20px;
}
  
}

@media (max-width: 1240px){
  .article-block-item .cms-article-block__link {
    width: 100%;
    height: calc(18.51852vw - 16.2963px);
}
  
.article-block-item .cms-article-block__text {
    min-height: calc(100% - 18.51852vw + 16.2963px);
}
  
.cms-listing-article>.article-block-item {
    flex-basis: 31.7%;
    margin: 0 24px 40px 0;
}
  
.cms-listing-article>.article-block-item {
    flex-basis: 31.7%;
    margin: 0 24px 40px 0;
}
  
  .article-block-item .cms-article-block__link {
    width: 100%;
    height: calc(18.51852vw - 16.2963px);
  }
  
 .article__similar_item {
    flex-basis: 31.7%;
    margin: 0 24px 40px 0;
}
  
.cm-article-block__gradient {
    width: 100%;
    height: calc(18.51852vw - 16.2963px);
}
  
.article__similar_item .article-block__link {
    width: 100%;
    height: calc(18.51852vw - 16.2963px);
}
  
.article__similar_item .similar-article-block__text {
    min-height: calc(100% - 18.51852vw + 16.2963px);
}
  
}

@media(max-width:1033px){
  .post-page-section-article {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media(max-width:1024px){

.blog-navigation-wrapper {
    flex-direction: column;
}

.blog-navigation-wrapper .blog-navigation {
    order: 2;
}

.blog-navigation-wrapper .blog-navigation>ul {
    flex-wrap: wrap;
}

.cms-listing-section .cms-listing-recent {
    flex-direction: column;
}

.blog__content-wrapper {
    width: 100%;
    max-width: none;
    margin-right: 0;
    flex-basis: 100%;
    order: 2;
}
  
aside.blog-articles__popular-wrapper {
    max-width: 100%;
    flex: 1 1 100%;
    order: 1;
}
  
.blog-navigation__search {
    width: 100%;
    max-width: none;
}
  
.blog-articles__popular-wrapper .blog-articles__popular {
    display: none;
}
  
.blog-articles__poster--big {
    max-width: 100%;
    min-height: calc(55.55556vw - 22.22222px);
    margin-right: 0;
}
  
.post-page-section-content-wrap {
    order: 2;
    min-width: auto;
    max-width: none;
    margin-right: 0;
    flex: 1 1 100%;
}
  
aside.cms-blog-articles__popular-wrapper {
    max-width: 100%;
    flex: 1 1 100%;
    order: 1;
}
  
}

@media(max-width:1023px){
  .cms-listing-article>.article-block-item {
    flex-basis: 48.62%;
    min-height: 377px;
    margin: 0 20px 40px 0;
}
  
.cms-listing-article>.article-block-item:nth-of-type(2n) {
    margin-right: 0;
}
  
.article-block-item .cms-article-block__link {
    width: 100%;
    height: calc(27.77778vw - 16.66667px);
}
  
.article-block-item .cms-article-block__text {
    min-height: calc(100% - 27.77778vw + 16.66667px);
}
  
.article__similar_wrap {
    flex-wrap: wrap;
}

.article__similar_item {
    flex-basis: 48.62%;
    min-height: 377px;
    margin: 0 20px 40px 0;
}

.article__similar_item .article-block__link {
    width: 100%;
    height: calc(27.77778vw - 16.66667px);
}

.cm-article-block__gradient {
    width: 100%;
    height: calc(27.77778vw - 16.66667px);
}

.article__similar_item .similar-article-block__text {
    min-height: calc(100% - 27.77778vw + 16.66667px);
}

 .article__similar_item:nth-of-type(2n) {
    margin-right: 0;
}
  
}

@media(max-width:780px){
  .article__similar_item {
    flex-basis: 48.59%;
}
}

@media(max-width:767px){
  section.blog_top_section {
    display: none;
}
  
.cms-listing-section {
    padding-top: 35px;
}
  
.cms-listing-section .cms-listing-recent {
    margin-bottom: 30px;
}
  
.cms-listing-article>.article-block-item {
    flex-basis: 100%;
    min-height: 350px;
    margin: 0 0 34px;
}
  
 .blog__pagination-page {
    width: 40px;
    height: 40px;
}
  
.blog__pagination-button {
    display: none;
}
  
.article-block-item .cms-article-block__link {
    width: 100%;
    height: calc(55.55556vw - 22.22222px);
}
  
.article-block-item .cms-article-block__text {
    min-height: calc(100% - 55.55556vw + 22.22222px);
}
  
.article__similar_item {
    flex-basis: 100%;
    min-height: 350px;
    margin: 0 0 34px;
}
  
.article__similar_item .article-block__link {
    width: 100%;
    height: calc(55.55556vw - 22.22222px);
}
  
.cm-article-block__gradient {
    width: 100%;
    height: calc(55.55556vw - 22.22222px);
}
  
.article__similar_item .similar-article-block__text {
    min-height: calc(100% - 55.55556vw + 22.22222px);
}
  
.blog-navigation-wrapper .blog-navigation>ul {
    justify-content: flex-start;
}
  
.post-page-section-article {
    padding-right: 20px;
    padding-left: 20px;
}
  
aside.cms-blog-articles__popular-wrapper .hs-search-field__bar form {
    width: fit-content !important;
}
  
.post-page-section-article {
    padding-top: 10px !important;
}
  
.post-page-section-content-wrap h1.cm-article__title {
    font-size: 30px;
    line-height: 43px;
}
  
.post-body p {
    font-size: 16px;
    line-height: 25px;
}
  
.cm-footer__social--blog {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    width: 100%;
}
  
.blog__social .cm-footer__social--blog .cm-footer__social-title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
      line-height: 25px;
}
  
.cm-footer__social--blog .cm-footer__social-link {
    width: 28px;
    height: 31px;
}
  
  
.post-article__author-button {
    max-width: none;
    margin-left: 0;
}
  
.post-article__author-wrapper .post-article__author-link {
    width: 50px;
    height: 50px;
}
  
.post-article__author-name {
    font-size: 20px;
    line-height: 20px;
}
  
p.mlp-post-article__author-bio {
    font-size: 15px;
    line-height: 22px;
}
  
p.post-article__author-bio {
    font-size: 15px;
    line-height: 22px;
}
  
.blog-header-banner-inner {
    padding: 35px 20px 0;
}
  
.blog__search-query {
    margin: 10px 0 18px;
}
  
.mm-blog__tags {
    margin: 0 0 20px;
}
  
}

@media(max-width:500px){
  .blog-navigation__search .hs-search-field .hs-search-field__bar form {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.blog-articles__side-info>a.blog-articles__jump-in h1 {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.blog-articles__side-info>a.blog-articles__jump-in p {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.blog-articles__side-info .article-block__details a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.blog-articles__side-info .article-block__author-text {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
 
.cms-listing-article>.article-block-item {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.article-block-item .cms-article-block__text h3 {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.article-block-item .cms-article-block__text .cms-article-block__desc {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.cms-article-block__details .cms-article-block__author-date {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.article__similar .main-blog__heading {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.article__similar_item .similar-article-block__text {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.similar-article-block__text a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.similar-article-block__text .similar-article-block__desc {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.post-page-section-content-wrap h1.cm-article__title {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.cm-article-block__details a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.cm-article-block__details {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.post-body p {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.cm-blog__tags ul.blog__tags-list li.cm-blog__tags-list .cm-blog__tags-item {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.post-article__author-text a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.post-article__author-text {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
p.mlp-post-article__author-bio {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.post-article__author-button {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.blog-comments form {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
.blog-header-banner-inner p {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.ui-button {
	width: 100%;
	padding: 16px;
	color: #661ec1;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	background: none;
	border: 1px solid currentColor;
	border-radius: 6px;
	transition: color 0.3s, background-color 0.3s;
	display: inline-block;
	margin-bottom: 6px;
	text-align: center;
}

.ui-button:hover,
.ui-button.ui-button--accent {
	color: #fff;
	background-color: #661ec1;
	border-color: #661ec1;
}

.ui-button.ui-button--accent:hover {
	background-color: #4a0da6;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Exo,Exo2,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #d1dce7;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 70px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 700px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Exo,Exo2,sans-serif;
  font-size: 1.25rem;
  color: #637889;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #637889;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

/*-------style--------*/

.systems-page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.systems-page ul.no-list.hs-error-msgs {
    margin: 15px 0px;
    padding: 0px;
}

.systems-page .actions {
    padding: 18px 0px;
}

.systems-page input#hs-pwd-widget-password {
  display: block;
  max-width: 700px;
  width: 100%;
  height: 48px !important;
  padding: 13px 0 13px 11px;
  font-weight: normal;
  box-sizing: border-box;
  color: #1e384e;
  font-size: 16px;
  line-height: 21px;
  border: 1px solid #e8e5e5;
  margin: 5px 0 0;
  transition: box-shadow .3s,border-color .3s;
  box-shadow: inset 0 1px 3px 0 hsl(0deg 0% 58% / 50%);
  outline: 0;
  margin-bottom: 18px;
}

.systems-page input#hs-pwd-widget-password:focus {
  background-color: rgba(255,255,255,1.0);
  border-color: rgba(74,13,166,1.0);
  border-color: #4a0da6;
  box-shadow: inset 0 1px 3px 0 hsl(0deg 0% 58% / 50%), 0 0 0 1px #4a0da6;
}

.systems-page .form-floating-alert-wrapper .form-floating-alert-error {
    color: #f8a9ad !important;
    max-width:700px;
}


.systems-page input#hs-pwd-widget-password::placeholder {
    color: #9e8bb7;
}

.systems-page input#hs-login-widget-remember {
    display: inline-block;
/*     vertical-align: middle; */
}

.systems-page a {
    border: 0px;
}

@media(max-width:1280px){
  .systems-page-wrapper {
    padding-left: 35px;
    padding-right: 35px;
}
}

@media(max-width:1023px){
  .systems-page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}
}

@media(max-width:767px){
  .systems-page .success {
    min-width: 100%;
}
  
.systems-page h1 {
    font-size: 30px !important;
}
  
 .systems-page h2 {
    font-size: 26px !important;
}
  
.systems-page input#hs-pwd-widget-password {
    max-width: 100%;
}
  
.systems-page .form-floating-alert-wrapper .form-floating-alert-error {
    max-width:100%;
}
  
h1.error-page_heading {
    font-size: 30px !important;
}
  
.systems-page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
  
.systems-page {
    padding-top: 60px;
    padding-bottom: 50px;
}
  
}

@media(max-width:500px){
  .error-page a {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.error-page h1 {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}

.error-page h2 {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif!important;
}
}

@media(max-width:340px){
  .systems-page .hs-button {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
}