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

.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section,
.banner-area .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: social-logos;
  src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: ETmodules;
  src: url("https://9106691.fs1.hubspotusercontent-na1.net/hubfs/9106691/Rendever_February2021/fonts/modules.eot") format("embedded-opentype"), 
    url(https://9106691.fs1.hubspotusercontent-na1.net/hubfs/9106691/raw_assets/public/Rendever_February2021/fonts/modules.ttf) format("truetype"),
    url(https://9106691.fs1.hubspotusercontent-na1.net/hubfs/9106691/raw_assets/public/Rendever_February2021/fonts/modules.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: Rendever, Helvetica, Arial;
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Rendever, Helvetica, Arial;
}

/* Anchor Links */
a {
  color: #46BEA3;
  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: 500;
  font-family: Rendever, Helvetica, Arial;
  color: #212529;
  word-break: break-word;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
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;
} */
blockquote, q {
  quotes: none;
}
blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid #46bea3 !important;
  padding-left: 20px;
}
blockquote p {
  font: inherit;
}

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

.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 {
  max-width: 100%;
  font-family: Rendever, Helvetica, Arial;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container .submitted-message,.blog-comments form ,.systems-page form{ 
  padding: 30px;
  margin: 0 0 10px;
}
.hs-button {
  margin: 15px 0;
  white-space:normal;
  cursor: pointer;
  display: inline-block;
  font-family :"Open Sans", sans-serif;
  width: 100%;
  font-weight: 700;
  min-height: 40px;
  line-height: inherit;
  position: relative;
  text-align: center;
  transition-duration: 0.1s;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-timing-function: ease-out;
  outline: none;
  background-color: #19C29C;
  border-color: #19C29C;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 6px 14px;
  
  text-decoration: none;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #009a74;
  border-color: #009a74;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #41eac4;
  border-color: #41eac4;
}


.hs-form label {
  font-size: 20px;
  color: #222222;
  display: block;
  float: none;
  width: auto;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family :"Open Sans", sans-serif;
}

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

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea, select {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-family :"Open Sans", sans-serif;
  padding: 0px 0px 8px;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #46BEA3;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  outline: none;
  overflow-wrap: break-word;
  resize: none;
  overflow: hidden;
  transition: box-shadow 0.1s ease-out 0s;
  box-shadow: rgb(70 190 163 / 30%) 0px 1px;
  overflow-x: hidden;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #212529;
}
.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: Rendever, Helvetica, Arial;
}
@media (min-width: 768px){
  form{
    max-width:500px;
  }

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

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

  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea, select {
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.how_it_works_grp5 .widget-type-header h4 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
}

.how_it_works_grp4 .testimonial {
  background-size: cover;
  background-repeat: no-repeat;
}

.expanding-impact-pg .banner_wrap .banner-group {
  background-size: auto;
}

.expanding_impact_grp3 .span6 {
  justify-content: initial !important;
}

.expanding_impact_grp3 .widget-type-rich_text p {
  font-weight: 300;
  font-size: 1rem;
}

.expanding_impact_grp2 .span4,
.expanding_impact_grp2 .span8 {
  justify-content: initial !important;
}

.expanding_impact_grp2 .widget-type-linked_image img {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  border-radius: 5px;
}

.press-pg .body-container-wrapper .page-center {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.press-pg .page-center .press_grp1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  order: 1;
}

.press-pg .page-center .press_grp2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-left: 8.33333%;
  order: 2;
}

.press-pg .dnd-section .widget-type-cell {
  padding: 0;
}

.press-pg .body-container-wrapper {
  padding: 50px 0;
}

.press-pg .hs-btn.hs-btn-white {
  background-color: #FFFFFF !important;
  color: #4ca891;
  width: 100%;
}

.press-pg .banner_wrap .page-center {
  max-width: 100% !important;
  width: 100%;
}

.family_grp1 .content-with-left-image-mdl .hs-heading {
  margin: 0.67em 0;
}

.family_grp1 .content-with-left-image-mdl .left-subsection {
  margin-bottom: 50px;
}

.family_grp1 .content-with-left-image-mdl .left-subsection .image {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.family_grp1 .content-with-left-image-mdl .left-subsection .content {
  flex: 0 0 50%;
  max-width: 50%;
}

.family_grp1 .content-with-left-image-mdl .left-subsection .image img {
  max-width: 150px !important;
  max-height: 100%;
  float: right;
  padding: 0;
  margin: 0;
}

.family_grp1 .content-with-left-image-mdl .left-subsection .content .content-inner p {
  margin: 0;
}

.family_grp1 .content-with-left-image-mdl .hs-heading + br {
  display: none;
}

.family_grp3 .testimonial {
  background-size: cover;
}

.family_grp3 .testimonial .hs-col-8 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.family_grp5 .bp-wrapper .typeform-share {
  margin-bottom: 30px;
}

.family_grp5 .bp-wrapper .page-center {
  max-width: 100%;
  padding: 0;
}

.corporate-partners-pg .banner_wrap .banner-group {
  min-height: 400px;
}

.cp_modal .my-residents p:nth-child(2),
.cp_modal .my-loved-one p:nth-child(2),
.cp_modal .my-home p:nth-child(2) {
  color: #212529;
}

.cp_header .btn-orange a {
  background-color: #FFC35E;
  border-color: #FFC35E;
}

.cp_header .btn-orange a:hover {
  background-color: #ffb538;
  border-color: #ffb02b;
}

.cp_header .header-logo a {
  margin-left: 32px;
}

.cp_header .header-group {
  position: relative;
}

.cp_header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  display: block;
}

.cp_footer .social-group:after {
  content: '';
  display: table;
  clear: both;
}

.corporate_partners_grp1 .dnd-section > .row-fluid {
  display: flex !important;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}

.corporate_partners_grp1 .span2 {
  position: relative;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  float: none;
  margin: 0;
}

/* .corporate_partners_grp1 .span2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 50px;
  margin: auto;
} */

.corporate_partners_grp1 .row-fluid [class*="span"],
.corporate_partners_grp2 .row-fluid [class*="span"] {
  min-height: 0;
}

.corporate_partners_grp2 .widget-type-header h1 {
  text-align: center;
  margin: 0.67em 0;
}
.corporate-partners-pg .my-residents p:last-child,
.corporate-partners-pg .my-loved-one p:last-child,
.corporate-partners-pg .my-home p:last-child,
.corporate-partners-pg .modal-body > .widget-type-rich_text p:last-child {
  font-weight: 500;
}

.corporate_partners_grp2 .widget-type-space {
  border-top: 1px solid rgba(34,34,34,0.1);
  margin-bottom: 50px;
}




@media (max-width: 991px) {
  .how_it_works_grp3 .dnd-section .widget-type-cell {
    padding: 0;
  }
  .how_it_works_grp3 .planning .planning-item {
    margin: 0;
  }
  .how_it_works_grp6 .bp-wrapper .page-center {
    max-width: 900px;
  }
  .press-pg .banner_wrap .banner-group {
    background-position: center top !important;
  }
  .family-pg .banner_wrap .banner-group {
    background-position: top center !important;
  }
  .cp_header .header-logo a {
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .expanding_impact_grp2 {
    margin-top: 1em;
  }

  .expanding_impact_grp2 .span4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    float: left;
  }

  .expanding_impact_grp2 .span8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    float: left;
  }

  .expanding_impact_grp3 .span6 {
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
  }

  .press-pg .page-center .press_grp1 {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .press-pg .page-center .press_grp2 {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .corporate_partners_grp1 .span2 {
    position: relative;
    text-align: center;
  }

/*   .corporate_partners_grp1 .span2 img {
    position: relative;
  } */
}

@media (max-width: 575px) {
  .how_it_works_grp2 .dnd-section .widget-type-cell {
    padding: 0;
  }

  .how_it_works_grp2 .dnd-section .widget-type-cell > .row-fluid-wrapper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }

  .expanding_impact_grp2 .span4,
  .expanding_impact_grp2 .span8,
  .expanding_impact_grp3 .span6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .family_grp1 .content-with-left-image-mdl .left-subsection {
    text-align: center;
  }

  .family_grp1 .content-with-left-image-mdl .left-subsection .image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .family_grp1 .content-with-left-image-mdl .left-subsection .image img {
    float: none;
  }

  .family_grp1 .content-with-left-image-mdl .left-subsection .content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .family_grp3 .testimonial .hs-col-8 {
    margin-left: 0;
  }
}




@media (min-width: 576px) {
  .press-pg .banner_wrap .page-center {
    max-width: 540px !important;
  }
  .family_grp3 .testimonial .hs-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .corporate_partners_grp1 .span2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .press-pg .banner_wrap .page-center {
    max-width: 720px !important;
  }
  .family_grp3 .testimonial .hs-col-8 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .corporate_partners_grp1 .span2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .press-pg .banner_wrap .page-center {
    max-width: 960px !important;
  }
  .family_grp3 .testimonial .hs-col-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .press-pg .banner_wrap .page-center {
    max-width: 1140px !important;
  }
}
/*-- End landing css --*/

.footer .widget-type-rich_text p {
  font-size: 16px;
}
.row-fluid [class*="span"] {
  margin-left: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.hs-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.hs-col-1,
.hs-col-2,
.hs-col-3,
.hs-col-4,
.hs-col-5,
.hs-col-6,
.hs-col-7,
.hs-col-8,
.hs-col-9,
.hs-col-10,
.hs-col-11,
.hs-col-12,
.hs-col-sm-5,
.row-fluid .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 300;
  padding: 5px 20px;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hs-btn:hover {
  color: #212529;
  text-decoration: none;
}
.hs-btn-lg {
  font-size: 1.25rem;
  line-height: 1.5;
}
.shadow {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16) !important;
}
.hs-btn.hs-btn-green,
.cstmse-pg .bp-wrapper .bp-btn a {
  background-color: #E1F8F3;
  color: #222;
}
.hs-btn.hs-btn-green:hover,
.cstmse-pg .bp-wrapper .bp-btn a:hover {
  background-color: #ccf3eb;
}
.hs-btn.hs-btn-orange {
  background-color: #FF8D2B;
  color: #fff;
}
.hs-btn.hs-btn-orange:hover {
  background-color: #ff7f12;
}
.hs-btn.hs-btn-white {
  background-color: #fff;
  color: #222;
}
.hs-btn.hs-btn-white:hover {
  background-color: #f2f2f2;
}
.fullwidth_grp1 .si-wrapper p {
  font-size: 16px;
}
.fullwidth_grp1 .dnd-section {
  position: relative;
}
.fullwidth_grp1 .row-fluid [class*="span"] {
  min-height: auto;
}
.fullwidth-pg .testimonial {
  min-height: 650px;
  background-position: center;
}
.fullwidth-pg {
  min-height: calc(80vh + 21px);
}
.team-pg .banner_wrap .banner-group {
  min-height: 700px;
  background-size: initial;
}
.hs-col {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cstmse-pg .bp-wrapper {
  padding: 0;
  text-align: left;
}
.cstmse-pg .bp-wrapper .page-center {
  padding: 0;
}
.cstmse-pg .bp-wrapper .bp-btn {
  padding-top: 24px;
}
.cstmse-pg .pc-card-wrap a {
  width: 100%; 
}
.cstmse_grp1 .widget-type-rich_text img {
  max-height: 50px;
  display: block;
  margin: 5px 0;
}
.testimonial .quote-overlay h3,
.testimonial .quote-overlay h4,
.job_card .job_card_content h6,
.bp-topcon h2,
.banner-group.ban-inside h1,
.facilities-wrap h2 {
  font-weight: 300;
}
.modal p {
  font-size: 16px;
}
.sl-pg .by-the-numbers .numbers-header {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.sl-pg .by-the-numbers .by-the-numbers-item {
  margin-bottom: 50px;
}
.sl-pg .by-the-numbers .by-the-numbers-item .stat {
  font-size: 5rem;
}
.sl-pg .fullwidth_grp1 .widget-type-linked_image img {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  border-radius: 5px;
}
.sl-pg .bp-wrapper {
  padding: 48px 0 0;
}
.sl-pg .bp-wrapper .page-center {
  padding: 0;
  max-width: 100%;
}
.sl-pg .bp-wrapper .typeform-share {
  margin: 0;
}
.home-pg .hs-responsive-embed-wrapper {
  margin-bottom: 7px !important;
}
.home-pg .facilities-wrap h2 {
  margin-bottom: 32px;
}
.home_grp2 .dnd-section .span3 {
  padding-right: 15px;
  padding-left: 15px;
}
.home_grp2 .widget-type-linked_image {
  position: relative;
  vertical-align: middle;
  margin: 10px;
  height: 100px;
  line-height: 100px;
}
.home_grp2 .widget-type-linked_image img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 50px;
}
.footer .social-group img {
  width: 30px !important;
}
.footer .footer-logo img {
  width: 200px !important;
}
.home_grp1 .widget-type-linked_image img {
  width: 100px;
}


@media (max-width: 767px) and (min-width: 576px) {
  .about_grp1 .dnd-section .span4 {
    width: 33.33333%;
    float: left;
  }
  .about_grp1 .dnd-section .span8 {
    width: 66.66667%;
    float: left;
  }

}

@media (max-width: 767px) {
  .cstmse_grp1 .dnd-section .span2 {
    width: 25%;
    float: left;
  } 
  .cstmse_grp1 .dnd-section .span1 {
    width: 8.33333%;
    float: left;
  } 
  .cstmse_grp1 .dnd-section .span11 {
    width: 91.66667%;
    float: left;
  } 
  .cstmse_grp1 .dnd-section .row-fluid [class*="span"] {
    min-height: auto;
  }
  .home_grp2 .dnd-section .span3 {
    width: 25%;
    float: left;
  }
  .home-pg .facilities-wrap h2 br {
    display: none;
  }

}


@media (max-width: 575px) {
  .about_grp1 .dnd-section .span4,
  .about_grp1 .dnd-section .span8 {
    text-align: center;
  }
  .about_grp1 .widget-type-linked_image {
    width: 100%;
  }
  .cstmse_grp1 .dnd-section .span2 {
    float: none;
  } 
  .home_grp2 .dnd-section .span3 {
    width: 50%;
  }

}

@media (max-width: 497px) {
  .body-wrapper .banner-group.ban-inside h1 {
    font-size: 234%;
  }
  
}

@media (min-width: 576px) {

  .fullwidth-pg .dnd-section .span4 {
    width: 33.33333%;
    float: left;
  }
  .fullwidth-pg .dnd-section .span7 {
    width: 58.33333%;
    float: left;
  }
  .fullwidth-pg .dnd-section .span5 {
    width: 41.66667%;
    float: left;
  }
  .fullwidth-pg .dnd-section .span6 {
    width: 50%;
    float: left;
  }

  .fullwidth-pg .dnd-section .span8 {
    width: 66.66667%;
    float: left;
  }

  .hs-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .hs-col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .hs-col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .team-pg .banner_wrap .page-center,
  .cstmse-pg .banner_wrap .page-center,
  .home-pg .facilities-wrap .page-center {
    max-width: 540px !important;
  }
  .fullwidth_grp1 .pc-card-wrap {
    width: 78.2%;
    margin-left: auto;
  }
  .cstmse_grp1 .dnd-section .span9 {
    width: 75%;
    float: left;
  }
  .sl-pg .by-the-numbers .hs-col-3 {
    width: 33.33333% !important;
    margin-left: 0 !important;
  }


}

@media (min-width: 768px) {
  .hs-col-1,
  .row-fluid .span1 {
    width: 8.33333%
  }
  .hs-col-2,
  .row-fluid .span2 {
    width: 16.66667%
  }
  .cstmse_grp1 .dnd-section .span2 {
    width: 16.66667%
  }
  .hs-col-3,
  .row-fluid .span3 {
    width: 25%
  }
  .hs-col-4,
  .row-fluid .span4 {
    width: 33.33333%
  }
  .hs-col-5,
  .row-fluid .span5 {
    width: 41.66667%
  }
  .hs-col-6,
  .row-fluid .span6 {
    width: 50%
  }
  .hs-col-7,
  .row-fluid .span7 {
    width: 58.33333%
  }
  .hs-col-8,
  .row-fluid .span8 {
    width: 66.66667%
  }
  .hs-col-9,
  .row-fluid .span9 {
    width: 75%
  }
  .hs-col-10,
  .row-fluid .span10 {
    width: 83.33333%
  }
  .hs-col-11,
  .row-fluid .span11 {
    width: 91.66667%
  }
  .hs-col-12,
  .row-fluid .span12 {
    width: 100%
  }
  .team-pg .banner_wrap .page-center,
  .cstmse-pg .banner_wrap .page-center,
  .home-pg .facilities-wrap .page-center {
    max-width: 720px !important;
  }
  .hs-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .hs-offset-md-2 {
    margin-left: 16.66667%;
  }
  .cstmse_grp1 .dnd-section .span5 {
    margin-left: 8.33333%;
    width: 33.33333%;
  }


}

@media (min-width: 992px){
  .team-pg .banner_wrap .page-center,
  .cstmse-pg .banner_wrap .page-center,
  .home-pg .facilities-wrap .page-center {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px){
  .team-pg .banner_wrap .page-center,
  .cstmse-pg .banner_wrap .page-center,
  .home-pg .facilities-wrap .page-center {
    max-width: 1140px !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.
*********************************************************************************
****************************************************************************** */
.with-out-banner header.custom-header {
  position: relative;
  min-height: 57.41px;
}
.header-group {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
  padding: 0.5rem 2rem;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
  font-weight:400;
}
.header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-logo a {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 2rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(34,34,34,0.9);
}
.header-logo img {
  height: 30px;
  position: relative;
  top: 1px;
  vertical-align: middle;
  max-width: 152.38px;
}
a.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  overflow: visible;
  cursor: pointer;
  color: white;
  border-color: rgba(34,34,34,0.1);
  background-color: rgba(70,190,163,0.25);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url(https://9106691.fs1.hubspotusercontent-na1.net/hubfs/9106691/raw_assets/public/Rendever_February2021/images/mobile-trigger.svg);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  display: none;
}
.custom-menu-primary {
  margin-right: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul{
  list-style:none;
  margin:0;
  padding:0;
  display: flex;
  flex-direction: column;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  display: block;
  padding: 0.5rem 0;
  color: #222;
  font-weight: 300;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34,34,34,0.15);
  border-radius: 0.25rem;
  position: static;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #222;
  font-weight: 300;
  font-size: .9rem;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
  display: inline-block;
  margin-left: 8.53px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-color: #4dd1b3 transparent transparent transparent;
  position: relative;
  top: 2px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children{
  position: relative;
}
.btn-orange {
  margin: 0.5rem 0;
}
.modal-open .btn-orange {
  padding-right: 16px;
}
.btn-orange a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  font-weight: 300;
  padding: 5px 20px;
  border-radius: 3px;
  text-decoration: none;
  background-color: #FF8D2B;
  color: #fff;
}
.fade {
  transition: opacity .3s linear, visibility .3s linear;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility:hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 16px;
  visibility:visible;
  opacity:1;
}
.modal-open .modal-backdrop{
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #222;
}
.modal-open {
  overflow: hidden;
  padding-right: 16px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-open .modal-dialog {
  transform: none !important;
  transition: transform 0.3s ease-out;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34,34,34,0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  text-align: center;
}
.modal-header div{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width:100%;
}
.modal-header div span{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width:100%;
}
.modal-header h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  margin: auto;
}
.modal-header a {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 1rem;
}
.modal-header a:hover{
  color: #222;
  text-decoration: none;
  opacity: .75;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background-color: #f0f0f0;
}
.modal-body .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.my-residents ,.my-loved-one ,.my-home {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.my-residents div,.my-loved-one div,.my-home div{
  height: 100%;
}
.my-residents a ,.my-loved-one a ,.my-home a {
  text-decoration: none;
  color: inherit;
}
.my-residents a:hover ,.my-loved-one a:hover ,.my-home a:hover {
  text-decoration: none;
  color: inherit;
}
.my-residents a:hover div,.my-loved-one a:hover div ,.my-home a:hover div{
  background-color: #f2fffb;
}
.my-residents a div,
.my-loved-one a div,
.my-home a div{
  padding: 30px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  background-color: #fff;
  height: 100%;
  border-radius: 5px;
  text-align: center;
}
.my-residents img,
.my-loved-one img,
.my-home img{
  max-width: 100%;
  height: 130px;
  margin: auto;
  vertical-align: middle;
}
.my-residents p:nth-child(2),
.my-loved-one p:nth-child(2),
.my-home p:nth-child(2){
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #46BEA3;
}
.my-residents p:last-child,
.my-loved-one p:last-child,
.my-home p:last-child{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  font-weight: 500;
}
@media (max-width: 1146px) {
  .btn-hide-sm { display: none }
}
@media (min-width: 576px){
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .my-residents ,.my-loved-one ,.my-home {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 768px){
  .header__container{
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    flex-direction: row;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    position: absolute;
  }
  .btn-orange {
    margin: 0;
  }
}
@media (min-width: 992px){
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (max-width: 991px){
  .header-group{
    font-size: .8rem;
  }
  .header-logo a {
    margin-right: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
    margin-left: 6.83px;
  }
}

@media (max-width: 950px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    display:none;
  }
}
@media (max-width: 767px){
  .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: calc(100vh - 80px);
  }
}
@media (max-width: 575px){
  .header-group{
    padding: .5rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.lp .footer-inner {
  justify-content: flex-end;
}
.footer {
  padding: 20px;
  background-color: #363333;
  font-weight:400;
}
.footer a{
  text-decoration:none;
}
.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-links .hs-menu-wrapper>ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-links .hs-menu-wrapper>ul>li{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-links .hs-menu-wrapper>ul ul{
  list-style: none;
  margin-top: 10px;
  margin-bottom: 1rem;
  padding-left: 0px;
}
.footer-links .hs-menu-wrapper>ul ul>li{
  margin-bottom: 10px;
}
.footer-links .hs-menu-wrapper>ul ul>li>a{
  font-weight: 300;
  font-size: 14px;
  text-decoration:none;
}
.footer-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-links{
  position: relative;
  width: 100%;
}
.footer-right-inner {
  text-align: right;
}
.footer-logo img {
  width: 200px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.footer-copyright p {
  font-weight: 300;
  color: #fff;
}
.social-group {
  width: 200px;
  margin-bottom: 20px;
}
.footer .social-group img {
  float: right;
  width: 30px;
  margin: 10px;
  vertical-align: middle;
}

.footer-links .hs-menu-wrapper ul li.hs-menu-item:first-of-type ul.hs-menu-children-wrapper li.hs-menu-item:nth-of-type(2) a {
  padding: 6px 18px;
  border-radius: 6px;
  background-color: #46bea3;
  font-size: 14px;
  box-shadow: 0px 3px 6px rgba(0,0,0,.3);
  text-align: center;
}

.footer-links .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a {
  color: #46bea3;
}

.footer-links .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1, .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a:hover {
  cursor: default;
  color: #46bea3;
}
  
@media (min-width: 576px){
  .footer-links .hs-menu-wrapper>ul>li{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-right{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-right-inner {
    float: right;
  }
  .footer-links{
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px){
  .footer-links .hs-menu-wrapper>ul>li{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-right{
    flex: 0 0 30%;
    max-width: 30%;
  }
  .footer-links{
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (max-width: 767px){
  .footer-links {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-links .hs-menu-wrapper>ul>li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-right-inner {
    float: none;
    text-align: left;
  }
  .footer-links .hs-menu-wrapper>ul ul {
    padding: 0;
}
}

@media (max-width: 991px){
  .footer-links .hs-menu-wrapper ul li.hs-menu-item:first-of-type ul.hs-menu-children-wrapper li.hs-menu-item:nth-of-type(2) a {
    display: block;
  }
  #footer-tagline {
    display: none
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 1em;
}
.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: 32px;
}

.blog-index__post-content p {
  font-family: Rendever, Helvetica, Arial;
}
.blog-index__post-content a {
  color: #212529;
  text-decoration:none;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Rendever, Helvetica, Arial;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #212529;
  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: #212529;
  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: #212529;
}
.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: #212529;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Rendever, Helvetica, Arial;
  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: transparent;
  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: #212529;
  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 #19C29C;
color: #19C29C;
}
.blog-comments .hs-button:hover {
background-color: #19C29C;
color: #fff;
}*/
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #19C29C;
}

/*             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: 16px;
  font-weight: 400;
  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 a:hover {
  text-decoration: none;
  transition: all .5s;
  color:#333;
}

.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-sidebar .blog-sidebar-topic-filter h3:after,
  .blog-sidebar .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

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

}

/*             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;
  padding-left:15px;
}

.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: 1.3em;
  line-height: 24px;
  text-indent: -25px;
}

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

.blog-sidebar-post-listing li a {
  position: relative;
  font-size:14px;
  white-space: nowrap;
  display: block;
}

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

/* .comment-date {
  display:block !important;
} */

#comments-listing .comment-reply-to {
  padding-left:40px;
  background-position:15px center;
}


/* 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-sidebar .widget-module {
  display:none;
}

@media (min-width:768px) {
  .blog-sidebar .widget-module {
    display:block !important;
    height:auto !important;
    overflow:visible !important;
  }

}

@media (max-width:767px) {

  .blog-sidebar h3 {
    cursor:pointer;
  }

  .post-item .page-center {
    flex-wrap:wrap;
  }

  .post-item .page-center .span8 {
    flex-basis: auto;
  }
}

@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }

}



/* ------------- Custom Css -------------- */
/* .hs-blog-listing .footer {
height: 51px;
overflow: hidden;
} */
.blog-container {
  /*   margin-top: 57.8px; */
  font-family: Open Sans,Arial,sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-banner {
  background-color: #46bea3;
  padding: 50px 0;
}
.blog-container .page-center {
  max-width: 1080px;
  width: 80%;
  padding: 0;
}
.blog-banner-content {
  padding: 10px;
  padding-left: 0;
}
.blog-banner-content h1 {
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 30px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.blog-banner-content p {
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1.7em;
  font-weight: 500;
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.hs-alignleft {
  float: left;
}
.hs-alignright {
  float: right;
}
.blog-contents {
  background-color: #f2f2f2;
  padding: 50px 0;
}
.blog-contents > .page-center {
  padding: 30px 0;
}
.blog-row {
  padding: 0 20px;
}
.blog-container a,
.blog-container a:hover {
  color: #46bea3;
  text-decoration: none;
}
.post-item {
  width: 29.667%;
  margin-right: 5.5%;
  float: left;
  max-width: 100%;
}
.post-item:nth-child(3n) {
  margin-right: 0;
}
.post-item:nth-child(3n + 4) {
    clear: left;
}
.post-header {
  border: 1px solid #d8d8d8;
  padding: 19px;
  box-shadow: 6px 6px 18px 0px rgb(204 204 204 / 30%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-color: rgba(0,0,0,0);
  background-color: #FFFFFF;
  margin-bottom: 18.539%;
}
.featured_img {
  margin: -20px -20px 29px;
  position: relative;
}
.featured_img a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.post-item h2 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  margin: 0;
}
.post-item h2 a,
.post-item h2 a:hover {
  color: inherit;
}
.post-meta {
  font-size: 14px;
  margin-bottom: 6px;
}
.post-item-content p {
  font-size: inherit;
  margin: 0;
  font-family: Open Sans,Arial,sans-serif;
}
.blog_post_container .page-center {
  position: relative;
  padding-top: 58px;
}
.blog-post-meta-wrap h1 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
}
.blog-post-meta-wrap .post-meta {
  padding-bottom: 15px;
}
.blog-post-meta-wrap .post-meta a {
  text-decoration: none;
  color: #666;
}
.post_featured_img img {
  width: 100%;
  margin-bottom: 45px;
}
.blog-post__body p {
  font: inherit;
  margin: 0;
  padding-bottom: 1em;
}
div.sharedaddy {
  clear: both;
}
.sd-sharing {
  margin-bottom: 1em;
}
div.sharedaddy h3.sd-title {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  color: #333;
  padding-bottom: 10px;
  margin: 0 0 1em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700;
}
div.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
.sd-content ul {
  padding: 0!important;
  margin: 0!important;
  list-style: none!important;
  line-height: 26px;
}
.sd-content ul li {
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 0;
}
.sd-content ul li a.sd-button {
  text-decoration: none!important;
  display: inline-block;
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  border-radius: 3px;
  color: #656565!important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 8px 0 5px;
}
.sd-content ul li a.sd-button:hover {
  background: #fafafa;
  border: 1px solid #999;
}
.sd-social-icon-text .sd-content ul li a span {
  margin-left: 3px;
  line-height: 23px;
}
.sd-content ul li a.sd-button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 18px/1 social-logos;
  vertical-align: top;
  text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sd-content ul li a.sd-button:before {
    position: relative;
    top: 2px;
  }
}
.sd-social-icon-text .sd-content li.share-twitter a:before {
  content: '\f202';
}
.sd-social-icon-text .sd-content li.share-facebook a:before {
  content: '\f203';
}
/* .blog-post-content .blog-comments form {
  background: transparent;
  padding: 0;
} */
.blog-post-content .blog-comments form h3 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 22px;
  margin: 0;
}

.blog-post-sidebar {
   width:18%; 
  float: right;
}

/* .blog-post-content .blog-comments form .hs-input {
  line-height: 18px !important;
  padding: 10px 10px 5px !important;
  -moz-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.12 ) inset;
  -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 12%) inset;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 12%) inset;
  background: #fcfcfc;
  background: rgba( 255, 255, 255, 0.85 );
  border: 1px solid #c9c9c9;
  border: 1px solid rgba( 0, 0, 0, 0.2 );
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  font-size: 12px;
  color: rgba( 0, 0, 0, 0.7 );
  font-size: 14px;
  text-shadow: 0 1px 0 rgb(255 255 255 / 45%);
  line-height: normal !important;
}
.blog-post-content .blog-comments form label {
  font: inherit;
} */
form .grecaptcha-badge {
  margin: 0;
}
.blog-comments .hs-submit {
  text-align: left;
}
.blog-comments .hs-button {
  width: auto;
}
.blog-post-meta-wrap .post-meta > * {
  display: inline-block;
}
.post-footer .comment-from h4 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  line-height: 1.7em;
  margin: 0;
}
.comment-from h4 a,
.comment-from h4 a:hover {
  color: inherit;
}
.post-footer .comment-date {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em!important;
  margin-left: 5px;
}
.comment-body p {
  font: inherit;
}
.comment-body {
  margin-top: 8px;
}
.blog-comments .custom_listing_comments {
  padding-top: 75px;
}
.blog-comments .custom_listing_comments h1 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 30px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  margin: 0;
}
.post-footer .comment.depth-0 {
  position: relative;
  margin-bottom: 48px;
  min-height: 87px;
  padding: 0;
  border: none;
}
.post-footer .comment-reply-to {
  margin: 0;
  background: none;
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em !important;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #46bea3;
  display: block;
  box-shadow: none;
  min-height: auto;
  text-decoration: none !important;
}
.post-footer .comment-reply-to:after {
  font-family: ETmodules!important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
.post-footer .comment-reply-to:hover:after {
  opacity: 1;
  margin-left: 0;
}
.post-footer .comment-reply-to:hover {
  color: #46bea3;
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em !important;
  background-color: hsla(0,0%,100%,.2);
  border-radius: 0px;
}


@media (max-width: 980px) {
  .post-item {
    width: 47.25%;
  }
  .post-item:nth-child(3n) {
    margin-right: 5.5%;
  }
  .post-item:nth-child(2n) {
    margin-right: 0;
  }
  
  .blog-post-sidebar {
    width:100%; 
  }

}

@media (max-width: 767px) {
  .post-item {
    width: 100%;
    margin-right: 0;
  }
  .post-item:nth-child(3n) {
    margin-right: 0;
  }
  .post-header {
    margin-bottom: 9.5%;
  }

}

@media (min-width: 981px) {
  .blog-contents {
    padding: 4% 0;
  }
  .blog-contents > .page-center {
    padding: 2% 0;
  } 
  .blog_post_container .page-center:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 20.875%;
  }
  .blog-post-content {
    width: 79.125%;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }

}

@media (min-width: 1350px) {
  .blog-contents {
    padding: 54px 0;
  }
  .blog-contents > .page-center {
    padding: 27px 0;
  }

}
/* ******************************************************************************
*********************************************************************************
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: Rendever, Helvetica, Arial;
  font-size: 40vw;
  font-weight: bold;
  color: #000;
  z-index: -1;
  opacity:0.1;
}
.error-page a {
  width: auto;
}
.systems-page .hs_cos_wrapper_type_email_simple_subscription form input.email-edit.hs-input{
  padding: 0px 0px 8px !important;
  font-size: 24px !important;
  width:100% !important;
}
.systems-page .widget-type-password_prompt form input#hs-pwd-widget-password{
  height:40px !important;
  margin-top:0 !important;
}
.systems-page .widget-type-email_subscriptions form#email-prefs-form{
  max-width:100%;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page ul { 
  padding: 0;
  margin: 10px 0;
}
.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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: Rendever, Helvetica, Arial;
  font-size: 1.25rem;
  color: #212529;
  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: #212529;
}

.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 .success {
    min-width:auto;
  }
  .systems-page h2 {
    font-size: 19px;
  }
  .systems-page h1 {
    font-size: 26px;
  }
}






#hs-search-module .hs-input {
  margin-bottom: 30px;
}
input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page .form-container .hs-form-field>label,
.systems-page .form-container .hs-input[type=checkbox] {
  display: inline-block;
}
.systems-page .form-container {
  margin-bottom: 20px;
}
.systems-page .success {
  min-width: auto;
  font-size: 1rem;
  max-width: 767px;
  width: 100%;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .form-container ul.no-list.hs-error-msgs, .systems-page .form-container ul.no-list.hs-error-msgs li {
  margin: 0;
}
.migration .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}
.subscription-template-form #email-prefs-form {
  padding: 0;
  background: transparent;
}
.content-wrapper .hs-form-field {
  margin-bottom: 15px;
}
.error-page:before {
  opacity: .4;
}
.systems-page .hs-button {
  width: auto;
}
.systems-page form#email-prefs-form {
  font-size: 20px;
}

@media (max-width: 767px) {
  .systems-page .page-header h2 {
    font-size: 26px;
  }

}