/* ******************************************************************************
*********************************************************************************
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 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face{
  font-family:"helveticaNeueLT";
  src:url("https://7716167.fs1.hubspotusercontent-na1.net/hubfs/7716167/YouImpact_August2020/fonts/HelveticaNeueLTPro-Lt.eot");
  src:url("https://7716167.fs1.hubspotusercontent-na1.net/hubfs/7716167/YouImpact_August2020/fonts/HelveticaNeueLTPro-Lt.eot") format("embedded-opentype"),
    url("https://7716167.fs1.hubspotusercontent-na1.net/hubfs/7716167/raw_assets/public/YouImpact_August2020/fonts/HelveticaNeueLTPro-Lt.woff") format("woff"),
      url("https://7716167.fs1.hubspotusercontent-na1.net/hubfs/7716167/raw_assets/public/YouImpact_August2020/fonts/HelveticaNeueLTPro-Lt.ttf") format("truetype");
        font-weight:normal;
        font-style:normal
        }

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  background-color: #e9e9e9;
}
.page-center{
  width: 95%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;;
}
.body-container a{
  font-family: "helveticaNeueLT";
  text-transform: uppercase;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}
h1, h2, h3, h4 {
  text-transform: uppercase;
  margin: 15px 0px;
}
h1 {
  font-size: 2.1rem;

}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul li,
ol li {
  line-height: inherit;
}

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

blockquote {
  margin: 30px auto;
  font-weight: 800;
  font-size: 1.2em;
  text-align: center;
  border-left: none !important;
}

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

.banner-section * {
  min-height: 0 !important;
}

img {
  border-style: none;
  width: auto;
  max-width: 100%;
}

@media (max-width: 1200px) {
  body{
    line-height: 1.4;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "helveticaNeueLT";
  transition: all 0.15s linear;
  border:0px solid;
  
  text-decoration: none;  
  white-space: normal;
  margin: 1em 0;
  outline: none;
}

.hs-button:hover, .hs-button:focus {
}

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


.hs-form label {

  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0px;
}

ul.hs-error-msgs label {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  color: #f00;
  display: block;
  line-height: inherit;
}

.hs-input, .hs-search-field__input, 
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-weight: normal;
  line-height: normal;
  background-color: #ffffff;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  display: inline-block;
  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: color:#dcddde;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus, .hs-search-field__input:focus, input#hs-pwd-widget-password:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
h3.form-title {
  font-family: "helveticaNeueLT",sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px auto;
}
/* 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 {
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 0px;
  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, .hs-form-field {
  margin: 1em 0;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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



.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.body-wrapper {
  padding-top: 100px;
}
.body-container-wrapper {
  background: #fff;
}
.body-container__website .hs-button,
.full-width-lyt .hs-button {
  border: 1px solid #d94856;
  cursor: pointer;
  padding: 10px;
  display: table;
  min-width: 200px;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-family: "helveticaNeueLT";
  color: #fff;
  background: #d94856;
  border-radius: 120px;
  -o-border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  font-weight: 400;
  margin: 16px auto 30px;
  line-height: inherit;
}

.body-container__website .hs-button:hover,
.full-width-lyt .hs-button:hover{
  background: #319cd2;
  color: #fff;
}
.full-width-lyt .cta_button.cm-red-btn {
  margin-top: 16px !important;
}

.body-container__website .hs_cos_wrapper_type_header{
  position: relative;
}

.body-container__website h2{
  font-family: "helveticaNeueLT";
  font-size: 1.5em;
  padding: 0 0;
  margin: 0;
  position: relative;
}

.full-width-lyt .span4 img{
  display: block;
}
.full-width-lyt .span4.dnd-column {
  margin-left: 0px;
  width: 33.33%;
}

.full-width-lyt .span4 p a {
  display: block;
}

.team-row3 {
  padding-bottom: 42px;
}
.team-row3 .dnd-section {
  padding-top: 0;
}
.team-row2 .hs_cos_wrapper_type_rich_text p:last-child,
.team-row1 .hs_cos_wrapper_type_rich_text p:last-child,
.course-row3 .hs_cos_wrapper_type_rich_text p:last-child,
.tech-support-row1 .hs_cos_wrapper_type_rich_text p:last-child,
.Communities-row3 .hs_cos_wrapper_type_rich_text p:last-child{
  margin-bottom: 0;
}

.team-row2 .dnd-section{
  padding-bottom: 0;
  padding-top: 0;
}

.course-row1 .hs_cos_wrapper_type_rich_text p:first-child,
.course-row3 .hs_cos_wrapper_type_rich_text p:first-child,
.Communities-row2 .span6 .hs_cos_wrapper_type_rich_text p:first-child,
.Communities-row3 .hs_cos_wrapper_type_rich_text p:first-child{
  margin-top: 0; 
}
.course-row1 .dnd-section{
  padding-bottom: 0;
}

.course-row3 {
  padding-bottom: 30px;
}

.court-row2 .court-column-section .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.cutom-communities-page .highlighted-text-block-giant.custom-right-column {
  font-size: 1em;
}

.cutom-communities-page .highlighted-text-block-giant.custom-right-column .giant-title {
  font-size: 4em;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  background-image: url(https://7716167.fs1.hubspotusercontent-na1.net/hubfs/7716167/raw_assets/public/YouImpact_August2020/images/quote-bar.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}


.cutom-communities-page .highlighted-text-block-giant.custom-right-column .giant-content {
  text-align: center;
  max-width: 350px;
  margin: 10px auto;
  font-weight: bold;
}
.Communities-row2 {
  overflow: hidden;
}

.Communities-row2 .span6 {
  width: 50%;
  margin: 0;
  padding-right: 15px !important;
}

.Communities-row2 .span6 {
  margin: 10px 0 15px 1px;
  order: 2;
  padding: 0;
  width: 50%;
}

.home-banner .row-fluid {
  width: 100%;
  padding: 0;
}

.home-row1 {
  box-shadow: 0 5px 10px -5px;
  -moz-box-shadow: 0 5px 10px -5px;
  -webkit-box-shadow: 0 5px 10px -5px;
  padding: 50px 0;
  background: #fff;
  position: relative;
}

.home-row1 .dnd-section {
  padding: 0;
}

.home-row1 h1 {
  color: #319cd2;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "helveticaNeueLT",sans-serif;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: normal;
}

.home-row1 .row-fluid {
  padding: 0;
}

.home-row1 .hs-button {
  border: 1px solid #d94856;
  cursor: pointer;
  padding: 10px;
  display: table;
  min-width: 200px;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-family: "helveticaNeueLT";
  color: white;
  background: #d94856;
  border-radius: 120px;
  -o-border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  font-weight: 400;
  margin: 30px auto;
  line-height: 1.6;
  margin-top: 15px;
}

.home-row1 .hs-button:hover {
  background: #319cd2;
  color: white;
}


.home-main-wrapper {
  background: #e9e9e9;
}

.home-row2 {
  padding: 50px 0;
}

.home-row2 .dnd-section {
  padding: 0;
}

.home-row2 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.home-row2 .hs_cos_wrapper_type_rich_text h3 {
  color: #319cd2;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "helveticaNeueLT",sans-serif;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: normal;
}

.home-row2 .hs_cos_wrapper_type_rich_text p {
  max-width: 750px;
  margin: 30px auto;
  text-align: center;
}

.home-column-section .dnd-section {
  padding: 0;
}

.home-row3 {
  padding: 50px 0;
  text-align: center;
  background: #319cd2;
  margin-top: 500px;
}

.home-row3 .dnd-section>.row-fluid {
  background: white;
  margin-top: -500px;
  padding: 30px;
}

.home-row3 .dnd-section>.row-fluid .hs-button {
  border: 1px solid #d94856;
  cursor: pointer;
  padding: 10px;
  display: table;
  min-width: 200px;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-family: "helveticaNeueLT";
  color: white;
  background: #d94856;
  background: #d94856;
  border-radius: 120px;
  -o-border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  font-weight: 400;
  margin: 30px auto;
  line-height: 1.6;
  margin-top: 23px;
}

.home-row4 .row-fluid {
  width: 100%;
  padding: 0;
}

.home-row5 {
  padding: 50px 0;
}

.home-row5 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.home-row5 .hs_cos_wrapper_type_rich_text h2 {
  color: #319cd2;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "helveticaNeueLT",sans-serif;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: normal;
  max-width: 525px;
}

.home-row5 .hs_cos_wrapper_type_rich_text p {
  max-width: 750px;
  margin: 30px auto 0;
  text-align: center;
}

.home-row5 .hs-button {
  border: 1px solid #d94856;
  cursor: pointer;
  padding: 10px;
  display: table;
  min-width: 200px;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-family: "helveticaNeueLT";
  color: white;
  background: #d94856;
  border-radius: 120px;
  -o-border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  font-weight: 400;
  margin: 30px auto;
  margin-top: 14px;
  line-height: 1.6;
}

.home-row5 .hs-button:hover {
  background: #319cd2;
  color: white;
}

.home-row6 .row-fluid {
  width: 100%;
  padding: 0;
}

.testimonials-row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.testimonials-row1 .dnd-section {
  padding-bottom: 0;
}

.testimonials-row2 .dnd-section {
  padding-top: 14px;
}

.impacto-banner .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.impacto-row1 {
  padding: 50px 0;
}

.impacto-row1 .dnd-section {
  padding: 0;
}

.impacto-page {
  background: #e9e9e9;
}

.impacto-row1 h1 {
  color: #319cd2;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "helveticaNeueLT",sans-serif;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: normal;
}

.impacto-row1 .hs-button {
  border: 1px solid #d94856;
  cursor: pointer;
  padding: 10px;
  display: table;
  min-width: 200px;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-family: "helveticaNeueLT";
  color: white;
  background: #d94856;
  border-radius: 120px;
  -o-border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  font-weight: 400;
  margin: 30px auto;
  line-height: 1.6;
  margin-top: 14px;
}

.impacto-row1 .hs-button:hover {
  background: #319cd2;
  color: white;
}

.impacto-row2 {
  background: white;
  box-shadow: 0 5px 10px -5px;
  -moz-box-shadow: 0 5px 10px -5px;
  -webkit-box-shadow: 0 5px 10px -5px;
  padding: 50px 0;
}

.impacto-row2 h1 {
  color: #319cd2;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "helveticaNeueLT",sans-serif;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: normal;
}

.impacto-row2 .dnd-section {
  padding: 0;
}

.impacto-row2 .dnd-section>.row-fluid {
  padding: 0;
}

.cmm-impacto-page-footer .footer-top {
  display: none;
}

.impacto-row3 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.faq-page a.button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 1px solid #d94856;
  cursor: pointer;
  padding: 10px;
  display: table;
  min-width: 200px;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-family: "helveticaNeueLT";
  color: white;
  background: #d94856;
  border-radius: 120px;
  -o-border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  font-weight: 400;
  margin: 14px auto;
  margin-bottom: 71px;
}

.faq-page a.button:hover {
  background: #319cd2;
  color: white;
}

.cm-red-btn:hover {
  background: #319cd2 !important;
  color: #fff;
}

.home-banner .row-fluid,
.home-row4 .row-fluid,
.home-row6 .row-fluid  {
  width: 100% !important;
  padding: 0 !important;
}

.home-row1 .dnd-section>.row-fluid {
  padding: 0;
}

.home-row3 .dnd-section>.row-fluid .hs-button:hover {
  background: #319cd2;
  color: white;
}
.faq-wrap .faq-category .faq.open-faq {
  position: relative;
}

@media (max-width: 1200px) {
  .cta_button.cm-red-btn {
    font: 400 14px/1.4 'helveticaNeueLT' !important;
  }
  .course-row3 .cta_button.cm-red-btn {
    margin-top: 21px !important;
  }

  .home-row1 .hs-button {
    line-height: 1.4;
    font-size: 14px;
  }

  .home-row3 .dnd-section>.row-fluid .hs-button {
    line-height: 1.4;
    font-size: 14px;
    margin-top: 26px;
  }

  .home-row5 .hs-button {
    line-height: 1.4;
    font-size: 14px;
    margin-top: 16px;
  }

  .testimonials-row2 .dnd-section {
    padding-top: 16px;
  }

  .impacto-row1 .hs-button {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 16px;
  }

  .faq-page a.button {
    margin: 16px auto;
    margin-bottom: 63px;
  }

  .team-row3 {
    padding-bottom: 33px;
  }
}

@media (max-width: 991px) {
  .body-wrapper {
    padding-top: 50px;
  }
  .full-width-lyt .widget-type-rich_text p {
    margin-top: 14px;
  }
  .course-row3 .cta_button.cm-red-btn {
    margin-top: 30px !important;
  }
  .Communities-row2 .span6 {
    width: 100%;
    margin: 0;
    padding-right: 0px !important;
    display: block !important;
    float: none !important;
  }

  .Communities-row2 .span6 {
    margin: 10px 0 15px 1px;
    order: 2;
    padding: 0;
    width: 100%;
    display: block !important;
    float: none !important;
  }
}

@media (max-width: 767px) {
  .full-width-lyt .span4.dnd-column {
    width: 50%;
    float: left;
  }
  .full-width-lyt .span4.dnd-column{
    padding-bottom: 0px !important;

  }
  .full-width-lyt .cta_button.cm-red-btn {
    margin-bottom: 36px !important;
  }
  .course-row3 {
    padding-bottom: 20px;
  }
  .home-row1 .hs-button {
    margin-top: 30px;
  }

  .faq-page a.button {
    margin: 21px auto;
    margin-bottom: 63px;
  }

}

@media (max-width: 600px) {
  .body-container__website img {
    float: none !important;
    display: block;
    margin: 10px auto !important; 
    max-width: 100%;
  }
  .full-width-lyt .span4.dnd-column {
    width: 100%;
    float: none;
  }
  .team-row1 .widget-type-rich_text img{
    float: none !important;
    display: block;
    margin: 10px auto !important;
    max-width: 100%;
  }

  .home-row1 {
    padding: 30px 0;
  }

  .home-row1 h1 {
    font-size: 1.5em;
  }

  .home-row2 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 1.5em;
  }

  .home-row2 {
    padding: 30px 0;
  }

  .home-row3 {
    padding: 30px 0;
  }

  .home-row5 {
    padding: 30px 0;
  }

  .home-row5 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 1.5em;
  }

  .impacto-row1 {
    padding: 30px 0;
  }

  .impacto-row1 h1 {
    font-size: 1.5em;
  }

  .impacto-row2 {
    padding: 30px 0;
  }

  .impacto-row2 h1 {
    font-size: 1.5em;
  }

  .impacto-row2 {
    padding-bottom: 45px;
  }

  .faq-page a.button {
    margin: 16px auto;
    margin-bottom: 63px;
  }
}

@media screen and (max-width: 490px) {
  .home-row5 .hs_cos_wrapper_type_rich_text p span {
    word-break: break-all;
  }

  .Communities-row3 p span, .contact-page .hs_cos_wrapper_type_rich_text p {
    word-break: break-all;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

 header.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.header__container {
  max-width: 100% !important;
  width: 95%;
  margin: 0 auto;
  padding: 0 10px;
}
.header-logo {
    padding-top: 10px;
    text-align: center;
}
.header-logo img{
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 250px !important;
  max-width: 100%;
  transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
.header-navigation{
      transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    text-align: center;
}
.header-search {
  display: inline-block;
  position: relative;
}
.header-search #search-click i {
    margin-right: 10px;
  cursor: pointer;
}
.header-search form{
  border: 1px solid;
  background: #fff;
}
.header-search .search-form {
    display: none; 
    position: absolute;
    top: 180%;
    right: 0;
    z-index: 500;
    width: 250px;
    padding: 10px;
}
.header-search.open-search .search-form{
 display: block; 
}
.header-search .search-form .triangle {
    position: absolute;
    bottom: 100%;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d1d3d4;
}
.header-search form::before, .header-search form::after{
  content:"";
  display: table;
  clear: both;
}
.header-search form .hs-search-field__input {
        float: left;
    display: block;
    width: 80%;
    background: white;
    border: 0;
    padding: 12px 5px;
    min-height: 21px; 
    margin: 0;
}
.header-search form .hs-search-field__input:focus{
  border: none;
  outline: none;
}
.header-search button {
   border: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    font-size: 1.5em;
    padding: 9px 6px;
    width: 20%;
    float: right;
    cursor: pointer;
    position: relative;
    border-left: 1px solid white;
}
.header-search button::before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.header-search button svg{
  height: 24px !important;
  top: 3px;
  position: relative;
  display: none;
}
.header-search button:focus{
  outline: -webkit-focus-ring-color auto 1px;
}
.header-search form ::-webkit-input-placeholder{color:#dcddde;font-size:12px;}
	  .header-search form :-moz-placeholder{color:#dcddde;font-size:12px;}
	  .header-search form ::-moz-placeholder{color:#dcddde;font-size:12px;}
	  .header-search form :-ms-input-placeholder{color:#dcddde;font-size:12px;}
#nav-toggle {
  display: none;
}
 header.header.fix {
  border-bottom: 2px solid;
}
.header.fix .header-logo img{
      height: 30px;
      width: 150px !important;
}
.menubutton, .closebutton {
    display: none;
}
.hs-search-field__suggestions #results-for {
    font-weight: bold;
    padding: 10px;
    text-align: left;
}
.hs-search-field--open .hs-search-field__suggestions li a {
    padding: 10px;
    text-align: left;
}
/* Styles for tablet */

@media (max-width: 1200px) {
  .header-search button svg{
    height: 21px !important;
  }
}
@media (max-width: 1000px) {
  .header-search #search-click i {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
.header-logo {
  text-align: left;
  padding: 10px 0px;
  float: left;
}
  .header-logo img {
    margin: 0;
  }
  .header-search{
    display: none;
  }
}
/* Mobile Styles */

@media (max-width: 600px) {
 .header-logo img {
    width: 150px !important;
    height: 30px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer{
  font-size: 12px;
}
.footer-left-content {
  width: 50%;
  float: left;
  padding: .5em 10px 0px;
}

.footer-right-content {
  width: 50%;
  float: right;
  border-left: 1px solid;
  padding: .5em 10px 0px;
}

.footer-right-content p {
  max-width: 275px;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
}

.footer-right-content p strong {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "helveticaNeueLT";
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: block;
}

.footer-right-content p a {
  min-width: 200px;
  padding: 10px 10px 9px;
  border: 1px solid;
  border-radius: 120px;
  -o-border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  font-weight: 400;
  display: block;
  max-width: 90%;
  width: 200px;
  margin: 16px auto 0px;
}



.footer-left-content form {
  max-width: 240px;
  margin: 0 auto;
}

.footer-left-content .hs-form label {
  color: #fff;
}
.footer-left-content form .hs-button {
  padding: 10px 20px;
  border: 1px solid;
  background-color: rgba(233,233,233,1.0);
  color: rgba(217,72,86,1.0);
  border-color: rgba(217,72,86,1.0);
}
.footer-left-content form .hs-button:hover {
  background-color: rgba(49,156,210,1.0);
  color: rgba(233,233,233,1.0);
  border-color: rgba(217,72,86,1.0);
}


.footer-left-content p {
  max-width: 275px;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
}

.footer-left-content p strong {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "helveticaNeueLT";
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: block;
}


.footer-top {
  padding: 50px 0px;
}
.footer-bottom {
  padding: 10px 10px;
  text-align: center;
}
.footer-middle {
  padding: 50px 0px;
}

.footer-logo {
  text-align: center;
  margin: 10.5px auto 30px;
}

.footer-logo img {
  width: 399px !important;
  min-width: 250px;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
.footer-menu-links h6{
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}
.footer-links{
  display: table; 
}

.footer-menu-links .hs-menu-wrapper >ul > li > a {
  font-weight: 700;
}

.footer-menu-links .hs-menu-wrapper > ul {
  display: table;
  margin: 0;
  width: 100%;
}

.footer-menu-links .hs-menu-wrapper > ul > li {
  display: table-cell;
  width: 15%;
  padding: 0 2px;
}

.footer-menu-links .hs-menu-wrapper > ul > li > a, .footer-menu-links .hs-menu-wrapper > ul ul li a{
  margin: 2px 0;
  display: block;
}
.footer-left-section {
  float: left;
  width: 85%;
}

.footer-right-section {
  float: left;
  width: 15%;
  padding-left: 4px;
}

.footer-menu-links:after, .footer-menu-links:before {
  content: "";
  display: table;
  clear: both;
}

.footer-menu-links {
}

.footer-menu-links .hs-menu-wrapper > ul > li > a {
  font-family: 'Open Sans',sans-serif;
  text-transform: none;
  padding: 0;
  margin: 2px 0px;
}

.footer-menu-links .hs-menu-wrapper > ul ul li a {
  padding: 0;
}
.footer-middle ul.contact-info .info-content.phone {
  background-image: url(https://7716167.fs1.hubspotusercontent-na1.net/hubfs/7716167/raw_assets/public/YouImpact_August2020/images/tiny-phone.png);
}
.footer-middle ul.contact-info .info-content.email a {
  background-image: url(https://7716167.fs1.hubspotusercontent-na1.net/hubfs/7716167/raw_assets/public/YouImpact_August2020/images/tiny-email.png);
}


@media  (max-width: 991px) {
  .footer-left-section, .footer-right-section {
    display: block;
    float: none;
    width: 100%;
  }
  .footer-right-content p a {
    margin: 18px auto 0px;
  }
  .footer-menu-links h6{
    text-align: center;
  }
  .footer-menu-links .hs-menu-wrapper>ul>li, .footer-menu-links .hs-menu-wrapper>ul ul li {
    display: block;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    max-width: 350px;
  }
  .footer-menu-links .hs-menu-wrapper>ul ul li {
    margin: 0 auto;
  }

  .footer-bottom {
    padding: 10px 10px;
  }
  .footer-middle ul.contact-info li, .footer-menu-links .hs-menu-wrapper > ul > li, .footer-menu-links .hs-menu-wrapper > ul ul li{

  }
  .footer-left-content, .footer-right-content {
    width: 100%;
    float: none;
    border-left: none;
  }
  .footer-left-content {
    margin-bottom: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-section {
  background: #fff;
}
.content-wrapper {
  max-width: 980px;
  width: 95%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.blog.custom-post-item {
    padding: 30px 0;
}
section.blog article {
    margin: 45px auto
}

section.blog article:before,section.blog article:after {
    content: ' ';
    display: table
}

section.blog article:after {
    clear: both
}

section.blog .blog-image {
    float: left;
    width: 48%
}

section.blog .blog-image img {
    display: block;
    width: 100%;
}

section.blog .image-info {
    background: #2b2b2b;
    color: white;
    *zoom:1;padding: 10px 15px;
}

section.blog .image-info:before,section.blog .image-info:after {
    content: ' ';
    display: table;
}

section.blog .image-info:after {
    clear: both;
}

section.blog .image-info .share-btn {
    float: left;
}

section.blog .image-info .share-btn a{
  background: #319cd2;
}
 .share-btn a {
    display: inline-block;
    background: #d94856;
    color: white;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin: 0 2px;
    line-height: 30px;
   font-family: "helveticaNeueLT";
}
.share-btn a:hover{
  color: white;
}
section.blog .image-info .date {
    float: left;
    margin: 0 20px 0 10px;
    padding-left: 10px;
    border-left: 1px solid #d1d3d4;
}

section.blog .blog-content {
    float: right;
    width: 48%;
}

section.blog .blog-content .blog-title {
    text-align: left;
    line-height: 1.2em;
      text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto;
}

section.blog .blog-content .blog-title a {
    color: #58595b;
}

section.blog .blog-content .date {
    font-size: 1.2em;
    font-style: italic;
}

section.blog .blog-content .more-buttons {
    *zoom:1}

section.blog .blog-content .more-buttons:before,section.blog .blog-content .more-buttons:after {
    content: ' ';
    display: table
}

section.blog .blog-content .more-buttons:after {
    clear: both
}

section.blog .blog-content .more-buttons a.archive {
    float: left;
    width: 48%
}

section.blog .blog-content .more-buttons a.readmore {
    float: right;
    width: 48%;
    border: 1px solid #d94856;
    cursor: pointer;
    padding: 10px;
    display: table;
    min-width: 200px;
    max-width: 90%;
    text-align: center;
    text-transform: uppercase;
    font-family: "helveticaNeueLT";
    color: white;
    background: #d94856;
    border-radius: 120px;
    -o-border-radius: 120px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    font-weight: 400;
    margin: 30px auto;
}
section.blog .blog-content .more-buttons a.readmore:hover{
      background: #319cd2;
    color: white;
} 
.secondarybg .image-info {
    background: #2b2b2b
}

.pagination {
    margin: 30px auto;
    text-align: center
}

.blog-section {
    padding: 30px 0px;
}

h1.blog-header__title {
    text-align: center;
    font-family: "helveticaNeueLT",sans-serif;
    text-transform: uppercase;
    line-height: 51px;
}
.blog.custom-post-item p, .blog-post__body p, .comment-body p {
    margin: 1em 0;
}


.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 30px;
}
.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 h1 {
    font-family: "helveticaNeueLT",sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto;
    text-align: center;
    font-size: 2em;
}


.blog-comments {
    max-width: 500px;
    margin: 30px auto;
}
.blog-comments form {
  max-width: 100%;
  margin-top: 10px;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments form .hs-button {
    border: 1px solid #d94856;
    cursor: pointer;
    padding: 10px;
    display: table;
    min-width: 200px;
    max-width: 90%;
    text-align: center;
    text-transform: uppercase;
    font-family: "helveticaNeueLT";
  color: #fff;
  background: #d94856;
  border-radius: 120px;
    -o-border-radius: 120px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    font-weight: 400;
    margin: 30px auto;
    
}
.blog-comments form .hs-button:hover {
  background: #319cd2;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
  background: none;
  padding: 0;
  text-decoration: none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
  text-decoration: none;
}

.listing-bottom-content a{
 text-transform: uppercase; 
}
/*             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;
}

.hs-blog-post .blog-image {
  text-align: center;
    margin: 30px auto;
}
.blog-comments form .hs-form-required {
  color: #58595b;
}
.blog-comments ul.hs-error-msgs .hs-error-msg {
  color: red;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 0 20px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
    font-size: 13px;
    display: block !important;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
    padding: 10px 0; 
    border-bottom: medium none;
    display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}



@media screen and (max-width: 991px) {
section.blog article {
    margin: 20px auto;
}
section.blog .blog-image {
    max-width: 400px;
}
  section.blog .blog-content .blog-title {
    text-align: center;
    margin: 20px auto;
  }
  section.blog .blog-image, section.blog .blog-content {
    width: 100%;
    margin: 10px auto;
    float: none;
}
  section.blog .blog-content .more-buttons a {
    float: none !important;
    margin: 10px auto;
}
}
.comment-date {
    display: block !important;
  font-size: inherit !important;
}
@media(max-width: 767px) {
.blog-post__body img {
    width: 100% !important;
    margin: 0 0 10px !important;
}
}
@media(max-width: 600px) {
section.blog .image-info .date, section.blog .image-info .share-btn {
    float: none;
    margin: 5px;
    text-align: center;
}
  section.blog .image-info .date{
    border-left: none;
    padding-left: 0;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  article.listing-bottom-content p:last-child {
    word-break: break-all;
}
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.body-wrapper {
  background: #fff;
}
.error-page {
  padding: 30px 0;
  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;
}
.systems-page form {
  max-width: 500px;
}
.hs-error-msgs {
    padding-left: 0px;
}
input#hs-pwd-widget-password {
    display: block;
    margin: 0 0 10px;
      height: auto !important;
}
h1.error-page_heading {
    text-align: center;
}
.error-page a.hs-button {
  font-family: "helveticaNeueLT",sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px auto 15px;
  color: #d94856;
  text-decoration: none;
  background-color: transparent;
  font-size: 1.5em;
  padding: 0;
  line-height: inherit;
}

.systems-page {
    padding: 30px 0px;
}
.systems-page h1 {
    text-align: center;
}
.systems-page .success {
    cursor: pointer;
    color: white;
    font-weight: bold;
    background: #d94856;
    text-align: center;
    margin: 10px 0 30px;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    width: 500px;
    max-width: 100%;
}


ul.hs-search-results__listing li {
      padding: 45px 0;
      margin: 45px auto;
}
.hs-search-results__title {
  font-family: "helveticaNeueLT",sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px auto;
  font-size: 1.17em;
  color: #d94856;
  text-transform: uppercase;
  text-decoration: none;
  margin: 15px auto;
  display: block;
}
.hs-search-results__title:hover {
  text-decoration: none;
  color: #2b2b2b;
}
.hs-search-results__pagination {
    margin: 30px auto;
    text-align: center;
}
.hs-search-results__pagination a{
  color: #d94856;
    text-decoration: none;
    font-family: "helveticaNeueLT";
    text-transform: uppercase;
  float: none !important;
  padding: 0 10px;
}
.hs-search-results__pagination a:hover {
  color: #2b2b2b;
}
.hs-search-highlight {
  font-weight: bold;
}


.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media (max-width: 991px) {
ul.hs-search-results__listing li {
      margin: 20px auto;
}
}
@media (max-width: 767px) {
  .systems-page form {
    max-width: 100%;
}
}