/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  width: 80%;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

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

  .blog-post__body p img {
    margin-right: 0 !important;
    width: auto !important;
    max-width: 100%;
  }

}

@media (max-width: 980px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: ETmodules;
  src: 
    url("https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Fonts/builder.eot") format("embedded-opentype"), 
    url("https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Fonts/modules.ttf") format("truetype"), 
    url("https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Fonts/modules.woff") format("woff"),
    url("https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Fonts/modules.svg") format("svg"); 
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "quadmenu";
  src: url("data:font/opentype;charset=utf-8;base64,aAYAAMQFAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAFwARRgAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIEhQAAALwAAABgY21hcABku6oAAAEcAAAAZGdhc3AAAAAQAAABgAAAAAhnbHlmMXPixAAAAYgAAAHgaGVhZAds1XQAAANoAAAANmhoZWEG7APKAAADoAAAACRobXR4Ef8BTwAAA8QAAAAkbG9jYQF4AfgAAAPoAAAAFG1heHAACwAdAAAD/AAAACBuYW1lmUoJ+wAABBwAAAGGcG9zdAADAAAAAAWkAAAAIAADAlUBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkGA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABIAAAADgAIAAIABgABACDpAOkE6Qb//f//AAAAAAAg6QDpAukG//3//wAB/+MXBBcDFwIAAwABAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABACwA6QJmAjYAGgAAARQHAQYjIicBJjU0PwE2MzIfATc2MzIfARYVAmYF/vUFCAcG/vYGBhwGBwgG4OEFCAcGHQUCBgcG/vYGBgEKBgcIBR0GBuHhBgYdBQgAAAEALADXAmYCIwAaAAABFA8BBiMiLwEHBiMiLwEmNTQ3ATYzMhcBFhUCZgUdBgcIBeHgBggHBhwGBgEKBgcIBQELBQEGBwYdBQXh4QUFHQYHCAUBCwUF/vUFCAAAAQAHAGkBVAKjABoAAAEUBwEGIyIvASY1ND8BJyY1ND8BNjMyFwEWFQFUBv72BgcIBR0GBuHhBgYdBQgHBgEKBgGGBwb+9gYGHAYHCAbg4QUIBwYdBQX+9QUIAAABABoAaQFmAqMAGgAAARQPARcWFRQPAQYjIicBJjU0NwE2MzIfARYVAWYF4eEFBR0GBwgF/vUFBQELBQgHBh0FAnQIBeHgBggHBhwGBgEKBgcIBQELBQUdBgcAAAEA1gCBAyoC1QALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uApnu7jzu7jzu7jzu7gABAAAAAQAARhEAF18PPPUACwQAAAAAANKSSNEAAAAA0pJI0QAAAAADKgLVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAMqAAEAAAAAAAAAAAAAAAAAAAAJBAAAAAAAAAAAAAAAAgAAAAKSACwCkgAsAVsABwGAABoEAADWAAAAAAAKABQAHgBMAHoAqADWAPAAAQAAAAkAGwABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("embedded-opentype"), url("data:font/opentype;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBIUAAAC8AAAAYGNtYXAAZLuqAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZjFz4sQAAAGIAAAB4GhlYWQHbNV0AAADaAAAADZoaGVhBuwDygAAA6AAAAAkaG10eBH/AU8AAAPEAAAAJGxvY2EBeAH4AAAD6AAAABRtYXhwAAsAHQAAA/wAAAAgbmFtZZlKCfsAAAQcAAABhnBvc3QAAwAAAAAFpAAAACAAAwJVAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg6QDpBOkG//3//wAAAAAAIOkA6QLpBv/9//8AAf/jFwQXAxcCAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAsAOkCZgI2ABoAAAEUBwEGIyInASY1ND8BNjMyHwE3NjMyHwEWFQJmBf71BQgHBv72BgYcBgcIBuDhBQgHBh0FAgYHBv72BgYBCgYHCAUdBgbh4QYGHQUIAAABACwA1wJmAiMAGgAAARQPAQYjIi8BBwYjIi8BJjU0NwE2MzIXARYVAmYFHQYHCAXh4AYIBwYcBgYBCgYHCAUBCwUBBgcGHQUF4eEFBR0GBwgFAQsFBf71BQgAAAEABwBpAVQCowAaAAABFAcBBiMiLwEmNTQ/AScmNTQ/ATYzMhcBFhUBVAb+9gYHCAUdBgbh4QYGHQUIBwYBCgYBhgcG/vYGBhwGBwgG4OEFCAcGHQUF/vUFCAAAAQAaAGkBZgKjABoAAAEUDwEXFhUUDwEGIyInASY1NDcBNjMyHwEWFQFmBeHhBQUdBgcIBf71BQUBCwUIBwYdBQJ0CAXh4AYIBwYcBgYBCgYHCAUBCwUFHQYHAAABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQAAAAEAAEYRABdfDzz1AAsEAAAAAADSkkjRAAAAANKSSNEAAAAAAyoC1QAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADKgABAAAAAAAAAAAAAAAAAAAACQQAAAAAAAAAAAAAAAIAAAACkgAsApIALAFbAAcBgAAaBAAA1gAAAAAACgAUAB4ATAB6AKgA1gDwAAEAAAAJABsAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("truetype"), url("data:font/opentype;charset=utf-8;base64,d09GRgABAAAAAAYQAAsAAAAABcQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIEhWNtYXAAAAFoAAAAZAAAAGQAZLuqZ2FzcAAAAcwAAAAIAAAACAAAABBnbHlmAAAB1AAAAeAAAAHgMXPixGhlYWQAAAO0AAAANgAAADYHbNV0aGhlYQAAA+wAAAAkAAAAJAbsA8pobXR4AAAEEAAAACQAAAAkEf8BT2xvY2EAAAQ0AAAAFAAAABQBeAH4bWF4cAAABEgAAAAgAAAAIAALAB1uYW1lAAAEaAAAAYYAAAGGmUoJ+3Bvc3QAAAXwAAAAIAAAACAAAwAAAAMCVQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QYDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAEgAAAAOAAgAAgAGAAEAIOkA6QTpBv/9//8AAAAAACDpAOkC6Qb//f//AAH/4xcEFwMXAgADAAEAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEALADpAmYCNgAaAAABFAcBBiMiJwEmNTQ/ATYzMh8BNzYzMh8BFhUCZgX+9QUIBwb+9gYGHAYHCAbg4QUIBwYdBQIGBwb+9gYGAQoGBwgFHQYG4eEGBh0FCAAAAQAsANcCZgIjABoAAAEUDwEGIyIvAQcGIyIvASY1NDcBNjMyFwEWFQJmBR0GBwgF4eAGCAcGHAYGAQoGBwgFAQsFAQYHBh0FBeHhBQUdBgcIBQELBQX+9QUIAAABAAcAaQFUAqMAGgAAARQHAQYjIi8BJjU0PwEnJjU0PwE2MzIXARYVAVQG/vYGBwgFHQYG4eEGBh0FCAcGAQoGAYYHBv72BgYcBgcIBuDhBQgHBh0FBf71BQgAAAEAGgBpAWYCowAaAAABFA8BFxYVFA8BBiMiJwEmNTQ3ATYzMh8BFhUBZgXh4QUFHQYHCAX+9QUFAQsFCAcGHQUCdAgF4eAGCAcGHAYGAQoGBwgFAQsFBR0GBwAAAQDWAIEDKgLVAAsAAAEHFwcnByc3JzcXNwMq7u487u487u487u4Cme7uPO7uPO7uPO7uAAEAAAABAABGEQAXXw889QALBAAAAAAA0pJI0QAAAADSkkjRAAAAAAMqAtUAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAyoAAQAAAAAAAAAAAAAAAAAAAAkEAAAAAAAAAAAAAAACAAAAApIALAKSACwBWwAHAYAAGgQAANYAAAAAAAoAFAAeAEwAegCoANYA8AABAAAACQAbAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff"), url("data:font/opentype;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0iYW5nbGUtZG93biIgaG9yaXotYWR2LXg9IjY1OCIgZD0iTTYxNC4yODYgNTE4LjA5NnEwLTcuNDI5LTUuNzE0LTEzLjE0M2wtMjY2LjI4Ni0yNjYuMjg2cS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjY2LjI4NiAyNjYuMjg2cS01LjcxNCA1LjcxNC01LjcxNCAxMy4xNDN0NS43MTQgMTMuMTQzbDI4LjU3MSAyOC41NzFxNS43MTQgNS43MTQgMTMuMTQzIDUuNzE0dDEzLjE0My01LjcxNGwyMjQuNTcxLTIyNC41NzEgMjI0LjU3MSAyMjQuNTcxcTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjguNTcxLTI4LjU3MXE1LjcxNC01LjcxNCA1LjcxNC0xMy4xNDN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMjsiIGdseXBoLW5hbWU9ImFuZ2xlLXVwIiBob3Jpei1hZHYteD0iNjU4IiBkPSJNNjE0LjI4NiAyNjIuMDk2cTAtNy40MjktNS43MTQtMTMuMTQzbC0yOC41NzEtMjguNTcxcS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjI0LjU3MSAyMjQuNTcxLTIyNC41NzEtMjI0LjU3MXEtNS43MTQtNS43MTQtMTMuMTQzLTUuNzE0dC0xMy4xNDMgNS43MTRsLTI4LjU3MSAyOC41NzFxLTUuNzE0IDUuNzE0LTUuNzE0IDEzLjE0M3Q1LjcxNCAxMy4xNDNsMjY2LjI4NiAyNjYuMjg2cTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjY2LjI4Ni0yNjYuMjg2cTUuNzE0LTUuNzE0IDUuNzE0LTEzLjE0M3oiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAzOyIgZ2x5cGgtbmFtZT0iYW5nbGUtcmlnaHQiIGhvcml6LWFkdi14PSIzNDciIGQ9Ik0zNDAgMzkwLjA5NnEwLTcuNDI5LTUuNzE0LTEzLjE0M2wtMjY2LjI4Ni0yNjYuMjg2cS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjguNTcxIDI4LjU3MXEtNS43MTQgNS43MTQtNS43MTQgMTMuMTQzdDUuNzE0IDEzLjE0M2wyMjQuNTcxIDIyNC41NzEtMjI0LjU3MSAyMjQuNTcxcS01LjcxNCA1LjcxNC01LjcxNCAxMy4xNDN0NS43MTQgMTMuMTQzbDI4LjU3MSAyOC41NzFxNS43MTQgNS43MTQgMTMuMTQzIDUuNzE0dDEzLjE0My01LjcxNGwyNjYuMjg2LTI2Ni4yODZxNS43MTQtNS43MTQgNS43MTQtMTMuMTQzeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDQ7IiBnbHlwaC1uYW1lPSJhbmdsZS1sZWZ0IiBob3Jpei1hZHYteD0iMzg0IiBkPSJNMzU4LjI4NiA2MjcuODFxMC03LjQyOS01LjcxNC0xMy4xNDNsLTIyNC41NzEtMjI0LjU3MSAyMjQuNTcxLTIyNC41NzFxNS43MTQtNS43MTQgNS43MTQtMTMuMTQzdC01LjcxNC0xMy4xNDNsLTI4LjU3MS0yOC41NzFxLTUuNzE0LTUuNzE0LTEzLjE0My01LjcxNHQtMTMuMTQzIDUuNzE0bC0yNjYuMjg2IDI2Ni4yODZxLTUuNzE0IDUuNzE0LTUuNzE0IDEzLjE0M3Q1LjcxNCAxMy4xNDNsMjY2LjI4NiAyNjYuMjg2cTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjguNTcxLTI4LjU3MXE1LjcxNC01LjcxNCA1LjcxNC0xMy4xNDN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwNjsiIGdseXBoLW5hbWU9ImNsb3NlIiBkPSJNODEwIDY2NC42NjdsLTIzOC0yMzggMjM4LTIzOC02MC02MC0yMzggMjM4LTIzOC0yMzgtNjAgNjAgMjM4IDIzOC0yMzggMjM4IDYwIDYwIDIzOC0yMzggMjM4IDIzOHoiIC8+CjwvZm9udD48L2RlZnM+PC9zdmc+") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Constellation_June2020/Fonts/FontAwesome5Brands-Regular.eot) format("embedded-opentype"),
    url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Constellation_June2020/Fonts/FontAwesome5Brands-Regular.woff2) format("woff2"),
    url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Constellation_June2020/Fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Constellation_June2020/Fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Constellation_June2020/Fonts/FontAwesome5Brands-Regular.svg) format("svg");
}


@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/FontAwesome5FreeSolid.eot) format("embedded-opentype"),
    url(../fonts/FontAwesome5FreeSolid.woff2) format("woff2"),
    url(../fonts/FontAwesome5FreeSolid.woff) format("woff"),
    url(../fonts/FontAwesome5FreeSolid.ttf) format("truetype"),
    url(../fonts/FontAwesome5FreeSolid.svg) format("svg")
}  


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a:hover, a:focus {}

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


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

form {
  max-width: 500px;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  font-size: 12px;
  font-family: helvetica;
  font-weight: 700;
  line-height: 12px;
  margin-top: 15px;
}

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

.hs-form label {
  display: block;
  float: none;
  width: auto;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

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

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  outline: 0;
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
}

input[type="password"] {
  margin-bottom: 18px;
}

#hs-search-module input {
  margin-bottom: 18px;
}

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

.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;
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-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: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 20px 0;
}

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

form#email-prefs-form {
  max-width: 767px;
  padding: 20px 0px;
}
/***Redesign - 210202****/
.hs-form label {
    font-family: 'Public Sans' !important;
    font-size: 14px;
}
body #hs_cos_wrapper_widget_1611780457824 .hs-form input.hs-input{
    font-family: 'Public Sans' !important;
}
input.hs-button.primary.large {
    font-family: 'Public Sans';
    padding-top: 8px!important;
    padding-right: 30px!important;
    padding-bottom: 8px!important;
    padding-left: 30px!important;
    font-size: 18px;
    font-weight: 500;
    background-color: #3790fc;
    border-width: 0px!important;
    border-color: rgba(55,144,252,0);
    border-radius: 5px;
    display: inline-block;
    transition: all 300ms ease 0ms;
    line-height: 1.7em!important;
}

input.hs-button.primary.large:hover {
    color: #ffffff!important;
    background-color: #00245d!important;
    border-color: rgba(55,144,252,0)!important;
    border-radius: 5px;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.custom-menu-primary {
  float: right;
  padding-top: 33px;
  padding-right: 0px;
  padding-left: 55px;
}
div#hs_menu_wrapper_my_menu {
    text-align: right;
}
.custom-menu-primary .hs-menu-wrapper ul:before,
.custom-menu-primary .hs-menu-wrapper ul:after {
  content: "";
  display: block;
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: none;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 0px 15px;
  padding-bottom: 33px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  position: relative;
  direction: initial;
  height: 100%;
  width: 100%;
  font-weight: 600;
  line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  font-family: 'quadmenu'!important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  position: relative;
  margin-left: 5px;
  font-size: 12px;
  right: -5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-left: 1px;
}

.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children:hover>a:after {
  content: "\e906";
  right: -7px;
  margin-left: 1px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 200px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:after {
  display: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: relative;
  background-color: transparent;
  line-height: 1.1;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-size: 12px;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

span.quadmenu-text {
  font-weight: 600;
  display: inline;
  font-size: 14px;
  line-height: normal;
}

span.quadmenu-item-content {
  text-transform: none;
  position: relative;
  display: inline-table;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
  overflow: hidden;
  padding: 15px;
}

span.quadmenu-icon {
  padding-right: 1em;
  display: table-cell;
  width: 1em;
  height: inherit;
  line-height: inherit;
  font-size: 22px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

span.quadmenu-icon:before {
  content: "\f3cd";
}

span.quadmenu-icon.websites:before {
  content: "\f108";
}
span.quadmenu-icon.relocation:before {
    content: "\f1c0";
}
span.quadmenu-icon.showings:before {
  content: "\f4d9";
}
span.quadmenu-icon.digitalmarketing.suite:before {
  content: "\f164";
}
span.quadmenu-icon.newcommissions:before {
  content: "\f3d1";
}

span.quadmenu-icon.documents:before {
  content: "\f15c";
}

span.quadmenu-icon.accounting:before {
  content: "\f4d3";
}

span.quadmenu-icon.transactions:before {
  content: "\f362";
}

span.quadmenu-icon.esignature:before {
  content: "\f573";
}

span.quadmenu-icon.mlsdata.solutions:before {
  content: "\f56c";
}

span.quadmenu-icon.publicrecord.data:before {
  content: "\f1c0";
}

span.quadmenu-icon.mlscoverage.area:before {
    content: "\f57d";
}
span.quadmenu-icon.customerstories:before, span.quadmenu-icon.datacustomer.stories:before, span.quadmenu-icon.frontoffice.customer.stories:before, span.quadmenu-icon.backoffice.customer.stories:before {
    content: "\f2b5";
}
span.quadmenu-icon.source.by.constellation1:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f37d";
}
span.quadmenu-icon.activepipe:before {
    content: "\f2b5";
}
span.quadmenu-icon.flavin.realty:before {
    content: "\f2b5";
}
span.quadmenu-icon.inthe.news::before {
    content: "\f130";
}
span.quadmenu-icon.videos::before {
    content: "\f03d";
}
span.quadmenu-icon.customersupport::before {
    content: "\f059";
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:not(:first-child) > a {
  border-top: 1px solid #eaeaea;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    color: #0f90f6;
}
span.quadmenu-description {
  overflow: hidden;
  display: block;
  margin: 10px 0 0 0;
  text-transform: none;
  line-height: 1.5;
  clear: right;
  font-weight: normal;
}






@media (min-width: 981px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    min-width: 240px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    -webkit-transition: transform .2s cubic-bezier(.18,.74,.72,1),opacity .1s ease-in;
    -moz-transition: transform .2s cubic-bezier(.18,.74,.72,1),opacity .1s ease-in;
    -ms-transition: transform .2s cubic-bezier(.18,.74,.72,1),opacity .1s ease-in;
    -o-transition: transform .2s cubic-bezier(.18,.74,.72,1),opacity .1s ease-in;
    transition: transform .2s cubic-bezier(.18,.74,.72,1),opacity .1s ease-in;
    transition-duration: 300ms;
    width: 100%;
  }

}
@media (max-width: 1350px) {
  .custom-menu-primary {
    padding-left: 35px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0px 10px 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
      right: -2px;
  }
}

@media (max-width: 1115px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0px 10px;
    font-size: 12px;
    padding-bottom: 35px;
  }
}

@media (max-width: 980px) {
  .custom-menu-primary {
    display: none;
  }

  .mobile-trigger {
    float: right;
    padding-top: 24px;
    display: block;
    color: #2ea3f2;
    position: absolute;
    right: 0;
    z-index: 999;
  }

  .mobile-trigger:before {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
  }

  .custom-menu-primary {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    top: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper {
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    float: none;
    margin: 0;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  }

  span.quadmenu-item-content {
    padding: 15px 30px 15px 30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
    float: left;
  }

  span.quadmenu-icon {
    font-size: 12px;
  }

  span.quadmenu-text {
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    min-height: auto;
  }

  .child-trigger {
    padding: 17px 30px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    top: 0;
    right: 0;
    color: #444;
    z-index: 9999;
    cursor: pointer;
  }

  .child-trigger:before {
    font-family: 'quadmenu';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e900';
    display: block;
    position: relative;
    top: 50%;
    line-height: 1;
    width: 12px;
    height: 12px;
    font-size: 12px;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul .child-trigger {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before, .custom-menu-primary .hs-menu-wrapper>ul>li>ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .child-trigger.child-open:before {
    content: '\e906';
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
    padding: 0;
  }
  div#hs_menu_wrapper_my_menu {
      text-align: left;
  }

}


@media (max-width: 575px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.form-two-col-new h2 {
    font-size: 18px;
    font-weight: 700;
    color: #666;
}
.form-two-col-new p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 19px;
}

main.form-two-col-new{
    color: #666;
    font-weight: 400;
}
.form-two-col-new h4 {
    border-left: 5px solid #0078D4;
    padding-left: 8px;
    margin-bottom: 12px;
}

.form-two-col-new span.hs_cos_wrapper.hs_cos_wrapper_type_form {
    background-color: #0E90F6 !important;
    color: #ffffff !important;
    display: block;
    padding: 20px 0;
}
.form-two-col-new span.hs_cos_wrapper.hs_cos_wrapper_type_form h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
}
.form-two-col-new span.hs_cos_wrapper.hs_cos_wrapper_type_form label{
    color: #fff;
}
.form-two-col-new input.hs-input, .form-two-col-new textarea.hs-input, .form-two-col-new input[type="password"] {
    font-family: 'Public Sans';
    padding: 12px;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: normal;
    font-size: 14px;
    width: 100%!important;
    font-weight: 300 !important;
}
.form-two-col-new input.hs-input::-webkit-input-placeholder, .form-two-col-new textarea.hs-input::-webkit-input-placeholder, .form-two-col-new input[type="password"]::-webkit-input-placeholder {
    color: #000;
    font-weight: 300 !important;
}

.form-two-col-new input.hs-input::-moz-placeholder, .form-two-col-new textarea.hs-input::-moz-placeholder, .form-two-col-new input[type="password"]::-moz-placeholder {
    color: #000;
    font-weight: 300 !important;
}

.form-two-col-new input.hs-input:-ms-input-placeholder, .form-two-col-new textarea.hs-input:-ms-input-placeholder, .form-two-col-new input[type="password"]:-ms-input-placeholder {
    color: #000;
    font-weight: 300 !important;
}
.form-two-col-new li.hs-form-radio input.hs-input,.form-two-col-new li.hs-form-checkbox input.hs-input {
    width: auto !important;
}
.form-two-col-new form {
    padding: 0 8%;
}
.form-two-col-new input.hs-button.primary.large {
    background-color: #0E90F6;
    color: #ffffff !important;
    margin: 0 auto;
    padding: 10px 30px !important;
    font-size: 18px;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    border: 2px solid #fff !important;
    border-radius: 15px;
}
.form-two-col-new input.hs-button.primary.large:hover{
    border: 2px solid #000!important;
    text-decoration: underline!important;
    background-color: #0E90F6 !important;
}
.form-two-col-new #hs-button_widget_1619438487417 {
    padding: 8px 12px;
    border-radius: 15px;
    text-shadow: 0px 1px 0px #0E90F6;
    background-color: #0E90F6;
    line-height: 27px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.centered-form-page h2 {
    font-size: 25px;
    font-weight: 700;
    color: #00245d;
    text-align: center;
    padding: 10px;
}
.centered-form-page form {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 70%;
}
.centered-form-page p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 19px;
}

main.centered-form-page{
    color: #666;
    font-weight: 400;
}
.centered-form-page input[type="text"], .centered-form-page input[type="email"], .centered-form-page input[type="tel"], .centered-form-page textarea.hs-input, .centered-form-page input[type="password"] {
    align-items: center;
    border-radius: .4rem;
    box-shadow: 0 0 0.1rem 0 rgb(0 0 0 / 12%), 0 0.1rem 0.3rem 0 rgb(0 0 0 / 24%);
    box-sizing: border-box;
    padding: 1rem 1rem;
    background: #fff;
    font-family: 'Public Sans';
}

.centered-form-page form fieldset {
    max-width: 100%;
}

.centered-form-page form fieldset.form-columns-2 .hs-fieldtype-text:first-child .input {
    margin-right: 25px !important;
}
.centered-form-page .hs_submit.hs-submit {
    margin: 20px 0px 0;
}
.centered-form-page input.hs-button.primary.large {
    background-color: #0078D4;
    color: #ffffff !important;
    width: 100%!important;
    margin: 0 auto!important;
    display: block!important;
    padding: 20px 0!important;
    font-size: 18px!important;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    border: 2px solid !Important;
    border-radius: 0px !important;
}
.centered-form-page input.hs-button.primary.large:hover{
    border: 2px solid #000!important;
    text-decoration: underline!important;
    background-color: #0078D4 !important;
}
.centered-form-page input.hs-input::-webkit-input-placeholder, .centered-form-page textarea.hs-input::-webkit-input-placeholder, .centered-form-page input[type="password"]::-webkit-input-placeholder {
    color: #000;
    font-weight: 300 !important;
}
.centered-form-page input.hs-input::-moz-placeholder, .centered-form-page textarea.hs-input::-moz-placeholder, .centered-form-page input[type="password"]::-moz-placeholder {
    color: #000;
    font-weight: 300 !important;
}
.centered-form-page input.hs-input:-ms-input-placeholder, .centered-form-page textarea.hs-input:-ms-input-placeholder, .centered-form-page input[type="password"]:-ms-input-placeholder {
    color: #000;
    font-weight: 300 !important;
}
.centered-form-page .hs-fieldtype-radio.field > label {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}
.centered-form-page .hs-fieldtype-radio.field > .input {
    display: inline-block;
    width: 50%;
}
.centered-form-page .hs-fieldtype-radio.field > .input ul.inputs-list.multi-container li.hs-form-radio {
    display: inline-block;
    width: 50%;
}
.centered-form-page .input ul.inputs-list.multi-container li.hs-form-checkbox {
    display: inline-block;
    width: 50%;
}
.centered-form-page label.hs-form-checkbox-display, .centered-form-page label.hs-form-radio-display {
    font-weight: 300;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
main.form-landing-page{
    color: #666;
    font-weight: 400;
}
main.form-landing-page .dnd_area-row-0-background-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 5% 150px;
    min-height: 100px;
    text-align: left;
    position: relative;
    color: #fff;
}
main.form-landing-page .dnd_area-row-0-background-image:before {
    content: '';
    background: rgba(20,30,48,.9);
    background: -webkit-linear-gradient(to left,rgba(20,30,48,.9),rgba(36,59,85,.9));
    background: linear-gradient(to left,rgba(20,30,48,.9),rgba(36,59,85,.9));
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
main.form-landing-page .dnd_area-row-0-background-image > .row-fluid {
    position: relative;
}
main.form-landing-page .widget-type-form {
    position: relative;
    padding: 40px 5%;
    background: rgba(0,0,0,.2);
    border-radius: 3px;
}
.form-landing-page form label, .form-landing-page .hs-form .hs-error-msgs label {
    color: #fff;
}
.form-landing-page form {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.form-landing-page p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 19px;
}
main.form-landing-page .hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    float: none;
}
.form-landing-page input[type="text"], .form-landing-page input[type="email"], .form-landing-page input[type="tel"], .form-landing-page textarea.hs-input, .form-landing-page input[type="password"] {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    border: 0;
    font-size: 16px;
    background: #fafafa;
    color: #333;
    font-family: 'Public Sans';
}
.form-landing-page .hs_submit.hs-submit {
    margin: 20px 0px 0;
}
.form-landing-page input.hs-button.primary.large {
    background-color: #0078D4;
    color: #ffffff !important;
    width: 100%!important;
    margin: 0 auto!important;
    display: block!important;
    padding: 20px 0!important;
    font-size: 18px!important;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    border: 2px solid !Important;
    border-radius: 0px !important;
}
.form-landing-page input.hs-button.primary.large:hover{
    border: 2px solid #000!important;
    text-decoration: underline!important;
    background-color: #0078D4 !important;
}
.form-landing-page input.hs-input::-webkit-input-placeholder, .form-landing-page textarea.hs-input::-webkit-input-placeholder, .form-landing-page input[type="password"]::-webkit-input-placeholder {
    color: #000;
    font-weight: 300 !important;
}
.form-landing-page input.hs-input::-moz-placeholder, .form-landing-page textarea.hs-input::-moz-placeholder, .form-landing-page input[type="password"]::-moz-placeholder {
    color: #000;
    font-weight: 300 !important;
}
.form-landing-page input.hs-input:-ms-input-placeholder, .form-landing-page textarea.hs-input:-ms-input-placeholder, .form-landing-page input[type="password"]:-ms-input-placeholder {
    color: #000;
    font-weight: 300 !important;
}
.hs-fieldtype-radio.field.hs-form-field {
    display: flex;
    align-items: center;
}
.form-landing-page .hs-fieldtype-radio.field > label {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}
.form-landing-page .hs-fieldtype-radio.field > .input {
    display: inline-block;
    width: 50%;
}
.form-landing-page .hs-fieldtype-radio.field > .input ul.inputs-list.multi-container li.hs-form-radio {
    display: inline-block;
    width: 50%;
}
.form-landing-page .input ul.inputs-list.multi-container li.hs-form-checkbox {
    display: inline-block;
    width: 50%;
}
.form-landing-page label.hs-form-checkbox-display, .form-landing-page label.hs-form-radio-display {
    font-weight: 300;
}

.form-landing-page .row-number-13.dnd-section.dnd_area-row-4-background-color .row-number-16.cell_16196103473992-row-2-vertical-alignment .row-fluid {
    align-items: baseline;
}
.form-landing-page .row-number-13.dnd-section.dnd_area-row-4-background-color .row-number-16.cell_16196103473992-row-2-vertical-alignment .row-fluid .span4 p:before {
    content: '"';
    display: inline;
    font-size: 3rem;
    line-height: 3rem;
    position: relative;
    top: .5rem;
    color: #0078d4;
    left: 0px;
    display: inline-block;
}
/* ******************************************************************************
*********************************************************************************
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__container {
  margin: 0 auto;
  width: 80%;
  position: relative;
  display: flex;
}

.header-top-section {
  line-height: 1;
  font-size: 12px;
  padding-top: .75em;
  font-weight: 600;
}
.header-top-section .header__container {
    display: block;
}
.header__container:before,.header__container:after {
  content: "";
  display: block;
  clear: both;
}

.contact-info {
  float: right;
  padding-bottom: .75em;
  display: block;
}

span.et-info-phone:before {
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}

span.et-info-email:before {
  content: "\e076";
  margin-right: 4px;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}

span.et-info-phone {
  margin-right: 13px;
}

.header__logo {
  float: left;
}

.header__logo img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  max-height: 33%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  max-width: 289px;
}

.header-bottom-section {
  line-height: 23px;
  font-weight: 500;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.fixed .header-bottom-section {
  box-shadow: 0 0 7px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
}

.header__logo {
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 3px;
}

.header-top-section span.et-info-email {
  display: none;
}


.header-fixed-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

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

.mobile-trigger.lp {
  display: none;
}
@media (max-width: 1350px) {
  .header-bottom-section .header__container {
      width: 83%;
  }
}
@media (max-width: 1199.98px) {
  .header-bottom-section .header__container {
      width: 91%;
  }
}
@media (max-width: 980px) {
  .header__logo {
    margin-top: 28px;
    margin-bottom: 27px;
    margin-left: 4px;
  }

  .header-fixed-wrapper {
    position: relative;
  }

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

  .header-bottom-section .header__container {
    height: 80px;
    width: 80%;
  }
}


@media (max-width: 767px) {
  .header-top-section span.et-info-email {
    display: inline-block;
  }
  
  .contact-info {
    float: none;
    text-align: center;
  }
  
  .header__logo img {
    width: 50% !important;
    max-width: 289px !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 33%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    margin-left: 3px;
  }

  .header__logo {
    width: 100%;
    margin-left: 0;
  }

  .header-top-section span.et-info-email:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

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

.footer__container {
  width: 80%;
  margin: 0 auto;
}
form[id^=hsForm_]  .input select {
    min-height: 40px;
    padding-left: 8px;
}
form[id^=hsForm_] .hs_country.hs-country .input {
    max-width: 100%;
}
form[id^=hsForm_] .hs_country.hs-country .input select {
    max-width: 100%;
    height: 40px;
}
form[id^=hsForm_] .hs_how_do_you_currently_manage_mls_data_ .input select,
form[id^=hsForm_] .hs_solutions_of_interest_agent_form_only_ .input select{
    height: 40px;
    padding-left: 8px;
}
ul.et-social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.et-social-icons {
  float: right;
}

ul.et-social-icons:before,ul.et-social-icons:after {
  content: "";
  display: block;
  clear: both;
}

.footer__copyright {
  float: left;
}

.footer__container:before,.footer__container:after {
  content: "";
  display: block;
  clear: both;
}


ul.et-social-icons > li {
  display: inline-block;
  margin-left: 19px;
}

ul.et-social-icons > li > a {
  display: inline-block;
  font-size: 24px;
  position: relative;
  text-align: center;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

ul.et-social-icons > li > a:before {
  font-family: ETmodules; 
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}

li.et-social-linkedin > a:before {
  content: "\e09d";
}

li.et-social-twitter > a:before {
  content: "\e094";
}

li.et-social-facebook > a:before {
  content: "\e093";
}

ul.et-social-icons > li > a span {
  display: none;
}

.footer__copyright {
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  padding-bottom: 10px;
  float: left;
}

.footer__copyright p {
  margin: 0;
}

.footer-bottom-section {
  padding: 15px 0 5px;
  line-height: 32px;
}

.footer__copyright p a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


.footer-content-wrap > div {
  float: left;
  width: 33%;
  margin-bottom: 5.5%;
}

.footer-content-wrap > .contact {
  margin-right: 0;
}

.footer-top-section p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 13px;
  margin: 0;
}

.footer-content-wrap:before, 
.footer-content-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.footer-content-wrap {
  padding: 6% 0 0;
}

.footer-content-wrap h3 {
  color: inherit;
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Public Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-content-wrap h3 {
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff!important;
  line-height: 32px;
}
.contact-us h3{
  padding-bottom: 25px;
  font-weight: 300;
  font-size: 20px;
  color: #ffffff!important;
  line-height: 35px;
}
.contact-us p.phone {
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 15px!important;
}
.et-pb-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px;
    color: #888888;
}
.contact-us .email-box {
    display: flex;
}
.contact-us .email {
    padding-left: 15px;
}
.footer-addresses .address-block {
    padding-bottom: 1rem;
}
.footer-addresses p span {
    font-size: 16px;
    line-height: 32px;
}

.contact .et-pb-icon {
    font-size: 28px;
    color: #3790fc;
}
.contact h5 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff!important;
    line-height: 26px;
    transition: color 300ms ease 0ms;
}

.contact .et_pb_blurb_container {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-left: 15px;
}
.contact .et_pb_main_blurb_image {
    display: table-cell;
    width: 32px;
    line-height: 0;
}
.contact .et_pb_blurb_content {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 23px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-color: #444444;
}
.contact h5 a:hover {
    color: #0f90f6;
}
.dont-sell-link{
    padding-top: 10px;
}
.footer .dont-sell-link a{
    color: #808080;
}
.footer .dont-sell-link a:hover {
    color: #0f90f6;
}
@media (max-width: 980px) {
  .footer__copyright {
    float: none;
    text-align: center;
  }

  ul.et-social-icons {
    float: none;
    text-align: center;
    margin: 0 0 7px;
  }

  .footer-content-wrap>div.contact-us {
    width: 65% !important;
    margin: 0;
  }
  .footer-content-wrap>div.contact {
    width: 43% !important;
    margin: 0;
  }
  .footer-content-wrap>div.footer-addresses {
    width: 34%;
    margin: 0;
  }
  .footer-addresses .address-block {
    padding-bottom: 0.5rem;
  }
  .footer-content-wrap h3 {
    padding-bottom: 0px;
  }
  .footer-content-wrap > .customer-support {
    margin: 0;
  }

  .footer-content-wrap {
    padding: 8% 0;
  }

  .footer-content-wrap>.contact {
    margin-bottom: 0;
  }

}


@media (max-width: 767px) {
  .footer-content-wrap>div {
    width: 100%!important;
    margin-right: 0!important;
  }

  .footer-content-wrap {
    padding: 10% 0;
  }

  .footer-content-wrap>.customer-support {
    margin-bottom: 9.5%!important;
  }

  .footer-content-wrap > .contact-us {
    margin-bottom: 9.5%!important;
  }
  .footer-content-wrap>div.contact-us, .footer-content-wrap>div.footer-addresses, .footer-content-wrap>div.contact {
    width: 100% !important;
    margin: 0;
  }
}


@media (max-width: 479px) {
  .footer-content-wrap {
    padding: 12% 0;
  }

  .footer-content-wrap>div {
    margin-bottom: 11.5%!important;
  }

  .footer-content-wrap>.customer-support {
    margin-bottom: 11.5%!important;
  }
}

/** New Footer Css ***/
.new-footer-design{
    background-color: #00235b;
}
.new-footer-design-container{
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 115px;
    padding-bottom: 60px;
}
.footer-img-section .et_pb_text_inner{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
    max-width: 65%;
}
.new-footer-design-area{
    display: flex;
    justify-content: space-between;
}
.new-footer-design-area .footer-content-section{
    width: 40%;
    max-width: 490px;
}
.constellation-white-logo{
    margin-bottom: 35px;
}
.constellation-white-logo img {
    max-width: 100%;
}
.address-icon-txt>img{
    margin-right: 15px;
}
.phone-number a {
    color: #fff;
}
.address-title {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}
.address-icon-txt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.address-icon-txt a {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
}
.address-icon-txt>img {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.address-title {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 2px;
}
.address-title+p a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.address-icon-txt p {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 16px;
}
.address-icon-txt .address-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 26px;
}
.footer-menu-items h2 {
    font-weight: 700;
    font-size: 16px;
    color: #0f90f6;
    line-height: 24px;
    padding-bottom: 3px;
    margin-bottom: 0;
  text-align: left;
}
.footer-menu-items ul {
    list-style: none;
    padding-left: 0;
    color: #fff;
    padding-bottom: 32px;
    margin: 0;
}
.footer-menu-items ul li a {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}
.footer-col-two {
    width: 23%;
    padding-right: 20px;
}
.footer-col-three {
    width: 23%;
    padding-left: 15px;
}
.footer-col-four {
    width: 14%;
}
.footer-cta-section a{
    font-size: 18px;
    background-color: #0f90f6;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border-color: #0F90F6;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    margin-right: 30px;
    margin-left: 30px;
    display: inline-block;
}
.footer-img-section img.img-responsive{
    max-width: 100%;
    object-fit: contain;
}
.footer__container{
    border-top: 1px solid #2b4a7b;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1440px;
}
.footer,
.footer-bottom-section{
    background-color: #00235b;
}
.footer__copyright {
    padding-bottom: 0;
}
.footer__copyright p,
.footer__copyright p a {
    color: #fff;
}
.footer__container ul.et-social-icons {
    display: block;
}
ul.et-social-icons>li>a {
    color: #fff;
}
.show-in-mobile {
    display: none;
}
.footer-bottom-section {
    background-color: #00235b!important;
}
.footer__container ul.et-social-icons {
    display: block;
    color: #fff;
}
.footer__container ul.et-social-icons>li>a {
    color: #fff;
}
.footer__copyright p a {
    color: #fff;
    font-weight: 300;
}
.new-footer-design-container{
      max-width: 1080px;
}
.footer__copyright p, .footer__copyright p a, ul.et-social-icons>li>a {
    color: #fff !important;
}.footer__container ul.et-social-icons {
    display: block !important;
}
@media(min-width: 1200px){
  .new-footer-design :is(.footer__container,.new-footer-design-container) {
    max-width: 1280px;
    width: 90%;
  }
}

@media(max-width: 980px){
    .footer__container{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer__container ul.et-social-icons{
        margin: 15px 0 0;
    }
}

@media(min-width: 768px) and (max-width: 1199px){
    .new-footer-design-area .footer-content-section{
        width: 35%;
    }
    .footer-menu-list{
        width: 20%;
    }
    .new-footer-design-container,.footer__container{
        width: 90%;
        max-width: 1440px;
    }
    .footer-col-three{
        padding-left: 0;
    }
    .constellation-white-logo{
        padding-right: 15px;
    }
}

@media(max-width: 767px) {
    .constellation-white-logo {
        margin-bottom: 20px;
        padding-right: 0;
    }
    .address-icon-txt {
        margin-bottom: 25px;
    }
    .footer-content-section {
        padding-left: 0;
    }
    .new-footer-design-area {
        display: flex;
        flex-wrap: wrap;
    }
    .new-footer-design-area .footer-content-section {
        width: 100%;
        max-width: 100%;
    }
    .footer-img-section .et_pb_text_inner {
        max-width: 100%;
    }
    .footer-img-section img.img-responsive {
        max-width: 100%;
        object-fit: contain;
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }
    .show-in-mobile {
        display: block;
    }
    .new-footer-design-container {
        padding-top: 80px;
        padding-bottom: 60px;
        padding-left: 0;
        padding-bottom: 0;
        width:90%;
    }
    .footer-menu-items ul {
        padding-bottom: 20px;
    }
    .footer-col-four {
        display: none;
    }
    .new-footer-design-area > .footer-col-two {
        width: 50%;
        padding-right: 0;
    }
    .new-footer-design-area > .footer-col-three {
        width: 50%;
        padding-left: 15px;
    }
    .footer__container {
        width:90%;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}
.hs-blog-post h2 {
    font-size: 20px;
    font-weight: 700;
}
.hs-blog-listing .content-wrapper {
  padding-bottom: 110px;
  max-width: 1440px;
  width: 80%;
}

.blog-index {
  margin-top: 4vw;
}

.post-item {
  width: 31.333%;
  margin-right: calc(3% - 4.5px);
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.post-item:nth-child(3n) {
  margin-right: 0;
}

.post-inner {
  margin-bottom: 9.574%;
  border: 1px solid #efefef;
  padding: 19px;
}

.post-item .featured-image-wrapper {
  display: block;
  position: relative;
  margin-bottom: 30px;
  max-height: 188.734px;
  overflow: hidden;
  margin: -20px -20px 29px;
  border-width: 1px;
  border-color: rgba(68,68,68,0.06);

}

.post-item .featured-image-wrapper img {
  width: 100% !important;
}

.blog-pagination {
  display: block;
  clear: both;
}

h2.post-title {
  font-size: 20px;
  line-height: 1.4em;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
}

h2.post-title a {
  color: #000000;
}

.post-bdy-content {
  line-height: 1.8em;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
}

.read-more {
  text-transform: uppercase;
  font-weight: 500;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-index:before,
.blog-index:after {
  content: "";
  display: block;
  clear: both;
}

.blog-post {
  padding-top: 58px;
}

h1.post-title {
  color: #19212b;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
}

.blog-post__body p {
  padding-bottom: 1em;
  margin: 0;
}

.blog-post__body {
  line-height: 2em;;
}

#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.post-item-simple .post-title {
  margin-bottom: 0;
}

.post-item-simple .post-inner {
  margin-bottom: 15px;
}
.hs-blog-post .banner-area-wrapper{
  position: relative;
}
.hs-blog-post .banner-area-wrapper:before {
    content: '';
    position: absolute;
    background: #00235b;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.68;
}
.hs-blog-post .banner-area-wrapper .banner-title {
    position: relative;
    z-index: 9;
}
@media (max-width: 980px) {
  .post-item {
    width: calc(50% - 3%);
  }

  .post-item:nth-child(3n) {
    margin-right: 3%;
  }

  .blog-index {
    padding: 80px 0;
  }

}

@media (max-width: 767px) {
  .post-item {
    width: 100%;
    margin-right: 0 !important;
  }

  .blog-pagination {
    font-size: 14px;
  }
  
  .post-item .featured-image-wrapper {
    max-height: 160px;}
}

/*******Blog Redesign Style - Start******/
.section-container {
    padding: 50px 0;
    max-width: 1440px;
    width: 80%;
    margin: 0 auto;
}
.backlink{
    padding: 0 0 20px 0px;
}
.backlink a i {
    padding-right: 10px;
}
.backlink a:hover {
    color: rgb(0 36 93);
}
.new-content-wrapper .blog-index {
    background: #f9f9f9;
    margin-top: 0;
    padding-top: 30px;
}
.blog-nav {
    padding: 30px 0 0;
    background-color: #FFF;
}
.blog-nav-container.content-wrapper {
    padding-bottom: 30px;
    width: 100%;
}
.blog-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.blog-nav ul li {
    display: inline-block;
    padding: 25px 0;
}
.blog-nav ul li a {
    margin: 5px 15px;
    border-color: #0f90f6;
    border-bottom: 3px solid #0f90f6;
    padding: 20px 10px;
    font-weight: 300;
    color: #444 !important;
    line-height: 28px;
    padding-left: 1vw;
    padding-right: 1vw;
    transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
}
.blog-nav ul li a:hover, .blog-nav ul li a:active, .blog-nav ul li.active a{
    background-color: #F0F6FA;
}
.featured-post {
    color: #000000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.post-row {
    display: flex;
}
.post-col.image-col {
    width: 66.004%;
    padding: 30px 30px 30px 0;
}
.post-col.content-col {
    width: 33.952%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.featured-post h2.post-title {
    color: #00235B;
    font-family: "Public Sans", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.1px;
}
.featured-post img {
    width: 100%;
}
span.post-date {
    color: #00235B;
    padding: 15px 0;
    display: block;
}
span.post-date i {
    padding-right: 10px;
}
.read-more a {
    display: block;
    color: #00235B;
    font-size: 12px;
    font-weight: 700;
}
.new-content-wrapper.new-blog-layout .post-inner {
    margin-bottom: 9.574%;
    border: 1px solid #efefef;
    padding: 0px;
    background: #fff;
}
.new-content-wrapper h2.post-title a {
    color: #00235B;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    font-family: "Public Sans", Sans-serif;
    display: block;
    padding: 20px 0;
}
.new-content-wrapper .blog-index .post-bdy-content {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
}
.new-content-wrapper .blog-index .post-item .featured-image-wrapper {
    margin: 0;
}
.new-content-wrapper .blog-index .post-description {
    padding: 20px 30px 0;
}
.new-content-wrapper .blog-index .read-more {
    padding: 20px 0;
}
.post-card-footer {
    padding: 15px 30px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
}
.new-content-wrapper .blog-pagination {
    background: #f9f9f9;
    padding-bottom: 110px;
}
.readtime {
    font-style: italic;
    font-weight: 700;
}
.featured-post span.readtimespan {
    color: #00235B;
    padding: 15px 0;
    display: block;
    float: right;
}

.featured-post .post-date-time:before, .featured-post .post-date-time:after {
    content: '';
    display: table;
}

.featured-post .post-date-time:after {
    clear: both;
}

.featured-post .post-date-time {
    padding-bottom: 10px;
}

.featured-post .post-date-time .readtime {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.featured-post .post-date-time .readtime i {
    padding-right: 10px;
}

.featured-post span.post-date {
    float: left;
}

.post-card-footer:before, .post-card-footer:after {content: '';display: table;}

.post-card-footer:after {
    clear: both;
}

.post-card-footer span.post-date-published {
    float: left;
}

.post-card-footer span.readtimespan {
    float: right;
}
.c1b-social {
    padding: 40px 0px;
    text-align: right;
}
.c1b-social i.fa-brands {
    width: 2em;
    height: inherit;
    line-height: inherit;
    font-size: 26px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    background: #3574e3;
    color: #fff;
    padding: 0px 0px;
    margin: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    transition: 0.5s all;
}
.c1b-social a:hover i.fa-brands {
    background: transparent;
    color: #3574e3;
    cursor: pointer;
}
.c1b-bg-icon {
  background-color: #3574e3;
  padding: 2px 15px 0px 15px;
  border-radius: 7px;
  margin-top: 5px;
}
@media (max-width: 1199.98px) {
  .hs-blog-listing .content-wrapper, .hs-blog-listing .section-container {
      width: 90%;
  }
}
@media (max-width: 991.98px) {
  .blog-nav ul li a {
      font-size: 14px;
  }
  .post-row {
      display: block;
  }
  .post-col.image-col, .post-col.content-col {
      width: 100% !important;
      display: block;
  }
}
@media (max-width: 767.98px) {
}
/*******Blog Redesign Style - End******/
/* ******************************************************************************
*********************************************************************************
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;
}

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

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html{
  scroll-behavior: smooth; 
}
.header-top-section {
    background-color: #00245d!important;
}
ul.et-social-icons.new-icons {
    position: absolute;
    left: 0;
}
ul.et-social-icons.new-icons>li {
    display: inline-block;
    margin-left: 0;
    margin-right: 12px;
}
ul.et-social-icons.new-icons>li>a {
    color: #fff;
    font-size: 14px;
}
.footer__container ul.et-social-icons {
    display: none;
}
.leadinModal{
  z-index: 999999 !important;
}  
div#hs_menu_wrapper_my_menu > ul > li:first-child ul.hs-menu-children-wrapper > li:nth-child(3) ul.hs-menu-children-wrapper > li:first-child {
    display: none;
}
div#hs_menu_wrapper_my_menu > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(2) {
    display: none;
}
div#hs_menu_wrapper_my_menu > ul > li:first-child ul.hs-menu-children-wrapper > li:nth-child(3) ul.hs-menu-children-wrapper > li a {
    border-top: unset;
}
.custom-seperator{
     width: 14px;
    display: inline-block;
    height: 2px;
    background: #3d90fc;
    vertical-align: middle;
    margin: 0 3px; 
}
/** Related Posts **/
.hs_cos_wrapper_type_related_blog_posts {
    padding-top: 20px;
    display: block;
}
.hs_cos_wrapper_type_related_blog_posts .related-title {
    text-align: center;
    font-size: 26px;
    color: #002450;
    margin-bottom: 25px;
    font-weight: 800;
}
.hs_cos_wrapper_type_related_blog_posts .post-bdy-content.clearfix {
    color: #777;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
}
.hs_cos_wrapper_type_related_blog_posts .post-bdy-content.clearfix a {
    text-transform: uppercase;
    padding: 20px 0 0;
    color: #00235b;
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.hs_cos_wrapper_type_related_blog_posts .post-item .featured-image-wrapper {
    margin-bottom:0;
    min-height: 200px;
}
.hs_cos_wrapper_type_related_blog_posts .post-item .featured-image-wrapper img {
    height: 200px;
    object-fit: cover;
}
.hs_cos_wrapper_type_related_blog_posts .new-content-wrapper h2.post-title a {
    padding-bottom: 7px;
}
.custom-publish-date {
    font-weight: 600;
}
.last-modified-date {
    line-height: 20px;
}
.readtime {
    margin-bottom: 15px;
}
.last-modified-date, .custom-publish-date{
    display: block; 
}
 .hs-blog-listing .featured-post img {
    object-fit: cover;
  }

/** Cookies Disclaimer **/
div#hs-eu-cookie-confirmation{
  position: fixed !important;
  bottom: 0;
  top: unset !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button[role="button"]{
  padding: 10px 50px !important;
  background: #3288e6 !important;
  box-shadow: none !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
  margin-bottom: 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  padding: 25px !important
}
div#hs-eu-cookie-confirmation{
  border-radius: 6px 6px 0 0 !important;
}
.body-wrapper.hs-blog-listing .banner-title .new-search-container.hide-search {
    display: none;
}
.body-wrapper.hs-blog-listing .featured-post-wrap {
    display: none;
}.body-wrapper.hs-blog-listing .blog-index > .section-container > .featured-image-wrapper {
    display: none;
}
/** Reduced the Blu Banner witn 1200px **/
@media(min-width: 1200px){
   div#hs-eu-cookie-confirmation{
     max-width: 1200px;
     margin: 0 auto;
     left: calc(50% - 600px) !important;
   }
}
@media (min-width:768px) {
   .body-wrapper.hs-blog-listing .banner-title h1{
     font-size: 40px;
     padding-bottom: 5px;
   }
   .body-wrapper.hs-blog-listing .new-search-container h3 {
     font-size: 18px;
   }
   .body-wrapper.hs-blog-listing .hs-search-field form {
     padding-bottom: 0;
     padding-top: 0;
   }
   .body-wrapper.hs-blog-listing .banner-content {
     padding-top: 60px;
     padding-bottom: 0px;
   }
   .body-wrapper.hs-blog-listing .banner-title {
    padding-bottom: 40px;
  } 
  .body-wrapper.hs-blog-listing .blog-nav {
    padding: 10px 0 0;
  }
   .body-wrapper.hs-blog-listing .blog-nav-container.content-wrapper {
    padding-bottom: 10px;
  }
}
 
@media (min-width: 1300px) {
.body-wrapper:not(.hs-blog-listing) .banner-area-wrapper .banner-content {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}
@media (min-width: 1600px) {
 .body-wrapper:not(.hs-blog-listing) .banner-area-wrapper .banner-content {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1800px) {
 .body-wrapper:not(.hs-blog-listing) .banner-area-wrapper .banner-content {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media (min-width: 2000px) {
 .body-wrapper:not(.hs-blog-listing) .banner-area-wrapper .banner-content {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hs-blog-listing .featured-post .post-col.image-col {
        width: 55%;
    }
  .hs-blog-listing .featured-post .post-col.content-col {
        width: 45%;
    }
  .hs-blog-listing .featured-post h2.post-title {
    font-size: 27px;
    line-height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-post .post-date-time {
    padding-bottom: 0;
   }
  .hs-blog-listing .featured-post h2.post-title {
    font-size: 25px;
    line-height: 35px;
  }
  .hs-blog-listing .featured-post .post-col.content-col  :is(span.post-date, span.readtimespan){
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  div#hs_menu_wrapper_my_menu>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) {
    position: absolute;
    right: -348px;
    left: unset;
    max-width: 319px;
    top: 16px;
  }
  div#hs_menu_wrapper_my_menu>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) a {
    border: none;
  }
      /** Cookies Disclaimer **/
          div#hs-eu-cookie-confirmation-inner{
           display: flex;
           align-items: center;
          }
          div#hs-eu-policy-wording{
           width: 75%;
         }
         div#hs-en-cookie-confirmation-buttons-area{
           width: 25%;
         }
}

@media (max-width: 767px) {
    ul.et-social-icons.new-icons>li {
        margin-right: 5px;
    }
    ul.et-social-icons.new-icons {
           left: -10px;
    }
  .header__logo img {
      max-height: 100%;
      max-width: 289px!important;
      width: 61% !important;
  }
  .header-bottom-section .header__container {
      height: 52px;
      width: 92%;
  }
  header.header {
    min-height: 84px;
  }
  .custom-menu-primary{
        height: calc(100vh - 10vh);
        max-height: calc(100vh - 10vh);
        overflow-y: auto;
        width: calc(100% + 32px);
        left: -16px;
        box-shadow: none !important;
        padding: 0;
        padding-bottom: 30px;
  }
  div#hs_menu_wrapper_my_menu {
        box-shadow: none !important;
  }
.hs-menu-wrapper > ul > li.hs-menu-item:not(.hs-item-has-children) {
    text-align: center;
}
  ul.et-social-icons.new-icons ~ a {
    display: none;
}
  .header-top-section .header__container {
    margin-right: 0;
    text-align: right;
    width: 92%;
  }
 .header-bottom-section .header__logo {
    margin-top: 13px;
  }
  .mobile-trigger {
    padding-top: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 15px 24px;
  }
 .header-top-section .contact-info {
    text-align: right;
  }
  /** Mobile Issues For Blogs **/
 .hs-blog-listing .banner-content {
    padding-top: 15px;
    padding-bottom: 0px;
  }
 .hs-blog-listing  .banner-title {
    padding-bottom: 0;
  }  
 .hs-blog-post .blog-post {
     padding-top: 36px;
  }
 .hs-blog-post .banner-title h1 {
      font-size: 36px;
      padding: 0 6px;
   }
  .hs-blog-post .banner-area-wrapper {
       min-height: 350px;
       display: flex;
       align-items: center;
   }
   .hs-blog-post .banner-area-wrapper .banner-title {
      padding-bottom: 0;
   }
  .hs-blog-post .banner-content{
      padding-top: 0;
      padding-bottom: 0;
   }
   .hs-content-id-128933531559 p img{
      float: none !important;
      width: 100% !important;
      display: block;
      margin: 20px auto 30px;
   }
  .hs-content-id-128933531559.hs-blog-post h2,
  .hs-content-id-128933531559.hs-blog-post p{
       padding: 0 !important;
       margin-right: 0 !important;
   }
   .hs-content-id-128933531559 .span6.widget-span.widget-type-cell.dnd_area-column-1-padding.dnd-column.dnd_area-column-1-vertical-alignment{
       padding-left: 0 !important;
   }
   .hs-content-id-122803946169 .blog-post__body div table{
       table-layout: unset !important;
   }
   .hs-content-id-122803946169 .content-wrapper{
       width: 90%;
   }
   .hs-content-id-122803946169 a#cta_button_2186766_d13de230-30c5-4d48-aafd-916397088567{
      font-size: 22px !important;
      padding-left: 14px !important;
      padding-right: 14px !important;
   }
  .body-wrapper:not(.hs-blog-listing) img{
       max-width: 100%;
   }
  /** Cookies Disclaimer **/
    #hs-eu-cookie-confirmation-button-group{
        margin-top: 20px;
      }
}

/** New Header **/
body .menu-new-design .hs-menu-wrapper>ul>li>a {
    color: #00235B;
    font-weight: 800;
}

.menu-new-header .header__logo img {
    max-width: 275px;
}
.menu-new-design .hs-menu-wrapper>ul>li.five-cols-item>ul.hs-menu-children-wrapper>li {
    width: 20%;
    flex: 20%;
    max-width: 20%;
}
.menu-new-design .hs-item-has-children.hs-item-has-img>ul>li>a::after {
    content: '';
    background: #00235B 0% 0% no-repeat padding-box;
    position: absolute;
    width: 260px;
    height: calc(100% - 0px);
    opacity: 0.48;
    border-radius: 10px;
    top: 0;
    left: 0;
}
body .menu-new-design .hs-menu-wrapper>ul ul a {
    border: unset !important;
}
.menu-new-design .hs-item-has-children.hs-item-has-img>ul>li>a span.quadmenu-item-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 9;
    padding-left: 18px;
}
.menu-new-design .hs-item-has-children.hs-item-has-img>ul>li>a span.quadmenu-item-content span {
    font-size: 20px;
    line-height: 20px;
}
.menu-new-design span.quadmenu-text strong,
.menu-new-design span.quadmenu-item-content strong {
    color: #0F90F6 !important;
    font-weight: 800;
    font-size: 18px !important;
    padding-bottom: 5px !important;
    display: block;
}
.menu-new-design span.quadmenu-item-content {
    padding: 15px 0;
}
.menu-new-design span.quadmenu-text {
    display: inline;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    color: #00235B;
}
body .menu-new-design .hs-menu-wrapper>ul>li>ul {
    background-color: #fff;
}

.five-cols-item>ul.hs-menu-children-wrapper>li>ul>li {
    display: block !important;
}

.five-cols-item span.quadmenu-item-content {
    padding-top: 0;
}

.menu-new-design .hs-menu-wrapper>ul>li.five-cols-item>ul.hs-menu-children-wrapper>li.hs-item-has-img {
    width: 25%;
    flex: 25%;
    max-width: 25%;
}

.menu-new-design .hs-menu-wrapper>ul>li.five-cols-item>ul.hs-menu-children-wrapper>li:not(.hs-item-has-img) {
    width: 18.75%;
    flex: 18.75%;
    max-width: 18.75%;
    display: block !important;
}
.menu-new-design .hs-menu-wrapper>ul>li.three-cols-item>ul.hs-menu-children-wrapper>li.hs-item-has-img {
    width: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
}
.menu-new-design .hs-item-has-children.hs-item-has-img a img {
    border-radius: 10px;
    box-shadow: 0px 6px 20px #00000014;
    max-width: 260px;
    width: 100%;
}

.menu-new-design .hs-item-has-children.hs-item-has-img span.quadmenu-item-content span {
    color: #fff;
}

.three-cols-item .hs-item-has-children.hs-item-has-img a img {
    max-width: 100%;
    width: 100%;
    height: 285px;
    object-fit: contain;
}
.three-cols-item .hs-item-has-children.hs-item-has-img>ul>li>a::after {
    width: 100%;
}
.three-cols-item .hs-item-has-children.hs-item-has-img>ul>li>a img {
    padding: 15px;
}
.menu-new-design .hs-item-has-children.four-cols-item>ul.hs-menu-children-wrapper>li {
    max-width: 25%;
}
a.speak-to-expert{
    width: 150px;
    border-radius: 0;
    background: #0F90F6 0% 0% no-repeat padding-box;
    color: #fff;
    text-align: center;
    padding: 7.5px 10px 7px 10px;
    font-weight: 600;
}
body .menu-new-design .hs-menu-wrapper>ul>li:hover>a {
    color: #0F90F6 !important;
}
.contact-info a{
    width: 150px;
    border-radius: 0;
    background: #0f90f6 0% 0% no-repeat padding-box;
    color: #fff;
    text-align: center;
    padding: 8px 10px 8px 10px;
}
.menu-new-design span.quadmenu-item-content img{
    max-width: 35px;
}
div#hs_menu_wrapper_my_menu>ul>li:first-child ul.hs-menu-children-wrapper>li:nth-child(3) ul.hs-menu-children-wrapper>li:first-child,
div#hs_menu_wrapper_my_menu>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(2) {
    display: block;
}
.hs-menu-item-title span.quadmenu-item-content{
    padding-bottom: 5px;
    border-bottom: 2px solid #dddddd;
}
li.hs-menu-item.hs-menu-depth-3 span.quadmenu-item-content {
    display: flex;
    align-items: center;
}
li.hs-menu-item.hs-menu-depth-3 span.quadmenu-item-content span {
    margin-left: 9px;
}
.menu-new-design span.quadmenu-text strong, .menu-new-design span.quadmenu-item-content strong{
    font-size: 20px !important;
}
.menu-new-design span.quadmenu-text {
    font-size: 16px;
}
.hs-menu-item-title a > span.quadmenu-item-content {
    padding-bottom: 5px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 15px;
}
.hs-menu-depth-2 > ul > li:not(.hs-menu-item-title) > a span.quadmenu-item-content {
    padding-top: 7px;
    margin-bottom: 15px !important;
    padding-bottom: 7px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size: 16px;
    font-weight: 800;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.hs-item-full-width {
    display: block;
    width: 100%;
    flex: 100%;
    float: none;
    max-width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul{
    padding-top: 25px;
}
.hs-item-has-children.hs-item-full-width span.quadmenu-item-content {
    margin-bottom: 0 !important;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.hs-item-full-width >ul.hs-menu-children-wrapper {
    padding-bottom: 0;
}
div#hs_menu_wrapper_my_menu>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(3)>ul.hs-menu-children-wrapper>li:nth-child(2) {
    left: unset;
    max-width: 319px;
    position: unset;
    right: 0;
    top: 0;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.hs-item-full-width span.quadmenu-item-content {
    margin-bottom: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper ul .icon-with-no-text span.quadmenu-item-content {
    font-weight: 300;
    margin-bottom: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper ul .icon-with-no-text span.quadmenu-text {
    font-weight: 300;
    padding-left: 43px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    color: #00235B;
}
li.hs-menu-item.hs-menu-depth-3.hs-menu-depth-four > a > span.quadmenu-item-content {
    margin-bottom: 0 !important;
}
.header:not(.menu-new-header) .has-speak-btn {
    display: none !important;
}
li.hs-menu-item.hs-menu-depth-3:not(.no-hover-item):hover .quadmenu-item-content {
    background: #f0f6fa 0% 0% no-repeat padding-box;
}

/** Blog Menu **/
header.header.new-cus-header .hs-menu-wrapper > ul > li:last-child > a {
    width: 150px;
    background: #0f90f6 0% 0% no-repeat padding-box;
    color: #fff!important;
    text-align: center;
    padding: 9px 20px;
    border-radius: 20px;
    position: relative;
}
header.header.new-cus-header .header-top-section {
    padding: 16px;
}
header.header.new-cus-header .header-bottom-section{
      line-height: 32px;
}
header.header.new-cus-header .custom-menu-primary {
    width: 75%;
}
body .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #00235b !important;
}
body .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,
body .custom-menu-primary .hs-menu-wrapper>ul>li:focus>a {
    color: #3790fc !important;
}
header.header.new-cus-header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a {
    text-align: center;
}
header.header.new-cus-header li.hs-menu-item.hs-menu-depth-1 > ul {
    padding: 25px 0;
}
header.header.new-cus-header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a{
    text-align: left;
    color: #0f90f6;
    font-weight: 800;
    font-size: 20px;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}
header.header.new-cus-header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:hover {
    background: #f0f6fa 0% 0% no-repeat padding-box;
    color: #0f90f6;
}
body .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    background-color: #fff !important;
}
header.header.new-cus-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
    padding-top: 15px;
}
header.header.new-cus-header .hs-menu-depth-2>ul>li:not(.hs-menu-item-title)>a span.quadmenu-item-content {
    margin-bottom: 10px!important;
    padding: 15px;
}
header.header.new-cus-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
      border: unset !important;
}
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(2) .hs-menu-item.hs-menu-depth-2,
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3) .hs-menu-item.hs-menu-depth-2{
    padding: 0;
}
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(2) > ul,
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3) > ul{
      padding: 25px;
}
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > a,
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3) > ul > li > a{
  pointer-events: none;
}
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(2) > ul > li:first-child > a,
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:first-child > a{
  pointer-events: all;
}
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(2) .hs-menu-item.hs-menu-depth-2 > a,
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3) .hs-menu-item.hs-menu-depth-2 > a{
    height: 53px;
      border-bottom: 2px solid #ddd;
}
header.header.new-cus-header span.quadmenu-icon:before {
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
    left: -11px;
}
header.header.new-cus-header span.quadmenu-text {
    color: #00235b;
    font-weight: 800;
    font-size: 16px;
      margin-left: 15px !important;
}
header.header.new-cus-header span.quadmenu-description {
    display: none;
}
header.header.new-cus-header span.quadmenu-icon.broker:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Broker.svg);
}
header.header.new-cus-header span.quadmenu-icon.mls\/association:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_MLS.svg);
}
header.header.new-cus-header span.quadmenu-icon.franchise:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Franchise.svg);
}
header.header.new-cus-header span.quadmenu-icon.agent:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons-01.svg);
}
header.header.new-cus-header span.quadmenu-icon.listingdata:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Listing_Data.svg);
}
header.header.new-cus-header span.quadmenu-icon.publicrecords:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_DATA.svg);
}
header.header.new-cus-header span.quadmenu-icon.accounting:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Accounting.svg);
}
header.header.new-cus-header span.quadmenu-icon.brokerhub:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Borker_Hub.svg);
}
header.header.new-cus-header span.quadmenu-icon.crm:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_CRM.svg);
}
header.header.new-cus-header span.quadmenu-icon.commissions:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Commissions.svg);
}
header.header.new-cus-header span.quadmenu-icon.digitalmarketing:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Digital_Marketing.svg);
}
header.header.new-cus-header span.quadmenu-icon.esign:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_eSign.svg);
}
header.header.new-cus-header span.quadmenu-icon.relocation:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Relocation.svg);
}
header.header.new-cus-header span.quadmenu-icon.website:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Websites.svg);
}
header.header.new-cus-header span.quadmenu-icon.aboutus:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_About_Us.svg);
}
header.header.new-cus-header span.quadmenu-icon.careers:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Carreer.svg);
}
header.header.new-cus-header span.quadmenu-icon.blog:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Blog.svg);
}
header.header.new-cus-header span.quadmenu-icon.customerstories:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Customer_Story.svg);
} 
header.header.new-cus-header span.quadmenu-icon.videos:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Videos.svg);
}
header.header.new-cus-header span.quadmenu-icon.newsroom:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Newsroom.svg);
}
header.header.new-cus-header span.quadmenu-icon.customersupport:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Help_Center.svg);
}
header.header.new-cus-header span.quadmenu-icon.sitemap:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/Menu_Icons_Site_Map.svg);
} 
header.header.new-cus-header span.quadmenu-icon.topproducer:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/top-producer-C1.com-icon.png)!important;
} 
header.header.new-cus-header span.quadmenu-icon.marketleader:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/market-leader-C1.com-icon-1.png);
} 
header.header.new-cus-header span.quadmenu-icon.showcaseidx:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/showcase-idx-C1.com-icon-1.png);
}
header.header.new-cus-header span.quadmenu-icon.smartzip:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/smartzip-C1.com-icon-1.png);
}
header.header.new-cus-header span.quadmenu-icon.offrs:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/offrs-C1.com-icon-v1-1.png);
}
header.header.new-cus-header span.quadmenu-icon.diversesolutions:before {
    content: url(https://2186766.fs1.hubspotusercontent-na1.net/hubfs/2186766/diverse-solutions-C1.com-icon-1.png);
}
header.header.new-cus-header span.quadmenu-icon.reachsocial:before,
header.header.new-cus-header span.quadmenu-icon.paradymmarketing:before {
  content: unset;
} 
header.header.new-cus-header span.quadmenu-text.reachsocial {
font-weight: 300 !important;
}
header.header.new-cus-header span.quadmenu-text.paradymmarketing {
  font-weight: 300 !important;
} 
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:nth-child(2) span.quadmenu-item-content, header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:nth-child(3) span.quadmenu-item-content {
    padding: 0 0 0 15px;
  background-color: unset !important;
}
header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:nth-child(1) span.quadmenu-item-content {
    margin-bottom: 0 !important;
}

.menu-new-header li.hs-menu-item.hs-menu-depth-1.has-speak-btn a.speak-to-expert {
    padding-bottom: 0;
    width: 150px;
    border-radius: 0;
    background: #0f90f6 0% 0% no-repeat padding-box;
    color: #fff !important;
    text-align: center;
    padding: 9px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

@media (min-width: 1200px){
 header .header__container {
    max-width: 1280px !important;
    width: 90% !important;
  }
}

@media (min-width: 768px) and (max-width: 1350px){
     .menu-new-header .header__logo img{
        max-width: 220px;
    }
}

@media (min-width: 981px) and (max-width: 1300px) {
    .menu-new-design .hs-item-has-children.hs-item-has-img>ul>li>a::after {
        width: 100%;
    }
}

@media (min-width: 981px) and (max-width: 1250px) {
    .menu-new-design {
        padding-left: 63px;
        width: 100%;
    }
    .menu-new-design .hs-menu-wrapper>ul>li>a {
        font-size: 12px;
    }
    .menu-new-design .hs-menu-wrapper>ul>li>a {
        padding: 0 5px 30px 5px;
    }
    .menu-new-header .header__logo img {
        max-width: 180px;
    }
}

@media (min-width: 981px) {
    .custom-menu-primary.menu-new-design {
        padding-left: 98px;
        width: 100%;
    }
    .menu-new-header .header-top-section>div {
        padding-right: 0;
    }
    body .menu-new-design .hs-menu-wrapper>ul>li:hover>a::before {
        content: unset;
        position: absolute;
        bottom: 24px;
        border-bottom: 1px solid #0F90F6;
        height: 1px;
        width: 82%;
    }  
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper{
        left: unset;
        max-width: 1021px;
        right: 0;
    }
    .hs-menu-item.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
        left: unset;
        right: 0;
        box-shadow: 0px 3px 20px #00000029;
        border-radius: 10px;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        max-width: 1021px;
        padding-bottom: 116px;
    }
}

@media (min-width: 768px) {
    .menu-new-header .header__container {
        width: 80%;
        max-width: 1440px;
    }
      header.header.menu-new-header {
        min-height: 78px !important;
    }
}

@media (min-width: 981px) and (max-width: 1250px){
    .menu-new-design .hs-menu-wrapper>ul>li>a{
        font-size: 16px;
    }
}

@media (min-width: 981px) and (max-width: 1050px){
    .custom-menu-primary.menu-new-design {
        padding-left: 60px;
        width: 100%;
    }
  /** Menu Blog **/
 header.header.new-cus-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    font-weight: 800;
   }
}

@media (min-width: 768px) and (max-width: 980px){
   /** Menu Blog **/
header.header.new-cus-header .custom-menu-primary {
    width: 100%;
    padding: 0;
}
 header.header.new-cus-header  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    padding: 15px 15px;
}header.header.new-cus-header li.hs-menu-item.hs-menu-depth-1>ul {
    padding: 15px;
}
}

@media(max-width: 980px) {
   /** Menu Blog **/
  
    header.header.new-cus-header .hs-menu-wrapper>ul>li:last-child>a {
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
    .menu-new-design {
        padding: 0;
        box-shadow: none;
    }
    .menu-new-design .hs-menu-wrapper>ul>li.five-cols-item>ul.hs-menu-children-wrapper>li.hs-item-has-img,
    .menu-new-design .hs-menu-wrapper>ul>li.three-cols-item>ul.hs-menu-children-wrapper>li.hs-item-has-img  {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .menu-new-design .hs-menu-wrapper>ul>li.five-cols-item>ul.hs-menu-children-wrapper>li:not(.hs-item-has-img) {
        width: 25%;
        flex: 25%;
        max-width: 25%;
    }
    body .menu-new-design .hs-menu-wrapper>ul>li>ul {
        padding-left: 15px;
    }

    .menu-new-design .hs-menu-wrapper>ul>li>ul>li>ul {
        padding: 0 10px;
    }
    .menu-new-design :is(span.quadmenu-icon, span.quadmenu-text) {
        font-weight: 600;
    }
    .menu-new-design .hs-menu-wrapper>ul>li>a {
        font-size: 20px;
    }
    .has-speak-btn{
        display: block !important;
    }
    .contact-info a{
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a.speak-to-expert{
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
        width: 33%;
    }
 
}

@media(max-width: 767px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li.five-cols-item>ul.hs-menu-children-wrapper>li:not(.hs-item-has-img) {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.three-cols-item > ul > li {
        margin-bottom: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.three-cols-item > ul {
        padding-right: 10px;
        padding-left: 10px;
    }
    .icon-with-no-text + .icon-with-no-text{
        margin-bottom: 10px;
    }
    .header-top-section {
        display: none;
    }
    header.header {
        min-height: 53px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a.speak-to-expert {
        position: fixed;
        top: unset !important;
        bottom: 0;
        z-index: 99999;
        height: auto;
    }
  header.header.new-cus-header .custom-menu-primary {
    width: calc(100% + 32px);
}
  header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>a,
  header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>a {
    display: block;
}
  header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a, header.header.new-cus-header .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a{
      display: none;
  }
  header.header.new-cus-header  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 20px;
    font-weight: 800;
       padding-left: 15px;
  }
   li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    padding: 0 10px;
}
header.header.new-cus-header li.hs-menu-item.hs-menu-depth-1>ul {
    padding: 0 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    padding: 10px !important;
    font-weight: 600 !important;
    height: auto;
    position: fixed;
    top: unset;
    bottom: 2px;
}
  header.header.new-cus-header .hs-menu-wrapper>ul>li:last-child>a {
    position: fixed;
    right: 0;
    text-align: center;
    top: unset;
    width: 100%;
    bottom: 0;
    height: auto;
}
  .mobile-open{
    overflow-y:hidden;
  }
  li.hs-menu-item.hs-item-has-children.open .child-trigger:before {
    content: "\e906";
}
}