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

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

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

.header__container, .footer__container, .page-center, .content-wrapper, .dnd-section > .row-fluid  {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.header__container:before, .header__container:after, .footer__container:before, 
.footer__container:after, .content-wrapper:before, .content-wrapper:after, .page-center:before, .page-center:after {
  content: " ";
  display: table;
}
.header__container:after, .footer__container:after, .content-wrapper:after, .page-center:after {
  clear: both;
}

.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: "FontAwesome";
  src: url("//4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/Metropolismag_Oct2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(//4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/Metropolismag_Oct2020/Fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(//4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/Metropolismag_Oct2020/Fonts/fontawesome-webfont.woff) format("woff"), 
    url(//4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/Metropolismag_Oct2020/Fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ssbp";
  src: url("//4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/Metropolismag_Oct2020/Fonts/ssbp.eot") format("embedded-opentype"), 
    url(//4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/Metropolismag_Oct2020/Fonts/ssbp.woff) format("woff"), 
    url(//4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/Metropolismag_Oct2020/Fonts/ssbp.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,.3);
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  text-rendering: optimizelegibility;
}

h1 {
  line-height: 1.1;
}

h2 {
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
    border: 0;
    max-width: 100%;
}
figure {
    margin: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font: 14px Helvetica,Arial,sans-serif;
}

.hs-button {
  outline: none;
  text-decoration: none;
  clear: both;
  border-style: solid;
  transition: all 0.23s ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: auto;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  outline: none;
  text-decoration: none;
}

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

.hs-form label {
  display: block;
  margin-bottom: 3px;
}

.hs-error-msgs label {
  color: #e85c41 !important;
}

.hs-input, input[type="password"]{
  height: 40px;
  line-height: 40px;
  margin-bottom: 14px;
  font-size: 1em;
  vertical-align: middle;
  box-shadow: none;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  display: block;
  width: 100% !important;
  max-width: 767px;
  padding: 8px 0;
  text-indent: 2%;
  border-style: solid;
  font-weight: 400;
}

.hs-input:focus, input[type="password"]:focus{
  outline: none;
}
input#hs-pwd-widget-password {
  height: 40px !important;
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.hs-input[type=checkbox] {
  width: auto;
  display: inline-block;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

.hs-input.invalid.error{
  border: 2px solid #e85c41;
}

.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;
  font-size: 14px;
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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 {
  padding-bottom: 3%;
}

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

.hs-form-required {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
}

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

ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom-header {
  border: 1px solid #e6e6e6;
  height: 120px;
  font-size: 16px;
  line-height: 1.5;
}

.custom-header .header__container {
  position: relative;
}
.header__container:before, .header__container:after {
  content: " ";
  display: table;
}
.header__container:after {
  clear: both;
}
.custom-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 250px;
}
.custom-logo > div{
  width: 100%;
}
.custom-logo a {
  display: block;
  margin: 10px auto 0;
  float: none;
  background-size: contain;
  background-position: center;
  min-height: 50px;
  max-width: 300px;
  background-repeat: no-repeat;
  text-indent: -99999px;
}

.mobile-button-wrapper {
  display: none;
}
.custom-header .search-form-wrapper {
  position: absolute;
  text-align: right;
  top: 50px;
  right: 0px;
  width: 300px;
}
.search-form-wrapper > div{
  width: 100%;
}
.search-form-wrapper form{
  display: block;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header_search_form form input[type="text"] {
  font-size: 1em;
  color: #2b2b2b;
  vertical-align: middle;
  box-shadow: none;
  max-width: 400px;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  border-radius: 0px;
  height: 33px;
  background: #fff;
  line-height: 26px;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  border: 1px solid #d6d6d6;
  width: 50%;
}
.header_search_form form input[type="text"]:focus { 
    outline: none;
}
.header_search_form form button {
  line-height: normal;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  outline: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin: 0;
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
}
.fa {
  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_form form button .fa {
  color: #E82117;
  font-size: 1.3em;
}
.fa-search:before {
  content: "\f002";
}
.fa-2x {
  font-size: 2em;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}





@media only screen and (min-width: 481px) {
  .custom-logo a{
    width: 75%;
  }
}

@media (min-width: 980px) {
  .custom-header{
    height: 60px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    box-shadow: 8px 8px 45px #eaeaea;
  }
  .custom-logo {
    width: 226px;
    position: absolute;
    height: 52px;
  }
  .custom-logo a {
    height: 50px;
    margin-top: 5px;
    position: absolute;
    left: 11%;
  }
  .custom-header .search-form-wrapper {
    top: 14px;
    right: 15px;
  }
  .header_search_form form button .fa{
    margin-left: -4px;
  }
  .body-wrapper {
    padding-top: 60px;
  }
  .mobile-menu-wrapper{
    display: none;
  }
}

@media (max-width: 1265px) and (min-width: 980px) {
  .custom-header .search-form-wrapper{
    width: 150px;
  }
}


@media (max-width: 979px) {
  .custom-logo{
    position: static;
  }
  .mobile-button-wrapper {
    display: block;
    position: absolute;
    top: 20px;
    cursor: pointer;
  }
  .custom-header .search-form-wrapper {
    position: static;
    max-width: 220px;
    margin: 10px auto 0 auto;
  }
  .header_search_form form input[type="text"]{
    width: 85%;
  }
  .header_search_form form button{
    width: 8%;
    max-width: 30px;
  }
  .menu-button:hover {
    opacity: .6;
  }

/*===Mobile Menu Style===*/

  .body-wrapper{
    position: relative;
    -moz-overflow-scrolling: touch;
    -moz-transition: -webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    z-index: 2;
    background: #fff;
  }
  .mobile-open .body-wrapper{
    height: 150%;
    overflow: hidden;
    position: fixed;
    -webkit-transform: translate3d(270px, 0px, 0);
    transform: translate3d(270px, 0px, 0);
  }
  .mobile-menu-wrapper {
    position: fixed;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none;
    font-size: 16px;
    line-height: 1.5;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .mobile-open .mobile-menu-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu-title p {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.7em;
    margin: 0;
    color: #2b2b2b;
    text-indent: 10px;
  }
  .mobile-menu {
    width: 300px;
    padding-bottom: 25px;
  }
  .mobile-menu .hs-menu-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul{
    padding-left: 20px;
  }
  .mobile-menu .hs-menu-wrapper ul li{
    display: block;
  }
  .mobile-menu .hs-menu-wrapper ul li a{
    display: block;
    padding: .75em 0 .75em 1.25em;
    border-top: 1px solid rgba(0,0,0,.1);
    text-decoration: none;
  }
  .custom-header.header-no-nav {
    height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.minus-row:before, .minus-row:after{
  content: '';
  display: table;
}
.minus-row:after{
  clear: both;
}
.footer-col{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.powered-by-container {
  text-align: center;
}
.custom-footer .bucket {
  font-size: 12px;
  line-height: 16px;
}
.custom-footer .bucket ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: block;
}
.custom-footer .footer_social .menu-social-media-container li {
  padding: 0 15px;
}
.custom-footer .footer_social .menu-social-media-container li:after {
  content: '';
}
.custom-footer a, .custom-footer a:hover{
  text-decoration: none;
}
.custom-footer .bucket ul li a{
  font-size: 1.4em;
  line-height: 1.6em;
  padding-bottom: 10px;
}

.custom-footer .bucket li .fa {
  font-size: 2em;
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-instagram:before {
  content: "\f16d";
}

.footer_copyright p{
  margin: 0;
}

.footer-top-section {
    margin-bottom: 10px;
}

.footer-top-inner {
  width: 100%;
  margin-left: 5px;
}
.footer-magazine-wrap {
  width: 335px;
  min-height: 180px;
  margin-bottom: 35px;
}
.footer-magazine-wrap:before, .footer-magazine-wrap:after{
  content: '';
  display: table;
}
.footer-magazine-wrap:after{
  clear: both;
}
.footer-magazine-wrap .mag-image {
  width: 30%;
  float: left;
}
.mag-image a, .mag-image a:hover{
  text-decoration: none;
}
.footer-magazine-wrap .mag-image img {
  width: 125px !important;
  height: 127px;
  display: table;
  margin: 0px auto;
  margin-top: 16px;
  float: none;
}
.footer-magazine-wrap .promo-links {
  width: 54%;
  float: left;
  margin-top: 1em;
  padding-left: 40px;
}
.promo-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.promo-links ul li{
  display: block;
}
.promo-links ul li a{
  text-decoration: none;
  font-size: 14px;
}
.promo-links ul li a:hover{
  text-decoration: none;
  color: #fff;
}



@media only screen and (min-width: 768px) {
  .footer_copyright{
    position: relative;
    bottom: 5px;
    left: 0px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    padding: 10px;
  }
  .footer-col{
    float: left;
  }
  .custom-footer .bucket{
    width: 100%;
    margin: 5px 0px;
  }
  .custom-footer .bucket > div, .custom-footer .bucket > span{
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  .custom-footer .bucket ul{
    padding-top: 5px;
    text-align: center;
  }
  .custom-footer .bucket ul li{
    margin-bottom: .75em;
    display: inline;
    padding: 0 5px;
  }
  .custom-footer .bucket li:after {
    content: ' |';
    position: relative;
    left: 5px;
    color: #fff;
  }
  .custom-footer .bucket li:last-of-type:after{
    content: none;
  }
  .footer-magazine-wrap{
    margin: 0px auto;
    padding-top: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .custom-footer .footer__container{
    max-width: 970px;
  }
}

@media only screen and (max-width: 991px) {
  .custom-footer .footer__container{
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-footer .footer__container{
    max-width: 100%;
  }
  .footer_copyright p {
    margin-block-start: 1em;
    margin-block-end: 1em;
  }
  .footer-top-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-magazine-wrap {
    margin-bottom: 0;
  }
  .footer-top-inner {
    margin-left: 0;
  }
  .footer-top-section {
    margin-bottom: 0px;
    padding-top: 9px;
    overflow: hidden;
  }
  .footer-magazine-wrap .mag-image img, .footer-magazine-wrap .promo-links{
    margin-top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
  text-align: center;
}

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

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

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

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


.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .grecaptcha-badge{
  margin: 0;
}

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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



/*===Custom Blog Style===*/


.cus-blog-body{
  font-size: 16px;
  line-height: 1.5;
  color: #2b2b2b;
}
.cus-blog-list-body{
  padding-top: 93px;
}
.cus-blog-body .content-wrapper{
  padding-left: 0px;
  padding-right: 0px;
}
.blog-content-wrap,
.cus-blog-sidebar{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.cus-blog-sidebar{
  padding-left: 0;
}
.blog-content-wrap h1 {
  font-family: 'Lato', San Serif;
  font-weight: 700;
  color: #000;
  font-size: 2.1em;
  line-height: 1.1em;
  margin-top: 20px;
}
.post-listing-wrapper{
  margin-bottom: 35px;
}
.blog-listing-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.post-listing:before, .post-listing:after{
  content: '';
  display: table;
}
.post-listing:after{
  clear: both;
}
.post-item {
  margin-bottom: 16px;
  position: relative;
  min-height: 1px;
}
.post-item-inner{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}
.post-item-article{
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.post-item:before, .post-item:after, .post-item-table:before, 
.post-item-table:after, .post-item-content:before, .post-item-content:after{
  content: '';
  display: table;
}
.post-item:after, .post-item-table:after, .post-item-content:after{
  clear: both;
}

.featured-image-wrapper {
  display: block;
  width: 100%;
}
.post-item a, .post-item a:hover{
  text-decoration: none;
}
.featured-image-wrapper .featured-img-inner {
  padding: 56.25% 0 0 0;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
}
.featured-image-wrapper .featured-img-inner figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.featured-image-wrapper .featured-img-inner figure img {
  border: 1px solid #ccc;
  object-fit: cover;
  overflow: hidden;
  object-position: 50% 50%;
  right: 0;
  bottom: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: 100%;
  display: table;
  margin: 0px auto;
  margin-top: 16px;
  float: none;
}
.post-item .entry-content-wrap{
  width: 96%;
  margin: 0px auto;
  margin-top: 3px;
}
.post-item .post-item-title {
  font-family: 'Lato', San Serif;
  color: #000;
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 110%;
  margin: 0;
}
.post-item .post-item-title a {
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: 'Lato', San Serif;
  color: #2b2b2b;
}
.post-item .post-item-title a:hover {
  color: #666;
}
.post-item .entry-meta {
  display: inline;
}
.post-item .entry-meta a{
  color: #023cad;
}
.post-item .entry-meta a:hover{
  color: #041cda;
}
.entry-author .by:before {
  content: "by";
}
.post-item .post-item-content {
  padding: .5em 0 0;
  font-size: .95em;
  line-height: 140%;
}
.post-item .post-item-content p {
  margin: 0;
  font-family: 'Lato', San Serif;
  font-size: 1.1em;
  color: #272727;
}

.blog-pagination{
  text-align: right;
  width: 100%;
  position: relative;
  top: -20px;
  margin-bottom: 35px;
}
.blog-pagination-inner{
  font-size: 1.1em;
  color: #272727;
  margin-block-start: 1em;
}



.blog-sidebar-padding{
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.blog-sidebar-inner {
  padding-top: 70px;
}
.cus-popular-posts {
  padding: 10px;
}
.cus-popular-posts > h2{
  line-height: 1.4em;
  border-bottom: 1px solid #ccc;
  color: #E82117;
  font-size: 1.2em;
  padding-bottom: 4px;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-block-start: 0.83em;
}
.cus-popular-posts .recent-post-item {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
.cus-popular-posts .recent-post-item:before {
  float: left;
  position: relative;
  margin-right: 10px;
  color: #FFF;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  background-color: #E82117;
  padding: 1px 8px;
  border-radius: 22px;
  top: 0px;
}
.cus-popular-posts .recent-post-item:nth-child(1):before {
  content: "1";
}
.cus-popular-posts .recent-post-item:nth-child(2):before {
  content: "2";
}
.cus-popular-posts .recent-post-item:nth-child(3):before {
  content: "3";
}
.cus-popular-posts .recent-post-item:nth-child(4):before {
  content: "4";
}
.cus-popular-posts .recent-post-item:nth-child(5):before {
  content: "5";
}
.recent-post-inner{
  display: table;
}
.cus-popular-posts .recent-post-item h3 {
  font-size: 1.2em;
  line-height: 110%;
  font-weight: 500;
  margin: 0;
}
.cus-popular-posts .recent-post-item h3 a {
  text-decoration: none;
  line-height: 1.2em;
  font-family: 'Lato', San Serif;
  color: #2b2b2b;
  font-size: 1em;
}
.cus-popular-posts .recent-post-item h3 a:hover{
  color: #666;
  text-decoration: none;
}
.inner-content:before, .inner-content:after{
  content: '';
  display: table;
}
.inner-content:after{
  clear: both;
}
.blog-comments {
  clear: both;
}

.blog-post-article h1.blog-post-article-title {
  font-weight: 700;
  color: #000;
  font-size: 2.1em;
  line-height: 1.1em;
  margin-top: 20px;
  margin-bottom: 0;
}
.blog-post-article h5.subtitle {
  margin-block-end: 1.67em;
  letter-spacing: 2px;
  margin-top: 9px;
  color: #656565;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 400;
  font-family: 'Lato', San Serif;
}
.blog-post-article .entry-meta-wrapper {
  margin: 10px 0;
}
.blog-post-article .entry-meta {
  display: inline;
}
.blog-post-article .entry-meta.entry-date {
  display: inline;
}
.entry-date {
  font-size: .95em;
}
.blog-post-article .entry-date {
  font-style: italic;
}
.blog-post-article {
  padding: 10px;
}
.cus-blog-post-body {
  padding-top: 92px;
}

/*===Blog Social Style===*/
.ssbp-wrap {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 0;
  color: #272727;
}
.ssbp-wrap {
  width: 100%;
}
.ssbp-wrap *, .ssbp-wrap *:before, .ssbp-wrap *:after {
  box-sizing: border-box;
}
.ssbp-wrap .ssbp-list {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.blog-post-article ol, .blog-post-article ul {
  font-size: 1.125rem;
}
.ssbp-list li {
  margin-left: 7px!important;
}
.ssbp-wrap .ssbp-list li {
  margin-right: 10px;
}
.ssbp-wrap .ssbp-list li {
  margin-top: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ssbp--theme-9 .ssbp-list li {
  margin-left: 6px;
}
.ssbp-wrap .ssbp-list li:first-of-type {
  margin-left: 0;
}
.blog-post-article ol li, .blog-post-article ul li {
  margin-bottom: 10px;
}
.ssbp-list li a {
  height: 50px!important;
  width: 48px!important;
}
.ssbp-wrap .ssbp-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
}
.ssbp--theme-9 .ssbp-btn {
  display: block;
  padding: .5em 1em;
}
.ssbp--theme-9 .ssbp-facebook {
  border-bottom: 5px solid #3b5998;
  color: #3b5998;
}
.ssbp--theme-9 .ssbp-facebook:hover, .ssbp--theme-9 .ssbp-facebook:focus, 
.ssbp--theme-9 .ssbp-facebook:active, .ssbp--theme-9 .ssbp-facebook:visited {
  color: #3b5998;
}
.ssbp--theme-9 .ssbp-pinterest {
  border-bottom: 5px solid #ce1a19;
  color: #ce1a19;
}.ssbp--theme-9 .ssbp-pinterest:hover, .ssbp--theme-9 .ssbp-pinterest:focus, 
.ssbp--theme-9 .ssbp-pinterest:active, .ssbp--theme-9 .ssbp-pinterest:visited {
  color: #ce1a19;
}
.ssbp--theme-9 .ssbp-twitter {
  border-bottom: 5px solid #00a9f1;
  color: #00a9f1;
}
.ssbp--theme-9 .ssbp-twitter:hover, .ssbp--theme-9 .ssbp-twitter:focus, 
.ssbp--theme-9 .ssbp-twitter:active, .ssbp--theme-9 .ssbp-twitter:visited {
  color: #00a9f1;
}
.ssbp--theme-9 .ssbp-linkedin {
  border-bottom: 5px solid #007bb6;
  color: #007bb6;
}
.ssbp--theme-9 .ssbp-linkedin:hover, .ssbp--theme-9 .ssbp-linkedin:focus, 
.ssbp--theme-9 .ssbp-linkedin:active, .ssbp--theme-9 .ssbp-linkedin:visited {
  color: #007bb6;
}
.ssbp-input-url-div, .ssbp-total-shares, .ssba-hide-button.ssbp-each-share, .ssbp-toggle-switch, .ssbp-text {
  display: none;
}
.ssbp-btn:before, .ssbp-toggle-switch:before {
  display: inline-block;
  font-family: 'ssbp';
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.ssbp-facebook:before {
  content: "\e60e";
}
.ssbp-pinterest:before {
  content: "\e603";
}
.ssbp-twitter:before {
  content: "\e605";
}
.ssbp-linkedin:before {
  content: "\e609";
}
.ssbp-list li a::before {
  line-height: 50px!important;
  font-size: 24px;
}
.ssbp--theme-9 .ssbp-btn:hover, .ssbp--theme-9 .ssbp-btn:focus, .ssbp--theme-9 .ssbp-btn:active {
  opacity: .66;
}
.ssbp--theme-9 .ssbp-facebook:hover, .ssbp--theme-9 .ssbp-facebook:focus, .ssbp--theme-9 .ssbp-facebook:active {
  border-bottom: 5px solid #3b5998;
}
.ssbp--theme-9 .ssbp-pinterest:hover, .ssbp--theme-9 .ssbp-pinterest:focus, .ssbp--theme-9 .ssbp-pinterest:active {
  border-bottom: 5px solid #ce1a19;
}
.ssbp--theme-9 .ssbp-twitter:hover, .ssbp--theme-9 .ssbp-twitter:focus, .ssbp--theme-9 .ssbp-twitter:active {
  border-bottom: 5px solid #00a9f1;
}
.ssbp--theme-9 .ssbp-linkedin:hover, .ssbp--theme-9 .ssbp-linkedin:focus, .ssbp--theme-9 .ssbp-linkedin:active {
  border-bottom: 5px solid #007bb6;
}
.blog-post__body p{
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 1.1em;
  color: #272727;
}


.listing-title-wrapper {
  margin-bottom: 16px;
}
.listing-title-wrap-inner{
  padding-left: 15px;
  padding-right: 15px;
}
.listing-title-wrapper h2{
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  color: #E82117;
  font-size: 1.2em;
  padding-bottom: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-block-start: 0.83em;
}


.comment-date {
  display: block !important;
  text-align: left !important;
}
.replying {
  padding-left: 2em;
  padding: 2em;
}


@media only screen and (min-width: 481px) {
  .blog-content-wrap h1{
    margin-bottom: .375em;
  }
}

@media only screen and (min-width: 768px) {
  .blog-content-wrap,
  .cus-blog-sidebar{
    float: left;
  }
}

@media only screen and (min-width: 981px) {
  .blog-content-wrap{
    width: 66.66667%;
  }
  .cus-blog-sidebar{
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .post-item {
    width: 33.33333333%;
    float: left;
  }
}

@media only screen and (max-width: 980px) {
  .blog-content-wrap, .cus-blog-sidebar{
    width: 100%;
    float: left;
  }
  .cus-blog-list-body {
    padding-top: 50px;
  }
  .cus-blog-post-body {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 550px) {
  .featured-image-wrapper {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-content-wrap h1{
    margin-block-end: 0.67em;
  }
  .hs_recaptcha.hs-recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .blog-post__body p img{
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 50px 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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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


.systems-page .success {
  min-width: unset;
  max-width: 650px;
  width: 100%;
  font-size: 1rem;
}

input#hs-login-widget-remember {
  display: inline-block;
  width: auto !important;
  vertical-align: middle;
}
input#hs-login-widget-remember + label {
  display: inline-block;
  vertical-align: middle;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
.email-prefs .header {
  background-color: transparent;
}

.systems-page .hs-form-field {
  margin-bottom: 15px;
}