/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: 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;
  padding: 0 40px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .dnd-section>.row-fluid {
    max-width: 90% !important;
    padding: 0 20px;
  }
}

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

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

@font-face { 
  font-family: "Ultimate-Icons";
  src: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/fonts/Ultimate-Icons.ttf) format("truetype"),
    url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/fonts/Ultimate-Icons.woff) format("woff"),
    url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/fonts/Ultimate-Icons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Calisto-italic"; 
  src: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/fonts/calisti.ttf) format("truetype");
}

@font-face {
  font-family: "Calisto-Regular"; 
  src: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/fonts/calist.ttf) format("truetype");
}




html {
  font-size: 62.5%;
}

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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}

ul li,
ol li {
}


.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.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;
}

img{
  max-width: 100%;
}

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

blockquote {
  margin: 0 0 1rem;
  font-size: 2.2rem;
  line-height: 1.8182;
  padding-left: 0.9091em;
  border-left: 4px solid rgba(51, 51, 51, 0.7) !important;
  font-style: italic;
  color: rgba(51, 51, 51, 0.7);
}

/* 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;
}
sup {
  top: -.5em;
  font-size: x-small !important;
}
sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  line-height: inherit;
  padding: 15px 53px;
  
  text-decoration: none;
  white-space: normal;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  margin: 16px 0 10px;
}
label.hs-main-font-element, label.hs-error-msg {
  color: #790000 !important;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding: 5px 5px !important;
  display: block !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  font-size: 13px !important;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}
.hs-button:focus,
div#hs-search-module a.hs-button.primary:focus{
  border-color: rgba(191,138,64,1.0) !important;
  outline: none;
}

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


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

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

.hs-input {
  display: inline-block;
  width: 100%;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 4px;
  letter-spacing: normal;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-top: 8px;
}

.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: 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;
  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.
*********************************************************************************
****************************************************************************** */

.team-page-first h1 {
  font-size: 32px;
  letter-spacing: 3px;
  text-align: left;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  border-bottom: 1px solid #bf8a40;
  max-width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.team-page-first h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: inherit;
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
}
.team-page-first .span3 {
  width: 25%;
  padding-left: 0 !important;
  display: block !important;
}
.team-page-first .span9 {
  margin: 0;
  width: 75%;
  display: block !important;
}
.team-page-first.MALLEY h1 {
  padding-bottom: 22px;
}

.team-page-second {
  overflow: hidden;
}
i.ua-icon.ua-icon-icon-6-mail-envelope-closed2:before {
  content: "\e93d";
}
.website-container.management-page .dnd-section>.row-fluid {
  padding: 0;
}
.financial-planning-page-first h1 {
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 1.2;
  margin: 20px;
  margin-top: 0px;
}
.financial-planning-page-first .dnd-section[class*="full-width-section"] > .row-fluid {
  padding: 0;
}
.financial-planning-page-first h2 {
  margin: 20px 0;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.2;
}
.financial-planning-page-first hr {
  border: 0 !IMPORTANT;
  border-top: 1px solid #bf8a40 !important;
  max-width: 40%;
  margin: auto;
  height: 0;
  background: #bf8a40;
  position: relative;
}
.financial-planning-page-first hr:before {
  content: '⬡';
  position: absolute;
  font-size: 20px;
  text-align: center;
  color: #bf8a40;
  top: -16px;
  background: #fff;
  width: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.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;
}
.financial-planning-page-first img {
  vertical-align: middle;
}
.financial-planning-page-first .span6 .dnd-module {
  display: block !important;
}
.financial-planning-page-first .span6 {
  margin: 0;
  width: 50%;
}
.financial-planning-page-first .span6:first-child>div {
  margin-right: 20px;
}
.financial-planning-page-first .hs-button {
  font-size: 24px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: block;
  text-align: center;
  background: #fafafa;
  background-color: transparent !important;
  border: 2px solid #b67d39 !important;
  border-radius: 0px !important;
  font-family: "Times",Georgia, serif !important;
  letter-spacing: 3px !important;
  margin: 20px 0 20px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif !important;
  color: #b67d39 !important;
}
.financial-planning-page-first .span6:last-child>div {
  margin-left: 20px;
}
.website-container.our-team-page-page h1 {
  font-size: 23px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
.website-container.our-team-page-page .span6 {
  width: 50%;
  float: left;
  min-height: 1px;
  margin: 0;
}
.website-container.our-team-page-page .span6:first-child>div {
  margin-right: 50px;
}
.website-container.our-team-page-page .span6 form {
  margin-right: 20px;
}
.website-container.our-team-page-page .span6 form .field {
  padding-right: 16px;
}
.website-container.our-team-page-page .span6 form .field>label {
  display: none;
}
.website-container.our-team-page-page .span6 h3.form-title {
  font-size: 20px;
  text-align: left;
  font-weight: 800;
  letter-spacing: 1px;
}
.website-container.our-team-page-page .span6 form .hs-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.website-container.our-team-page-page .span6 form .hs-input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.website-container.our-team-page-page .span6 form .hs-input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.website-container.our-team-page-page .span6 form .hs-input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.website-container.our-team-page-page .span6 form .field select {
  padding: 10px !important;
}
.website-container.our-team-page-page .span6 form .field textarea {
  height: 230px;
  width: 100%;
}
.website-container.our-team-page-page .span6 form input.hs-button.primary.large {
  margin: 0;
  font-weight: 700;
}
.website-container.our-team-page-page .span6 form .actions {
  padding: 16px 0 10px 0;
  margin: 0;
  clear: both;
  width: 100%;
}
.website-container.our-team-page-page .span6 form {
  margin-right: 20px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.website-container.our-team-page-page .span6:last-child {
  display: block !important;
}
.website-container.our-team-page-page .span6:last-child h3 {
  margin: 26px 20px;
  margin-bottom: 16px;
  font-size: 20px;
  text-align: left;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: 'Nunito Sans', sans-serif;
}
.website-container.our-team-page-page .grecaptcha-badge {
  margin-left: 0;
}
.website-container.our-team-page-page .span6:last-child ol {
  margin: 0px 30px 36px 40px;
  padding: 0;
}
.website-container.our-team-page-page .span6:last-child ol li {
  font-size: 16px;
  color: #4a4f55;
  line-height: 1.7em;
}
.website-container.our-team-page-page .span6:last-child h3 {
  margin: 26px 20px;
  margin-bottom: 13px;
  font-size: 20px;
  text-align: left;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: 'Nunito Sans', sans-serif;
}
.website-container.our-team-page-page .span6:last-child h4 {
  font-weight: bold;
  padding-top: 4%;
  margin: 0 20px;
  color: rgb(33, 37, 41);
}
.website-container.our-team-page-page .span6:last-child p {
  font-size: 16px;
  font-family: inherit !important;
  line-height: 23px;
  margin: 2px 20px 0;
}

.home-page-second .span6 {
  width: 50%;
  float: left;
  min-height: 1px;
  margin: 0;
  display: block !important;
}
.home-page-second .span6:first-child .dnd-row {
  margin-top: 35px;
}
.home-page-second .span6:first-child h2 {
  font-size: 25px;
  text-align: left;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
  color: #7f2629;
  padding-bottom: 20px;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.home-page-second .span6:first-child h2:after {
  content: "";
  border-top: 1px solid #7f2629;
  max-width: 100%;
  margin: auto;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}
.home-page-second .iframe_wrapper {
  padding: 0;
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.home-page-second .oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  margin-left: 0;
}
.home-page-second .embed_container iframe {
  position: static;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.home-page-second .span6:first-child p {
  margin: 26px 0 5px;
}
.home-page-second .span6 p {
  margin-right: 25px;
  margin-left: 15px;
  margin-top: 9px;
}
.home-page-third h2:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  border-top: 1px solid #bf8a40;
  width: 100%;
}
.home-page-third h2 {
  font-size: 25px;
  text-align: left;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.2;
  margin: 0 0 26px;
  padding: 0 0 20px;
  position: relative;
}
.home-page-fifth .span4 {
  width: 30.2%;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #822528;
  border-right-width: 2px;
}
.home-page-fifth .span8 {
  width: 69.8%;
  margin: 0;
}
.home-page-fifth .span4>.dnd-row {
  margin: 0 20px;
}
.home-page-fifth .dnd-section>.row-fluid {
  padding: 0;
}
.home-page-fifth .span4 h2 {
  margin: 0;
}
.home-page-fifth .span8>.dnd-row {
  padding: 0 20px;
}
.home-page-second .dnd-section>.row-fluid {
  padding: 0;
}
.home-page-second .span6:first-child p {
  margin: 26px 0 5px 40px;
}
.home-page-second .span6:last-child .dnd-row {
  margin: 0 20px;
}
.home-page-fifth {
  background-color: #eae8e9;
  padding: 0 20px;
}
.website-container.website-page .span7 {
  width: 50%;
  margin: 0;
  float: left;
  min-height: 1px;
}
.website-container.website-page .span5 {
  width: 50%;
}
.website-container.website-page h1 {
  font-size: 23px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.website-container .row-fluid [class*="span"] {
  min-height: 1px;
}

.privacy-page .banner-wrap {
  margin-bottom: 0;
}

.privacy-page .main-wrapper .dnd-section > .row-fluid {
  padding: 0;
}

.privacy-page .main-wrapper .span6 {
  width: 100%;
}

.privacy-page .widget-type-rich_text h1 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.2;
}

.home-management-wrapper ul.tabber-tabs li:nth-child(1) a .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(1) .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before{
  content: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/images/house-icon-orange.png);
}
.home-management-wrapper ul.tabber-tabs li:nth-child(1) a.active .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper ul.tabber-tabs li:nth-child(1):hover a .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper .home-management.tabber-content .tab-pane.drop-active .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(1) .home-management-tab-acc-title:hover h4 span.uabb-tabs-icon i:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(1).bg-active .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before{
  content: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/images/house-icon-white.png);
}
.home-management-wrapper ul.tabber-tabs li:nth-child(2) a .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(2) .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before{
  content: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/images/briefcase-icon-orage.png);
}
.home-management-wrapper ul.tabber-tabs li:nth-child(2) a.active .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper ul.tabber-tabs li:nth-child(2):hover a .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(2).drop-active .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(2) .home-management-tab-acc-title:hover h4 span.uabb-tabs-icon i:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(2).bg-active .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before{
  content: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/images/briefcase-icon-white.png);
}
.home-management-wrapper ul.tabber-tabs li:nth-child(3) a .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(3) .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before{
  content: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/images/hands-icon-orange.png);
}
.home-management-wrapper ul.tabber-tabs li:nth-child(3) a.active .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper ul.tabber-tabs li:nth-child(3):hover a .uabb-tabs-icon i.fas.fa-home:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(3).drop-active .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(3) .home-management-tab-acc-title:hover h4 span.uabb-tabs-icon i:before,
.home-management-wrapper .home-management.tabber-content .tab-pane:nth-child(3).bg-active .home-management-tab-acc-title h4 span.uabb-tabs-icon i:before{
  content: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/raw_assets/public/TheFiduciaryGroup_May2021/images/hands-icon-white.png);
}
.home-page-sixth .dnd-section>.row-fluid {
  padding: 0;
}
.website-container.our-team-page-page .google-map {
  margin: 19px 0 20px;
}
.home-page-sixth .recent-post-wrapper .recent-post-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: left;
  outline: none;
}
.privacy-page .widget-type-linked_image,
.privacy-page .widget-type-linked_image img {
  display: block;
  width: 100%;
}
.home-page-fifth .span4 h2 span {
  white-space: nowrap;
}


.team-page-first p a i {
  height: auto;
  width: auto;
  font-size: 30px;
  color: #802428;
  font-family: 'Ultimate-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 11px;
  vertical-align: middle;
  display: inline-block;
}
.team-page-first h2 {
  margin-bottom: 20px;
}
.team-page-first p a i.ua-icon.ua-icon-phone3:before {
  content: "\ea3e";
}
.team-page-first p a {
  height: 52.5px;
  display: table-cell;
  text-align: left;
  padding-left: 0;
  vertical-align: middle;
}
.team-page-first h2+p > a, .team-page-first h2+p+p > a {
  color: #333;
}
.team-page-first h2+p {
  margin-bottom: 5px;
}

@media(min-width: 769px){
  .privacy-page .main-wrapper .span6 {
    width: 50%;
    margin: 0;
    min-height: 1000px;
  }
}

@media(max-width: 1420px){
  .home-page-second .dnd-section>.row-fluid {
    padding: 0px 20px;
  }
}

@media(max-width: 1060px){
  .fl-node-5aeb41e7cfee2 > .fl-module-content {
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 15px;
  }
}

@media(max-width: 1000px) and (min-width: 769px){
  .home-page-fifth .span4 h2 {
    font-size: 28px !important;
  }
}

@media(max-width: 768px){
  .home-page-second .dnd-section>.row-fluid {
    max-width: 95% !important;
    padding: 0;
    display: block !important;
  }
  .home-page-second .span6:last-child p span {
    line-height: 1.7em;
  }
  .privacy-page .main-wrapper .dnd-section .row-fluid {
    flex-wrap: wrap;
  }
  .privacy-page .main-wrapper .dnd-section > .row-fluid {
    max-width: 95% !important;
  }
  .website-container.website-page h1 {
    font-size: 21px !important;
  }
  .team-page-first h1,
  .privacy-page .widget-type-rich_text h1 {
    font-size: 21px !important;
  }
  .team-page-first .dnd-row .row-fluid {
    flex-direction: column;
  }
  .team-page-first .span3{
    width: 100%;
    padding-left: 0 !important;
    display: block !important;
    text-align: center;
    padding-right: 0 !important;
  }
  .team-page-first .span9 {
    margin: 0;
    width: 100%;
    padding: 0 !important;
  }
  .team-page-first h2 {
    font-size: 19px !important;
    margin-top: 3px;
  }
  .financial-planning-page-first h1 {
    font-size: 21px;
    margin-left: 0;
    margin-right: 0;
  }
  .financial-planning-page-first h2 {
    margin-left: 0;
    margin-right: 0;
  }
  .financial-planning-page-first .span6:first-child>div {
    margin-right: 0;
  }
  .financial-planning-page-first .span6:last-child>div {
    margin-left: 0;
  }
  .financial-planning-page-first .span6 {
    margin: 0;
    width: 100%;
  }
  .financial-planning-page-first .span6 {
    margin: 0 !important;
    width: 100%;
  }
  .financial-planning-page-first .span6:first-child .hs-button {
    margin: 0;
  }
  .financial-planning-page-first .hs-button {
    font-size: 18px;
  }
  .website-container.our-team-page-page h1 {
    font-size: 21px !important;
  }
  .website-container.our-team-page-page .span6 {
    width: 100%;
    float: left;
    min-height: 1px;
    margin: 0;
  }
  .website-container.our-team-page-page .span6 form {
    margin-right: 0;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .website-container.our-team-page-page .span6:first-child>div {
    margin-right: 0;
  }
  .website-container.our-team-page-page .span6:last-child p{
    margin: 2px 0 0;
  }
  .website-container.our-team-page-page .span6:last-child h4 {
    margin: 0 0;
  }
  .website-container.our-team-page-page .span6:last-child ol {
    margin: 0px 20px 38px 20px;
    padding: 0;
  }
  .website-container.our-team-page-page .span6:last-child h3 {
    font-size: 18px !important;
    margin: 26px 0 13px;
  }
  .website-container.our-team-page-page .span6 form {
    margin-bottom: 26px;
    margin-top: 16px;
  }
  .home-page-third h2 {
    font-size: 19px;
  }
  .home-page-third p,
  .home-page-third p * {
    text-align: center !important;
    font-size: 16px !important;
  }
  .home-page-fifth .dnd-section>.row-fluid {
    padding: 0;
    max-width: 100% !important;
  }
  .home-page-fifth .span4 h2 {
    text-align: center !important;
  }
  .home-page-fifth .span8 {
    width: 100%;
    margin: 0;
  }
  .home-page-fifth .span8 p {
    text-align: center !important;
    font-size: 16px !important;
  }
  .home-page-fifth .span8>.dnd-row {
    padding: 0 17px;
  }
  .home-page-second .dnd-section>.row-fluid {
    max-width: 93% !important;
    padding: 0;
  }
  .home-page-second .span6:first-child .dnd-row {
    margin-top: 0;
  }
  .home-page-second .span6 {
    width: 100%;
    float: left;
    min-height: 1px;
    margin: 0;
    display: block !important;
  }
  .home-page-second .dnd-section>.row-fluid {
    max-width: 95% !important;
    padding: 0;
  }
  .home-page-second .span6:first-child p span {
    font-size: 16px !important;
  }
  .home-page-second .span6:first-child p {
    margin: 26px 0 16px 20px;
  }
  .home-page-second .span6:first-child h2 {
    font-size: 19px !important;
    margin-left: 20px;
  }
  .home-page-second .span6:last-child {
    margin-bottom: 4px;
  }
  .home-page-second .span6 p {
    margin-right: 25px;
    margin-left: 20px;
    margin-top: 9px;
  }
  .home-page-second .span6 p {
    line-height: 1.7em;
  }
  .home-page-second .span6:last-child {
    margin-bottom: 10px;
  }
  .home-page-fifth .span4 {
    width: 100%;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #822528;
    border-right-width: 2px;
  }
  .home-page-second .span6:last-child p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.7em;
  }
  .website-container.home-page .timeline-tabber-wrapper .fintimelineancial-acc-title:hover {
    color: #7e272a !important;
  }
  .financial-planning-page-first h2{
    font-size: 19px;
  }
}

@media(max-width: 641px){
  .website-container.our-team-page-page .span6 form input.hs-button.primary.large {
    margin: 0;
    font-weight: 700;
    width: 100%;
    line-height: 2;
    min-height: 2rem;
  }
  .website-container.our-team-page-page .span6 form .field {
    padding-right: 0;
  }
  .website-container.our-team-page-page .span6 form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .website-container.our-team-page-page .span6:first-child {
    margin-bottom: 16px;
  }
}

@media(max-width: 497px){
  .home-page-second .span6 p {
    margin-right: 5px;
    margin-left: 0;
    margin-top: 9px;
  }
  .home-page-second .span6:last-child {
    margin-bottom: 0;
  }
  .home-page-second .span6:last-child p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.7em;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 25px 0px;
  line-height: 0;
}
.lp .header-mid {
  border-color: transparent;
}
.header__container {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.header-outer {
  min-height: 150px;
}
.header-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  position: relative;
}
.header-mid {
  border-left: 2px solid #802428;
  border-right: 2px solid #802428;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.header-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
}
.top-right-navigation-section .hs-menu-wrapper>ul>li.active>a,
.top-right-navigation-section .hs-menu-wrapper>ul>li.active-branch>a,
.top-right-navigation-section .hs-menu-wrapper>ul>li>a.active-branch{
  font-weight: 800;
}
.header-left-inner {
  margin: 10px 0px;
  padding-bottom: 10px;
}
.tagline-section {
  padding-bottom: 10px;
  border-bottom: 2px solid #802428;
  margin-bottom: 15px;
  padding-top: 5px;
  color: #5c5d61;
}
.tagline-section p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  text-align: right;
  margin-right: 25px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  line-height: 1.7em;
}
.tagline-section p sup {
  top: -0.5em;
  font-size: x-small;
  line-height: 0;
  vertical-align: baseline;
  bottom: 1ex;
  position: relative;
}
.header-menu.left .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
}
.header-menu.right .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0px 15px 0px;
  display: flex;
}
.header-menu .hs-menu-wrapper>ul>li.active>a,
.header-menu .hs-menu-wrapper>ul>li a.active-branch{
  font-weight: 800;
}
.header-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  padding: 0 15px !important;
  border-right: 1px solid #802428;
  position: relative;
  line-height: 6px;
  font-family: 'Nunito Sans', sans-serif;
}
.header-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
  padding: 10px;
  min-width: 150px;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
}
.header-menu .hs-menu-wrapper>ul>li>ul>li {
  line-height: 1;
  padding: 5px 10px;
}
.header-menu .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.header-menu .hs-menu-wrapper>ul>li a {
  font-weight: 400;
  vertical-align: text-top;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline;
}
.top-right-navigation-section .hs-menu-wrapper>ul>li>a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 21px;
}
.header-menu .hs-menu-wrapper>ul>li:last-child {
  border: 0;
}
.header-right-inner {
  margin: 10px 0px;
  padding-bottom: 10px;
}
.top-right-navigation-section {
  padding-left: 15px;
  padding-bottom: 12px;
  border-bottom: 2px solid #802428;
  margin-bottom: 15px;
  padding-top: 5px;
  color: #5c5d61;
}
.top-right-navigation-section .hs-menu-wrapper>ul>li {
  display: inline-block;
  padding: 0 10px;
}
.top-right-navigation-section .hs-menu-wrapper>ul>li:last-child {
  padding-left: 8px;
}

@media(min-width: 1172px){
  .mobile-header {
    display: none;
  }
}


@media (max-width: 1381px){
  .header-menu .hs-menu-wrapper>ul>li{
    padding: 0 10px !important; 
    line-height: 0;
  }
}



@media (max-width: 1294px){
  .header-menu .hs-menu-wrapper>ul>li a {
    font-size: 14px;   
    line-height: 12px;
  }
}

@media (max-width: 1171px){
  .header-outer {
    display: none;
  }
  .mobile-header {
    padding: 25px 0px;
  }
  .mobile-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .mobile-logo img {
    max-width: 500px;
    margin: 0 auto;
    width: 100% !important;
    display: block;
  }
  .mobile-trigger-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  span#mobile-bar {
    font-size: 25px;
    color: #802428;
    display: block;
    text-align: right;
    margin-right: 15px;
    margin-top: 20px;
    font-family: 'Nunito Sans', sans-serif;
  }
  span#mobile-bar i.fa.fa-bars {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  span#mobile-bar i.fa.fa-bars:before {
    content: "\f0c9";
  }
  .mobile-inner-wrapper-nav {
    background: rgba(128,36,40, 1);
    padding: 15px;
    margin-top: 25px;
  }
  .mobile-navigation {
    display: none;
  }
  .mobile-navigation .hs-menu-wrapper>ul li {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    position: relative;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li a {
    font-size: 17px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li:nth-child(1)>a {
    padding-top: 0;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li:last-child {
    border: 0;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li:last-child>a {
    padding-bottom: 0;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !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: #fff; /* 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);
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>ul {
    margin-left: 20px;
    width: auto;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li:last-child {
    border: 0;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li:first-child {
    border-top: 1px solid #fff;
  }
  .mobile-navigation .hs-menu-wrapper>ul li.child-open .child-trigger i:after {
    background: transparent;
  }
  .mobile-inner-wrapper-nav{
    transition: all .3s;
    margin-top: 0;
  }
  .menu-open .mobile-inner-wrapper-nav {
    margin-top: 25px;
  }
}


@media(max-width: 414px){
  span#mobile-bar {
    margin-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
  padding: 35px 0px 20px;
}
.lp .bottom-top-right {
  border: 0;
}
.footer__container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.footer ul.hs-search-field__suggestions * {
  color: #fff;
}
.footer ul.hs-search-field__suggestions li:first-child {
  padding: 5px 20px;
}
.footer ul.hs-search-field__suggestions li a {
  padding: 2px 20px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-left-pan {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 15px;
}
.footer-right-pan {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding-right: 15px;
}
.bottom-top-right {
  border-bottom: 2px solid #ac7578;
  padding-left: 38px;
  padding-top: 35px;
  padding-bottom: 25px;
  width: 100%;
}
.bottom-top-right:last-child {
  border-bottom: 0px !important;
}
.footer-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 50%;
}
.footer-social-share {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-social-share aside#custom_html-3 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer-social-share aside#custom_html-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social-share aside#custom_html-3 ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer-social-share aside#custom_html-3 ul li a img {
  vertical-align: middle;
}
.footer-social-share h3 {
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.footer-social-share aside#custom_html-3>div {
  display: inline-block;
}
.footer-search .hs-search-field {
  display: inline-block;
  margin-bottom: .5rem;
}
.footer-search .hs-search-field input.hs-search-field__input {
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: normal;
  outline-offset: -2px;
  outline: none;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.bottom-top-right:first-child .row>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bottom-top-right:first-child p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7em;
  font-family: 'Nunito Sans', sans-serif;
}
.footer-left-pan h2 {
  font-size: 20px;
  margin: 0 0 1.5em;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Sans", sans-serif;
}
.footer-left-pan form .field>label {
  display: none;
}
.bottom-top-right:first-child p a {
  color: #d19d53;
}
.footer-left-pan form {
  margin-bottom: 0px !important;
  border-right: 2px solid #ac7578 !important;
  padding-right: 20px !important;
  margin-top: 16px;
  max-width: 100%;
}
.footer-left-pan form fieldset:first-child .field {
  margin: 0;
}
.footer-left-pan form fieldset .hs-input {
  padding: 10px;
  line-height: normal;
}
.footer-left-pan form fieldset .hs-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.footer-left-pan form fieldset .hs-input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.footer-left-pan form fieldset .hs-input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.footer-left-pan form fieldset .hs-input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.footer-left-pan form .hs_submit {
  text-align: right;
}
.footer-left-pan form .hs_submit .hs-button {
  width: 46% !important;
  margin-right: 16px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
.footer-search .hs-search-field input.hs-search-field__input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.footer-search .hs-search-field input.hs-search-field__input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.footer-search .hs-search-field input.hs-search-field__input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.footer-search .hs-search-field input.hs-search-field__input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.footer-left-pan form fieldset {
  max-width: 100%;
}
.footer-left-pan form fieldset .input {
  padding-right: 16px;
  margin: 0 !important;
}


@media(max-width: 1239px){
  .footer-search .hs-search-field input.hs-search-field__input {
    font-size: 1.4rem;
    line-height: normal;
  }
}


@media(max-width: 1099px){
  .footer-search .hs-search-field input.hs-search-field__input {
    padding: 0.4583em;
    font-size: 1.2rem;
  }
  .footer-social-share aside#custom_html-3 ul li{
    margin-right: 14px;
  }
}

@media(max-width: 954px){
  .footer-social-share h3 {
    margin-bottom: 9px;
  }
  .footer-search .hs-search-field input.hs-search-field__input {
    padding: 0.75em;
    line-height: normal;
    font-size: 1.6rem;
  }
}

@media(max-width: 879px){
  .footer-search .hs-search-field input.hs-search-field__input {
    padding: 0.5625em;
  }
  .footer-social-share h3 {
    margin-bottom: 8px;
  }
}

@media(max-width: 768px){

  .footer-right-pan {
    border-left: 0px;
    padding-left: 15px;
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
    flex: auto;
  }
  .footer-left-pan {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
    flex: auto;
  }
  .bottom-top-right {
    padding-top: 35px;
    padding-bottom: 25px;
    width: 100%;
    padding-left: 0px;
  }
  .footer-social-share {
    width: 100% !important;
    display: block;
    max-width: 100%;
    flex: inherit;
  }
  .footer-search .hs-search-field {
    display: block;
    margin-bottom: 25px;
  }
  .footer__container {
    max-width: 95% !important;
  }
  .footer-left-pan form {
    border: 0 !important;
    padding: 0 !important;
  }
  .footer-left-pan form .hs_submit .hs-button {
    margin-bottom: 0;
    line-height: normal;
  }
  .footer-left-pan form .field.hs_phone {
    margin-top: 10px;
  }
  .footer-left-pan form fieldset:first-child .field {
    margin: 8px 0 0;
  }
  .footer-left-pan h2 {
    font-size: 19px;
  }
  .footer-social-share h3 {
    font-size: 18px;
    margin-right: 5px;
  }
  .footer-social-share aside#custom_html-3 ul li {
    margin-right: 5px;
  }
  .footer-social-share aside#custom_html-3 ul li:first-child {
    margin-right: 4px;
  }
  .footer-search {
    width: 100% !important;
    display: block;
    max-width: 100%;
    flex: inherit;
  }
  .footer-social-share aside#custom_html-3 {
    text-align: center;
  }
}

@media(max-width: 739px){
  .footer-search .hs-search-field input.hs-search-field__input {
    padding: 0.375em;
  }
}

@media(max-width: 640px){
  .footer-left-pan form fieldset:first-child .field {
    width: 100%;
  }
  .footer-left-pan form .hs_submit .hs-button {
    line-height: 2;
    min-height: 2rem;
    margin: 16px 0 16px 0;
  }
  .footer-left-pan form fieldset .input {
    padding-right: 0;
    margin: 0 !important;
  }
  .footer-left-pan form fieldset .hs-input {
    padding: 10px;
    line-height: 2;
    min-height: 2rem;
  }
  .footer-left-pan form fieldset:first-child .field:first-child {
    margin: 0 0 0;
  }
  .footer-left-pan form fieldset .hs-input {
    padding: 10px;
    line-height: 2;
    min-height: 2rem;
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.list-wrapper {
  margin-top: 50px;
}
.publication-posts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.publication-posts h1 {
  font-weight: 800;
  color: #bd8b41;
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 1.2;
}
.publication-posts p.publication-desc {
  font-size: 20px;
  line-height: 1.7em;
  color: #333333;
  margin-bottom: 80px;
}
.listing-top-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.listing-top-form .blog-newsletter-subs {
  float: left;
  width: 100%;
  border: 1px solid #bf8a40;
  padding: 25px;
  margin-bottom: 50px;
  position: relative;
}
.listing-top-form .blog-newsletter-subs h2 {
  position: absolute;
  top: -9px;
  text-align: center;
  max-width: max-content;
  right: 0;
  color: #bd8b41;
  background: white;
  margin: 0 auto;
  left: 0;
  padding: 0 15px;
  letter-spacing: 3px;
  white-space: nowrap;
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.listing-top-form-inner {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.listing-top-form-inner form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.listing-top-form-inner form fieldset {
  max-width: 100%;
}
.listing-top-form-inner form .listing-form-left {
  width: 85% !important;
  float: left !important;
  display: inline-block;
}
.listing-top-form-inner form .hs_submit {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  float: left !important;
  width: 15% !important;
  clear: none !important;
  padding-top: 5px;
  margin: 0;
}
.listing-top-form-inner form .hs_submit .hs-button {
  margin: 0 16px 0 0;
  width: 100% !important;
  background-color: #7e272d !important;
  border: 1px solid !important;
  color: #fff !important;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
.listing-top-form-inner form .field {
  padding-right: 16px;
  margin: 0;
  width: 33% !important;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6em;
}
.listing-top-form-inner form .field>label {
  display: none;
}
.listing-top-form-inner form .field .input {
  width: 100%!important;
  margin: 8px 0 0 0;
  padding-left: 0;
  padding-right: 0;
}
.listing-top-form-inner form .field .hs-input {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  border: 1px solid #ccc !important;
  color: #707070 !important;
  line-height: inherit;
}
.listing-top-form-inner form .field .hs-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.listing-top-form-inner form .field .hs-input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.listing-top-form-inner form .field .hs-input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.listing-top-form-inner form .field .hs-input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
.blog-index-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-sidebar-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.post-item-inner {
  padding-bottom: 40px;
  position: relative;
}
.post-item-inner h2.feed-title {
  text-transform: uppercase;
  border-bottom: 1px solid #802428;
  padding-bottom: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 2rem;
  font-family: 'Nunito Sans', sans-serif;
}
.post-item-inner h2.feed-title a:hover {
  color: #333333;
  outline: 0 !important;
  line-height: inherit !important;
  text-decoration: none !important;
}
.post-item-inner .post-feed-meta {
  margin-bottom: 25px;
}
.post-item-inner .post-feed-meta .post-feed-date {
  font-size: 18px;
  color: #797979;
  font-style: italic;
}
.post-item-inner .post-feed-meta .post-feed-date a {
  text-transform: uppercase;
}
.post-item-feed-header .post-feed-image {
  width: 27% !important;
  float: left !important;
  max-height: 165px !important;
  overflow: hidden;
}
.post-item-feed-header .post-feed-image img {
  vertical-align: middle;
  border-style: none;
}
.post-item-feed-header .post-feed-text {
  margin-left: 31%;
}
.post-item-feed-header .post-feed-text p a.post-feed-more {
  font-size: 18px;
  color: #000;
  position: relative;
}
.post-item-feed-header .post-feed-text p a.post-feed-more:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  right: -13px;
  top: 0px;
}
.list-wrapper .content-wrapper.container-fluid {
  margin-bottom: 50px;
}
.blog-pagination {
  margin: 25px 0px;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  font-family: "Noto Sans", sans-serif;
}
.blog-pagination-inner {
  position: relative;
  text-align: center;
}
.blog-pagination-inner a {
  font-size: 21px;
  border: 1px solid #e6e6e6;
  line-height: 1.98em !important;
  padding: 0px 12px;
  margin: 0px 2px;
  display: inline-block;
  float: left;
  position: relative;
  color: #802428;
  font-weight: 400;
}
.blog-pagination-inner a.active,
.blog-pagination-inner a.active:hover{
  background: #802428;
  color: #fff;
  cursor: text;
}
.blog-pagination-inner a:hover {
  background: #f5f5f5;
}
a.prev-link.inactive {
  display: none;
}
aside#site-search-2 {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
aside#site-search-2 .hs-search-field {
  margin-bottom: .5rem;
}
aside#site-search-2 .hs-search-field input.hs-search-field__input {
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: normal;
  background-color: #f7f7f7;
  outline: none;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: rgba(51, 51, 51, 0.7);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
aside#site-search-2 .hs-search-field input.hs-search-field__input:focus {
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  background-color: #fff;
}
aside#site-search-2 .hs-search-field input.hs-search-field__input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
aside#site-search-2 .hs-search-field input.hs-search-field__input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
aside#site-search-2 .hs-search-field input.hs-search-field__input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
aside#site-search-2 .hs-search-field input.hs-search-field__input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

aside#categories-2,
aside#text-7{
  border: 1px solid #bf8a40;
  padding: 20px !important;
  font-size: 1.6rem;
  margin-bottom: 30px !important;
  line-height: 1.5;
}
aside#categories-2 h2,
aside#text-7 h2{
  font-size: 24px;
  border-bottom: 1px solid #bf8a40;
  padding-bottom: 15px;
  color: #bf8a40;
  margin: 0 0 1.5em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}
aside#categories-2 h3,
aside#text-7 h3{
  display: none;
}
aside#categories-2 ul,
aside#text-7 ul{
  margin: 0px;
  list-style: none;
  padding: 0;
}
aside#categories-2 ul li{
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0.4688em 0;
  padding-left: 20px;
}
aside#text-7 ul li {
  padding: 0.4688em 0;
  padding-top: 0;
}
aside#categories-2 ul li:first-child {
  padding-top: 0;
}
aside#categories-2 ul li:before {
  content: "⬢";
  color: rgb(191, 138, 64);
  position: absolute;
  left: 0px;
}
aside#categories-2 ul li a,
aside#text-7 a{
  color: #4a4a4a;
  font-size: 17px;
}
aside#categories-2 ul li a .filter-link-count {
  display: none;
}
aside#categories-2 a.filter-expand-link,
aside#text-7 a.filter-expand-link{
  display: none;
}
span.filter-link-count {
  color: #802428;
}




.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

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

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

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

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

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

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

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
header.page-header h1.page-title {
  color: #802428;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 2.7rem;
  margin-left: -7px;
  line-height: 1.1852;
  font-family: "Noto Serif", serif;
  font-weight: 500;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments {
  margin-bottom: 50px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
header.page-header h1.page-title span {
  font-family: 'Nunito Sans', sans-serif;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

.blog-post {
  position: relative;
  width: 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;
}

a.next-link.inactive {
  display: none;
}
.blog-post-banner {
  background: #000;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
  background-position: center center !important;
}
.blog-post-banner .blog-details {
  text-align: center;
  padding: 15% 0px;
  z-index: 9;
  position: relative;
}
.blog-post-banner h1 {
  color: #fff;
  font-size: 42px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.blog-post-banner p {
  font-size: 16px;
  line-height: 1.7em;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}
.blog-post-banner .social-sharing.ss-social-sharing {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
}
.blog-post-banner .social-sharing.ss-social-sharing a {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  padding: 0px;
  border: 0px;
  margin: 1% 1% 1% 0;
  display: inline-block;
  text-indent: -99999px;
}
.blog-post-banner a {
  background-image: url(https://20040812.fs1.hubspotusercontent-na1.net/hubfs/20040812/TheFiduciaryGroup_May2021/images/socialshare-new.png) !important;
}
.blog-post-banner a.ss-button-facebook {
  background-position: -90px -45px;
}
.blog-post-banner a.ss-button-twitter {
  background-position: 0px -45px;
}
.blog-post-banner a.ss-button-linkedin {
  background-position: -135px -45px;
}
.blog-post-banner a.ss-button-facebook:hover {
  background-position: -90px 0px;
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.blog-post-banner a.ss-button-twitter:hover {
  background-position: 0px 0px;
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.blog-post-banner a.ss-button-linkedin:hover {
  background-position: -135px 0px;
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.blog-post-banner:before {
  content: " ";
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.post-author-sec p {
  font-size: 16px;
  line-height: 1.7em;
  outline: 0 !important;
  color: #782521;
  display: inline-block;
  text-transform: uppercase;
}
.blog-post-banner .blog-details p {
  color: #fff;
}
.blog-sidebar-section ul.hs-search-field__suggestions li a {
  padding: 5px 10px;
}

.blog-sidebar-section ul.hs-search-field__suggestions li:first-child {
  padding: 5px 10px;
}


@media(max-width: 1239px){
  aside#site-search-2 .hs-search-field input.hs-search-field__input {
    font-size: 1.4rem;
  }
}

@media(max-width: 1099px){
  aside#site-search-2 .hs-search-field input.hs-search-field__input {
    padding: 0.4583em;
    font-size: 1.2rem;
  }
}

@media(max-width: 954px){
  aside#site-search-2 .hs-search-field input.hs-search-field__input {
    padding: 0.75em;
    font-size: 1.6rem;
  }
  aside#categories-2 ul li {
    padding: 0.7188em 0;
    padding-left: 20px;
  }
  aside#text-7 ul li{
    padding: 0.7188em 0;
    padding-left: 0;
    padding-top: 0;
  }
}

@media(max-width: 940px){
  .listing-top-form-inner form .listing-form-left {
    width: 80% !important;
  }
  .listing-top-form-inner form .hs_submit {
    width: 20% !important;
  }
}

@media(max-width: 879px){
  aside#site-search-2 .hs-search-field input.hs-search-field__input {
    padding: 0.5625em;
  }
  aside#categories-2 ul li {
    padding: 0.9643em 0;
    padding-left: 20px;
  }
  aside#text-7 ul li{
    padding: 0.9643em 0;
    padding-left: 0;
    padding-top: 0;
  }
}

@media(max-width: 768px){
  .content-wrapper {
    max-width: 95% !important;
  }
  .publication-posts h1 {
    font-size: 21px !important;
  }
  .publication-posts p.publication-desc {
    font-size: 16px !important;
  }
  .listing-top-form .blog-newsletter-subs h2 {
    font-size: 19px !important;
  }
  .post-item-inner h2.feed-title {
    font-size: 19px !important;
  }
  aside#categories-2 h2, aside#text-7 h2 {
    font-size: 19px !important;
  }
  .blog-post-banner h1 {
    font-size: 21px !important;
  }
}

@media(max-width: 767px){
  .listing-top-form .blog-newsletter-subs h2 {
    position: relative !important;
    white-space: inherit !important;
  }
  .listing-top-form-inner form .listing-form-left {
    width: 100% !important;
  }
  .listing-top-form-inner form .hs_submit {
    width: 100% !important;
  }
  .listing-top-form-inner form .field {
    padding-right: 0;
    margin: 0;
    width: 100% !important;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6em;
  }
  .listing-top-form-inner form .hs_submit .hs-button {
    margin-top: 15px;
  }
  .blog-index-wrapper,
  .blog-sidebar-section{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-item-feed-header .post-feed-image {
    width: 100% !important;
    max-height: unset !important;
    margin-bottom: 25px;
  }
  .post-item-feed-header .post-feed-text {
    margin-left: 0;
  }
}

@media(max-width: 641px){
  .listing-top-form-inner form .field .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .listing-top-form-inner form .hs_submit .hs-button {
    line-height: 2;
    min-height: 2rem;
    margin-bottom: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static !important;
  background: transparent !important;
  box-shadow: unset;
  border: 0;
  min-height: unset !important;
  height: unset !important;
  padding: 0 !important;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page label.hs-membership-global-error.hs-error-msg {
  display: none !important;
}
.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: none;
  padding-left: 20px !important;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1.75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  padding-bottom: 40px;
}
.hs-search-results__title {
  display: block;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-size: 2rem;  
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #802428;
  padding-bottom: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: 0;
}
.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;
}

.hs-search-results__pagination {
  overflow: hidden;
}

/* ****** Error and Search Result page ***** */

.search-page-wrapper {
  padding-top: 50px;
}
.error-404.not-found .page-header h1 {
  font-size: 2.7rem;
  line-height: 1.1852;
  margin-left: -7px;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  color: #212529;
}
.error-404.not-found {
  padding: 8.3333% 0 0;
}
.error-page-wrapper .content-wrapper {
  max-width: 100%;
  margin: 0 8.3333%;
  padding: 3.3333% 8.3333% 8.3333% 8.3333%;
}
.error-page-wrapper p {
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  outline: 0 !important;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}
.error-404.not-found form {
  display: inline-block;
}
.error-404.not-found form input.hs-search-field__input {
  padding: 5.278px;
  outline-offset: -2px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  color: rgba(51, 51, 51, 0.7);
  width: auto;
  font-size: 10px;
  background-color: #f7f7f7;
  line-height: 15px;
}
.error-404.not-found form input.hs-search-field__input:focus {
  outline: none;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  background-color: #fff;
}
.error-404.not-found .page-content {
  padding: 8.3333% 0;
}
.systems-page form {
  width: 50%;
}
.systems-page.sub form {
  width: 100%;
}
@media (max-width: 768px) {
  .error-404.not-found .page-header h1 {
    font-size: 21px !important;
  }
  .systems-page .page-header h2 {
    font-size: 27px;
  }
  .systems-page form {
    width: 100%;
  }
  .error-page-wrapper .content-wrapper {
    margin: 0;
    padding: 3.3333% 8.3333% 8.3333% 8.3333%;
  }
  .search-page-wrapper header.page-header h1.page-title {
    font-size: 21px;
    margin-left: 0;
    line-height: 1.3333;
  }

  .hs-search-results__title {
    font-size: 19px;
  }

  .search-page-wrapper .blog-sidebar-section {
    margin-top: 20px;
  }
}