/* ******************************************************************************
*********************************************************************************
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;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
}
.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}
.Banner-row-0-force-full-width-section > .row-fluid,
.banner-section-row-0-force-full-width-section > .row-fluid,
.DND_banner-row-0-force-full-width-section > .row-fluid{
  padding: 0 !important;
}
.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: "lato"; 
  src: url("https://use.typekit.net/af/180254/00000000000000000001522c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/180254/00000000000000000001522c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/180254/00000000000000000001522c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400;
  font-display: auto; 
}

@font-face { 
  font-family: "lato"; 
  src: url("https://use.typekit.net/af/a18530/00000000000000000001522e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/a18530/00000000000000000001522e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("https://use.typekit.net/af/a18530/00000000000000000001522e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); font-style: normal; font-weight: 500; 
  font-display: auto; 
}
@font-face { 
  font-family: "FontAwesome"; 
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), 
    url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/fonts/fontawesome-webfont.woff2),
    url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/fonts/FontAwesome.woff) format("woff"), 
    url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/fonts/FontAwesome.ttf) format("truetype"),
    url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/fonts/FontAwesome.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
}
@font-face { 
  font-family: "playfair-display";
  src: url("https://use.typekit.net/af/925031/00000000000000003b9b3dd3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/925031/00000000000000003b9b3dd3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/925031/00000000000000003b9b3dd3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto; 
}
@font-face { 
  font-family: "playfair-display";
  src: url("https://use.typekit.net/af/755f3a/00000000000000003b9b3dd4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/755f3a/00000000000000003b9b3dd4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/755f3a/00000000000000003b9b3dd4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "playfair-display";
  src: url("https://use.typekit.net/af/f413db/00000000000000003b9b3dd5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/f413db/00000000000000003b9b3dd5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/f413db/00000000000000003b9b3dd5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto; 
}

@font-face { 
  font-family: "playfair-display";
  src: url("https://use.typekit.net/af/f13696/00000000000000003b9b3dd6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/f13696/00000000000000003b9b3dd6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/f13696/00000000000000003b9b3dd6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
}

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}



.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-size: 22px;
  font-style: normal;
  line-height: 1.9;
  font-weight: 500;
  font-family: 'playfair-display', serif;
  border: 1px solid #fff;
  white-space: normal !important;
  text-decoration: none !important;
  margin-top: 15px;
}

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

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



.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.42857143;
  padding-top: 0;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;    
  font-size: 16px;
  font-style: normal;
  font-family: 'lato' !important;
}

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

#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 10px 15px;
  outline: none !important;
  font-size: 17px;
  line-height: 17px;
  transition: .25s;
  font-weight: 500;
  font-family: 'Lato', 'Helvetica', sans-serif!important;
  color: #59595c;
  box-shadow: none;
  max-width: 100%;
  border: 1px solid #fff;
  height: auto;
}
h3.form-title {
  font-style: normal;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

footer.footer.lp .copyright-area {
    padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
nav.pushy {
  transform: translate3d(350px,0,0);
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  right: 0;
  overflow-y: auto;
  transition: transform .2s cubic-bezier(0.16,0.68,0.43,0.99);
}
.custom-menu-mobile {
  transition: visibility .2s cubic-bezier(0.16,0.68,0.43,0.99);
  visibility: hidden;
}
.site-overlay {
  display: none;
}
.site-container {
  position: relative;
  padding-top: 100px;
}
.custom-menu-mobile .hs-menu-wrapper>ul li.hs-item-has-children.active>a:after {
  -webkit-transform: translateY(0%) rotate( 90deg
  );
  -ms-transform: translateY(0%) rotate(90deg);
  transform: translateY(0%) rotate( 90deg
  );
}
.hide_site {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}
header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.header__inner {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border-bottom: 1px solid #ebebeb;
  height: 100px;
}
.header__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.inner_col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.inner_col {
  width: 100%;
  float: left;
}
.header_logo {
  float: left;
  padding: 35px 10px 0 0;
}
.header_logo a img {
  vertical-align: middle;
  width: 250px !important;
  max-width: 100%;
  height: auto;
  margin-top: 3.5px;
}
.navbar-header {
  display: none;
}
.custom-menu-primary .navigation-primary>ul>li:last-child>a {
  background-color: #6bc6b2 !important;
  color: #ffffff !important;
}
.custom-menu-primary {
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
  margin: 0;
  display: inline-block;
  float: right;
  position: relative;
  min-height: 50px;
}
.custom-menu-inner {
  display: block;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
  border-color: #e7e7e7;
}
.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-primary .navigation-primary>ul>li {
  padding-top: 30px;
  position: relative;
  float: left;
  display: block;
}
.custom-menu-primary .navigation-primary>ul>li>a {
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  padding: 10px 15px;
  font-family: 'Lato' !important;
  font-style: normal;
  line-height: 20px;
  display: block;
}
.custom-menu-primary .navigation-primary>ul>li:last-child>a:after {
  content: "";
  display: block;
  background-color: #6bc6b2;
  height: 40px;
  left: 100%;
  width: 500px;
  position: absolute;
  top: 30px;
}
.custom-menu-primary .navigation-primary>ul>li:hover ul{
  opacity: 1;
  visibility: visible;
}
body .custom-menu-primary ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ebebeb;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  box-shadow: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 100%;
}
body .custom-menu-primary ul ul li a {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #59595c;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #ebebeb;
  text-transform: uppercase;
  font-weight: 500;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font-style: normal;
  font-family: 'lato' !important;
}
body .custom-menu-primary ul ul li {
  display: block;
  white-space: nowrap;
}
@media(max-width:991px){
  .navbar-header {
    display: block;
    float: right;
  }
  .custom-menu-mobile {
    margin-top: 10px;
  }
  .custom-menu-mobile .hs-menu-wrapper>ul>li>a:hover,
  .custom-menu-mobile .hs-menu-wrapper ul ul li a:hover{
    color: #fff;
  }
  button.menu-btn.navbar-toggle {
    display: block;
    color: #59595c;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    margin: 30px 0 0;
    border: none;
    position: relative;
    float: right;
    border-radius: 4px;
    font-family: 'Lato', sans-serif !important;
    background-color: transparent;
    background-image: none;
  }
  .header_logo {
    padding-left: 35px;
  }
  .custom-menu-primary {
    display: none;
  }
  .open_menu nav.pushy {
    -webkit-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
  }
  .open_menu .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
  }
  body.open_menu {
    overflow: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    margin-right: 17px !important;

  }

  .custom-menu-mobile .hs-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .custom-menu-mobile .hs-menu-wrapper>ul {
    margin-top: 10px;
  }
  .custom-menu-mobile .hs-menu-wrapper>ul>li>a {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding: 10px 30px;
    display: block;
    color: #b3b3b1;
    text-decoration: none;
    font-style: normal;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul li.hs-item-has-children > a:after{
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    content: "\f105";
    background: 0;
    height: auto;
    width: auto;
    transition: transform .2s;
    position: absolute;
    right: 15px;
  }
  ul.hs-menu-children-wrapper {
    display: none;
  }
  .open_menu .custom-menu-mobile {
    visibility: visible;
  }
  .custom-menu-mobile .hs-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .custom-menu-mobile .hs-menu-wrapper ul ul li a {
    font-size: 20px;
    padding: 10px 30px;
    display: block;
    color: #b3b3b1;
    text-decoration: none;
    font-family: 'lato' !important;
    font-style: normal;
  }
  .custom-menu-mobile .hs-menu-wrapper ul ul {
    padding-left: 15px;
    transition: max-height .2s ease-in-out,visibility .2s ease-in-out;
  }
}
@media(max-width:442px){
  .header_logo {
    padding-left: 0;
  }
  button.menu-btn.navbar-toggle{
    padding-right: 0;
  }
  .header_logo a img {
    width: 200px !important;
  }
  button.menu-btn.navbar-toggle {
    font-size: 12px;
    margin: 35px 0 0;
  }
  nav.pushy {
    width: 300px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer ul {
  margin:0;
  padding:0;
  list-style:none;
}
footer.footer {
  padding: 70px 0 20px;
}
.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer .row {
  margin-right: -15px;
  margin-left: -15px;
}
.footer .col-lg-12 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .footer-logo {
  margin-bottom: 50px;
}

.footer .footer-logo img {
  margin: 0 auto;
  display: block;
}
.footer_col.col_four {
  width: 33.33333333%!important;
}
.footer .footer_col {
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .footer_col .hs-menu-wrapper>ul,
.footer .footer_col.col_three {
  padding-top: 25px;
}
.footer .footer_col .hs-menu-wrapper>ul>li>a {
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
  font-family: Lato, sans-serif !important;
  display: block;
  line-height: 26px;
}
.footer ul.hs-menu-children-wrapper {
  display: block!important;
}
.footer_col.col_three p {
  color: #fff;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 26px;
  font-family: 'Lato';
}
.footer .footer_col .hs-menu-wrapper ul ul li a,
.footer_col.col_three .hs_cos_wrapper ul li a{
  color: #6bc6b2;
  font-family: 'Lato';
  font-style: normal;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  line-height: 20px;
  display: block;
}

.footer .footer_col .hs-menu-wrapper ul ul li,
.footer_col.col_three .hs_cos_wrapper ul li {
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: lowercase;
}
.circle-widget {
  position: relative;
  float: right;
}

.circle-widget img {
  margin-bottom: 50px;
  vertical-align: middle;
  width: 191px !important;
  position: absolute;
  top: 0;
  right: 0;
}

.circle-spin {
  animation-name: spinning-circle;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 191px;
  height: 187px;
  position: relative;
  float: right;
}

.circle-spin img {
  width: 191px !important;
  height: auto;
  vertical-align: middle;
  position:absolute;
}
@-webkit-keyframes spinning-circle {
  0% {-webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  100% {-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center; 
    transform-origin: center;
  }
}
.contact-widget p a {
  color: #6bc6b2;
  font-style: normal;
  font-family: 'Lato' !important;
}
.contact-widget p {
  font-size: 30px;
  color: #6bc6b2;
  text-transform: uppercase;
  margin: 0;
  writing-mode: vertical-lr;
  transform: rotate(
    180deg
  );
  text-orientation: sideways;
  position: absolute;
  top: 0;
  right: -8px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: 'lato' !important;
}
.contact-widget {
  position: relative;
  height: 200px;
}
.footer .copyright-area {
  padding: 70px 0 0;
}
.copyright-area p {
  color: #3d8187;
  font-size: 14px;
  font-family: 'playfair-display', serif !important;
  line-height: 26px;
  margin: 0;
  font-style: normal;
}
.footer .copyright-area p a + a {
  margin-left: 20px;
}

.footer .copyright-area p a {
  color: #3d8187;
}
a.scrollToTop {
  position: fixed;
  display: inline;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 2px;
  background: #c2c6cd;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  text-align: center;
  font-family: 'lato' !important;
}
a.scrollToTop i {
  color: #000000;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
} 

a.scrollToTop i:before {
  content: "\f106";
}
a.scrollToTop:hover i {
  color: #fff;
}
a.scrollToTop:hover {
  background-color: #000;
}
section.alert-section {
  padding: 11px 0 6px;
}
.footer .copyright-area p a {
  font-family: 'playfair-display',serif !important;
}
.alert-section .container {
  width: 100% !important;
  max-width: 1060px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.alert_inner {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.alert-section .news-area p a {
  color: rgba(25,75,102,1.0);
  font-family: 'playfair-display';
}
.alert-section h3 {
  color: #194b66;
  font-size: 24px;
  font-family: 'playfair-display', serif;
  font-weight: 600;
  float: left;
  margin: 0 15px 0 0;
  line-height: 1.2;
}
.alert-section .news-area {
  float: left;
  max-width: calc(100% - 150px);
  max-height: 33px;
  overflow: hidden;
}
.alert-section .news-area p {
  color: #194b66;
  margin: 0;
  font-size: 24px;
  font-family: 'playfair-display', serif;
  line-height: 1.2;
}
.alert-section .news-area p a {
  color: #194b66;
}
@media(max-width:767px){
  .footer .footer_col {
    width: 33.33333333%;
  }
  .alert-section .news-area p {
    font-size: 20px;
  }
  .footer .footer-logo {
    margin-bottom: 25px;
  }
  .footer_col.col_four {
    width: 83.33333333% !important;
    clear: both;
  }
  .footer_col.col_five {
    width: 16.66666667% !important;
  }
  .circle-widget img {
    margin-bottom: 25px;
  }
  a.scrollToTop {
    display: none !important;
  }
  .main_circle_wrap {
    margin: 30px auto 0;
    position: relative;
    width: 191px;
    height: 187px;
  }
  footer.footer {
    padding: 50px 0 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.hs-blog-listing, .hs-blog-post {
  overflow-x: hidden;
}
/* TODO: Find a better place for this */
.content-wrapper {
  position: relative;
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}


@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%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__link {
  color: #59595c;
  display: inline-block;
  padding: 2px 6px;
  text-decoration: none;
  font-family: playfair-display;
}
.sidebar ul.breadcrumb li a:hover {
  color: #6bc6b2;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__link:hover {
  border: none !important;
}
.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__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;
  text-align: center;
}

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.bottom_vertical_menu ul li a:hover {
  background-color: #6bc6b2 !important;
  color: #21465a !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */





.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;
  margin-bottom:20px;
}

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


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



/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* Blog banner */
.blog-banner {
  position: relative;
}


.blog-banner .banner-container {
  position: absolute;
  top: 0;
  padding-top: 130px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100% !important;
  max-width: 1060px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.blog-banner .banner-row {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-banner .title-holder:before {
  content: "";
  display: block;
  background-color: #e1e3e2;
  right: calc(100% - 15px);
  width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.blog-banner .title-holder h1 {
  color: #59595c !important;
  max-width: 800px;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
  font-family: 'playfair-display', serif;
  display: inline-block;
  padding: 0;
  font-style: normal;
}
.blog-banner .banner-title {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-banner .title-holder {
  background-color: #e1e3e2;
  padding: 20px 15px 15px 15px;
}
.blog-banner .cover-area img {
  max-width: 100%;
  vertical-align: middle;
}
.blog-banner .cover-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
section.breadcrumbs-section {
  padding: 20px 0 0;
  background-color: #f3f3f3;
  text-align: center;
}

.breadcrumbs-section .container {
  width: 100% !important;
  max-width: 1060px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumbs-section .row {
  margin-right: -15px;
  margin-left: -15px;
}
.breadcrumbs-section  .col-lg-6 {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.breadcrumbs-section ul.breadcrumb {
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}
.breadcrumbs-section ul.breadcrumb li {
  text-transform: lowercase;
  font-size: 15px;
  color: #8b8c8e;
  letter-spacing: 1px;
  display: inline-block;
  font-style:normal;
  font-family: 'lato' !important;
}
.breadcrumbs-section ul.breadcrumb li a {
  color: #8b8c8e !important;
  font-family: 'lato' !important;
}
.breadcrumbs-section ul.breadcrumb li:last-child:before {
  content: "/\00a0";
  color: #8b8c8e;
  padding: 0;
}
section.must-section {
  padding: 125px 0 100px;
  background-color: #f3f3f3;
  text-align: center;
}
.must-section .row {
  margin-right: -15px;
  margin-left: -15px;
}
.must-section .col-lg-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.must-section .text-area h2 {
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  position: relative;
  color: #59595c;
  margin: 0 0 15px 0;
  background: none;
  font-family: 'playfair-display', serif;
  font-weight: normal;
  margin-bottom: 23px;
}

.blog-sidebar-topic-filter {
  position: relative;
  margin-bottom: 55px;
}

.popular_post_inner {
  padding: 0 10px;
}
.popular_post_wrapper a {
  display: block;
  background-color: #e0e2e1;
  color: #333333;

}
.hs-blog-post .must-section {
  background-color: transparent !important;
  padding: 0 !important;
}
.image-box {
  height: 180px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-box img {
  width: 100%;
  height: 100%;
  min-height:192px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  left: 50%;
  vertical-align: middle;
}
.title-box {
  min-height: 115px;
  position: relative;
}
.popular_post_wrapper a:hover {
  background-color: #6bc6b2;
  color: #fff;
}
.popular_post_wrapper a:hover img {
  opacity: 0.9;
}
.popular_post_wrapper .title-box p {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-family: 'lato' !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.must-section  .link-area {
  padding-top: 35px;
}
.must-section .link-area a {
  font-style: normal;
  color: #231f20;
  font-size: 20px;
  font-family: 'playfair-display', serif;
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
}
.must-section .link-area a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 18px solid #fcb614;
  margin-left: 7px;
}
.must-section .link-area a:hover:after {
  border-bottom: 18px solid #6bc6b2;
}
section.recent-section{
  background-image:url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/images/bg-recent.png);
  padding: 100px 0 75px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  border-bottom: 2px solid #617984;
  position: relative;
}
.recent-section .container {
  max-width: 1100px;
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.recent-section .col-lg-5 {
  width: 41.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.recent-section .article-area {
  padding-top: 50px;
  max-width: 415px;
}
.recent-section .article-area h2 {
  margin-bottom: 20px;
  position: relative;
  padding-right: 30px;
  font-size: 36px;
  line-height: 1.2;
  color: #59595c;
  margin: 0 0 15px 0;
  background: none;
  font-family: 'playfair-display', serif;
  font-weight: normal;
  font-style: normal;
}
.recent-section .article-area h2:after {
  border-top: 15px solid transparent;
  border-left: 18px solid #fcb614;
  border-bottom: 15px solid transparent;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
}
.recent-section .article-area p.date-category {
  border: 2px solid #627a84;
  border-left: none;
  border-right: none;
  padding: 10px 5px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'lato' !important;
}
.recent-section .article-area p{
  line-height: 1.35;
}
.recent-section .article-area h3 a{
  color: #59595c !important;
  font-style:normal;
}
.recent-section .article-area h3 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  color: #59595c;
  margin: 0 0 15px 0;
  background: none;
  line-height: 1.3;
  font-style:normal;
}
.recent-section .article-area a.button {
  margin: 30px auto 20px;
  display: block;
  max-width: 270px;
  color: #627a84;
  padding: 10px 20px 13px;
  border: none;
  background-color: #eceded;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'lato' !important;
}
.recent-section .article-area h3 a {
  font-family: 'Lato',sans-serif;
}
.recent_listing_count {
  text-align: left !important;
  line-height: 1.35;
  font-family: 'lato' !important;
  font-size: 16px;
  margin-bottom: 15px;
}
.recent-section .article-area p {
  line-height: 1.35;
  text-align: center;
}
.recent-section .article-area a.button:hover {
  background-color: #627a84;
  color: #ffffff;
}
.recent-section .article-area p.view-all a {
  text-align: center;
  line-height: 1.35;
  position: relative;
  font-size: 24px;
  margin-bottom: 15px;
  font-style: normal !important;
  font-family: 'playfair-display' !important;
}
.recent-section .col-lg-7 {
  width: 58.33333333%;
  float:left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.recent-section .image-area {
  max-width: 560px;
  margin-left: 20px;
  position: relative;
  float: right;
}
.recent-section .image-area img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  min-height: 530px;
  vertical-align: middle;
}
.recent-section .image-area:after {
  content: "";
  background-color: #e0e2e1;
  display: block;
  left: 100px;
  top: -60px;
  width: calc(100% - 25px);
  position: absolute;
  height: 100%;
}
.blog-section {
  padding: 200px 0 80px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.blog-section .row {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-section .container {
  max-width: 1050px;
  width:100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.blog-section  .col-lg-12{
  width: 100%;
  float:left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-section .text-area {
  text-align: center;
}
.blog-section .text-area h2 {
  font-size: 36px;
  line-height: 1.2;
  position: relative;
  color: #59595c;
  margin: 0 0 15px 0;
  background: none;
  font-family: 'playfair-display', serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 40px;
}


.blog-index__post {
  width: 33.33333333%;
  padding: 0 10px;
  float: left;
}


.recent-section:after {
  content: "";
  display: block;
  width: 75px;
  height: 45px;
  background: url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/images/recent-arrow.png) no-repeat center top;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
h3.smaple_post_title a {
  font-family: 'lato' !important;
  color: #59595c !important; 
}
h3.smaple_post_title a:hover{
  color: #6bc6b2 !important; 
}
}
.blog-section .blog-indexl {
  position: relative;
  margin-bottom: 75px;
}
.blog-section .image-box_post_image {
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 15px;
  display:block;
  position: relative;
}
.blog-section  p.date-category a {
  color: #59595c !important;
}
.recent-post-item {
  float: left;
  height: 100%;
  min-height: 1px;
  width: 250px;
  margin-bottom: 10px;
}

.recent-post-item a {
  display: block;
  position: relative;
}

.recent-hs-featured-image-wrapper img {
  height: 240px;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
.caption-box {
  background-color: #e0e2e1;
  padding: 20px 15px;
  min-height: 115px;
}
.widget.vertical-menu img {
  max-width: 100%;
  vertical-align: middle;
}
.widget.vertical-menu li.team-cta a strong {
  font-family: 'playfair-display' !important;
}
.widget.vertical-menu li.team-cta a {
  text-transform: initial;
  color: #333;
  font-size: 16px;
  background-color: #e0e2e1;
  padding: 20px 15px;
  display: block;
  font-family: 'lato' !important;
}
.widget.vertical-menu li.team-cta a:hover{
  background-color: #6bc6b2 !important;
}
.widget.vertical-menu  ul li {
  display: block;
  font-weight: 500;
  margin: 0 0 8px;
  background: #f3f3f3;
  text-align: center;
}
.bottom_vertical_menu {
  padding-bottom: 0;
}

.bottom_vertical_menu ul li a {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #59595c;
  padding: 15px;
  display: block;
  font-family: 'lato' !important;
}
.vertical-menu h3 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  color: #59595c;
  margin: 0 0 15px 0;
  background: none;
  font-family: 'playfair-display', serif;
}
.vertical-menu {
  position: relative;
  margin-bottom: 55px;
}
.widget.vertical-menu  ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.caption-box p {
  color: #333333;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'lato' !important;
}
.blog-section p.date-category {
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: #fff;
  margin: 0;
  padding: 12px 25px 12px 15px;
  font-weight: 500;
  color: #59595c;
  font-style: normal;
  font-family: 'lato' !important;
  line-height: 1.5;
  font-size: 16px;
}
.blog-section p.date-category a:first-child {
  margin: 0;
}
.blog-section p.date-category a {
  font-family: 'playfair-display',sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 30px;
}
.blog-section  h3.smaple_post_title {
  font-family: 'lato' !important;
  font-style: normal;
  color: #59595c;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}
section.family-section {
  background-color: #ffffff;
  padding: 70px 0 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  overflow: hidden;
  background-image:url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/images/bg-family.png);
}
.family-section .container {
  width: 100% !important;
  max-width: 1060px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.family-section  .link-area {
  padding-top: 50px;
}
.family-section .link-area a {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  background-color: #6bc6b2;
  padding: 0 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  font-family: 'playfair-display', serif;
  height: 40px;
  line-height: 43px;
  display: inline-block;
  font-style:normal;
}
.family-section .link-area a:hover {
  background-color: #fcbe2d;
}
.family-section .link-area a:hover:before {
  background-color: #fcbe2d;
}
.family-section .text-area {
  clear: both;
  text-align: right;
}
.family-section .text-area p:first-child {
  font-size: 24px;
  font-style: normal;
  font-family: 'playfair-display', serif;
  padding-right: 35px;
  margin-bottom: 7px;
  position: relative;
  line-height: 1.5;
}
.family-section .link-area a:before {
  content: "";
  display: block;
  background-color: #6bc6b2;
  height: 40px;
  right: 100%;
  width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.family-section .col-lg-6 {
  width:50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.family-section .text-area h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
  color: #59595c;
  margin: 0 0 15px 0;
  background: none;
  font-family: 'playfair-display', serif;
  font-weight: normal;
  font-style: normal;
}
.family-section .button-area {
  position: relative;
  padding: 8px 0 0 45px;
  max-width: 440px;
  float: right;
  clear: both;
  display: inline-block;
}
.family-section .button-area:before {
  content: "";
  display: block;
  width: 34px;
  height: 67px;
  background: url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/images/icon-arrow.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
}
.family-section .button-area a.button:hover {
  background-color: #6bc6b2;
  color: #ffffff;
}
.family-section .button-area a.button {
  width: 100%;
  max-width: 340px;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  background-color: #eceded;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  color: #627a84;
  float: right;
  padding: 10px 25px 13px;
  min-width: 350px;
  display: inline-block;
  font-family: 'lato' !important;
  font-style: normal;;
}
.form-section {
  padding: 85px 0 95px;
  background-color: #eff3f4;
  position: relative;
  overflow: hidden;
}
.hs-blog-listing .hs_cos_wrapper_type_password_prompt, 
.hs-blog-listing .hs-search-field__bar, 
.hs-blog-listing .hs_cos_wrapper_type_form,
.hs-blog-listing .widget-type-blog_subscribe, 
.hs-blog-listing .widget-type-google_search,
.hs-blog-listing .widget-type-password_prompt.custom_error_message, 
.hs-blog-listing .widget-type-email_simple_subscription, 
.hs-blog-listing .section.post-footer form, 
.hs-blog-listing .hs_cos_wrapper_type_member_login,
.hs-blog-listing .hs_cos_wrapper_type_member_register,
.hs-blog-listing .hs_cos_wrapper_type_password_reset_request, 
.hs-blog-listing .hs_cos_wrapper_type_password_reset {
  max-width: inherit;
  background-image: inherit;
  background-repeat: inherit;
  background-size: inherit;
  position: inherit;
  background-position: inherit;
  display: inherit;
  min-height: inherit;
  min-width: inherit;
  padding: inherit;
  background-color: inherit;
}
.form-section img.bg-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  min-width: 100%;
  min-height: 100%;
} 
.form-section .container {
  width: 100% !important;
  max-width: 1060px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.form-section  .col-lg-12 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.form-section .text-area {
  text-align: center;
}
.form-section .text-area p {
  font-size: 24px;
  color: #333333;
  margin: 0 0 5px;
  position: relative;
  line-height: 1.5;
  font-style: normal;
  font-family: 'playfair-display', serif;
}
.form-section .text-area h2 {
  color: #333333;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 15px 0;
  background: none;
  font-family: 'playfair-display', serif;
  font-style: normal;
}
.blog-post-main-wrapper {
  padding: 50px 0 60px;
  position: relative;
}
.blog-post-wrapper {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-post blockquote p {
  font-family: 'lato' !important;
  font-size: 18px;
  margin: 0;
  color: #59595c;
  text-transform: uppercase;
  position: relative;
  line-height: 1.5;
}
ul.category_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

ul.category_list li {
  display: inline-block;
  text-transform: uppercase;
}
ul.category_list li {
  display: inline-block;
  padding: 0 5px;
  text-transform: uppercase;
}

a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  color: rgba(107,198,178,1.0) !important;
}
.blog-post.no-image ul li:first-child {
  padding-right: 0;
}
h3.smaple_post_title a {
  font-family: 'lato' !important;
  text-transform: uppercase;
}
.blog-post blockquote {
  text-align: center;
  padding: 6px 10px 10px;
  position: relative;
  margin: 0 auto 30px;
  border: 2px solid #627a84;
  border-left: none;
  border-right: none;
  max-width: 450px;
  font-size: 17.5px;
  font-family: 'lato' !important;
  font-style: normal;
  display: flex;
  justify-content: center;
}
.blog-post  section.must-section {
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.blog-post {
  padding-right: 20px;
}
h1.blog-post__title {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 20px;
  font-size: 36px;
  line-height: 1.2;
  font-family: 'playfair-display', serif;
  font-weight: normal;
  position: relative;
  color: #59595c;
}
p.share-link {
  text-align: center;
  font-family: 'playfair-display', serif;
  color: #59595c;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.5;
  font-style: normal;
}
.blog-post__body p {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 15px;
}
.post-featured-image img {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  display: block;
  vertical-align: middle;
  width: 100%;
}
.hs-blog-post .header {
  background-color: transparent;
}
.hs-blog-post .header__inner {
  background-color: transparent;
  border-bottom: transparent;
}
.hs-blog-post .header__inner.stick {
  background: #fff;
}
.sidebar_wrapper {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 0;
}
.sidebar ul.breadcrumb {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border-radius: 0;
  text-align: center;
  list-style: none;
}
.sidebar ul.breadcrumb li {
  text-transform: lowercase;
  font-size: 15px;
  color: #8b8c8e;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'lato' !important;
}
.blog-sidebar-topic-filter .block h3 {
  text-align: center;
  font-weight: 600;
  position: relative;
  color: #59595c;
  margin: 0 0 15px 0;
  background: none;
  font-family: 'playfair-display', serif;
  line-height:1.3;
}
.blog-sidebar-topic-filter .block ul li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #59595c;
  padding: 15px;
  display: block;
  font-family: 'lato' !important;
}
.blog-sidebar-topic-filter .block ul li {
  display: block;
  font-weight: 500;
  margin: 0 0 8px;
  background: #f3f3f3;
  text-align: center;
}
.blog-sidebar-topic-filter .block ul li a:hover {
  background-color: #6bc6b2 !important;
  color: #21465a !important;
}
.blog-sidebar-topic-filter .block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-post__body a {
  font-family: 'lato' !important;
}
.blog-post__body p {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'lato' !important;
}
.sidebar ul.breadcrumb li a {
  color: #8b8c8e;
  font-family: 'lato' !important;
}
.sidebar ul.breadcrumb li:first-child:before{
  display:none;
}
.sidebar ul.breadcrumb li:before {
  content: "/\00a0";
  color: #8b8c8e;
  padding: 0;
}
.hs-blog-post {
  background: url(//2886643.fs1.hubspotusercontent-na1.net/hubfs/2886643/raw_assets/public/Metric_Marketing_june2021/images/single-post-header.png) no-repeat top center;
}
span.filter-link-count {
  display: none;
}
ul.related-post-item li {
  padding-left: 0 !important;
  height: auto !important;
  margin-bottom: 10px !important;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  width: 99% !important;
  padding-right: 0 !important;
  overflow: hidden;
  float: left;
  font-family: 'lato' !important;
}
ul.related-post-item {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: left;
}
.Related_posts h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  color: #59595c;
  margin: 0 0 15px 0;
  background: none;
  font-family: 'playfair-display', serif;
}
.Related_posts {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
.rp4wp_component.rp4wp_component_title.rp4wp_component_2 a {
  text-decoration: none !important;
  font-weight: bold;
  border: 0 !important;
  color: #6bc6b2;
  font-family: 'lato' !important;
}
.rp4wp_component.rp4wp_component_title.rp4wp_component_2 a:hover {
  color: #21465a;
}
.rp4wp_component.rp4wp_component_excerpt.rp4wp_component_3 p {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'lato' !important;
}
.rp4wp_component.rp4wp_component_title.rp4wp_component_2 {
  font-weight: 600;
  height: auto !important;
  padding: 0 !important;
  box-sizing: border-box;
  float: left;
  overflow: hidden !important;
  width: 100% !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

element.style {
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  font-family: 'Lato', sans-serif !important;
}

.slick-dots li button:before {
  font-size:14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.slick-dots li.slick-active button:before {
  color: #7b95a2;
}
ul.slick-dots {
  position: static;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 55px;
}
.slick-dots li button:before {
  font-size: 14px;
  color: #eceded;
  opacity: 1;
  content: "\f111";
}
.slick-dots li button:before {
  font-size: 14px;
  color: #eceded;
  opacity: 1;
  content: "\f111";
}

.form-area .hs_cos_wrapper_type_password_prompt,
.form-area  .hs-search-field__bar, 
.form-area .hs_cos_wrapper_type_form,
.form-area  .widget-type-blog_subscribe, 
.form-area .widget-type-google_search, 
.form-area .widget-type-password_prompt.custom_error_message,
.form-area .widget-type-email_simple_subscription, 
.form-area .section.post-footer form, 
.form-area .hs_cos_wrapper_type_member_login,
.form-area  .hs_cos_wrapper_type_member_register, 
.form-area .hs_cos_wrapper_type_password_reset_request,
.form-area  .hs_cos_wrapper_type_password_reset {
  max-width: inherit;
  background-image:inherit;
  background-repeat: inherit;
  background-size: inherit;
  position: inherit;
  background-position:inherit;
  display: inherit;
  min-height: inherit;
  min-width: inherit%;
  padding: inherit;
  background-color: inherit;
}
.must-section .text-area h2:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  height: 2px;
  width: 115px;
  background-color: #627a83;
}
.blog-pagination-wrapper {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border:none !important:
    color: rgba(107,198,178,1.0) !important;
}
.blog-pagination_inner {
  margin: 70px 0 0;
  text-align: center;
  font-family: 'playfair-display', sans-serif;
  font-size: 20px;
}
.caption-box:hover {
  background:#6bc6b2 !important;
  color: #59595c!important;
}
.caption-box {
  text-align: center;
  display: block;
}
.blog-section h3.smaple_post_title {
  margin-bottom: 75px;
}
.form-section .form-area form fieldset {
  max-width: 100%;
}
.form-section .form-area fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
  float: left;
  margin-bottom: 10px;
}
.form-section .form-area form ::-webkit-input-placeholder {
  color: #59595C;
}
.form-section .form-area form fieldset.form-columns-3 .input {
  margin: 0 4px;
}
.form-section .form-area form textarea.hs-input {
  width: 98%;
  margin: 0 4px;
}
.form-section .form-area form fieldset.form-columns-1 .input {
  margin-right: 8px;
}
.form-section .form-area form textarea.hs-input {
  height: 110px;
  line-height: 28px;
  letter-spacing: .5px;
  resize: none;
}
.form-section .form-area form fieldset.form-columns-1 textarea.hs-input {
  width: 98% !important;
  margin: 0 4px;
}
.form-section .form-area .actions:before {
  position: absolute;
  top: 17px;
  content: "";
  display: block;
  background-color: #FCB614;
  right: 2%;
  width: 125px;
  height: 13px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.form-area .actions {
  text-align: right;
  padding: 0;
  position: relative;
}.form-section .hs-form label {
  display: none;
}
.form-section .form-area form .hs_message {
  margin-bottom: 10px;
}
.form-section .hs_cos_wrapper_type_form {
  margin: 0;
}
.form-section .form-area form textarea.hs-input {
  vertical-align: top;
}
.alert-section .news-area p a {
  font-family: inherit;
}
.form-section .hs-input {
  padding: 11px 15px;
}
.form-section .form-area .actions:hover:before {
  background-color: #6BC6B2;
}
.form-section .form-area form label.hs-error-msg {
  display: block;
  color: #333333;
  font-weight: normal;
  margin: 0;
  font-family: 'Lato', sans-serif !important;
  font-size: 18px;
  line-height: 1.42857143;
}
.form-section .form-area form input[type="submit"] {
  border: none !important;
  color: #231F20;
  padding: 0 50px 0 10px;
  text-transform: none;
  background: none !important;
  box-shadow: none !important;
  text-shadow: none;
  font-family: 'playfair-display', serif;
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 2%;
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-style: normal;
  line-height: 1.9;
  font-weight: 500;
}
.blog-post__tag-link, .blog-post__tags {
  text-align: center !important;
}
.blog-post__tag-link:hover, .blog-post__tags:hover {
    color: #6bc6b2 !important;
}
p.share-link a {
  color: #59595c !important;
}
.blog-post__tag-link, .blog-post__tags {
    font-size: 18px;
    line-height: 24px;
    color: #59595c !important;
}
p.share-link span {
  font-family: 'playfair-display' !important;
}

.blog-banner > img {
    min-width: 100%;
    min-height: 300px;
}
@media(max-width:1199px){
  .blog-post-wrapper {
    width: 66.66666667%;
  }
  .sidebar_wrapper {
    width: 33.33333333%;
  }
  .recent-section .col-lg-5,
  .recent-section .col-lg-7{
    width: 50%;
  }
}
@media (max-width: 991px) {
  .form-section {
    padding: 75px 0;
  }

  .blog-sidebar-topic-filter .block h3 {
    font-size: 22px;
  }
  h1.blog-post__title {
    font-size: 30px;
  }
  .family-section .col-sm-12 {
    width: 100%;
  }
  .form-section .text-area h2 {
    line-height: 1.3;
  }
  .blog-section h3.smaple_post_title {
    margin-bottom: 50px;
  }
  .blog-index__post {
    width: 50%;
  }
  .blog-section {
    padding: 100px 0 50px;
  }
  .blog-section .text-area h2,
  .recent-section .article-area h2{
    font-size: 28px;
    line-height: 1.3;
  }
  .recent-section .image-area img {
    min-height: 400px;
  }
  .recent-section .image-area {
    margin-top: 40px;
  }
  section.family-section {
    padding: 50px 0 80px;
  }
  .blog-pagination_inner {
    margin: 0 0 0;
  }
}
@media (max-width: 767px) {
  .form-section {
    padding: 50px 0;
  }
  .breadcrumbs-section .col-lg-6 {
    width: 100%;
  }
  .blog-banner .banner-title {
    width: 100%;
  }
  .sidebar_wrapper {
    width: 100%;
  }
  .blog-post-wrapper {
    width: 100%;

  }
  .sidebar {
    margin-top: 40px;
  }
  .blog-index__post {
    width: 100%;
  }
  .recent-section .article-area p {
    margin-bottom: 15px;
  }
  .recent-section .col-lg-5,
  .recent-section .col-lg-7 {
    width: 100%;
  }
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .form-section .form-area form fieldset.form-columns-1 textarea.hs-input {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.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: #EDEFF2;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 10px 20px;
  font-size: 14px;
}
.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 .widget-type-email_simple_subscription .hs-input{
  width: 100% !important;
}
.systems-page form{
  max-width:750px;
  width:100%;
}
.systems-page ul.no-list{
  padding:0;
}
.systems-page .hs-input{
  margin-bottom:18px;
}
#hs-pwd-widget-password{
  height:auto !important;
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,
.hs_cos_wrapper_type_member_login ,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  max-width:750px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center top;
  display: block;
  padding: 20px;
  background-color: #eff3f4;
  margin-bottom: 15px;
}
@media (max-width:767px){
  .systems-page h2{
    font-size: 35px;
  }
  .systems-page h1{
    font-size: 40px;
  }
  
}
@media (max-width:480px){
  .systems-page h2{
    font-size: 25px;
  }
  .systems-page h1{
    font-size: 28px;
  }
}