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

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

.container-fluid {
  padding: 0 !important;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-section .row-fluid {
  padding: 0 !important;
}

.row-fluid [class*="span"] {
  min-height: unset !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face{
  font-family:'Circular Std';
  src:url("//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/HarrisonClarke_March2021/Fonts/CircularStd-Medium.eot") format("embedded-opentype"),
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularStd-Medium.woff) format("woff"),
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularStd-Medium.ttf) format("truetype");
  font-weight:500;
  font-style:normal;
  font-display: auto;
}

@font-face{
  font-family:'Circular Std Book';
  src:url("//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/HarrisonClarke_March2021/Fonts/CircularStd-Book.eot") format("embedded-opentype"),
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularStd-Book.woff) format("woff"),
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularStd-Book.ttf) format("truetype");
  font-weight:400;
  font-style:normal;
  font-display: auto;
}

@font-face{
  font-family:'Circular Std';
  src:url("//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/HarrisonClarke_March2021/Fonts/CircularStd-Bold.eot") format("embedded-opentype"),
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularStd-Bold.woff) format("woff"),
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularStd-Bold.ttf) format("truetype");
  font-weight:bold;
  font-style:normal;
  font-display: auto;
}


@font-face {
  font-family: "Circular";
  src: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularXXWeb-Book.woff2) format("woff2"), 
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularXXWeb-Book.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Circular";
  src: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularXXWeb-Book.woff2) format("woff2"), 
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularXXWeb-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Circular";
  src: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularXXWeb-Medium.woff2) format("woff2"), 
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularXXWeb-Medium.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Circular";
  src: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularXXWeb-Bold.woff2) format("woff2"),
    url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/fonts/CircularXXWeb-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "CircularStd-Bold";
  src: url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Bold.eot") format("embedded-opentype"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Bold.woff2") format("woff2"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Bold.woff") format("woff"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Bold.ttf") format("truetype"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Bold.svg") format("svg");
}

@font-face {
  font-family: "CircularStd-Regular";
  src: url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.eot") format("embedded-opentype"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.woff2") format("woff2"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.woff") format("woff"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.ttf") format("truetype"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.svg") format("svg");
}

@font-face {
  font-family: "CircularStd-Medium";
  src: url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Medium.eot") format("embedded-opentype"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Medium.woff2") format("woff2"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Medium.woff") format("woff"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Medium.ttf") format("truetype"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Medium.svg") format("svg");
}
@font-face {
  font-family: "Circular Std";
  src: url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.eot") format("embedded-opentype"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.woff2") format("woff2"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.woff") format("woff"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.ttf") format("truetype"),
    url("https://www.harrisonclarke.com/hubfs/fonts/CircularStd/CircularStd-Book.svg") format("svg");
  font-weight:400;
}

@font-face {
  font-family: "Druk-Medium";
  src: url("https://www.harrisonclarke.com/hubfs/02-2023-life/font/new%20font/Druk-Medium.eot") format("embedded-opentype"),
    url("https://www.harrisonclarke.com/hubfs/02-2023-life/font/new%20font/Druk-Medium.woff2") format("woff2"),
    url("https://www.harrisonclarke.com/hubfs/02-2023-life/font/new%20font/Druk-Medium.woff") format("woff"),
    url("https://www.harrisonclarke.com/hubfs/02-2023-life/font/new%20font/Druk-Medium.truetype") format("truetype"),
    url("https://www.harrisonclarke.com/hubfs/02-2023-life/font/new%20font/Druk-Medium.svg") format("svg");
  font-weight:600;
}

body {
  font-family: Circular Std Book, sans-serif;
  font-size: 18px;
  color: #222222;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #868C8D;
  text-decoration: none;
  transition-duration: 500ms;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: Circular Std, sans-serif;
  color: #494a52;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 52px;
  line-height: 62px;
}

h2 {
  font-size: 35px;
  line-height: 35px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
}

b, strong {
  font-weight: bolder;
}

code {
  vertical-align: bottom;
}

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

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

* {
  outline: none;
}

.hs-search-field__suggestions li#results-for, 
.hs-search-field__suggestions li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}

.slick-next,.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  overflow: initial;
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

[dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  h2 {
    line-height: 42px;
  }

  h3 {
    line-height: 30px;
  }

  h4 {
    line-height: 30px;
  }

  h5 {
    line-height: 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  white-space: nomral;
  border: 1px solid;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  margin-top: 30px;
  text-align: center;
  font-family: 'Circular Std', sans-serif;
}

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

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


.hs-form label {
  font-family: 'Circular Std', sans-serif;
  display: block;
  margin-bottom: .5rem;
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

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

.hs-input,
.hs-search-field input.hs-search-field__input,
input[type="password"] {
  font-size: 17px;
  padding: 14px 16px;
  margin-bottom: 14px;
  margin-top: 2px;
  font-family: 'Circular Std Book', sans-serif;
  width: 100%;
  border: 1px solid #fff;
  display: block;
  line-height: 18px
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display: inline-block;
  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: #ff5b5b;
}
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: #ff5b5b;
}

.actions {
  padding: 0;
}

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

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

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

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 18px;
  color: #222222;
}
.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-form-field input[type=text] {
  text-transform: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Circular Std Book, sans-serif;
}

.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-error-msgs label {
  color: #ff5b5b !important;
}
/* select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 10px;
}

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

.body-container__website h2 {
  margin-bottom: 25px;
}

.body-container__website p {
  line-height: 30px;
}

.body-container__website p a {
  font-weight: 400;
  line-height: 20px;
}

.body-container__website hr {
  margin: 35px 0;
}

.body-container__website ul {
  line-height: 33px;
  font-family: 'Circular Std Book', sans-serif;
  font-size: 18px;
}

.body-container__website ul strong {
  font-weight: 400;
}

.btn {
  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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .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;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0px;
  outline: none;
  font-family: 'Circular Std', sans-serif;
  outline: none;
}

.home-row2 h5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-row2 h2 {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.dnd-section p {
  line-height: 30px;
}



[type=button]:not(:disabled), [type=reset]:not(:disabled), 
[type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.testimonial-slider-wrapper .slick-arrow:before {
  background-image: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/images/arrow-left.png);
}

.testimonial-slider-wrapper  .slick-arrow.slick-next:before {
  background-image: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/images/arrow-right.png);
}

.home-row5 .span6 {
  width: 50%;
  margin-left: 0;
}

.image-content-section .content .c-animated-link div span {
  background-image: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/images/get-started-arrow.svg);
}

.home-row5 .dnd-section {
  margin: 0 -15px;
  width: auto;
}

.home-row5 {
  overflow: hidden;
}

.home-row6 .dnd-section {
  padding-top: 115px;
  padding-bottom: 115px;
  clear: both;
  overflow: hidden;
}

.home-row6 .dnd-section>.row-fluid {
  align-items: center;
  padding: 0;
}

.home-row6 h2 {
  font-size: 47px;
  line-height: 40px;
  color: #121212;
}

.home-row6 p {
  margin: 40px auto;
  width: 100%;
  font-size: 23px;
  line-height: 36px;
}

.home-row6 .hs-button {
  margin: 0;
  font-size: 16px;
  padding: 16px 41px;
  outline: none;
  line-height: 1.5;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  font-family: 'Circular Std', sans-serif;
}

.home-row6 .span4 {
  text-align: right;
  width: 33.333333%;
  margin-left: 0;
  padding: 0 15px;
}

.home-row6 .span4 img {
  width: 80%;
}

.home-row6 .span8 {
  width: 66.666667%;
  padding: 0 15px;
}

.home-row6 .span4 .dnd-module {
  display: block !important;
}

.home-row4 {
  overflow: hidden;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate forwards;
}

.xops-row7 h2 {
  font-size: 47px;
  line-height: 40px;
}

.xops-row7 p {
  font-size: 23px;
  line-height: 36px;
  margin: 40px auto;
  width: 100%;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

@-webkit-keyframes cercle1 {
  0% {
    stroke-dashoffset: 800;
    fill-opacity: 0
  }

  20% {
    stroke-dashoffset: 800;
    fill-opacity: 1
  }

  40% {
    stroke-dashoffset: 0;
    fill-opacity: 0
  }

  60% {
    stroke-dashoffset: 0;
    fill-opacity: 1
  }

  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0
  }

  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1
  }
}

@-moz-keyframes cercle1 {
  0% {
    stroke-dashoffset: 0;
    fill-opacity: 0
  }

  20% {
    stroke-dashoffset: 0;
    fill-opacity: 1
  }

  40% {
    stroke-dashoffset: 0;
    fill-opacity: 0
  }

  60% {
    stroke-dashoffset: 0;
    fill-opacity: 1
  }

  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0
  }

  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1
  }
}

@-webkit-keyframes pathfill1 {
  0% {
    stroke-dashoffset: 800;
    fill-opacity: 0
  }

  80% {
    stroke-dashoffset: 0;
    fill-opacity: 1
  }

  100% {
    stroke-dashoffset: 0;
    fill-opacity: 0
  }
}

@-moz-keyframes pathfill1 {
  0% {
    stroke-dashoffset: 0;
    fill-opacity: 0
  }

  80% {
    stroke-dashoffset: 0;
    fill-opacity: 1
  }

  100% {
    stroke-dashoffset: 0;
    fill-opacity: 0
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.respect-path-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash1 5s linear alternate infinite
}

.respect-path-2 {
  animation: dash 6s linear forwards !important
}

.respect-path-3 {
  animation: dash 7s linear forwards !important
}

.respect-path-4 {
  animation: dash 8s linear forwards !important
}

.respect-path-5 {
  animation: dash 9s linear forwards !important
}

.about-row4 {
  text-align: center;
}

.about-row4 p {
  width: 55%;
  margin: 40px auto;
}

.about-page .custom-service-banner .mobile-background img {
  width: 100px !important;
}

.about-page .custom-service-banner .mobile-background {
  text-align: center;
  /* background-image: linear-gradient(-83deg, #313131 0%, #030403 100%); */
  padding: 0;
}

.banner-section .widget-span {
  min-height: 0;
}

.join-row3 .widget-type-form {
  padding: 0 125px;
  background-color: #fff;
  text-align: center;
}

.join-row3 .form-title {
  text-align: center;
  margin-bottom: 55px;
  font-size: 35px;
  line-height: 42px;
  font-family: 'Circular Std', sans-serif;
  color: #000;
}

.join-row3 form fieldset {
  max-width: 100% !important;
}

.join-row3 form .hs-input {
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #F0F0F0;
  padding: 17px 18px;
  font-size: 17px;
  margin: 0;
  margin-bottom: 25px;
  border: 1px solid #F0F0F0;
}

.join-row3 form .form-columns-2 {
  margin: 0 -15px;
  max-width: initial !important;
}

.join-row3 form .input {
  margin: 0 !important;
}

.join-row3 form .form-columns-2 .hs-form-field {
  padding-right: 15px;
  padding-left: 15px;
}

.join-row3 form .hs-form-field>label {
  margin: 0;
}

.join-row3 form .hs-form-field {
  margin: 0;
}

.join-row3 form textarea {
  overflow: auto;
  resize: vertical;
  min-height: 286px;
}

.join-row3 form .hs_upload_resume__optional_>label {
  text-align: left;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 10px;
}

.join-row3 form .hs_upload_resume__optional_ .hs-input {
  border: 0 !important;
  background-color: #707070;
  color: #fff;
  margin: 0;
}

.join-row3 form p.c-instruction {
  text-align: left;
  margin: 0 0 30px 0;
  font-size: 15px;
  line-height: 20px;
  color: #797979;
}

.join-row3 form p.c-instruction a {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
  line-height: 20px;
}

.join-row3 form input.hs-button.primary.large {
  margin: 0;
  min-width: 400px;
  text-align: center;
  padding: 19px 18px;
  color: #212529;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.join-row3 form {
  margin-bottom: 33px;
}

@keyframes downpath {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.join-row3 form .hs-input::-webkit-input-placeholder {
  color:#000000;
  opacity:1;
}

.join-row3 form .hs-input:-moz-placeholder {
  color:#000000;
  opacity:1;
}

.join-row3 form .hs-input::-moz-placeholder {
  color:#000000;
  opacity:1;
}

.join-row3 form .hs-input:-ms-input-placeholder {
  color:#000000;
  opacity:1;
}

.contact-page .main-banner .banner-section-header {
  max-width: 100%;
  margin: 0;
  color: #fff;
}

.contact-row1 h3 {
  padding-top: 30px;
  text-align: center;
}

.contact-row1 .dnd-section {
  padding-bottom: 0;
}

.contact-row2 .dnd-section {
  padding-top: 60px;
  margin-top: 20px;
  margin-bottom: 37px;
}

.contact-row2 form {
  background-color: #F0F0F0;
  padding: 40px;
}

.contact-row2 .form-title {
  margin: 0;
}

.contact-row2 form .hs-input {
  border: 0px solid #fff;
}

.contact-row2 .span5 h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 18px;
}

.contact-row2 .span5 a {
  font-family: 'Circular Std Book', sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #4E4C4C;
}

.contact-row2 .span5 hr {
  border-top: 1px solid #C8C8C8;
  margin-top: 34px;
  margin-bottom: 35px;
}

.contact-row2 form .hs-form-field>label {
  margin: 0;
  padding-bottom: .5rem;
}

.contact-row2 form .hs-form-field {
  margin: 0;
}

.contact-row2 form p {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Circular Std Book', sans-serif;
}

.contact-row2 form [role*="checkbox"] {
  padding: 0;
  margin-bottom: 1rem;
}

.contact-row2 form [role*="checkbox"] label.hs-form-radio-display {
  font-family: 'Circular Std Book', sans-serif;
  color: #222222;
  margin-bottom: 3px;
}

.contact-row2 form [role*="checkbox"] label.hs-form-radio-display input {
  width: auto;
  padding: 0;
  margin: 0 8px 0 0;
  font-family: 'Circular Std Book', sans-serif;
  font-size: 17px;
}

.contact-row2 form [role*="checkbox"] label.hs-form-radio-display span {
  font-family: 'Circular Std Book', sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  margin-top: 3px;
  display: inline-block;
}

.contact-row2 form [role*="checkbox"] li {
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
}

.contact-row2 form .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px;
  line-height: 18px;
  font-family: 'Circular Std Book', sans-serif;
  color: #000;
}

.contact-row2 form li.hs-form-booleancheckbox {
  margin-bottom: 20px;
}

.contact-row2 form .hs-richtext {
  margin: 0 !important;
}


.contact-row2 form .hs-fieldtype-booleancheckbox.field.hs-form-field ul {
  padding-top: 3px;
  padding-bottom: 7px;
}

.contact-row2 form .hs-fieldtype-booleancheckbox.field.hs-form-field ul input {
  margin-top: 2px;
}

.contact-row2 form input.hs-button.primary.large {
  color: #000;
  width: 100%;
}

.contact-row2 .span5 p {
  font-family: 'Circular Std Book', sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #4E4C4C;
  font-weight: 500;
  padding-top: 2px;
  margin-bottom: 14px;
}

.contact-row2 .span5 p a {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 19px;
}

.contact-row2 form .hs-input.invalid.error {
  border-color: #ff5b5b;
}

.join-row3 form .hs-input.invalid.error {
  border: 1px solid #ff5b5b !important;
}

.join-row3 form .hs-error-msgs label {
  color: #dc3232 !important;
}

.join-row3 form .hs_error_rollup {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ffb900;
}

.join-row3 form .hs_error_rollup ul {
  padding: 0;
}

.join-row3 form .hs_error_rollup .hs-error-msgs label {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #868C8D !important;
}

.homepage .row-fluid:before,
.homepage .row-fluid:after {
  content: none;
}

.IE .homepage-banner .banner-content-wrap::after,
.IE .homepage-banner .banner-content-wrap::before {
  top: 0;
}

.home-row2 .dnd-section {
  clear: both;
  overflow: hidden;
}

.IE .resource-library-section .post-section .resource__single .row-fluid {
  display: block;
  clear: both;
  overflow: hidden;
}

.IE .resource-library-section .row {
  clear: both;
  overflow: hidden;
  display: block;
}
.body-wrapper {
  overflow: hidden;
}

.leave-testimonial-page form fieldset {
  max-width: 100% !important;
}

.leave-testimonial-page form .form-columns-2 .hs-form-field {
  width: 48% !important;
  margin-right: 2%;
}

.leave-testimonial-page form .input {
  margin: 0 !important;
}

.leave-testimonial-page form .hs-input {
  font-size: 16px;
  font-family: sans-serif;
  padding: 5px 10px;
  min-height: 70px;
  border-style: none;
  margin: 0;
  line-height: 1;
  width: 100% !important;
  color: #444;
  border-color: #444;
}

.leave-testimonial-page form {
  padding-top: 2px;
}

.leave-testimonial-page form .hs-form-field {
  margin-bottom: 17px;
}

.leave-testimonial-page form .hs_message {
  width: 98% !important;
}

.leave-testimonial-page form .hs_message textarea {
  padding: 25px 10px;
  min-height: 210px;
  resize: vertical;
  height: inherit;
}

.leave-testimonial-page form .btm {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Circular Std', sans-serif;
  padding-top: 17px;
  line-height: 1.5;
}

.leave-testimonial-page form .btm a {
  color: #b3b3b3;
  font-family: 'Circular Std Book', sans-serif;
}

.leave-testimonial-page form input.hs-button.primary.large {
  background-color: #16cc79;
  height: 70px !important;
  border-style: none !important;
  min-width: 400px !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin: 0;
  padding: 5px 0px;
  cursor: pointer;
  min-height: 40px;
  font-weight: 500;
  font-family: 'Circular Std Book', sans-serif;
  width: 100%;
  max-width: 44%;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.leave-testimonial-page form .actions {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 49px;
}

.leave-testimonial-page h2 {
  margin-bottom: 25px;
}

.leave-testimonial-page form .hs-input::-webkit-input-placeholder {
  color: #ababab;
  opacity:1;
}

.leave-testimonial-page form .hs-input:-moz-placeholder {
  color: #ababab;
  opacity:1;
}

.leave-testimonial-page form .hs-input::-moz-placeholder {
  color: #ababab;
  opacity:1;
}

.leave-testimonial-page form .hs-input:-ms-input-placeholder {
  color: #ababab;
  opacity:1;
}

.leave-testimonial-page form .hs-error-msgs label {
  margin-top: 12px;
  font-size: 16px;
  color: #f00 !important;
  display: block;
  font-family: sans-serif;
  line-height: normal;
}

.leave-testimonial-page form .hs_error_rollup {
  margin: 2em 0.5em 1em;
  padding: 10px 1em;
  border: 2px solid #ffb900;
  font-size: 16px;
}

.leave-testimonial-page form .hs_error_rollup .hs-error-msgs label {
  margin: 0;
  color: #444 !important;
}

.leave-testimonial-page form .hs_error_rollup ul {
  padding: 0;
}

.thankyou-page {
  background-color: #0F0F0F;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
}

.thankyou-page h1,
.thankyou-page h2,
.thankyou-page h3,
.thankyou-page h4,
.thankyou-page h5,
.thankyou-page h6 {
  color: #fff;
}

.thankyou-page .dnd-section {
  padding: 0;
}

.thankyou-row1 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.thankyou-row1 .cross-icon {
  position: absolute;
  top: -20px;
  right: 0px;
}

.thankyou-row1 .page-center {
  position: relative;
}

.thankyou-row1 h1 {
  position: relative;
  margin-bottom: 65px;
  font-size: 60px;
  line-height: 70px;
}

.thankyou-row1 img {
  margin-bottom: 50px;
}

.thankyou-row1 h1:after {
  content: " ";
  position: absolute;
  width: 100px;
  height: 3px;
  display: inline-block;
  background-color: #fff;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.thankyou-row1 p {
  font-size: 22px;
  line-height: 35px;
  padding-bottom: 37px;
}

.thankyou-row1 .hs_cos_wrapper_type_rich_text a {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}

.thankyou-row1 .hs_cos_wrapper_type_rich_text a:hover {
  color: #b3b3b3;
}

.thankyou-row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}

.client-services .custom-service-section .serviceslist-inner .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.client-services .custom-service-section .serviceslist-inner .image img {
  max-width: 100%;
}

.client-services .custom-service-section .serviceslist-inner .serviceslist-item {
  align-items: initial;
}

.wow {
  visibility: visible;
}

.c-market-openpath.animated .marketpath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate forwards
}

.top-logo-wrap.animated .top-logo-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1.5s forwards
}

.top-logo-wrap.animated .top-logo-path-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 6s linear alternate 3.5s forwards
}

.last-row-logo.animated .last-logo-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2s forwards
}

@keyframes marketdash {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.c-market__line.animated .marketpath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1s forwards
}

.line-graphics.animated .marketpath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1s forwards
}

.line-graphics.animated .marketpath-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1.5s forwards
}

.line-graphics-delay.animated .marketpath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2s forwards
}

.tree-animation__bottom.animated .marketpath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1s forwards
}

.tree-animation-1.animated .marketpath-line-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate forwards
}

.tree-animation-1.animated .marketpath-line-1-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2s forwards
}

.tree-animation-1.animated .marketpath-line-left {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 0.5s forwards
}

.tree-animation-1.animated .marketpath-line-left-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2.6s forwards
}

.tree-animation-1.animated .marketpath-line-right {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 0.5s forwards
}

.tree-animation-1.animated .marketpath-line-right-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2.6s forwards
}

.tree-animation-1.animated .marketpath-down-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2s forwards
}

.tree-animation-1.animated .marketpath-down-line-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 4.2s forwards
}

.tree-animation-1.animated .marketpath-down-line-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1.2s forwards
}

.tree-animation-1.animated .marketpath-down-line-1-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2.6s forwards
}

.tree-animation-2.animated .marketpath-line-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2.5s forwards
}

.tree-animation-2.animated .marketpath-line-1-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 4.2s forwards
}

.tree-animation-2.animated .marketpath-line-left {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1s forwards
}

.tree-animation-2.animated .marketpath-line-left-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2.6s forwards
}

.tree-animation-2.animated .marketpath-line-right {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1s forwards
}

.tree-animation-2.animated .marketpath-line-right-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2.6s forwards
}

.tree-animation-2.animated .marketpath-down-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 1.8s forwards
}

.tree-animation-2.animated .marketpath-down-line-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2.5s forwards
}

.tree-animation-2.animated .marketpath-down-line-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 0.5s forwards
}

.tree-animation-2.animated .marketpath-down-line-1-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: marketdash 4s linear alternate 2s forwards
}

.bighgline1 {
  fill: #D5D5D5;
  fill-opacity: 0;
  -moz-animation: bighgline1 3s ease-in-out 2s forwards;
  -webkit-animation: bighgline1 3s ease-in-out 2s forwards;
  animation: bighgline1 3s ease-in-out 2s forwards
}

@-webkit-keyframes bighgline1 {
  0% {
    fill-opacity: 0
  }

  100% {
    fill-opacity: 1
  }
}

@-moz-keyframes bighgline1 {
  0% {
    fill-opacity: 0
  }

  100% {
    fill-opacity: 1
  }
}

.c-market__single.animated .icon-ani1-path_1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear alternate forwards
}

@keyframes icon-ani1-path_1 {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.icon-ani1-path_2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear alternate 2s forwards
}

@keyframes icon-ani1-path_2 {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.c-market__single.animated .icon-ani2-path_1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: icon-ani2-path_1 2s linear alternate 1s forwards
}

@keyframes icon-ani2-path_1 {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.c-market__single h3,.c-market__single p {
  opacity: 0;
  transition-duration: 500ms
}

.c-market__single.animated h3,.c-market__single.animated p {
  opacity: 1;
  transition: 2s all
}

.line-graphics.animated .downpath-large {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: downpath 4s linear alternate 1s forwards
}

.line-graphics.animated .downpath-large-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: downpath 3s linear alternate 3s forwards
}

.line-graphics.animated .downpath-small {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: downpath 4s linear alternate 1.6s forwards
}

.line-graphics.animated .downpath-small-rev {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: downpath 5s linear alternate 2.5s forwards
}

@keyframes downpath {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.tree-animation-2.animated .bottom-ev-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: downpath 4s linear alternate 3s forwards
}

.tree-animation-2.animated .bottom-ev-path-rv {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: downpath 4s linear alternate 4.5s forwards
}

.contact-row2 form .hs-input:focus,
.join-row3 form .hs-input:focus {
  border: 1px solid #16CC79;
  outline: none;
}

.leave-testimonial-page form input.hs-button.primary.large:hover {
  opacity: 0.8;
}


.widget_1675062256939-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
  width: 100%;
}

.widget_1675062256939-flexbox-positioning > div img {
  width: 100%;
}

.about-row4 h2 {
  font-size: 47px;
  line-height: 1;
  font-weight: bold;
}

.about-row4 p {
  font-size: 23px;
  line-height: 1.56;
  width: 100%;
  text-align: center;
}

.about-page .custom-service-banner .banner-large-image {
  margin-top: 0;
}

.about-row1 h5 {
  font-size: 18px;
  line-height: 20.4px;
}

/* Survey Page CSS */





/* Market Page Revamp Css */

.market-row1 .widget-type-rich_text h2 {
  font-size: 35px;
  line-height: 46px;
  margin: 57px 0 35px;
}

.market-row1 .widget-type-rich_text h4 {
  font-size: 18px;
  line-height: 20.4px;
}

.market-row1 .widget-type-rich_text h2 + p {
  font-size: 22px;
  line-height: 32px;
}

.build-in-slideX-right {
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1),transform .6s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-15px);
}

.build-in-slideX-right.build-in-animate {
  opacity: 1;
  transform: translateX(0);
}

/* .build-in-slideX-top {
opacity: 0;
transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1),transform .6s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(-15px);
}

.active-animation .build-in-slideX-top {
opacity: 1;
transform: translateY(0);
} */

.market-page {
  background-position: bottom;
  background-size: cover;
}


.sectionLine {
  display: flex;
  justify-content: center;
}

.sectionLine-line {
  width: 3px;
  height: 142px;
}

.sectionLine-line {
  transition: transform .9s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scaleY(0);
  transform-origin: 0 0;
}


.sectionLine-line.active {
  transform: scaleY(1);
}


@media screen and (-webkit-min-device-pixel-ratio:0) {   
  .contact-row2 form [role*="checkbox"] label.hs-form-radio-display span {
    margin-top: 2px;
  }
}

@media (min-width: 992px) {
  .IE .resource-library-section .row > div:first-child,
  .IE .resource-library-section .wrap:nth-child(2n).row > div:last-child,
  .IE .resource-library-section .post-section .resource__single .row-fluid .span8 {
    width: 66.66%;
    float:left;
    display: block;
  }

  .IE .resource-library-section .row > div:last-child,
  .IE .resource-library-section .wrap:nth-child(2n).row > div:first-child,
  .IE .resource-library-section .post-section .resource__single .row-fluid .span4 {
    width: 33.33%;
    float:left;
    display: block;
  }

  .IE .resource-library-section .post-section .span8 {
    min-height: 356px;
  }

  .home-row2 h2 {
    font-size: 35px;
    line-height: 46px;
  }

  .about-row1 h2 {
    font-size: 40px;
    line-height: 1.25;
  }

  .faq-row1 .dnd-section {
    min-height: 100vh;
  }

  .contact-page .main-banner p {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 25px;
  }

  .thankyou-page {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
  }

  .market-page .custom-service-banner .banner-large-image {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 1920px) {
  .market-page .custom-service-banner .banner-large-image {
    width: 49%;
    max-height: initial;
  }
}

@media(max-width: 1199px) {
  .market-page br {
    display: none;
  }
}

@media(max-width: 1024px) {
  .about-row1 p br {
    display: none;
  }
}

@media (max-width:991px) {
  .home-row2 {
    text-align: center;
  }

  .home-row5 .span6 {
    width: 100%;
  }

  .home-row6 .span8,.home-row6 .span4 {
    width: 100%;
    display: block !important;
    text-align: center;
  }

  .home-row6 .dnd-section>.row-fluid {
    display: block !important;
  }

  .home-row6 h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
  }

  .home-row6 .dnd-module {
    display: block !important;
  }

  .home-row6 .hs-button {
    display: block;
  }

  .home-row6 p {
    font-size: 17px;
    line-height: 28px;
  }

  .home-row6 .span4 img {
    width: 300px !important;
    margin-top: 40px;
  }

  .home-row6 .span4 {
    margin-top: 40px;
  }

  .home-row6 .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-row7 .span4 {
    margin-left: 0;
    margin-top: 30px;
  }
  .client-services .services-row1 .span6 {
    width: 100%;
    margin-left: 0;
  }

  .about-row4 h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
  }

  .about-row4 p {
    width: 100%;
    font-size: 17px;
    margin-bottom: 35px;
  }

  .about-row4 .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-row1 .dnd-section {
    padding-top: 0;
  }

  .join-row3 .widget-type-form {
    padding: 0;
  }

  .join-row3 form input.hs-button.primary.large {
    width: 100%;
    min-width: 100%;
  }

  .testimonial-row1 .dnd-section {
    padding-top: 0;
  }

  .contact-page .main-banner {
    position: relative;
    padding-top: 150px;
  }

  .contact-page .main-banner .banner-section-header {
    margin: 0 auto 55px;
  }

  .contact-row1 {
    text-align: center;
  }

  .contact-row1 h3 {
    font-size: 17px;
    line-height: 28px;
  }

  .contact-row2 .span7,
  .contact-row2 .span5 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .contact-row2 .dnd-section>.row-fluid {
    display: block !important;
  }

  .contact-row2 form {
    padding: 35px 20px;
  }

  .contact-row2 .span5 h3 {
    padding-top: 35px;
  }

  .contact-row2 .span5 {
    text-align: center;
    margin-top: 20px;
  }

  .contact-row2 .span5 hr {
    margin-bottom: 0;
  }

  .leave-testimonial-page .dnd-section {
    padding-top: 31px;
  }

  .thankyou-page {
    padding-top: 150px;
  }

  .thankyou-row1 p {
    font-size: 20px;
    line-height: 30px;
  }

  .thankyou-row1 .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }

  .market-page.about-page .custom-service-banner .mobile-background img {
    width: 100% !important;
  }

  .market-page.about-page .custom-service-banner .mobile-background {
    padding: 0;
    background-image: none;
  }

  .xops-row7 h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
  }

  .xops-row7 p {
    font-size: 17px;
    line-height: 28px;
  }

  .xops-row7 .span4 img {
    display: none!important;
  }
}

@media(max-width: 980px) {
  #hide-last-post .res-blog-item:last-child {
    display: none;
  }

  #hide-last-post .team-col:last-child {
    display: none;
  }
}

@media (max-width:767px) {
  .body-container__website {
    text-align: center;
  }

  .body-container__website h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .home-row2 p {
    margin-bottom: 35px;
  }

  .home-row5 .image-content-section {
    display: none;
  }

  .home-row5 .widget-span {
    min-height: 0;
  }

  .home-row6 .span4 img {
    display: none !important;
  }

  .home-row6 .span4 .widget-span,.home-row6 .span4 {
    min-height: 0 !important;
  }

  .home-row6 .span4 {
    margin: 0;
  }
  .client-services .services-row1 .span6:last-child {
    display: none;
  }

  .client-services .services-row1 p {
    margin-bottom: 1rem;
  }

  .join-row3 .form-title {
    line-height: 35px;
  }

  .join-row3 form .form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }

  .join-row3 form .hs-input {
    width: 100% !important;
    padding: 14px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .join-row3 form textarea {
    min-height: 270px;
  }

  .join-row3 form .hs_upload_resume__optional_ .hs-input {
    font-size: 17px;
  }

  .join-row3 form p.c-instruction {
    text-align: center;
  }

  .testimonial-row1 .dnd-section {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #2a2a2a 100%);
    background: -webkit-linear-gradient(top, #000000 0%,#2a2a2a 100%);
    background: linear-gradient(to bottom, #000000 0%,#2a2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2a2a',GradientType=0 );
  }

  .testimonial-page .custom-title-section {
    padding-top: 115px;
  }

  .contact-page .main-banner {
    padding-top: 85px;
  }

  .contact-row1 p {
    margin-bottom: 35px;
  }

  .contact-row2 .dnd-section {
    padding-top: 10px;
  }

  .contact-row2 form .hs-form-booleancheckbox-display>span {
    line-height: 17px;
    font-size: 14px;
  }

  .contact-row2 form li.hs-form-booleancheckbox {
    margin-bottom: 9px;
  }

  .contact-row2 form .hs-fieldtype-booleancheckbox.field.hs-form-field ul {
    padding-top: 0;
  }

  .contact-row2 form .hs-fieldtype-booleancheckbox.field.hs-form-field ul input {
    margin-top: 1px;
  }

  .body-container__website .hs_cos_wrapper_type_linked_image {
    display: block;
    margin-bottom: 20px;
  }

  .leave-testimonial-page h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .leave-testimonial-page form .form-columns-2 .hs-form-field,
  .leave-testimonial-page form .hs_message {
    width: 100% !important;
  }

  .thankyou-page {
    padding-top: 80px;
    min-height: 100vh;
  }

  .thankyou-row1 h1 {
    font-size: 35px;
  }

  .survey-row3 .dnd-section , .survey-row1 .dnd-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .survey-row1 .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }


  .about-page .custom-service-banner .mobile-background {
    text-align: center;
    /* background-image: linear-gradient(-83deg, #313131 0%, #030403 100%); */
    padding: 0px 0;
  }

  .about-page .custom-service-banner .mobile-background img {
    width: 100px!important;
    max-width: 100%;
    min-width: 100%;

  }

  .market-row1 .widget-type-rich_text h2 {
    font-size: 26px;
    line-height: 1.3;
    margin: 57px 0 35px;
  }

  .market-row1 .widget-type-rich_text h2+p {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width:575px) {
  .thankyou-row1 .cross-icon {
    right: 15px;
  }
}

@media (max-width:479px) {
  .leave-testimonial-page form input.hs-button.primary.large {
    min-width: 240px !important;
  }
}

@media (max-width:400px) {
  .body-container__website a.link {
    font-size: 12px;
    display: inline-block;
  }

  .leave-testimonial-page form .form-columns-2 .hs-form-field:first-child {
    padding-bottom: 8px;
  }

  .body-container__website p a {
    display: inline-block;
  }
}

@media (max-width:340px) {
  .about-page .custom-service-banner .banner-section-content h1 {
    padding: 10px 0;
    padding-top: 9px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.header {
  min-height: 74px;
}

.custom-header {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 64px;
  position: fixed;
  min-width: 100%;
  z-index: 99999;
  top: 0;
}

.header-inner {
  padding: 0 20px;
}

.header-inner .row-fluid {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  padding: 0;
  min-height: 74px;
}

.header-inner .row-fluid:before,.header-inner .row-fluid:after {
  content: none;
}

.header-inner .row-fluid>div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

html {
  scroll-behavior: smooth;
}

.safari .site-logo img {
  width: 260.2px;
}

@media (min-width: 768px) {
  .logo-section {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .menu-section {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 992px) {
  .logo-section {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .menu-section {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media only screen and (min-width: 1024px) {
  .header-inner {
    padding: 0 35px;
  }
}

@media (min-width: 1100px) {
  .custom-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile-menu {
    display: none;
  }
}

@media only screen and (min-width: 1920px) {
  .header-inner {
    padding: 0 5%;
  }
}

@media (max-width: 1024px) {
  .header-inner .row-fluid {
    min-height: initial;
  }

  header.header {
    min-height: 67.8px;
  }

  .custom-header {
    padding: 19px 0 20px;
  }

  .child-open .child-trigger {
    background-image: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/images/close-icon.png);
  }
}

@media (max-width: 1099px) {
  .site-logo a img {
    width: 210px;
  }

  .custom-header {
    border-bottom: 2px solid #00c87c !important;
  }

  header.header {
    min-height: 68.56px;
  }
}

@media (max-width: 767px) {
  header.header {
    min-height: 68.95px;
  }
  .header-inner .row-fluid {
  display: block;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  text-align: center;
  overflow: hidden;
}

footer.footer .page-center {
  padding: 40px 0 0;
}

.mobile-only {
  display: none;
}

footer.footer .row-fluid {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

footer.footer .row-fluid:before,
footer.footer .row-fluid:after {
  content: none;
}

footer.footer .row-fluid>div {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
}

.footer__copyright {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-sitemap .hs-menu-wrapper>ul {
  margin: 25px 0;
  opacity: 0.75;
  display: block;
}

.footer-sitemap .hs-menu-wrapper>ul>li {
  display: block;
  margin-right: 14px;
  line-height: 25px;
  float: left;
}

.footer-sitemap .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
  padding: 0;
}

footer.footer.footer-no-nav {
  padding-bottom: 2px;
  padding-top: 2px;
}

.cm-footer .page-center {
  min-height: unset !important;
}

@media (min-width: 992px) {
  footer.footer {
    text-align: left;
  }

  footer.footer .page-center {
    padding: 40px 0;
  }

  .footer-col1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .footer-col2 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .footer-col3 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .footer__copyright {
    font-size: 13px;
  }

  .footer-sitemap .hs-menu-wrapper>ul {
    margin: 0;
    opacity: 1;
  }

  .footer-sitemap .hs-menu-wrapper>ul>li {
    display: inline-block;
  }

  .footer-sitemap .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .footer-sitemap .hs-menu-wrapper>ul>li {
    float: none;
  }

  .footer-sitemap .hs-menu-wrapper>ul {
    margin-bottom: 26px;
    padding-left: 14px;
    margin-top: 24px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
    margin-bottom: 35px;
  }

  .footer-sitemap .hs-menu-wrapper>ul>li>a {
    display: inline-block;
    line-height: 22px;
  }

  footer.footer.footer-no-nav {
    padding-bottom: 40px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  footer.footer .row-fluid {
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.custom-service-banner.blog-banner {
  position: relative;
  overflow: hidden;
}

.custom-service-banner.blog-banner .banner-large-image {
  position: absolute;
  right: 0;
  visibility: hidden;
}

.custom-service-banner.blog-banner .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

.custom-service-banner.blog-banner .row>div {
  position: relative;
  width: 100%;
}

.custom-service-banner.blog-banner .col6.left {
  background-color: #000;
  min-height: 430px;
  display: flex;
  align-items: center;
}

.custom-service-banner.blog-banner .mobile-background img {
  width: 100%;
}

.custom-service-banner.blog-banner .banner-section-content {
  background-image: linear-gradient(-83deg, #313131 0%, #030403 100%);
  padding-top: 0px;
  z-index: 2;
}

.custom-service-banner.blog-banner .banner-section-content h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  margin: 0px;
  padding: 15px 0;
  color: #fff;
}

.custom-service-banner.blog-banner .divider-animation svg {
  position: absolute;
  top: 5px;
  top: -6px;
  right: -237px;
}

.custom-service-banner.blog-banner p {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
}

.custom-service-banner.blog-banner h1 {
  padding-bottom: 7px !important;
}

.custom-service-banner.blog-banner .banner-large-image {
  height: 430px;
  width: 100%;
  object-fit: cover;
}

.search-group {
  background: #707070 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  padding: 22px 20px;
}

.search-group .blog-topics h3 {
  display: none;
}

.search-group .blog-topics ul {
  display: none;
}

.search-group .blog-topics select {
  margin: 0;
  padding: 0px 15px;
  border: 1px solid #959595;
  font-size: 16px;
  width: 100%;
  background: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/images/icons-arrow-new-3.png) no-repeat right #ededed;
  -webkit-appearance: none;
  background-position-x: 310px;
  min-height: 50px;
  font-family: 'Circular Std',sans-serif;
}

.blog-search form input.hs-search-field__input {
  width: 100%;
  font-family: 'Circular',sans-serif;
  font-size: 16px;
  min-height: 50px;
  margin: 0;
  border: 1px solid #959595 !important;
  text-align: left;
  letter-spacing: 0px;
  color: #707070;
  text-transform: capitalize !important;
  padding: 0 50px;
}

.blog-search form {
  position: relative;
}

.blog-search form:before {
  content: '';
  background: url(//6308956.fs1.hubspotusercontent-na1.net/hubfs/6308956/raw_assets/public/HarrisonClarke_March2021/images/search.png);
  background-position: center center;
  background-size: cover;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  margin: 15px;
  border: 0;
  z-index: 999;
}

.search-group .blog-topics select:focus {
  border: 1px solid #16cc79;
  outline: none !important;
}

.blog-search li#results-for,
.blog-search li a {
  color: #fff;
}

.listing-wrapper {
  padding-top: 55px;
  padding-bottom: 0px;
  margin-bottom: 32px;
}

.listing-header-top .header-post.span8 {
  background: 0 0 no-repeat padding-box padding-box #fff;
  border: 2px solid rgb(112 112 112 / 10%);
  box-shadow: 0px 3px 4px #00000019;
}

.header-post .post-item-new {
  display: flex;
  height: inherit;
}

.header-post .post-item-new .post-image {
  line-height: 0.5;
}

.header-post .post-item-new .hs-featured-image-wrapper {
  width: 256px;
  height: 100%;
}

.header-post .post-item-new .hs-featured-image-wrapper img {
  width: 100%;
  background-size: contain;
  max-width: 100%;
  object-fit: cover;
  object-position: 67% center;
  height: 100%;
  margin: 0px;
  float: none;
}

.header-post .post-item-new .post-headerbody {
  padding: 25px 30px;
  padding-right: 70px;
}

.header-post .post-item-new h2 {
  text-align: left;
  font-family: "CircularStd-Medium", sans-serif;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-size: 22px;
  line-height: 32px;
  padding-top: 20px;
  margin: 0;
}

.header-post .post-item-new .date-listing {
  text-align: left;
  font-family: "Circular Std Book", sans-serif;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-size: 15px;
  line-height: 24px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.header-post .post-item-new .listing-sumry {
  padding-bottom: 30px;
  text-align: left;
  font-family: "Circular Std Book", sans-serif;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-size: 15px;
  line-height: 24px;
}

.header-post .post-item-new .listing-sumry p {
  text-align: left;
  font-family: "Circular Std",sans-serif;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 20px;
  margin: 0;
}

.header-post .post-item-new a.more-link {
  background: rgb(235, 235, 235);
  padding: 8.5px 25.5px;
  border-radius: 40px;
  letter-spacing: 0px;
  color: rgb(21, 21, 21);
  font-size: 15px;
  line-height: 20.4px;
  font-family: "Circular Std Book", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-weight: 300;
}

.header-post .post-item-new a.more-link:hover {
  background: rgb(21, 204, 121);
  transition: all 0.3s ease 0s;
}

.list-sub .blue-container {
  background: #121212 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 36px 32px 36px 26px;
  height: inherit;
  min-height: 100%;
}

.list-sub .blue-container .sub-image img {
  width: 26px;
}

.list-sub .blue-container .text-white {
  text-align: left;
  font-family: 'Circular Std Book',sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  font-size: 25px;
  line-height: 32px;
  padding-bottom: 35px;
  padding-top: 59px;
}

.list-sub .blue-container form .hs-form-field>label {
  display: none;
}

.list-sub .blue-container form input[type="email"] {
  margin: 0 !important;
  border: 1px solid #959595;
  text-align: left;
  letter-spacing: 0px;
  color: #0f0f0f;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Circular Std',sans-serif;
  min-height: 50px;
  padding: 0px 15px;
}

.list-sub .blue-container form .actions {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  background: linear-gradient(203deg, rgba(23,192,115,1) 0%, rgba(27,161,143,1) 50%, rgba(31,135,166,1) 100%);
  display: inline-block;
  border: 0;
  text-align: center;
  border-width: 0px;
  float: right;
  -webkit-transition: all .2s ease-in;
  color: transparent;
  margin: 0px !important;
  width: 42px;
  left: auto;
  top: 0;
  font-family: 'Circular Std',sans-serif;
  font-size: 28px !important;
  font-weight: 300 !important;
  /*   background-image: url('https://www.harrisonclarke.com/hubfs/03-2023%20Blog/images/form.png'); */
  /*   background-repeat: no-repeat; */
  /*   background-position: center; */
  /*   background-size: 8px; */
  position: absolute;
  right: 0;
  height: 50px;
}

.list-sub .blue-container form .actions input {
  color: transparent;
  background-color: transparent;
  background-image: url('https://www.harrisonclarke.com/hubfs/03-2023%20Blog/images/form.png'); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 8px; 
  margin: 0;
  padding: 0;
}

.list-sub .blue-container form .hs_error_rollup {
  display: none;
}

.list-sub .blue-container form {
  position: relative;
}

.list-sub .blue-container form [role*="checkbox"] {
  padding: 0;
  margin: 0;
  padding-top: 7px;
}

.list-sub .blue-container form [role*="checkbox"] li.hs-form-radio {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}

.list-sub .blue-container form [role*="checkbox"] li.hs-form-radio>label {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: 'Circular',sans-serif;
  line-height: 1.5;
}

.list-sub .blue-container form [role*="checkbox"] input {
  -webkit-appearance: none;
  width: 14px !important;
  height: 14px;
  border: 0px solid #fff;
  border-radius: 50%;
  outline: 0;
  box-shadow: 0 0 5px 0px #fff inset;
  background: #fff;
}

.list-sub .blue-container form input[type=email]::placeholder {
  color: #0F0F0F !important;
}

.list-sub .blue-container p {
  text-align: left;
  font: normal normal normal 14px/17px Circular Std;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Circular Std Book',sans-serif;
  padding-top: 0;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-right: 25px;
}

.list-sub .blue-container p a {
  color: #fff !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: underline;
}

/* .list-sub .blue-container form input.hs-button.primary.large:hover {
background-color: #0ae56d;
transition: .3s ease all;
color: transparent;
} */

.listing-wrapper .post-item {
  width: 33.33% !important;
/*   width: 25% !important; */
  padding: 0 20px;
}

.listing-wrapper .post-item .post-item-inner {
  background-color: #fff;
  background: #fff 0% 0% no-repeat padding-box;
  border: 0.2px solid #bcbcbc05;
  /*   box-shadow: 0 3px 20px 0 #00000007; */

  -webkit-animation: fadeIn .65s ease forwards;
  animation: fadeIn .65s ease forwards;
  height: 100%;
  box-shadow: 0 3px 4px #00000019;
}

.listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -20px;
}

.post-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.post-item .post-content {
  padding-left: 25px;
  padding-right: 25px;
}

.post-item .post-content h2 {
  text-align: left;
  font-family: 'CircularStd-Medium',sans-serif;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-size: 20px;
  line-height: 24px;
  padding-top: 25px;
  min-height: 121px;
}

.post-item .date-listing {
  text-align: left;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  padding-top: 10px;
  font-family: 'Circular Std',sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 25px;
}

.post-item .listing-sumry {
  padding-bottom: 20px;
}

.post-item .listing-sumry p {
  text-align: left;
  font-family: 'Circular Std Book',sans-serif;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}

.post-item .listing-button-filter {
  display: block;
  padding-bottom: 40px;
}

.post-item a.more-link {
  background: #ebebeb;
  padding: 7.5px 25.5px;
  border-radius: 40px;
  letter-spacing: 0px;
  color: #151515;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Circular Std Book',sans-serif;
  display: inline-block;
  text-transform: uppercase;
  transition: .3s ease all;
}

.post-item a.more-link:hover {
  background: #15cc79;
  transition: .3s ease all;
}

.load_more_section {
  text-align: center;
  padding: 50px 30px;
}

.load_more_section a {
  background: #ebebeb;
  padding: 6px 24px;
  border-radius: 40px;
  letter-spacing: 0px;
  color: #151515 !important;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Circular Std',sans-serif;
  display: inline-block;
  text-transform: uppercase;
  transition: .3s ease all;
}

.load_more_section a:hover {
  background: #15cc79;
  transition: .3s ease all;
}

.related-main-container {
  background: #ededed;
  padding-bottom: 35px;
  margin-top: 50px;
}

.related-main-container .related-item-main-title {
  text-align: center;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  font-family: 'CircularStd-Bold',sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  padding: 0 15px;
  padding-top: 70px;
  padding-bottom: 57px;
}

.related-post-items {
  background-color: #fff;
  width: 100%;
}

.related-post-items .blog-related-image a {
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  width: 100%;
  display: block;
}

.related-post-items .related-post-info {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 28px;
}

.related-post-items .related-post-info .blog-related-title {
  text-align: left;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-family: 'CircularStd-Medium',sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding-top: 25px;
  margin-bottom: 10px;
  min-height: 100px;
}

.related-post-items .related-date {
  text-align: left;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  padding-top: 20px;
  font-family: 'CircularStd-Medium',sans-serif;
  font-size: 15px;
  line-height: 20.4px;
}

.related-post-items .related-blog-posts-sumry {
  padding-top: 24px;
}

.related-post-items .related-blog-posts-sumry p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 10px 0 30px;
  text-align: left;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-family: 'Circular Std Book',sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.related-post-items .related-post-read-buton {
  padding-top: 40px;
  padding-bottom: 15px;
}

.related-post-items .related-post-read-buton a {
  background: #ebebeb;
  padding: 7.5px 25.5px;
  border-radius: 40px;
  letter-spacing: 0px;
  color: #151515;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Circular Std Book',sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
}

.related-post-items .related-post-read-buton a:hover {
  background: #15cc79;
}

.blog-post-page-background {
  background: #000;
  opacity: 1;
}

.blog-post-page-background img {
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.page-center-new {
  float: none;
  max-width: 1039px;
  margin: 0 auto;
  padding: 0 20px;
}

.hs-blog-post .page-center-new>.blog-section {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 3px 6px 6px #f0f0f029;
  opacity: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 90px;
  position: relative;
  top: -123px;
}

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

.mobile.close-blog-post {
  width: 100%;
  text-align: right;
  padding: 20px 0px 0px;
}

.close-blog-post a {
  color: #00000094;
  font-size: 20px;
}

.close-blog-post a:hover {
  color: #000;
  transition-duration: 500ms;
  text-decoration: none;
}

.hs-blog-post .post-header {
  background: #2b2b2b 0% 0% no-repeat padding-box;
  padding: 50px 120px 0px 120px;
  padding-top: 50px;
}

.hs-blog-post .post-header .topic_data {
  color: #707070;
  opacity: 1;
  padding-top: 10px;
  font-family: 'Circular Std',sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.hs-blog-post .post-header .topic_data a {
  font-family: 'Circular Std',sans-serif;
  letter-spacing: 0px;
  color: #00c77c;
  opacity: 1;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-blog-post .post-header h1 {
  text-align: left;
  font-family: 'Circular Std',sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.hs-blog-post .post-header .publish-post-date {
  color: #fff;
  font-size: 14px;
  padding-bottom: 30px;
}

.hs-blog-post .section-post-time {
  padding: 0px 120px;
}

.read-time-mobile {
  display: none;
}

.span6.post-time-raed {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  line-height: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-top: 27px;
  margin-left: 0px;
}

.hs-blog-post .section.post-body {
  padding: 0px 120px 20px;
}

.hs-blog-post .section.post-body p {
  font-size: 18px;
  line-height: 26px;
  margin: 30px 0 30px;
  font-family: 'Circular Std',sans-serif;
}

.hs-blog-post .section.post-body p a {
  color: #00c87c;
  font-weight: 600;
  line-height: 20px;
}

.hs-blog-post .section.post-body p a:hover {
  color: #000;
  transition-duration: 500ms;
  text-decoration: none;
}

.post-social-share-new {
  margin: 0px 120px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 34px;
  display: inline-flex;
  width: -webkit-fill-available;
  align-items: center;
  padding-bottom: 20px;
  line-height: 1.5;
}

.post-social-share-new .socual-text.span2 {
  font-family: 'Circular Std',sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #868c8d;
}

.post-social-share-new ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-social-share-new ul li {
  background: #000;
  border: 1px solid #000;
  padding: 8px 7px 3px;
  border-radius: 50%;
  min-height: auto;
  line-height: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 1.8125rem;
  height: 1.8125rem;
  padding-top: .625rem;
  font-size: 17px;
  display: inline-block;
  margin-right: 18px;
}

.post-social-share-new ul li a {
  color: #fff;
  padding-left: 1.5px;
  line-height: 24px;
}

.post-social-share-new ul li a i {
  position: relative;
  top: -8px;
  right: 2px;
}

.post-social-share-new ul li:hover {
  background: #15cc79;
  border: 1px solid #15cc79;
}

p.new-topic-post-list {
  display: none;
}

.custom-related-section {
  background: #000;
  padding-bottom: 100px;
}

.custom-related-section .custom-related-title {
  letter-spacing: 0px;
  opacity: 1;
  font-family: 'Circular Std',sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  top: -40px;
  color: #fff;
  text-align: center;
}

.custom-related-section .related-posts .related-post-item {
  background-color: #fff;
  width: 100%;
}

.custom-related-section .related-post-item .blog-related-image a {
  background-position: center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: block;
}

.custom-related-section .related-post-item .related-post-info {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 28px;
}

.blog-title-static {
  display: none;
}

.blog-related-title {
  text-align: left;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-family: 'Circular Std',sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding-top: 25px;
}

.custom-related-section .related-date {
  text-align: left;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  padding-top: 20px;
  font-family: 'Circular Std',sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.custom-related-section .related-blog-posts-sumry {
  padding-top: 24px;
}

.custom-related-section .related-post-read-buton {
  padding-top: 40px;
  padding-bottom: 15px;
}

.custom-related-section .related-blog-posts-sumry p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 30px 0 30px;
  text-align: left;
  letter-spacing: 0px;
  color: #050505;
  opacity: 1;
  font-family: 'Circular Std',sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.custom-related-section .related-post-read-buton a {
  background: #ebebeb;
  padding: 6px 24px;
  border-radius: 40px;
  letter-spacing: 0px;
  color: #151515;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Circular Std',sans-serif;
  display: inline-block;
  text-transform: uppercase;
}

.custom-related-section .related-post-read-buton a:hover {
  background: #15cc79;
  color: #000;
  transition-duration: 500ms;
  text-decoration: none;
}

.hs-blog-post .section-post-time .find-me-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.hs-author-name {
  padding-top: 20px;
  color: #000;
}

.hs-author-social-section {
  padding-top: 20px;
  padding-left: 10px;
  font-size: 16px;
}

.hs-author-social-links { 
  display: inline-block;
}

span.hs-author-social-label {
  font-weight: 300;
  color: #868c8d;
  font-size: 16px;
  line-height: 1.5;
}
.custom-related-section .slick-dots li button:before {
  font-size: 18px !important;
}

.post-social-share-new ul li.linkdin a:hover {
  color: #000;
}
a.social-link-new {
  line-height: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  background: #0a66c1 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 9;
  margin-right: 4px;
  display: inline-block;
  color: #fff !important;
}

a.social-link-new.medium {
  background: #000;
}

a.social-link-new i.fa.fa-medium {
  font-size: 12px;
}

a.social-link-new i.fa-linkedin {
  font-size: 13px;
  background: #0a66c1 0% 0% no-repeat padding-box;
}

a.social-link-new.tweet {
  background: #49c9f2 0% 0% no-repeat padding-box;
}

.find-me-section i.fa.fa-twitter {
  font-size: 13px;
  background: #49c9f2 0% 0% no-repeat padding-box;
}

.hs-blog-post .section-post-time .row-fluid {
  display: flex;
}

.hs-blog-post .section-post-time .post-time-raed {
  text-align: right;
  padding-top: 27px;
  margin-left: 0px !important;
}

.hs-author-name span {
  display: inline-block;
}

.post-item.post-1 {
  display: none;
}

.list-sub .blue-container {
  height: inherit;
}

.listing-header-top.row-fluid {
  padding: 0 20px;
}

.related-main-inner {
  margin: 0 -20px;
}

.relatedPost-card-main {
  display: flex;
  flex-wrap: wrap;
}

.related-posts-main {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 37px;
}

.related-post-items {
  -webkit-animation: fadeIn .65s ease forwards;
  animation: fadeIn .65s ease forwards;
  background-color: #fff;
  background: #fff 0 0 no-repeat padding-box;
  border: 0.2px solid #bcbcbc05;
  margin-top: 0;
}

.related-post-items .related-post-info {
  padding-left: 25px;
  padding-right: 53px;
  padding-bottom: 28px;
}

.blog-pagination {
  margin-top: 70px;
}

.blog-pagination ul {
  text-align: center;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination ul li {
  margin: 0;
}

.blog-pagination ul li {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20.4px;
  font-family: 'CircularStd-Medium',sans-serif;
  font-weight: normal;
  color: #000000 !important;
  background-color: transparent !important;
  text-align: center;
}

.blog-pagination ul li a {
  color: #000000 !important;
}

.blog-pagination ul li.disabled {
  display: none;
}

.custom-theme .active span.current {
  text-decoration: underline;
}

.hs-featured-image-link {
  border: 0;
  display: block;
  height: calc(100% - 2px);
}

.filter-cat-results .f-cat {
  margin-top: 37px;
}

@media only screen and (min-width: 992px) {
  .custom-service-banner.blog-banner {
    background-color: #000;
    min-height: 430px;
  }

  .custom-service-banner.blog-banner .page-center {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    padding: 0 10%;
  }

  .custom-service-banner.blog-banner .row {
    min-height: 430px;
  }

  .custom-service-banner.blog-banner .row>div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-service-banner.blog-banner .col6.left {
    min-height: 430px;
  }

  .custom-service-banner.blog-banner .mobile-background {
    display: none;
  }

  .custom-service-banner.blog-banner .col6.left:before {
    content: " ";
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1000%;
    background-color: #000;
  }

  .custom-service-banner.blog-banner .banner-section-content {
    background-image: none;
  }

  .custom-service-banner.blog-banner .banner-section-content h1 {
    text-align: left;
    font-size: 60px;
    line-height: 70px;
  }

  .custom-service-banner.blog-banner .col6.left:after {
    content: " ";
    position: absolute;
    right: -85px;
    height: 100%;
    width: 175px;
    background-color: #000;
    transform: skewX(20deg);
    border-right: 4px solid #15CC79;
    transform: skewX(14.1deg);
    right: -90px;
    border-right: none;
  }
}

@media only screen and (min-width: 1280px) {
  .list-sub .blue-container form input.hs-button.primary.large {
    padding: 10.5px 5px;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1920px) {
  .custom-service-banner.blog-banner .page-center {
    max-width: 100%;
    padding: 0 5%;
  }
}

@media (max-width: 991px) {
  .custom-service-banner.blog-banner {
    background: none;
    min-height: auto;
    margin-top: -1px;
  }

  .custom-service-banner.blog-banner .page-center {
    max-width: 100%;
  }

  .custom-service-banner.blog-banner .col6.left {
    min-height: 0;
  }

  .custom-service-banner.blog-banner .banner-section-content {
    width: 100%;
    text-align: center;
  }

  .custom-service-banner.blog-banner .banner-section-content h1 {
    text-transform: uppercase;
  }

  .custom-service-banner.blog-banner .banner-section-content h1 {
    text-align: left;
    padding: 15px 20px;
    font-size: 55px;
    line-height: 60px;
    text-transform: none;
  }

  .custom-service-banner.blog-banner p {
    text-align: left;
    padding: 0 20px;
  }

  .custom-service-banner.blog-banner .mobile-background img {
    height: 400px;
    object-fit: cover;
  }

  .blog-section .page-center {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .header-post .post-item-new .hs-featured-image-wrapper {
    width: 200px;
  }

  .list-sub .blue-container form [role*="checkbox"] li.hs-form-radio {
    display: block;
  }

  .list-sub .blue-container form [role*="checkbox"] li.hs-form-radio>label {
    margin: 0;
  }

  .listing-wrapper .post-item {
    width: 50% !important;
  }

  .related-posts-main {
    width: 50%;
  }

  .related-main-container .page-center {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .hs-blog-post .post-header {
    padding: 50px 70px 0px 70px;
  }

  .hs-blog-post .section-post-time {
    padding: 0px 70px;
  }

  .hs-blog-post .section.post-body {
    padding: 0px 70px;
    padding-bottom: 20px !important;
  }

  .post-social-share-new {
    margin: 0px 70px;
  }
}

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

  .custom-service-banner.blog-banner .banner-section-content {
    background-color: #000;
    background-image: none;
  }

  .custom-service-banner.blog-banner .banner-section-content h1 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Circular Std',sans-serif;
    text-transform: uppercase;
  }

  .custom-service-banner.blog-banner p {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 15px auto 30px auto;
    padding-top: 7px;
  }

  .custom-service-banner.blog-banner .col6.right {
    display: none;
  }

  .search-group {
    padding: 0;
    border: 0;
  }

  .search-group .span8 {
    display: none;
  }

  .search-group .page-center {
    max-width: 100%;
    padding: 0;
  }

  .search-group .blog-topics select {
    -webkit-appearance: none !important;
    background-color: #15cc79;
    border: 0 !important;
    background-position: right !important;
  }

  .search-group option {
    color: #000;
    font-weight: 500;
    text-align: center;
    background: #ededed;
    font-size: 16px;
  }

  .header-post .post-item-new {
    display: block;
  }

  .header-post .post-item-new .hs-featured-image-wrapper {
    width: auto;
  }

  .header-post .post-item-new .hs-featured-image-wrapper img {
    height: 155px;
    margin: 0px;
  }

  .header-post .post-item-new h2 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 5px;
  }

  .header-post .post-item-new .date-listing {
    padding-top: 15px;
    color: #828282;
  }

  .listing-header-top .header-post.span8 {
    margin-bottom: 25px;
  }

  .list-sub .blue-container form [role*="checkbox"] li.hs-form-radio {
    display: inline-block;
  }

  .listing-wrapper .post-item {
    width: 100% !important;
  }

  .related-post-items .related-post-info {
    padding: 0 25px 25px;
  }

  .post-item .post-content {
    padding: 0 25px;
  }

  .related-posts-main {
    width: 100%;
  }

  .related-main-container .related-item-main-title {
    text-align: center;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-family: 'Circular Std',sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }

  .related-posts-main {
    margin-bottom: 30px;
  }

  .related-main-container {
    padding-top: 30px;
  }

  .blog-post-page-background img {
    height: auto;
  }

  .hs-blog-post .page-center-new>.blog-section {
    top: -240px;
    position: unset;
    padding-bottom: 40px;
    margin-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .hs-blog-post .post-header {
    padding: 50px 20px 0px 20px;
    padding-top: 30px;
  }

  .hs-blog-post .post-header h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
    padding: 20px 0px;
  }

  .hs-blog-post .section-post-time {
    padding: 0px 20px;
  }

  .hs-blog-post .section.post-body {
    padding: 0px 20px;
  }

  .post-social-share-new {
    margin: 0px 20px;
  }

  .post-social-share-new ul {
    padding-left: 20px;
  }

  .custom-related-section .custom-related-title {
    display: none;
  }

  .custom-related-section {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .custom-related-section .row-fluid.hidden-phone.visible-phone {
    display: block !important;
  }

  .custom-related-section .related-post-item .blog-related-image a {
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .custom-related-section .related-date {
    display: none;
  }

  .custom-related-section .related-blog-posts-sumry {
    display: none;
  }

  .custom-related-section ul.slick-dots li button {
    color: #fff !important;
    background: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .custom-related-section ul.slick-dots {
    bottom: -50px;
  }

  .custom-related-section {
    padding-bottom: 100px;
  }

  .read-time-desktop.row-fluid {
    display: none !important;
  }

  .read-time-mobile {
    display: block;
  }

  .hs-blog-post .section-post-time .find-me-section {
    display: inline-block;
    width: 100%;
    border: 0;
    padding: 0;
  }

  .hs-author-social-section {
    padding-left: 0;
  }

  .hs-blog-post .section-post-time .post-time-raed {
    width: 100%;
    text-align: right;
    float: right;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .on-mobile {
    display: inline-flex;
    width: 100%;
    position: relative;
    align-items: flex-end;
  }

  .related-posts-main {
    padding: 0 20px;
  }

  .related-main-container .related-item-main-title {
    padding: 70px 20px 57px;
  }

}

@media (max-width: 400px) {
  .hs-blog-post .section-post-time .find-me-section {
    display: block;
  }

  .on-mobile {
    display: block;
  }

  .hs-blog-post .section-post-time .post-time-raed {
    float: none;
    text-align: left;
    margin-top: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

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

.systems-page form {
  max-width: 500px; 
}

.systems-page form .actions {
  margin: 20px 0;
}

.systems-page.subs form {
  max-width: 100%;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.custom-error-page {
  min-height: 500px;
  background-color: #0F0F0F;
}

.custom-error-page .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-error-page .row>div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.error-404-cont {
  text-align: center;
}

.error-404-cont h1 {
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  padding-top: 30px;
}

.error-404-cont h3 {
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  margin: 40px 0 50px;
}

.error-404-cont .btn {
  background-color: #16CC79;
  padding: 14px 30px;
  color: #212529;
}

.error-404-cont .btn:hover {
  background-color: #0AE56D;
}

@media (min-width: 768px) {
  .custom-error-page .row>div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width:991px) { 
  .custom-error-page.dnd-section {
    position: relative;
    padding-top: 150px;
  }
}

@media (max-width:767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page .success {
    min-width: 100%;
  }

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

  .systems-page h1 {
    font-size: 35px;
  }

  .systems-page input[type="email"] {
    width: 100% !important;
  }

  .custom-error-page.dnd-section {
    padding-top: 80px;
  }

  .error-404-cont h3 {
    font-size: 24px;
    line-height: 35px;
  }

  .custom-error-page .image {
    text-align: center;
    padding-top: 60px;
  }

  .custom-error-page .image img {
    width: 75%;
  }
}