*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/


/* 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.5;
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section{
  padding-left:15px;
  padding-right:15px;
}
.banner-area .dnd-section {
  padding: 0;
}
.body-wrapper [class*="force-full-width-section"],
.body-wrapper [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
@font-face { font-family: "Font Awesome 5 Free"; 
  src:url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-solid-900.woff2") format("woff2"),
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-solid-900.woff") format("woff"), 
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-solid-900.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: auto; 
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-brands-400.eot#iefix") format("embedded-opentype"), 
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-brands-400.woff") format("woff"),
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-brands-400.ttf") format("truetype"),
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/fa-brands-400.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
@font-face { 
  font-family: "neue-haas-grotesk-display"; 
  src: url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal; 
  font-display: auto; 
}
@font-face { 
  font-family: "neue-haas-grotesk-display";
  src: url("https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500; 
  font-stretch: normal; 
  font-display: auto; 
}
@font-face { 
  font-family: "neue-haas-grotesk-display"; 
  src: url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600; 
  font-stretch: normal; 
  font-display: auto;
}
@font-face { 
  font-family: "neue-haas-grotesk-display"; 
  src: url("https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal; 
  font-weight: 700; 
  font-stretch: normal; 
  font-display: auto; 
}
@font-face { 
  font-family: eicons;
  src: url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/eicons.eot?5.15.0#iefix") format("embedded-opentype"),
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/eicons.woff2?5.15.0") format("woff2"),
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/eicons.woff?5.15.0") format("woff"),
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/eicons.ttf?5.15.0") format("truetype"), 
    url("https://21511952.fs1.hubspotusercontent-na1.net/hubfs/21511952/FairviewPartners_August2022/Fonts/eicons.svg") format("svg");
  font-style: normal; 
  font-weight: 400; 
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */
p{
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

ul,
ol {
  margin: 0;
}

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

ul.no-list {
  list-style: none;
  padding-left:0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  padding-bottom: 7px;
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  width: 100%;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 16px;
}

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

/* GDPR */

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

/* Validation */

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

.hs-error-msg,
.hs-error-msgs label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button,
.button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin:10px 0;
  border: 0px solid #fff;
}
form input[type=submit]:hover,
form .hs-button:hover,
.hs-button:hover,
.button:hover{
  transform: scale(1.1);
}

form [type=button]:focus, form [type=submit]:focus {
  outline: 5px auto -webkit-focus-ring-color;
}





/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-top {
  background-color: #1d3767;
  padding: 5px 0px 5px 0px;
  z-index: 999;
  position: relative;
}
header.header .content-wrapper {
  padding: 0;
}

.header-top-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  justify-content: flex-end;
}

.header-top-link h2 {
  line-height: 1;
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 10px 0px 0px;
}

.header-top-link h2 a {
  transition: 0.3s ease all;
}
.main-header {
  position: relative;
  transition: background-color .45s cubic-bezier(.4, 0, .2, 1), backdrop-filter .45s cubic-bezier(.4, 0, .2, 1), box-shadow .45s cubic-bezier(.4, 0, .2, 1);
  margin-top: 0px;
  margin-bottom: -110px;
  z-index: 999;
}
.main-header .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 100px;
  transition: min-height .45s cubic-bezier(.4, 0, .2, 1);
}
.main-header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo,
.header__column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 10px 0px;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.header__logo-inner a {
  padding: 0px 0px 0px 10px;
  display: inline-block;
}

.header__logo-inner img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  transition: transform .45s cubic-bezier(.4, 0, .2, 1);
  width: 250px !IMPORTANT;
}
.header__column-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0px;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.custom-menu-primary{
  max-width: 100%;
  width: auto;
}
.header-btn,
.header-toggle {
  position: relative;
  max-width: 100%;
  width: auto;
}

.header-btn {
  width: auto;
  text-align: right;
  position: relative;
  max-width: 100%;
}

.header-btn a.cta_button, .header-btn a {
  width: auto;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 20px 14px 20px;
  font-family: "Helvetica", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #1d3767;
  color: #1d3767;
  background-color: #7fc68d;
  box-sizing: border-box !important;
  line-height: 1;
  display: inline-block;
}

.custom-menu-primary>span,
.custom-menu-primary>div {
  display: block;
}

.header-toggle {
  display: none;
}
.header__logo-inner .header-white-logo img {
  width: 250px!important;
}
.eicon-menu-bar:before {
  content: '\e816';
}
.eicon-close:before {
  content: '\e87f';
}
.header-btn a.cta_button:hover, .header-btn a.cta_button:focus, .header-btn a:hover, .header-btn a:focus {
  color: #ffffff;
  background-color: #1d3767;
}
.fa-caret-down:before {
  content: "\f0d7";
}
.header-btn a img{
  max-width: 100%;
  vertical-align: middle
}
header.header {
  line-height: 24px;
}


/******************************************************  Fixed Haeder ***********************************************/

.fixed .main-header {
  background-color: #CDE0F1;
  box-shadow: 0px 4px 33px 1px rgb(0 0 0 / 7%);
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  left: 0;
}
.fixed .header__logo-inner img {
  transform: scale(0.8);
}
.fixed .main-header .content-wrapper {
  min-height: calc( 100px * 0.6 );
}
.sec-header.fixed .main-header {
  background-color: #1D3767;
}
.no_nav .header-top {
  background: transparent;
  padding: 0;
}
body.noBanner .main-header {
  margin-bottom: 0;
}
.sec-header .header-btn a, .sec-header .header-btn a.cta_button {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.sticky .body-container-wrapper {
  margin-top: -6px;
}














@media (min-width: 768px){
  .header__logo {
    width: 30%;
  }
  .header__column {
    width: 70%;
  }
  .mobile-menu-primary{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    transition: all 0.3s;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    justify-content: end;
    gap: 50px;
    border-radius: 0px;
    display: flex;
    list-style: none;
    padding: 0px;
    width: 100%;
    padding: 0px 30px 0px 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1d3767;
    padding: 5px 0px 2px 0px;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a .sub-arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    line-height: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after {
    content: "";
    bottom: 0;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #1D3767;
    z-index: 2;
    position: absolute;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    z-index: 99997;
    top: 100%;
    left: 0px;
    pointer-events: none;
    width: 600px;
    padding-top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a .sub-arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    line-height: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    pointer-events: all;
    z-index: 99998;
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.submenu-inner {
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 999997;
    opacity: 0;
    transition: opacity 250ms;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul .submenu-inner {
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.submenu-inner>.submenu-inner-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 600px;
  }
  .custom-menu-primary .submenu-inner-list>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .custom-menu-primary .submenu-inner-list>li>a{
    font-family: Helvetica,Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    width: 100%;
    text-align: left;
  }
  .custom-menu-primary .submenu-inner-list>li>a:after {
    content: '';
    padding-top: 4px;
    border-bottom: 1px solid rgb(127, 198, 141);
    display: block;
    margin-bottom: 4px;
  }
  .custom-menu-primary .submenu-inner-list>li {
    width: 50%;
  }
  .custom-menu-primary .submenu-inner-list>li>ul {
    display: block;
    text-align: left;
    width: 100%;
  }
  .custom-menu-primary .submenu-inner-list>li>ul>li {
    font-family: "neue-haas-grotesk-display", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 10px 7px -20px 0px;
    width: 100%;
  }
  .custom-menu-primary .submenu-inner-list>li>ul>li>a {
    color: #fff;
    transition: 0.3s ease all;
    margin-bottom: 0.9rem;
    display: inline-block;
  }
  .custom-menu-primary .submenu-inner-list>li>ul>li:last-child {
    margin-bottom: -5px;
  }

  .custom-menu-primary .submenu-inner-list>li>ul>li>a .open-tag {
    width: auto;
    display: inline-block;
    margin: 0px 0px 0px 7px;
    padding: 3px 3px 3px 3px;
    background-color: #7fc68d;
    position: relative;
    top: -4px;
  }

  .custom-menu-primary .submenu-inner-list>li>ul>li>a .open-tag h2 {
    font-family: "Helvetica", Sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #1d3767;
    line-height: 1;
  }
  .sec-header .custom-menu-primary .hs-menu-wrapper>ul>li>a, 
  .sec-header .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  .sec-header .custom-menu-primary .hs-menu-wrapper>ul li a,
  .sec-header .custom-menu-primary .hs-menu-wrapper>ul > li.active-branch > a,
  .sec-header .custom-menu-primary .hs-menu-wrapper>ul > li.active > a{
    color: #fff;
  }


}
@media (max-width:1260px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    right: 0;
    left: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>.submenu-inner {
    margin-top: -18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a .sub-arrow:after {
    content: '';
    display: block;
    height: 25px;
    position: absolute;
    width: 100%;
    left: 0;
  }

}
@media (max-width: 1024px) and (min-width: 768px){
  .header__logo {
    width: 25%;
  }
  .header__column {
    width: 75%;
  }
  .header-toggle {
    display: none;
  }
  .header__column-inner {
    padding: 10px 20px 10px 0px;
  }

}


@media (max-width: 1024px){
  .header-btn a.cta_button {
    font-size: 12px;
    padding: 11px 15px 11px 15px;
  }
  .header-top-link h2 {
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    gap: 30px;
  }
  .header__logo-inner img {
    width: 150px !important;
  }
  .header__logo-inner {
    justify-content: center;
    text-align: center;
  }
  .header__logo-inner .header-white-logo{
    padding: 10px 0px 10px 10px;
  }
  .main-header .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
  .sec-header .header__logo-inner {
    padding: 0;
  }
  .sec-header .header-btn a, .sec-header .header-btn a.cta_button {
    font-size: 12px;
    padding: 12px 15px 12px 15px;
  }
  body.sticky .body-container-wrapper {
    margin-top: -10px;
  }


}

@media (max-width: 767px) {
  .header-top {
    padding: 0px 10px 0px 10px;
  }
  .header-top-link h2 {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
  }
  .custom-menu-primary{
    display: none !important;
  }
  .mobile-menu-primary {
    margin-top: -9px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    position: absolute;
    z-index: 9997;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    background-color: #1d3767;
    width: 100%;
    top: 100%;
    left: 0;
    display: block;
    overflow-y: auto;
  }
  body.menu-open .mobile-menu-primary {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: calc(100vh - 70px);
  }
  .main-header .content-wrapper {
    min-height: 70px;
  }
  .header__logo {
    width: 35%;
  }
  .header__column {
    width: 65%;
  }
  .header__column-inner {
    padding: 10px 20px 10px 0px;
  }
  .header-btn a.cta_button {
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 0px 0px;
  }
  .header-toggle {
    display: block;
  }
  .header-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--nav-menu-icon-size,22px);
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    margin: 0;
    background-color: #1D376700;
    color: #1d3767;
  }
  .header-toggle i {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header-toggle .eicon-close {
    display: none;
  }
  .main-header-inner {
    position: relative;
  }
  .header__column, .header__column-inner {
    position: static;
  }
  body.menu-open .header-toggle .eicon-menu-bar {
    display: none;
  }
  body.menu-open .header-toggle .eicon-close {
    display: inline-block;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul > li > a,
  .mobile-menu-primary .hs-menu-wrapper > ul ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Helvetica, Sans-serif;
  }
  .mobile-menu-primary .hs-menu-wrapper .sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-primary .hs-menu-wrapper .sub-arrow i {
    pointer-events: none;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul ul {
    font-size: 13px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    width: 100%;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul ul li a {
    text-shadow: none;
    border-left: 8px solid transparent;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul > li > a:focus, 
  .mobile-menu-primary .hs-menu-wrapper > ul ul li a:focus {
    background-color: #55595c;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .mobile-menu-primary .hs-menu-wrapper > ul > li > a.clicked,
  .mobile-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .mobile-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .mobile-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .mobile-menu-primary .hs-menu-wrapper > ul ul li.active > a{
    color: #1d3767;
    background-color: #7fc68d;
  }
  .sec-header .header-toggle {
    color: #fff;
  }
  .fixed .main-header .content-wrapper {
    min-height: calc( 70px * 0.6 );
  }
  .sec-header .header-btn a, .sec-header .header-btn a.cta_button {
    font-size: 11px;
    padding: 10px 10px 10px 10px;
  }
  body.sticky .body-container-wrapper {
    margin-top: -30px;
  }



}



@media(max-width: 479px){
  body.sticky .body-container-wrapper {
    margin-top: -40px;
  }


}





@media all and (-ms-high-contrast:none) {


  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-child){
    margin-left: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .sub-arrow{
    margin-left: 4px;
  }

}
.footer-bottom {
  padding: 15px 0px 15px 0px;
  background-color: #0C2340;
}
.footer .content-wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-bottom-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  justify-content: space-between;
}
.footer-description {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-family: "neue-haas-grotesk-display", Sans-serif;
}
.footer-copyright {
  max-width: 100%;
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  width: auto;
}
.footer-privay {
  max-width: 100%;
  position: relative;
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  width: auto;
}
.footer-description p span {
  font-weight: 400;
}
.footer-top {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 160px 0px 30px 0px;
  background-color: #1d3767;
}
.footer-top-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-logo,
.footer-address,
.footer-menu{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-logo-inner,
.footer-address-inner,
.footer-menu-inner{
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.footer-logo-inner a {
  display: inline-block;
}

.footer-logo-inner img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  width: 250px !IMPORTANT;
}
.footer-menu .hs-menu-wrapper>ul {
  display: block;
  margin-bottom: 0.9rem;
}

.footer-menu .hs-menu-wrapper>ul>li {
  display: block;
}
.footer-menu .hs-menu-wrapper {
  margin: 0px 0px -20px 0px;
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.2px;
  width: auto;
}
.footer-address-inner {
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  width: auto;
}
.footer-privay>div {
  margin: 0px 0px -20px 0px;
}

@media (min-width: 768px){
  .footer-logo,
  .footer-address,
  .footer-menu{
    width: 33.333%;
  }
}


@media (max-width: 1024px){
  .footer-bottom {
    padding: 15px 20px 15px 20px;
  }
  .footer-top {
    padding: 160px 20px 30px 20px;
  }
  .footer-logo-inner img {
    width: 170px !important;
  }

}

@media (max-width: 767px){
  .footer-bottom {
    padding: 15px 20px 35px 20px;
  }
  .footer-top-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-logo, 
  .footer-address,
  .footer-menu {
    width: 100%;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa, .fas {
  font-weight: 900;
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}







.full-width-content .dnd-section {
  padding: 100px 15px 55px;
}
.full-width-content .span12.dnd-column {
  padding: 0px 80px 0px 0px;
}
.full-width-content .widget-type-rich_text {
  margin: 20px 0px 0px 0px;
  color: #222222;
  font-family: neue-haas-grotesk-display, Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.bottom-pane-area {
  z-index: 9;
  position: relative;
}
.request-info .dnd-section {
  padding: 80px 15px 35px;
}
.request-info .span12.dnd-column {
  padding: 0px 10px 0px 10px;
}
.request-info input.hs-button.primary.large {
  margin: 0;
  padding: 15px 20px 15px 20px;
}
.request-info textarea.hs-input {
  width: 100% !important;
}
.team-detail-page .bottom-pane-area {
  background-color: #cde0f1;
}
.team-detail-page .bottom-pane {
  padding-top: 0;
}

.about-page .bottom-pane {
  padding: 0;
}
.contact-info .dnd-section {
  padding: 80px 0px 35px 0px;
}
.contact-info .span6.dnd-column {
  width: 50%;
  margin: 0;
  padding: 10px;
}
.contact-info .span6.dnd-column:first-child {
  padding: 0px 10px 0px 10px;
}
.contact-info .widget-type-rich_text h3 {
  padding: 0;
  margin: 0;
  color: #1d3767;
  font-family: "Helvetica", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
  letter-spacing: initial;
}
.contact-info .widget-type-rich_text {
  color: #1d3767;
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  width: 100%;
  max-width: 100%;
}
.home_row1 .dnd-section {
  padding: 60px 0px 55px 0px;
  position: relative;
}
.home_row1 .dnd-section > .row-fluid {
  padding: 0;
}
.home_row1 .span5.dnd-column, .home_row1 .span7.dnd-column {
  margin: 0;
  padding: 10px;
}
.home_row1 .widget-type-header {
  margin: 0px 0px 13px 0px;
  max-width: 380px;
  width: 100%;
}
.home_row1 .widget-type-header h3 {
  padding: 0;
  margin: 0;
  font-family: "Helvetica", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.home_row1 .hs-horizontal-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  border-top: 1px solid #7fc68d;
  padding-top: 3px;
  padding-bottom: 3px;
  max-width: 370px;
  width: 100%;
}
.home_row1 .widget-type-rich_text {
  color: #222222;
  font-family: neue-haas-grotesk-display, Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.home_row1 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.home__pane .bottom-pane {
  padding-top: 0;
}
.home_row4 .management-wrapper {
  margin-bottom: -75px;
}
.home_row1 .span5.dnd-column {
  margin: -15px 0px 0px 0px;
}
body.team-detail-page .main-header {
  margin-bottom: -110px;
}



@media(min-width: 768px){
  .home_row1 .span5.dnd-column {
    width: 40%;
  }
  .home_row1 .span7.dnd-column {
    width: 60%;
  }




}

@media (max-width: 1024px){
  .full-width-content .dnd-section {
    padding: 60px 30px 35px 30px;
  }
  .full-width-content .span12.dnd-column {
    padding: 0;
  }
  .request-info .dnd-section {
    padding: 80px 20px 35px 20px;
  }
  .request-info-page .bottom-pane .pane-btn {
    margin: 10px 0 0;
  }
  .about-row4 .dnd-section {
    padding: 40px 30px 40px 30px;
  }
  .contact-page .banner-wrapper {
    padding: 0px 20px 0px 20px;
  }
  .contact-page .banner-wrapper .banner-header-column-inner {
    padding: 0px 0px 0px 0px;
  }
  .contact-info .dnd-section {
    padding: 80px 20px 15px 20px;
  }
  .home_row1 .dnd-section {
    padding: 60px 30px 55px 30px;
  }
  .home_row1 .span5.dnd-column {
    padding: 0px 30px 0px 0px;
  }


}




@media (max-width: 767px){
  .contact-info .span6.dnd-column {
    width: 100%;
  }
  .home_row1 .span5.dnd-column {
    margin: -10px 0 0;
  }


}



@media (max-width: 400px){
  .request-info .form-columns-2 .hs-input {
    width: 100% !important;
  }




}








/*************************************** Funds Page *******************************************/

body.fund__page .footer-top {
  padding-top: 100px;
}


.funds-about-content .dnd-section {
  padding: 60px 0px 60px 0px;
}
.funds-about-content .dnd-section>.row-fluid {
  padding: 10px;
  margin-bottom: 0;
  -ms-flex-line-pack: start !important;
  align-items: flex-start !important;
}
.funds-about-content .dnd-section>.row-fluid .span6 {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 10px 10px !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.funds-about-content .dnd-section>.row-fluid h3 {
  font-family: "Helvetica", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0px;
  margin: 0px 0px 10px 0px;
  padding: 0px 30px 0px 0px;
}
.funds-about-content .dnd-section>.row-fluid a.hs-button,
.funds-about-content .dnd-section>.row-fluid a.cta_button {
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  font-family: "Helvetica", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #1d3767;
  margin: 0 !important;
  transform: none !important;
}
.funds-about-content .dnd-section>.row-fluid a.hs-button:hover,
.funds-about-content .dnd-section>.row-fluid a.cta_button:hover,
.funds-about-content .dnd-section>.row-fluid a.hs-button:focus,
.funds-about-content .dnd-section>.row-fluid a.cta_button:focus{
  color: #1d3767;
  background-color: #7fc68d;
  border-color: #7FC68D00;
}
.funds-about-content .dnd-section>.row-fluid p {
  margin-top: 0;
  margin-bottom: 0.9rem;
  color: #222222;
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.funds-timeline-area .dnd-section,
.funds-contact-us .dnd-section{
  padding: 0 !important;
}
.funds-timeline-area .dnd-section>.row-fluid,
.funds-contact-us .dnd-section>.row-fluid{
  max-width: 100% !important;
}

.fund-page .advnced-banner .banner-content {
  width: 400px;
  max-width: 400px;
}
.fund-page .advnced-banner .banner-content h3.banner-sub-title {
  font-family: "Helvetica", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}
.fund-inner-page .advnced-banner {
  padding: 50px 0px 0px 0px;
}
.banner-top-title {
  margin: 0px 0px 20px 0px;
  padding: 6px 10px 6px 10px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}
.banner-top-title h4 {
  color: #1d3767;
  font-family: "Helvetica", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.fund-inner-page .advnced-banner .banner-content {
  margin: 10px 0px 0px 0px;
}
.fund-inner-page .advnced-banner .banner-content p {
  margin-top: 0;
  margin-bottom: 0.9rem;
  color: #1d3767;
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.fund-inner-page .advnced-banner .banner-content p strong {
  font-weight: 600;
}
.funds-inner-about-content .dnd-section {
  padding-left: 0;
  padding-right: 0;
}
.funds-inner-about-content .span6 {
  width: 50% !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
  float: none;
  display: flex !important;
}
.funds-inner-about-content .span6 {
  width: 50% !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
  float: none;
  display: flex !important;
  margin: 0 !important;
}
.funds-inner-about-content .dnd-section>.row-fluid {
  align-content: flex-start;
  align-items: flex-start;
}
.funds-inner-about-content .span6:first-child {
  padding: 0px 79px 0px 0px;
}
.funds-inner-about-content .span6 h3 {
  font-size: 34px;
  margin: 0px 0px 10px 0px;
}
.funds-inner-about-content .span6:last-child {
  padding: 0px 80px 0px 0px;
}
.funds-inner-about-content .span6 h5 {
  margin: 0px 0px 10px 0px;
}
.funds-inner-about-content .span6 p {
  font-weight: 500;
}
.funds-inner-about-content .span6 p span {
  font-weight: 400;
}
.funds-inner-about-content .span6 ul>li>p {
  margin-bottom: 6px;
}
.funds-inner-about-content .span6 ul>li>ul>li {
  margin-bottom: 6px;
}
.funds-inner-about-content .span6 ul li {
  color: #222222;
}
.fund-inner-page .fund-timeline-wrapper {
  padding: 80px 0px 80px 0px;
}
.fund-inner-page .timeline-content-inner .timeline-col .content3 {
  background-color: #fff !important;
}
.fund-inner-page .content-us-row .contact-heading {
  text-align: left;
  width: 700px;
  max-width: 700px;
  margin: 0;
}
.fund-inner-page .content-us-row .contact-heading h2 {
  font-family: "Helvetica", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.funds-performance-content .dnd-section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
}


.fund-inner-page.hs-fundsfairview-investment-fund-v .banner-top-title h4,
.fund-inner-page.hs-fundsfairview-investment-fund-iv .banner-top-title h4,
.fund-inner-page.hs-fundsfairview-investment-fund-iii .banner-top-title h4,
.fund-inner-page.hs-fairview-opportunity-fund .banner-top-title h4,
.fund-inner-page.hs-fundsfairview-investment-fund-ii .banner-top-title h4,
.fund-inner-page.hs-fundsfairview-investment-fund-i .banner-top-title h4,
.fund-inner-page.hs-fundsfairview-opportunity-fund .banner-top-title h4{
  color: #fff !important;
  font-weight: 400;
}
.fund-inner-page.hs-fundsfairview-investment-fund-v .content-us-row .contact-heading,
.fund-inner-page.hs-fundsfairview-investment-fund-iv .content-us-row .contact-heading,
.fund-inner-page.hs-fundsfairview-investment-fund-iii .content-us-row .contact-heading,
.fund-inner-page.hs-fairview-opportunity-fund .content-us-row .contact-heading,
.fund-inner-page.hs-fundsfairview-investment-fund-ii .content-us-row .contact-heading,
.fund-inner-page.hs-fundsfairview-investment-fund-i .content-us-row .contact-heading,
.fund-inner-page.hs-fundsfairview-opportunity-fund .content-us-row .contact-heading{
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.fund-inner-page.hs-fundsfairview-investment-fund-v .content-us-row .contact-heading h2,
.fund-inner-page.hs-fundsfairview-investment-fund-iv .content-us-row .contact-heading h2,
.fund-inner-page.hs-fundsfairview-investment-fund-iii .content-us-row .contact-heading h2,
.fund-inner-page.hs-fairview-opportunity-fund .content-us-row .contact-heading h2,
.fund-inner-page.hs-fundsfairview-investment-fund-ii .content-us-row .contact-heading h2,
.fund-inner-page.hs-fundsfairview-investment-fund-i .content-us-row .contact-heading h2,
.fund-inner-page.hs-fundsfairview-opportunity-fund .content-us-row .contact-heading h2{
  font-family: "Helvetica", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.fund-inner-page.hs-fundsfairview-investment-fund-v .content-us-row .contact-us-content,
.fund-inner-page.hs-fundsfairview-investment-fund-iv .content-us-row .contact-us-content,
.fund-inner-page.hs-fundsfairview-investment-fund-iii .content-us-row .contact-us-content,
.fund-inner-page.hs-fundsfairview-investment-fund-ii .content-us-row .contact-us-content,
.fund-inner-page.hs-fairview-opportunity-fund .content-us-row .contact-us-content,
.fund-inner-page.hs-fundsfairview-investment-fund-i .content-us-row .contact-us-content,
.fund-inner-page.hs-fundsfairview-opportunity-fund .content-us-row .contact-us-content{
  width: 600px;
  max-width: 600px;
  margin: 10px 0px 0px 0px;
}
.fund-inner-page.hs-fairview-opportunity-fund .content-us-row .contact-us-content,
.fund-inner-page.hs-fundsfairview-opportunity-fund .content-us-row .contact-us-content{
  width: 700px;
  max-width: 700px;
}






.fund-page .advnced-banner .banner-title {
  line-height: 1.2em;
}


















@media (max-width: 1170px){
  .funds-inner-about-content .dnd-section>.row-fluid {
    padding: 0 20px;
  }
}



@media (max-width: 1024px){
  body.fund__page .footer-top {
    padding-top: 50px;
  }
  .fund-page .advnced-banner .banner-col-inner {
    padding: 0px 30px 0px 30px;
    margin: 50px 0px 0px 0px;
  }
  .fund-page .advnced-banner {
    padding: 0;
  }
  .funds-inner-about-content .dnd-section {
    padding: 60px 20px 60px 20px;
  }
  .funds-inner-about-content .dnd-section>.row-fluid {
    padding: 0;
  }
  .funds-inner-about-content .dnd-section>.row-fluid {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .funds-inner-about-content .span6 {
    width: 100% !important;
    padding: 0 !important;
  }
  .funds-inner-about-content .span6:last-child {
    margin: 30px 0px 0px 0px !important;
  }
  .fund-inner-page .fund-timeline-wrapper {
    padding: 60px 20px 60px 20px;
  }
  .fund-inner-page .contact-us-button {
    margin: 20px 0px 0px 0px;
  }
  .funds-performance-content .dnd-section {
    padding: 60px 20px 60px 20px;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-v .contact-us-button,
  .fund-inner-page.hs-fundsfairview-investment-fund-iv .contact-us-button,
  .fund-inner-page.hs-fundsfairview-investment-fund-iii .contact-us-button,
  .fund-inner-page.hs-fairview-opportunity-fund .contact-us-button,
  .fund-inner-page.hs-fundsfairview-investment-fund-ii .contact-us-button,
  .fund-inner-page.hs-fundsfairview-investment-fund-i .contact-us-button,
  .fund-inner-page.hs-fundsfairview-opportunity-fund .contact-us-button{
    margin: 0;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-iv .funds-inner-about-content .dnd-section,
  .fund-inner-page.hs-fundsfairview-investment-fund-iii .funds-inner-about-content .dnd-section,
  .fund-inner-page.hs-fundsfairview-investment-fund-ii .funds-inner-about-content .dnd-section,
  .fund-inner-page.hs-fundsfairview-investment-fund-i .funds-inner-about-content .dnd-section{
    padding: 40px 20px 40px 20px;
  }
  .funds-about-content .dnd-section {
    padding: 60px 20px 60px 20px;
  }
  .hs-fundsfairview-evergreen-fund .funds-inner-about-content .dnd-section {
    padding: 40px 30px 40px 30px;
  }




}




@media (max-width: 767px){
  .fund-page .advnced-banner .banner-title {
    font-size: 45px;
    line-height: 1.2em;
  }
  .fund-inner-page .advnced-banner .content-wrapper {
    min-height: 500px !important;
  }
  .fund-inner-page .advnced-banner .banner-title {
    font-size: 40px;
    line-height: 1.1em;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-iv .advnced-banner .content-wrapper,
  .fund-inner-page.hs-fundsfairview-investment-fund-iii .advnced-banner .content-wrapper,
  .fund-inner-page.hs-fundsfairview-investment-fund-ii .advnced-banner .content-wrapper,
  .fund-inner-page.hs-fundsfairview-investment-fund-i .advnced-banner .content-wrapper{
    min-height: 450px !important;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-iii .counter-row,
  .fund-inner-page.hs-fairview-opportunity-fund .counter-row{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-iii .counter-row.counter2,
  .fund-inner-page.hs-fairview-opportunity-fund .counter-row.counter2{
    margin-top: 0;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-iii .counter-row.counter3 .counter-item:first-child,
  .fund-inner-page.hs-fairview-opportunity-fund .counter-row.counter3 .counter-item:first-child{
    margin: 0;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-iii .counter-row.counter3,
  .fund-inner-page.hs-fairview-opportunity-fund .counter-row.counter3{
    margin: 0;
  }
  .fund-inner-page.hs-fairview-opportunity-fund .advnced-banner .content-wrapper,
  .fund-inner-page.hs-fundsfairview-opportunity-fund .advnced-banner .content-wrapper{
    min-height: 400px!important;
  }
  .fund-inner-page.hs-fairview-opportunity-fund .advnced-banner .banner-title {
    font-size: 45px;
    line-height: 1.2em;
  }
  .fund-inner-page.hs-fairview-opportunity-fund .counter-row-inner .counter-item:not(:first-child), 
  .fund-inner-page.hs-fairview-opportunity-fund .counter-row.counter3 .counter-item:first-child,
  .fund-inner-page.hs-fundsfairview-opportunity-fund .counter-row.counter3 .counter-item:first-child{
    margin: 0;
  }
  .fund-inner-page.hs-fairview-opportunity-fund .counter-row.counter1 {
    margin-top: 20px;
    margin-bottom: 30px !important;
  }
  .fund-inner-page.hs-fairview-opportunity-fund .counter-row {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-ii .counter-row.counter1{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .fund-inner-page.hs-fundsfairview-investment-fund-i .counter-row.counter1,
  .fund-inner-page.hs-fundsfairview-opportunity-fund .counter-row.counter2, 
  .fund-inner-page.hs-fundsfairview-opportunity-fund .counter-row.counter3{
    margin-bottom: 30px !important;
    margin-top: 20px !important;
  }
  .fund-inner-page.hs-fundsfairview-opportunity-fund .counter-row-inner .counter-item:not(:first-child),
  .fund-inner-page.hs-fundsfairview-opportunity-fund .counter-row.counter3 .counter-item:first-child {
    margin: 0;
  }
  .fund-inner-page.hs-fundsfairview-opportunity-fund .advnced-banner .banner-title {
    font-size: 45px;
    line-height: 1.2em;
  }
  .fund-inner-page.hs-fundsfairview-opportunity-fund .counter-row {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }
  .fund-inner-page.hs-fundsfairview-opportunity-fund .counter-row.counter2 {
    margin-bottom: 20px!important;
  }
  .fund-inner-page.hs-fundsfairview-opportunity-fund .counter-row.counter3 {
    margin-bottom: 20px!important;
  }
  .funds-about-content .dnd-section>.row-fluid .span6 {
    width: 100% !important;
  }
  .funds-about-content .dnd-section>.row-fluid .span6:last-child {
    padding-top: 10px !important;
  }
  .hs-fundsfairview-investment-fund-v .advnced-banner .content-wrapper {
    min-height: 450px!important;
  }

}




@media all and (-ms-high-contrast:none) {

  .home-banner .content-wrapper{
    display: table !Important;
  }
  .home-banner .banner-flex{
    display: table-cell !Important;
    vertical-align: middle;
  }
  .home-banner .banner-col-inner, .home-banner .banner-column{
    display: block !Important;
  }
}