/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































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

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

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

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

@media (max-width: 1170px) {
  .dnd-section>.row-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: "IcoFont";
  src: url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/IcoFont/icofont.woff2") format("woff2"), 
    url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/IcoFont/icofont.woff") format("woff"),
    url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/IcoFont/icofont.eot") format("embedded-opentype"), 
    url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/IcoFont/icofont.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Material Design Icons";
  src: url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/Material%20Design%20Icons/materialdesignicons-webfont.eot") format("embedded-opentype"), 
    url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/Material%20Design%20Icons/materialdesignicons-webfont.woff2") format("woff2"), 
    url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/Material%20Design%20Icons/MaterialDesignIcons.woff") format("woff"), 
    url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/Material%20Design%20Icons/MaterialDesignIcons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Flaticon";
  src: url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/Flaticon/Flaticon.eot") format("embedded-opentype"),
    url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/Flaticon/Flaticon.woff") format("woff"), 
    url("https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Fonts/Flaticon/Flaticon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

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

html {
  font-size: 18px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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

blockquote {
  background: #F6F6F6;
  padding: 40px;
  clear: both;
  margin: 0 0 30px;
  border-left: 3px solid #FFC107;
  font-style: italic;
  font-size: 1.1em;
  border-color: #f42534;
}

blockquote, q {
  quotes: "" "";
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  border:1px solid;
  padding:5px;
}

h3.form-title {
  padding-left: 4px;
  padding-right: 4px;
}

.hs-button {
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  height: auto;
  line-height: normal;
  text-align: center;
  font-weight: normal;
  text-shadow: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-style: solid;
  cursor: pointer;
}

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

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


.hs-form label {
  float: none;
  line-height: 1.8;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 3px 0;
  width: auto;
  display: block;
}

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

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  vertical-align:middle;
  height: 32px;
  line-height: 1.3;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#hs-pwd-widget-password {
  height: 32px !important;
}

.hs-input:focus,
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);
  outline:0;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 20px;
}

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

@media (max-width: 767px) {
  form {
    max-width: 100%;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.custom-footer-hor-space {
  height: 111px;
}

@media (max-width: 767px) {
  .custom-footer-no-nav .ht-footer1 {
    display: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

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

.custom-header {
  position: relative;
  z-index: 999;
  transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  display: block;
  margin: 0;
}

.custom-header-top {
  padding: 10px 0;
  font-size: 0.86rem;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 6px;
}

.custom-header .header__container {
  width: 100%;
}

.col-header-top {
  float: left;
  width: auto;
  margin-left: 0;
}

.custom-header-top .header__container:before, 
.custom-header-top .header__container:after {
  display: block;
  clear: both;
  content: "";
}

.custom-header-social-icons {
  max-width: 80%;
}

.custom-header-contact-no {
  max-width: 80%;
  float: right;
}

.custom-header-contact-no p {
  margin-bottom: 0;
}

.th-social a {
  padding: 5px 10px;
  text-decoration: none !important;
  margin-right: -3px;
}

.th-social a:last-child {
  margin-right: 0;
}

[class^="icofont-"], [class*=" icofont-"] {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.icofont-linkedin:before {
  content: "\ed4d";
}

.icofont-twitter:before {
  content: "\ed7a";
}

.icofont-facebook:before {
  content: "\ed37";
}

.icofont-youtube-play:before {
  content: "\ecbb";
}

.custom-header-bottom {
  position: relative;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.custom-header-bottom .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}

.mdi, .mdi-set {
  display: inline-block;
  font-family: "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-chevron-down:before {
  content: "\F140";
}

/* Styles for the Logo */

.custom-logo {
  padding: 15px 0;
  transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
}

.custom-logo > div {
  width: 100% !important;
}

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

.custom-logo img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 60px;
  width: auto;
}

/* Styles for the Search Bar */

.header-search-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-open .header-search-popup {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.ht-search-close {
  position: absolute;
  top: 0;
  left: 50%;
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #FFC107;
  color: #FFF;
  font-size: 24px;
  margin-left: -30px;
  background: #f42534;
}

[class^="flaticon-"], [class*=" flaticon-"] {
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
}

.flaticon-multiply:before {
  content: "\f1ca";
}

.ht-search-container {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.ht-search-container form.search-form {
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

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

.ht-search-container .search-field {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: top;
  -webkit-appearance: none;
  width: 100%;
  background: none;
  border: none;
  text-align: center;
  height: 60px;
  height: 7vw;
  font-size: 60px;
  font-size: 5vw;
  color: #FFF;
  padding: 15px;
  margin-bottom: 30px;
  line-height: 1;
}

.ht-search-container .search-field:focus {
  outline: 0;
}

.ht-search-container .search-submit {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 30px;
  background: none !important;
  border: 3px solid #AAA;
  padding: 16px 60px;
  font-size: 20px;
  border-radius: 40px;
  color: #AAA;
  height: 70px;
}

.ht-search-container .search-submit:hover {
  color: #FFF;
  outline: 0;
}

/* Mobile Styles */

@media (max-width: 1200px) and (min-width: 1170px) {
  .custom-header .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1170px) {
  .custom-header .header__container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 1120px) and (min-width: 781px) {
  .custom-header-bottom .header__container {
    padding-left: 2%;
    padding-right: 2%;
  }
}

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

  .mobile-trigger {
    display: none !important;
  }

}

@media (max-width: 780px) {
  .custom-menu-primary-desktop {
    display: none !important;
  }

  .mobile-trigger-group {
    font-size: 14px;
    font-family: Lato;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-trigger-group #ht-mobile-menu {
    width: 48px;
    display: block;
    margin-left: 10px;
    float: right;
  }

  .menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    color: #FFF;
    font-size: 16px;
    line-height: 48px;
    display: block;
  }

  .collapse-button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 48px;
    padding: 10px 14px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #0E0E0E;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 20px;
    margin: 4px 0;
    background-color: #F5F5F5;
    border-radius: 1px;
  }

  .collapse-button:hover, .collapse-button:focus {
    color: #FFF;
    background-color: #040404;
  }
}

@media (max-width: 767px) {
  .ht-th-left, .ht-th-right {
    float: none;
    width: auto;
    max-width: none;
    text-align: center;
  }

  .ht-th-left {
    margin-bottom: 10px;
  }
}

@media (max-width: 580px) {
  .custom-header-top {
    display: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.custom-footer {
  text-align: left;
  padding-top: 50px;
  position: relative;
}

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

.footer__main {
  margin-left: -3%;
  padding: 0 0 40px;
}

.ht-footer {
  float: left !important;
  margin-left: 3% !important;
}

.ht-footer1 {
  width: 72% !important;
}

.ht-footer2 {
  width: 22% !important;
}

.footer__copyright {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: inherit;
}

.custom-footer a {
  display: inline-block;
}

@media (max-width: 1240px) and (min-width: 1170px) {
  .custom-footer .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1170px) {
  .custom-footer .footer__container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .footer__main {
    margin-left: 0 !important;
  }

  .ht-footer {
    width: auto !important;
    margin: 0 0 30px !important;
    float: none !important;
  }

  .footer__copyright {
    margin-bottom: 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

/* hs blog listing */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.ht-main-header {
  display: block;
  margin: 0;
  background: #f7f9fd;
  padding: 45px 0;
  margin-bottom: 60px;
  position: relative;
  background-color: #f7f9fd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #333333;
}

.ht-main-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1);
}

.ht-main-header * {
  color: #333333;
}

.ht-main-header > .page-center {
  position: relative;
  width: 100%;
}

.breadcrumb-trail {
  font-size: 15px;
  margin: 0;
  display: block;
}

.breadcrumb-trail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.breadcrumb-trail ul li {
  display: inline-block;
  margin-right: -3.5px;
}

.breadcrumb-trail ul li a:hover {
  color: #f42534;
}

.breadcrumb-trail ul li:last-child {
  margin-right: 0;
}

.breadcrumb-trail ul li:after {
  content: "/";
  margin: 0 6px;
}

.breadcrumb-trail ul li:last-child:after {
  display: none;
}

.topic-page .breadcrumb-trail ul li {
  text-transform: capitalize;
}

.custom-blog-content-group {
  display: block;
  width: 100%;
}

.custom-blog-content-group .content-wrapper {
  padding: 0 !important;
  width: 100%;
}

.blog-index {
  float: left !important;
  width: 67% !important;
  margin-left: 0 !important;
}

.blog-sidebar {
  width: 30% !important;
  float: right !important;
  margin-left: 0 !important;
}

.post-item {
  margin: 0 0 60px;
  display: block;
}

.featured-image-wrapper {
  display: block;
  margin: 0;
}

.featured-image-wrapper a {
  text-decoration: none !important;
}

.featured-image-wrapper a img.featured-image {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

.post-description {
  padding: 40px;
  background: rgba(0, 0, 0, 0.02);
}

.post-description:before, .post-description:after {
  display: block;
  clear: both;
  content: "";
}

.ht-post-info {
  float: left;
  width: 20%;
  text-align: center;
  z-index: 99;
  padding-right: 40px;
}

.ht-post-date {
  text-align: center;
}

.entry-date {
  display: inline-block;
  width: 70px;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
  font-size: 0.9em;
  margin-top: -40px;
  margin-bottom: 40px;
  line-height: 1.3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f42534;
}

.ht-day {
  display: block;
  font-size: 30px;
  color: #FFF;
}

.ht-post-content {
  float: left;
  width: 80%;
}

.entry-header h2 {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  font-size: 32px;
  margin-bottom: 20px;
  color: #333333;
}

.entry-header h2 a {
  text-decoration: none;
  color: inherit;
}

.entry-header h2 a:hover {
  text-decoration: none;
}

.post-bdy-content {
  color: #333333;
}

.entry-readmore {
  text-align: right;
  margin-top: 40px;
}

.entry-readmore a {
  background: #FFC107;
  padding: 12px 20px;
  line-height: 1.2;
  color: #FFF;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background: #f42534;
}

.entry-readmore a:hover {
  background: #333;
  color: #FFF;
}

/* blog sidebar */

.col-sidebar {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
}

.blog-sidebar-subscribe {
  background: #fff;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
}

.blog-sidebar-subscribe .form-title {
  font-family: 'Lato',serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
  background-color: transparent;
  color: #333333;
}

.blog-sidebar-subscribe > .hs_cos_wrapper {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}

.blog-sidebar-subscribe form {
  font-family: inherit;
  max-width: 100%;
  border: none;
  padding: 0;
  width: 100%;
}

.blog-sidebar-subscribe .hs-richtext.hs-main-font-element p {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
  margin-bottom: 0;
  font-family: inherit;
}

.blog-sidebar-subscribe .hs-richtext.hs-main-font-element {
  margin: 0;
  font: 14px Helvetica,Arial,sans-serif;
  color: #333333;
  line-height: normal;
}

.blog-sidebar-subscribe .hs-richtext.hs-main-font-element p span {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

.blog-sidebar-subscribe .hs-form-field {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
  margin-bottom: 0;
}

.blog-sidebar-subscribe .hs-form-field > label {
  display: block;
  margin-bottom: 3px;
  font: 14px Helvetica,Arial,sans-serif;
  color: #333333;
  line-height: normal;
  padding: 0;
}

.blog-sidebar-subscribe .hs-form-field > label .hs-form-required {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

.blog-sidebar-subscribe .hs-input {
  height: 50px;
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.8;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: top;
  color: #404040;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
  box-shadow: none !important;
  background-color: #fff;
}

.blog-sidebar-subscribe .hs-input:focus {
  border-color: #333;
  outline: 0;
}

.blog-sidebar-subscribe input.hs-button.primary.large {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  width: auto;
  font-family: 'Lato',serif;
  font-style: normal;
  text-transform: none;
  box-shadow: none !important;
}

.blog-sidebar-subscribe input.hs-button.primary.large:hover,
.blog-sidebar-subscribe input.hs-button.primary.large:focus {
  background-color: #777;
  color: #FFFFFF;
  outline: 0;
}

.blog-sidebar-subscribe ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: block;
  color: #e85c41;
  margin-top: 0;
}

.blog-sidebar-subscribe .hs-error-msgs label {
  font: 14px Helvetica,Arial,sans-serif;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
  margin: 0;
}

.blog-sidebar-subscribe input.hs-input.error {
  border: 2px solid #e85c41;
}

.blog-sidebar-topic-filter h4.topic-title {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  font-size: 27px;
  color: #007481;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.blog-sidebar-topic-filter h4.topic-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 40px;
  background: #FFC107;
  height: 2px;
  background-color: #007481;
}

.blog-sidebar-topic-filter ul.l_tinynav1 {
  display: none !important;
}

.blog-sidebar-topic-filter #tinynav1 {
  border: 1px solid #EEE;
  height: 50px;
  padding: 3px 40px 3px 8px;
  background-color: transparent;
  outline: 0;
  background-image: url(https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Images/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  max-width: 100%;
}

.blog-pagination {
  clear: both;
  text-align: center;
  margin-bottom: 60px;
  display: block;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 2px;
  color: #FFF;
  padding: 16px 22px;
  line-height: 1;
  background: #f42534;
}

.blog-pagination a:hover {
  background: #333;
  color: #FFF;
  text-decoration: none;
}

.blog-pagination a.blog-pagination__link--active {
  background: #333;
  color: #FFF;
  pointer-events: none;
}

.hs-blog-listing .custom-footer {
  margin-top: 100px;
}


/* hs blog post */

.blog-post {
  margin: 0 0 60px;
}

.hs-blog-post .entry-header {
  margin-bottom: 30px;
}

.hs-blog-post .entry-header h1 {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 38px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 0;
}

.hs-blog-post .entry-header h1 span {
  display: block;
}

.single-entry-content {
  margin-bottom: 40px;
}

.hs-blog-post .blog-post__body p {
  margin-bottom: 30px;
  color: #333333;
}

.tabber-wrap.blog-tabber {
  width: 100%!important;
  clear: both!important;
  position: relative!important;
  padding: 25px 0!important;
}

.blog-tabber .tabber-tabs {
  list-style: none!important;
  padding: 5px 0 1px!important;
  margin: 0!important;
  font: 13px arial!important;
  border-bottom: 1px solid #ccc!important;
  width: 100%!important;
}

.blog-tabber .tabber-tabs li {
  list-style: none!important;
  padding: 0!important;
  display: inline!important;
  margin: 0!important;
  line-height: inherit;
}

.blog-tabber .tabber-tabs li:before, .blog-tabber .tabber-tabs li:after {
  content: ""!important;
  padding: 0!important;
  margin: 0!important;
}

.blog-tabber .tabber-tabs li a {
  padding: 4px 10px 5px!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  background-color: transparent!important;
  border: 0 solid #ccc!important;
  text-decoration: none!important;
  border-bottom: none!important;
  outline: 0!important;
  font-size: 100%!important;
  line-height: 23px!important;
  color: #333!important;
  font-family: inherit !important;
}

.blog-tabber .tabber-tabs li.active a, 
.blog-tabber .tabber-tabs li.active a:hover {
  background-color: #eee!important;
  padding: 4px 10px 5px!important;
  border-bottom: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.blog-tabber .tabber-tabs li a:hover {
  padding: 4px 10px 5px!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  background-color: #ddd!important;
}

.tabber-content {
  padding: 20px 12px!important;
  min-height: 80px!important;
  overflow: hidden!important;
  border-bottom: 1px solid #ccc!important;
}

.abh_image {
  display: block;
  float: left!important;
  width: 80px!important;
  margin-top: 10px!important;
}

.tabber-content .abh_image a {
  border: 0!important;
  box-shadow: 0 1px 4px rgba(0,0,0,.2)!important;
  -webkit-box-shadow: none!important;
  text-decoration: none !important;
}

.tabber-content .abh_image img {
  max-width: 80px!important;
  height: auto;
  box-shadow: 0 1px 4px rgba(0,0,0,.2)!important;
  overflow: hidden!important;
  -webkit-border-radius: 50% 50% 50% 50%!important;
  -moz-border-radius: 50% 50% 50% 50%!important;
  border-radius: 50% 50% 50% 50%!important;
  vertical-align: middle;
}

.tabber-content .abh_social {
  display: block;
  float: right!important;
  line-height: 1px!important;
  padding: 0!important;
  margin: 3px 0 0!important;
  text-align: right!important;
}

.tabber-content .abh_social .follow-title {
  width: 140px!important;
  margin: 0 0 0 auto!important;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
}

.tabber-content .abh_social a {
  text-decoration: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  display: inline-block;
  background: url(https://7380145.fs1.hubspotusercontent-na2.net/hubfs/7380145/AuthenticBrand_April2020/Images/sprite.png) no-repeat!important;
  width: 24px!important;
  height: 24px!important;
  margin: 1px!important;
  padding: 0!important;
  opacity: .5!important;
  transition: opacity .2s!important;
  -moz-transition: opacity .2s!important;
  -webkit-transition: opacity .2s!important;
  -o-transition: opacity .2s!important;
  border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
}

.tabber-content .abh_social a.hs-social-twitter {
  background-position: -168px 0!important;
}

.tabber-content .abh_social a:hover {
  opacity: 1!important;
}

.tabber-content .abh_text {
  margin-left: 96px!important;
  font-size: 100%!important;
  line-height: 1.5!important;
}

.tabber-content .abh_text h3.author-name {
  text-transform: capitalize!important;
  clear: none!important;
  font-size: 18px!important;
  line-height: 24px!important;
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
  font-weight: 700!important;
  text-align: left!important;
  text-decoration: none;
  font-style: normal;
  font-family: 'Lato',serif;
  color: #000000;
}

.tabber-content .abh_text h3.author-name a.author-link {
  font-size: 100%!important;
  text-decoration: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.tabber-content .abh_text p {
  position: static!important;
  padding-top: 6px!important;
  font-size: 14px!important;
  width: 100%!important;
  font-size: 12px !important;
  margin-bottom: 0;
  color: #333333;
}

.tabber-content .abh_text h4 {
  font-size: 20px!important;
  padding: 0!important;
  margin: 0!important;
  clear: none!important;
  font-weight: 700!important;
  text-align: left!important;
  line-height: 20px!important;
  color: #000000;
}

.tabber-content .abh_text h4 span.abh_allposts {
  font-size: 11px!important;
  vertical-align: middle!important;
}

.tabber-content .abh_text a {
  text-decoration: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  font-size: 100%!important;
}

.tabber-content .abh_description {
  position: static!important;
  padding-top: 6px!important;
  font-size: 14px!important;
  width: 100%!important;
}

.tabber-content .abh_description .recent-author-posts {
  margin: 5px 0 0 15px!important;
}

.tabber-content .abh_description .recent-author-posts .recent-author-post-title {
  line-height: 20px!important;
  margin: 0!important;
  font-size: 12px !important;
}

.tabber-content .abh_description .recent-author-posts .recent-author-post-title span {
  font-size: 13px!important;
  line-height: 20px!important;
  margin: 0!important;
  color: #333333;
}

.ht-social-share {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}

.ht-social-share>span i {
  margin-right: 10px;
  display: inline-block;
}

.icofont-share:before {
  content: "\efe5";
}

.total-plus-share-buttons {
  float: right;
  margin-left: 40px;
}

.total-plus-share-buttons a {
  display: inline-block;
  line-height: 38px;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #FFF !important;
  background: #333;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none !important;
  margin-right: -3.5px;
}

.total-plus-share-buttons a i {
  color: #FFF;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.icofont-pinterest:before {
  content: "\ed5d";
}

.icofont-stumbleupon:before {
  content: "\ed72";
}

.icofont-envelope:before {
  content: "\ef14";
}

.total-plus-share-buttons .facebook-share {
  background: #204385;
}

.total-plus-share-buttons .twitter-share {
  background: #2aa9e0;
}

.total-plus-share-buttons .linkedin-share {
  background: #02669a;
}

.total-plus-share-buttons .pinterest-share {
  background: #ca2128;
}

.total-plus-share-buttons .stumbleupon-share {
  background: #eb4924;
}

.total-plus-share-buttons a.email-share {
  margin-right: 0;
}

.custom_blog_next-previous {
  margin-bottom: 40px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 20px 0;
  font-size: 1.1em;
  line-height: 1.4;
  color: #333333;
}

.custom_blog_next-previous .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-page {
  width: 50%;
  padding: 0 20px;
}

.custom-next.col-page {
  text-align: right;
  border-left: 1px solid #EEE;
}

.custom_blog_next-previous a {
  color: inherit;
  text-decoration: none !important;
}

.custom_blog_next-previous a span {
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 10px;
}

.custom_blog_next-previous .custom-previous a span i {
  margin-right: 10px;
}

.custom_blog_next-previous .custom-next a span i {
  margin-left: 10px;
}

.mdi-chevron-right:before {
  content: "\F142";
}

.mdi-chevron-left:before {
  content: "\F141";
}

.custom_blog_next-previous a:hover {
  color: #007481;
  outline: 0;
}

.total-plus-related-post {
  margin-bottom: 40px;
  color: #333333;
}

.total-plus-related-post h3 {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  font-size: 32px;
  color: #007481;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
}

.total-plus-related-post h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 40px;
  height: 2px;
  background: #FFC107;
  background-color: #007481;
}

.total-plus-related-post-wrap {
  margin: 0 0 0 -3%;
  padding: 0;
  list-style: none;
}

.related-post-item {
  float: left;
  width: 30.33%;
  margin-left: 3%;
}

.total-plus-related-post-wrap:before, .total-plus-related-post-wrap:after {
  display: block;
  clear: both;
  content: "";
}

.related-image {
  margin-bottom: 15px;
}

.related-image a {
  text-decoration: none !important;
}

.related-image a img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

.related-post-item h4.related-title {
  margin-bottom: 10px;
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 38px;
  line-height: 1.3;
  color: #000000;
  font-size: 1.1em;
}

.related-post-item h4.related-title a {
  color: inherit;
}

.hs-blog-post .custom-footer {
  margin-top: 100px;
}

.hs-blog-post .blog-comments {
  margin-bottom: 40px;
  color: #333333;
}

.hs-blog-post .blog-comments .post-footer .hs-richtext.hs-main-font-element {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #333333;
}

.hs-blog-post .blog-comments .post-footer form {
  padding: 0 !important;
  border: none !important;
  max-width: 100%;
  width: 100%;
}

.hs-blog-post .blog-comments .post-footer .hs-richtext.hs-main-font-element h3 {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  font-size: 32px;
  color: #007481;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
}

.hs-blog-post .blog-comments .post-footer .hs-richtext.hs-main-font-element h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 40px;
  height: 2px;
  background: #FFC107;
  background-color: #007481;
}

.hs-blog-post .blog-comments .post-footer .hs-form-field {
  margin-bottom: 15px;
}

.hs-blog-post .blog-comments .post-footer .hs-form-field > label {
  font-size: 0.9em;
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-transform: none;
  padding: 0;
  line-height: 1.8;
  margin: 0;
}

.hs-blog-post .blog-comments .post-footer .hs-input {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.8;
  color: #404040;
  border: 1px solid #EEE;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: top;
  padding: 10px 20px;
  height: 50px;
  width: 100%;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.hs-blog-post .blog-comments .post-footer .hs-input:focus {
  outline: 0;
}

.hs-blog-post .blog-comments .post-footer textarea {
  overflow: hidden;
  min-height: 278px;
}

.grecaptcha-badge {
  margin: 0;
}

.hs-blog-post .blog-comments .post-footer input.hs-button.primary {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  padding: 10px 25px;
  color: #FFF;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  line-height: 30px;
  background: #f42534;
  border-radius: 0;
  white-space: normal;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.hs-blog-post .blog-comments .post-footer input.hs-button.primary:hover,
.hs-blog-post .blog-comments .post-footer input.hs-button.primary:focus {
  background: #333;
  color: #FFF;
  outline: 0;
}

.hs-blog-post .blog-comments .post-footer .hs-error-msgs label {
  color: #f2545b;
}


@media (max-width: 1200px) and (min-width: 1170px) {
  .custom-blog-content-group .content-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 1169px) {
  .custom-blog-content-group .content-wrapper {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .page-center {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .blog-index {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .blog-sidebar {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 580px) {
  .ht-post-info {
    width: 30%;
  }

  .ht-post-content {
    width: 70%;
  }

  .total-plus-related-post-wrap {
    margin-left: 0;
  }

  .related-post-item {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }

}

@media (max-width: 479px) {
  .post-description {
    padding: 20px;
  }

  .ht-post-info {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .entry-date {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .ht-post-content {
    width: auto;
    float: none;
    padding: 0;
  }

  .blog-pagination a {
    margin-bottom: 10px;
  }

}

@media (max-width: 380px) {
  .abh_image {
    float: none !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
  }

  .tabber-content .abh_text {
    margin-left: 0 !important;
    margin-top: 20px;
  }

  .tabber-content .abh_social {
    margin-top: 10px !important;
  }

  .tabber-content .abh_text h3.author-name a.author-link {
    display: inline-block;
  }

  .custom_blog_next-previous .nav-links {
    display: block;
  }

  .col-page {
    width: 100%;
  }

  .custom-next.col-page {
    text-align: left;
    border-left: 0;
    border-top: 1px solid #EEE;
    padding-top: 20px;
  }

  .custom-previous.col-page {
    padding-bottom: 20px;
  }

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

#email-prefs-form {
  border: none !important;
  padding: 0 !important;
  max-width: 100% !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;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

@media (max-width: 1170px) {
  .content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;
    display: inline-block;
    width: 100%;
  }
}

#ht-back-top {
  position: fixed;
  right: 10px;
  bottom: -100px;
  background: #111;
  height: 60px;
  width: 40px;
  text-align: center;
  color: #FFF;
  line-height: 60px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.scroll-header #ht-back-top {
  bottom: 10px;
}

.icofont-simple-up:before {
  content: "\eab9";
}

#ht-back-top:hover {
  background: #f42534;
  color: #fff;
}