/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section > .row-fluid {
  padding-left:20px;
  padding-right:20px;
  width: 100%;
}

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

@media (max-width: 1024px) {
  .body-wrapper .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: Cerebri;
  src: url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20400/CerebriSans-Regular.eot") format("embedded-opentype"), 
    url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20400/5a23276.woff") format("woff"),
    url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20400/CerebriSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Cerebri;
  src: url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20500/CerebriSans-Medium.eot") format("embedded-opentype"), 
    url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20500/af97c33.woff") format("woff"), 
    url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20500/CerebriSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Cerebri;
  src: url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20800/CerebriSans-Bold.eot") format("embedded-opentype"), 
    url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20800/001c491.woff") format("woff"),
    url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20800/CerebriSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: Cerebri;
  src: url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20900/CerebriSans-ExtraBold.eot") format("embedded-opentype"), 
    url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20900/6fa142e.woff") format("woff"),
    url("https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/Mitto_June2020/Fonts/Cerebri%20900/CerebriSans-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
font-size: 24px;
} */

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  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: 15px;
  line-height: 1.25;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

blockquote {
  margin:16px 40px;
}

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

@media (max-width: 479px) {
  .body-wrapper h1 {
    font-size: 45px;
  }
}

/* @media (max-width: 767px) {
html {
font-size: 18.0px
}
}

@media (max-width: 480px) {
html {
font-size: 14.399999999999999px
}
} */
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
  border:1px solid;
  padding:20px;
}

h3.form-title {
  margin-bottom: 0;
  padding: 20px 20px 10px 20px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.03;
  text-align: center;
}

.body-wrapper ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: block;
  color: red;
}

.body-wrapper ul.no-list.hs-error-msgs.inputs-list li {
  line-height: inherit;
}

.body-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}

.hs-button {
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-top: 15px;
  height: auto;
  white-space: normal;
  text-align: center;
  outline: 0;
  -webkit-transition: background .2s;
  transition: background .2s;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Arial;
  letter-spacing: normal;
  line-height: normal;
  border-style: solid;
  position: relative;
  white-space: normal;
}

.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 {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password {
  background-color: transparent;
  color: #24222b;
  font-weight: 500;
  line-height: 1.25;
  font-family: Cerebri,sans-serif;
  font-size: 16px;
  padding: 1px 2px;
  padding-bottom: 5px;
  width: 100% !important;
  border: none;
  border-bottom: 1px solid;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  -webkit-box-shadow: 0 0 0 red;
  box-shadow: 0 0 0 red;
  height: 27px !important;
}

.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus {
  outline: none;
}

.hs-input::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder {
  color: #24222b;
  opacity: 1;
}

.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: 45px;
}

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

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 767px) {
  form {
    max-width:100%;
    width:100%;
    margin:0 0 35px 0;
  }
}

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

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

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

/* .hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
} */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.lp.custom-footer {
  padding: 0;
}

.lp .custom-footer-bottom {
  margin: 0;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-header {
  line-height: normal;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
}

.header-top-bar {
  position: fixed;
  right: 0;
  z-index: 3;
}

.header-top-bar a {
  text-decoration: none !important;
}

.header-top-bar {
  -webkit-transition: background .2s;
  transition: background .2s;
  padding: 18px 40px;
  border-radius: 0 0 0 10px;
  pointer-events: all;
}

.header-top-bar span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.custom-header .header__container {
  width: 100%;
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 32px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.custom-header .header__container:before {
  content: "";
  top: -100vh;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  position: absolute;
  display: block;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 0;
}

.scroll-header .custom-header .header__container:before {
  opacity: 1;
}

.header-hide .custom-header {
  pointer-events: none;
}

.header-hide .custom-header .header__container {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}

.custom-logo {
  max-width: 170px;
  position: relative;
}

.custom-logo .desktop-logo {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
}

.custom-logo .desktop-logo a {
  border: none !important;
  text-decoration: none !important;
}

.custom-logo .desktop-logo a img {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: auto !important;
  border: none !important;
}

.custom-logo .mobile-logo {
  display: none !important;
}
.no-banner .header-container-wrapper {
  min-height: 125.7px;
}
/* media query */

@media (min-width: 1025px) {
  .mobile-trigger {
    display:none !important;
  }
}

@media (max-width: 1024px) {
  .header-top-bar {
    display: none !important;
  }

  .custom-header .header__container {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .custom-logo .desktop-logo {
    display: none !important;
  }

  .custom-logo .mobile-logo.header-logo {
    display: block !important;
  }

  .custom-logo .mobile-logo.header-logo a {
    border: none !important;
    text-decoration: none !important;
  }

  .custom-logo .mobile-logo.header-logo a img {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    width: auto !important;
    border: 0 !important;
  }

  .mobile-trigger {
    width: 42px;
    height: 34px;
    position: relative;
    margin-left: auto;
    cursor: pointer;
    display: block;
    z-index: 9;
  }

  .mobile-trigger img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 34px;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    max-width: none !important;
  }

  .mobile-trigger img.nav-close {
    opacity: 0;
  }

  .mobile-open .mobile-trigger img.nav-open {
    opacity: 0;
  }

  .mobile-open .mobile-trigger img.nav-close {
    opacity: 1;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-trigger img.nav-open {
    max-width: 34px !important;
  }
  .no-banner .header-container-wrapper {
    min-height: 59px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}

.footer__container {
  padding: 0 20px;
  margin: 0 auto;
}

.custom-footer {
  padding: 85px 0 0;
  overflow: hidden;
  position: relative;
  line-height: normal;
}

.custom-footer-bottom {
  margin-top: 17px;
  position: relative;
  z-index: 2;
  padding: 10px 0;
}

.custom-footer .footer__container {
  width: 100%;
}


.custom-footer .bottom-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-footer-copyright {
  width: 100%;
}

.custom-footer-copyright > div > span.hs_cos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-footer-copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-footer-copyright ul li {
  margin-left: 18px;
  line-height: inherit;
}

.custom-footer-copyright ul li a {
  -webkit-transition: color .15s;
  transition: color .15s;
  font-size: 13px;
  text-decoration: none !important;
}

.custom-footer-copyright p {
  font-size: 13px;
  margin: 0;
}

.custom-footer-middle {
  margin-top: 132px;
  margin-bottom: 40px;
}

.custom-footer-middle .middle-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-footer-social-icons {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__Scroll {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 85px;
}

.footer__Scroll a#back-to-top {
  text-decoration: none !important;
  -webkit-transition: color .2s,-webkit-transform .2s;
  transition: color .2s,-webkit-transform .2s;
  transition: color .2s,transform .2s;
  transition: color .2s,transform .2s,-webkit-transform .2s;
}

.footer__Scroll:hover a#back-to-top {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.custom-footer-social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-social-icons ul li {
  margin-left: 18px;
}

.custom-footer-social-icons ul li:first-child {
  margin-left: 0;
}

.custom-footer-social-icons ul li a {
  text-decoration: none !important;
}

.footer__Social svg {
  -webkit-transition: .2s;
  transition: .2s;
}

.custom-footer-contact-email-no ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-footer-contact-email-no ul li {
  margin-bottom: 13px;
}

.custom-footer-contact-email-no ul li:last-child {
  margin-bottom: 0;
}

.custom-footer-contact-email-no ul li a {
  -webkit-transition: color .2s;
  transition: color .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.73;
  height: 30px;
}

.custom-footer-contact-email-no ul li a span {
  height: auto;
}

.custom-footer-contact-email-no svg {
  -webkit-transition: color .2s;
  transition: color .2s;
  margin-right: 14px;
  height: auto;
  vertical-align: middle;
  opacity: 1;
}

.custom-footer-top .top-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-logo a {
  border: none !important;
  text-decoration: none !important;
}

.custom-footer-logo a img {
  max-width: 170px;
  height: auto;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
  width: auto !important;
  border: none !important;
}

.footerInfo p {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.77;
}

.footerInfo p b {
  font-weight: 700;
}

.custom-footer-menu {
  margin-left: 20%;
  width: 100%;
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  max-width: 160px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10%;
  line-height: inherit;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  -webkit-transition: color .2s;
  transition: color .2s;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li {
  margin-top: 4px;
  line-height: inherit;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li:first-child {
  margin-top: 23px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  -webkit-transition: color .2s;
  transition: color .2s;
  font-size: 13px;
  text-decoration: none !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:first-child {
  margin-left: 0;
}

.footer-Visual img {
  position: absolute;
  max-width: 897px !important;
  pointer-events: none;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: auto !important;
  opacity: 1;
}

.custom-footer-menu .hs-menu-wrapper li.active>a {
  color: #E72479;
}

/* media query */

@media (max-width: 1120px) and (min-width: 1025px){
  .custom-footer-menu {
    margin-left: 10%;
  }
}

@media (max-width: 1024px) {
  .custom-footer {
    padding: 40px 0 0;
  }

  .footer-Visual img {
    display: none !important;
  }

  .custom-footer-top .top-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-footer-menu {
    display: block;
    margin: 0 auto;
    max-width: 420px;
    text-align: center;
  }

  .custom-footer-menu .hs-menu-wrapper>ul {
    display: block;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    padding: 0;
    margin: 47px auto 0!important;
  }

  .custom-footer-middle {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .custom-footer-middle .middle-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-footer-social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 47px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .custom-footer-social-icons ul li {
    margin: 0 10px;
  }

  .footer__Scroll {
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
    bottom: 0;
    margin: 44px auto 0;
    left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .custom-footer-contact-email-no {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .custom-footer-contact-email-no ul li {
    margin-bottom: 34px;
  }

  .custom-footer-contact-email-no ul li a {
    display: block;
    text-align: center;
    height: auto;
  }

  .custom-footer-contact-email-no ul li a span {
    display: block;
    text-align: center;
    margin-bottom: 7px;
  }

  .custom-footer-contact-email-no svg {
    margin: 0 auto;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 15px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }

  .custom-footer .bottom-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .custom-footer-copyright>div>span.hs_cos_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .custom-footer-copyright p {
    margin-top: 10px;
    text-align: center;
  }

  .custom-footer-copyright ul {
    margin: 0 auto;
    text-align: center;
  }

  .custom-footer-copyright ul li:first-child {
    margin-left: 0;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li {
    margin-top: 6px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-top: 26px;
  }

  .footerInfo p {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 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 */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.blog-header {
  background-color: transparent;
  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;
  }
}

.custom-blog-group-page {
  line-height: normal;
  padding-top: 151px;
  background-color: #f6f7f7;
}

.custom-blog-recent-posts-banner {
  display: block;
  width: 100%;
}

.banner-recent-post-link {
  text-decoration: none !important;
  padding: 80px 0 120px;
  position: relative;
  display: block;
}

.recent-banner-image img.recent-featured-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.recent-banner-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(0,0,0,.71);
  z-index: 2;
}


.custom-blog-recent-posts-banner .content-wrapper.recent-wrapper {
  position: relative;
  text-align: center;
  z-index: 3;
}

.blogHero__Cat {
  font-size: 18px;
  font-weight: 800;
  line-height: 2.39;
  color: #e72479;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blogArticle__Info--Hero {
  font-size: 12px;
  line-height: 1.58;
  color: #fff;
  margin-top: 36px;
  margin-bottom: 0;
}

.blogArticle__Info--Hero span.blogArtice__Date {
  display: inline-block;
}

.recent-banner-content {
  max-width: 600px;
  margin: 20px auto 0;
}

.recent-banner-content h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  -webkit-transition: color .15s;
  transition: color .15s;
  margin-bottom: 0;
}

.blogHero__Lead {
  margin-top: 20px;
  color: #fff;
  -webkit-transition: color .15s;
  transition: color .15s;
  font-size: 18px;
}

.blogHero__Lead p {
  color: #fff;
  -webkit-transition: color .15s;
  transition: color .15s;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.recent-read-more {
  margin-top: 34px;
  font-size: 13px;
  font-weight: 800;
  color: #e72479;
  display: inline-block;
}

.banner-recent-post-link:hover .recent-banner-content h3 {
  color: #e72479;
}

.custom-blog-search-group {
  padding: 26px 0;
  background-color: #fff;
  line-height: normal;
} 

.blog-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
}

.search-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  border-bottom: 1px solid rgba(0,0,0,.2);
  width: 100%;
  position: relative;
}

.search-input-wrapper .hs-search-field__input {
  border: none;
  background: transparent;
  font-size: 18px;
  color: #0a0a0a;
  font-family: Cerebri,sans-serif;
  padding-right: 40px;
  padding: 1px 2px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 400;
  box-shadow: none !important;
  height: auto !important;
}

.body-wrapper .search-input-wrapper .hs-search-field__input::placeholder {
  display: none !important;
}

.search-input-wrapper .hs-search-field__input:focus {
  outline: none;
}

.search-input-wrapper svg {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.search-input-wrapper .hs-search-field__input:focus ~ svg {
  opacity: 0;
}

.blog-search-form form button {
  margin-left: 46px;
  height: 55px;
  min-width: 200px;
  background-color: #f6f7f7;
  border-radius: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  border: none;
  outline: 0;
  text-decoration: none !important;
}

.blog-search-form form button svg {
  display: none !important;
}

.blog-search-form form button {
  margin-left: 46px;
  height: 55px;
  min-width: 200px;
  background-color: #f6f7f7;
  border-radius: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  border: none;
  outline: 0;
  text-decoration: none !important;
  line-height: normal;
  font-family: Arial;
  font-weight: 400;
}

.blog-search-form form button svg {
  display: none !important;
}

.blog-search-form form button:after {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #662482;
  -webkit-transition: color .2s;
  transition: color .2s;
  content: "search";
}

.blog-search-form form button:hover,
.blog-search-form form button:focus {
  background: #e72479;
  outline: 0;
}

.blog-search-form form button:hover:after,
.blog-search-form form button:focus:after {
  color: #fff;
}

.blog-search-form .hs-search-field--open .hs-search-field__suggestions {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

.custom-blog-content-group {
  padding: 50px 0 20px;
  position: relative;
  overflow: hidden;
  line-height: normal;
}

.custom-blog-content-group img.blog-bg-image {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  pointer-events: none;
  opacity: 1;
}

.custom-blog-content-group .content-wrapper {
  max-width: 1015px !important;
}

.blog-index {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item {
  margin: 0 15px 30px;
  width: calc(33.33333% - 30px);
  position: relative;
}

.post-item-link {
  text-decoration: none !important;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-item-content-wrap {
  display: block;
  height: 100%;
}

.blogListingItem {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 12px 3px rgba(0,0,0,.05);
  box-shadow: 0 2px 12px 3px rgba(0,0,0,.05);
  height: 100%;
  position: relative;
}

.blogListingItem__Image {
  position: relative;
}

.blogListingItem__Image:before {
  content: "";
  display: block;
  padding-bottom: 69.4%;
  width: 100%;
  position: relative;
}

.blogListingItem__Image img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
}

.blogListingItem__Image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(231,38,121,.29);
  opacity: 0;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blogArticle__Info--BlogListingItem {
  padding: 22px 20px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blogArticle__Info {
  font-size: 12px;
  line-height: 1.58;
  white-space: nowrap;
}

.blogListLink span {
  -webkit-transition: color .15s;
  transition: color .15s;
}

.blogListingItem__Content {
  padding: 0 20px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blogListingItem__Content h2.post-header {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.19;
  -webkit-transition: color .15s;
  transition: color .15s;
  margin-bottom: 0;
}

.blogListingItem__Lead {
  margin-top: 18px;
}

.blogListingItem__Lead {
  font-size: 14px;
  line-height: 1.29;
  -webkit-transition: color .15s;
  transition: color .15s;  
}
.blogListingItem__Lead p {
  font-size: 14px;
  line-height: 1.29;
  -webkit-transition: color .15s;
  transition: color .15s;
  margin: 0;
}
.blogListingItem__Lead p a {
/*   color: inherit; */
  position: relative;
  z-index: 2;
}

.blogListingItem__Link {
  font-size: 13px;
  font-weight: 800;
  color: #e72479;
  margin-top: 16px;
  display: inline-block;
}

.post-item:hover .blogListingItem__Image:after {
  opacity: 1;
}

.post-item:hover .blogListingItem__Content h2.post-header {
  color: #e72479;
}

.post-item:hover .blogListingItem__Lead,
.post-item:hover .blogListingItem__Lead p {
  color: #e72479;
}

.post-item:hover span {
  color: #24222b;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination .load-more {
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  color: #e72479;
  max-width: 32px;
  border: none;
  background-color: transparent;
  margin: 0 auto;
  display: block;
  width: 32px;
  text-decoration: none;
  line-height: normal;
}

.blog-pagination .load-more svg {
  vertical-align: middle;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
}

.blog-pagination .load-more:hover {
  color: #24222b;
  text-decoration: none;
}

.hs-blog-listing .custom-footer img.footer-Visual {
  display: none !important;
}

/* hs blog post */

.custom-blog-post-banner {
  padding: 80px 0 120px;
  position: relative;
  display: block;
  padding-bottom: 180px;
}

.post-featured-image-wrapper img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.post-featured-image-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(0,0,0,.71);
  z-index: 2;
}

.custom-blog-post-banner .content-wrapper {
  position: relative;
  text-align: center;
  z-index: 3;
}

.blogHero__Cat a.router-link-active {
  color: #e72479;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  text-decoration: none !important;
}

.blogHero__Cat a.router-link-active:hover {
  opacity: .9;
}

.blogHero__Content--DetailPage {
  max-width: 600px;
  margin: 20px auto 0;
}

.blogHero__Content--DetailPage h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  -webkit-transition: color .15s;
  transition: color .15s;
  margin-bottom: 0;
}

.blogHero__Content--DetailPage h3 span {
  display: block;
}

.blogHero__Content--DetailPage p {
  color: #fff;
  -webkit-transition: color .15s;
  transition: color .15s;
  margin: 0;
}
.blogHero__Content--DetailPage .blogHero__Lead p:not(:first-child) {
  margin-top: 10px;
}
.blogHero__Content--DetailPage p:last-child {
  margin: 0;
}

.custom-blog-post-content-group {
  background-image: url(https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/raw_assets/public/Mitto_June2020/images/Blog%20Post%20bg.png);
  background-size: cover;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
  padding-top: 0;
  overflow: initial;
  line-height: normal;
}

.custom-blog-post-content-group .content-wrapper {
  max-width: 1010px !important;
}

.custom-blog-post-article {
  background-color: #fff;
  border-radius: 0 100px 0 0;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 9px 0 rgba(0,0,0,.08);
  padding: 70px 150px;
  margin-top: -94px;
  position: relative;
}

.blogArticle__Intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blogArticle__Intro .blogArticle__Info--BlogPost {
  margin-bottom: 0;
}

.blogArtice__Read {
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}

.blogArtice__Read:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e72479;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(9px,-50%);
  transform: translate(9px,-50%);
  left: 0;
}

.blog-post__body {
  margin-top: 50px;
}

.blog-post__body p {
  font-size: 18px;
  line-height: 1.39;
  margin-top: 30px;
  margin-bottom: 0;
}

.blog-post__body p img {
  float: none !important;
/*   max-width: 300px;
  width: 100% !important;
  margin: 0 auto 20px !important;
  display: block; */
}

.blog-post__body sup {
  font-size: smaller;
  position: static;
  line-height: 1.39;
  vertical-align: super;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}

.hs-blog-post .post-footer {
  margin: 35px 0;
}

.hs-blog-post .post-footer form {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100%;
  border: none;
  padding: 20px 0;
}

.custom-blog-related-posts {
  padding: 50px 0 100px;
  background-color: #fff;
}

.custom-blog-related-posts h4 {
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 2.39;
  color: #000;
  text-transform: uppercase;
}

.custom-blog-related-posts .content-wrapper {
  max-width: 1015px !important;
  margin-top: 40px !important;
}

.related-post-listing {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-related-products-slider {
  position: relative;
  padding: 50px 0 110px;
  overflow: hidden;
}

.custom-related-products-slider .relatedProducts__Image {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: absolute;
  opacity: 1;
  top: 80px;
}

.custom-related-products-slider .relatedProducts__Image--Mobile {
  display: none;
}

.custom-related-products-slider .relatedProducts__Heading {
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 2.39;
  color: #000;
  text-transform: uppercase;
}

.related-content-group {
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 815px;
  margin-top: 48px;
}

.homeProductItem.homeProductItem--BlogDetail {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 70px 20px;
  background-color: #fff;
  width: calc(100% - 30px) !important;
  max-width: 100%;
  margin: 0 15px;
  min-height: auto;
  height: 472px;
}
.homeProductItem img, .homeProductItem svg {
  width: 100%;
  max-width: 155px;
  max-height: 155px;
}
.product-slider .slick-arrow {
  position: absolute;
  background: hsla(0,0%,100%,.75);
  border: none;
  color: #333;
  padding: 0;
  background-color: transparent;
  -webkit-transition: backrgound-color .2s;
  transition: backrgound-color .2s;
}
.product-slider .slick-arrow:hover {
  background-color: #fff;
}
.product-slider .slick-next {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -66px;
}
.product-slider .slick-prev {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -66px;
}
.product-slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 20px;
  background-image: url(https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/raw_assets/public/Mitto_June2020/images/arrow.png);
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-family: inherit;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
}
.product-slider .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%,-50%) rotate(-180deg);
  transform: translate(-50%,-50%) rotate(-180deg);
}
.product-slider .slick-list {
  margin: 0 -15px;
}
.related-content-group ul.slick-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  bottom: -64px;
}

.related-content-group .slick-dots li button {
  display: none;
}

.related-content-group .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
  background-color: #662482;
}

.related-content-group .slick-dots li.slick-active {
  opacity: 1;
}

.related-content-group .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homeProductItem__Image {
  width: 155px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.homeProductItem__Inner {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}

.homeProductItem p {
  font-size: 16px;
  margin-top: 13px;
  margin-bottom: 20px;
}

body .homeProductItem--BlogDetail span {
  -webkit-transition: color .15s;
  transition: color .15s;
  font-size: 16px;
  font-weight: 800;
  color: #e8257a;
  text-transform: uppercase;
}
.sms .envelopeTop {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.sms:hover .envelopeTop {
  opacity: 1;
}

.sms .envelopeBottom {
  color: #e72479;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.sms:hover .envelopeBottom {
  color: #390f4b;
}

.rcs .diamond {
  -webkit-transform: translateY(42px);
  transform: translateY(42px);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s,-webkit-transform .35s;
}

.rcs:hover .diamond {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile_intelligence .numpad {
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.mobile_intelligence:hover .numpad {
  opacity: 1;
}

.voice .waveOne, .voice .waveThree, .voice .waveTwo {
  opacity: 0;
}

.voice:hover .waveThree {
  -webkit-animation: waveThree 2s ease infinite;
  animation: waveThree 2s ease infinite;
}

.voice:hover .waveTwo {
  -webkit-animation: waveTwo 2s ease infinite;
  animation: waveTwo 2s ease infinite;
}

.voice:hover .waveOne {
  -webkit-animation: waveOne 2s ease infinite;
  animation: waveOne 2s ease infinite;
}

@-webkit-keyframes waveOne {
  0% {
    opacity: 0
  }

  22% {
    opacity: 0
  }

  25% {
    opacity: 1
  }

  97% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes waveOne {
  0% {
    opacity: 0
  }

  22% {
    opacity: 0
  }

  25% {
    opacity: 1
  }

  97% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes waveTwo {
  0% {
    opacity: 0
  }

  47% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  97% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes waveTwo {
  0% {
    opacity: 0
  }

  47% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  97% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes waveThree {
  0% {
    opacity: 0
  }

  72% {
    opacity: 0
  }

  75% {
    opacity: 1
  }

  97% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes waveThree {
  0% {
    opacity: 0
  }

  72% {
    opacity: 0
  }

  75% {
    opacity: 1
  }

  97% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.blog-index.span9>div {
  width: 100%;
  margin: 0 0 30px;
  max-width: 100%;
}

.blog-index.span9>div .featured-image-wrapper.span4 {
  margin: 0 0 20px;
}
.blog-index.span9>div .featured-image-wrapper.span4 img {
  width: 100% !important;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3.3rem;
  clear: both;
}
.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;
}
form#at-expanded-menu-filter-form {
  background: transparent;
  padding: 0;
  border: none;
}

/* === */
.blog-post__body a,
.blog-post__body a:focus {
  color: #e72479;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}
.blog-post__body a:hover {
  opacity: .8;
  color: #e72479;
}
.blog-post__body h2 {
  text-align: center;
  line-height: 1.14;
  margin: 0;
  margin-top: 30px;
}
.blog-post__body ul {
  list-style: none;  
}
.blog-post__body ol,
.blog-post__body ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.blog-post__body ol {
  padding-left: 20px;
}
.blog-post__body ol li,
.blog-post__body ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.39;
  color: #24222b;
  font-weight: 400;
}
.blog-post__body ol li:first-child,
.blog-post__body ul li:first-child {
  margin-top: 0px;
}
.blog-post__body ol li {
  padding-left: 0px;  
}
.blog-post__body ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #24222b;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.blog-post__body ul:first-child {
  margin-top: 0;
}
.body-wrapper figure {
  max-width: 100%;
  margin: 30px auto;
}
.body-wrapper figure img {
  width: 100%;
}
.blogArticleAuthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blogArticleAuthor__Image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  min-width: 48px;
}
.blogArticleAuthor__Text {
  margin-left: 20px;
  line-height: 1.21;
  -webkit-transition: color .15s;
  transition: color .15s;
}
.blogArticleAuthor__Image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.blogArticleAuthor__Text p {
  margin: 0;
}
.blogArticleAuthor__Text b {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.blogArticleAuthor__Text span {
  display: block;
  font-size: 12px;
}
.blogArticleAuthor:hover .blogArticleAuthor__Text {
  color: #e72479;
}
.blogArticleAuthor__Text:first-child {
  margin-left: 0;
}
.blogHero__Content--DetailPage p a {
  color: inherit;
}
.blog-post__body h3 {
  font-size: 21px;
  line-height: 1.4;
  margin: 0;
  margin-top: 30px;
}
.blog-post__body h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  margin-top: 30px;
}
.blog-post__body ul h3:first-child,
.blog-post__body ul h4:first-child,
.blog-post__body ol h3:first-child,
.blog-post__body ol h4:first-child {
  margin-top: 0;
}

.blog-post__body a {
  word-break: break-word;
}

.blogArticleAuthor__Text:not(:first-child) {
  margin-right: 20px;
}

.blog-search-form li#results-for,
.blog-search-form .hs-search-field__suggestions a {
  padding: 5px;
}
.blog-search-form .hs-search-field--open .hs-search-field__suggestions {
  margin-top: 10px;
}
.blog-post__body img {
  height: auto;
}

#infscr-loading {
  display: none !important;
}

/* media query */
@media (max-width: 1024px) {
  .blog-post__body ol,
  .blog-post__body ul,
  .blog-post__body h2,
  .blog-post__body h3,
  .blog-post__body h4 {
    margin-top: 20px;
  }
  .blog-post__body {
    margin-top: 32px;
  }
  .blog-post__body p {
    margin-top: 20px;
  }
  .blogHero__Content--DetailPage {
    margin-top: 25px;
  }
  .blog-post__body h2 {
    font-size: 34px;
  }
  
  .custom-blog-group-page {
    padding-top: 80px;
  }

  .banner-recent-post-link {
    padding: 30px 0 40px;
  }

  .blogArticle__Info--Hero {
    margin-top: 16px;
  }

  .recent-banner-content {
    margin-top: 25px;
  }

  .recent-banner-content h3 {
    font-size: 24px;
  }

  .blogHero__Lead {
    margin-top: 24px;
  }

  .recent-read-more {
    margin-top: 28px;
  }

  .custom-blog-content-group {
    padding: 30px 0 20px;
  }

  .blog-pagination .load-more {
    padding: 10px 0 20px;
  }
  .custom-related-products-slider {
    padding: 30px 0 20px;
  }
  .sms .envelopeTop {
    opacity: 1;
  }
  .hs-blog-post .post-footer form .hs-form-field {
    margin: 0 0 21px;
  }

  .custom-blog-post-banner {
    padding: 30px 0 40px;
  }

  .blogHero__Content--DetailPage h3 {
    font-size: 24px;
  }

  .custom-blog-post-article {
    margin-top: 0;
    border-radius: 0;
    padding: 40px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .custom-blog-content-group.custom-blog-post-content-group {
    background-color: #fff;
    background-image: none;
    padding: 0;
  }

  .blog-post__body p {
    font-size: 16px;
  }

}

@media (max-width: 979px) and (min-width: 768px) {
  .blog-sidebar input.hs-button.primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-sidebar h3.form-title {
    font-size: 24px;
  }
  .blog-index.span9 .post-description h2 {
    font-size: 34px;
  }
}

@media (max-width: 900px) {
  .post-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .blogArticle__Intro {
    display: block;
  }
  .blogArticleAuthor {
    margin-bottom: 32px;
  }
  .blogArticleAuthor__Text:not(:first-child) {
    margin-right: 0;
  }

  .blog-search-form form {
    border-bottom: 1px solid rgba(0,0,0,.2) !important;
  }

  .search-input-wrapper {
    height: 45px;
    border-bottom: 0;
  }

  .search-input-wrapper .hs-search-field__input {
    padding-right: 10px;
  }

  .blog-search-form form button svg {
    display: block !important;
    max-width: 22px;
    width: 28px;
    height: 28px;
  }

  .search-input-wrapper svg {
    display: none !important;
  }

  .blog-search-form form button {
    background-color: transparent!important;
    height: auto;
    padding: 0;
    margin-left: 0;
    min-width: 22px;
  }

  .blog-search-form form button:after {
    display: none;
  }

  .custom-blog-search-group {
    padding: 15px 0;
  }

  .related-content-group ul.slick-dots {
    bottom: 10px;
  }

  .related-content-group {
    padding: 0 30px;
    display: block;
    margin-top: 30px;
  }

  .product-slider .slick-arrow {
    top: 42%!important;
    z-index: 99;
  }

  .product-slider .slick-prev {
    left: -20px!important;
  }

  .product-slider .slick-next {
    right: -20px!important;
  }

  .product-slider .slick-list {
    margin: 0;
    height: 450px;
  }
  .product-slider .slick-arrow:before {
    background-image: url(https://5992732.fs1.hubspotusercontent-na1.net/hubfs/5992732/raw_assets/public/Mitto_June2020/images/arrow-bg.png);
    width: 45px;
    height: 45px;
  }
  .homeProductItem.homeProductItem--BlogDetail {
    width: 100% !important;
    padding: 0 20px;
    width: 100%!important;
    padding-top: 30px;
    padding-bottom: 30px;
    displaY: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px!important;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
  }
  .relatedProducts__Image--Desktop {
    display: none;
  }

  .custom-related-products-slider .relatedProducts__Image {
    display: block;
    width: 100%;
    top: 0;
  }
  .homeProductItem__Inner {
    max-width: 300px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .homeProductItem__Image {
    height: auto;
    display: block;
    max-width: 70px;
    min-width: 70px;
    width: auto;
  }

  .homeProductItem__Image svg {
    height: auto;
  }

  .homeProductItem img, .homeProductItem svg {
    width: 100%;
    max-width: 155px;
    max-height: 155px;
  }

  .homeProductItem.homeProductItem--BlogDetail {
    margin: 0;
    align-items: center;
    height: 400px;
    display: flex !important;
  }

  .homeProductItem h4 {
    font-size: 24px;
    margin: 10px 0 0;
  }

  .homeProductItem p {
    margin-top: 6px;
    margin-bottom: 15px;
  }

  .voice .waveOne, .voice .waveThree, .voice .waveTwo {
    opacity: 1;
  }

}

@media (max-width: 560px) {
  .related-post-listing,
  .blog-index {
    width: 100%;
    margin: 0 auto;
  }

  .post-item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #cfd0d2;
  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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto;
}


/* Search Page CSS */
.search-page .content-wrapper {
  max-width: 1015px;
}
.search-page-content {
  position: relative;
  overflow: hidden;
}
.search-page-content .blog-bg-image {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  pointer-events: none;
}
h4.resultsHeading {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.79;
  padding-bottom: 30px;
  margin: 0;
  color: #24222b;
}
h4.resultsHeading b {
  font-weight: 600;
}
.search-page .systems-page {
  padding: 50px 0 20px;
  position: relative;
  overflow: hidden;
}
.search-page .hs-search-results {
  margin-top: 0;
}
.search-page ul#hsresults {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-page ul#hsresults > li {
  margin: 0 15px 30px;
  width: calc(33.33333% - 30px);
  line-height: inherit;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 12px 3px rgba(0,0,0,.05);
  box-shadow: 0 2px 12px 3px rgba(0,0,0,.05);
  position: relative;
  padding: 20px;
  display: inline-block;
}
.search-page ul#hsresults li a.hs-search-results__title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.19;
  -webkit-transition: color .15s;
  transition: color .15s;
  color: #24222b;
  display: inline-block;
  text-decoration: none;
  font-family: Cerebri,sans-serif;
  margin: 0;
}
.search-page ul#hsresults li p.hs-search-results__description {
  margin: 0;
  margin-top: 18px;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.29;
  -webkit-transition: color .15s;
  transition: color .15s;
}
.search-page ul#hsresults > li:hover > a, 
.search-page ul#hsresults > li:hover > p {
  color: #e72479;
}

.search-page .hs-search-results__pagination:not(:empty) {
  margin: 1rem 0;
}
.search-page .hs-search-results__pagination:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 1023px) {
  h4.resultsHeading {
    padding-bottom: 10px;
  }
  .no-banner .header-container-wrapper {
    padding-top: 80px;
  }
  .search-page .systems-page {
    padding: 30px 0 20px;
  }
}

@media (max-width: 900px) {
  .search-page ul#hsresults>li {
    width: calc(50% - 30px);
  }
}

@media (max-width: 560px) {
  .search-page ul#hsresults {
    width: 100%;
    margin: 0 auto;
  }
  .search-page ul#hsresults>li {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}



.body-wrapper .content-wrapper,
.body-wrapper .page-center {
  padding-left:20px;
  padding-right:20px;
  width: 100%;
}

.body-wrapper img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

svg {
  outline: none!important;
}