/* ******************************************************************************
*********************************************************************************
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;
/*   vertical-align: middle; */
  max-width: 100%;
}

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

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

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

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

button,
input { /* 1 */
  overflow: 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.
*********************************************************************************
****************************************************************************** */

.body-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
}


dnd-section {
  padding: 80px 20px;
}

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

.banner-section .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;

}


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


.content-wrapper,
.page-center {
  padding-left:50px;
  padding-right:50px;
}

.dnd-section .widget-type-cell {

}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 85%;
  }

  .content-wrapper,
  .page-center {
    padding-left: 0;
    padding-right: 0;
    width: 85% !important;
    max-width: 85% !important;
    float: none;
  }

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

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


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

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

body, html {
  min-height: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.65;
  background-color: #f8f8f9;
}

p {
  margin: 0.85em 0;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1em;
/*   text-transform: uppercase; */
  letter-spacing: 1px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.65em;
}

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

blockquote {
  margin: 0;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
  color: #666666;
}

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

iframe {
  max-width: 100%;
}

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

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

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

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

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  border:0;
  padding:5px;
  font-size: 13px;
  line-height: 1.65em;
}

.body-wrapper .hs-error-msgs {
  list-style: none;
  margin: 10px 0;
  padding: 0 !important;
  display: block;
}

.body-wrapper .hs-error-msgs li {
  line-height: inherit;
}

.body-wrapper .hs-error-msgs label {
  color: red;
  font-size: 13px;
  line-height: 1.65em;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.hs-button {
  cursor: pointer;
  text-decoration: none !important;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  white-space: normal !important;
  text-align: center;
  margin: 0;
  margin-top: 15px;
  border-style: solid;
  position: relative;
  font-weight: normal;
  line-height: 1.2;
  font-size: 19.5px;
  transition: none;
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 1.4em;
  margin-bottom: 3px;
}

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

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


.hs-form label {
  line-height: 1.65em;
  font-size: 13px;
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  width: 100% !important;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
  color: #666666;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 11px;
  margin: 0;
  box-shadow: none;
  height: 39px;
  letter-spacing: normal;
  line-height: normal;
}

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

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

.hs-input::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder {
  color: #666666;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  form {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin-bottom: 20px;
  }
}

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

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

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

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

/* ***** Homepage Css  ******* */

.IE .homepage-banner .banner-inner {
  height: calc(640px - 0px);
}


.homepage-top-section .span5 {
  width: 36.4%;
}

.homepage-top-section .span7 {
  width: 57.599999999999994%;
  margin-left: 6%;
}

.homepage-top-section .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.hs-homepage .row-fluid .hs-button {
  padding: 25px 50px 23px;
  font-size: 20.8px;
}


.homepage-get-started-section .dnd-section > .row-fluid {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.homepage-top-section .widget-type-rich_text h3 {
  font-weight: 300;
  white-space: normal;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 10px;

}

.homepage-top-section .widget-type-rich_text blockquote {
  line-height: 1.5;
  font-size: 22.23px;
}

.homepage-video-section .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}


.homepage-main-section .span4 {
  margin-left: 6%;
  width: 29.333333333333332%;
}

.homepage-main-section .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.homepage-main-section .widget-type-rich_text h3 {
  font-weight: 300;
  white-space: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;

}

.homepage-main-section .widget-type-rich_text p {
  line-height: 1.3;
}


.homepage-main-section .widget-type-rich_text p:first-child {
  margin-top: 0;
}

.homepage-main-section .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.homepage-main-section .widget-type-rich_text h3 + p {
  margin-top: 0;
}

.hs-homepage .widget-type-rich_text h5 {
  margin: 0.85em 0;
  font-size: 24px;
  text-transform: none;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;

}

.hs-homepage .widget-type-rich_text h6 {
  margin: 0.85em 0;
  font-size: 20px;
  text-transform: none;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;
}



/* ***** Website Css  ******* */

.website-page .widget-type-rich_text h2 {
  margin: 0;
  padding-bottom: 14px;
}

.website-page .widget-type-rich_text h5 {
  margin: 0.85em 0;
  font-size: 24px;
  text-transform: none;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;

}

.website-page .widget-type-rich_text h6 {
  margin: 0.85em 0;
  font-size: 20px;
  text-transform: none;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;
}

/* ***** Contact Css  ******* */

.contact-banner .banner {
  background-position: top center;
}

.contact-banner .banner .banner-inner {
  padding-top: 120px;
}

.contact-banner .banner .banner-content {
  padding-bottom: 60px;
}


.hs-contact-top-section {
  background-color: #f4fbe9;
  background-image: linear-gradient(#f4fbe9,#ffffff);
}

.hs-contact-top-section .span3 {
  width: 20.5%;
  margin-left: 6%;

}

.hs-contact-top-section .span6 {
  width: 47%;
  margin-left: 6%;
}

.hs-contact-top-section .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.hs-contact-main-section .span6 {
  width: 47%;
  margin-left: 6%;
}

.hs-contact-main-section .span7 {
  width: 57.599999999999994%;
}

.hs-contact-main-section .span5 {
  margin-left: 6%;
  width: 36.4%;
}

.hs-contact-main-section .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}


.contact-page .widget-type-rich_text h5 {
  margin: 0.85em 0;
  font-size: 24px;
  text-transform: none;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;

}

.contact-page .widget-type-rich_text h6 {
  margin: 0.85em 0;
  font-size: 20px;
  text-transform: none;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;
}


/* ***** Services Css  ******* */

.services-banner .banner {
  background-position: center right;
}

.services-banner .banner .banner-inner {
  padding-top: 10px;
  align-items: center;
  min-height: 432px;
}

.services-banner .banner .banner-content {
  padding-bottom: 26px;
}


.services-page .span4 {
  margin-left: 6%;
  width: 29.333333333333332%;
}

.services-page .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}


.services-page .widget-type-rich_text h2 {
  margin: 0;
  padding-bottom: 14px;
  position: relative;

}
   
.services-page .widget-type-rich_text h2 span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

.services-page .widget-type-rich_text h2:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #e1e1e1;
  height: auto;
  top: calc(50% - 5px);
  content: "";
  border-top: 1px solid #222;
  opacity: .15;
}

 

.services-page .widget-type-rich_text h5 {
  margin: 0.85em 0;
  font-size: 24px;
  text-transform: none;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;

}

.services-page .widget-type-rich_text h6 {
  margin: 0.85em 0;
  font-size: 20px;
  text-transform: none;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;
}


.services-page .row-fluid .hs-button {
  padding: 25px 50px 23px;
  font-size: 20.8px;
}

.services-get-started-section .dnd-section > .row-fluid {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}



.about-page {
  font-size: 13px;
}

.about-banner .banner .banner-inner {
  padding-top: 191px;
}

.about-banner .banner {
  background-position: center right;
  background-color: #876a47;
}

.about-banner .banner .banner-content {
  padding-bottom: 77px;
  padding-top: 10px;
}


.about-page .hs-about-section-1 h2 {
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 600;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  color: #222222;
/*   text-transform: uppercase; */
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 0px;
  padding-bottom: 14px;
}

.about-page .hs-about-section-1 h2:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #e1e1e1;
  height: auto;
  top: calc(50% - 5px);
  content: "";
  border-top: 1px solid #222222;
  opacity: 0.15;
}

.about-page .hs-about-section-1 h2 span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

.about-page .hs-about-section-1 h4 {
  text-transform: none;
  margin: 0.85em 0;
  line-height: inherit;
  letter-spacing: normal;
}

.about-page .hs-about-section-1 .span5 {
  width: 36.4%;
  z-index: 1;
  position: relative;
}

.about-page .hs-about-section-1 .span7 {
  margin-left: 6%;
  width: 57.599999999999994%;
  z-index: 1;
  position: relative;
}

.about-page .hs-about-section-1 .span7 .hs_cos_wrapper_type_rich_text p {
  font-size: 17px;
}

.about-page .hs-about-section-2 .span4 {
  z-index: 1;
  position: relative;
  margin-left: 6%;
  width: 29.333333333333332%;
}

.about-page .hs-about-section-2 .span4:nth-child(3n + 1) {
  margin-left: 0;
}

.about-page .hs-about-section-2 h5 {
  margin: 0.85em 0;
  color: #222222;
  text-transform: none;
  letter-spacing: normal;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.65;
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}

.about-page .hs-about-section-1 h5 {
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  margin: 0.85em 0;
  line-height: 1.65;
  margin-top: 30px;
  color: #222;
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}

.about-page .hs-about-section-1 p:first-of-type {
  margin-top: 0;
}

.about-page .hs-about-section-1 .span5,
.about-page .hs-about-section-1 .span7 {
  margin-top: -11px;
}

.team-member-card-wrapper h6 span {
  background-image: url(https://6914953.fs1.hubspotusercontent-na2.net/hubfs/6914953/raw_assets/public/Harvest_Wealth_Group_December2020/images/arrow-down.png);
}

.team-member-card-wrapper h6 span.show-less {
  background-image: url(https://6914953.fs1.hubspotusercontent-na2.net/hubfs/6914953/raw_assets/public/Harvest_Wealth_Group_December2020/images/arrow-up.png);
}


.tooltip {
  position: absolute;
  z-index: 9999999;
  padding: 11px 12px;
  margin-top: -18px;
  margin-left: -4px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 140px;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  line-height: 1.65em;
  display:block;
  opacity:0;
  filter:alpha(opacity=0);
  transform: translate3d(0px,-10px,0);
/*   transition: all 0.4s ease-in-out; */
  transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
  visibility:visible;
}
.tooltip.in{
  opacity:1;
  filter:alpha(opacity=100);
  transform: translate3d(0,0px,0);
}
/* .tooltip.top{
    padding:5px 0;
    margin-top:-3px;
    }
.tooltip.right{
    padding:0 5px;
    margin-left:3px;
    }
.tooltip.bottom{
    padding:5px 0;
    margin-top:3px;
    }
.tooltip.left{
    padding:0 5px;
    margin-left:-3px;
    } */
.tooltip-inner{
  max-width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-size: 0.925em;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
}
.tooltip-arrow{
  position:absolute;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.tooltip.top .tooltip-arrow {
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 6px 6px 0px;
}
.tooltip.top-left .tooltip-arrow {
  bottom:0;
  left:5px;
  border-top-color:#000;
  border-width:5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
  right:5px;
  bottom:0;
  border-top-color:#000;
  border-width:5px 5px 0;
}
.tooltip.right .tooltip-arrow{
  top:50%;
  left:0;
  margin-top:-5px;
  border-right-color:#000;
  border-width:5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow{
  top:50%;
  right:0;
  margin-top:-5px;
  border-left-color:#000;
  border-width:5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow{
  top:0;
  left:50%;
  margin-left:-5px;
  border-bottom-color:#000;
  border-width:0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow{
  top:0;
  left:5px;
  border-bottom-color:#000;
  border-width:0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow{
  top:0;
  right:5px;
  border-bottom-color:#000;
  border-width:0 5px 5px;
}

.services-page .tooltip {
  width: 350px;

}

.services-page .tooltip {
  margin-top: 18px;
  margin-left: -4px;
  transform: translate3d(0px,10px,0px);
}

.services-page .tooltip.in {
  transform: translate3d(0px,0px,0);
}

.services-page .tooltip.bottom .tooltip-arrow {
  top: -4.5px;
  left: 50%;
  margin-left: -3px;
  border-bottom-color: #000;
  border-width: 0 6px 6px;
}

@-webkit-keyframes av_pulsate {
  0% 		{-webkit-transform: scale(0.1); opacity: 0.0;}
  50% 	{opacity: 0.7;}
  100% 	{-webkit-transform: scale(1); opacity: 0.0;}
}

@keyframes av_pulsate {
  0% 		{transform: scale(0.1); opacity: 0.0;}
  50% 	{opacity: 0.7;}
  100% 	{transform: scale(1); opacity: 0.0;}
}




.accordion-wrapper .accordion-title {
  background-image: url(https://6914953.fs1.hubspotusercontent-na2.net/hubfs/6914953/raw_assets/public/Harvest_Wealth_Group_December2020/images/arrow-down.png) ;
}

.accordion-wrapper.open .accordion-title {
  background-image: url(https://6914953.fs1.hubspotusercontent-na2.net/hubfs/6914953/raw_assets/public/Harvest_Wealth_Group_December2020/images/arrow-up.png) ;
}

/* **** Resources Css **** */

.cm-resources-banner .banner {
  background-position: center right;
}

.cm-resources-banner .banner .banner-content {
  padding-bottom: 81px;
}

.cm-resources-banner .banner .banner-inner {
  padding-top: 67px;
}

/* **** 2101A - Contact Us **** */
.contact-us-a .main_body-column-5-vertical-alignment {
  position: relative;
}
.contact-us-a .main_body-column-5-vertical-alignment:before {
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #ccc;
  content: "";
}

.contact-us-a .dnd-module iframe {
  height: 400px;
}


/* **** Media Query **** */

@media (min-width: 768px) {
  .website-page .get-started-wrapper {
    margin: 0 -50px;
  }
  .about-page .get-started-wrapper {
    margin: 0 -50px;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  .homepage-main-section .widget-type-rich_text h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* ** Homepage Css ** */
  
  .homepage-top-section .row-fluid .span5 {
    width: 100%;
    margin-left: 0;
  }

  .homepage-top-section .row-fluid .span7 {
    width: 100%;
    margin-left: 0;
  }

  .homepage-main-section .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }

  .homepage-get-started-section .dnd-section > .row-fluid {
    max-width: 100%;
  }


  /* ** Website Css *** */

  .website-page .widget-type-rich_text h5 br {
    display: none;
  }


  /* ** Contact Css  ** */


  .contact-banner .banner .banner-inner {
    padding-top: 30px;
  }

  .contact-banner .banner .banner-content {
    padding-bottom: 20px;
  }

  .hs-contact-top-section .row-fluid .span3 {
    width: 100%;
    margin-left: 0;
  }

  .hs-contact-top-section .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }

  .contact-page .row-fluid [class*="span"] {
    min-height: 0px;
  }

  .hs-contact-main-section .row-fluid .span7 {
    width: 100%;
    margin-left: 0;
  }
  .hs-contact-main-section .row-fluid .span5 {
    width: 100%;
    margin-left: 0;
  }

  .hs-contact-main-section .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }

  /* ** Services Css  *** */

  .services-banner .banner .banner-content {
    padding-bottom: 31px;
    text-shadow: 0 2px 1px rgba(0,0,0,0.5);
  }

  .services-banner .banner .banner-inner {
    padding-top: 120px;
    min-height: auto;
  }

  .services-banner .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    background-color: #7b695c;
  }

  .services-page .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }

  .services-page .widget-type-rich_text h2:after {
    display: none;

  }

  .services-page .tooltip {
    display: none !important;
  }
  
  .about-banner .banner .banner-content {
    padding-bottom: 0;
    padding-top: 20px;
  }

  .about-banner .banner .banner-inner {
    padding-top: 120px;
  }

  .about-banner .banner {
    background-position: center right;
  }

  .about-page .hs-about-section-1 .span5, 
  .about-page .hs-about-section-1 .span7 {
    width: 100%;
    margin-left: 0;
  }

  .about-page .hs-about-section-1 h5 {
    margin-bottom: 41px;
  }

  .about-page .hs-about-section-2 .span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .about-banner .banner:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    border-color: #e1e1e1;
    opacity: 0.4;
    background-color: #876a47;
    content: "";
  }

  .banner-section .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .cm-resources-banner .banner:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    border-color: #e1e1e1;
    opacity: 0.4;
    background-color: #5b6b79;
    content: "";
  }
  
  .cm-resources-banner .banner .banner-content {
    padding-bottom: 22px;
  }

  .cm-resources-banner .banner .banner-inner {
    padding-top: 110px;
  }

  .cm-resources-banner .banner p:last-of-type {
    text-shadow: 0 2px 1px rgba(0,0,0,0.5);
  }

  /* ** 2101A - Contact Us ** */
  .contact-us-a.contact-banner .banner .banner-inner {
    padding-top: 70px;
  }
  .contact-us-a #hs_cos_wrapper_main_body-module-2 {
    padding-right: 0 !important;
    margin-bottom: 50px;
  }
  .contact-us-a .main_body-column-5-vertical-alignment:before {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .cm-resources-banner .banner h1 {
    font-size: 40px;
  }
  .services-banner .banner h1 {
    font-size: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

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

.custom-header {
  display: block;
  font-size: 13px;
  position: fixed;
  z-index: 501;
  top: 0;
  width: 100%;
  max-width: 1600px;
  left: auto;
  right: auto;
}

.header-main {
  clear: both;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
}

.y_homepage .header-main {
    border-color: transparent;
}

.custom-header .header__container {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  width: 100%;
  height: 88px;
  line-height: 88px;
}

.custom-header-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.custom-logo {
  display: block;
  height: 100%;
  overflow: hidden;
  float: left;
  position: absolute;
  left: 0;
  z-index: 1;
}

.custom-logo a {
  border: 0 !important;
  text-decoration: none !important;
  outline: 0 !important;
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}

.header-logo {
  padding: 0;
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  image-rendering: auto;
  position: relative;
  z-index: 2;
  height: 100%\9;
  height: auto\9;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.header-logo.white-logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.header-logo.black-logo {
  opacity: 0;
  filter: alpha(opacity=0);
}

.custom-logo img {
  max-width: 276px;
  border: 0 !important;
  width: auto !important;
  height: auto;
  display: block;
}

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  color: #aaaaaa;
  background-color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.y_homepage .header_bg {
    background: transparent;
}


.custom-menu-primary-desktop {
  display: block;
  clear: none;
  position: absolute;
  z-index: 100;
  line-height: 30px;
  height: 100%;
  margin: 0;
  right: 0;
  padding-top: 13px;
}

.custom-menu-primary-desktop .navigation-primary > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 110;
  position: relative;
}

.custom-menu-primary-desktop .navigation-primary {
  float: left;
  position: relative;
  z-index: 3;
}

.custom-menu-primary-desktop .navigation-primary > ul > li {
  line-height: 30px;
  float: left;
  z-index: 999;
  position: relative;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > a {
  max-width: none;
  outline: 0;
  display: block;
  text-decoration: none;
  padding: 0 13px;
  line-height: 88px;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.25s ease, border-color 0.25s ease;
  height: 75px;
  border-bottom: solid 2px transparent;
  font-weight: 100;
}

.custom-menu-primary-desktop .navigation-primary > ul > li.Schedule.An.Appointment > a {
  background: transparent;
  padding-right: 0;
  padding-left: 3px;
  margin-right: -12px;
  border: none;
}

.custom-menu-primary-desktop .navigation-primary > ul > li.Schedule.An.Appointment > a:hover span.avia-menu-text {
  opacity: 0.9;
}

.custom-menu-primary-desktop .navigation-primary > ul > li.Client.Login > a {
  opacity: 1 !important;
  position: relative;
  margin: -53px -92px;
  display: block;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 48px 2px 4px !important;
  border-radius: 3px;
  font-size: 14px;
  width: 104px;
  z-index: 9999;
  font-weight: 100 !important;
  text-align: center;
  line-height: 1em;
}

.custom-menu-primary-desktop .navigation-primary > ul > li.Client.Login > a:hover {
  border: 1px solid rgba(255,255,255,0.5);
}

.custom-menu-primary-desktop .navigation-primary>ul>li.Schedule.An.Appointment>a span.avia-menu-text {
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
  padding: 5px 10px;
}

/* level 2 */

.custom-menu-primary-desktop .navigation-primary > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  min-width: 180px;
  z-index: 10;
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.custom-menu-primary-desktop .navigation-primary > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > ul > li {
  line-height: inherit;
  display: block;
  width: 100%;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > ul > li > a {
  max-width: none;
  outline: 0;
  display: block;
  text-decoration: none;
  padding: 10px;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.25s ease, border-color 0.25s ease;
  height: auto;
  font-weight: 100;
  line-height: normal;
  text-align: center;
}

.scroll-header .custom-menu-primary-desktop .navigation-primary > ul > li > ul,
.no-banner .custom-menu-primary-desktop .navigation-primary > ul > li > ul {
  border-color: #666;
}

.scroll-header .custom-menu-primary-desktop .navigation-primary>ul>li.Client.Login>a,
.no-banner .custom-menu-primary-desktop .navigation-primary>ul>li.Client.Login>a {
  color: #aaa !important;
  border: 1px solid rgba(0,0,0,0.2);
}

.scroll-header .custom-menu-primary-desktop .navigation-primary>ul>li.Client.Login>a:hover, 
.scroll-header .custom-menu-primary-desktop .navigation-primary>ul>li.Client.Login>a:focus,
.no-banner .custom-menu-primary-desktop .navigation-primary>ul>li.Client.Login>a:hover, 
.no-banner .custom-menu-primary-desktop .navigation-primary>ul>li.Client.Login>a:focus {
  color: #70A167 !important;
  border: 1px solid #70A167;
}

.no-banner .header-main {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.no-banner .header-logo.black-logo {
  opacity: 1;
}

.no-banner .header-logo.white-logo {
  display: none;
}

.no-banner .header_bg {
  opacity: 0.95;
}

/* media query */

@media (min-width: 768px) {
  .custom-mobile-menu-group, 
  .mobile-trigger-group,
  .mobile-trigger, 
  .custom-menu-primary-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 992px) {
  .custom-menu-primary-desktop .navigation-primary>ul>li>a {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .custom-menu-primary-desktop .navigation-primary>ul>li>a {
    padding: 0 1vw !important;
    font-size: 1.7vw !important;
  }
}

@media only screen and (max-width: 915px) and (min-width: 768px) {
  .custom-menu-primary-desktop .navigation-primary>ul>li>a {
    font-size: 11px !important;
    padding: 0 6px !important;
  }

  .custom-menu-primary-desktop .navigation-primary>ul>li>ul>li>a {
    font-size: 11px;
  }

  .custom-menu-primary-desktop .navigation-primary>ul>li>ul {
    min-width: 120px;
  }
}

@media (max-width: 767px) {
  .custom-header {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 !important;
    opacity: 1;
    min-height: 0;
    color: #aaaaaa;
    background-color: #ffffff !important;
    border-color: #ebebeb;
  }

  .custom-header .header__container {
    height: auto !important;
    float: none;
    width: 85%;
    max-width: 85%;
    line-height: 80px;
    padding: 0;
  }

  .custom-logo {
    position: static;
    display: table;
    height: 80px !important;
    float: none;
    padding: 0;
    border: none;
    width: 80%;
  }

  .header-logo {
    display: table-cell;
    vertical-align: middle;
  }

  .header-logo.black-logo {
    opacity: 1;
  }

  .header-logo.white-logo {
    display: none !important;
  }

  .custom-logo img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    display: block;
    max-height: 80px;
  }

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

  .custom-mobile-menu-group {
    z-index: 100;
    line-height: 30px;
    clear: none;
    margin: 0;
    top: 0;
    height: 80px;
    left: auto;
    right: 0;
    display: block;
    position: absolute;
  }

  .mobile-menu-inner {
    height: 100%;
    float: left;
    position: relative;
    z-index: 3;
  }

  .mobile-trigger-group {
    display: block;
    z-index: 999;
    position: relative;
    line-height: 30px;
    -webkit-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
    cursor: pointer;
  }

  .mobile-trigger {
    display: block;
    text-decoration: none;
    max-width: none;
    opacity: 1;
    transition: opacity 0.25s ease, border-color 0.25s ease;
    font-weight: 100;
    font-size: 15px !important;
    padding: 0 6px !important;
    height: 80px;
    line-height: 80px;
    margin: 0;
    border-style: none;
    border-width: 0;
    min-width: 0;
    color: inherit;
    border-color: inherit;
    background: inherit;
  }

  .mobile-trigger .av-hamburger {
    padding: 0 0 0 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .mobile-trigger .av-hamburger .av-hamburger-box {
    display: inline-block;
    width: 35px;
    position: relative;
    height: 8px;
  }

  .mobile-trigger .av-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .mobile-trigger .av-hamburger-inner, 
  .mobile-trigger .av-hamburger-inner::before,
  .mobile-trigger .av-hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
  }

  .mobile-trigger .av-hamburger-inner,
  .mobile-trigger .av-hamburger-inner::before,
  .mobile-trigger .av-hamburger-inner::after {
    width: 100%;
  }

  .mobile-trigger .av-hamburger--spin .av-hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .mobile-trigger .av-hamburger strong {
    display: none;
  }

  .mobile-trigger .av-hamburger-inner, 
  .mobile-trigger .av-hamburger-inner:before, 
  .mobile-trigger .av-hamburger-inner:after {
    background-color: #aaaaaa;
  }

  .mobile-trigger .av-hamburger-inner:before,
  .mobile-trigger .av-hamburger-inner:after {
    content: "";
    display: block;
  }

  .mobile-trigger .av-hamburger-inner:before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
    top: -10px;
  }

  .mobile-trigger .av-hamburger-inner:after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
    bottom: -10px;
  }

  .custom-menu-primary-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-color: #ebebeb;
    font-size: 1em;
    transition: all 0.6s ease-in-out;
  }

  .mobile-open .custom-menu-primary-mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .custom-menu-primary-mobile > div.hs_cos_wrapper {
    overflow: auto;
    position: absolute;
    height: 100%;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    right: 0;
    max-width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    width: 350px;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    background: #ffffff;
  }

  .mobile-open .custom-menu-primary-mobile > div.hs_cos_wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .custom-menu-primary-mobile .navigation-primary {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: table;
    vertical-align: middle;
    text-align: center;
    z-index: 5;
    border-color: #ebebeb;
  }

  .custom-menu-primary-mobile .navigation-primary > ul {
    list-style: none;
    margin: 0;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 82px 0px;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li {
    line-height: inherit;
    margin: 0;
    -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
    transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
    -webkit-transform: translate3d(0,0,0);
    position: relative;
    opacity: 1;
    top: 0;
    left: 0;
    background-color: transparent !important;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li > a {
    outline: 0;
    -webkit-transition: none;
    transition: none;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #333333 !important;
    border-color: #ebebeb;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li > a:hover,
  .custom-menu-primary-mobile .navigation-primary > ul > li > a:focus {
    background-color: #f8f8f8;
    color: #333333 !important;
    border-bottom: solid 2px #ebebeb;
    opacity: 1 !important;
  }

  .custom-menu-primary-mobile .navigation-primary > ul ul {
    display: none;
  }

  .av-burger-overlay-bg {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    vertical-align: middle;
    text-align: center;
    z-index: 3;
    background: #000;
    display: block;
    position: fixed;
    opacity: 0.3;
    cursor: pointer;
  }

  .mobile-open .mobile-trigger .av-hamburger-inner, 
  .mobile-open .mobile-trigger .av-hamburger-inner:before, 
  .mobile-open .mobile-trigger .av-hamburger-inner:after {
    background-color: #333333;
  }

  .mobile-open .mobile-trigger .av-hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .mobile-open .mobile-trigger .av-hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
  }

  .mobile-open .mobile-trigger .av-hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li.Schedule.An.Appointment > a {
    border: 0 !important;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li.Schedule.An.Appointment > a span.avia-menu-text {
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
    color: #ffffff !important;
    background-color: #ce7a2cf0 !important;
    border: 1px solid #ef8f35 !important;
    padding: 5px 10px;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li.Schedule.An.Appointment > a:hover span.avia-menu-text {
    opacity: 0.9;
  }

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 47px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #333; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* level 2 */

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

  .custom-menu-primary-mobile .navigation-primary > ul > li > ul > li {
    width: 100%;
    display: block;
    position: relative;
    line-height: inherit;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li > ul > li > a {
    outline: 0;
    -webkit-transition: none;
    transition: none;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #333333 !important;
    border-color: #ebebeb;
    padding-left: 65px;
    background-color: transparent !important;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li > ul > li > a:hover {
    background-color: #f8f8f8 !important;
    color: #333333 !important;
    border-bottom: solid 2px #ebebeb;
    opacity: 1 !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}

.footer__container {
  margin: 0 auto;
}

.custom-footer {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.65em;
}

.custom-footer-bottom {
  display: block;
  width: 100%;
  border-top: 0;
  position: relative;
  font-size: 11px;
  margin-top: -1px;
  z-index: 0;
}

.custom-footer .footer__container {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.custom-footer-bottom .footer__container.bottom-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-footer-copyright {
  float: left;
}

.custom-footer-bottom .footer__container.bottom-container:before,
.custom-footer-bottom .footer__container.bottom-container:after {
  display: block;
  clear: both;
  content: "";
}

.custom-footer-copyright p {
  margin: 0;
  margin-bottom: 0;
}

.custom-footer-top {
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #2d452f;
  padding: 15px 0 30px 0;
  z-index: 1;
}

.col-footer-top {
  z-index: 1;
  float: left;
  position: relative;
  width: 29.333333333333332%;
  margin-left: 6%;
}

.col-footer-top:first-child {
  clear: left;
  margin-left: 0;
}

.custom-footer-top .footer__container.top-container:before, .custom-footer-top .footer__container.top-container:after {
  display: block;
  clear: both;
  content: "";
}

.col-footer-top h3 {
  line-height: 1.1em;
  margin-bottom: 8px;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 0.85em;
  font-size: 26px;
  text-transform: uppercase;
}

.broker-button {
  float: none;
  display: block;
  clear: both;
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  padding: 0;
}

.brokercheck-widget {
  text-align: center;
  border-bottom: solid 2px #E4E4E4;
  width: 205px;
  height: 40px;
  background: rgba(246, 246, 246, .85);
  position: fixed;
  bottom: 0;
  right: 80px;
  z-index: 9999;
  margin-top: 0;
  padding-top: 0;
  border-color: #2d452f;
}

.brokercheck-widget a {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 8px;
  position: relative;
  overflow: hidden;
}

.brokercheck-widget img {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: initial;
}

.custom-footer-address p {
  margin: 0;
}

.footer-location p {
  margin: 0;
}

.custom-footer-follow-us p {
  margin: 0;
  display: inline-block;
}

.footer-social {
  display: block;
  float: none;
  position: relative;
  border-top: none;
  padding: 0;
  margin: 30px 0 31px 0;
  overflow: hidden;
}

.custom-footer-follow-us ul.social_icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-footer-follow-us ul.social_icons li {
  padding-top: 0.2em;
  line-height: inherit;
  clear: both;
  margin: 0 0 1.1em 0 !important;
  font-size: 1.8em;
}

.custom-footer-follow-us ul.social_icons li:last-child {
  margin-bottom: 0 !important;
}

.custom-footer-follow-us ul.social_icons li a {
  text-decoration: none !important;
  outline: 0 !important;
}

[data-av_icon]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}

html body [data-av_iconfont='entypo-fontello']:before {
  font-family: 'entypo-fontello';
}

html body [data-av_iconfont='fontello']:before {
  font-family: 'fontello';
}

.social_icons [data-av_icon]:before {
  margin-right: 0.2em;
  font-size: 1.1em;
}

.footer-address-block {
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
  position: relative;
  display: block;
  float: none;
}

.footer-location {
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
  position: relative;
  display: block;
  float: none;
}

.custom-popup-block {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  background: rgba(0,0,0,.75);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#BF000000',EndColorStr='#BF000000')";
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#BF000000',EndColorStr='#BF000000');
  zoom: 1!important;
  background: rgba(0, 0, 0, 0.3);
  font-size: 13px;
  line-height: 1.65em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.popup-open .custom-popup-block {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.popup-open {
  overflow: hidden;
}

.custom-popup-block .popup-container {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  text-align: left;
  word-wrap: break-word;
  background: #fff;
  border-radius: 5px;
  max-width: 98%;
  margin: 15px auto;
  display: inline-block;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.75);
  -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.75);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.75);
  min-height: 0;
  width: 550px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  font-family: inherit,Arial,Helvetica Neue,Helvetica,sans-serif;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
  box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
}

.custom-popup-block .popup-content {
  position: relative;
}

.custom-popup-block .popup-content .hs_cos_wrapper > div:first-of-type {
  cursor: pointer;
  font-weight: 700;
  z-index: 99999;
  position: absolute;
  border: 0;
  line-height: 13px;
  font-size: 1.125em;
  border-radius: 50%;
  background: #e0e0e0;
  color: #232323;
  padding: 5px 7px;
  right: 10px;
  top: 10px;
}

.custom-popup-block .popup-content .hs_cos_wrapper > div:first-of-type:hover {
  color: #FFF;
  background: rgba(0,0,0,.3);
  text-decoration: none;
}

.custom-popup-block h3 {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 700;
  color: #1c0b00;
  font-size: 1.225em;
  padding: 20px 20px 10px;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  font-family: inherit;
  margin-bottom: 0;
}

.custom-popup-block .popup-content .hs_cos_wrapper > div:last-of-type {
  background: #fff;
  color: #616161;
  padding: 20px;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  user-select: text;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #1c0b00;
  padding: 0 20px;
}

.custom-popup-block .popup-content .hs_cos_wrapper > div:last-of-type p {
  font-family: inherit;
  margin: 0;
  font-weight: inherit;
}

.custom-popup-block .popup-content .hs_cos_wrapper > div:last-of-type > div {
  text-align: center;
  position: relative;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #FFF;
  margin: 15px -20px -20px;
  padding: 0 0 15px 0;
}

.custom-popup-block .popup-content .hs_cos_wrapper a {
  max-width: 100%;
  outline: 0;
  display: inline-block;
  text-decoration: none;
  margin-top: 3px;
  padding: 4px 16px;
  border-radius: 4px;
  background: #25abe9;
  color: #fff;
  font-family: inherit;
}

.custom-popup-block .popup-content .hs_cos_wrapper a:hover,
.custom-popup-block .popup-content .hs_cos_wrapper a:focus {
  background: #2bb4f2;
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.custom-footer-copyright .noLightbox.social_bookmarks {
  list-style: none;
  padding: 0;
  height: 30px;
  z-index: 150;
  float: right;
  margin: -10px 0 0 30px;
  position: relative;
  background: transparent;
}

.custom-footer-copyright .noLightbox.social_bookmarks li {
  height: 100%;
  float: left;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 30px;
  border-radius: 300px;
  border: none;
  overflow: hidden;
  top: 5px;
  position: relative;
  background: transparent;
  line-height: inherit;
}

.custom-footer-copyright .noLightbox.social_bookmarks li a {
  float: left;
  width: 30px;
  line-height: 30px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0;
  min-height: 30px;
  height: 100%;
  overflow: visible;
  z-index: 2;
  position: relative;
  text-align: center;
  border-radius: 300px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent;
  color: #6e8f68 !important;
}

.custom-footer-copyright .noLightbox.social_bookmarks li a span.avia_hidden_link_text {
  display: none;
}

.custom-footer-copyright .noLightbox.social_bookmarks li:hover a, 
.custom-footer-copyright .noLightbox.social_bookmarks li:focus a {
  color: #fff !important;
  background-color: #46d4fe;
  text-decoration: none;
  outline: 0;
}

.custom-footer-no-nav .custom-footer-copyright p {
  margin-bottom: 20px;
}

/* media query */

@media (max-width: 1300px) {
  .footer-location p br {
    display: none;
  }
}

@media only screen and (max-width: 850px) and (min-width: 768px) {
  .footer-social h3 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .custom-footer .footer__container {
    width: 85%;
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  .broker-button {
    display: block;
  }

  .col-footer-top {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .custom-footer-follow-us ul.social_icons li {
    line-height: 1.8em;
  }

  .footer-social {
    margin: 0;
  }

  .footer-address-block {
    margin: 0;
  }

  .footer-location {
    margin: 0;
  }

  .brokercheck-widget {
    width: auto;
    height: 38px;
    background: #F6F6F6;
    text-align: center;
    border-bottom: solid 2px #E4E4E4;
    padding-top: 8px;
    position: static;
    right: auto;
    left: auto;
    z-index: auto;
    bottom: auto;
    margin: 0;
  }

  .brokercheck-widget a {
    padding: 0;
  }
  
  .custom-footer-top {
    padding-top: 40px;
  }
}

@media (max-width: 450px) {
  .popup-content .hs_cos_wrapper a {
    width: 90%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.hs-blog-listing, .hs-blog-post {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.65em;
}

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

.custom-blog-content-group .content-wrapper {
  position: relative;
  width: 100%;
}

.blog-index {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.post-item {
  width: 100%;
  float: left;
  position: relative;
  clear: both;
}

.post-item .entry-content-wrapper {
  padding-bottom: 40px;
  text-align: justify;
  font-size: 1.15em;
  line-height: 1.7em;
  max-width: 800px;
  margin: 0 auto;
  overflow: visible;
}

.post-item .entry-content-wrapper > * {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-item h2.post-title {
  font-weight: 600;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  color: #222222;
  line-height: 1.3em;
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: normal;
  text-transform: none;
}

.post-item h2.post-title a {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

.post-item h2.post-title a:hover, .post-item h2.post-title a:focus {
  text-decoration: underline;
  color: inherit;
}

.post-meta-infos {
  font-size: 0.9em;
  position: relative;
  top: -8px;
  display: block;
  border-color: #e1e1e1;
  text-align: center;
}

.minor-meta {
  font-size: 0.9em;
  color: #666666;
}

.text-sep {
  padding: 0 5px;
}

.minor-meta a {
  color: #666666;
  text-decoration: none;
  outline: 0;
  font-family: inherit;
}

.minor-meta a:hover, .minor-meta a:focus {
  color: #5ac941;
  text-decoration: underline;
  outline: 0;
}

.entry-content p {
  margin: 0.85em 0;
  font-family: inherit;
}

.blog-pagination {
  padding: 1px 50px 10px 24px;
  display: block;
  position: relative;
  z-index: 3;
  line-height: 13px;
  overflow: hidden;
  clear: both;
  border-color: #e1e1e1;
}

.blog-pagination span, 
.blog-pagination a {
  padding: 2px 9px 1px 9px;
  text-decoration: none;
  width: auto;
  font-size: 11px;
  line-height: 13px;
  display: block;
  float: left;
  border-color: #e1e1e1;
  color: #666666;
}

.blog-pagination .pagination-meta {
  float: right;
  line-height: 35px;
}

.blog-pagination a {
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
  text-decoration: none !important;
  outline: 0 !important;
  font-family: inherit;
  background: #ffffff;
  float: left;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.blog-pagination a:hover, 
.blog-pagination a:focus {
  background: #666666;
  color: #ffffff;
  text-decoration: none;
}

.blog-pagination a.blog-pagination__link--active {
  font-weight: bold;
  font-size: 11px;
  color: #222222;
  background: #ffffff;
  pointer-events: none;
}

.blog-author-section {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 44px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
  padding-right: 0;
  margin-top: -1px;
}

.blog-author-section .author-box {
  text-align: center;
  display: block;
}

.blog-author-section .author-box .blog-meta {
  float: none;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 81px;
  overflow: hidden;
  text-align: center;
  z-index: 1000;
  border-color: #e1e1e1;
}

.rounded-container, .rounded-container img {
  border-radius: 111px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 2;
}

.rounded-container {
  float: left;
  width: 81px;
  height: 81px;
  text-align: center;
  line-height: 81px;
  background: #666666;
  color: #ffffff;
}

.rounded-container img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: initial;
}

.blog-author-section .author_description {
  overflow: hidden;
}

.blog-author-section h3.author-title {
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 8px;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-color: #e1e1e1;
  color: #222222;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: normal;
}

.author_description_text p {
  margin: 0.85em 0;
  font-family: inherit;
  font-weight: inherit;
}

.author-extra-border {
  display: block;
  position: absolute;
  bottom: -1px;
  width: calc(100% + 100px);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
  right: auto;
  left: -50px;
}

h4.extra-mini-title {
  line-height: 1.6em;
  margin-bottom: 1em;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  border-color: #e1e1e1;
  text-align: center;
  color: #666666;
}

/* hs blog post */

.blog-content {
  position: relative;
  float: left;
  display: inline;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 1px;
  z-index: 1;
  border-right-style: solid;
  border-right-width: 1px;
  margin-right: -1px;
  border-color: #e1e1e1;
  margin-left: 0;
  clear: left;
  width: 73%;
}

.blog-sidebar {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 1px;
  z-index: 1;
  border-color: #e1e1e1;
  color: #666666;
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: 0;
  float: none;
  width: auto;
  overflow: hidden;
  display: block;
  clear: none;
}

.blog-post {
  box-shadow: none !important;
  clear: both;
  width: 100%;
  float: left;
  position: relative;
  display: block;
}

.hs-blog-post .blog-meta {
  float: left;
  margin-right: 50px;
  border-color: #e1e1e1;
}

.hs-blog-post .blog-meta a.small-preview {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 81px;
  height: 81px;
  overflow: hidden;
  border-radius: 4px;
  float: left;
  margin: 6px 0 0 0;
  text-align: center;
  line-height: 81px;
  position: relative;
  z-index: 4;
  display: block;
  border-color: #e1e1e1;
  background: #666666;
  color: #ffffff;
}

.hs-blog-post .blog-meta a.small-preview:hover,
.hs-blog-post .blog-meta a.small-preview:focus {
  background-color: #5ab146;
  color: #ffffff;
  border-color: #389024;
  text-decoration: none !important;
}

.custom-blog-content-group.post-blog-group {
  margin-top: -1px;
}

.hs-blog-post .blog-meta a.small-preview .iconfont {
  font-size: 23px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-color: #e1e1e1;
}

.hs-blog-post .entry-content-wrapper {
  border-color: #e1e1e1;
  padding-right: 50px;
  overflow: hidden;
}

.hs-blog-post .entry-content-wrapper h2.post-title {
  font-weight: 600;
  margin-bottom: 14px;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-color: #e1e1e1;
  color: #222222;
  font-size: 21px;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: normal;
}

.hs-blog-post .entry-content-wrapper h2.post-title a {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

.hs-blog-post .entry-content-wrapper h2.post-title a:hover {
  text-decoration: none;
  color: inherit;
}

.blog-post .post-meta-infos {
  text-align: left;
}

.post-featured-image-wrapper {
  margin-top: 14px;
  display: block;
  width: 100%;
}

.post-featured-image-wrapper img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: initial;
  padding: 4px 14px 0px 0;
  float: left;
  margin-bottom: 10px;
}

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

.custom-blog-content-group.post-blog-group .content-wrapper:before, 
.custom-blog-content-group.post-blog-group .content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
  margin-top:40px;
}
.blog-comments form {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.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;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}

.blog-post__body p {
  font-weight: inherit;
}

.sidebar-inner {
  margin-left: 50px;
  border-color: #e1e1e1;
}

.col-sidebar {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  padding: 30px 0 30px 0;
  float: none;
  border-color: #e1e1e1;
}

.col-sidebar:first-child {
  padding-top: 0;
  border-top-style: none;
  border-top-width: 0;
}

.col-sidebar h3 {
  line-height: 1.1em;
  margin-bottom: 8px;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  border-color: #e1e1e1;
  color: #222222;
  font-size: 26px;
  text-transform: uppercase;
}

.sidebar-search form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  position: relative;
}

.sidebar-search .hs-search-field__input {
  padding: 11px 47px 11px 5px;
}

.sidebar-search button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: none;
  background-color: #5ab146;
  color: #ffffff;
  border-color: #389024;
  font-family: 'entypo-fontello';
  font-size: 17px;
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
  outline: 0;
}

.sidebar-search button:before {
  content: "";
}

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

.sidebar-search button:hover, 
.sidebar-search button:focus {
  background-color: #5ac941;
  color: #ffffff;
  border-color: #38a720;
  outline: 0;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.col-sidebar .widget-module > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.col-sidebar .widget-module > ul > li {
  clear: both;
  line-height: inherit;
}

.col-sidebar .widget-module > ul > li > a {
  color: #666666;
}

.col-sidebar .widget-module > ul > li > a:hover, 
.col-sidebar .widget-module > ul > li > a:focus {
  color: #5ac941;
}

.col-sidebar .widget-module > ul > li > a .filter-link-count {
  display: none;
}

.sidebar-recent-posts .widget-module > ul > li {
  padding: 7px 0;
  display: block;
  font-size: 0.85em;
  line-height: 1.5em;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #e1e1e1;
}

.sidebar-recent-posts .widget-module > ul > li:first-child {
  border-top: none;
}

.sidebar-recent-posts .widget-module > ul > li > a {
  font-style: italic;
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}

.custom-post-pagination .avia-post-nav {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: 0;
  position: fixed;
  height: 110px;
  top: 50%;
  background: #aaa;
  background: rgba(0,0,0,0.1);
  color: #fff;
  margin-top: -55px;
  padding: 15px;
  text-decoration: none;
  z-index: 501;
  -webkit-transform: translate3d(0,0,0);
}

.custom-post-pagination .avia-post-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.custom-post-pagination .avia-post-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.custom-post-pagination .avia-post-nav .label {
  position: absolute;
  top: 50%;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
}

.custom-post-pagination .avia-post-next .label {
  right: 10px;
}

.custom-post-pagination .avia-post-prev .label {
  left: 10px;
}

.custom-post-pagination .avia-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.custom-post-pagination .avia-post-nav .entry-info {
  height: 80px;
  width: 220px;
  display: table;
}

.custom-post-pagination .avia-post-next .entry-info {
  margin: 0 20px 0 1px;
}

.custom-post-pagination .avia-post-prev .entry-info {
  margin: 0 1px 0 20px;
}

.custom-post-pagination .avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}

.custom-post-pagination .avia-post-nav:hover {
  background: rgba(0,0,0,0.8);
  text-decoration: none;
}

.custom-post-pagination .avia-post-nav:hover .entry-info-wrap {
  width: 240px;
}

.av-share-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-radius: 3px;
  background: transparent;
  color: #222222;
  border-color: #e1e1e1;
}

.av-share-box .avia_hidden_link_text {
  display: none;
}

.av-share-box .av-share-link-description {
  font-size: 16px;
  line-height: 1.1em;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: #222222;
}

.post_delimiter {
  margin: 0 0 50px 0;
  padding: 50px 0 0 0;
  clear: both;
  border: none;
  height: 1px;
}

.av-share-box ul li {
  line-height: inherit;
  border-color: #e1e1e1;
  text-indent: 0;
}

.av-share-box ul li a {
  text-decoration: none !important;
  outline: 0 !important;
}

.av-share-box .avia-related-tooltip {
  background-color: #ffffff;
  color: #666666;
  border-color: #e1e1e1;
}

.avia-related-tooltip .avia-arrow-wrap .avia-arrow {
  background-color: #ffffff;
  color: #666666;
}

.avia-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  visibility: hidden\9;
  border-color: #e1e1e1;
}

.blog-post .av-social-link-facebook:hover a {
  color: #fff;
  background-color: #37589b;
}

.blog-post .av-social-link-twitter:hover a {
  color: #fff;
  background-color: #46d4fe;
}

.blog-post .av-social-link-whatsapp:hover a {
  color: #fff;
  background-color: #00e676;
}

.blog-post .av-social-link-pinterest:hover a {
  color: #fff;
  background-color: #cb2027;
}

.blog-post .av-social-link-linkedin:hover a {
  color: #fff;
  background-color: #419cca;
}

.blog-post .av-social-link-mail:hover a {
  color: #fff;
  background-color: #9fae37;
}

/* media query */

@media (min-width: 768px) {
  .hs-blog-post .header-container-wrapper {
    min-height: 90px;
  }
}

@media (max-width: 1300px) {
  .custom-blog-content-group {
    margin-top: -2px;
  }
}

@media (max-width: 767px) {
  .custom-blog-content-group {
    margin-top: 0;
  }

  .post-item .entry-content-wrapper>* {
    max-width: 100%;
  }

  .blog-author-section h3.author-title span.author-box-name {
    display: inline-block;
  }

  .author-extra-border {
    margin: auto;
    right: auto;
    width: calc(100% + 23%);
    left: calc(-15% + 2px);
  }

  .blog-content {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    clear: left;
  }

  .hs-blog-post .blog-meta {
    display: none;
  }

  .custom-blog-content-group.post-blog-group {
    margin-top: 0;
  }

  .hs-blog-post .entry-content-wrapper {
    padding: 0;
  }

  .post-featured-image-wrapper img {
    padding-right: 0;
  }

  .blog-sidebar {
    display: none !important;
  }

  .custom-post-pagination, .custom-post-pagination .avia-post-nav {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .minor-meta {
    display: inline-block;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }
  
  .av-share-box .avia-related-tooltip {
    width: auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.body-wrapper .custom-subs-tem-form #email-prefs-form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.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: 50px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 13px;
  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) {
  .no-banner .header-container-wrapper {
    min-height: auto !important;
  }

  .systems-page .success {
    min-width: auto;
    display: inline-block;
    width:100%;
  }
  
  .systems-page h1 {
    font-size: 26px;
  }

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