*, *: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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:15px;
  padding-right:15px;
}

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

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

.row-fluid .span11 {
  width: 91.66666667%;
}

.row-fluid .span10 {
  width: 83.33333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.66666667%;
}

.row-fluid .span7 {
  width: 58.33333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.66666667%;
}

.row-fluid .span4 {
  width: 33.33333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.66666667%;
}

.row-fluid .span1 {
  width: 8.33333333%;
}

.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;
    padding-left:0;
    padding-right:0;
  }
}


/* 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 ;
  }
}
.banner-section .dnd-section {
  padding: 0;
}

.dnd-section[class*="force-full-width"] > .row-fluid {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
}
.content-wrapper,
.dnd-section > .row-fluid,
.footer__container,
.header__container,
.page-center {
  padding-left:15px;
  padding-right:15px;
  margin: 0 auto;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column:not(.span12) {
  padding-right: 15px;
  padding-left: 15px;
}
.dnd-section .dnd-column:first-child {
  padding-left:0;
}
.dnd-section .dnd-column:last-child {
  padding-right:0;
}

@media(max-width: 767px) {
  .dnd-section .dnd-column:not(.span12) {
    padding-right: 0;
    padding-left: 0;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin:0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, color 0.2s, filter 0.2s;
}
a img {
  transition: background 0.2s, border 0.2s, color 0.2s, filter 0.2s;
}
a:hover {
  text-decoration: underline;
}
a img:hover {
  filter: brightness(75%);
}
img {
  vertical-align: middle;
  max-width:100%;
  height:auto;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
}
h1 {
  line-height:1.21875;
}
h2{
  line-height: 1.25;
}
h3 {
  line-height:1.2;
}
h4 {
  line-height:1.3125;
}
h5 {
  line-height:1.33333333333;
}
h6 {
  line-height:1.5;
}
/* Lists */

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

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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}


@media (max-width: 991px) {
  h2 {
    line-height: 1.42857142857;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.hs-btn {
  padding: 14px 40px;
  font: 600 14px/17px 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  color: #fff !important;
  background: #D05D16;
  text-decoration:none !important;
  display: inline-block;
}
.hs-btn:hover {
  background: #BE520F;
}
.hs-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
a.hs-btn img {
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}
a.hs-btn.btn-outline {
  color: #D05D16 !important;
  background: transparent;
  box-shadow: inset 0 0 0 2px #d05d16;
  margin-top: 0.5rem;
}
a.hs-btn.btn-outline:hover {
  color: #fff !important;
  background: #D05D16;
}
a.hs-btn.btn-outline.transparent:hover {
  background: white !important;
  color: #D05D16 !important;
}
a.hs-btn.transparent_no_border {
  background: transparent !important;
  box-shadow:none !important;
  background:tranaprent !important;
  color: #212529 !important;
  text-align: center;
}
a.hs-btn.transparent_no_border:hover {
  color: #212529 !important;
}
.body-container-wrapper .widget-type-linked_image {
  line-height: 0;
} 
.advice-section-2 {
  padding: 4.5rem 0;
}
.advice-section-2 .dnd-section {
  padding: 0;
}
.advice-section-2 .dnd-section > .row-fluid {
  padding: 0;
}
.sidebar-sticky {
  z-index: 1020;
  position: sticky;
  top: 50px;
}
.sidebar-sticky .hs-menu-wrapper > ul {
  display: flex !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.sidebar-sticky .hs-menu-wrapper > ul > li > a {
  color: #495057;
  background-color: #fff;
  display: block;
  position: relative;
  width: fit-content;
  margin-bottom: 32px;
  padding: 5px 0;
  border: none;
}
.sidebar-sticky .hs-menu-wrapper > ul > li > a:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.sidebar-sticky .hs-menu-wrapper > ul > li > a:before {
  content: counter(li);
  counter-increment: li;
  margin-right: 39.5px;
  color: #D05D16;
  background: none;
}
h5 small {
  margin-right: 1.5rem;
  font-size: inherit;
}
.main-content-column h5 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.site-layout .widget-type-rich_text ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.site-layout .widget-type-rich_text ul li {
  display: block;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(0,0,0,.125);
  position: relative;
  border-width: 0 0 1px;
}
.site-layout .widget-type-rich_text ul li:before {
  content: '';
  position: absolute;
  top: 19.5px;
  left: 0px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #D05D16;
  border-radius: 50%;
}

.banner-wrapper .breadcrumbs-wrapper ul li:not(:last-child):after,
.locations-banner-wrapper .breadcrumbs-wrapper ul li:not(:last-child):after {
  content: url(//7112649.fs1.hubspotusercontent-na1.net/hubfs/7112649/raw_assets/public/ApellaWealthAugust2022/images/arrow-breadcrumb.svg);
  margin-left: 14px;
}
.advice-inner-layout .body-container-wrapper .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  flex-direction: revert;
}
.advice-inner-layout .body-container-wrapper .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.about-us-section-2 {
  overflow:hidden;
}
.location-details-page-section-1 [class*="span12"],
.location-details-page-section-3 [class*="span12"]{
  min-height: 0;
}
.location-details-page-section-2 .dnd-section {
  padding: 0;
}
.location-details-page-section-2 .dnd-section > .row-fluid {
  padding: 0;
}
.location-details-page-section-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.location-details-page-section-2 img.hs-image-widget {
  width: 100%;
}
.location-details-page-layout .team-members-md-wrapper .team-member-item {
  padding-top: 0;
}
.location-details-page-layout .team-members-md-wrapper .team-members-grid {
  padding-top: 0;
}
.location-details-page-layout .team-members-md-wrapper .team-member-item .team-member-item-inner:hover a {
  text-decoration: underline;
  color: #0056b3;
}
.location-details-page-layout .modal-title {
  margin: 0 !important;
}

/* Global Slider */
.slider-arrow-holder .slick-arrow.slick-hidden {
  display: none !important;
}
.global-slider-wrapper .divider-img {
  margin-bottom: 1.5rem;
}
.global-slider-wrapper h3 {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.global-slider-wrapper .global-slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.global-slider-wrapper .slick-slide {
  margin: 15px;
}
.global-slider-wrapper .thumbnail-container {
  margin-bottom: 1.5rem;
  position: relative;
}
.global-slider-wrapper .thumbnail-container img {
  width: 100%;
}
.global-slider-wrapper .item-date {
  margin-bottom: 0.5rem;
}
.global-slider-wrapper h5 {
  margin-bottom: 0.5rem;
}
.global-slider-wrapper a.hs-btn.btn-outline {
  margin-top: 0.5rem;
}
.slider-arrow-holder a:first-child {
  margin-right: 0.5rem;
}
.slider-arrow-holder a {
  text-decoration: none !important;
}
.slider-arrow-holder {
  text-align: right;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.small, small {
  font-size: 12px;
} 
.text-center {
  text-align: center!important;
}
.text-right {
  text-align: right!important;
}
/* Global Slider End */

/* Global Popup */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  opacity:0;
  visibility:hidden;
  transition: opacity .15s linear, visibility .15s linear;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.show {
  opacity:1;
  visibility:visible;
  padding-right: 17px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity .15s linear, visibility .15s linear;
  opacity: 0;
  visibility: hidden;
}
.modal-open {
  overflow: hidden;
  padding-right: 17px;
}
.modal-open .modal-overlay {
  opacity: .5;
  visibility: visible;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
.modal .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  cursor: pointer;
}
.close:hover {
  opacity: .75;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent  !important;
  border: 0 !important;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background 0.2s, border 0.2s, color 0.2s, filter 0.2s;	
  cursor: pointer;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.modal-footer>* {
  margin: 0.25rem;
}
.btn {
  padding: 14px 40px;
  font: 600 14px/17px 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* Global Popup End */

.banner-wrapper .banner h2 small {
  font-weight: 400;
  line-height: 60px;
}
.site-layout .dnd-section[class*="background-color"] {
  color: #fff;
}
.site-layout .dnd-section[class*="background-color"] * {
  color: inherit;
}
.site-layout .widget-type-rich_text blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
.site-layout .widget-type-rich_text blockquote ul {
  display: block;
  margin: 0 0 1rem;
  padding: 0 0 0 40px;
}
.site-layout .widget-type-rich_text blockquote ul li {
  padding: 0;
  border: none;
  display: list-item;
}
.site-layout .widget-type-rich_text blockquote ul li:before {
  content: none;
}
.site-layout .widget-type-rich_text blockquote ul li h6:last-child {
  margin: 0;
}
.connect-layout .body-container-wrapper .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}
form fieldset:not(.form-columns-1) {
  margin: 0 -2%;
  max-width: none !important;
}
form fieldset:not(.form-columns-1) .hs-form-field {
  padding: 0 2%;
}
form fieldset:not(.form-columns-1) {
  margin: 0 -15px;
  max-width: none !important;
}
form fieldset:not(.form-columns-1) .hs-form-field {
  padding: 0 15px;
}
form fieldset .input {
  margin-right: 0 !important;
}
.homepage-layout .features-md-wrapper .flip-card {
  width: 25%;
  background: transparent;
  max-width: 279px;
}
.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.custom-col-1,
.custom-col-10,
.custom-col-11,
.custom-col-12,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  min-height:1px;
  width: 100%;
}

@media (min-width: 768px) {
  .custom-col-1,
  .custom-col-10,
  .custom-col-11,
  .custom-col-12,
  .custom-col-2,
  .custom-col-3,
  .custom-col-4,
  .custom-col-5,
  .custom-col-6,
  .custom-col-7,
  .custom-col-8,
  .custom-col-9 {
    float: left;
  }
  .custom-col-12 {
    width: 100%;
  }
  .custom-col-11 {
    width: 91.66666667%;
  }
  .custom-col-10 {
    width: 83.33333333%;
  }
  .custom-col-9 {
    width: 75%;
  }
  .custom-col-8 {
    width: 66.66666667%;
  }
  .custom-col-7 {
    width: 58.33333333%;
  }
  .custom-col-6 {
    width: 50%;
  }
  .custom-col-5 {
    width: 41.66666667%;
  }
  .custom-col-4 {
    width: 33.33333333%;
  }
  .custom-col-3 {
    width: 25%;
  }
  .custom-col-2 {
    width: 16.66666667%;
  }
  .custom-col-1 {
    width: 8.33333333%;
  }
}

@media(max-width: 1199px) and (min-width: 768px) {
  .location-details-page-layout .team-members-md-wrapper .team-member-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(min-width: 1200px) {
  .about-us-section-2 .our-offices-gallery-wrapper .our-offices-gallery-container {
    width: 150%;
  }
}

@media(max-width: 1199px) {
  .homepage-layout .features-md-wrapper .flip-card {
    width: 50%;
    max-width: 100%;
  }
}

@media(max-width: 991px) {
  .banner-wrapper .banner h2 small {
    line-height: 40px;
  }
  .mig-container-wrapper h1,
  .error-page h1 {
    font-size: 35px;
  }
  .mig-container-wrapper h3 {
    font-size: 25px;
  }
  .mig-container-wrapper h4 {
    font-size: 23px;
  }
  .mig-container-wrapper h5 {
    font-size: 20px;
  }
}

@media(max-width: 767px) {
  .homepage-layout .features-md-wrapper .flip-card {
    width: 100%;
    max-width: 100%;
    max-width: 279px;
    margin-left:auto;
    margin-right:auto;
  }
  .features-md-wrapper .flip-card-container {
    margin-right: -12px;
  }
  .mig-container-wrapper .widget-type-blog_subscribe, .mig-container-wrapper .widget-type-form, .mig-container-wrapper .hs-search-field {
    margin-bottom: 30px;
  }
}

@media(max-width: 542px) {
  .advice-inner-layout .body-container-wrapper .hs-menu-wrapper > ul > li {
    width: 100%;
    text-align: left;
  }
}

@media(max-width: 479px) {
  .location-details-page-layout .team-members-md-wrapper .team-member-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
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 */

.widget-type-blog_subscribe,
.widget-type-form,
.hs-search-field,
.custom-bg-form,
.blog-comments form {
  display: block;
  padding: 3rem;
}
.widget-type-blog_subscribe *,
.widget-type-form *,
.hs-search-field *,
.custom-bg-form *,
.blog-comments form *{
  color:inherit;
}

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

/* Labels */
form label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
form label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
form input[type=checkbox] + label, form input[type=radio] + label {
  display: inline-block;
}
.hs-membership-loader {
  margin: 15px 0;
}
.form-floating-alert-wrapper .form-floating-alert {
  max-width:767px;
  color:#000;
}
.form-floating-alert-wrapper .form-floating-alert-error {
  color:red;
}
/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border-radius: 3px;
  display: block;
  font-size: .875rem;
  padding: 0.7rem;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b !important;
  height: 40px;
  width: 100% !important;
  max-width: 767px;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  outline: none;
}
form textarea.hs-input {
  padding: 10px 15px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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;
  width:auto !important;
  display:inline-block !important;
}

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

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

.hs-error-msg {
  color: #f2545b;
}
.hs-error-msgs label {
  color: #f2545b;
}
form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
  text-decoration:none !important;
}

/* Captcha */
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
.hs_error_rollup .inputs-list label {
  font-size: 14px;
}
.hs_error_rollup {
  padding-top: 6px;
}
@media(max-width: 991px) {
  .widget-type-blog_subscribe, .widget-type-form, .hs-search-field, .custom-bg-form, .blog-comments form {
    padding: 1.5rem;
  }
}
/* 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-top-section {
  background-color: rgba(88,89,91,1.0);
  padding: 6px 0;
}
.header-top-menu {
  text-align: right;
}
.header-top-menu .hs-menu-wrapper > ul {
  display: block;
}
.header-top-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
}
.header-top-menu .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
}
.header-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-left: 6.4px;
}
.header-top-menu .hs-menu-wrapper > ul > li:not(:first-child):before {
  content: "|";
  color: #fff;
  margin: 0 12px 0 8px;
}
.header-bottom-section {
  padding: 0 1rem;
}
.header-logo img {
  width: 135px !important;
}
.header-logo {
  width: 25%;
  padding: 5px 15px 4px;
}
.custom-header-row {
  display: flex;
  flex-wrap: wrap;
}
.header-top-menu .hs-menu-wrapper .hs-item-has-children {
  position: relative;
}
.header-top-menu .hs-menu-wrapper ul ul {
  position: absolute;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  float: left;
  min-width: 10rem;
  z-index: 1000;
  top: 18px;
  left: 25px;
  display: none;
}
.header-top-menu .hs-menu-wrapper ul ul li a {
  text-align: inherit;
  white-space: nowrap;
  font-weight: 400;
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 21px;
  text-decoration:none;
}
.header-top-menu .hs-menu-wrapper ul li.clicked ul {
  display: block;
}
@media(min-width: 768px) {
  .custom-menu-primary {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: flex-end;
  }
  .mobile-trigger {
    display: none;
  }
}

@media(max-width: 1360px) {
  .header-top-menu .hs-menu-wrapper ul ul {
    left: auto;
    right: 0;
  }
}

@media(max-width: 767px) {
  .header-bottom-section .content-wrapper {
    padding: 0;
  }
  .header-logo {
    width: 100%;
    padding: 0 15px;
  }
  .custom-menu-primary {
    display: none;
  }
  .mobile-trigger {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0.25rem;
    color: rgba(0,0,0,.5) !important;
    border-color: rgba(0,0,0,.1) !important;
    cursor: pointer;
    -webkit-appearance: button;
    display: inline-block;
    left: -15px;
    position: relative;
  }
  .mobile-trigger span {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .mobile-trigger:focus {
    outline: 5px auto -webkit-focus-ring-color;
  }
  .custom-header-row {
    display:block;
  }
}
.footer {
  padding: 3rem 15px;
  text-align: center;
  line-height: 21px;
}
.footer-social-icons-wrapper ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
.footer-social-icons-wrapper ul li {
  display: inline-block;
}
.footer-social-icons-wrapper ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.footer-social-icons-wrapper ul li a {
  padding: 0.5rem;
}
.footer-bottom-menu .hs-menu-wrapper > ul {
  display: block;
}
.footer-bottom-menu .hs-menu-wrapper > ul li {
  display: inline-block;
}
.footer-bottom-menu .hs-menu-wrapper > ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 10px;
  border-right: 1px solid;
}
.footer hr {
  max-width: 708px;
}
.footer-menu .hs-menu-wrapper > ul {
  display: block;
  margin: 0 0 1rem;
}
.footer-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
}
.footer-menu .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 0.5rem;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 0 10px;
}
.footer-copyright {
  margin-bottom: 3rem;
}
.footer-copyright small {
  font-size: 12px;
}
.footer-logo {
  margin-bottom: 1rem;
}
.lp-footer .footer-copyright {
  margin-bottom: 1rem;
}
<!--Start of HappyFox Live Chat Script-->
<script>
  window.HFCHAT_CONFIG = {
    EMBED_TOKEN: '61572340-2a34-11ed-8787-e55d8d6806bf',
    ASSETS_URL: 'https://widget.happyfoxchat.com/v2/visitor'
  };
  (function () {
    var scriptTag = document.createElement('script')
    scriptTag.type = 'text/javascript'
    scriptTag.async = true
    scriptTag.src = window.HFCHAT_CONFIG.ASSETS_URL + '/js/widget-loader.js'

    var s = document.getElementsByTagName('script')[0]
    s.parentNode.insertBefore(scriptTag, s)
  })()
</script>
<!--End of HappyFox Live Chat Script-->
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}