/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
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-top: 56px;
  padding-bottom: 56px;
}
.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  src: local('League Spartan'), 
    url(//f.hubspotusercontent40.net/hubfs/5644297/raw_assets/public/HealthcareByDesign_February2021/fonts/LeagueSpartan.woff2) format('woff2'), 
    url(//f.hubspotusercontent40.net/hubfs/5644297/raw_assets/public/HealthcareByDesign_February2021/fonts/LeagueSpartan.woff) format('woff');
}
@font-face{
  font-family:uxfont;
  src:url(//f.hubspotusercontent40.net/hubfs/5644297/HealthcareByDesign_February2021/font/uxfont.eot);
  src:url(//f.hubspotusercontent40.net/hubfs/5644297/HealthcareByDesign_February2021/font/uxfont.eot) format('embedded-opentype'),
  url(//f.hubspotusercontent40.net/hubfs/5644297/raw_assets/public/HealthcareByDesign_February2021/fonts/uxfont.woff) format('woff'),
    url(//f.hubspotusercontent40.net/hubfs/5644297/raw_assets/public/HealthcareByDesign_February2021/fonts/uxfont.ttf) format('truetype'),
    url(//f.hubspotusercontent40.net/hubfs/5644297/raw_assets/public/HealthcareByDesign_February2021/fonts/uxfont.svg) format('svg')
}

body {
  font-family: Helvetica, arial, sans-serif;
  font-size: 18px;
  color: #494a52;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0;
  margin-top: 24px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* 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;
}

h4 {
  font-family: Lato, 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 {
}

ul li,
ol li {
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form {
  -webkit-font-smoothing: subpixel-antialiased;
}
.hs-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
  text-decoration: none !important;
}
.hs-button:hover,
.hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73
}
.hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50
}
.field > label,
.hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
.hs-error-msgs label {
  color: #f2545b
}
.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 10px;
  min-height: 27px;
}
.hs-input:not([type=file]) {
  background-color: #f5f8fa
}
.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] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none
}
select.is-placeholder {
  color: #bfbfbf
}

select.is-placeholder:focus {
  color: #33475b
}
.hs-input:-moz-placeholder {
  color: #bfbfbf
}

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

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

textarea.hs-input {
  height: 64px;
  display: block;
}

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 {
  margin-top: 18px;
  margin-bottom: 5px;
  padding: 17px 0px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px
}
.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;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
.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: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 2px;
  padding-right: 2px;
}

.hs-form-required {
  color: red;
}
.hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b
}

.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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.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: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.hs_cos_wrapper_type_form form .hs-input, 
.hs_cos_wrapper_type_form form fieldset {
  max-width: 100%;
}
.hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), 
.hs_cos_wrapper_type_form form fieldset >div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}
h3.form-title {
  font-size: 48px;
  font-family: 'League Spartan', arial, helvetica, sans-serif;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
}
h3.form-title:after {
  content: "";
  background-color: rgb(226, 226, 226);
  height: 2px;
  width: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
form .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
form .hs-richtext h1 {
  font-size: 2em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #33475b;
  margin-bottom: 0.67em;
}
.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;
  min-height: 0;
}
li.hs-form-checkbox > label {
  margin-bottom: 4px;
}
.hs_cos_wrapper_type_form form .hs-input[type=checkbox], 
.hs_cos_wrapper_type_form form .hs-input[type=radio] {
  width: auto !important;
}
input + a {
  margin-top: 35px !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
  display: block;
  max-width: 767px;
  width: 100%;
  margin-bottom: 20px;
}

form > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), 
form fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]){
  padding: 0 15px;
  min-height: 27px;
}
.body-wrapper form input.hs-button{
  min-height: auto !important;
}



@media (max-width:1535px){

  h3.form-title {
    font-size: 44px;
  }

}

@media (max-width:1279px){

  h3.form-title {
    font-size: 38px;
  }

}

@media (max-width:1023px){

  h3.form-title {
    font-size: 32px;
  }

}
@media (max-width:767px){

  .hs_cos_wrapper_type_form form fieldset .field,.hs_cos_wrapper_type_form form fieldset .hs-form-field {
    width: 100% !important;
  }
  .hs_cos_wrapper_type_form form .hs-input, .hs_cos_wrapper_type_form form fieldset {
    width: 100% !important;
  }
  .hs-form-field .input {
    margin-right: 0 !important;
  }
  .hs-input {
    max-width: 100% !important;
    width: 100% !important;
  }


  .systems-page h1,
  .systems-page h2{
    font-size: 20px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.hs-stories .field > label, 
.hs-stories .hs-form-field > label {
  font-size: 14px;
}

.hs-stories .hs-button, 
.hs-stories .button--primary {
  font-weight: 700;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
.hs-stories .button--primary:hover,
.hs-stories .button--primary:focus,
.hs-stories .hs-button:hover, 
.hs-stories .hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73;
}
.hs-home .heading-with-content-wrapper h2 {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 0;
}
/* .hs-home .heading-with-content-wrapper .content .content_inner.max-width {
min-height: 0;
} */
.hs-home .heading-with-content-wrapper .content .content_inner p {
  color: rgb(94, 94, 94);
}
.hs-home .hs-choose-your-path-wrapper .hs-choose-your-path .bottom .bottom-inner .item .item-inner {
  border-bottom: 0;
  padding-bottom: 72px;
}
.hs-home-mh .hs-choose-your-path-wrapper .hs-choose-your-path .bottom .bottom-inner .item .item-inner {
  padding-bottom: 71px;
}
.hs-home .hs-choose-your-path-wrapper {
  padding-bottom: 57px;
}
.hs-home-mh .hs-choose-your-path-wrapper {
  padding-bottom: 57px;
}
.hs-home .part-banner .part-banner-inner .right .right-inner h6 {
  font-size: 18px;
}
.dnd-section:not([class*="force-full-width-section"]) > .row-fluid .part-banner {
  padding: 0;
}
.hs-home-mh .part-banner .part-banner-inner .left .left-inner {
  margin-left: 0;
  margin-right: 0;
}
.hs-home-mh .main-section .part-banner .part-banner-inner .right .right-inner {
  padding: 0;
}
.hs-home-mh .main-section .part-banner .part-banner-inner .right {
  justify-content: center;
  text-align: center;
}
.hs-home-mh .container-fluid.row1 .part-banner .part-banner-inner .left .left-inner img {
  height: auto !important;
}
.hs-home-mh .part-banner .part-banner-inner .right .right-inner {
  padding-left: 0;
  padding-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.hs-home-mh .part-banner .part-banner-inner .right .right-inner h6 {
  font-size: 18px;
}
.hs-stories .hs_cos_wrapper_type_form form .hs-input {
  max-width: 500px;
  width: 90%;
}
.hs-home .hs-footer_wrapper {
  background-color: rgb(0, 0, 0);
}
.hs-home .hs-footer_wrapper .top .top_inner .left div#hs_cos_wrapper_footer_copyright_text span#hs_cos_wrapper_footer_copyright_text_ {
  color: rgb(150, 150, 150);
}
.hs-home .hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ ul li a {
  color: rgb(226, 226, 226);
}
.hs-home .social-share>a svg {
  color: rgb(226, 226, 226) !important;
}


















@media (max-width: 1535px){

  .hs-home .heading-with-content-wrapper h2 {
    font-size: 44px;
  }
  .hs-home .part-banner .part-banner-inner .right .right-inner h6 {
    font-size: 16px;
  }
  .hs-home-mh.hs-vir .heading-with-content-wrapper[style*="padding-bottom: 43px;"] {
    padding-bottom: 40px !important;
  }

}
@media (max-width: 1279px){

  .hs-home .heading-with-content-wrapper h2 {
    font-size: 38px;
  }

  .hs-home .part-banner .part-banner-inner .right .right-inner h6 {
    font-size: 16px;
  }

}

@media (max-width: 1023px){

  .hs-home .heading-with-content-wrapper h2 {
    font-size: 38px;
  }
  .hs-home .part-banner .part-banner-inner .right .right-inner h6 {
    font-size: 16px;
  }
  .hs-home .hs-choose-your-path-wrapper .hs-choose-your-path .bottom .bottom-inner .item .item-inner{
    border-bottom: 1px solid transparent;
  }  
  .hs-home-mh .hs-choose-your-path-wrapper .hs-choose-your-path .bottom .bottom-inner .item .item-inner {
    border-bottom: 1px solid transparent;
  }
  .hs-home .hs-choose-your-path-wrapper{
    padding-bottom: 56px;
  }  
  .hs-home-mh .hs-choose-your-path-wrapper {
    padding-bottom: 56px;
  }
  .hs-home-mh.hs-vir .main-section .part-banner .part-banner-inner .right {
  }
  .hs-home-mh.hs-vir .main-section .part-banner .part-banner-inner .right .right-inner.min-height-auto {
    min-height: 300px;
    padding-top: 24px;
    padding-bottom: 24px;
    justify-content: center;
    flex-direction: column;
    display: flex;
  }
  .hs-home-mh-wrapper.hs-vir-wrapper .hs-header_wrapper.mobile .hs-header {
    padding-bottom: 9px;
  }



}

@media (max-width: 767px){

  .hs-home .heading-with-content-wrapper h2 {
    font-size: 32px;
  }
  .hs-home .part-banner .part-banner-inner .right .right-inner h6 {
    font-size: 16px;
  }
  .hs-home .hs-choose-your-path-wrapper .hs-choose-your-path .bottom .bottom-inner .item .item-inner{
    border-bottom: 1px solid transparent;
  }
  .hs-home .hs-choose-your-path-wrapper{
    padding-bottom: 40px;
  }
  .hs-home .heading-with-content-wrapper .heading-with-content{
  }
  .hs-home-mh.hs-vir .part-banner .part-banner-inner .right .button-wrapper a {
    display: block;
  }
  .hs-home-mh.hs-vir .image-with-content-wrapper .image-with-content .image-with-content-inner .left {
    padding-bottom: 0;
  }
  .hs-home-mh.hs-vir .team-wrapper .team-item-wrapper .team-item .content p[style*="margin-top: 54px;"] {
    margin-top: 20px !important;
  }

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.hs-header_wrapper {
  background-color: rgb(22, 22, 22);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.hs-header_wrapper .page-center{
  padding:0;
}

.hs-header_wrapper .header_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.hs-header_wrapper{
  position: fixed;
  z-index: 10000;
  left: 0px;
  right: 0px;
  top: 0px;
}

.hs-header_wrapper .header_inner .left {
  padding-right: 24px;
  padding-left: 24px;
  flex-shrink: 0;
  flex-basis: auto;
  justify-content: flex-start;
  display: flex;
}

.hs-header_wrapper .header_inner .right {
  padding-right: 24px;
  padding-left: 24px;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  display: flex;
  text-align: right;
}

.hs-header_wrapper img.hs-image-widget {
  transition: max-height 0.5s ease 0s;
  will-change: transform;
  max-height: 100px;
  width: auto !important;
  display: block;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul ul {
  display: none;
  background-color: rgb(22, 22, 22);
  font-family: Helvetica, arial, sans-serif;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 3px 6px 3px rgb(0 0 0 / 24%);
  padding: 16px;
  position: absolute;
  max-height: 45vh;
  overflow-y: auto;
  font-size: 18px;
  top: 32px;
  text-align: left;
  list-style: none;
  
}

.hs-header_wrapper .header_inner .right .right_inner {
  width: 100%;
  height: auto;
}
.hs-header_wrapper .header_inner .right .right_inner a{
  text-decoration: none;
}
.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul > li {
  padding-left: 32px;
  display: inline-block;
  margin-left: -5px;
  line-height: 24px;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.071em;
  color: rgb(247, 247, 247);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  display: flex;
  align-items: center;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul > li.hs-item-has-children > a > span {
  margin-right: 4px;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul ul li {
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul ul li a {
  font-size: 18px;
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: 400;
  color: rgb(164, 164, 164);
  display: block;
}
.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul > li.hs-item-has-children > a svg {
    transition: transform 0.33s ease-in-out 0s;
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper > ul > li.hs-item-has-children > a.active svg {
  transform: rotate(
    180deg
  );
}

.hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more {
  display: none;
}
.hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.active>a,
.hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.active-branch>a {
  font-weight: 700;
}
.fixed .hs-header_wrapper img.hs-image-widget {
  max-height: 64px;
}
.fixed .hs-header_wrapper {
  background-color: rgba(22, 22, 22, 0.9);
}
.hs-header-wrapper {
  height: 132px;
}

body:not(.fixed) .hs-home-wrapper .hs-header_wrapper {
  background: transparent;
}

@media (max-width: 1535px){

  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }

  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul ul li a {
    font-size: 16px;
  }

}

@media (max-width:1332px){

/*   .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li:nth-last-child(2) {
    display: none;
  } */
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more {
    display: inline-block;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.more {
    display: none;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more > ul > li {
    display: none;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more > ul > li:nth-last-child(2) {
    display: block;
    padding-top: 8px;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more ul {
    left: auto;
    right: 0;
    max-height: unset;
    list-style: none;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more > ul > li > a {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(247, 247, 247);
    letter-spacing: 0.071em;
    line-height: 1.5;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more > ul > li ul {
    display: block;
    position: static;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more ul ul {
    margin-left: 24px;
    padding: 0;
    padding-top: 1px;
  }

}

@media (max-width:1184px){

  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li:nth-last-child(3) {
    display: none;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more > ul > li:nth-last-child(3) {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more > ul > li:nth-last-child(2) {
    padding-top: 8px;
  }

}

@media (max-width:1052px){

  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li:nth-last-child(4) {
    display: none;
  }
  .hs-header_wrapper .header_inner .right .hs-menu-wrapper>ul>li.hs-item-has-children.more > ul > li:nth-last-child(4) {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }

}

@media (max-width: 1023px){
  .hs-header_wrapper.desktop {
    display: none;
  }

  .hs-header_wrapper.mobile {
    display: block !important;
    padding: 0;
  }

  .hs-header_wrapper .header_inner .left {
    flex-basis: 15%;
  }

  .hs-header_wrapper .header_inner .center {
    flex-basis: 70%;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 1px;
  }

  .hs-header_wrapper .header_inner .right {
    flex-basis: 15%;
  }

  .hs-header_wrapper .header_inner .center .center_inner {
    width: 100%;
    text-align: center;
  }

  .hs-header_wrapper .header_inner .center .center_inner span#hs_cos_wrapper_header_logo_hs_logo_widget {
    display: block;
  }

  .hs-header_wrapper img.hs-image-widget {
    margin: auto;
    max-height: 80px;
  }

  .hs-header_wrapper .header_inner .center .center_inner span#hs_cos_wrapper_header_logo_hs_logo_widget a {
    width: auto;
    display: inline-block;
    padding: 0;
  }

  .hs-header_wrapper.mobile .hs-header {
    padding-top: 8px;
    padding-bottom: 9px;
  }

  a.trigger {
    display: block;
    line-height: 0.1;
    padding: 0;
  }

  a.trigger svg {
    padding: 6px;
    color: #ffffff;
  }
  a.trigger svg:hover{
    color: rgb(240, 100, 62);
  }

  .hs-header_wrapper.mobile .sidemenu {
    letter-spacing: normal;
    text-transform: none;
    width: 100%;
    font-family: Helvetica, arial, sans-serif;
    padding-top: 56px;
    display: flex;
    background-color: rgba(22, 22, 22, 0.9);
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 10002;
    transition: max-width .3s ease-in-out;
    left: 0px;
    right: unset;
    overflow: hidden;
    flex-direction: column;
    font-size: 16px;
    max-width: 0;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 6px 0px;
    overflow: auto;
    padding-bottom: 10px;
  }

  .hs-header_wrapper.mobile.active {}

  .hs-header_wrapper.mobile.active .sidemenu {
    max-width: 100%;
  }

  .hs-header_wrapper.mobile .sidemenu .close-menu {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 0.5;
    cursor: pointer;
  }

  .hs-header_wrapper.mobile .sidemenu .close-menu svg {
    font-size: 30px;
    padding: 6px;
    color: rgb(247, 247, 247);
  }
  .hs-header_wrapper.mobile .sidemenu .close-menu svg:hover{
    color: rgb(240, 100, 62);
  }

  .hs-header_wrapper.mobile .hs-menu-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li {
    font-size: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(76, 76, 76, 0.5);
  }

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    font-size: 22px;
    min-width: 200px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    color: #fff;
  }

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li > a:hover {
    color: rgb(245, 173, 163);
  }

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li ul {
    display: none;
    padding: 0;
  }

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li.hs-item-has-children {}

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > a.active > svg {
    transform: rotate(
      180deg
    );
  }

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li ul li {}

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li ul li a {
    text-decoration: none;
    padding-right: 24px;
    min-width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    font-size: 16px;
    display: block;
    color: rgb(164, 164, 164);
  }

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li ul li a:hover {
    color: rgb(245, 173, 163);
  }

  .hs-header_wrapper.mobile .hs-menu-wrapper > ul > li ul li:last-child {
    padding-bottom: 24px;
  }
  .hs-header-wrapper {
    height: 102px;
  }
  .fixed .hs-header_wrapper img.hs-image-widget {
    max-height: 50px;
  }
  
.hs-header_wrapper.mobile .hs-menu-wrapper > ul > li.active>a,
.hs-header_wrapper.mobile .hs-menu-wrapper > ul > li.active-branch>a {
  font-weight: 700;
}
}
@media (max-width:767px){

  .hs-header_wrapper .header_inner .center .center_inner span#hs_cos_wrapper_header_logo_hs_logo_widget a {
    height: auto;
  }
  .hs-header_wrapper .header_inner .center {
    padding-bottom: 0;
    padding-right: 12px;
    padding-left: 12px;
  }
  .hs-header_wrapper .header_inner .center .center_inner span#hs_cos_wrapper_header_logo_hs_logo_widget {
    line-height: 1.1;
  }
  .hs-header_wrapper .header_inner .left {
    padding-right: 0;
    padding-left: 12px;
  }
  .hs-header_wrapper .header_inner .right {
    padding-right: 12px;
    padding-left: 12px;
  }
  .hs-header_wrapper.mobile .header_inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .hs-header-wrapper {
    height: 100px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.hs-footer_wrapper {
  background-color: rgb(0, 0, 0);
  padding-top: 56px;
  padding-bottom: 56px;
      position: relative;
}
.hs-footer_wrapper .top .top_inner {
  display: flex;
  letter-spacing: normal;
  text-transform: none;
  font-family: Helvetica, arial, sans-serif;
  align-items: center;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
  font-size: 18px;
}
.hs-footer_wrapper .top .top_inner .left {
  flex-basis: 0%;
  flex-grow: 3;
  flex-shrink: 1;
}
.hs-footer_wrapper .top .top_inner .center {
  flex-basis: 0%;
  justify-content: center;
  flex-shrink: 1;
  flex-grow: 1;
}
.hs-footer_wrapper .top .top_inner .right {
  flex-basis: 0%;
  flex-grow: 3;
  flex-shrink: 1;
}
.hs-footer_wrapper .bottom {
  margin-top: 32px;
}
.hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ {
  text-align: center;
}
.hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ ul li {
  display: inline-block;
  margin-left: -5px;
}
.hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ ul li a {
  letter-spacing: 0.071em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px;
  font-size: 16px;
  color: rgb(247, 247, 247);
  display: inline-block;
  text-decoration: none;
}
.hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ ul li:first-child {
  margin-left: 0;
}
.hs-footer_wrapper .top .top_inner .left div#hs_cos_wrapper_footer_copyright_text span#hs_cos_wrapper_footer_copyright_text_ {
  color: rgb(169, 169, 169);
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
.hs-footer_wrapper .top .top_inner .left div#hs_cos_wrapper_footer_copyright_text {
  text-align: left;
}
.hs-footer_wrapper .page-center {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1535px){

  .hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ ul li a {
    font-size: 14px;
  }
  .hs-footer_wrapper .top .top_inner .left div#hs_cos_wrapper_footer_copyright_text span#hs_cos_wrapper_footer_copyright_text_ {
    font-size: 14px;
  }

}

@media (max-width: 1023px){

  .hs-footer_wrapper .top .top_inner {
    flex-direction: column;
  }
  .hs-footer_wrapper .top .top_inner .right p {
    margin-top: 24px;
  }
  .hs-footer_wrapper .top .top_inner .left div#hs_cos_wrapper_footer_copyright_text {
    line-height: 1.5;
    font-size: 14px;
  }

}
@media (max-width: 767px){

  .hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ ul li {
    display: block;
    margin-left: 0;
  }
  .hs-footer_wrapper .bottom div#hs_menu_wrapper_menu_ ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .hs-footer_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hs-footer_wrapper .top .top_inner .left {
    text-align: center;
  }
  .hs-footer_wrapper .top .top_inner .left div#hs_cos_wrapper_footer_copyright_text {
    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;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.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;
}















/* Blog post */

.hs-blog-content {
  background-color: rgb(255, 255, 255);
  padding-top: 56px;
  padding-bottom: 56px;
}
.hs-blog-content .top {
  font-size: 48px;
  text-align: center;
  font-family: 'League Spartan', arial, helvetica, sans-serif;
  line-height: 1.4;
  color: rgb(240, 100, 62);
  font-weight: 400;
  margin-bottom: 40px;
}
.hs-blog-content .top .bottom-border hr {
  margin-top: 24px;
  border: 0;
  background: rgb(226, 226, 226);
  width: 50px;
  height: 2px;
}
.hs-blog-content .page-center .bottom {
  padding-top: 24px;
}
.hs-blog-content .page-center .bottom .bottom_inner {
  opacity: 0.95;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 24px;
  padding-left: 24px;
}
.hs-blog-content .page-center .bottom .bottom_inner .left {
  max-width: 66.6667%;
  flex-basis: 66.6667%;
  flex-grow: 1;
  flex-shrink: 1;
}
.hs-blog-content .page-center .bottom .bottom_inner .right {
  max-width: 33.3333%;
  padding-right: 40px;
  flex-grow: 1;
  flex-shrink: 1;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner {
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  border-right: 1px solid rgb(232, 234, 232);
  margin-right: 32px;
  font-size: 18px;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .all-post {
  margin-bottom: 40px;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .all-post a {
  color: rgb(204, 76, 41);
  font-family: Helvetica, arial, sans-serif;
  text-decoration: none;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .all-post a:hover {
  color: rgb(122, 47, 27);
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .all-post a svg {
  vertical-align: middle;
  display: inline-block;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .all-post a span {
  font-size: 18px;
  margin-left: -0.5px;
  vertical-align: middle;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner > h3 {
  font-family: Helvetica, arial, sans-serif;
  letter-spacing: normal;
  line-height: 1.125;
  margin-bottom: 8px;
  color: rgb(240, 100, 62);
  font-size: 36px;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner > .date {
  font-size: 16px;
  font-family: Helvetica, arial, sans-serif;
  margin-bottom: 32px;
  line-height: 1.5;
  color: rgb(89, 89, 89);
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner img {
  max-width: 100%;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner figure{
  margin: 0;
  margin-bottom: 24px;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner figure[style*="float"] {
  margin-right: 24px;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner img{
  display: block;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner p {
  margin-top: 0;
  margin-bottom: 20px !important;
  line-height: 1.5;
  color: rgb(94, 94, 94);
}
.hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog h4 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: Helvetica, arial, sans-serif;
  color: rgb(27, 27, 27);
}
.hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item a {
  color: rgb(89, 89, 89);
  padding: 0;
  text-decoration: none;
}
.hs-blog-content .page-center .bottom .bottom_inner .right img {
  max-width: 100%;
}
.hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item .rec-post-item-inner .image {
  height: 110px;
  width: 110px;
  margin-right: 16px;
  transition: opacity 0.25s ease 0s, background-size 0.25s ease 0s, background-position 0.25s ease 0s;
  text-shadow: rgb(0 0 0 / 12%) 0px 2px 30px;
  float: left;
  margin-bottom: 8px;
}
.hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item .rec-post-item-inner .image .image-inner {
  height: 100%;
  background-size: cover;
  background-blend-mode: normal;
  background-position: center center;
  background-repeat: no-repeat;
}
.hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item .rec-post-item-inner p {
  margin: 0px;
  line-height: 1.5;
  color: rgb(27, 27, 27);
}
.hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item {
  margin-bottom: 24px;
}

.hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item .rec-post-item-inner {
  overflow: auto;
}
.hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item .rec-post-item-inner p + p {
  margin-top: 16px;
  font-size: 16px;
  color: rgb(89, 89, 89);
  font-weight: 400;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner .content hr {
  background: #e2e2e2;
  margin-top: 0;
  margin-bottom: 20px !important;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner .content h4 {
  font-size: 24px;
  color: rgb(27, 27, 27);
  line-height: 1.25;
  font-family: Helvetica, arial, sans-serif;
  margin-bottom: 20px !important;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner .content ul {
  line-height: 1.5;
  margin-bottom: 20px;
}
.hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner .content a {
  text-decoration: underline;
}
.hs-social-share {
  margin-top: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.hs-social-share .heading-content {
  font-size: 16px;
  font-weight: 700;
  color: rgb(27, 27, 27);
  margin-right: 24px;
  line-height: 1.5;
  font-family: Helvetica, arial, sans-serif;
  letter-spacing: normal;
}
.hs-social-share ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.hs-social-share ul li {
  margin-right: 8px;
  display: block;
}
.hs-social-share ul li a {
  line-height: 12px;
  display: block;
}
.hs-social-share ul li#facebook svg {
  color: rgb(59, 89, 152);
}
.hs-social-share ul li#twitter svg {
  color: rgb(29, 161, 242);
}
div#disqus_thread {
  padding-left: 64px;
  padding-right: 64px;
  margin-top: 24px;
  margin-bottom: 56px;
}
.hs-blog-content.hs-blog-listing {}

.hs-blog-content.hs-blog-listing .bottom {
  padding-top: 0;
}

.hs-blog-content.hs-blog-listing .bottom a.item {
  max-width: 50%;
  flex-basis: 50%;
  padding-left: 24px;
  padding-bottom: 48px;
  padding-right: 24px;
  text-decoration: none;
}

.hs-blog-content.hs-blog-listing .bottom a.item .item-inner {
  letter-spacing: normal;
  text-transform: none;
  font-family: Helvetica, arial, sans-serif;
  display: flex;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-color: rgb(226, 226, 226);
  border-width: 1px;
  text-align: left;
  flex-direction: column;
  height: 37em;
}

.hs-blog-content.hs-blog-listing .bottom a.item .item-inner .img {
  letter-spacing: normal;
  text-transform: none;
  font-family: Helvetica, arial, sans-serif;
  background-position: center center;
  background-size: auto, cover;
  background-blend-mode: normal;
  background-repeat: no-repeat;
  text-shadow: rgb(0 0 0 / 12%) 0px 2px 30px;
  transition: opacity 0.25s ease 0s, background-size 0.25s ease 0s, background-position 0.25s ease 0s;
  min-height: 300px;
}

.hs-blog-content.hs-blog-listing .bottom .bottom_inner {
  margin-right: -24px;
  margin-left: -24px;
  padding: 0;
  justify-content: start;
}

.hs-blog-content.hs-blog-listing .bottom a.item .item-inner .top {
  margin-bottom: 0;
}

.hs-blog-content.hs-blog-listing .bottom .bottom-inner {
  padding: 32px 24px;
}

.hs-blog-content.hs-blog-listing .bottom .bottom-inner p.date {
  margin-top: 0;
  color: rgb(89, 89, 89);
  font-weight: 400;
  font-family: Helvetica, arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 16px;
}

.hs-blog-content.hs-blog-listing .bottom .bottom-inner h4 {
  font-size: 24px;
  color: rgb(27, 27, 27);
  line-height: 1.125;
  font-weight: 400;
  font-family: Helvetica, arial, sans-serif;
  margin-bottom: 16px;
}
.hs-blog-content.hs-blog-listing .bottom .bottom-inner p.summery {
  color: rgb(94, 94, 94);
  line-height: 1.5;
  font-size: 18px;
  margin-top: 0;
}
.hs-blog-content.hs-blog-listing .bottom .bottom-inner p.continue-reading {
  margin: 0;
  margin-top: 16px;
}
.hs-blog-content.hs-blog-listing .bottom a.item .item-inner:hover {
  box-shadow: rgb(187 187 187) 0px 0px 28px -3px;
}
#disqus_thread .active .publisher-nav-color::after {
  background: rgb(0, 0, 238) !important;
}



#comments-listing {
	border:0 !important;
	margin:0 !important;
}

.comment {
   margin: 0 !important;
   border: 1px solid #ccc !important;
   padding: 15px !important;
   border-bottom: 0 !important;
}

.comment:first-child {
  margin-top: 30px !important;
}

.comment:last-child {
 border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px !important;
}

.comment-date {
  font-size: 13px !important;
  text-align: left !important;
  display: block !important;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
   border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    font-size: 13px;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
   line-height:26.4px;
}









@media (max-width:1535px){

  .hs-blog-content .top {
    font-size: 44px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .all-post a span {
    font-size: 16px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner {
    font-size: 16px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner>h3 {
    font-size: 32px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner>.date {
    font-size: 14px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog h4 {
    font-size: 22px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner .content h4 {
    font-size: 22px;
  }

  .hs-social-share .heading-content {
    font-size: 14px;
  }

  .hs-social-share ul li a {
    line-height: 11px;
  }

  .hs-blog-content {
    padding-bottom: 55px;
  }
  .hs-blog-content.hs-blog-listing .bottom .bottom-inner p.date {
    font-size: 14px;
  }

  .hs-blog-content.hs-blog-listing .bottom .bottom-inner h4 {
    font-size: 22px;
  }

  .hs-blog-content.hs-blog-listing .bottom .bottom-inner p.summery {
    font-size: 16px;
  }

  .hs-blog-content.hs-blog-listing .bottom .bottom-inner p.continue-reading {
    font-size: 16px;
  }

  .hs-blog-content.hs-blog-listing .bottom a.item .item-inner {
    font-size: 16px;
  }

  .hs-blog-content.hs-blog-listing {
    padding-bottom: 8px;
  }

}

@media (max-width: 1279px){

  .hs-blog-content .top {
    font-size: 38px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner>h3 {
    font-size: 30px;
  }

}

@media (max-width: 1023px){

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner {
    border: 0;
    margin-right: 0;
    padding: 0;
    border-bottom: 1px solid rgb(232, 234, 232);
    padding-bottom: 32px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left {
    max-width: 100%;
    flex-basis: 100%;
  }

  .hs-blog-content .page-center .bottom {
    padding-top: 32px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner figure[style*="float"] {
    float: none !important;
    width: 100% !important;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner figure img {
    display: block;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .right {
    max-width: 100%;
    padding-right: 0;
  }

  .hs-social-share {
    margin-bottom: 0;
  }

  div#disqus_thread {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 39px;
  }
  .hs-blog-content.hs-blog-listing .bottom {
    padding-top: 0 !important;
  }

  .hs-blog-content.hs-blog-listing .bottom a.item {
    max-width: 100%;
    flex-basis: 100%;
  }

  .hs-blog-content.hs-blog-listing .bottom a.item .item-inner .img {
    min-height: 200px;
  }

  .hs-blog-content.hs-blog-listing .bottom a.item .item-inner {
    height: auto;
  }
  .hs-blog-content.hs-blog-listing .bottom a.item .item-inner:hover{
    box-shadow: none;
  }

}

@media (max-width: 767px){

  .hs-blog-content .top {
    font-size: 32px;
  }

  .hs-blog-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hs-blog-content .page-center .bottom {
    padding-top: 72px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner>h3 {
    font-size: 28px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .all-post a {
    padding: 0;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .left .left_inner .hs-content .hs-content_inner .content a {
    padding: 0;
    overflow-wrap: break-word;
  }

  .hs-social-share ul li a {
    padding: 0;
  }
  .hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item {
    font-size: 16px;
  }

  .hs-blog-content .page-center .bottom .bottom_inner .right .right_inner .recent-blog .rec-posts-group .rec-post-item .rec-post-item-inner p+p {
    font-size: 14px;
  }
  .hs-blog-content.hs-blog-listing .bottom a.item {
    padding-bottom: 24px;
  }

  .hs-blog-content.hs-blog-listing {
    padding-bottom: 16px;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  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;
}
input#submitbutton {
  margin-top: 20px;
  white-space: normal;
}

.systems-page a.hs-login-widget-show-password {
  display: block;
  margin-bottom: 10px;
}
.systems-page .hs-form-field {
  margin-top: 10px;
}
.systems-page .hs-input[type=checkbox] + label, 
.systems-page .hs-input[type=radio] + label {
  display: inline-block;
}
.systems-page .hs-input{
  width: 100%;
  max-width: 767px;
  display: block;
  margin-top: 10px;
}
.systems-page .hs-input[type=checkbox], 
.systems-page .hs-input[type=radio]{
  width: auto !important;
  display: inline;
  margin-top: 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
input#submitbutton {
  margin-top: 20px;
}

.error-404 div#error-img {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.error-404 #error-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.error-404 {
  font-family: "Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
  padding-top: 10%;
  margin-bottom: 100px
}
.error-404 div#error {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.error-404 div#error .row {
  margin-right: -15px;
  margin-left: -15px;
}
.error-404 div#error .hs-md-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.error-404 .uxicon {
  position: relative;
  display: inline-block;
  font-family: uxfont;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
}
.error-404 #error .main-icon .uxicon {
  font-size: 72px;
  color: inherit;
}
.error-404 .uxicon-alert:before {
  content: "\e197";
}
.error-404 div#error h1 {
  font-family: "Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: #333;
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.error-404 p.lead {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px){
  .error-404 p.lead  {
    font-size: 21px;
  }
}
.error-404 div#error  .hs-md-6 {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}
.error-404 .text-warning {
  color: #ff8a00;
}
.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
  padding:10px;
  background-color:#fff;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}

.hs-search-field__suggestions li a {
  padding: 5px;
}

.hs-search-field__suggestions #results-for {
  font-weight: bold;
}

.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
  display: block;
}

.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,.1);
  outline: 0;
}

@media (max-width: 991px){

  .error-404 div#error .hs-md-6 {
    width: 100%;
  }

}