*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "brandon-grotesque"; src: url("https://use.typekit.net/af/1da05b/0000000000000000000132df/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/1da05b/0000000000000000000132df/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/1da05b/0000000000000000000132df/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-display: auto; }

@font-face { font-family: "brandon-grotesque"; src: url("https://use.typekit.net/af/d8f71f/0000000000000000000132e1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/d8f71f/0000000000000000000132e1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/d8f71f/0000000000000000000132e1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); font-style: normal; font-weight: 500; font-display: auto; }

@font-face { font-family: "brandon-grotesque"; src: url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-display: auto; }

@font-face { font-family: "Sofia-Pro"; src: url(https://20085250.fs1.hubspotusercontent-na1.net/hubfs/20085250/raw_assets/public/SherridonHomes_January2022/fonts/SofiaProRegular.woff) format("woff"); font-style: normal; font-weight: normal; }

@font-face { font-family: "Sofia-Pro"; src: url(https://20085250.fs1.hubspotusercontent-na1.net/hubfs/20085250/raw_assets/public/SherridonHomes_January2022/fonts/SofiaPro-Medium.woff) format("woff"); font-style: normal; font-weight: 500; }

@font-face { font-family: "Sofia-Pro"; src: url(https://20085250.fs1.hubspotusercontent-na1.net/hubfs/20085250/raw_assets/public/SherridonHomes_January2022/fonts/SofiaPro-Bold.woff) format("woff"); font-style: normal; font-weight: 700; }


@font-face { font-family: "FontAwesome"; src: 
  url("https://20085250.fs1.hubspotusercontent-na1.net/hubfs/20085250/SherridonHomes_January2022/fonts/FontAwesome.eot") format("embedded-opentype"), 
  url(https://20085250.fs1.hubspotusercontent-na1.net/hubfs/20085250/raw_assets/public/SherridonHomes_January2022/fonts/FontAwesome.woff2) format("woff2"), 
  url(https://20085250.fs1.hubspotusercontent-na1.net/hubfs/20085250/raw_assets/public/SherridonHomes_January2022/fonts/FontAwesome.woff) format("woff"), 
  url(https://20085250.fs1.hubspotusercontent-na1.net/hubfs/20085250/raw_assets/public/SherridonHomes_January2022/fonts/FontAwesome.ttf) format("truetype"), 
  url(https://20085250.fs1.hubspotusercontent-na1.net/hubfs/20085250/raw_assets/public/SherridonHomes_January2022/fonts/FontAwesome.svg) format("svg"); font-style: normal; font-weight: normal; }


body {
  line-height: 1.53333;
}

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

html {
  font-size: .9375em;
  line-height: 1.53333;
  overflow-y: scroll;
  min-height: 100%;
  font-family: "Sofia-Pro",sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 25px;
}

/* 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 0 25px;
  line-height:1.1;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  color: #000;
  border:0;
  font-size: 28px;
  font-family: 'brandon-grotesque',sans-serif;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}

/* 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;
  data-margin-top: 0;
}

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

form{
  background-color: #172853;
  position: relative;
  padding: 60px 20px;
}

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

/* Labels */

form label {
  display: block;
  padding-bottom: 0.7rem;
  color: #fff;
  font-size: .9375em;
  line-height: 1.53333;
  font-family: "Sofia-Pro",sans-serif;
  font-weight: 400;
}

/* Help text - legends */

form legend {
  display: block;
  padding-bottom: 0.7rem;
  color: #fff;
  font-size: .9375em;
  line-height: 1.53333;
  font-family: "Sofia-Pro",sans-serif;
  font-weight: 400;
}

/* Inputs */

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  color: #172853;
  background-color: #fff;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border: none;
  outline: none;
  padding: 1.15rem 1.25rem;
  width: 100%;
  font-size: 100%;
  line-height: 1.15;
  background: #fff;
  margin: 0;
  overflow: visible;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Sofia-Pro",sans-serif;
}

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;
  margin: 0.7rem 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

.hs-button,
.hs-button.large.primary,
button,
.button {
  margin-top: 3rem;
	margin-top: 2px;
  background-color: #7fcdee;
  border-radius: 0;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Sofia-Pro",sans-serif;
  line-height: 1.3;
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #172853;
  cursor: pointer;
  text-align: center;
  transition: all 300ms;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  border-color: #7fcdee;
  transition: background-color 300ms,border-color 300ms;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width: 767px){
form{
  margin-bottom:25px;
}
}
/* 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-bg {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: block;
  background-color: #F5F5F5;
}

.custom-header {
  min-height: 114.3px;
  position: relative;
}

.scroll-header .header-bg {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.header-top {
  background-color: #172853;
}
.lp-header .header-bottom .header__container {
  padding: 25.223px 25px;
  justify-content: flex-start;
}
.lp-header .header-top {
  padding: 15.9px 0px;
}

.header-top ul {
  float: right;
  padding: 0;
  list-style: none;
  margin: 0;
}

.scroll-header .header-bg.animate {
  background-color: #f5f5f5;
  position: fixed;
  border:0;
  width: 100%;
  top:0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  z-index: 9999;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

/* .header-hide .header-bg {
border:0;
-webkit-transform: translateY(-100%) !important;
-ms-transform: translateY(-100%) !important;
transform: translateY(-100%) !important;
-webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s !important;
transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s !important;
-o-transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s !important;
transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s !important;
transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s !important;
} */

.header__container:after, .header__container:before {
  content: "";
  display: block;
  clear: both;
}
.header-top ul li {
  padding: 0;
  margin: 0 1rem;
  display: inline-block;
  position: relative;
  z-index: 999;
  line-height: 1;
}
.header-top ul li a {
  padding: 0.5rem 0 0.45rem;
  color: #7fcdee;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.header-top ul li:last-child {
  margin-right: 0;
}
.header-top ul li:last-child a:first-child {
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}
.header-bottom .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo a#hs-link-header_logo_hs_logo_widget {
  width: 185px;
  display: block;
}
.header-logo img.hs-image-widget {
  display: block;
  width: 100% !important;
}
nav.header-nav {
  display: block;
  width: 100%;
}
nav.header-nav .hs-menu-wrapper ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
nav.header-nav .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0 1.75rem;
  position: relative;
  z-index: 999;
  line-height: 1;
  cursor: pointer;
}
nav.header-nav .hs-menu-wrapper>ul>li>a {
  line-height: 1;
  color: #172853;
  position: relative;
  display: inline-block;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  white-space: nowrap;
  padding: 2.2rem 0;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
nav.header-nav .hs-menu-wrapper>ul>li:not(:first-child)>ul {
  min-width: 200px;
  background-color: #0C2340;
  position: absolute;
  top: 5.4rem;
  left: -1rem;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms,visibility 300ms;
  -o-transition: opacity 300ms,visibility 300ms;
  transition: opacity 300ms,visibility 300ms;
  z-index: 9999;
}
nav.header-nav .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a {
  padding: 1rem 1.5rem;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  display: block;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  text-align:left;
}
nav.header-nav .hs-menu-wrapper>ul>li:not(:first-child):hover>ul {
  opacity: 1;
  visibility: visible;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: #0C2340;
  color: white;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes {
  position: unset;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes:hover>ul {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
  height: auto;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li {
  max-width: 1200px;
  padding-right: 0;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li {
  display: inline-block;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: visibility cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,-webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: visibility cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,-webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -o-transition: visibility cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: visibility cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: visibility cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,-webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0 85px;
  margin: 68px 0;
  vertical-align: top;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:first-child {
  padding-left: 0;
  border-right: 1px solid rgba(255,255,255,0.2);
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-of-type {
  margin: 0;
  padding: 68px 0 68px 95px;
  min-height: 295px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes:hover>ul>li>ul>li {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,-webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,-webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s,-webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li>a {
  display: inline-block;
  width: 295px;
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "brandon-grotesque",sans-serif;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li>a .mega-menu-image {
  width: 295px;
  height: 195px;
  background-size: cover;
  margin-bottom: 25px;
  margin-top: 25px;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li>a span.mega-menu-action {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.8;
  font-weight: 500;
  font-family: "Sofia-Pro",sans-serif;
  margin-top: 25px;
  display: block;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li>a span.mega-menu-action svg {
  float: right;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  overflow: hidden;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li>a span.mega-menu-action:hover svg {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
nav.header-nav .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
nav.header-nav .hs-menu-wrapper>ul {
  text-align: right;
}
.header-top ul li:last-child a {
  line-height: 15px;
  font-weight: 400;
  font-size: 15px;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-child:before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  width: 999rem;
  top: 0;
  left: 0;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-child>a {
  margin: 0;
  width: auto;
  display: block;
  font-size: 0;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-child>ul>li:first-child>a {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 25px;
  list-style: none;
  position: relative;
  z-index: 999;
  display: block;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-child>ul>li:nth-child(2) {
  display: list-item;
  list-style: none;
  margin: 0 0 1rem;
  position: relative;
  line-height: 1;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-child>ul>li:nth-child(2)>a {
  color: #fff;
  padding: 0;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  white-space: nowrap;
  font-size: 16px;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-child>ul>li:last-child {
  display: list-item;
  list-style: none;
  margin: 2rem 0 1rem;
  position: relative;
  z-index: 999;
  line-height: 1;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-child>ul>li:last-child>a {
  padding: 0.9rem 1rem;
  color: #0C2340;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  background-color: #7fcdee;
  border-color: #7fcdee;
  font-size: 1rem;
  font-family: "Sofia-Pro",sans-serif;
  line-height: 1.3;
  display: inline-block;
  border: 1px solid #172853;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 0.8;
  position: relative;
  white-space: nowrap;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul {
  text-align: left;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes:hover>ul>li>ul>li:nth-child(2) {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
nav.header-nav .hs-menu-wrapper>ul>li.our-homes>ul>li>ul>li:last-child {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.mobile-menu {
  left: -1000px;
  position: absolute;
}

.mobile-open .body-wrapper {
  -webkit-transform: translate3d(-80vw,0,0);
  transform: translate3d(-80vw,0,0);
}

@media (min-width: 64em){
  .header-logo a#hs-link-header_logo_hs_logo_widget{
    width: 245px;
  }
}

@media (min-width: 550px){
  .mobile-open .body-wrapper {
    -webkit-transform: translate3d(-440px,0,0);
    transform: translate3d(-440px,0,0);
  }
}


@media(max-width: 1210px){
  .custom-header {
    min-height: 100.5px;
    position: relative;
  }
  .lp-header .header-top {
    padding: 14.53px 0px;
  }
  .lp-header .header-bottom .header__container {
    padding: 19.219px 25px;
  }
  .mobile-trigger-inner {
    display: inline-block;
    overflow: visible;
    padding: 30px 25px;
    cursor: pointer;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
  }
  .nav-icon-inner, .nav-icon-inner:before, .nav-icon-inner:after {
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    border-radius: 2px;
    background-color: #171047;
    display: block;
    content: '';
  }
  .nav-icon-inner:before {
    top: -6px;
  }
  .nav-icon-inner:after {
    bottom: -6px;
  }
  .nav-icon-inner {
    margin-top: -2px;
  }
  nav.header-nav .hs-menu-wrapper>ul {
    display: none;
  }
  .header-bottom .header__container {
    padding: 5px 25px;
  }
  .mobile-menu {
    left: auto!important;
    right: 0;
    width: 80%;
    min-width: 240px;
    max-width: 440px;
    position: fixed;
    background: #f3f3f3;
    line-height: 20px;
    top: 0;
    bottom: 0;
  }
  .body-wrapper {
    left: 0;
    position: relative;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    background-color: #fff;
    z-index: 9;
  }
  .mobile-trigger-wrap {
    display: inherit;
  }
  html.mobile-open {
    overflow: hidden;
  }
  .mobile-menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
  }
  .mobile-menu-inner {
    display: block;
    left: auto;
    -webkit-transition-property: width,-webkit-transform;
    transition-property: width,-webkit-transform;
    -o-transition-property: transform,width;
    transition-property: transform,width;
    transition-property: transform,width,-webkit-transform;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
  }
  .mobile-menu-inner:after, .mobile-menu-inner:before {
    content: '';
    display: block;
    height: 20px;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul {
    margin: -20px -20px 20px;
    list-style: none;
    display: block;
    padding: 0;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li>a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    display: block;
    color: rgba(0,0,0,.75);
    padding-top: calc((44px - 20px)/ 2);
    padding-bottom: calc(( 44px - 20px)/ 2);
    line-height: 20px;
  }
  .mobile-menu-inner .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul {
    position: absolute !important;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #eeefef;
    display: block !important;
    width: 100%;
    height: 100%;
    list-style: none;
    z-index: 9;
    padding: 0 20px 0 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: hsl(0deg 0% 0% / 10%);
  }
  .mobile-menu-inner .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children>ul {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(10%,0,0);
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left:0px;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li a.item-btn {
    padding: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom: 1px solid #0000001a;
    background: rgba(3,2,1,0);
    border-color: rgba(0, 0, 0, 0.1);
    width: auto;
    z-index: 1;
    padding-right: 54px;
    position: relative;
    display: block;
    padding-top: calc((44px - 20px)/ 2);
    padding-bottom: calc(( 44px - 20px)/ 2);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 10%;
    flex-basis: auto;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li a.item-btn:after {
    -webkit-transform: rotate( 
      135deg
    );
    -ms-transform: rotate(135deg);
    transform: rotate( 
      135deg
    );
    right: 23px;
    left: auto;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li a.item-btn:after {
    content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3);
    border-bottom: 0;
    border-right: 0;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li>a:after {
    content: '';
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li {
    position: unset;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li>a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: rgba(0,0,0,.75);
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    display: block;
    padding-top: calc((44px - 20px)/ 2);
    padding-bottom: calc((44px - 20px)/ 2);
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li:after {
    content: '';
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
  }
  .mobile-menu-inner a.panel-blocker {
    opacity: 0;
    visibility:hidden;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    background: rgb(243, 243, 243);
  }
  .mobile-menu-inner a.panel-blocker.remove-child {
    opacity: .6;
    visibility:visible;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li>a:focus {
    background: rgba(255, 255, 255, 0.4);
  }
  .header-top ul li a {
    padding: 0.5rem 0 0.4rem;
  }
}

@media (max-width: 425px){
  .header-top ul li:last-child a:first-child,
  .header-top ul li:last-child a{
    font-size: x-small;
    margin-top: 10.8px;
    line-height: 10px;
    padding:0;
  }
}



@media(max-width: 376px){
  .lp-header .header-top {
        padding: 27.31px 0px;
  }
  .lp-header .header-bottom .header__container{
    padding: 23.09px 25px;
  }
}
.footer-bg {
  background-color: #0C2340;
  position: relative;
}

.footer-wrapper {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

.footer-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.footer-content {
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col {
  margin-bottom: 2rem;
  text-align: center;
}

.footer-logo a{
  display: block;
  width: 300px;
}

.footer-logo a img{
  display: block;
  width: 100%!important;
}

.footer-social-wrapper {
  margin-top: 2.2rem;
}

.footer-social-wrapper p {
  color: #FFFFFF;
  margin-bottom: 10px !important;
}

.footer-social-wrapper a {
  display: inline-block;
  width: 18%;
}

.footer-social-wrapper a img {
  display: block;
}

.footer-col h3.menu-heading {
  color: #7fcdee;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.footer-menu .hs-menu-wrapper>ul{
  padding: 0;
  margin: 0;
}

.footer-menu .hs-menu-wrapper>ul>li{
  list-style: none;
  margin-bottom: 5px;
}

.footer-menu .hs-menu-wrapper>ul>li>a{
  opacity: 0.7;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover{
  opacity:1;
}

.footer-copyright {
  background-color: #000;
  text-align: center;
  padding: 0.5rem 0;
}


.footer-copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-copyright ul li {
  display: inline-block;
  opacity: 0.7;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  margin: 0 0.5rem;
}

.footer-copyright ul li::after {
  content: '|';
  display: inline-block;
  position: relative;
  right: -0.5rem;
}

.footer-copyright ul li:last-child::after{
  display:none;
}

.footer-copyright ul li a {
  transition: text-decoration 300ms ease-in;
  transition: text-decoration 300ms ease-in, -webkit-text-decoration 300ms ease-in;
}

.scrolltop {
  font-size: 16px;
  background: #ffffff;
  display: none;
  position: absolute;
  top: -68px;
  right: 50px;
  height: 42px;
  width: 42px;
  color: #000;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #002B5C;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-up:before {
  content: "\f106";
}

.scrolltop span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 0.4;
}

.footer-col:last-of-type{
  margin:0;
}

.footer-copyright ul li a:hover{
  text-decoration:underline;
}

@media (min-width: 64em){
  .footer-content{
    padding: 6rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    display: flex;
  }
  .footer-col:first-of-type {
    margin-right: 4rem;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-col {
    margin-right: 2rem;
    margin-bottom: 0;
    text-align: left;
  }
}
