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

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}



@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
	font-family: 'BurfordBase';
	src: url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/BurfordBase.ttf),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/BurfordBase.woff),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/BurfordBase.woff2);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	src: url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-brands-400.ttf),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-brands-400.woff),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-brands-400.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	src: url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-regular-400.ttf),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-regular-400.woff),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-regular-400.woff2);
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Font Awesome 5 Free';
	src: url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-solid-900.ttf),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-solid-900.woff),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/fa-solid-900.woff2);
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'GaramondPremrPro';
	src: url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/GaramondPremrPro-Regular.woff),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/GaramondPremrPro-Regular.woff2);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GaramondPremrPro';
	src: url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/GaramondPremrPro-Smbd.woff),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/GaramondPremrPro-Smbd.woff2);
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Ultimate-Icons';
	src: url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/Ultimate-Icons.ttf),
		url(https://22651678.fs1.hubspotusercontent-na1.net/hubfs/22651678/raw_assets/public/HeritageFinancial_May2023/fonts/Ultimate-Icons.woff);
	font-weight: normal;
	font-style: normal;
}


html{
	font-size: 112.5%;
}

body {
	line-height: 1.6em;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f5f5f5;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

/* Paragraphs */

p {
	margin:0px;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	transition: all .2s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	line-height: 1;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}

::selection {
	background-color: #2F5469;
	color: #FFFFFF;
}

@media screen and (max-width: 921px){
	html{
		font-size: 102.6%;
	}
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
	margin-bottom: 1.4rem;
}

/* Labels */

.hs-form-field>label,
.hs-search-module label {
	font-weight: 300;
	color: #2f5469;
	font-size: 16px;
	margin-bottom: 8px;
	padding: 0;
}

.hs_error_rollup {
	color: #790000 !important;
	border-color: #790000 !important;
	background: #fff9f9;
	border: 1.5px solid #c02b0a;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,.11), 0 0 4px rgba(18,25,97,.041);
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 12.992px 24px;
	position: relative;
	width: 100%;
	order: -1;
}


/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=email], 
form input[type=file],
form input[type=number], 
form input[type=password],
form input[type=tel],
form input[type=text],
form select,
form textarea {
	background-clip: border-box;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 12px;
	font-weight: 300;
	text-align: left;
	background: #fafafa;
	outline: none;
	font-size: 15px;
	transition: all .2s linear;
	height: auto;
	line-height: 1.6em;
	width: 100%; 
	border: 1px solid #ddd;
}
.hs-search-module .hs-button {
	display: inline-block;
	margin-top: 1.4rem;
}
form fieldset {
	max-width: 100% !important;
}

.hs-form-field>label, 
.hs-search-module label {
	margin-bottom: 8px;
	line-height: 1.6em;
	display: inline-block;
}
form{
	margin-bottom: 50px;
}
/* Inputs - checkbox/radio */

form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

form .inputs-list > li {
	display: block;
	margin: 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
	background-color: transparent;
	border: initial;
	padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}

form .hs-richtext img {
	max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
	color: #EF6B51;
}

.hs-input.invalid.error {
	border-color: #EF6B51;
}

.hs-error-msg {
	display: block;
	color: #790000;
	border-color: #790000;
	background: #fff9f9;
	border: 1px solid #c02b0a;
	margin-top: 8px;
	padding: 12.992px 24px;
}

/* Submit button */


form .hs-button,
form input[type=submit] {
	margin-bottom: 8px;
	color: #ffffff;
	border-color: #e55b3e;
	background-color: #e55b3e;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: BurfordBase,Arial,Serif;
	font-weight: inherit;
	line-height: 1em;
	white-space: normal;
	cursor: pointer;
	border: 1px solid;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header .header-wrapper {
  background-color: rgba(255,255,255,0);
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  padding: 10px 20px;
  position: relative;
}

header .header-menu .hs-menu-wrapper ul ul {
  display: none;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 20px rgba(0,0,0,0.1);
  box-shadow: 0 1px 20px rgba(0,0,0,0.1);
  min-width: 220px;
}

header .header-menu .hs-menu-wrapper ul > li.active > a,
header .header-menu .hs-menu-wrapper ul ul li.active  a,
header .mobile-menu .hs-menu-wrapper ul > li.active > a,
header .mobile-menu .hs-menu-wrapper ul ul li.active  a{
  color: #e55b3e;
}

header .header-inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .header-logo {
  min-height: 1px;
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

header .header-menu {
  min-height: 1px;
  width: 56.667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  align-items: center;
}

header .header-logo-inner {
  width: 80px;
}

header .header-logo-inner img {
  width: 100% !important;
  vertical-align: middle;
}

header .content-wrapper {max-width: 1200px;}

header .header-menu-inner {
  margin: 20px;
}

header .header-menu-inner .hs-menu-wrapper > ul > li > a {
  padding-left: 14px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #2f5469;
  text-transform: uppercase;
  display: block;
}

header .header-right {
  width: 33.333%;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

header .header-menu-inner .hs-menu-wrapper > ul > li {
  font-family: BurfordBase, Verdana, Arial, sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1;
}

header .header-right-inner {
  width: 100%;
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

header .header-right-inner .contact-us a {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #2f5469;
}

header .header-right-inner .contact-us {
  border: solid 2px #2f5469;
  margin-left: 5px;
  margin-right: 5px;
  font-family: BurfordBase, Verdana, Arial, sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1;
}

header .header-right-inner 
.client-login {
  background: #2f5469;
  border: solid 2px #2f5469;
  margin-left: 5px;
  margin-right: 5px;
  font-family: BurfordBase, Verdana, Arial, sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1;
}

header .header-right-inner .client-login a {
  color: #ffffff;
  /* padding: 10px; */
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

header .header-search a {
  text-align: center;
  padding-left: 15px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  position: relative;
  top: -2px;
}

header .header-search a i {
  color: #333;
  font-size: 1.3em;
  height: auto;
  margin-right: 0;
  vertical-align: middle;
  width: auto;
}

.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

header .header-search a i:before {
  content: "\f002";
  color: #e55b3e;
}


header .header-menu .hs-menu-wrapper ul ul li {
  line-height: 1;
  font-size: 20px;
}

header .header-menu .hs-menu-wrapper ul ul li a {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  color: #2f5469;
}

header .header-menu-inner .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}

header .header-menu .hs-menu-wrapper ul ul ul {
  top: 0;
  left: 100%;
}

header .header-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children {
  position: relative;
}

header .header-menu-inner .hs-menu-wrapper > ul > li > a:hover, 
header .header-menu-inner .hs-menu-wrapper > ul > li.active > a {
  color: #e55b3e;
}

header .header-right-inner .contact-us:hover {
  background: #e55b3e;
  border: solid 2px #e55b3e;
}

header .header-right-inner .contact-us:hover a {
  color: #fff;
}

header .header-right-inner .client-login:hover {
  background: #e55b3e;
  border: solid 2px #e55b3e;
}
header .header-menu .hs-menu-wrapper ul ul li:not(:first-child) {
  border-top: 1px solid transparent;
}


/* Header Top Bar */

header .header-top-bar {
  display: none;
}
header .header-top-bar .top-bar-content {
  padding: 2px 10px;
  background-color: #2f5469;
  background-attachment: scroll !important;
}

header .top-bar-col {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}

header .fl-icon-group {
  text-align: right;
}

span.fl-icon {
}

header .fl-icon-group span.fl-icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align: middle;
}

header .fl-icon-group span.fl-icon i {
  float: right;
  height: auto;
  width: auto;
  font-size: 20px;
  color: #ffffff;
}

header .fl-icon-group span.fl-icon i.fa-phone-square-alt:before {
  content: "\f87b";
}

header .fl-icon-group span.fl-icon i.fa-user-lock:before {
  content: "\f502";
}

header .fl-icon-group span.fl-icon:last-child {
  margin-left: 20px;
}
header .top-bar-wrap {
  max-width: 1100px;
  margin: 0 auto;
}



/* Bar 2 */

header .header-bar-2 .bar-2-inner {
  padding: 10px 20px;
}

header .pp-search-form__container {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: rgba(47,84,105,0.94);
}

header .header-bar-2 .header-logo {
  width: 33.33%;
  float: left;
  min-height: 1px;
}

header .header-bar-2 .header-search {
  width: 58.67%;
  float: left;
  min-height: 1px;
}

header .header-mobile-trigger {
  width: 8%;
  float: left;
  min-height: 1px;
}

header .trigger-inner {
  text-align: right;
}

header .trigger-content {
  margin-top: 20px;
}

header .hamburger {
  color: #2f5469;
  font-size: 20px;
  text-transform: none;
  cursor: pointer;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: rgba( 0,0,0,0.1 );
  float: none;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 1;
}

header .hamburger > span {
  display: inline-block;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  line-height: 20px;
}
header .hamburger > span svg {
  fill: #2f5469;
}

header .pp-search-form__toggle span {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

header .header-search-inner {
  text-align: right;
}

header .header-search-content {
  margin-top: 20px;
}

header .pp-search-form__toggle {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: #333;
}

header .pp-search-form__toggle i {
  font-size: calc( 35em / 100 );
  font-size: 50px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: #e55b3e;
  position: relative;
  display: block;
  border-radius: 3px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

header .pp-search-form__toggle i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f002";
  font-size: calc( 35em / 100 );
}

header .header-search-content form {
  margin: 0;
}

header .header-bar-2 .header-logo a {
  width: 80px;
}

header .header-bar-2 .header-logo a img {
  width: 80px !important;
  vertical-align: middle;
}

header .header-bar-2 {
  display: none;
}

/* Bar 2 End */


/* Mobile Search  */

.Search-open header .pp-search-form__container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

header .pp-search-form--lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}

.pp-search-form__container.pp-search-form--lightbox input {
  font-size: 30px;
  text-align: center;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #fff;
  line-height: 1.5;
  color: #fff;
  border-radius: 0;
  padding: 10px;
  padding-right: 14px;
  padding-top: 11px;
  font-family: BurfordBase, Verdana, Arial, sans-serif;
  font-weight: 400;
  min-height: 50px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  background: none;
}

header .pp-search-form--lightbox-close {
  color: #eaeaea;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 25px;
  line-height: 1;
  padding: 5px;
  z-index: 2;
}

header .pp-search-form--lightbox-close svg {
  stroke: #fff;
  stroke-width: 3px;
  width: 30px;
  height: 30px;
}

span.pp-screen-reader-text {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pp-search-form__container.pp-search-form--lightbox input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}

/* Mobile Search End */

/* Mobile Menu */
header .mobile-section {
  width: 100%;
  float: left;
  min-height: 1px;
  display: none;
}

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

header .mobile-menu .hs-menu-wrapper ul ul {
  display: none;
  padding-left: 15px;
}

header .mobile-menu {
  margin-top: 20px;
  text-align: right;
}

.mobile-menu .hs-menu-wrapper ul li a {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 15px;
  display: block;
  color: #2f5469;
  font-family: BurfordBase, Verdana, Arial, sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1;
}
header .hamburger:hover >span svg{
  fill: #e55b3e;
}

.menu-open header .hamburger>span svg{
  fill: #e55b3e;
}

.mobile-menu .hs-menu-wrapper ul li a:hover {
  color: #e55b3e;
}

header .fl-search-form-input-wrap {
  position: absolute;
  z-index: 10;
  width: 400px;
  top: 100%;
  right: 0;
  padding: 10px;
  padding-top: 10px;
  display: none;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
  margin-top: 6px;
}

header .header-search {
  position: relative;
}
header .open-search .fl-search-form-input-wrap {
  display: block;
}
.pp-search-form__container.pp-search-form--lightbox input:focus {
  border-color: #fff;
}

header .fl-search-form-input-wrap input {
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 24px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  height: auto;
  border-width: 1px;
  max-width: 176px;
  border-style: solid;
  border-color: #ddd;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  background: #fafafa;
  outline: none;
}

header .fl-search-form-input-wrap input:focus {
  border-color: inherit!important;
  border-style: dotted;
  border-width: thin;
  outline-color: transparent;
  background: #fff;
}
header .fl-search-form-input-wrap input::placeholder {
  color: rgb(117, 117, 117);
}
header .fl-search-form-input-wrap form {
  margin: 0;
}

.child-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  cursor: pointer;
}

.mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}
/* Mobile Menu End */


@media screen and (min-width: 993px){
  header .header-menu .hs-menu-wrapper ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    z-index: 100;
    opacity: 0;
    text-align: left;
  }

  header .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  header .header-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

@media screen and (max-width: 1200px){
  header .header-right-inner {
    flex-wrap: nowrap;
  }

  header .header-right-inner .contact-us a {
    white-space: nowrap;
  }

  header .header-right-inner .client-login a {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1184px){
  header .header-wrapper {
    display: none;
  }
  header .header-top-bar {
    display: block;
  }

  header .header-bar-2 {
    display: block;
  }
}

@media screen and (max-width: 992px){
  header .header-mobile-trigger {
    width: 10%;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  header .header-bar-2 .header-search {
    width: 10% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  header .header-bar-2 .header-logo {
    width: 80% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}


@media screen and (max-width: 768px){
  header .header-bar-2 .bar-2-inner {
    padding: 10px;
  }
  header .mobile-menu {
    text-align: left;
  }
  header .header-top-bar .top-bar-content {
    padding: 2px 0;
  }

  header .header-bar-2 .header-search {
    width: 30% !important;
    max-width: none;
    clear: none;
    float: left;
  }

  header .header-mobile-trigger {
    width: 15% !important;
    max-width: none;
    clear: none;
    float: left;
  }

	.child-trigger{
		right: 0;
		left: auto;
	}
  header .header-bar-2 .header-logo {
    width: 53% !important;
    max-width: none;
    clear: none;
    float: left;
  }

  header .trigger-inner {
    text-align: left;
  }
}
footer.footer{
	position: relative;
	z-index:9;
}
footer .bottom-footer {
	color: #fff;
}

footer .bottom-footer .footer-inner {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

footer .copyright {
	padding-bottom: 20px;
	font-weight: 400;
}

footer .hs-form-field>label, 
footer .hs-search-module label {
	margin: 0;
	line-height: inherit;
	display: inline;
}

footer .copyright p {
	margin: 0;
	line-height: 1.7;
	text-align: center;
	color: inherit;
}

/* MAIN FOOTER */

footer .main-footer {
	color: #fff;
}

footer .main-footer .footer-inner {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #2f5469;
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

footer .main-footer .footer-main-inner > div {
	width: 25%;
	float: left;
	min-height: 1px;
}

footer .logo-inner {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}

footer .logo-inner a {
	width: 120px;
}

footer .logo-inner img {
	max-width: 120px;
}

footer .main-footer .content-wrapper {
	max-width: 1200px;
}

footer .address a:first-child {
	margin: 20px;
	display: block;
	margin-bottom: 0;
	padding-bottom: 12px;
}

footer .address a:nth-child(2) {
	margin: 0 20px;
	display: block;
	padding-bottom: 12px;
}

footer .address a:last-child {
	display: block;
	margin: 0 20px;
	padding-bottom: 20px;
}

footer .address a p {
	display: table-cell;
	margin: 0 !important;
	color: #fff;
	line-height: 1.4;
	padding-left: 5px;
}

footer .address a i {
	font-size: 30px;
	height: auto;
	width: auto;
	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;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

footer .address a i:before {
	content: "\ea32";
}


footer .main-footer .footer-main-inner .links {
	width: 22%;
}

footer .main-footer .footer-main-inner > .address {
	width: 28%;
}

footer .get-in-touch h3 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -1px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}

footer .get-in-touch a {
	margin: 0 20px;
	display: block;
	padding-bottom: 9.5px;
}

footer .get-in-touch a p {
	margin: 0;
	color: #fff;
	display: table-cell;
	height: 28px;
	font-size: 18px;
	padding-left: 15px;
	white-space: nowrap;
}

footer .get-in-touch a i {
	display: table-cell;
	font-size: 16px;
	font-weight: 400 !important;
	color: #fff;
}
footer .get-in-touch a i.fa-phone {
	font-weight: 900 !important;
}
footer .get-in-touch a i.fa-phone:before {
	content: "\f095";
}

footer .get-in-touch a i.fa-envelop {
	content: "\f0e0";
}

footer .get-in-touch a i.fa-envelope:before {
	content: "\f0e0";
}

footer .footer-form {
	padding: 20px;
}

.footer-form .hs-form-field {
	margin: 0;
}

.footer-form form {
	grid-column-gap: 2%;
	-ms-grid-columns: (1fr 2%) [12];
	/*display: grid;*/
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	width: 100%;
	position: relative;
	margin: 0;
}
.footer-form form label, .footer-form form .hs-richtext p{
	color:#fff;
}


.footer-form form .hs-form-field {
	-ms-grid-column-span: 12;
	grid-column: span 12;
}

.hs_submit.hs-submit {
	grid-column-s: 100%;
	grid-column: span 12;
	display: block;
	padding: 16px 0;
}

.footer-form form input:not(.hs-submit) {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px;
}

footer .footer-form .form-title {
	background: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 19px;
}

footer .quick_links .hs-menu-wrapper > ul {
	display: block;
	margin-bottom: 1.75em;
}

footer .quick_links {
	margin: 0 20px;
}

footer .social-follow > div {
	padding: 9px 20px 0 24px;
}

footer .pp-social-icons {
	display: flex;
	justify-content: center;
}

footer .pp-social-icons span {
	margin-right: 5px;
	margin-left: 0;
	display: inline-block;
	line-height: 0;
}

footer .pp-social-icons span a {
	font-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	float: left;
	text-align: center;
	color: #9daebe;
	background-color: #ffffff;
	border-radius: 100px;
}

footer .pp-social-icons span i {
	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;
}

footer .pp-social-icons span i.facebook-with-circle:before {
	content: "\e9cd";
}

footer .pp-social-icons span i.twitter-with-circle:before {
	content: "\e9de";
}

footer .pp-social-icons span i.youtube-with-circle:before {
	content: "\e9e4";
}

footer .pp-social-icons span i.linkedin-with-circle:before {
	content: "\e9d7";
}

footer .get-in-touch a:last-child {
	margin-bottom: 20px;
}

footer .quick_links .hs-menu-wrapper > ul > li> a {
	display: block;
	font-size: 18px;
	line-height: 1.7;
}

.footer-form form input[type=submit] {
	padding-top: 10px;
	width: 100%;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: BurfordBase,Arial,Serif;
	font-weight: inherit;
	line-height: 1;
	margin-bottom: 8px;
	font-size: 100%;
	background: #e55b3e !important;
	cursor: pointer;
	border: 1px solid #e55b3e !important;
}

.footer-form form .hs-form-field.hs_firstname {
	margin-bottom: 16px;
}



footer .quick_links .hs-menu-wrapper>ul>li>a {
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -1px;
	text-align: left;
	text-transform: uppercase;
	font-family: BurfordBase,Arial,Serif;
	line-height: 1em;
	color: #fff;
	font-weight: 400;
}

footer .quick_links .hs-menu-wrapper>ul ul {
	margin-top: 20px;
	margin-bottom: 0;
	display: block;
}

footer .quick_links .hs-menu-wrapper>ul ul li a {
	font-size: 18px;
	line-height: 1.7;
	display: block;
	color: #fff;
	font-weight: 700;
}

footer .quick_links .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-2 {
	line-height: 1.7em;
}


/* END MAIN FOOTER */

/* Top Footer */
footer .top-footer-inner {
	background-color: #e55b3e;
	padding: 20px;
	padding-bottom: 10px;
}
.top-footer-content {
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


footer .top-footer-left {
	width: 70%;
	padding: 20px;
}

footer .top-footer-left h3 {
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}

footer .top-footer-right {
	width: 30%;
	padding: 20px;
}

footer .top-footer-right > .top-footer-right-content {
	text-align: right;
}

footer .top-footer-right > .top-footer-right-content a {
	font-family: BurfordBase, Verdana, Arial, sans-serif;
	font-weight: 100;
	font-size: 22px;
	text-transform: uppercase;
	border: 1px solid #23485d;
	border-style: none;
	max-width: 100%;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #2f5469;
	padding-left: 24px;
	padding-right: 24px;
	width: 200px;
	text-align: center;
	line-height: 18px;
	color: #fff;
}

footer .hs_error_rollup {
	position: relative;
	background: #fff9f9;
	border: 1.5px solid #c02b0a;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,.11), 0 0 4px rgba(18,25,97,.041);
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 16px 16px 16px 48px;
	width: 100%;
	-ms-grid-column-span: 12;
	grid-column: span 12;
	order: -1;
}

footer .hs_error_rollup li {
	margin: 0;
}
footer .hs_error_rollup label {
	color: #c02b0a !important;
	font-size: 13.2px !important;
	font-weight: 500;
	line-height: 17.6px !important;
	font-family: BurfordBase,Arial,Serif;
}
.footer-form form input:not(.hs-submit)::placeholder {
	color: rgb(117, 117, 117);
}

footer .hs-error-msgs li {
	margin-bottom: 0;
	margin-top: 8px;
	line-height: 17.6px;
	margin: 0;
	font-size: 13.2px;
}
footer .address a p:hover {
	text-decoration: underline;
}
footer .hs-error-msgs label {
	color: #fff9f9;
	background: none;
	border: none;
	font-size: 15px;
	line-height: 28.8px;
	padding: 0;
}
/* Top Footer End */

@media screen and (max-width: 1200px){
	footer .get-in-touch a p{
		white-space: normal;
		font-size: 15px;
	}
}

@media screen and (max-width: 992px){


	footer .top-footer-left h3 {
		font-size: 30px;
	}

}

@media screen and (max-width: 768px){
	footer .main-footer .footer-main-inner>div {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	footer .top-footer-left {
		width: 100%;
	}
	.top-footer-content {
		display: block;
	}

	footer .top-footer-right {
		width: 100%;
	}
	footer .main-footer .footer-main-inner>.address {
		width: 100%;
	}


	footer .top-footer-right>.top-footer-right-content {
		text-align: center;
	}

	footer .main-footer .footer-main-inner .links {
		width: 100%;
	}
	footer .copyright p {
		line-height: 1.2;
	}
	footer .main-footer .footer-main-inner>div {
		float: none;
	}
	footer .quick_links .hs-menu-wrapper>ul{
		margin-bottom: 32px;
	}
	footer .get-in-touch a p {
		font-size: 18px;
	}
	footer .address a:nth-child(2){
		margin-bottom: 24px;
		height: auto;
		padding-bottom: 0;
	}
	footer .address a:first-child{
		padding-bottom: 16px;
	}
	footer .social-follow>div{
		padding: 9px 20px 23px 24px;
	}
	footer .main-footer .footer-inner {
		padding-left: 0;
		padding-right: 0;
	}
}


@media screen and (max-width: 640px){
	.footer-form form input[type=submit] {
		line-height: 2;
		min-height: 32px;
	}

	.footer-form form input:not(.hs-submit) {
		line-height: 2;
		min-height: 32px;
	}

	.footer-form form input[type=text] {
		margin-bottom: 8px;
	}
}
/* Menu and simple menu */

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

.banner-section .dnd-section{
	padding: 0;
}
/* Missing Template at Path: \'HeritageFinancial_May2023\/css\/fonts\/fonts.css\' */