/* ******************************************************************************
*********************************************************************************
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 {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Free-Solid.woff2") format("woff2"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/fa-solid-900.woff") format("woff"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Free-Solid.ttf") format("truetype"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Free-Solid.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Free-Regular.eot") format("embedded-opentype"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Free-Regular.woff2") format("woff2"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/fa-regular-400.woff") format("woff"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Free-Regular.ttf") format("truetype"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Free-Regular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Brands-Regular.woff2") format("woff2"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/fa-brands-400.woff") format("woff"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Brands-Regular.ttf") format("truetype"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/FontAwesome5Brands-Regular.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/simple-line-icons.eot") format("embedded-opentype"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/simple-line-icons.woff2") format("woff2"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/simple-line-icons.ttf") format("truetype"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/Simple-Line-Icons.woff") format("woff"), 
    url("https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/Erp_Suites_June2020/Fonts/simple-line-icons.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Arial, Sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  letter-spacing: .4px;
}

p {
  margin: 0 0 20px;
}

/* Anchor Links */
a {
  color: #872B93;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.4;
  font-weight: 600;
  font-family: Arial, Sans-serif;
  color: #1B1B1B;
  word-break: break-word;
}

h1 {
  font-size: 23px;
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 0;
  margin: 15px 0 15px 20px;
}

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

blockquote {
  border: 0;
  quotes: none;
  padding: 0;
  font-style: italic;
  margin: 20px 40px;
  padding-left: 20px;
  border-left-width: 3px;
  border-style: solid;
}

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

.no-banner .body-container-wrapper  {
  padding-top: 165px;
}

@media (max-width: 960px) {
  .no-banner .body-container-wrapper {
    padding-top: 109px;
  }
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
}

h3.form-title {
  color: #1B1B1B;
  font-family: "Arial", Sans-serif;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 15px;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 0;
  background: #872B93;
  border-color: #872B93;
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
}

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

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


.hs-form label {
  color: #FFFFFF !important;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.hs-error-msgs label,
.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  min-height: 40px;
  background-color: #f5f8fa;
  border-radius: 0;
  padding: 0 15px;
}

input[type="password"] {
  height: auto !important;
  margin: 0 !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  min-height: 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: #c87872;
}

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

.hs-form-field {
  margin-bottom: 18px;
}

.hs-error-msgs {
  margin-left: 0;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 15px;
  color: #FFFFFF;
}
.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: Arial, Sans-serif;
}

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

.hs-form label {
  color: #FFFFFF;
}
/* ******************************************************************************
*********************************************************************************
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: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.custom-header {
  width: 100%;
  position: fixed;
  top: 0;
  height: auto;
  z-index: 9999;
  transition: opacity .3s, background-color .3s;
}

.custom-header .page-center {
  position: relative;
  height: 100%;
  padding: 17px 0 0 0;
}

.custom-logo {
  float: left;
  height: 100%;
  display: table;
}

.custom-logo > .hs_cos_wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 74px;
  transition: height 0.3s ease;
}

.custom-logo > .hs_cos_wrapper > .hs_cos_wrapper {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.custom-logo img {
  width: auto !important;
  max-height: 92px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-social-menu {
  float: right;
  position: relative;
  z-index: 10;
  right: -2px;
}

.header-social-menu .social-menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 74px;
  transition: height 0.3s ease;
}

.header-social-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-social-menu ul li {
  float: left;
  position: relative;
}

.header-social-menu ul li a {
  font-family: "Arial", Sans-serif;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ccc;
  line-height: 1;
  padding: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.header-social-menu ul li a span {
  width: 1em;
  height: 1em;
  text-align: center;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-youtube:before {
  content: "\f167";
}

.header-social-menu ul li.oceanwp-twitter a:hover {
  color: #46d4fe;
  border-color: #46d4fe;
  background-color: transparent;
}

.header-social-menu ul li.oceanwp-facebook a:hover {
  color: #37589b;
  border-color: #37589b;
  background-color: transparent;
}

.header-social-menu ul li.oceanwp-linkedin a:hover {
  color: #3399CC;
  border-color: #3399CC;
  background-color: transparent;
}

.header-social-menu ul li.oceanwp-youtube a:hover {
  color: #C4302B;
  border-color: #C4302B;
  background-color: transparent;
}

.custom-menu-primary {
  float: right;
  position: relative;
  right: 0;
}

.custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .submenu.level-1 > li {
  float: left;
  position: relative;
}

.custom-menu-primary .submenu.level-1 > li > a {
  position: relative;
  zoom: 1;
  padding: 0 15px;
  letter-spacing: 0.6px;
  line-height: 74px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.custom-menu-primary .submenu.level-1 > li > a .nav-arrow {
  padding-left: 6px;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-angle-down:before {
  content: "\f107";
}

.custom-menu-primary ul ul {
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  min-width: 180px;
  line-height: 1;
  text-align: left;
  border: none;
  top: 100%;
  left: 0;
  z-index: 9999;
  position: absolute;
  display: none;
}

.custom-menu-primary .submenu.level-1 > li[data-name="search"] > a > .text-wrap {
  display: none;
}

.icon-magnifier {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-magnifier:before {
  content: "\e090";
}

.custom-menu-primary .submenu.level-1 > li[data-name="toggle"] > a > .text-wrap {
  display: none;
}

.custom-menu-primary .submenu.level-1 > li[data-name="toggle"] > a > .side-panel-icon {
  font-size: 14px;
}

.fa-bars:before {
  content: "\f0c9";
}

.header-social-menu ul li a i {
  width: 1em;
  height: 1em;
  text-align: center;
}

.custom-menu-primary ul ul li {
  position: relative;
  white-space: normal;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  float: none;
}

.custom-menu-primary ul ul li a {
  zoom: 1;
  letter-spacing: 0.6px;
  padding: 12px 15px;
  font-weight: 400;
  display: block;
  position: relative;
  float: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}

.custom-menu-primary ul li:hover > ul {
  display: block;
}

/* siderbar fixed menu */
.custom-side-menu {
  position: fixed;
  top: 0;
  color: #888;
  width: 300px;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 100000;
  right: -300px;
  transition: right .33s ease-in-out;
}

.side-menu-open .custom-side-menu {
  right: 0;
  visibility: visible;
}

.custom-side-menu .hs-menu-wrapper {
  overflow-x: hidden;
  height: 100%;
  overflow-y: hidden;
  outline: none;
  visibility: visible;
}

#site-wrapper {
  position: relative;
  left: 0;
  transition: left .33s ease-in-out;
}

.side-menu-open #site-wrapper {
  left: -300px;
}

.custom-side-menu .close-panel {
  font-family: "Arial", Sans-serif;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.far {
  font-weight: 400;
}

.custom-side-menu .close-panel i {
  font-size: 14px;
  margin-right: 6px;
}

.fa-times-circle:before {
  content: "\f057";
}

.custom-side-menu .hs-menu-wrapper > ul {
  padding: 20px 30px 30px 30px;
  display: block;
}

.custom-side-menu .hs-menu-wrapper > ul > li {
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 30px;
}

.custom-side-menu .hs-menu-wrapper > ul > li:last-child {
  margin: 0;
}

.custom-side-menu .hs-menu-wrapper > ul > li.erp-suites-clarity-image > a, 
.custom-side-menu .hs-menu-wrapper > ul > li.erp-suites-mobility-image > a, 
.custom-side-menu .hs-menu-wrapper > ul > li.erp-suites-scanability-image > a {
  display: none;
}

.custom-side-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  font-size: 14px;
  margin: 0 0 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Arial", Sans-serif;
  line-height: 1.4;
  font-weight: 600;
  cursor: text;
}

.custom-side-menu .hs-menu-wrapper > ul ul {
  display: block;
  width: 100%;
}

.custom-side-menu .hs-menu-wrapper > ul ul li {
  position: relative;
  white-space: normal;
  display: block;
  border-bottom: 1px solid #e9e9e9;
}

.custom-side-menu .hs-menu-wrapper > ul ul li a {
  font-family: "Arial", Sans-serif;
  letter-spacing: 0.6px;
  font-size: 13px;
  line-height: 20px;
  display: block;
  position: relative;
  zoom: 1;
  padding: 8px 0;
}

.custom-header .page-center:after, 
.custom-header .page-center:before {
  content: '';
  display: table;
}

.custom-header .page-center:after {
  clear: both;
}

.scroll-header .custom-logo img {
  max-height: 26px;
}

#searchform-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.search-open #searchform-overlay {
  opacity: 1;
  visibility: visible;
}

#searchform-overlay .container {
  position: relative;
  max-width: 550px;
  height: 100%;
  width: 1080px;
  margin: 0 auto;
}

#searchform-overlay form {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -33px;
  width: 100%;
  text-align: center;
  max-width: 100%;
}

#searchform-overlay .search-overlay-close {
  color: #872B93;
  font-family: "Arial", Sans-serif;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

#searchform-overlay .search-overlay-close span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

#searchform-overlay .search-overlay-close span:after, 
#searchform-overlay .search-overlay-close span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#searchform-overlay .search-overlay-close span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#searchform-overlay .search-overlay-close span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#searchform-overlay form input {
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  border-radius: 1px;
  font-size: 22px;
  line-height: 1.3;
  padding: 18px 0;
  margin: 0;
  min-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border: 0;
  border-bottom: 1px solid #444;
  z-index: 2;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

#searchform-overlay form input:focus {
  outline: none;
}

#searchform-overlay form label {
  font-size: 22px;
  line-height: 1.3;
  padding: 18px 0;
  margin: 0;
  min-height: 50px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: text;
  -moz-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  z-index: 1;
}

#searchform-overlay form label i {
  display: inline-block;
  background-color: #fff;
  width: 3px;
  height: 3px;
  margin-left: 3px;
  -ms-animation: blink 1s linear infinite;
  -webkit-animation: blink 1s linear infinite;
  -o-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

#searchform-overlay form label i+i {
  -ms-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}

#searchform-overlay form label i+i+i {
  -ms-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

@-webkit-keyframes blink {
  0% {
    -webkit-opacity: 1
  }

  50% {
    -webkit-opacity: 0
  }

  100% {
    -webkit-opacity: 1
  }
}

@-moz-keyframes blink {
  0% {
    -moz-opacity: 1
  }

  50% {
    -moz-opacity: 0
  }

  100% {
    -moz-opacity: 1
  }
}

@-o-keyframes blink {
  0% {
    -o-opacity: 1
  }

  50% {
    -o-opacity: 0
  }

  100% {
    -o-opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

body.search-open {
  overflow: hidden;
}

#searchform-overlay form.focus label {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.custom-logo a:hover img {
  -moz-opacity: .6;
  -webkit-opacity: .6;
  opacity: .6;
}

/* ============================ Media Queries ==================== */
@media (min-width: 960px) {
  .custom-mobile-menu-icon,
  .custom-mobile-menu-wrapper {
    display: none;
  }

  .scroll-header .custom-header {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    z-index: 999;
  }

  .scroll-header .custom-header .page-center {
    padding: 0;
    transition: padding 0.3s ease;
  }

  .scroll-header .custom-logo > .hs_cos_wrapper {
    height: 54px;
  }

  .scroll-header .header-social-menu .social-menu-inner {
    height: 54px;
  }

  .scroll-header .custom-menu-primary .submenu.level-1 > li > a {
    line-height: 54px;
  }

}

/* =========== */
@media (max-width: 1050px) and (min-width: 960px) {
  .custom-menu-primary .submenu.level-1 > li > a {
    padding: 0 10px;
  }
}

@media (max-width: 960px) {
  .custom-header {
    position: absolute;
  }

  .header-social-menu, 
  .custom-menu-primary {
    display: none;
  }

  .custom-mobile-menu-icon {
    float: right;
    position: relative;
    display: block;
  }

  .custom-mobile-menu-icon .mobile-menu {
    font-family: "Arial", Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #872B93;
    letter-spacing: 0.6px;
    cursor: pointer;
    line-height: 74px;
  }

  .custom-mobile-menu-icon .oceanwp-text {
    padding-left: 6px;
  }

  .custom-mobile-menu-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    right: auto;
    height: 100%;
    z-index: 999999;
    width: 300px;
    max-width: 100%;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    color: #555;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    background-color: #0eb290;
    transition: left 0.3s ease 0s;
  }

  .mobile-open .custom-mobile-menu-wrapper {
    left: 0px;
  }

  .sidr-class-toggle-sidr-close {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: block;
    background-color: #0a997b;
    font-family: "Arial", Sans-serif;
    color: #abffee;
  }

  .sidr-class-toggle-sidr-close i {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding-right: 4px;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 1;
    vertical-align: bottom;
  }

  .icon-close:before {
    content: "\e082";
  }

  .sidr-class-toggle-sidr-close:hover {
    color: #3be5cc;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    position: relative;
    border-bottom: 1px solid #0a997b;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li:first-child {
    border-top: 1px solid #0a997b;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    padding: 12px 20px;
    display: block;
    position: relative;
    color: #abffee;
    font-family: Arial,Helvetica,sans-serif;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 60px;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li:hover > a {
    color: #3be5cc;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    background-color: rgba(0,0,0,0.02);
    border-top: 1px solid #0a997b;
    display: none;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li {
    border-bottom: 1px solid #0a997b;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a {
    padding: 12px 20px;
    display: block;
    position: relative;
    color: #abffee;
    font-family: Arial,Helvetica,sans-serif;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    display: inline-block;
    margin: 0 10px;
    font-weight: 600;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li:last-child {
    border-bottom: none;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a:hover {
    color: #3be5cc;
  }

  .sidr-class-social-menu ul {
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    margin: 0;
    list-style: none;
    padding: 0;
  }

  .sidr-class-social-menu ul li {
    display: table-cell;
  }

  .sidr-class-social-menu ul li a {
    font-family: "Arial", Sans-serif;
    display: block;
    padding: 12px 10px;
    color: #abffee;
  }

  .sidr-class-social-menu ul li a:hover {
    color: #3be5cc;
  }

  .sidr-class-mobile-searchform {
    position: relative;
    margin: 30px 20px 0;
    max-width: 100%;
  }

  .sidr-class-mobile-searchform input[type="search"] {
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
    padding: 6px 45px 6px 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.8;
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 16px;
    border-radius: 1px;
    background-color: #0a997b;
    color: #ffffff;
    border-color: #027c52;
  }

  .sidr-class-mobile-searchform input[type="search"]::placeholder {
    color: #81e4cf;
  }

  .sidr-class-mobile-searchform .sidr-class-searchform-submit {
    cursor: pointer;
    margin: 0;
    font-weight: 600;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    background-color: transparent;
    width: 30px;
    display: block;
    position: absolute;
    right: 10px;
    height: 30px;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 30px 10px 30px;
    font-family: "Arial", Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    outline: none;
  }

  .sidr-class-mobile-searchform input[type="search"]:focus {
    outline: 0;
    border-color: #35ccac;
  }

  .child-trigger {
    font-size: 11px;
    height: 53px;
    width: 60px;
    position: absolute;
    right: 0;
    top: -1px;
    cursor: pointer;
    color: #abffee;
    padding-right: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .child-trigger:before {
    font-family: 'Font Awesome 5 Free';
    content: '+';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-weight: 400;
  }

  .mobile-open #site-wrapper {
    left: 300px;
  }

  .sidr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-open .sidr-overlay {
    opacity: 1;
    visibility: visible;
  }

  #site-wrapper {
    transition: left .3s ease 0s;
  }

  #searchform-overlay {
    display: none;
  }

  body.search-open {
    overflow: auto;
  }

  .custom-mobile-menu-icon .mobile-menu:hover {
    color: #A05EB5;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li.child-open > a {
    color: #3be5cc;
  }

  li.child-open >.child-trigger:before {
    content: '-';
  }

  li.child-open >.child-trigger {
    color: #3be5cc;
  }
  
  li:hover > .child-trigger {
    color: #3be5cc;
  }

}
#footer-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  opacity: 1;
  text-align: left;
  z-index: 1004;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  transition: all .5s ease;
}

#footer-bar {
  position: relative;
}

#footer-inner {
  display: none;
  width: 100%;
}

.footer-links {
  float: left;
  height: 100%;
}

.scroll-top-wrapper {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scroll-top-wrapper li {
  float: left;
  position: relative;
}

.scroll-top-wrapper li #scroll-top {
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  font-family: "Arial", Sans-serif;
  position: relative;
  float: right;
  background-color: transparent;
  width: 50px;
  height: auto;
  right: auto;
  bottom: auto;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.scroll-header .scroll-top-wrapper li #scroll-top {
  opacity: 1;
  visibility: visible;
}

#scroll-top > span {
  line-height: inherit;
  vertical-align: top;
}

.fa-angle-double-up:before {
  content: "\f102";
}

.scroll-top-wrapper li #scroll-top:hover {
  background-color: #333;
}

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

.footer-links .hs-menu-wrapper > ul:after, 
.footer-links .hs-menu-wrapper > ul:before {
  content: '';
  display: table;
}

.footer-links .hs-menu-wrapper > ul:after {
  clear: both;
}

.footer-links .hs-menu-wrapper > ul > li {
  float: left;
  position: relative;
}

.footer-links .hs-menu-wrapper > ul > li:not(.footer-toggleer) > a {
  height: 100%;
  line-height: 40px;
  text-align: center;
  border: 0;
  display: block;
  background-color: transparent;
  width: auto;
  font-size: 12px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial,Helvetica,sans-serif;
}

.footer-links .hs-menu-wrapper > ul > li.footer-toggleer > a {
  display: block;
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 16px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-family: "Arial", Sans-serif;
}

.footer-links .hs-menu-wrapper > ul > li.footer-toggleer > a > span {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.icon-arrow-up:before {
  content: "\e607";
}

.site-footer.open .footer-links .hs-menu-wrapper > ul > li.footer-toggleer > a > span {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-links .hs-menu-wrapper > ul > li:last-child > a {
  cursor: text;
}


#footer-bottom #footer-widgets {
  padding: 23px 0 30px 0;
  color: #ffffff;
}

#footer-widgets .footer-box {
  width: 100%;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
}

/* footer top */
#footer-callout-wrap {
  padding: 30px 0 70px;
  border-top: 1px solid #1B1B1B;
}

#footer-callout-wrap .page-center {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

#footer-callout-wrap #footer-callout-left {
  display: block;
  float: left;
  width: 75%;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 500;
}

#footer-callout-wrap #footer-callout-right {
  display: block;
  float: left;
  width: 23%;
  margin-left: 2%;
}

#footer-callout-left p {
  margin: 0;
}

#footer-callout-right a {
  margin: 0;
  padding: 12px 20px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: Arial,Helvetica,sans-serif;
}

.custom-lp-footer .footer-links .hs-menu-wrapper > ul > li:not(:first-child) {
  display: none;
}

/* ======================= Media queries ============== */
@media (max-width: 1220px) and (min-width: 1137px) {
  .footer-links .hs-menu-wrapper > ul > li:not(.footer-toggleer) > a {
    padding: 0 10px;
  }
}

@media (max-width: 1136px) and (min-width: 960px) {
  .footer-links .hs-menu-wrapper > ul > li:not(.footer-toggleer) > a {
    padding: 0 0 0 8px;
  }

  .footer-links .hs-menu-wrapper>ul>li.footer-toggleer>a {
    width: 40px;
  }

  .scroll-top-wrapper li #scroll-top {
    width: 40px;
  }
}

@media (max-width: 1024px) and (min-width: 960px) {
  .footer-links .hs-menu-wrapper > ul > li:not(.footer-toggleer) > a {
    font-size: 11px;
  }
}
/* ========== */
@media (max-width: 960px) {
  #footer-bottom {
    position: relative;
    min-height: 100%;
    width: 100%;
    left: auto;
    margin: 0;
    z-index: 998;
  }

  #footer-callout-wrap {
    padding: 30px 0;
  }

  #footer-inner {
    display: block !important;
  }

  #footer-widgets .footer-box {
    margin-bottom: 30px;
  }

  .footer-links .hs-menu-wrapper > ul > li.footer-toggleer {
    display: none;
  }

  .scroll-top-wrapper {
    position: absolute;
    right: 0;
    top: auto;
    left: auto;
    bottom: 0;
  }

  .footer-links .hs-menu-wrapper > ul > li:last-child > a {
    text-align: left;
  }

  .footer-links .hs-menu-wrapper > ul > li:last-child {
    width: 100%;
  }

  .custom-lp-footer .scroll-top-wrapper {
    position: static;
  }

}

@media (max-width: 767px) {
  #footer-callout-wrap .page-center {
    text-align: center;
  }

  #footer-callout-wrap #footer-callout-left {
    width: 100%;
    margin: 0;
    float: none;
  }

  #footer-callout-wrap #footer-callout-right {
    width: 100%;
    margin: 0;
    float: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .footer-links .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }

  .scroll-top-wrapper {
    position: static;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  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: #333333;
  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: #333333;
  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-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: #872B93;
}
.comment-date {
  display: block !important;
}
/* ================================================== */
.hs-banner-area {
  position: relative;
  height: 400px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background-color: #333333;
  padding: 100px 0 34px 0;
}

.blog-banner {
  background-image: url(https://3982874.fs1.hubspotusercontent-na1.net/hubfs/3982874/raw_assets/public/Erp_Suites_June2020_Theme/images/Man-reading-book-on-laptop.jpg);
}

.hs-banner-area .page-center {
  position: relative;
  text-align: center;
  z-index: 9;
}

.hs-banner-area h1 {
  margin: 0;
  line-height: 1.4em;
  display: block;
  font-size: 44px;
  font-weight: 400;
  max-width: 100%;
  z-index: 2;
  position: relative;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
}

.hs-banner-area:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 1;
  -moz-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  content: '';
}

.blog-top-section {
  position: relative;
  display: block;
  background-color: #333333;
  width: 100%;
}

.blog-top-section .page-center {
  max-width: 1100px;
  width: 100%;
}

.blog-top-section .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-top-section .blog-top-spacer {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-top-section .blog-top-title {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-blog-search-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-subscribe-button {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-top-title .top-title-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 10px;
}

.blog-top-title .top-title-inner h2 {
  color: #FFFFFF;
  font-family: "Arial", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.custom-blog-search-wrap .search-wrap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.custom-blog-search-wrap .search-icon-wrap {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.custom-blog-search-wrap .search-toggle {
  font-family: "Arial", Sans-serif;
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  color: #FFFFFF;
}

.custom-blog-search-wrap .oew-search-dropdown {
  display: none;
  position: absolute;
  right: 0;
  background-color: #1B1B1B;
  border-top: 3px solid #13aff0;
  top: 100%;
  padding: 15px;
  width: 260px;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.1);
  box-shadow: 0 2px 7px rgba(0,0,0,0.1);
  z-index: 10000;
}

.custom-blog-search-wrap form {
  max-width: 100%;
}

.custom-blog-search-wrap .hs-search-field__input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
  line-height: 1.8;
  padding: 6px 12px;
  vertical-align: middle;
  min-height: 40px;
  width: 100%;
  font-size: 16px;
  border-color: #f6f6f6;
  display: block;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  color: #FFFFFF;
  font-family: "Arial", Sans-serif;
  outline: none;
}

.custom-blog-search-wrap .hs-search-field__input::placeholder {
  color: rgb(117, 117, 117);
}

.custom-subscribe-button .subscribe-button-inner {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.subscribe-button-inner a {
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Arial", Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  background-color: #872B93;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 30px 10px 30px;
}

.subscribe-button-inner  .button-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe-button-inner .button-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}

.subscribe-button-inner a:hover {
  color: #FFFFFF;
  background-color: #A05EB5;
  border-radius: 0px 30px 0px 30px;
}

.blog-main-content-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.blog-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.blog-index .post-item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: calc( 100% / 2 );
}

.post-item .post-item-inner {
  border: 1px solid #eaeaea;
  text-align: center;
}

.post-item .post-media {
  position: relative;
  margin-bottom: 25px;
}

.post-media .post-img {
  position: relative;
  display: block;
  color: #872B93;
  font-family: "Arial", Sans-serif;
}

.post-media .post-img img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  max-height: 294px;
  object-fit: cover;
}

.post-media .overlay-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-media .overlay-btn .btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -75px;
  min-width: 150px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 2;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-media .post-img:hover .overlay-btn {
  opacity: 1;
}

.post-item .post-details {
  padding: 0 20px 20px;
}

.post-details .post-title {
  color: #1B1B1B;
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
}

.post-details .post-title a {
  color: #872B93;
  font-family: "Arial", Sans-serif;
}

.post-details .post-title a:hover {
  color: #A05EB5;
  font-family: "Arial", Sans-serif;
}

.oew-grid-meta {
  background-color: #f0eff0;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  font-size: 13px;
  color: #aaa;
}

.oew-grid-meta .meta-cat {
  float: right;
}

.oew-grid-meta .meta-cat i {
  margin-right: 6px;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-folder:before {
  content: "\e089";
}

.oew-grid-meta .meta-cat a {
  font-family: "Arial", Sans-serif;
  color: #aaa;
}

.oew-grid-meta .meta-cat a:hover {
  color: #333;
}

/* blog post */
.blog-header {
  display: block;
  position: relative;
  background-color: #333333;
  padding: 170px 0 34px 0;
}

.blog-header .page-center {
  position: relative;
}

.blog-header h1 {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
}

.blog-header .site-breadcrumbs {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 50%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  font-size: 13px;
  color: #c6c6c6;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  font-family: Arial,Helvetica,sans-serif;
}

.site-breadcrumbs ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-breadcrumbs ol li {
  display: inline-block;
}

.site-breadcrumbs ol li a {
  color: #fff;
}

.site-breadcrumbs .breadcrumb-home.has-icon {
  display: none;
}

.icon-home {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e069";
}

.site-breadcrumbs ol li a:hover {
  color: #0eb290;
}

.post-main-content-wrapper {
  padding-bottom: 50px;
  width: 100%;
  max-width: 100%;
}

.post-main-content-wrapper .thumbnail {
  margin: 1.5em auto;
  max-width: 1110px !important;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.post-main-content-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  margin-left: -15px;
   
}

.post-main-content-wrapper .blog-post {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1100px;
}

.blog-post .entry-header {
  margin-top: 1.5em;
}

.blog-post .entry-header h2 {
  color: #1b1b1b;
  font-size: 34px;
  padding: 0 0 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid #f1f1f1;
  letter-spacing: 0.6px;
  font-family: "Arial",Sans-serif;
  font-weight: 600;
  text-transform: inherit;
}

.post-meta {
  display: block;
  padding: 0;
  list-style: none;
  margin: 1.5em 0;
  width: 100%;
  color: #777;
  font-size: 12px;
  line-height: 1;
}

.post-meta li {
  float: left;
  line-height: 1.3;
}

.post-meta li i {
  display: inline-block;
  color: #929292;
  padding-right: 5px;
}

.icon-user, .icon-clock, .icon-folder, .icon-bubble {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e005";
}

.post-meta li a {
  color: #777;
}

.post-meta li a:hover {
  color: #84329b;
}

.icon-clock:before {
  content: "\e081";
}

.post-meta li:after {
  content: '-';
  padding: 0 6px;
}

.icon-folder:before {
  content: "\e089";
}

.icon-bubble:before {
  content: "\e07d";
}

.post-meta li:last-child:after {
  content: none;
}

.blog-post__tags {
  margin: 1.5em 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-post__tags .blog-post__tag-link {
  color: #872b93;
}

.blog-post__tags .blog-post__tag-link:hover {
  color: #a05eb5;
}

.post-entry-share {
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
  padding-left: 20px;
  padding-right: 20px;
  margin: 1.5em auto;
  max-width: 1100px;
}

.post-entry-share .social-share-title {
  float: left;
  line-height: 40px;
  margin: 6px 0;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  font-family: Arial,Helvetica,sans-serif;
}

.post-entry-share .post-social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.post-social-share li {
  float: left;
  margin: 6px;
  -ms-flex: 1;
  flex: 1;
}

.post-social-share li a {
  display: -ms-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 40px;
  line-height: 1;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  min-width: 144px;
  width: 100%;
}

.post-social-share .oss-icon-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -ms-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.08);
  padding: 0 12px;
  transition: all 0.3s ease;
}

.post-social-share .oss-icon-wrap svg {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  fill: #bbb;
}

.post-social-share .oss-name {
  display: block;
  width: 100%;
  padding: 0 10px 0 50px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.post-social-share li.twitter a:hover {
  color: #00aced;
  border-color: #00aced;
}

.post-social-share li.twitter a:hover .oss-icon-wrap {
  background-color: #00aced;
}

.post-social-share li.twitter a:hover .oss-icon-wrap svg {
  fill: #fff;
}

.post-social-share li.facebook a:hover {
  color: #3b5998;
  border-color: #3b5998;
}

.post-social-share li.facebook a:hover .oss-icon-wrap {
  background-color: #3b5998;
}

.post-social-share li.facebook a:hover .oss-icon-wrap svg {
  fill: #fff;
}

.post-social-share li.linkedin a:hover {
  color: #3399CC;
  border-color: #3399CC;
}

.post-social-share li.linkedin a:hover .oss-icon-wrap {
  background-color: #3399CC;
}

.post-social-share li.linkedin a:hover .oss-icon-wrap svg {
  fill: #fff;
}

.post-navigation {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
  padding-left: 20px;
  padding-right: 20px;
  margin: 1.5em auto;
  max-width: 1100px;
}

.post-navigation .nav-previous {
  border: 0;
  float: left;
  width: 50%;
  text-align: left;
  border-right-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  padding-right: 20px;
}

.post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 20px;
}

.post-navigation a {
  color: #872b93;
  display: block;
}

.post-navigation .title {
  display: block;
  line-height: 20px;
  color: #84329b;
}

.post-navigation .title i {
  font-size: 20px;
  line-height: 20px;
}

.post-navigation .nav-previous .title i {
  float: left;
  margin-right: 20px;
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.post-navigation .post-title {
  display: block;
  font-size: 16px;
  margin: 5px 0 0;
}

.post-navigation a:hover {
  color: #a05eb5;
}

.post-navigation .nav-next .title i {
  float: right;
  margin-left: 20px;
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

#related-posts {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
  padding-left: 20px;
  padding-right: 20px;
  margin: 1.5em auto;
  max-width: 1100px;
}

#related-posts .related-posts-title {
  font-size: 14px;
  letter-spacing: 1.3px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}

#related-posts .related-posts-title .text:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: 600;
  padding-right: 6px;
  color: #84329b;
}

#related-posts .row {
  margin: 0 -10px;
}

#related-posts .related-post-item {
  float: left;
  position: relative;
  min-height: 100px;
  margin: 0;
  text-align: center;
  padding: 0 10px;
  width: 33.3333333333%;
}

.related-post-item .related-post-media {
  display: block;
}

.related-post-media .related-thumb {
  display: block;
  background-color: #222;
}

.related-post-media .related-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0 auto;
  max-height: 189px;
  object-fit: cover;
}

.related-post-media .related-thumb:hover img {
  -moz-opacity: .7;
  -webkit-opacity: .7;
  opacity: .7;
}

.related-post-item .related-post-title {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 12px 12px 3px 12px;
  color: #333;
  line-height: 1.4;
}

.related-post-item .related-post-title a {
  color: #872b93;
  display: block;
}

.related-post-item .related-post-title a:hover {
  color: #84329b;
}

.related-post-item time.published {
  font-size: 12px;
  color: #929292;
}

.related-post-item time.published i {
  padding-right: 5px;
}

.blog-comments {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin: 1.5em auto;
  max-width: 700px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}

.blog-comments #comments-listing {
  margin-bottom: 30px;
}

.section.post-footer .hs-input {
  color: #333;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.8;
  padding: 6px 12px;
  vertical-align: middle;
  display: inline-block;
  min-height: 40px;
  font-size: 16px;
  border-radius: 1px;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  width: 100%;
}

.section.post-footer .hs-button {
  border-radius: 30px;
  padding: 10px 30px 10px 30px;
  border: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  background-color: #872b93;
}

.section.post-footer .hs-button:hover {
  background-color: #a05eb5;
}

.section.post-footer .hs-input:focus {
  border-color: #e0e0e0;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  line-height: 1.4;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
}

.blog-post__body {
  font-family: "Arial", Sans-serif;
  color: #54595F;
}

.hs-banner-area.author-banner,
.hs-banner-area.topic-banner {
  height: auto;
  padding: 165px 0 34px 0;
}

.hs-banner-area.author-banner h1, 
.hs-banner-area.topic-banner h1 {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
}

.custom-blog-search-wrap .search-wrap-inner.open .oew-search-dropdown {
  display: block;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
  margin-top: 5px;
}

.hs-search-field--open .hs-search-field__suggestions #results-for {
  color: #fff;
}

.hs-search-field__suggestions li {
  padding: 5px 0 !important;
}

.post-media .overlay-btn .btn-inner:hover {
  background-color: #fff;
  color: #333;
}

.section.post-footer textarea.hs-input {
  min-height: 150px;
  line-height: 1.5;
  resize: vertical;
}

.post-item.no-img .post-details {
  padding-top: 20px;
}

/* ========================== Media queries ========================== */



@media (min-width: 768px) {
  .blog-top-section .blog-top-spacer {
    width: 22%;
  }
  .blog-top-section .blog-top-title {
    width: 37%;
  }
  .custom-blog-search-wrap {
    width: 5%;
  }
  .custom-subscribe-button {
    width: 36%;
  }
  
}

@media (max-width: 767px) {
  .hs-banner-area {
    height: auto;
  }
  .blog-top-section .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-top-section .blog-top-spacer, 
  .blog-top-section .blog-top-title, 
  .custom-blog-search-wrap, 
  .custom-subscribe-button {
    width: 100%;
  }

  .blog-index .post-item {
    width: calc( 100% / 1 );
  }

  .blog-header {
    padding: 110px 0 34px 0;
  }

  .blog-header .site-breadcrumbs {
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    margin-top: 0;
    position: relative;
  }

  .blog-header h1 {
    font-size: 24px !important;
  }

  #related-posts .related-post-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .hs-banner-area.author-banner, 
  .hs-banner-area.topic-banner {
    padding: 110px 0 34px 0;
  }

  .custom-blog-search-wrap .oew-search-dropdown {
    left: 0;
    right: auto;
  }

  .post-media .post-img img {
    max-height: 375px;
  }

  .related-post-media .related-thumb img {
    max-height: 395px;
  }

}

@media (max-width: 480px) {
  .post-navigation .nav-previous {
    float: none;
    width: 100%;
    padding: 0;
    border-right-width: 0;
    border-left-width: 0;
  }

  .post-navigation .nav-next {
    float: none;
    width: 100%;
    padding: 0;
  }

  .blog-post__body img {
    width: 100% !important;
    margin: 0 !important;
  }

}

button, select {
  color: #FFFFFF;
  background: #892b93;
  border: none;
 font-family: "Arial", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* ******************************************************************************
*********************************************************************************
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: 30vw;
  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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 15px;
  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: Arial, Sans-serif;
  font-size: 1.25rem;
  color: #333333;
  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: #333333;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs_cos_wrapper_type_email_subscriptions #email-prefs-form {
  max-width: 100%;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%; 
  }
  .systems-page h2 {
    font-size: 23px;
  }
}