/* ******************************************************************************
*********************************************************************************
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 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.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: "Font Awesome 5 Brands";
  src: url("https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/Packwise_Blog_December2020/fonts/fa-brands-400.eot#iefix") format("embedded-opentype"),
    url("https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/Packwise_Blog_December2020/fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/Packwise_Blog_December2020/fonts/fa-brands-400.woff") format("woff"), 
    url("https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/Packwise_Blog_December2020/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/Packwise_Blog_December2020/fonts/fa-solid-900.eot#iefix") format("embedded-opentype"),
    url("https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/Packwise_Blog_December2020/fonts/fa-solid-900.woff2") format("woff2"),
    url("https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/Packwise_Blog_December2020/fonts/fa-solid-900.woff") format("woff"),
    url("https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/Packwise_Blog_December2020/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}
html {
  font-size: 62.5%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  overflow-x: hidden ;
}

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

img {
  max-width:100%;
}

/* 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 li,
ol li {

}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

.content-wrapper,
.page-center {
  margin: 0 auto;
}

@media (max-width:399px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    padding: 0 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs-search-module .input a.hs-button.primary {
  margin-top: 28px;
}

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

/* .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  box-shadow: none ;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  height: 40px;
  font-family: Open Sans;
  font-weight: 700;
  border: none;
  width: auto;
  text-decoration: none;
  white-space: nowrap;
  position: relative; 
  
  text-decoration: none;
  margin-top: 10px;
}

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

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


.hs-form label {
  font-family: Open Sans;
  font-size: 12px;
  color: #22314C;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
} */

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  font-family: Open Sans;
  font-size: 12px;
  line-height: 18px;
}

.hs-input,input[type=password] {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  width: 100%;
  transition: all 0.3s ease; 
  outline: 0;
  color: #33475b;
  height: 40px;
  padding: 0 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
  border: 1px solid #CBD6E2;
}

.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;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-bottom:1px solid;
}
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: 22px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

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

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

.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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.header {
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 0px 20px #565656;
  transition: all 0.2s ease;
  box-shadow: rgb(86, 86, 86) 0px 0px 20px;
}

.fixed-wrapper {
  min-height: 63px;
}

header.header:before {
  content: "";
  display: table;
  table-layout: fixed;
}

header.header:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

.secondary-navbar {
  font-family: 'Roboto', sans-serif;
  color: rgb(39, 50, 71);
  padding: 5px 0px;
}

.secondary-navbar .float-right {
  float: right;
}

.secondary-navbar:after {
  content: "";
  display: table;
  clear: both;
}

.float-right span {
  float: right;
}

.float-right span a {
  margin-left: 30px;
  line-height: 30px;
  color: #2DA0F5;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.float-right span:hover a {
  color: #36BFF2;
}

.float-right span a:hover {

}

.float-right span.right a {
  margin-left: 10px;
}

.float-right span.middle a:before {
  position: absolute;
  top: 0px;
  left: -18px;
  content: " ";
  background: url(https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/raw_assets/public/Packwise_Oct2021/images/icon_telefon.png);
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  margin: 2px;
  float: left;
}

.float-right span.left a:before {
  margin: 2px;
  float: left;
  left: -18px;
  content: " ";
  position: absolute;
  background: url(https://4113234.fs1.hubspotusercontent-na1.net/hubfs/4113234/raw_assets/public/Packwise_Oct2021/images/icon_mail.png);
  width: 11px;
  height: 8px;
  top: 1px;
}

.primary-navbar {
  font-family: 'Roboto', sans-serif;
  color: rgb(39, 50, 71);
  padding: 20px 0 5px;
}

.primary-navbar:after {
  content: "";
  display: table;
  clear: both;
}

.primary-navbar .logo-container {
  height: auto;
  width: 225px;
  float: left;
}

.logo-container img {
  height: auto;
  width: auto;
  width: 190.7px !important;
}

.primary-navbar nav.main-navigation {
  display: block;
  width: calc(100% - 225px - 30px);
  float: right;
  clear: inherit;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-bottom: 1rem;
  float: left;
  position: relative;
  color: #333;
  line-height: 30px;
  padding-left: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #36BFF2;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-bottom: 1rem;
  background-image: linear-gradient(28deg, #3fbff0, #36a2f2);
  display: block;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  padding: 2px 13px !important;
  margin-left: 20px;
  margin-top: -2px;
  float: left;
  position: relative;
  line-height: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 300;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover {
  background-image: linear-gradient(28deg, #3FBFF0, #3FBFF0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  color: #333;
  line-height: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a {
  color: #36BFF2;
}

body.no-banner .fixed-wrapper {
  min-height: 85px;
}

.fixed header.header {
  box-shadow: rgb(115, 115, 115) 0px 0px 5px;
}

header.header.lp-header {
  height: 68px;
}



@media (max-width: 1024px) {
  .primary-navbar .logo-container {
    position: absolute;
    top: 10px;
  }
  .primary-navbar nav.main-navigation {
    width: 100%;
  }
  button.menu-toggle {
    float: right;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-left: 15px;
  }
}


@media (max-width: 767px) {
  header.header.lp-header {
    height: 74px;
  }

  .primary-navbar .logo-container {
    top: 24px;
  }
  button.menu-toggle {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: none !important; 
  }
  button.menu-toggle {
    padding: 2px 15px;
    cursor: pointer;
    border: 1px solid #3fbff0;
    color: #36a2f2;
    font-family: sans-serif;
    background: #e6e6e6;
    height: 38px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    margin-bottom: 1rem;
    outline: none;
  }
  button.menu-toggle::after {
    content: " ▾";
  }

  .mobile-open button.menu-toggle::after {
    content: " ▴";
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    z-index: 100;
    position: relative;
    box-shadow: 0 2px 5px rgba(180, 180, 180, 1);
    position: absolute;
    top: 82px;  
    display: block !important;
    width: 80%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    padding-left: 12px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    width: 100%;
    padding-left: 10px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    width:auto;
    padding-left: 10px !important;
  }
  .mobile-open button.menu-toggle {
    background-image: linear-gradient(28deg, #3fbff0, #36a2f2);
    border: 1px solid #fff;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-left: 7px;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
  }

  .child-trigger:after,.child-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    width: 12px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .child-trigger:after {
    width: 2px;
    height: 12px;
  }

  .child-open > .child-trigger:after {
    visibility: hidden;
  }

}

@media (max-width:549px) {
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul {
    width: 85%;
  }
}

@media (max-width:430px) {
  .float-right span.left {
    display:none;
  }
}

@media (max-width:399px) {
  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul {
    width: 100%;
    left:0;

  }
}

@media (max-width:390px) {
  .primary-navbar {
    padding: 8px 0 5px;
  }

  .primary-navbar .logo-container {
    top: 35px;  
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul {
    top:86px;
  }
  .primary-navbar nav.main-navigation {
    padding-top: 20px;
  }
  .fixed-wrapper.lp {
    min-height: 65px;
  }
  .logo-container img {
    width: 124.7px !important;
  }
  header.header.lp-header {
    height: 82px;
  }
}

@media (max-width:335px) {
  header.header .page-center {
    padding-right: 20px;
  }
}



@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover ul {
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    display:none;
  }
}


@media (min-width: 37.5em) {
  button.menu-toggle {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background-image: linear-gradient(45deg, #3ebff0, #39abf1);
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 0px;
  border-top: 1px solid #fff;
}

footer .page-center {
  position: relative;
}

footer .page-center:after {
  content: "";
  display: table;
  clear: both;
}

footer .inner {
  font-family: 'Roboto', sans-serif;
  color: rgb(39, 50, 71);
}

.inner .left {
  float: left;
}

.inner .right {
  float: left;
}

.left .footer-image {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  margin-bottom: 2.5rem;
}

.left p {
  margin-bottom: 2.5rem;
  color: #fff;
}

.left p a {
  color: #fff;
}

.left p a:hover {
  text-decoration: none;
}

.right p {
  margin-bottom: 2.5rem;
}

footer .inner:after {
  content: "";
  display: table;
  clear: both;
}

.right .top-image {
  margin-bottom: 2.5rem;
  color: #fff !important;
}

.right .bottom-image {
  margin-bottom: 2.5rem;
  color: #fff !important;
}

.top-image img {
  height: auto;
  display: inline;
  float: left;
  margin-right: 1.5em;
  width: 266px !important;
}

footer.footer.lp-footer {
  padding-top: 75px;
  padding-bottom: 75px;
}

footer.footer.lp-footer p {
  margin: 0;
}

.footer-image img {
  width: 300px !important;
}

.bottom-image img {
  width: 300px !important;
}


@media (max-width:399px) {
  footer .page-center {
    padding: 0 20px;
    width: 100%;
  }
}


@media (min-width:550px) {
  .inner .left {
    margin-left: 0;
    width: 48%;
  }
  .inner .right {
    margin-left: 2%;
    width: 48%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.blog-pagination a.blog-pagination__prev-link--disabled ,.blog-pagination a.blog-pagination__link--active{
  color: #494A54 !important;
  border: 2px solid #494A54; 
  pointer-events: none;
}
.blog-pagination a.blog-pagination__prev-link--disabled svg { 
  fill: #494a54 !important;
}.featured-img-con {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.hs-container {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1140px;
}
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 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;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.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-index__post.blog-index__post--small {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

.blog-post {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 44px 0 48px;
}

.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-index-wrapper {
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-item-inner {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 25px;
}

.post-item-inner:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.blog-content-wrapper {
  padding: 25px;
}

.blog-content-wrapper h6 {
  margin: 10px 0;
  color: #666;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.post-text {
  font-weight: 300;
  color: #444444;
  letter-spacing: 0px;
  margin-bottom: 10px;
  line-height: 1.444em;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.blog-index-wrapper {
  padding-bottom: 50px;
}

.post_header_container .hs-container {
  padding: 0;
}

.post-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.post_info {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.post_img {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

h6.reading-minutes {
  margin-top: 0px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.post_info h1 a {
  color: #444444;
  font-family: 'Abel', sans-serif;
  font-weight: 400;
}

.post_info h1 a:hover {
  color: #00a4bd;
}

.post_info h1 {
  font-size: 50px;
  font-weight: 400;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.2em;
  font-family: 'Abel', sans-serif;
  font-weight: 400;
}

p#hubspot-author_data {
  color: #666;
  font-size: 13px;
}

p#hubspot-author_data a {
  font-weight: 500;
  color: #000;
}

p#hubspot-author_data a:hover {
  border-bottom: 1px dotted #ddd;
}

.topic-list {
  padding-top: 0px;
  margin-bottom: 40px;
  font-size: 12px;
  margin-top: 75px;
}
.post-jump-con.clearfix i {
  font-style: normal;
}
h6#hubspot-topic_data {
  font-size: 12px;
  font-weight: 900;
  color: #33475b;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
}

a.tag-link {
  padding: 4px 8px;
  -webkit-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  margin-right: 4px;
  vertical-align: text-bottom;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-flex;
  background-color: #00a4bd;
  color: #FFFFFF;
  font-size: 10px;
}

span.label {
  float: left;
}

span.topics {
  float: left;
  margin-left: 5px;
}



a.tag-link:hover {
  background-color: #33475b;
  color: #FFFFFF;
}

.post_body_contianer {
  max-width: 880px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
  padding-top: 40px;
}

.post_body {
  padding-right: 15px;
  padding-left: 15px;
}



.social_icons {
  padding: 28px 0 17px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: auto;
  width: 100%;
}

.social_icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.social_icons ul li {
  float: none !important;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  margin-top: -13px;
}

.about-author-sec.row-fluid {
  margin-top: 60px;
  padding-top: 50px;
  clear: both;
}


.about-author-sec.row-fluid img {
  width: 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
}


.about-author-sec.row-fluid h4 {
  letter-spacing: 0px;
  line-height: 1.2em;
  font-family: 'Abel', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #444444;
  text-transform: none;
}

.about-author-sec.row-fluid h4 a {
  font-family: 'Abel', sans-serif;
}
.post-jump-con.clearfix {
  padding-top: 30px;
  border-top: 1px solid #eee;
  margin-top: 40px;
}

.post-jump {
  float: left;
  width: 48%;
}

.post-jump .post-jump-label {
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px 0;
  margin-top: 0px;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #33475b;
}

.post-jump .post-jump-label a {
  color: #000;
  font-weight: 700;
}.fa-arrow-left:before {
  content: "\f060";
}.fa-arrow-right:before {
  content: "\f061";
}
.hs-author-name h3 {
  line-height: 1.2em;
}
.prev-post.post-jump {
  float: right;
}

.prev-post.post-jump {
  text-align: right;
}

.post-jump-con.clearfix i {
  font-family: "Font Awesome 5 Free";
  color: #00a4bd;
}

.post-jump-con.clearfix .pt {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 900;
  color: #33475b;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
}

h6.pt a {
  color: #000;
  font-weight: 700;
}
.post_form {
  margin-top: 50px;
}
.post_form_container {
  max-width: 880px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
}

.post_form {
  padding: 50px 0 50px;
  background: #F2F5F8;
}

.blog-comments form {
  margin: 0;
}
.spacer {
  min-height: 100px;
}

.blog-pagination {
  margin-bottom: 100px;
}
.hs-author-profile {
  max-width: 880px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none !important;
  padding-top: 14px;
}

.hs-author-name {
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 25px;
}

.hs-author-avatar img { display: block; float: left; width: 57px ; height: 57px ; border-radius: 9px ; margin-right: 20px ; object-fit: cover; object-position: center center; }
@media (max-width:1140px) {
  .post-flex {
    padding-top: 80px;
  }
}

@media (max-width:991px) {
  .post_body_wrapper .hs-container {
    width: 100%;
    max-width: 100%;
  }

  .post_form .hs-container {
    width: 100%;
    max-width: 100%;
  }

}



@media (max-width: 767px) {
  .hs-author-name h3 {
    font-size: 26px;
  }
  .blog-index-wrapper {
    padding-top: 100px;
  }
  .post-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .social_icons ul {
    flex-wrap: wrap;
  }
  .post_info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post-flex {
    padding-top: 30px;
  }
  .blog-post {
    width: 100%;
  }
  .post_form_container {
    padding: 0;
  }

  .post_body_text {
    font-size: 16px;
  }
}

@media (max-width: 575px){
  .post_header_container .hs-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

a#back-to-top:hover {
  background: rgba(68, 68, 68, 0.9);
}

.blog-pagination a {
  border: 2px solid #03899e;
  color: #00a4bd !important;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-flex !important;
}

.blog-pagination__prev-link svg, .blog-pagination__next-link svg {
  fill:#00a4bd;

}

.blog-pagination a:hover {
  color: #03899e !important;
  transform: scale(1.05) !important;
  background-color: transparent;
  border: 2px solid #03899e;
}



/* Style */

.pa-listing-header {
    position: relative;
    z-index: 1;
    padding:65px 0 ;
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.ch-header-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}



.pa-list-headline-txt h2 {
    font-size: 34px;
    line-height: 1.54;
}


.pa-list-tag1 .widget-module ul li {
    list-style-type: none;
    margin: 0px 9px 10px;
}

.pa-list-tag1 .widget-module ul {
    padding: 0;
    margin: 0px -9px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.pa-list-tag1 .widget-module ul li a {
    border-radius: 8px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.2;
    padding: 7.5px 15px;
    min-width: 119px;
    display: inline-block;
    text-align: center;
    background-color: #26C5EF;
    transition: 0.5s ease all;
}

.pa-list-tag1 .widget-module ul li a span {
    display: none;
}

.pa-list-tag1 .widget-module ul li a:hover {
    background-color: #14A8CF;
}

.co-post-col3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0px -11px;
}

.co-post-col3 .post_item {
    width: calc(33.33% - 22px);
    margin: 0px 11px 50px;
      position: relative;
    z-index: 1;
}

.hs-featured-image-wrapper .ae-featured-frd {
    width: 100%;
    min-height: 233px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
}

.blog-list__tags a { position: relative; z-index: 1; }
.pa-list-tag1 .block > h3 {
    margin: 0;
    display: none;
}

.co-post-col3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0px -11px;
      padding: 75px 0 43px;
  
}

.resources_hero_banner.blog_bottom_resources {
    margin: 50px 0 50px;
}
.post-content-main .post-cont p {
    margin-bottom: 0;
}

.post-content-main .post-cont {
    margin-bottom: 12px;
}



.co-post-col3 .post_item a.hs-featured-image-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.blog-list__tags a {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    color: #26C5EF;
    margin: 0 6px;
}

.blog-list__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0px -6px 20px;
}

.post-content-main {
    padding: 21px 0 0;
}

.post-content-main .post-header h4 {
    font-size: 26px;
    line-height: 1.386;
    font-weight: 700;
    margin-bottom: 0;
}

.post-content-main .post-header {
    margin-bottom: 20px;
}
.post-pdate-author > h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
}

.post-pdate-author > h6 a {
    color: #ABABAB !important;
  position: relative; z-index: 1;
}
.inner-full-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.inner-full-image .container {
       display: flex;
    flex-wrap: wrap;
}

.inner-full-image .post-header-frt {width: 58.5%; position: relative; display: flex; flex-wrap: wrap;     align-items: flex-end; min-height: 460px ; padding: 127px 0 100px;     padding-right: 30px;}

.inner-full-image .post-header-frt:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 50vw);
    background-color: rgb(255 255 255 / 87%);
    z-index: -1;
    height: 100%;
    border-radius: 49px;
}
.post-content-main .post-cont { margin-bottom: 12px; }

/* Blog Posting */
.blog-post__body img { border-radius: 14px ;     margin: 50px 0px;}
blockquote { border-left: 3px solid #33B2E9 !important; margin-left: 0; margin-right: 0; line-height: 1.6; font-style: italic; margin: 50px 0; padding-left: 23px ; font-weight:500; }
.blog-post__tags1 a {
    border-radius: 8px;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.2;
    padding: 7.5px 15px;
    min-width: 119px;
    display: inline-block;
    text-align: center;
    background-color: #26c5ef;
    transition: .5s ease all;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 9px;
}

.blog-post__tags1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px -9px;
    margin-top: 60px;
}
.co-recent-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
}

.co-recent-list .post_item {
    width: calc(33.33% - 22px);
    margin: 0px 11px 0;
      position: relative;
    z-index: 1;
}
.co-recent-list a.hs-featured-image-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pa-blog-title1 {
    text-align: center;
    margin-bottom: 36px;
}
.ias-spinner {margin: 0 auto; }
.ias-spinner img {max-width: 47px;}
.pa-related-post-so { padding: 40px 0 48px ;  }
.ias-trigger a { font-size: 18px; line-height: 1.1; color: #22314C; border: 2px solid #59C0EC; border-radius: 24px ; padding: 11px 20px ; min-width: 224px ; display: inline-block; }
.ias-trigger { width: 100%; margin-top:25px;}
.hubspot-editable {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.author-info-fr > h5 {
    margin-bottom: 0;
}

.author-info-fr > h5 > a {color: #22314c;}

.author-info-fr > h5 > a:hover {
    color: #59c0ec;
}

.hs-author-avatar {
    width: 77px;
}

.author-right {
    width: calc(100% - 77px);
}
.post-header-inner-fixed { max-width: 530px ; }
.pc-blog-post-sub .hs-button, .pc-blog-post-sub .hs-form-field input[type=text], .pc-blog-post-sub .hs-form-field input[type=email], .pc-blog-post-sub .hs-form-field input[type=phone], .pc-blog-post-sub .hs-form-field input[type=number], .pc-blog-post-sub .hs-form-field input[type=tel], .pc-blog-post-sub .hs-form-field input[type=date], .pc-blog-post-sub .hs-form-field textarea { text-align: left; }
.pc-blog-post-sub {
    padding: 57px 0 51px;
border-radius: 18px 18px 0px 0px ;
margin-top: 0px;
}

.pc-blog-mixed-op {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.pc-blog-sub-form {
    width: 314px;
    text-align: center;
}
.pc-blog-info-form p { font-weight: 500; }
.pc-blog-info-mid1 { max-width: 463px; }
.pc-blog-info-form h4 { font-weight: 700; margin-bottom: 11px ; }
.pc-blog-info-form {
    width: calc(100% - 314px);
  padding-right: 20px;
}
.pc-blog-post-sub.pc-blog-list-sub .pc-blog-sub-form {
    width: 380px;
    text-align: left;
}
.pa-list-tag1 .widget-module ul li a.active {  background-color: #14A8CF;}
.pc-blog-post-sub.pc-blog-list-sub .pc-blog-info-form {
    width: calc(100% - 380px);
}

.pc-blog-post-sub.pc-blog-list-sub .pc-blog-mixed-op {
    align-items: center;
}
.pc-blog-sub-form .hs-form-field > label > span { font-weight:400; }
.pc-blog-post-sub.pc-blog-list-sub input.hs-button.primary.large { margin: 0 0 0; }
.pc-blog-post-sub.pc-blog-list-sub .hs_submit.hs-submit { text-align: center; margin-top:10px;}
.co-blog-headline-txt { width: 100% !important; margin: 0 11px 28px; }
.bm-author-social-section1 a {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #22314C;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #edf0f3;
    margin-right: 8px;
}

.bm-author-social-section1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
}
.section.post-header { margin-top: 20px ; }
.co-post-col3.co-author-page-ai { padding-top: 0; }
.blog-post .blog-post__body ul,.blog-post .blog-post__body  ol {
    margin: 25px 0;
}
.co-blog-author-srts .blog-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
      padding-left: 20px;
    padding-right: 20px;
}

.co-blog-author-srts .blog-header__author-avatar {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.co-blog-author-srts  .blog-header { background-color: #f9f8f875; text-align: center; border-radius: 18px ; }
.co-blog-author-srts .co-author-info-ios {
    width: calc(100% - 120px);
    text-align: left;
    padding-left: 20px;
}

.co-blog-author-srts .co-author-info-ios p {
    font-size: 16px;
}
.co-blog-author-srts .blog-header__author-social-links a { width: 36px ; height: 36px ;  }
.co-blog-author-srts .co-author-info-ios h1 {
    margin-bottom: 10px;
}

  .pc-blog-post-sub .hs-button, .pc-blog-post-sub .hs-form-field input[type=text], .pc-blog-post-sub .hs-form-field input[type=email], .pc-blog-post-sub .hs-form-field input[type=phone], .pc-blog-post-sub .hs-form-field input[type=number], .pc-blog-post-sub .hs-form-field input[type=tel], .pc-blog-post-sub .hs-form-field input[type=date], .pc-blog-post-sub .hs-form-field textarea { padding-left:0;}
  .pc-blog-post-sub.pc-blog-list-sub .hs_submit.hs-submit .actions input{ padding-left:20px;   text-align: center;}
.body-container--blog-post .pc-blog-sub-form .hs-submit .actions input{text-align: center; padding-left: 20px; margin: 0;}
.body-container--blog-post .pc-blog-post-sub .hs-form-field input[type=email]    {
    text-align: center;
}
.pa-related-post-so {
  position:relative;
}
.pa-related-post-so:before {
    content: "";
    position: absolute;
    border-top: 1px solid #22314c;
    top: 0;
    width: 1180px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.pa-related-post-so {
    overflow: hidden;
}

.inner-full-image .post-header-frt {
    width: 50%;
    align-items: center;
}
.pc-full-img-mobile {
    width: 50%;
    min-height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
      display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner-full-image .post-header-frt { min-height:auto !important;}
/* -------------------------------------------commen for all sites but if requiired then custom from above content ---------------------------------------------------- */
/*--------------- Responsive media query style start here ----------------*/
@media (max-width: 1250px){
    .inner-full-image .post-header-frt { min-height: 356px; }
  .pa-related-post-so:before{ width:calc(100% - 40px); }
  .resources_hero_banner.blog_bottom_resources {
    margin: 20px 0 40px;
}
}

@media (max-width: 1080px){
    .co-post-col3 .post_item { width: calc(50% - 22px ); }
}


@media (max-width: 991px){
    .co-recent-list .post_item { width: calc(100% - 22px ); margin-bottom: 45px ; }
  .co-recent-list .post_item:last-child { margin-bottom: 0; }
  .pa-related-post-so .co-recent-list { max-width: 700px ; margin: 0 auto; }
  .inner-full-image { background-image: unset !important; }
  .inner-full-image .post-header-frt:after { width: 100%; border-radius: 8px ; background-color: #f7f7f7e8; }
  .inner-full-image .post-header-frt { width: 100%;  padding: 50px 25px; }
  .pc-full-img-mobile { min-height: 280px ; background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 0px 0px 14px 14px ; width:100%;}
  .inner-full-image .post-header-frt { width: 100%; padding: 42px 25px 34px ; min-height: 256px ; }
  .pc-blog-post-sub.pc-blog-list-sub .pc-blog-info-form { width: 100%; padding-right: 0; }
  .pc-blog-info-mid1 { max-width: 100%; }
  .pc-blog-post-sub.pc-blog-list-sub .pc-blog-sub-form { width: 100%; margin-top: 10px ; }
  .post-header-inner-fixed { max-width: 100%; }
  .inner-full-image .post-header-frt { z-index: 141;}
  .pc-full-img-mobile {margin-top: 0px;
    z-index: -1; }
.co-recent-list .post_item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
  .pa-related-post-so .co-recent-list {
    max-width: 100%;
  }
}
@media (max-width: 840px){
    
}
@media (max-width: 767px){
    .co-post-col3 .post_item { width: calc(100% - 22px ); }
  .pp-list-filters { margin: 0px 20px; }
  .pa-listing-header { border-radius: 10px; }
  .pa-list-headline-txt { text-align: center; }
  .pa-list-tag1 .widget-module ul { justify-content: center; }
  .ias-trigger a { min-width: 177px;  font-size: 16px;}
  .pc-blog-info-form { width: 100%; padding-right: 0; }
  .pc-blog-sub-form { width: 100%; text-align: center; } 
  .pc-blog-sub-form { margin-top: 17px; }
  .pc-blog-info-mid1 { max-width: 100%; text-align: center; }
  .pc-blog-mixed-op { max-width: 100%; margin: 0 auto; }
  .pa-related-post-so .content-wrapper { padding: 0; }
  .co-recent-list .post_item { width: 100%; margin-left: 0; margin-right: 0; }
  .blog-post__body img { margin: 25px 0px; }
  blockquote { margin: 25px 0; }
  .blog-post {  padding: 23px 0 25px; }
  .pa-related-post-so { padding: 34px 0 14px ; }
  .pc-blog-post-sub {  margin-top: 0px;  padding:45px 0;}
  .co-post-col3 .post_item:last-child { margin-bottom: 0; } 
  .pc-author-hy-opt { display: flex !important; width: 100%; }
  .pc-author-header-opt { display: none; }
  .bm-author-social-section1 { margin-top: 14px; }
  .author-info-fr>h5 { font-size: 16px; }
  .co-post-col3 { padding: 40px 0 43px;}
  .post-content-main .post-header h4 { font-size:20px; line-height:1.25;}
  .post-pdate-author >h6{ font-size:16px; line-height:1.1;}
  .pc-author-hy-opt {    align-items: flex-start;} 
  .post-content-main { padding:30px 0 0;}
  .blog-post__body p {
    font-weight: 500;
}
  .pa-related-post-so .co-recent-list {
    max-width: 100%;
    margin: 0 20px;
}
  .pa-related-post-so .content-wrapper { padding:0 20px;}
  .pa-related-post-so .co-recent-list { margin:0;}
  .pa-list-tag1 .widget-module ul li a { min-width:auro;}
}
@media (max-width: 640px){
    .pa-listing-header { padding: 29px 0 32px; }
  .hs-author-avatar img { width: 42px ; height: 42px ;margin-right: 9px; }
  .hs-author-avatar { width: 50px ; }
  .author-right { width: calc(100% - 50px ); }
  .co-blog-author-srts .co-author-info-ios { width: 100%; padding-left: 0; text-align: center; }
  .co-blog-author-srts .blog-header__author-avatar { width: 100px ; height: 100px ; border-radius: 50%; margin: 0 auto 20px ; }
}
@media (max-width: 480px){
  .hs-featured-image-wrapper .ae-featured-frd { min-height: 204px ; }
  .pc-blog-mixed-op {  padding-left: 20px ; padding-right: 20px ; }
  .pc-blog-mixed-op { max-width: 100%; }
  .pc-full-img-mobile { min-height: 174px;margin-top: -3px;
    z-index: -1; }
  .co-blog-author-srts .blog-header__author-social-links a { width: 32px ; height: 32px; }
    
}
@media (max-width: 375px){
    
}
/*--------------- Responsive media query style start here ----------------*/
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="password"] {
  height: auto !important;
}

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

.systems-page {
  padding: 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: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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

@media(max-width:767px){

  .systems-page h1{

    font-size:25px;
  }
  .systems-page h2{

    font-size:20px;
  }
  .systems-page h3{

    font-size:18px;
  }

  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;

  }

}