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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Brands-Regular.woff2") format("woff2"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Brands-Regular.woff") format("woff"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Brands-Regular.ttf") format("truetype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Brands-Regular.svg") format("svg");
  font-style: normal; 
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Light.eot") format("embedded-opentype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Light.woff2") format("woff2"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Light.woff") format("woff"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Light.ttf") format("truetype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Light.svg") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: auto; 
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Regular.eot") format("embedded-opentype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Regular.woff2") format("woff2"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Regular.woff") format("woff"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Regular.ttf") format("truetype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/FontAwesome5Pro-Regular.svg") format("svg");
  font-style: normal; 
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/OpenSans.woff2") format("woff2"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/OpenSans.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "porto-icons";
  src: url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/fontello.woff2") format("woff2"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/fontello.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: pix-fonts;
  src: url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/pix-fonts.eot") format("embedded-opentype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/pix-fonts.woff") format("woff"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/pix-fonts.ttf") format("truetype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/pix-fonts.svg") format("svg");
  font-style: normal;
  font-weight: 400; 
  font-display: swap;
}


@font-face {
  font-family: defaults;
  src: url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/Defaults.eot") format("embedded-opentype"), 
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/Defaults.woff") format("woff"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/Defaults.ttf") format("truetype"),
    url("https://8880391.fs1.hubspotusercontent-na1.net/hubfs/8880391/DentalTrey_June2021/fonts/Defaults.svg") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}


html {
  font-size: 16px;
  font-family: Muli;
  overflow-x: hidden;
}

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

.hs-blog-listing ::selection {
  background: #5b5b5b;
  color: #e2e2e2;
}

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

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

img {
  max-width:100%;
}

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

.dnd-section > .row-fluid,
.content-wrapper,
.page-center {
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */


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

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  font-family: Muli, sans-serif;
  text-transform: uppercase;
  position: relative;
  text-align: center; 
  
  text-decoration: none;
  margin-top: 10px;
  outline: none;
}

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

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


.hs-form label {
  font-size: 11px;
  font-family: Muli;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.hs-error-msgs label {
  color: #dc3232 !important;
  font-size: 11px;
  font-weight: normal !important;
  display: block;
  line-height: normal !important;
  text-transform: none !important;
  margin-top: 4px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.hs-input,input[type=password] {
  display: inline-block;
  width: 100%;
  border: 1px solid;
  padding: 0.375rem 0.75rem;
  font-family: Muli, sans-serif;
  height: 48px !important;
  font-size: 0.8125rem;
  line-height: normal; 
  font-weight: normal;  
  box-sizing: border-box;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto !important;
  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;
  box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25)!important;
}

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: #b5d2d7 !important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.top-header {
  font-size: 16px;
  line-height: 1.4;
}

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

.top-header .page-center {
  padding: 15px;
}

.top-header .logo-wrapper img {
  max-height: 43px;
  vertical-align: sub;
  width: 191.5px !important;
}

.top-header .logo-wrapper {
  display: inline;
}

.logo-wrapper .widget-type-logo {
  display: inline;
}

.top-header .top-menu {
  display: inline-block;
  vertical-align: middle;
}

.top-header .top-social {
  float: right;
}

.top-menu .hs-menu-wrapper>ul {
  margin-top: .4rem;
  margin-bottom: 2.25rem;
  list-style: none;
  padding-left: 40px;
}

.top-menu .hs-menu-wrapper>ul>li {
  margin-top: 0rem;
  position: relative;
  float: left;
  margin-bottom: 0;
  padding-bottom: 0.9rem;
}

.top-menu .hs-menu-wrapper>ul>li>a {
  color: #006E7F;
  font-weight: bold;
  font-size: 11px;
  padding: 0 10px;
  text-transform: uppercase;
}

.top-social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0 0.4em;
  padding: 5px 0;
}

.top-header .top-menu .hs-menu-flow-horizontal {
  display: inline-block;
  vertical-align: middle;
}

header .bottom-header {
  display: block;
  background-color: #fff;
  border-top: 3px solid #08c;
  position: relative;
  z-index: 5;
  font-size: 16px;
  line-height: 1.4;
}

.bottom-header .top .page-center {
  position: relative;
  padding-top: 24px;
  padding-bottom: 17px;
}

.bottom-header .top .page-center:before {
  content: '';
  display: table;
}

.bottom-header .top .page-center:after {
  content: '';
  display: table;
  clear: both;
}

.top .h-top-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.h-top-inner .h-logo {
  padding-bottom: .5rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.h-top-inner .middle-search {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 66.6666666667%;
  -moz-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 0;
  padding-left: 0;
}

.h-top-inner .right-btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 33.3333333333%;
  -moz-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  text-align: right !important;
  padding-right: 0;
  padding-left: 0;
}

.h-logo .logo img {
  width: 171px !important;
}

.middle-search .block-search {
  display: block;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  padding-right: 1rem;
}

.block-search .block-content {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}

.search .control input {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b1cfd2;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: baseline;
  width: 100%;
  left: -9999px;
  position: static;
  margin: 0;
  height: 45px;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
}

.search .control input:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
  outline: none;
}

.search .control input::-webkit-input-placeholder {
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
  color: #fff !important;
}

.block-content form .actions button {
  vertical-align: middle;
  font-family: Muli;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: #fff;
  opacity: 1;
  right: 0;
  height: 100%;
  border-radius: 5px;
}

.block-content form .actions button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-left: 1px;
  color: #006e7f;
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  cursor: pointer;
}

.right-btn .header-links {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 0 0.2em;
}

.header-links .authorization-link {
  position: relative;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.authorization-link .widget-type-rich_text {
  height: 100%;
}

.authorization-link .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
  height: 100%;
}

.header-links .authorization-link a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -999em;
  font-size: 1.1em;
  color: #FFFFFF;
}

.header-links .authorization-link a:before {
  content: "\f2bd";
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.65em;
  margin-left: -0.55em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 1em;
  display: inline-block;
  color: #006e7f;
}

.right-btn .minicart-wrapper {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0;
  background: #fff;
  border-radius: 5px;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  padding: 10px 15px;
  margin-left: 0.2em;
}

.right-btn .minicart-wrapper:before {
  content: '';
  display: table;
}

.right-btn .minicart-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.minicart-wrapper .ui-dialog {
  display: none;
}

.minicart-wrapper a.action.showcart {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
}

.fal, .far {
  font-family: "Font Awesome 5 Pro";
}

.far {
  font-weight: 400;
}

.minicart-wrapper a.action.showcart i {
  color: #94c95d;
  vertical-align: middle;
  font-size: 20px;
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.bottom-header .middle .page-center {
  text-align: left;
}

.bottom-header .middle .page-center:after {
  content: "";
  display: table;
  clear: both;
}

.bottom-header .middle ul {
  padding: 0 0 15px 0;
  list-style: none;
  margin: 0 0 0 -10px;
}

.bottom-header .middle ul li {
  margin: 0 0 0 10px;
  display: inline-block;
}

.bottom-header .middle ul li a {
  border: 1px solid #fff3;
  border-radius: 5px;
  padding: 4px 25px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
}

.bottom-header .middle ul li:last-child a {
  padding: 6px 26px;
  font-size: 14px;
}

.bottom-header .middle ul li a:hover {
  background: #fff;
  text-decoration: none;
  color: #006e7f;
}

.bottom .bottom-inner {
  padding-bottom: 2em;
  padding-top: 1em;
}

.top-menu .hs-menu-wrapper>ul>li>ul {
  margin-bottom: 0;
  display: none;
  position: absolute;
  background: #006e7f;
  border-bottom: 3px solid #ffffff;
  list-style: none;
  padding: 15px 10px 0 5px;
  z-index: 10;
  margin-left: 10px;
  box-shadow: 1px 1px 1px #636363;
  min-width: 180px;
  margin-top: 11px;
}

.top-menu .hs-menu-wrapper>ul>li>ul>li {
  margin-top: 0rem;
  position: relative;
  float: none !important;
  margin-bottom: 0;
  padding-bottom: 0.9rem;
}

.top-menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-weight: bold;
  font-size: 11px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.top-menu .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}

.top-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

.top-social a:hover {
  color: #008296;
}

.top-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #008296;
  text-decoration: underline;
}




.fixed-header.lp-header .bottom {
  display: none;
}

.fixed .fixed-header.lp-header .bottom {
  display: none;
}

/*.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(15)>a {
  padding-left: 8px;
}*/

@media (max-width:1340px) and (min-width:1241px) {
  .top-menu .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
    padding: 0 5px;
  }
  .top-social a {
    font-size: 1.2em;
    margin: 0 .2em;
  }
}

@media (max-width:1240px) and (min-width:1141px) {
  .top-menu .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
    padding: 0 5px;
  }
  .top-social a {
    font-size: 1.2em;
    margin: 0 .2em;
  }
  .top-menu .hs-menu-wrapper>ul {
    padding-left: 11px;
  }
}

@media (max-width:1140px) and (min-width:1041px) {
  .top-menu .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
    padding: 0 3px;
  }
  .top-social a {
    font-size: 1em;
    margin: 0 .2em;
  }
  .top-menu .hs-menu-wrapper>ul {
    padding-left: 0px;
  }
}

@media (max-width:1040px) and (min-width:992px) {
  .top-menu .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
    padding: 0 5px;
  }
  .top-social a {
    font-size: 1.2em;
    margin: 0 .2em;
  }
  .top-menu .hs-menu-wrapper>ul {
    padding-left: 28px;
    margin-top: 1.4rem;
  }
  .top-header .top-social {
    margin-top: 10px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .top-menu .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
    padding: 0 3px;
  }
  .top-social a {
    font-size: 1.2em;
    margin: 0 .2em;
  }
  .top-menu .hs-menu-wrapper>ul {
    padding-left: 0;
    margin-top: 1.4rem;
  }
  .top-header .top-social {
    margin-top: 10px;
  }
}

@media (max-width:767px) {
  .fixed-header.lp-header {
    min-height: 0;
  }
  .fixed-header.lp-header .h-logo .logo {
    margin-left: 39px;
  }
  .top-header {
    display: none;
  }
  header .bottom-header {
    border-top-color: #006E7F;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0px 5px rgb(0 0 0 / 30%);
  }
  .bottom-header .bottom {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
    overflow-x: hidden;
  }
  .bottom-header .top .page-center {
    padding: 5px 0;
    position: static;
  }
  .h-top-inner .h-logo span.action.nav-toggle {
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    z-index: 1;
    position: static;
    left: 0;
    margin: 0;
    top: 0;
    float: left;
    padding: 6px 15px 0px 0px;
    height: auto;
    line-height: 1;
  }
  .h-top-inner .h-logo span.action.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: inherit;
    color: #08c;
    content: '\f827';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #fff;
    font-size: 28px;
  }
  .h-top-inner .h-logo span.action.nav-toggle span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .h-logo .logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    color: #fff;
    height: 40px;
    margin: 0;
    float: left;
    max-width: 100%;
  }
  .h-logo .logo img {
    display: block;
    max-width: 100%;
    max-height: 40px;
    height: auto;
    width: 100%;
  }
  .middle-search .block-search {
    margin-left: 0!important;
    float: none;
  }
  .block-search .block-content form .search label {
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
    float: right;
    position: absolute;
    right: 0;
    margin: 0;
  }
  .block-search .block-content form .search label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #08c;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0 9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding-left: 1px;
    color: #006E7F;
    cursor: pointer;
  }
  .search .control input {
    color: #666;
    border-color: transparent;
  }
  .right-btn .header-links {
    display: none;
  }
  .block-content form .actions button {
    display: none;
  }
  .bottom-header .middle ul {
    margin-top: 10px;
  }

  .mobile-open .site-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;

    overflow: visible;
    position: fixed;
    z-index: 3;   
  }
  .site-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;  
  }
  .mobile-open .bottom-header .bottom {
    -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
    left: 0;
    z-index: 99;   
  }
  .bottom .bottom-inner {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .custom-menu-primary .icons-sticky {
    display: none;
  }
  .bottom .bottom-inner:before {
    content: '';
    display: table;
  }
  .bottom .bottom-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  body.mobile-open {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .bottom-inner .bottom-inner-menu {
    float: right;
    margin-left: -100%;
    width: 100%;
    margin-top: 63px;
    display: block;
  }
  .section-item-title {
    border: solid rgba(255,255,255,0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    padding-top: 24px;
    text-align: center;
    height: 63px;
    width: 50%;
    background: transparent;
    border-bottom: 0;
  }
  .section-item-title .m-btn {
    color: #006E7F;
    cursor: pointer;
  }
  .section-item-title .m-btn:hover {
    text-decoration: underline;
  }
  .section-item-title .m-btn:before {
    font-size: 14px;
    line-height: 1;
    content: '\f827';
    font-family: porto-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    margin: -2px 5px 0 0;
  }
  .section-item-account {
    background: #08c;
    border: solid rgba(255,255,255,0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 63px;
    width: 50%;
    background-color: #006E7F;
    padding-top: 24px;
    text-align: center;
  }
  .section-item-account .nav-sections-item-switch {
    color: #fff;
    cursor: pointer;
  }
  .section-item-account .nav-sections-item-switch:hover {
    text-decoration: underline;
  }
  .bottom-inner .bottom-inner-menu:before {
    content: '';
    display: table;
  }
  .bottom-inner .bottom-inner-menu:after {
    clear: both;
    content: '';
    display: table;
  }
  .custom-menu-primary {
    display: block;
    background: transparent;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0;
    border-radius: 5px;
    margin: 0;
    margin-top: 41px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) {
    margin: 0;
    border-top: 1px solid #ddd;
    font-size: 1.3rem;
    line-height: 16px;
    position: relative;
    max-width: 100%;
    float: none;
    vertical-align: top;
    white-space: nowrap;
    margin-right: 0px;
    text-align: left;
    padding: 0;
    display: block;
  }
  .nav-sections-item-content {
    float: right;
    margin-left: -100%;
    width: 100%;
    margin-top: 63px;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a {
    display: block;
    text-decoration: none;
    color: #777 !important;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    position: relative;
    padding: 0 8px;
    vertical-align: top;
    white-space: normal;
    height: 1.6em;
    line-height: 1.6em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a>span {
    vertical-align: middle;
    text-transform: none;
    letter-spacing: 0.8px;
    padding: 3px 5px;
    display: inline-block;
    color: #006E7F !important;
    font-size: 16px;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) {
    border-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0;
    border-top: 1px solid #ddd;
    font-size: 1.3rem;
    line-height: 16px;
    position: relative;
    max-width: 100%;
    display: block;
    float: none;
    vertical-align: top;
    white-space: nowrap;
    margin-right: 0px;
    text-align: left;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu {
    font-size: 1.3rem;
    max-width: 100% !important;
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    position: relative;
    top: auto !important;
    height: 0;
    visibility: hidden;
    border-color: transparent;
    box-shadow: 0 0 0;
    margin: 0;
    padding: 0 8px;
    background-color: transparent;
    border-radius: 0;
    border: 0 none;
    border-top: 7px solid transparent;
    transition: opacity 0.2s ease 0.35s, visibility 0s ease 0.55s;
    z-index: 1;
    transition: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #777 !important;
    display: block;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    position: relative;
    padding: 0 8px;
    vertical-align: top;
    white-space: normal;
    height: 1.6em;
    line-height: 1.6em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
    vertical-align: middle;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 3px 5px;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    font-family: 'porto-icons';
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    content: '\f807';
    font-size: 14px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .child-trigger {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.open>.submenu {
    visibility: visible;
    height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 540px;
    background: transparent;
    color: #006E7F;
    padding: 0 10px 15px;
    border-radius: 0px;
    box-shadow: 0 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li {
    margin: 0;
    margin-bottom: 0;
    position: relative;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li>a {
    text-decoration: none;
    color: #777 !important;
    position: relative;
    display: block;
    padding: 0 15px;
    margin: 0;
    line-height: 1.6em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li>a:before {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
    color: #aaaaaa;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li>a>span {
    vertical-align: middle;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.open>a {
    background-color: #eee;
    color: #333 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li>a:hover {
    color: #006E7F !important;
  }
  .account-open .nav-sections-item-content {
    display: block;
  }
  .account-open .bottom-inner .bottom-inner-menu {
    display: none;
  }
  .nav-sections-item-content:before {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content .links-mobile {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    list-style: none none;
    color: #777777;
    padding: 15px;
    width: 100%;
    height: auto;
  }
  .nav-sections-item-content .links-mobile .authorization-link {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .nav-sections-item-content .links-mobile .authorization-link a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 1.1em;
    color: #777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
    text-indent: 0;
  }
  .nav-sections-item-content .links-mobile .authorization-link a:before {
    content: "\f2bd";
    text-indent: 0;
    left: 50%;
    top: 50%;
    margin-top: -0.65em;
    margin-left: -0.55em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    font-size: 1em;
    display: inline-block;
    color: #006e7f;
    position: static;
  }
  .account-open .section-item-account {
    background: transparent;
    border-bottom: 0;
  }
  .account-open .section-item-account .nav-sections-item-switch {
    color: #006E7F;
  }
  .account-open .section-item-title {
    background-color: #006E7F;
  }
  .account-open .section-item-title .m-btn {
    color: #fff;
  }
  .nav-sections-item-content .links-mobile .authorization-link a:hover {
    color: #006E7F !important;
  }
  .fixed-header {
    min-height: 164px;
  }
}

@media (max-width:767px) and (min-width:480px) {
  .mobile-open .bottom-header .bottom {
    width: 380px;
  }
  .mobile-open .site-wrapper {
    left: 380px !important;
  }
}


@media (max-width:579px) {
  .bottom-header .top .page-center {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width:479px) {
  .mobile-open .site-wrapper {
    left: calc(100% - 54px);
    overflow: visible;
  }
}





@media (min-width:768px) {
  .fixed .fixed-header {
    min-height: 108px;
  }
  .fixed-header {
    min-height: 292.8px;
  }
  .fixed-header.lp-header {
    min-height: 85px;
  }

  .child-trigger {
    display: none;
  }
  header .bottom-header {
    border-top-color: #006E7F;
    color: #777;
    background-color: #006E7F;
  }
  .bottom-header .top .page-center {
    padding-left:  15px;
    padding-right:  15px;
  }
  .h-top-inner .h-logo {
    padding-bottom: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .h-top-inner .middle-search {
    -webkit-flex: 0 0 41.6666666667%;
    -moz-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .h-top-inner .right-btn {
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .h-logo .nav-toggle {
    display: none;
  }
  .middle-search .block-search {
    position: relative;
    vertical-align: middle;
    z-index: 7;   
  }
  .block-content form {
    width: auto;
    float: none;
  }
  .search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .search .control input {
    background-color: #94C95D;
    color: #FFFFFF;
    border-color: #94C95D;
  }
  .block-content form .actions button {
    position: absolute;
    top: 0;
    z-index: 1;
    display: inline-block;
    border: 0;
    box-shadow: none;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;   
    border-left: 1px solid #ccc;
    padding: 0 13px;
    border-color: #94C95D;
    cursor: pointer;
  }
  .bottom-header .middle .page-center {
    text-align: right;
  }
  .bottom-header .middle ul {
    padding: 0;
    margin: 0;
  }
  .bottom-header .bottom {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    background-color: transparent;
    color: #777;
    padding-bottom: 15px;
  }
  .bottom-inner .bottom-inner-menu {
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    z-index: 5;
    max-width: 1336px;
    background-color: transparent;
    padding: 0 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    list-style: none none;
    position: relative;
    background-color: #006E7F;
    padding: 0;
    border-radius: 5px;
    margin: 0 -15px;
    margin-top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) {
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0 9px 0 0;
    border-top: none;
    border-radius: 5px;
    transition-delay: 0s;
    transition: .2s opacity;
    position: static;
    color: #FFFFFF;
    max-width: 129px;
    display: inline-block;
    float: none;
    vertical-align: top;
    white-space: nowrap;
    margin-right: 0px;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child):after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 6px;
    background: #c8e0e4;
    border-radius: 10px;
    opacity: 0.49;
    position: static;
    margin-left: -3px;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    transition-delay: 0s !important;
    color: inherit;
    padding: 0 4px;
    line-height: 1.2;
    vertical-align: top;
    white-space: normal;
    padding-right: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
    position: relative;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.8px;
    vertical-align: middle;
    padding: 3px 5px;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul:after {
    content: '';
    clear: both;
  }
  .fixed .bottom-header .bottom {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
    padding: 7px 0;
    background: #006E7F;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a>span {
    background: #fff2;
    border-radius: 3px;
  }
  .custom-menu-primary .icons-sticky {
    display: none;
  }
  .icons-sticky .h-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .h-row .logo {
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 16.6666666667%;
    -moz-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    float: left;
    max-width: 100%;
  }
  .h-row .logo .sticky-logo {
    float: left;
  }
  .sticky-logo a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    margin: 0 !important;
    color: #FFFFFF;
    float: left;
    max-width: 100%;
  }
  .sticky-logo a img {
    display: block;
    max-height: inherit;
    height: 30px;
    width: 116.59px !important;
    max-width: none;
    margin-right: 20px;
  }
  .fixed .bottom .bottom-inner {
    padding: 0;
  }
  .fixed .custom-menu-primary .icons-sticky {
    display:block;
  }
  .h-row .minicart {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 83.3333333333%;
    -moz-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    text-align: right !important;
  }
  .h-row .minicart .minicart-inner {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    background: #fff;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    margin-left: 0.2em;
    padding: 3px 20px 3px 10px;
    height: auto;
  }
  .h-row .minicart .minicart-inner:before {
    content: '';
    display: table;
  }
  .h-row .minicart .minicart-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .h-row .minicart .minicart-inner a {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
  }
  .h-row .minicart .minicart-inner a i {
    color: #94c95d;
    vertical-align: middle;
    font-size: 20px;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-right: -4px;
  }
  .bottom-header .middle {
    margin-top: -4px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
    padding-right: 8px;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu {
    max-width: 100% !important;
    background: #fff;
    font-weight: 400;
    margin: 0 !important;
    position: absolute;
    min-width: 200px;
    display: block;
    visibility: hidden;
    opacity: 0;
    color: #777;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    border-color: transparent;
    box-shadow: 0 0 0;
    padding: 0 8px;
    background-color: transparent;
    border-radius: 0;
    border: 0 none;
    border-top: 7px solid transparent;
    transition: opacity 0.2s ease 0.35s, visibility 0s ease 0.55s;
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu span.menu-pointer {
    width: 10px;
    height: 10px;
    bottom: 100%;
    position: absolute;
    background: #fff;
    transform: rotate( 45deg );
    transition: all 0.3s;
    margin-left: -5px;
    margin-bottom: -5px;
    border: 1px solid #d2d2d2;
    border-right: 0 none;
    border-bottom: 0 none;
    opacity: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
    background: #fff;
    color: #006E7F;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 3px #0005;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container:after {
    content: "";
    display: table;
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul {
    width: 100%;
    min-height: 1px;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li {
    margin: 0;
    float: left;
    padding: 0 5px;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    width: 25%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li:nth-child(4n+1) {
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li>a {
    display: block;
    padding: 5px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006E7F;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li>a>span {
    position: relative;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.8px;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.submenu {
    transition: opacity 0.2s ease 0s, visibility 0s ease 0s;
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.submenu span.menu-pointer {
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>.container>.c-inner>ul>li>a:hover>span {
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a {
    padding-right: 2px;
  }
  .section-item-title {
    display: none;
  }
  .section-item-account {
    display: none;
  }
  .nav-sections-item-content {
    display: none;
  }
}


@media (min-width:992px) {
  .h-top-inner .middle-search {
    -webkit-flex: 0 0 41.6666666667%;
    -moz-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .h-top-inner .right-btn {
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

footer .footer-inner {
  padding: 40px 0;
  padding-bottom: 20px;
  background-color: #F0F9F8;
  color: #006E7F;
}

.footer-inner .bottom {
  text-align: center !important;
}

.bottom .social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0 5px;
  color: #006E7F;
}

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

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

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

.fa-instagram:before {
  content: "\f16d";
}

.footer-inner .middle {
  padding: 40px 0;
  padding-bottom: 20px;
}

.footer-inner .middle .page-center {
  position: relative;
}

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

.middle .middle-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.middle .middle-inner .middle-inner-p {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.middle-inner-p a {
  color: #006E7F;
}

.middle-inner-p a:hover {
  color: #006E7F;
}

.footer-inner .top .page-center {
  position: relative;
}

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

.top .top-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.top-inner .left,
.top-inner .right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.top-inner .left .logo {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #006E7F;
}

.top-inner .left .logo img {
  max-height: 33px;
  vertical-align: sub;
  width: 186px !important;
}

.top-inner .right .right-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.right-inner .f-menu,
.right-inner .s-menu,
.right-inner .t-menu {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.right-inner .f-menu ul,
.right-inner .s-menu ul,
.right-inner .t-menu ul {
  margin:0;
  padding:0;
}

.right-inner .f-menu ul li a,
.right-inner .s-menu ul li a,
.right-inner .t-menu ul li a {
  color: #006E7F;
  display: inline;

}

.top-inner .left .logo p {
  margin: 0;
  font-weight: 400;
}

.right-inner .f-menu ul li a:hover,
.right-inner .s-menu ul li a:hover,
.right-inner .t-menu ul li a:hover {
  text-decoration: underline;
}

footer.footer.lp-footer .footer-inner {
  padding-bottom: 46px;
}

.middle-inner-p ul {
  margin: 0;
  padding: 0;
}
.middle-inner-p ul li {
  display: inline;
}

.middle-inner-p ul li a {
  color: rgba(0,110,127,1.0);
  display: inline;
}

.middle-inner-p ul li:not(:last-child):after {
  content: " - ";
  display: inline;
}

.middle-inner-p ul li a:hover {
  text-decoration: underline;  
}




@media (min-width:768px) {
  .right-inner .f-menu,
  .right-inner .s-menu,
  .right-inner .t-menu {
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width:992px) {
  .middle .middle-inner .middle-inner-p {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-inner .left {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .top-inner .right {
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width:767px) {
  .footer-inner .top .page-center {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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 .site-wrapper,
.hs-blog-post .site-wrapper {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* blog header css */

.fixed-blog-header {
  min-height: 149px;
}

.blog-header {
  position: relative;
  z-index: 10;
  background: #fff;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.88;
}

.blog-header .header-con {
  top: -100%;
  -webkit-transition: top ease .5s;
  -moz-transition: top ease .5s;
  -ms-transition: top ease .5s;
  -o-transition: top ease .5s;
  transition: top ease .5s;
}

.header-con .top-section {
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  color: #1a1a1a;
  overflow: hidden;
}

.header-con .bottom-section {
  text-align: center;
}

.header-con .top-section .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.header-con .top-section .container:before {
  content: " ";
  display: table;
}

.header-con .top-section .container:after {
  clear: both;
  content: " ";
  display: table;
}

.top-section .pageTop {
  margin-left: -15px;
  margin-right: -15px;
}

.top-section .pageTop:before {
  content: " ";
  display: table;
}

.top-section .pageTop:after {
  clear: both;
  content: " ";
  display: table;
}

.pageTop .pull-left {
  float: left !important;
  padding-left: 15px;
}

.pageTop .pull-right {
  float: right !important;
  padding-right: 15px;
}

.pageTop .pull-left .header-center .header-elem {
  float: left;
  margin-left: 35px;
}

.pageTop .pull-left .header-center .header-elem:first-child {
  margin-left: 0;
}

.pageTop .pull-left .header-center .header-elem p {
  margin: 0 0 10px;
  font-size: 13px;
  margin-bottom: 0;
  float: left;
  font-family: poppins,Arial,sans-serif;
  font-weight: 300;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  font-family: poppins,Arial,sans-serif;
}

.pageTop .pull-left .header-center .header-elem p span a {
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
  font-family: poppins,Arial,sans-serif;
}

.pageTop .pull-left .header-center .header-elem p span a i {
  vertical-align: middle;
  padding-left: 0;
  padding-right: 8px;
  font-size: 16px;
  margin-top: 2px;
  display: inline-block;
}

.pixicon-envelope-open:before {
  content: "\e61c";
}

.pixicon-call-end:before {
  content: "\e63e";
}

.pageTop .pull-left .header-center .header-elem p span a i:before {
  font-family: pix-fonts!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1.05;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pageTop .pull-left .header-center .header-elem p span a i.pix-icon.pixicon-call-end {
  padding-right: 4px;
}

.pull-right .header-elem {
  float: left;
  margin-left: 0;
}

.pull-right .header-elem p {
  margin: 0 0 10px;
  margin-bottom: 0;
}

.pull-right .header-elem p a {
  color: #177488!important;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  width: 30px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  float: left;
}

.pull-right .header-elem p a:hover {
  color: #a4c753!important;
  text-decoration: none;
}

.copyright .md .header-elem p.social-icons a:hover {
  text-decoration: none;
}

[class^=pixicon-]:before, [class*=" pixicon-"]:before {
  font-family: pix-fonts!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1.05;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pixicon-facebook:before {
  content: "\e0bb";
}

.pixicon-linked-in:before {
  content: "\e0c5";
}

.pixicon-pinterest:before {
  content: "\e0bd";
}

.pixicon-youtube:before {
  content: "\e0cb";
}

.pixicon-rss:before {
  content: "\e0c6";
}

.bottom-section .b-header {
  display: block;
  border-bottom: 1px solid #f1f2f2;
}

.b-header .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.b-header .container:before {
  content: " ";
  display: table;
}

.b-header .container:after {
  clear: both;
  content: " ";
  display: table;
}

.b-header .inner-header {
  position: relative;
}

.b-header .inner-header:before {
  content: " ";
  display: table;
}

.b-header .inner-header:after {
  content: " ";
  display: table;
  clear: both;
}

.inner-header .logo {
  float: left;
  line-height: 99px;
  font-size: 30px;
  font-weight: 700;
  font-family: poppins,Arial,sans-serif;
}

.inner-header .pix-menu {
  float: right;
  height: 100px;
  position: relative;
  z-index: 1;
  display: none;
  margin-left: 20px;
}

.inner-header .widget-right {
  float: right;
  margin-left: 20px;
}

.inner-header .main-nav {
  line-height: 100px;
  text-align: left;
  float: none;
  display: inline-block;
}

.inner-header .logo img {
  vertical-align: middle;
  height: auto;
  width: 160px !important;
}

.main-nav .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  float: left;
}

.main-nav .hs-menu-wrapper>ul:before {
  content: " ";
  display: table;
}

.main-nav .hs-menu-wrapper>ul:after {
  clear: both;
  content: " ";
  display: table;
}

.main-nav .hs-menu-wrapper>ul>li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  float: left;
  position: relative;
  font-family: poppins,Arial,sans-serif;
}

.main-nav .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
  font-weight: 500;
  padding: 0 18px;
  display: block;
  font-family: poppins,Arial,sans-serif;
}

.widget-right .header-elem {
  float: left;
  margin-left: 0;
}

.widget-right .header-elem .search-btn {
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  line-height: 100px;
  height: 100px;
  float: left;
  color: #1a1a1a;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.search-btn i {
  vertical-align: middle;
  padding-left: 0;
}
.search-btn i:before {
  font-family: pix-fonts!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1.05;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\7e";
}

.search-btn form {
  position: absolute;
  right: 0;
  top: 100px;
  background: #1a1a1a;
  z-index: 1;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: -1;
  line-height: initial;
}

.search-btn form input.hs-search-field__input {
  border: none;
  padding: 4px 10px;
  width: 250px;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  height: 30px;
  background: 0 0;
  outline: none;
  font-family: poppins,Arial,sans-serif;
  line-height: normal;
  font-size :14px;
}

.main-nav .hs-menu-wrapper>ul>li>a:hover {
  color: #a4c753!important;
  text-decoration: underline;
}

.main-nav .hs-menu-wrapper>ul>li:last-child>a>i:before {
  font-family: pix-fonts!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1.05;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0a2";
  line-height: 0;
}

.main-nav .hs-menu-wrapper>ul>li:last-child>a {
  padding-right: 0;
}

.fixed .blog-header .header-con {
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  width: 100%;
  z-index: 999;
  height: 60px;
  -webkit-backface-visibility: hidden;
  top: -100%;
  background: #fff;
  overflow: visible;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  transition: all .33s cubic-bezier(.694,.0482,.335,1);
}

.fixed .header-con .top-section {
  display: none;
}

.animate .blog-header .header-con {
  top: 0;
}

.fixed .b-header .inner-header {
  height: 60px;
}

.fixed .inner-header .logo {
  height: 40px;
  font-size: 23px;
  line-height: 60px;
}

.fixed .inner-header .logo img {
  width: 128px !important;
  max-height: 100%;
}

.fixed .inner-header .pix-menu {
  height: 60px;
}

.fixed .widget-right .header-elem .search-btn {
  line-height: 60px;
  height: 60px;
}

.fixed .search-btn form {
  top: 60px;
}

.fixed .inner-header .main-nav {
  line-height: 60px;
}

.fixed .inner-header .logo .widget-type-logo {
  height: 40px;
}

.blog-mobile {
  display: block;
  font-family: Poppins,Arial,sans-serif;
  font-size: 14px;
  position: fixed;
  left: 0;
  top: 0;
  max-width: 250px;
  width: 0;
  height: 100%;
  box-shadow: 2px 0 3px rgb(0 0 0 / 10%);
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  transition: all .33s cubic-bezier(.694,.0482,.335,1);
  opacity: 0;
  visibility: hidden;
  background: #232323;
}

.blog-mobile .blog-mobile-inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
  width: 250px;
}

.blog-mobile-inner .hs-menu-wrapper>ul {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  list-style: none;
  padding-left: 0;
}

.blog-mobile-inner .hs-menu-wrapper>ul:before {
  content: " ";
  display: table;
}

.blog-mobile-inner .hs-menu-wrapper>ul:after {
  clear: both;
  content: " ";
  display: table;
}

.blog-mobile-inner .hs-menu-wrapper>ul>li {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #181818;
}

.blog-mobile-inner .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
  display: block;
  padding: 10px 0 10px 15px;
  font-family: Poppins,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.88;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 360px;
  background: #000;
  opacity: .7;
  z-index: 20;
  display: none;
}

.blog-menu .overlay {
  display: block;
}

.blog-menu .blog-mobile {
  width: 250px;
  -webkit-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  transition: all .33s cubic-bezier(.694,.0482,.335,1);
  opacity: 1;
  visibility: visible;
}

.site-wrapper {
  -webkit-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  transition: all .33s cubic-bezier(.694,.0482,.335,1);
  position: relative;
  left: 0;
}
.blog-menu .site-wrapper {
  left: 250px;
}

.blog-mobile-inner .hs-menu-wrapper>ul>li:last-child>a>i:before {
  font-family: pix-fonts!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1.05;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0a2";
}

.search-open .search-btn form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 10;
}

.search-btn .hs-search-field {
  position: unset;
}

.search-btn .hs_cos_wrapper {
  position: absolute;
  width: 269px;
  right: 0;
  top: 0;
}

/* end */



/* blog footer css */
.blog-footer {
  display: block;
  clear: both;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.88;
}

.blog-footer .blog-footer-inner {
  padding: 20px 0;
  background: #f1f2f2;
}

.blog-footer-inner .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.blog-footer-inner .container:before {
  content: " ";
  display: table;
}

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

.blog-footer-inner .copyright {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-footer-inner .copyright:before {
  content: " ";
  display: table;
}

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

.copyright .md {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.copyright .md .header-elem {
  clear: both;
  margin-left: 0;
  float: left;
  width: 100%;
}

.copyright .md .header-elem:last-child p {
  margin: 0;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #3d3d3d;
}

.copyright .md .header-elem:last-child p a {
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.copyright .md .header-elem:last-child p a:hover {
  color: #a4c753!important;
}

.copyright .md .header-elem p.social-icons {
  margin: 0 0 10px;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.copyright .md .header-elem p.social-icons a {
  text-align: center;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
}
/* end */





/* blog listing css */
.main-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.main-wrapper .wrapper {
  background: #fff;
  pointer-events: auto;
  background-color: #ffffff !important;
}

.wrapper .site-main {
  display: block;
}

.site-main .bottom {
  padding-top: 65px !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 25px;
}

.site-main .bottom:before {
  content: " ";
  display: table;
}

.site-main .bottom:after {
  clear: both;
  content: " ";
  display: table;
}

.site-main .bottom .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.site-main .bottom .container:before {
  content: " ";
  display: table;
}

.site-main .bottom .container:after {
  clear: both;
  content: " ";
  display: table;
}

.bottom .bottom-inner-b {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.bottom .bottom-inner-b:before {
  content: " ";
  display: table
}

.bottom .bottom-inner-b:after {
  clear: both;
  content: " ";
  display: table
}

.bottom-inner-b .left {
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.bottom-inner-b .middle {
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.bottom-inner-b .right {
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.bottom-inner-b .left .left-inner {
  padding-top: 35px !important;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.bottom-inner-b .left .left-inner:before {
  content: " ";
  display: table;
}

.bottom-inner-b .left .left-inner:after {
  content: " ";
  display: table;
  clear: both;
}

.left-inner .uvc-heading {
  text-align: left;
}

.left-inner .uvc-heading .uvc-sub-heading {
  margin: 0 auto;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Fira Sans';
  font-weight: normal;
  font-style: normal;
  color: #2d383d;
  margin-bottom: 30px;
}

.left-inner .vc_row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.left-inner .vc_row-fluid:before {
  content: " ";
  display: table;
}

.left-inner .vc_row-fluid:after {
  clear: both;
  content: " ";
  display: table;
}

.vc_row-fluid .image,
.vc_row-fluid .content {
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.vc_row-fluid .image .image-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.vc_row-fluid .image .image-inner:before {
  content: " ";
  display: table;
}

.vc_row-fluid .image .image-inner:after {
  clear: both;
  content: " ";
  display: table;
}

.image-inner .wpb_single_image {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  text-align: left;
}

.image-inner .wpb_single_image figure.wpb_wrapper.vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}

.image-inner .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.image-inner img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.vc_row-fluid .content .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.vc_row-fluid .content .vc_column-inner:before {
  content: " ";
  display: table;
}

.vc_row-fluid .content .vc_column-inner:after {
  clear: both;
  content: " ";
  display: table;
}

.content .wpb_wrapper .ult-adjust-bottom-margin {
  text-align: left;
}

.ult-adjust-bottom-margin .uvc-main-heading h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Fira Sans';
  font-weight: 500;
  color: #2d383d;
  margin-top: 15px;
  margin-bottom: 20px;
}

.ult-adjust-bottom-margin .uvc-sub-heading {
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Fira Sans';
  font-weight: normal;
  color: #2d383d;
}

.left-inner .b-content {
  text-align: left;
}

.left-inner .b-content .uvc-sub-heading.ult-responsive {
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Fira Sans';
  font-weight: normal;
  color: #2d383d;
  margin-top: 25px;
  margin-bottom: 25px;
}

.left-inner .ubtn-ctn-left {
  display: block;
  text-align: left;
  margin-bottom: 0px !important;
}

.left-inner .ubtn-ctn-left a.ubtn-link {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  max-width: 100%;
}

a.ubtn-link button {
  border: inherit;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  z-index: 1;
  max-width: 100%;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: inherit;
  color: inherit;
  margin: 0;
  font-size: 16px;
  line-height: 35px;
  font-family: 'Fira Sans';
  font-weight: 500;
  padding: 5px 50px;
  border-radius: 0px;
  border-width: 2px;
  border-style: solid;
}

a.ubtn-link button .ubtn-icon {
  z-index: 3;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  left: 20px;
  opacity: 1;
}

a.ubtn-link button .ubtn-icon i {
  font-family: defaults;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 25px;
}

.Defaults-question-circle:before {
  content: "\f059";
}

.left-inner .ubtn-ctn-left a.ubtn-link:hover {
  color: #a4c753!important;
}

.bottom-inner-b .right .right-f {
  padding-top: 35px !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.bottom-inner-b .right .right-f:before {
  content: " ";
  display: table;
}

.bottom-inner-b .right .right-f:after {
  clear: both;
  content: " ";
  display: table;
}

.right-f .form-title {
  text-align: left;
}

.right-f .form-title .form-title-inner {
  margin: 0 auto;
  font-size: 40px;
  line-height: 55px;
  font-family: 'Fira Sans';
  font-weight: normal;
  font-style: normal;
  color: #2d383d;
  margin-bottom: 30px;
}

.right-f .form-wrapper {
  clear: both;
  margin-bottom: 35px;
}

.form-wrapper .form-wrapper-inner {
  margin-top: 16px;
  max-width: 100%;
  background-color: #f1f2f2;
  padding: 20px;
  border-top: 1px solid #ccc;
  line-height: 1.9em;
  margin-bottom: 0;
}

.form-wrapper-inner form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}

.form-wrapper-inner form .hs_submit .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}

.form-wrapper-inner form .hs_submit .actions input.hs-button.primary.large {
  border: 1px solid #00a9d1;
  background: 0 0;
  text-transform: uppercase;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  font-family: poppins,Arial,sans-serif;
  border-color: #177488;
  color: #177488!important;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
}

.form-wrapper-inner form .hs_submit .actions input.hs-button.primary.large:hover {
  background-color: #177488;
  border-color: #177488;
  color: #fff!important;
}

.form-wrapper-inner form fieldset {
  margin-left: 0!important;
  list-style-type: none!important;
  list-style-image: none!important;
  list-style: none!important;
  overflow: visible;
  clear: both;
  margin-top: 16px;
  padding-top: 0;
}

.form-wrapper-inner form fieldset .hs_firstname,
.form-wrapper-inner form fieldset .hs_lastname {
  padding-top: 2px;
}

.form-wrapper-inner form fieldset .hs_firstname .input,
.form-wrapper-inner form fieldset .hs_lastname .input {
  margin: 0;
}

.form-wrapper-inner form fieldset input,
.form-wrapper-inner form fieldset textarea {
  padding: 5px 12px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid #eaeaea;
}

.form-wrapper-inner form fieldset label {
  line-height: 1.3;
  clear: both;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #1a1a1a;
  margin: 5px 0;
  font-family: poppins,Arial,sans-serif;
}

.form-wrapper-inner form fieldset textarea {
  height: 120px;
  width: 100%;
}

.form-wrapper-inner form fieldset p {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #1a1a1a;
  margin: 5px 0;
  font-family: poppins,Arial,sans-serif;
}

.form-wrapper-inner form fieldset ul.inputs-list span a {
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  max-width: 85%;
  white-space: normal;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0 0 9px;
  font-weight: 300;
  color: #177488!important;
  text-transform: none;
  font-family: raleway,Arial,sans-serif;
}

.form-wrapper-inner form fieldset input:focus {
  border: 1px solid #eaeaea;
  box-shadow: none;
}

.form-wrapper-inner form fieldset label.hs-error-msg {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  color: #790000 !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  text-transform: none;
  font-family: 'Raleway';
}

.form-wrapper-inner form .hs_error_rollup {
  display: none;
}

.form-wrapper-inner form fieldset label.hs-error-msg {
  padding-left: 5px;
  padding-right: 5px;
}

.site-main .top {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.site-main .top:before {
  content: " ";
  display: table;
}

.site-main .top:after {
  clear: both;
  content: " ";
  display: table;
}

.site-main .top .top-inner-b {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.site-main .top .top-inner-b {
  float: left;
  width: 100%;
}

.site-main .top .top-inner-b .top-inner-m {
  padding-right: 0px !important;
  padding-left: 0px !important;
  width: 100%;
}

.autoplay .hs-rss-item {
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: #eee;
  color: #222;
}

.autoplay .hs-rss-item .hs-rss-item-inner {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.autoplay .slide-arrow.prev-arrow {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  left: 0;
  top: 0;
}

.autoplay .slide-arrow.prev-arrow .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url(https://blog.dentaltrey.it/wp-content/plugins/new-royalslider/lib/royalslider/skins/default-inverted/rs-default-inverted.png);
  background-color: #fff;
  background-color: rgba(255,255,255,.75);
  *background-color: #FFF;
  border-radius: 2px;
  margin-bottom: 0;
  background-position: -64px -32px;
}

.autoplay .slide-arrow.next-arrow {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  right: 0;
  top: 0;
}

.autoplay .slide-arrow.next-arrow .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url(https://blog.dentaltrey.it/wp-content/plugins/new-royalslider/lib/royalslider/skins/default-inverted/rs-default-inverted.png);
  background-color: #fff;
  background-color: rgba(255,255,255,.75);
  *background-color: #FFF;
  border-radius: 2px;
  margin-bottom: 0;
  background-position: -64px -64px;
}

.autoplay .hs-rss-item .hs-rss-item-inner img {
  width: 100%;
  vertical-align: middle;
  max-width: 100%;  
  height: 443px;
  object-fit: cover;
}

.site-main .middle {
  background-color: #f2f2f2 !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  padding-top: 0px;
  padding-bottom: 25px;
}

.site-main .middle:before {
  content: " ";
  display: table;
}

.site-main .middle:after {
  clear: both;
  content: " ";
  display: table;
}

.site-main .middle .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.site-main .middle .container:before {
  content: " ";
  display: table;
}

.site-main .middle .container:after {
  clear: both;
  content: " ";
  display: table;
}

.middle .middle-inner-b {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.middle .middle-inner-b:before {
  content: " ";
  display: table;
}

.middle .middle-inner-b:after {
  clear: both;
  content: " ";
  display: table;
}

.middle .middle-inner-b .left-bar,
.middle .middle-inner-b .right-bar {
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.right-bar .right-bar-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 35px;
}

.right-bar .right-bar-inner:before {
  content: " ";
  display: table;
}

.right-bar .right-bar-inner:after {
  clear: both;
  content: " ";
  display: table;
}

.middle .middle-inner-b .right-bar {
  margin-bottom: 35px;
}

.right-bar .right-bar-inner h2.widgettitle {
  line-height: 1.5;
  word-wrap: break-word;
  color: #1a1a1a;
  font-family: poppins,Arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}

.right-bar .right-bar-inner ul {
  margin-top: 0;
  list-style-position: inside;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.right-bar .right-bar-inner ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #1a1a1a;
  text-decoration: none;
}

.right-bar .right-bar-inner ul li a {
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
}
.right-bar .right-bar-inner ul li:after {
  content: "8";
  position: absolute;
  top: 0;
  left: 0;
  font-family: pix-fonts;
  color: #a5a5a5;
}

.middle .middle-inner-b .left-bar .left-bar-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.middle .middle-inner-b .left-bar .left-bar-inner:before {
  content: " ";
  display: table;
}

.middle .middle-inner-b .left-bar .left-bar-inner:after {
  clear: both;
  content: " ";
  display: table;
}

.left-bar-p .border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left-bar-p .border span.border-inner {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
  width: 100%;
}

.left-bar-p .border span.border-inner span.vc_sep_line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-top-width: 2px;
  border-color: #e2e2e2;
}

.left-bar-p .vc_grid-container-wrapper:before {
  content: " ";
  display: table;
}

.left-bar-p .vc_grid-container-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}

.vc_grid-container-wrapper .post-home {
  margin-bottom: 35px;
}

.vc_grid-container-wrapper .post-home:before {
  content: " ";
  display: table;
}

.vc_grid-container-wrapper .post-home:after {
  clear: both;
  content: " ";
  display: table;
}

.post-home .vc_hook_hover {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -3px;
}

.post-home .vc_hook_hover:before {
  content: " ";
  display: table;
}

.post-home .vc_hook_hover:after {
  clear: both;
  content: " ";
  display: table;
}

.vc_hook_hover .vc_pageable-slide-wrappe {
  margin-right: -3px;
}

.vc_hook_hover .vc_pageable-slide-wrappe:before {
  content: " ";
  display: table;
}

.vc_hook_hover .vc_pageable-slide-wrappe:after {
  clear: both;
  content: " ";
  display: table;
}

.vc_pageable-slide-wrappe .post-item {
  position: relative;
  min-height: 1px; ;
  padding: 0;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  z-index: 1;
  padding-right: 3px;
  padding-bottom: 3px;
  display: block;
}

.vc_pageable-slide-wrappe .post-item:before {
  content: " ";
  display: table;
}

.vc_pageable-slide-wrappe .post-item:after {
  clear: both;
  content: " ";
  display: table;
}

.vc_clearfix:before {
  content: " ";
  display: table;
}

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

.post-item .post-item-inner:before {
  content: " ";
  display: table;
}

.post-item .post-item-inner:after {
  clear: both;
  content: " ";
  display: table;
}

.post-item .post-item-inner .vc_gitem-animated-block {
  position: relative;
}

.vc_gitem-animated-block .vc_gitem-zone {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  overflow: hidden;
  margin-bottom: 40px !important;
  min-height: 350px;
}

.vc_gitem-animated-block .vc_gitem-zone:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.vc_gitem-animated-block .vc_gitem-zone:after {
  content: "";
  display: block; 
}

.vc_gitem-zone .vc_gitem-zone-mini {
  padding: inherit;
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.vc_gitem-zone-mini .vc_gitem_row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.vc_gitem-zone-mini .vc_gitem_row:before {
  content: " ";
  display: table;
}

.vc_gitem-zone-mini .vc_gitem_row:after {
  clear: both;
  content: " ";
  display: table;
}

.vc_gitem_row .blocco {
  position: relative;
  min-height: 1px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.blocco .wpb_single_image {
  text-align: center;
  margin-bottom: 15px;
}

.blocco .wpb_single_image figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}

.blocco .wpb_single_image figure a {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
  border: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  border-bottom: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border-bottom: 0;
}

.blocco .wpb_single_image figure a img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.blocco .post_date {
  margin-bottom: 5px;
  line-height: 1.2em;
}

.blocco .post_date div {
  color: #3d3d3d;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.blocco .source-post_title {
  margin-bottom: 5px;
  line-height: 1.2em;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #3d3d3d;
}

.blocco .source-post_title h3 {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: poppins,Arial,sans-serif;
  font-size: 14px;
  color: #177488!important;
  font-weight: 500;
  letter-spacing: -.3px;
  text-align: left;
}

.blocco .source-post_author {
  margin-bottom: 5px;
  line-height: 1.2em;
}

.blocco .source-post_author {
  margin-bottom: 5px;
  line-height: 1.2em;
}

.blocco .source-post_author p {
  margin: 0 0 10px;
  margin-bottom: 5px;
  line-height: 1.2em;
  text-align: left;
}

.blocco .source-post_author p a {
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  color: #177488!important;
  border: none;
  text-decoration: inherit;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  border-bottom: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.blocco .source-post_author p a:hover {
  color: #a4c753!important;
  opacity: .85;
}

.blocco .vc_btn3-inline {
  margin-bottom: 21.73913043px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.blocco .vc_btn3-inline a.vc_general {
  color: #177488!important;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  box-shadow: none;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-radius: 5px;
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #ebebeb;
  background-color: #ebebeb;
  font-family: raleway,Arial,sans-serif;
}

.blocco .vc_btn3-inline a.vc_general:hover {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
  color: #a4c753!important;
}

.bottom-inner-b .middle-f {
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.autoplay .hs-rss-item .hs-rss-item-inner a.rsLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.autoplay .hs-rss-item .hs-rss-item-inner h2 {
  font-family: poppins,Arial,sans-serif;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  background-color: rgba(255,255,255,.85);
  color: #177488;
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 50%;
  min-width: 200px;
  z-index: 999;
}

.autoplay .hs-rss-item .hs-rss-item-inner {  
  position: relative;
}

.autoplay .hs-rss-item .hs-rss-item-inner h2 em {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
}
/* end */


/* blog post css */

.post-page-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.post-page-wrapper:before {
  content: " ";
  display: table;
}

.post-page-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}

.post-page-wrapper .post-page-inner {
  background: #fff;
  pointer-events: auto;
  background-color: #ffffff !important;
  margin-bottom: 30px;
  margin-top: 30px;
}

.post-page-inner .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.post-page-inner .container:before {
  content: " ";
  display: table;
}

.post-page-inner .container:after {
  clear: both;
  content: " ";
  display: table;
}

.post-page-inner .row {
  margin-left: -15px;
  margin-right: -15px;
}

.post-page-inner .row:before {
  content: " ";
  display: table;
}

.post-page-inner .row:after {
  clear: both;
  content: " ";
  display: table;
}

.post-page-inner .post-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-page-inner .post-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-page-inner .post-right .categories-5 {
  margin-bottom: 40px;
}

.post-page-inner .post-right .categories-5:before {
  content: " ";
  display: table;
}

.post-page-inner .post-right .categories-5:after {
  clear: both;
  content: " ";
  display: table;
}

.post-page-inner .post-right .categories-5 h3.widgettitle {
  color: #1a1a1a;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: poppins,Arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}

.post-page-inner .post-right .categories-5 ul {
  margin-top: 0;
  list-style-position: inside;
  margin-bottom: 0;
  padding: 0;
}

.post-page-inner .post-right .categories-5 ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #1a1a1a;
  text-decoration: none;
}

.post-page-inner .post-right .categories-5 ul li a {
  line-height: 1.88;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
}

.post-page-inner .post-right .categories-5 ul li a span.filter-link-count {
  color: #1a1a1a;
}

.post-page-inner .post-right .categories-5 ul li:after {
  content: "8";
  position: absolute;
  top: 0;
  left: 0;
  font-family: pix-fonts;
  color: #a5a5a5;
}

.post-page-inner .post-left .media-con {
  margin-bottom: 40px;
}

.post-page-inner .post-left .media-con img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.post-page-inner .post-left .single-blog {
  clear: both;
  width: calc(100% - 210px);
  float: left;
  margin-left: 210px;
  margin-right: 0;
}

.single-blog .type-post {
  display: block;
  border: none;
  padding-top: 0;
}

.single-blog .type-post:before {
  content: " ";
  display: table;
}

.single-blog .type-post:after {
  clear: both;
  content: " ";
  display: table;
}

.type-post .entry-content {
  padding: 0;
  border: none;
  min-height: 310px;
}

.entry-content .move-up {
  margin-bottom: 15px;
  overflow: visible;
}

.entry-content .move-up h1.title {
  font-style: normal;
  margin: 0.67em 0;
  line-height: 1.5;
  margin-top: 0;
  font-weight: 500;
  word-wrap: break-word;
  font-family: poppins,Arial,sans-serif;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.entry-content .move-up .cats.style1 {
  line-height: 1.88;
  font-family: raleway,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3d3d3d;
  margin-bottom: 30px;
  font-size: 12px;
}

.entry-content .move-up .cats.style1 span.pull-out.uc {
  width: 180px;
  display: inline-block;
  text-align: right;
  margin-left: -210px;
  margin-right: 30px;
  color: #a5a5a5;
  font-size: 12px!important;
  font-weight: 400!important;
  float: left;
  text-transform: uppercase;
  line-height: 22px;
}

.entry-content .move-up .cats.style1 a {
  color: #177488!important;
  font-size: 12px;
  text-transform: uppercase;
  font-family: raleway,Arial,sans-serif;
}

.entry-content .move-up .post-author-right {
  line-height: 1.88;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #3d3d3d;
  width: 180px;
  float: left;
  text-align: right;
  margin-bottom: 20px;
  margin-left: -210px;
}

.post-author-right .author-img img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 15px;
}

.post-author-right p.author-name {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: poppins,Arial,sans-serif;
}

.post-author-right p.date {
  margin: 0 0 10px;
  font-size: 12px;
  color: #b4b4b4;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.post-author-right p.single-share-title {
  margin: 0 0 10px;
  clear: both;
  margin-bottom: 20px;
  font-family: raleway,Arial,sans-serif;
}

.post-author-right .social-share {
  clear: both;
}

.post-author-right .social-share a {
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: 26px;
  height: 26px;
  color: #fff;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  margin: 0 3px;
  font-size: 12px;
}

.post-author-right .social-share a.linkedin {
  background: #24447c;
}

.post-author-right .social-share a.facebook {
  background: #3b5999;
}

.post-author-right .social-share a.twitter {
  background: #55acee;
}

.pixicon-twitter:before {
  content: "\e0bc";
}

.entry-content p {
  margin-bottom: 20px;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #3d3d3d;
}

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

.entry-content .gform:before {
  content: " ";
  display: table;
}

.entry-content .gform:after {
  clear: both;
  content: " ";
  display: table;
}

.gform .gform_wrapper {
  margin-top: 16px;
  max-width: 100%;
  background-color: #f1f2f2;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  line-height: 1.9em;
}

.gform_wrapper form {
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.9em;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.gform_wrapper form .hs_submit .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
  text-align: left;
}

.gform_wrapper form .hs_submit .actions input.hs-button.primary.large {
  border: 1px solid #00a9d1;
  background: 0 0;
  text-transform: uppercase;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  font-size: 14px;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  font-family: poppins,Arial,sans-serif;
  border-color: #177488;
  color: #177488!important;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
}

.gform_wrapper form .hs_submit .actions input.hs-button.primary.large:hover {
  color: #fff!important;
  border-color: #177488;
  background-color: #177488;
}

.gform_wrapper form .hs-richtext {
  position: relative;
  padding-left: 25px;
  margin-left: 0!important;
  list-style-type: none!important;
  list-style-image: none!important;
  list-style: none!important;
  overflow: visible;
  margin-bottom: 5px;
  max-width: 100%;
  clear: both;
  padding-top: 0;
  margin-top: 10px;
  line-height: inherit;
}

.gform_wrapper form .hs-richtext {
  padding-right: 16px;
}

.gform_wrapper form .hs-richtext h3 {
  font-style: normal;
  margin-top: 0;
  color: #1a1a1a;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 18px;
  font-family: poppins,Arial,sans-serif;
  font-weight: 400;
  border: none;
  background: 0 0;
}

.gform_wrapper form .hs_email {
  position: relative;
  padding-left: 25px;
  margin-left: 0!important;
  list-style-type: none!important;
  list-style-image: none!important;
  list-style: none!important;
  overflow: visible;
  margin-bottom: 5px;
  clear: both;
  margin-top: 16px;
  padding-top: 0;
}

.gform_wrapper form .hs_email label {
  line-height: 1.3;
  clear: both;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #1a1a1a;
  margin: 5px 0;
  font-family: poppins,Arial,sans-serif;
}

.gform_wrapper form .hs_email .input {
  margin-top: 8px;
}

.gform_wrapper form .hs_email .input input {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 12px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid #eaeaea;
}

.gform_wrapper form .hs_accetto_il {
  position: relative;
  padding-left: 25px;
  margin-left: 0!important;
  list-style-type: none!important;
  list-style-image: none!important;
  list-style: none!important;
  overflow: visible;
  margin-bottom: 5px;
  clear: both;
  margin-top: 16px;
  padding-top: 0;
}

.gform_wrapper form .hs_accetto_il {
  padding-right: 16px;
}

.gform_wrapper form .hs_accetto_il .input {
  margin-top: 16px;
}

.gform_wrapper form .hs_accetto_il .input ul.inputs-list {
  margin: 6px 0;
  padding: 0;
  margin-bottom: 0;
  padding-top: 5px;
}

.gform_wrapper form .hs_accetto_il .input ul.inputs-list li {
  margin-left: 0!important;
  list-style-type: none!important;
  list-style-image: none!important;
  list-style: none!important;
  position: relative;
  margin: 0 0 16px 0;
  line-height: 1.2;
  overflow: hidden;
  padding: 0!important;
}

.gform_wrapper form .hs_accetto_il .input ul.inputs-list li input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  margin-top: 6px;
}

.gform_wrapper form .hs_accetto_il .input ul.inputs-list li label span {
  font-family: raleway,Arial,sans-ser;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 18px;
  font-size: 12px;
  max-width: 85%;
  white-space: normal;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  margin: 7px 0 0 9px;
  font-weight: 300;
  text-transform: none;
}

.gform_wrapper form .hs_accetto_il .input ul.inputs-list li label span a {
  font-family: raleway,Arial,sans-serif;
  line-height: 18px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
}

.gform_wrapper form .hs_email label.hs-error-msg {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  color: #790000 !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  font-family: raleway,Arial,sans-serif !important;
  text-transform: none;
}

.gform_wrapper form .hs_error_rollup {
  display: none;
}

.abh_box_business {
  width: 100%!important;
  clear: both!important;
  position: relative!important;
  padding: 25px 0!important;
}

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

.abh_box_business ul.tabber-tabs li {
  list-style: none!important;
  padding: 0!important;
  display: inline!important;
  margin: 0!important;
  margin-right: -4px !important;
}

.abh_box_business ul.tabber-tabs li a {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  padding: 4px 10px 1px!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: 13px arial!important;
}

.abh_box_business ul.tabber-tabs li a:hover {
  background-color: #ddd!important;
}

.abh_box_business ul.tabber-tabs li a.active {
  background-color: #eee!important;
  padding: 4px 10px 1px!important;
  border-bottom: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.abh_box_business .abh_tab_content {
  padding: 20px 12px!important;
  min-height: 80px!important;
  overflow: hidden!important;
  border-bottom: 1px solid #ccc!important;
  background-color: #f1f2f2;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  line-height: 1.9em;
}

.abh_tab_content .vcard.author {
  padding: 0!important;
  margin: 0!important;
  background: 0 0!important;
  font-size: 100%!important;
  border: 0!important;
}

.abh_box_business .abh_tab_content .abh_posts_tab {
  padding: 0!important;
  margin: 0!important;
}

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

.abh_tab_content .vcard.author .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;
}

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

.abh_tab_content .vcard.author .abh_text .abh_name.fn.name {
  font-weight: 700!important;
  text-align: left!important;
  text-transform: capitalize!important;
  clear: none!important;
  font-size: 18px!important;
  line-height: 24px!important;
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
}

.abh_tab_content .vcard.author .abh_text .abh_name.fn.name a {
  font-family: raleway,Arial,sans-serif;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
  font-size: 100%!important;
  text-decoration: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.abh_tab_content .vcard.author .abh_text .abh_name.fn.name a:hover {
  color: #a4c753!important;
}

.abh_tab_content .vcard.author .abh_text .author-bio {
  position: static!important;
  padding-top: 6px!important;
  font-size: 14px!important;
  width: 100%!important;
  text-align: justify!important;
  line-height: 1.8!important;
  padding-right: 4%;
  color: #3d3d3d;
  font-family: raleway,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

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

.abh_box_business .abh_tab_content .abh_posts_tab .abh_image img {
  vertical-align: middle;
  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;
}

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

.abh_box_business .abh_tab_content .abh_posts_tab .abh_text .abh_name {
  font-size: 20px!important;
  clear: none!important;
  font-weight: 700!important;
  text-align: left!important;
  line-height: 20px!important;
  padding: 0!important;
  margin: 0!important;
  font-family: raleway,Arial,sans-serif;
  font-style: normal;
  color: #3d3d3d;
}

.abh_box_business .abh_tab_content .abh_posts_tab .abh_text .abh_name span.abh_allposts {
  font-size: 11px!important;
  vertical-align: middle!important;
}

.abh_box_business .abh_tab_content .abh_posts_tab .abh_text .abh_description.note {
  position: static!important;
  padding-top: 6px!important;
  font-size: 14px!important;
  width: 100%!important;
  text-align: justify!important;
  line-height: 1.8!important;
  padding-right: 4%;
}

.abh_box_business .abh_tab_content .abh_posts_tab .abh_text .abh_description.note ul {
  list-style: none!important;
  padding: 0!important;
  margin: 5px 0 0 15px!important;
}

.abh_box_business .abh_tab_content .abh_posts_tab .abh_text .abh_description.note ul li {
  font-size: 13px!important;
  line-height: 20px!important;
  margin: 0!important;
}

.abh_box_business .abh_tab_content .abh_posts_tab .abh_text .abh_description.note ul li a {
  font-family: raleway,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #177488!important;
  font-size: 100%!important;
  text-decoration: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.abh_box_business .abh_tab_content .abh_posts_tab .abh_text .abh_description.note ul li span {
  font-size: 13px!important;
  line-height: 20px!important;
  margin: 0!important;
  font-family: raleway,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3d3d3d;
}

.main-nav .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  background-color: #fff;
  top: 100%;
  padding: 5px;
  line-height: 2;
  display: none;
  left: 15px;
  width: 120px;
  text-align: center;
}

.main-nav .hs-menu-wrapper>ul>li:hover>ul {
  display:block;
}

.main-nav .hs-menu-wrapper>ul>li>ul>li>a {
  color: #177488!important;
  font-family: poppins, Arial, sans-serif;
  font-weight: 500;
}

.main-nav .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #a4c753!important;
  text-decoration: underline;
}

.hs-rss-item-inner.rec img {
  min-height: 193px;
}

.media-con.p-image {
  display: none;
}

.blog-pagination__link--active:hover {
  color: #494a52;
}


/* end */

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  top: 146px;
  position: absolute;
  left: 4px;
  width: 98%;
  background-color: #fff;
  padding: 5px;
}

.search-btn .hs-search-field {
  position: relative;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.hs-search-field__suggestions {
  display: none;
}

.search-open .hs-search-field--open ul.hs-search-field__suggestions {
  display: block;
}

.grecaptcha-badge {  
  margin: 0;
}

.hs-rss-item-inner.rec h2 {
  position: relative !important;
}

.hs-rss-item-inner.rec {
  height: 400px !important;
}

.hs-rss-item-inner.rec h2 {
  position: relative !important;
  bottom: 0 !important;
  top: 70% !important;
}

.entry-content .blog-comments {
  margin-top: 16px;
  max-width: 100%;
  background-color: #f1f2f2;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  line-height: 1.9em;
}

.entry-content .blog-comments .hs-form label {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #1a1a1a;
  margin: 5px 0;
  font-family: poppins,Arial,sans-serif;
}

.blog-comments form input,
.blog-comments form textarea {
  padding: 5px 12px;
  letter-spacing: 1px;
  border: 1px solid #eaeaea;
  height: 38px !important;
}

.blog-comments form input:focus,
.blog-comments form textarea:focus {
  box-shadow: none !important;
  border: 1px solid #eaeaea !important;
}

.entry-content .blog-comments .hs-form label.hs-error-msg {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  color: #790000 !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  font-family: raleway,Arial,sans-serif !important;
}

.blog-comments form .hs_error_rollup {
  display:none;
}

.blog-comments form input.hs-button.primary {
  color: #177488!important;
  border-color: #177488;
  border: 1px solid;
  text-transform: uppercase;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  font-family: poppins,Arial,sans-serif;
  background-color: transparent;
  font-size: 1em;
  font-family : poppins, Arial, sans-serif;
}

.blog-comments form input.hs-button.primary:hover {
  border-color: #177488;
  background-color: #177488;
  color: #fff!important;
}

/* bottom form css */
.post-bottom-form {
  margin-top: 16px;
  max-width: 100%;
  background-color: #f1f2f2;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  line-height: 1.9em;
}

.post-bottom-form form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.post-bottom-form form .hs_submit {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}

.post-bottom-form form .hs_submit .actions input.hs-button.primary.large {
  border: 1px solid #00a9d1;
  background: 0 0;
  text-transform: uppercase;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  font-family: poppins,Arial,sans-serif;
  border-color: #177488;
  color: #177488!important;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
}

.post-bottom-form form .hs_submit .actions input.hs-button.primary.large:hover {
  color: #fff!important;
  border-color: #177488;
  background-color: #177488;
}

.post-bottom-form form fieldset {
  max-width: 100%;
}

.post-bottom-form form fieldset:first-child {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  overflow: visible;
  margin-bottom: 5px;
  clear: both;
  margin-top: 16px;
  padding-top: 0;
}

.post-bottom-form form fieldset .hs_provinci {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  overflow: visible;
  margin-bottom: 5px;
  clear: both;
  margin-top: 16px;
  padding-top: 0;
}

.post-bottom-form form fieldset .hs_email {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  overflow: visible;
  margin-bottom: 5px;
  margin-top: 16px;
  padding-top: 0;
}

.post-bottom-form form fieldset .hs_firstname {
  padding-top: 2px;
  margin-bottom: 0;
}

.post-bottom-form form fieldset .hs_lastname {
  padding-top: 2px;
  margin-bottom: 0;
}

.post-bottom-form form label {
  white-space: nowrap;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #1a1a1a;
  margin: 5px 0;
  font-family: poppins,Arial,sans-serif;
  line-height: 1.9em;
}

.post-bottom-form form .hs_firstname .input,
.post-bottom-form form .hs_lastname .input {
  margin-right: 0 !important;
}

.post-bottom-form form .hs_firstname .input input {
  padding: 5px 12px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid #eaeaea;
  height: unset !important;
  line-height: 1.9em;
  font-size: 14px;
  font-family : raleway, Arial, sans-serif;
}

.post-bottom-form form .hs_lastname .input input {
  padding: 5px 12px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid #eaeaea;
  height: unset !important;
  line-height: 1.9em;
  font-size: 14px;
  font-family : raleway, Arial, sans-serif;
}

.post-bottom-form form fieldset .hs_provinci .input,
.post-bottom-form form fieldset .hs_email .input {
  margin-right: 0!important;
}

.post-bottom-form form fieldset .hs_email .input input {
  padding: 5px 12px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid #eaeaea;
  font-family: raleway,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9em;
  height: unset !important;
}

.post-bottom-form form fieldset .hs_provinci select {
  line-height: 1.5;
  padding: 10px 0 10px 6px;
  width: 100%!important;
  border: 1px solid #eaeaea;
  margin-left: 1px;
  height: unset !important;
}

.post-bottom-form form .hs_firstname .input input:focus,
.post-bottom-form form .hs_lastname .input input:focus,
.post-bottom-form form fieldset .hs_email .input input:focus {
  box-shadow: none !important;
}

.post-bottom-form form fieldset .hs-fieldtype-booleancheckbox {
  width: 100%!important;
  margin: 8px 0 0 0;
  padding-left: 0;
  padding-right: 0;
}

.post-bottom-form form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list {
  margin: 6px 0;
  padding: 0;
  margin-bottom: 0;
  padding-top: 5px;
  width: calc(100% + 16px);
}

.post-bottom-form form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list li {
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.post-bottom-form form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  max-width: 85%;
  white-space: normal;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  margin: 7px 0 0 9px;
  font-weight: 300;
  text-transform: none;
}

.post-bottom-form form fieldset .hs-richtext {
  margin-top: 15px;
}









/* end */


@media (min-width:641px) {
  .form-wrapper-inner form fieldset {
    padding-right: 16px;
  }
  .form-wrapper-inner form fieldset .hs_firstname,
  .form-wrapper-inner form fieldset .hs_lastname {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
    width: 50%;
    margin-left: 0!important;
    margin: 0;
  }
  .form-wrapper-inner form fieldset textarea {
    height: 160px;
    width: 100%;
  }
  .gform_wrapper form .hs_email {
    padding-right: 16px;
  }
  .gform_wrapper form .hs_accetto_il .input ul.inputs-list {
    width: calc(100% + 16px);
  }
  .gform_wrapper form .hs_accetto_il .input ul.inputs-list li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .post-bottom-form form fieldset:first-child {
    padding-right: 16px;
  }
  .post-bottom-form form fieldset .hs_provinci {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
  }
  .post-bottom-form form fieldset .hs_email {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;  
  }
  .post-bottom-form form fieldset .hs_firstname {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
    width: 50%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .post-bottom-form form fieldset .hs_lastname {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
    width: 50%;
    margin-bottom: 0;
    padding-right: 0;
  }
}


@media (min-width:768px) {
  .bottom-inner-b .left {
    float: left;
    width: 50%;
  }
  .bottom-inner-b .middle {
    float: left;
    width: 8.33333333%;
  }
  .bottom-inner-b .right {
    float: left;
    width: 41.66666667%;
  }
  .vc_row-fluid .image,
  .vc_row-fluid .content {
    float: left;
    width: 50%;
  }
  .middle .middle-inner-b .left-bar {
    float: left;
    width: 80%;
  }
  .middle .middle-inner-b .right-bar {
    float: left;
    width: 20%;
  }
  .vc_pageable-slide-wrappe .post-item {
    width: 33.33333333%;
    display: inline-block;
    float: left;
  }
  .vc_gitem_row .blocco {
    float: left;
    width: 100%;
  }
  .bottom-inner-b .middle-f {
    float: left;
    width: 8.33333333%;
  }
}


@media (min-width:992px) {
  .copyright .md {
    float: left;
    width: 100%;
  }
  .site-main .middle .container {
    width: 970px;
  }
  .site-main .bottom .container {
    width: 970px;
  }
  .post-page-inner .post-left {
    float: left;
    width: 75%;
  }
  .post-page-inner .post-right {
    float: left;
    width: 25%;
  }
  .post-page-inner .container {
    width: 970px;
  }
}


@media (min-width:1200px) {
  .blog-footer-inner .container {
    width: 1230px;
  }
  .site-main .bottom .container {
    width: 1230px;
  }
  .site-main .middle .container {
    width: 1230px;
  }
  .post-page-inner .container {
    width: 1230px;
  }
}

@media (max-width:1200px) {
  .autoplay .hs-rss-item .hs-rss-item-inner img {
    height: 418px;
  }
}

@media (max-width:1200px) and (min-width:992px) {
  .main-nav .hs-menu-wrapper>ul>li>a {
    padding: 0 8px;
  }
}


@media (max-width:1199px) and (min-width:992px) {
  .hs-blog-listing .site-wrapper,
  .hs-blog-post .site-wrapper {
    max-width: 1030px;
  }
  .fixed .blog-header .header-con {
    max-width: 1030px;
  }
}

@media (max-width:1100px) {
  .autoplay .hs-rss-item .hs-rss-item-inner img {
    height: 343px;
  }
  .hs-rss-item-inner.rec h2 {
    top: 50% !important;
  }
  .hs-rss-item-inner.rec {
    height: 340px !important;
  }
}



@media (max-width:991px) {
  .hs-blog-listing .site-wrapper,
  .hs-blog-post .site-wrapper {
    max-width: 742px;
  }
  .blog-footer-inner .container {
    width: 682px;
  }  
  .copyright .md {
    width: 100%;
  }
  .b-header .container {
    padding: 0;
  }
  .inner-header .logo {
    text-align: left;
  }
  .inner-header .widget-right {
    display: none;
  }
  .inner-header .main-nav {
    display: none;
  }
  .inner-header .pix-menu {
    display: block;
  }
  .inner-header .pix-menu .pix-menu-trigger {
    position: relative;
    display: block;
    width: 18px;
    height: 16px;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
  }
  .inner-header .pix-menu .pix-menu-trigger span.mobile-menu {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    margin-top: -2px;
    background-color: #000;
    font-size: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
  }
  .inner-header .pix-menu .pix-menu-trigger span.mobile-menu:before {
    position: absolute;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -ms-transition: -ms-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
    right: 0;
    left: auto;
    width: 130%;
  }
  .inner-header .pix-menu .pix-menu-trigger span.mobile-menu:after {
    position: absolute;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -ms-transition: -ms-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
    width: 60%;
    left: auto;
    right: 0;
  }
  .site-main .middle .container {
    max-width: 682px;
    width: 682px;
  }
  .no-image .vc_gitem-animated-block .vc_gitem-zone:before {
    padding-top: 50%;
  }
  .site-main .bottom .container {
    width: 682px;
  }
  .post-page-inner .container {
    width: 682px;
  }
  .fixed-blog-header {
    min-height: 141px;
  }
  .post-page-inner .post-left {
    width: 100%;
  }
  .post-page-inner .post-right {
    width: 100%;
  }
  .post-page-inner .post-left .single-blog {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .entry-content .move-up .post-author-right {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
  .entry-content .move-up .cats.style1 span.pull-out.uc {
    display: none;
  }
  .fixed .blog-header .header-con {
    position: static;
  }
  .blog-mobile-inner .hs-menu-wrapper>ul>li>ul {
    position: static;
    display: none;
  }
  .blog-mobile-inner .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #181818;
  }
  .blog-mobile-inner .hs-menu-wrapper>ul>li>ul>li>a {
    color: #177488!important;
    display: block;
    padding: 10px 0 10px 30px;
  }
  .blog-mobile-inner .hs-menu-wrapper>ul>li>ul>li:first-child {
    border-top: 1px solid #181818;
  }
  .blog-mobile-inner .hs-menu-wrapper>ul>li>ul>li:last-child {
    border-bottom: 0;
  }

  .blog-mobile-inner .hs-menu-wrapper>ul>li .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    text-align: center;
  }

  .blog-mobile-inner .hs-menu-wrapper>ul>li .child-trigger:after,
  .blog-mobile-inner .hs-menu-wrapper>ul>li .child-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #177488;
    width: 14px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .blog-mobile-inner .hs-menu-wrapper>ul>li .child-trigger:after {
    width: 2px;
    height: 14px;
  }

  .child-open > .child-trigger:after {
    visibility: hidden;
  }
  .blog-mobile-inner .hs-menu-wrapper>ul>li .child-trigger {
    display: block !important;
  }
  .autoplay .hs-rss-item .hs-rss-item-inner img {
    height: 247px;
  }
  .hs-rss-item-inner.rec {
    height: 247px !important;
  }
  .hs-rss-item-inner.rec h2 {
    top: 40% !important;
  }
}



@media (max-width:991px) and (min-width:768px) {
  .vc_pageable-slide-wrappe .post-item {
    width: 100%;
  }
  .vc_gitem_row .blocco {
    width: 100%;
  }
  .bottom-inner-b .left {
    width: 100%;
  }
  .bottom-inner-b .middle-f {
    width: 100%;
  }
  .bottom-inner-b .right {
    width: 100%;
  }
  .vc_row-fluid .image, .vc_row-fluid .content {
    width: 100%;
  }
  .vc_row-fluid .image, .vc_row-fluid .content {
    width: 100%;
  }
}


@media (max-width:767px) {
  .hs-blog-listing .site-wrapper,
  .hs-blog-post .site-wrapper {
    max-width: 468px;
  }
  .blog-footer .blog-footer-inner {
    padding: 20px 0;
    background: #f1f2f2;
  }
  .blog-footer-inner .container {
    width: 428px;
  }
  .blog-footer-inner .copyright {
    padding: 22px 0;
  }
  .blog-footer {
    line-height: normal;
  }
  .header-con .top-section {
    display: none;
  }
  .b-header .inner-header {
    text-align: center;
  }
  .inner-header .logo {
    text-align: left;
    display: inline-block;
    line-height: 80px;
    margin-top: -1px;
  }
  .inner-header .pix-menu {
    height: 80px;
    line-height: inherit;
  }
  .site-main .middle .container {
    width: 428px;
    max-width: 428px;
  }
  .site-main .bottom .container {
    width: 428px;
    max-width: 428px;
  }
  .post-page-inner .container {
    width: 428px;
    max-width: 428px;
  }
  .fixed-blog-header {
    min-height: 81px;
  }
  .hs-rss-item-inner.rec h2 {
    top: 30% !important;
  }
}




@media (max-width:640px) {
  .form-wrapper-inner form fieldset .hs_firstname, .form-wrapper-inner form fieldset .hs_lastname {
    width: 100% !important;
    float: none;
  }
  .post-bottom-form form fieldset .hs_firstname,
  .post-bottom-form form fieldset .hs_lastname,
  .post-bottom-form form fieldset .hs_provinci,
  .post-bottom-form form fieldset .hs_email {
    width: 100% !important;
    float: none !important;
  }
  .post-bottom-form form .hs_submit .actions input.hs-button.primary.large {
    width: 100%;
  }
  .post-bottom-form form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list li label {
    margin-left: 0;
  }
  .post-bottom-form form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list li label a:hover {
    text-decoration: none;
  }
}



@media (max-width:600px) {
  .post-page-inner .post-right .categories-5 {
    display: none;
  }
}

@media (max-width: 500px) {
  .hs_recaptcha {
    overflow: hidden;
    overflow-x: auto;
    padding: 5px;
  }
}


@media (max-width:480px) {
  .hs-blog-listing .site-wrapper,
  .hs-blog-post .site-wrapper {
    max-width: 80%;
  }
  .hs-blog-post .site-wrapper {
    width: 468px;
  }
  .blog-footer-inner .container {
    max-width: 80%;
    min-width: 280px;
  }
  .b-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-main .middle .container {
    max-width: 80%;
    min-width: 280px;
  }
  .site-main .bottom .container {
    max-width: 80%;
    min-width: 280px;
  }
  .post-page-inner .container {
    max-width: 80%;
    min-width: 280px;
  }
}

@media (max-width:479px) {
  .post-bottom-form form .hs-form-field .input .hs-input:not(.hs-input[type=checkbox]) {
    width: 100%!important;
  }
}




@media (max-width:320px) {
  .hs-blog-listing .site-wrapper,
  .hs-blog-post .site-wrapper {
    max-width: 90%;
  }
  .blog-footer-inner .container {
    min-width: 80%;
  }
  .blog-menu .site-wrapper {
    left: 220px;
  }
  .blog-mobile .blog-mobile-inner {
    width: 220px;
  }
  .blog-menu .blog-mobile {
    width: 220px;
  }
  .post-page-inner .container {
    min-width: 80%;
  }
}

.logo-mac {
  display: none;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .inner-header .logo {
    display: none;
  }
  .logo-mac {
    display: block;
  }
  .logo-mac img {
    width: 160px !important;
  }
  .logo-mac {
    float: left;
    line-height: 99px;
    font-size: 30px;
    font-weight: 700;
    font-family: poppins,Arial,sans-serif;
    padding-top: 6px;
  }

  @media (max-width:767px) {  
    .logo-mac {
      padding-top: 0;
    }
    .header-con .bottom-section {
      height:80px;
    }
    .logo-mac {
      height:80px;
      margin-top: -3px;
    }
  }

}





.content-wrapper {
  margin: 0 auto;
}


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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

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

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


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

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

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

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

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.systems-page label.hs-membership-global-error.hs-error-msg {
  display: none;
}

.systems-page div#hs-membership-password-requirements {
  margin-top: 10px;
}



ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

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

.systems-page input[type="password"] {  
  border-color: rgba(181,210,215,1.0);

}

.systems-page input[type="password"]:focus {  
  outline: none;
  box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25)!important;
  border-color: rgba(128,189,255,1.0);
}

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

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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

@media(max-width:767px){
  .systems-page h1{
    font-size:25px;
  }
  .systems-page h2{
    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;
  }
}