/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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;
}
.dnd-section{
  padding-left:20px;
  padding-right:20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: fontello;
  src: url("https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/MindStream_August2020/fonts/fontello.eot") format("embedded-opentype"), 
    url("https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/MindStream_August2020/fonts/fontello.woff") format("woff"),
    url("https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/MindStream_August2020/fonts/fontello.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  -webkit-transition: color .1s ease-in-out,border .1s ease-in-out;
  -moz-transition: color .1s ease-in-out,border .1s ease-in-out;
  -ms-transition: color .1s ease-in-out,border .1s ease-in-out;
  -o-transition: color .1s ease-in-out,border .1s ease-in-out;
  transition: color .1s ease-in-out,border .1s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
::selection {
    background: #d34a35;
    color: #fff;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, 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;  
  text-transform: uppercase;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;   
  text-transform: uppercase;
}

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 {
  border: none !important;
  margin: 1em;
  padding: 0;
}
/* 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) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
}

.hs-button {
  margin: 15px 0px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  line-height: 18px;
  vertical-align: middle;
  text-align: left;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 12px;
  white-space: normal;
  border-style: solid;
}

.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 {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-form label {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
body .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,input[type="password"] {
  display: block;
  width: 100%;
  line-height: normal;
  transition: all .1s ease-in-out 0s;
  padding: 8px 11px 9px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.03);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.03);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.03);

}
.hs-input:focus,
input[type="password"]:focus{
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
}


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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.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: Lato, serif;
}
.form-title {
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */ 
.fold .header-logo img {
  max-height: 70px;
  width: 166.25px !important;
}header.header.lp-header {
  min-height: 96px;
}
.fold .header-logo {
  padding-bottom: 0;
  line-height: 0;
}

.header-logo img {
  max-height: 96px;
  width: 190px !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.scrolled .bottom-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.bottom-header {
  -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 15px rgba(0,0,0,.1);
  box-shadow: 0 1px 15px rgba(0,0,0,.1);
  background-color: #fff;
  position: relative;
  -webkit-transition: background .1s ease-in-out 0s;
  -moz-transition: background .1s ease-in-out 0s;
  -ms-transition: background .1s ease-in-out 0s;
  -o-transition: background .1s ease-in-out 0s;
  transition: background .1s ease-in-out 0s;
}header.header {
  min-height: 142px;
}

.header-logo {
  padding-bottom: 14px;
  display: inline-block;
  margin: 0 10px;
  float: left;
  line-height: 1em;
  margin-left: 0;
}

.custom-menu {
  display: inline-block;
  margin: 0 10px;
  margin-right: 0;
  line-height: 1em;
  float: right;
}
.top-header {
  background-color: #21252b;
  color: #858d91;
  position: relative;
}
.bottom-header .hs-container {
  padding: 0 40px;
}
.top-header .hs-container {
  padding: 0 40px;
}

.hs-top-width {
  display: inline-block;
  margin: 0 10px;
  float: right;
}

.follow-us.hs-top-width {
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: 28px;
}

.header-call.hs-top-width {
  float: left;
  margin-top: 10px;
  margin-bottom: 9px;
  margin-left: 0;
}

.header-call.hs-top-width i {
  top: 0px;
  height: 26px;
  width: 26px;
  font-size: 14px;
  line-height: 26px;
  margin: 0 8px -9px 0;
  background: #800e11;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.icon-phone:before {
  content: '\e8a3';
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.header-call.hs-top-width strong {
  color: #ccccd5;
  font-weight: 600;
}

.follow-us.hs-top-width p {
  margin: 0;
}

.custom-login.hs-top-width,
.ask_expert.hs-top-width,
.career.hs-top-width {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
  margin-right: 0;

}
.custom-login.hs-top-width a,
.ask_expert.hs-top-width a,
.career.hs-top-width  a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;

}
.custom-login.hs-top-width a{
  background: #e6252a;
  border: 1px solid #dd5437;
  -webkit-box-shadow: inset 0 1px 0 #eb6f4b;
  -moz-box-shadow: inset 0 1px 0 #eb6f4b;
  box-shadow: inset 0 1px 0 #eb6f4b;
}
.ask_expert.hs-top-width a{
  background: #609ddb;
  border: 1px solid #5491d5;
  -webkit-box-shadow: inset 0 1px 0 #6aa7df;
  -moz-box-shadow: inset 0 1px 0 #6aa7df;
  box-shadow: inset 0 1px 0 #6aa7df;

}
.career.hs-top-width  a {
  background: #FCD746;
  border: 1px solid #f2c02b;
  color: #68422C;
  -webkit-box-shadow: inset 0 1px 0 #fde473;
  -moz-box-shadow: inset 0 1px 0 #fde473;
  box-shadow: inset 0 1px 0 #fde473;
  text-shadow: 0 1px 0 #ffed8c;
}
.custom-login.hs-top-width {
  margin-right: 0;
}
.career.hs-top-width a:hover {
  background: #fdbe3b;
  border: 1px solid #f4a520;
  color: #68422C;
  -webkit-box-shadow: inset 0 1px 0 #fcd069, 0 1px 3px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 0 #fcd069, 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 0 #fcd069, 0 1px 3px rgba(0, 0, 0, .1);
  text-shadow: 0 1px 0 #fddb83;
}

.ask_expert.hs-top-width a:hover {
  background: #487ab9;
  border: 1px solid #4070b1;
  -webkit-box-shadow: inset 0 1px 0 #4f86c0;
  -moz-box-shadow: inset 0 1px 0 #4f86c0;
  box-shadow: inset 0 1px 0 #4f86c0;
}

.custom-login.hs-top-width a:hover {
  background: #d34a35;
  border: 1px solid #c63d2c;
  -webkit-box-shadow: inset 0 1px 0 #d8533b;
  -moz-box-shadow: inset 0 1px 0 #d8533b;
  box-shadow: inset 0 1px 0 #d8533b;
}

.header-social-icons.hs-top-width ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.header-social-icons.hs-top-width ul li {
  margin-bottom: 0;
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
  margin-left: -1px;
  border-color: #2e343a;
  letter-spacing: normal;
  zoom: 1;
  line-height: normal;
  font-size: 14px;
  display: inline-block;
}

.header-social-icons.hs-top-width ul li a {
  background: #21252b;
  color: #b0bac2;
  width: 46px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  position: relative;
  border-width: 0;
  display: block;
  text-decoration: none;
  border: 0;
  overflow: hidden;
}

.icon-twitter:before {
  content: '\e84b';
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.header-social-icons.hs-top-width ul li a i {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  -webkit-transition: top 0.1s ease-in-out 0s;
  -moz-transition: top 0.1s ease-in-out 0s;
  -ms-transition: top 0.1s ease-in-out 0s;
  -o-transition: top 0.1s ease-in-out 0s;
  transition: top 0.1s ease-in-out 0s;
  left: 0;
  position: absolute;
}

.header-social-icons.hs-top-width ul li a i:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.header-social-icons.hs-top-width {
  margin-right: 1px;
}

.header-social-icons.hs-top-width ul li a i:first-child {
  top: -46px;
  color: #fff;
}

.header-social-icons.hs-top-width ul li a:hover i:first-child {
  top: 0;
}

.header-social-icons.hs-top-width ul li a:hover i:last-child {
  top: 46px;
}

.header-social-icons.hs-top-width ul li a.twitter:hover {
  background: #1ca3db;
}

.header-social-icons.hs-top-width ul li a.facebook:hover {
  background: #395793;
}

.header-social-icons.hs-top-width ul li a.linkedin:hover {
  background: #0a6594;
}

.header-social-icons.hs-top-width ul li a.youtube:hover {
  background: #ad2c27;
}
@media(min-width:992px){
  .mobile-tirgger-wrapper,  .custom-menu-mobile {
    display:none !important;
  }
}
@media(max-width:991px){

  .top-header .hs-container {
    padding: 0 30px;
  }

  .bottom-header .hs-container {
    padding: 0px 30px;
  }
  .custom-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
  }
  .mobile-trigger-wrapper {
    display: inline-block;
    margin: 0 10px;
    line-height: 1em;
    float: right!important;
  }

  .custom-menu {
    -webkit-transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    -moz-transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    -ms-transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    -o-transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
  }

  .mobile-trigger {
    -webkit-transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    -moz-transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    -ms-transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    -o-transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;
    margin-top: 29px;
    margin-bottom: 29px;
    background: #f4f6f6;
    border: 1px solid #e3e9e9;
    color: #586266!important;
    -webkit-box-shadow: inset 0 1px 0 #f8fafa;
    -moz-box-shadow: inset 0 1px 0 #f8fafa;
    box-shadow: inset 0 1px 0 #f8fafa;
    text-shadow: 0 1px 0 #fff;
    font-size: 20px;
    padding: 8px 9px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 18px;
  }

  .mobile-trigger i:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\e913';
  }

  .mobile-trigger:hover {
    background: #a5b3b4;
    border: 1px solid #9eadae;
    -webkit-box-shadow: inset 0 1px 0 #aebbbc;
    -moz-box-shadow: inset 0 1px 0 #aebbbc;
    box-shadow: inset 0 1px 0 #aebbbc;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
  }

  .fold .mobile-trigger {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .custom-menu-mobile {
    height: 407px;
    overflow: auto;
    max-height: 800px;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    left: 0;
    width: 100%;
    background-color: #21252b;
    display:none;
    z-index: 99;
  }
  .child-trigger {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    height: 42px;
    cursor: pointer;
  }
  .header-search {
    padding: 0 30px;
    margin: 20px 0;
    padding-bottom: 20px;
  }

  .header-search .hs-input {
    background: #2a3037;
    border-color: #1d2226 #2a3037 #2a3037;
    color: #616b75;
  }
  input.btn.hs-button {
    font-size: 14px;
    margin: 0;
    border: 1px solid #dd5437;
    -webkit-box-shadow: inset 0 1px 0 #eb6f4b;
    -moz-box-shadow: inset 0 1px 0 #eb6f4b;
    box-shadow: inset 0 1px 0 #eb6f4b;
    position: relative;
    top: 10px;
  }
}


@media(max-width:900px) and (min-width:767px){
  .header-call.hs-top-width {
    margin-bottom: 12px;
  }
}
@media(max-width:767px){
  .custom-login.hs-top-width, .ask_expert.hs-top-width, .career.hs-top-width,.follow-us.hs-top-width {
    display: none;
  }
  .top-header .hs-container {
    padding: 0 20px;
    padding-right: 30px;
  }

  .bottom-header .hs-container {
    padding: 0px 20px;
  }
  .header-search {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .custom-menu-mobile {
    max-height: 380px;
  }
}


@media(max-width:480px){
  .header-social-icons.hs-top-width {
    display: none;
  }

  .header-call.hs-top-width {
    padding-bottom: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.back-to-top.back-show {
  bottom: 80px;
  opacity: 1;
}
.back-to-top:hover {
  border-color: rgba(232,99,67,.8);
  background: rgba(232,99,67,.8);
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.back-to-top {
  position: fixed;
  bottom: -55px;
  right: 40px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 18px;
  font-family: fontello;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: all .1s ease-in-out 0s;
  border-color: rgba(40,46,53,.5);
  background: rgba(40,46,53,.8);
  color: rgba(250,250,250,.5);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.back-to-top:after {
  content: '\e8c5';
}
.hs-container{
  margin:0 auto;
  max-width: 1120px;
}            

.bottom-footer {
  color: #858d91;
  background-color: #21252b;
  border-bottom: 3px solid #d91a21;
  border-top: 1px solid #2e343a;
}


.bottom-footer .hs-container {
  padding-left: 40px;
  padding-right: 40px;
}
.copyright-footer:before, .copyright-footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer_logo img {
  max-height: 96px;
  width: auto !important;
  height: auto;
}

.footer_logo {
  display: inline-block;
  margin: 0 10px;
  float: left;
  line-height: 1em;
}

.social-icons {
  float: right;
  line-height: 1em;
  display: inline-block;
  margin: 0 10px;
  margin-right: 0
}

.social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
  font-size: 0;
  margin-bottom: 30px;
}
.copyright-footer p {
  margin: 0;
  line-height: 28px;
}

.footer_logo a {
  display: block;
  margin-bottom: -2px;
}

.footer-copyright {
  margin: 0 10px;
  margin-top: 34px;
  margin-bottom: 34px;
  display: inline-block;
  line-height: 1em;
  float: left;
}

.footer-site-map {
  margin: 0 10px;
  margin-top: 34px;
  margin-bottom: 34px;
  display: inline-block;
  float: left;
  line-height: 28px;
}


.copyright-footer a:hover {
  color: #be4636;
}
.social-icons ul li {
  display: inline-block;
  margin: 0;
  letter-spacing: normal;
  zoom: 1;
  line-height: normal;
  font-size: 14px;
}

.social-icons ul li a {
  color: #565e66;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  border-width: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  display: block;
}

.social-icons ul li i {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}.icon-facebook:before {
  content: '\e84d';
}.icon-twitter:before {
  content: '\e84b';
}.icon-linkedin:before {
  content: '\e856';
}.icon-youtube:before {
  content: '\e804';
}
.top-footer {
  border-top: 1px solid #2e343a;
  border-bottom: 1px solid #1a1e22;
  color: #858d91;
  background-color: #21252b;
}
.top-footer .hs-container {
  padding: 60px 40px 10px;
}

.top-footer-flex {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.hs-footer {
  width: 33.33333333333333%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.footer-title h6,.footer-title h6 a {
  color: #fff;
  font-weight: 700!important;
  text-transform: uppercase;
}

.footer-title h6 a:hover {
  color: #e06e52;
}


.footer-title h6 {
  margin-bottom: 26px!important;
  letter-spacing: 1px;
}
.footer-form .form-title {
  display: none;
}
.about_us_content p {
  margin-bottom: 20px;
}


.footer .field >label {
  display: none;
}

.footer-form-title h3 {
  text-align: left;
  font-weight: bold;
  color: #fff;
  background-color: #21252b;
  padding: 10px;
  font-family: Arial;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 5px;
  line-height: normal
}

.footer-form-wrapper {
  overflow: hidden;
  margin: 0px auto;
  background-color: #21252b;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 1px;
  width: 350px;  
  padding-bottom: 10px;
}

.footer-form  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 70%;
  margin: 3px -4px 21px 10px;
  margin-top: -3px;
}

.footer-form  .hs_submit.hs-submit {
  width: 25%;
  width: 25%;
  position: absolute;
  top: 3px;
  right: 11px
}
.footer-form-wrapper .hs_error_rollup {
  display: none;
}
.footer-form  form {
  display: block;
  position: relative;
}

.footer-form  .hs-button {
  cursor: pointer;
  font-size: 15px;
  border-radius: 0px 4px 4px 0px;
  padding: 0px 12px;
  background-color: #e8103c;
  height: 34px;
  line-height: 34px;
  margin: 3px -4px 20px 6px;
  border: 1px solid #a7a7a7;
  color: #fff;
  vertical-align: middle;
  margin-top: -3px;
}
.footer-form .hs-input {
  text-align: center;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  border-radius: 4px 0pt 0pt 4px;
  height: 32px;
  line-height: 20px;
  padding: 0px 7px 0px 6px;
  border: 1px solid rgb(235, 235, 235);
  vertical-align: middle;
  color: rgb(85, 85, 85);
}

.footer-form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.footer_address ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.footer_address ul li {
  margin: 18px 0;
  position: relative;
  padding-left: 22px;
}

.footer_address ul li:first-child {
  margin-top: 0;
}

span.pi-bullet-icon {
  color: #c6ccd0;
  top: 0;
  font-size: 14px;
  position: absolute;
  left: 0;
}

span.pi-bullet-icon i:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.footer_address strong {
  color: #ccccd5;
  font-weight: 600;
}.icon-location:before {
  content: '\e891';
}.icon-phone:before {
  content: '\e8a3';
}.contact_us_inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  background-image: url(https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/raw_assets/public/MindStream_August2020/images/map-base.png);
  background-position: 50% 55px;
  background-repeat: no-repeat;
}

.contact_us.hs-footer {
  padding: 0;
  margin: 0;
}

@media(max-width:1112px){
  .footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 60%;
  }.footer-form .hs_submit.hs-submit {
    top: 3px;
    right: 11px;
  }
  .footer-form-wrapper {
    width: 100%;
  }
  .footer-form .hs-button {
    font-size: 13px;
    margin:0;
    margin-left: -15px;
    margin-top: -3px;
  }
}


@media(max-width:991px){
  .top-footer-flex {
    flex-wrap: wrap;
  }

  .hs-footer {
    width: 50%;
  }

  .about_us.hs-footer {
    width: 100%;
  }

  .top-footer .hs-container {
    padding: 55px 30px 10px;
  }

  .bottom-footer .hs-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-form-wrapper {
    background: #fff;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 100%;
    padding: 0;
  }

  .footer-form-wrapper-inner {
    overflow: hidden;
    margin: 0px auto;
    background-color: #21252b;
    padding: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 1px;
    width: 350px;
  }
  .footer-form-wrapper {
    padding: 0;
    background: #fff;
    clear: left;
    font: 14px He;
  }

  .footer-form-wrapper-inner {
    overflow: hidden;
    margin: 0px auto;
    background-color: #21252b;
    padding: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 1px;
    width: 350px;
    border-top: 0;
    border-bottom: 0;
  }

  .footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 70%;
  }

  .footer-form .hs_submit.hs-submit {
    right: -12px;
  }
}
@media(max-width:900px) and (min-width:767px){

  .footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 65%;
  }

  .footer-form .hs_submit.hs-submit {
    right: 9px;
    width: 23%;
  }
}
@media(max-width:767px){
  .hs-footer {
    width: 100%;
  }

  .top-footer .hs-container {
    padding: 50px 20px 10px;
  }

  .bottom-footer .hs-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright {
    display: none;
  }

  .footer-site-map {
    display: none;
  }

  .footer-form-title h3 {
    margin-bottom: 13px;
  }
  .back-to-top {
    right: 20px;
  }
}

@media(max-width:480px){
  .footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    margin: 0 0 10px;
  }

  .footer-form .hs_submit.hs-submit {
    position: static;
    width: 100%;
    text-align: center;
  }

  .footer-form .hs-button {
    margin: 0;
  }
  .footer-form-wrapper-inner {
    width: 100%;
  }
  .social-icons {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .footer_logo {
    width: 100%;
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
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 20px;
  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: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  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: #494a52;
}
.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: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, 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: #494a52;
  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;
}
.comments-date{
  display:block !important;
}
.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;
}

.blog-content-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.content-wrapper.blog {
  padding: 40px 40px 20px;
}

.tags h4 {
  line-height: 1.3em;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.tags h4:after {
  background: url(https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/raw_assets/public/MindStream_August2020/images/bg-heading.png);
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  height: .75em;
  margin: 0 -200% 0 0;
}

.blog-index-wrapper {
  width: 66.66666666666666%;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-sidebar {
  width: 33.33333333333333%;
  padding-left: 15px;
  padding-right: 15px;
}

hr.hs-divider {
  border-top: 1px solid transparent;
  border-color: #d6dfdf;
  background: none;
  border-top-style: dashed;
  border-bottom-style: dashed;
  margin: 40px 0px;
}

.post-description-wrapper h2 {
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin: 0 0 15px;
}

.post-description-wrapper h2 a {
  color: #21252b;
}

.post-description-wrapper {
  /* margin-top: -1px; */
}

.post-description-wrapper h2 a:hover {
  color: #e86343;
}

p.date {
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8em;
  color: #b5b8bf;
}

i.icon-clock {
  margin-right: 5px;
}

.icon-clock:before {
  content: '\e8b1';
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.post-item {
  width: 83.33333333333334%;
  padding-right: 15px;
}
.read-more a.hs-button {
  font-size: 14px;
  margin: 0;
}
.post-bdy-content p {
  margin-bottom: 20px;
}

.read-more {
  margin-top: 20px;
}

.pi-box.pi-border.pi-round.pi-border-top {}

.hs-sidebar-partner img {
  width: 100%;
  max-width: 200px;
  height: 65px;
}

h3.testimonial-title {
  margin-bottom: 20px!important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6em;
  overflow: hidden;
}

h3.testimonial-title:after {
  background: url(https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/raw_assets/public/MindStream_August2020/images/bg-heading.png);
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  height: .75em;
  margin: 0 -200% 0 0;
}
p.sidebar-link strong {
  font-weight: 600;
}
.hs-testimonial-content {
  background: #f8fafa;
  color: #373c41;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  border-color: #e5eaea;
  position: relative;
  padding: 25px 28px 5px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.4em;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 46px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  border-color: #e5eaea;
}
ul.recent-post-item {
  padding: 0;
  list-style: none;
  margin: 0;
}
.hs-testimonial-content:before {
  display: block;
  font-family: fontello;
  content: "\e882";
  font-size: 18px;
  position: absolute;
  top: 24px;
  font-style: normal;
  left: 18px;
  color: #d6dfdf;
}

.hs-testimonial-content:after {
  background: url(https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/raw_assets/public/MindStream_August2020/images/triangle-testimonials.png) no-repeat 50% 0;
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  position: absolute;
  left: 20px;
  bottom: -16px;
}

.hs-testimonial-content p {
  margin-bottom: 20px;
}

.hs-testimonial-author:before {
  content: " ";
  display: table;
}

span.hs-icon-man {
  background: url(https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/raw_assets/public/MindStream_August2020/images/icon-man.png) no-repeat 0 0;
  width: 15px;
  height: 18px;
  float: left;
  margin-top: 2px;
}

.section.post-footer p {
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
.hs-testimonial-author >div {
  margin-left: 30px;
}

.sidebar-testinonial {
  padding-bottom: 80px!important;
}

.hs-sidebar-partner {
  border: 1px solid #e5eaea;
  background: #fff;
  color: inherit;
  position: relative;
  padding: 30px 30px 10px;
  margin-bottom: 20px;
}

.hs-sidebar-partner:after {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background: #e86343;
}

h4.pi-weight-600 {
  font-weight: 600!important;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.pi-box.pi-border.pi-round.pi-border-top p {
  margin-bottom: 20px;
}

p.sidebar-subtitle {
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}

p.sidebar-subtitle strong {
  color: #21252b;
  font-weight: 600;
}

p.sidebar-link {
  font-weight: 600;
}

.custom-related-outer-wrapper.clearfix h3 {
  letter-spacing: 1px;
  margin-bottom: 10px!important;
  font-size: 20px;
  line-height: 1.3em;
  overflow: hidden;
}

.custom-related-outer-wrapper.clearfix h3 a {
  color: #21252b;
}

.custom-related-outer-wrapper.clearfix h3 a:hover {
  color: #e86343;
}

.custom-related-outer-wrapper.clearfix h3:after {
  background: url(https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/raw_assets/public/MindStream_August2020/images/bg-heading.png);
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  height: .75em;
  margin: 0 -200% 0 0;
}

.recent-post-item a {
  padding-left: 16px;
  margin: 4px 0;
  display: block;
  position: relative;
}

.recent-post-item a:before {
  color: #cccdd3;
  content: "\e8c4";
  font-family: fontello;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px;
}

.cm-recent-blog-wrapper {
  padding-bottom: 30px!important;
}

.sidebar-social-share {
  border: 1px solid #e5eaea;
  background: #f8fafa;
  color: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 20px 15px;
  margin-bottom: 40px!important;
  padding-left: 35px;
}
.title-social-icons {
  margin-left: -26px;
}

.title-social-icons h6 {
  padding-left: 15px;
  margin-top: 2px;
  font-weight: 700!important;
}
ul.hs-blog-social-share-list {
  margin: 0;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
  width: 100%;
  background: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.11);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;     
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66666666666666%;
}

ul.hs-blog-social-share-list:before,ul.hs-blog-social-share-list:after {
  clear: both;
  content: '';
  display: block;
}

.hs-blog-social-share {
  height: auto !important;
}

ul.hs-blog-social-share-list >li {
  background: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.11);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

ul.hs-blog-social-share-list >li+li {
  width: 33.33333333333333%;
  margin: 0 !important;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-facebook {
  width: auto;
}

.hs-blog-social-share .hs-blog-social-share-item {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-pagination {
  padding-bottom: 40px!important;
  margin: 0;
  margin-bottom: 20px;
  justify-content: end;
}
.pi-testimonial-author.pi-clearfix {
  display: block;
  clear: both;
  margin-bottom: 44px;
}
.blog-pagination a {
  margin: 4px 2px;
  background: #f4f6f6;
  color: #586266;
  box-shadow: inset 0 1px 0 #f8fafa;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
  padding: 6px 10px 6px;
  border: 1px solid transparent;
  line-height: 16px;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-color: #e3e9e9;
}

.blog-pagination a:hover {
  background: #a5b3b4;
  border-color: #9eadae;
  color: #fff;
  box-shadow: inset 0 1px 0 #aebbbc;
  text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
p.sidebar-img.post img {
  height: auto;
  width: 100%;
}
.breadcrubs-wrapper {
  border-bottom: 1px solid #e6eaea;
  color: #666e70;
  background-color: #f4f6f6;
  position: relative;
  font-size: 12px;
  line-height: 1.3em;
}

.breadcrubs-wrapper .page-center {
  padding-top: 17px;
  padding-bottom: 17px;
  padding: 17px 40px;
}

.breadcrubs-wrapper ul {
  display: block;
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
}

.breadcrubs-wrapper ul li {
  display: inline;
  margin: 4px 0;
}

.breadcrubs-wrapper ul li:after {
  color: #cfd6da;
  font-family: fontello;
  content: "\e8c8";
  margin: 0 5px 0 7px;
}

.breadcrubs-wrapper ul li:last-child:after {
  display: none;
}
.blog-post__meta {
  margin: 0;
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8em;
  color: #b5b8bf;
}

.blog-index-wrapper h3 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 20px!important;
}

i.icon-user {
  color: #d7d8db;
}
.blog-index-wrapper h3:after {
  background: url(https://7925721.fs1.hubspotusercontent-na1.net/hubfs/7925721/raw_assets/public/MindStream_August2020/images/bg-heading.png);
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  height: .75em;
  margin: 0 -200% 0 0;
}
.icon-user:before {
  content: '\e90c';
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
@media (max-width: 1024px){
  .hs-blog-social-share .hs-blog-social-share-item {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 992px){
  .content-wrapper.blog {
    padding: 40px 30px 20px;
  }
}
@media (max-width: 767px){
  .title-social-icons {
    margin: 0;
    text-align: center;
  }
  .content-wrapper.blog {
    padding: 40px 20px 20px;
  }
  .blog-content-wrapper {
    flex-wrap: wrap;
  }

  .blog-index-wrapper {
    width: 100%;
  }

  .blog-sidebar {
    width: 100%;
  }

  .hs-blog-social-share .hs-blog-social-share-item {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 15px !important;
  }

  .sidebar-social-share {
    margin-bottom: 80px !important;
  }
  .breadcrubs-wrapper ul {
    text-align: center;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="password"] {
  height: auto !important;
}

.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: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media(max-width:767px){

  .systems-page h1{

    font-size:25px;
  }
  .systems-page h2{

    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }

}