*, *: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;

}


.dnd-section > .row-fluid {
  margin: 0 auto;
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

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

@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}

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

@font-face {
  font-family: "futura-pt-condensed";
  src: url("https://use.typekit.net/af/64e0cf/00000000000000000001203d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/64e0cf/00000000000000000001203d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/64e0cf/00000000000000000001203d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

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

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


html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.5;
  background-color: #fff;
  word-break: break-word;
}

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: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0px;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  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: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

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

  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  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;
  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 */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: .92rem;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #cd0f41;
    border-color: #cd0f41;
    text-decoration: none !important;
}


form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgb(226, 8, 66);
  border-color: rgb(226, 8, 66);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgb(226, 8, 66);
  border-color: rgb(226, 8, 66);
}
div#hs-search-module form input {
    margin-bottom: 16px;
}
div#hs-search-module form a.hs-button.primary {
    color: #fff;
}
/* Captcha */
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: red;
}
.grecaptcha-badge {
  margin: 0 auto;
}

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

.hs-form-field > label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  margin-bottom: .5rem;
}

form {
  max-width: 767px;
  margin-bottom: 15px;
}
/* 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 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.header {
  transition: all .3s ease;
  top: -191px;
  box-shadow: 0 0 12px rgb(0 0 0 / 0%);
  width: 100%;
}
#navholder.scroll-up {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}

.lp .tp_head_wrp {
    height: 45px;
}

.lp .btm-head_wrp {
  position: relative;
  top: 17px;
}
@media(max-width:1199px){
  .lp .btm-head_wrp {
    position: relative;
    top: 21px;
}
}
@media(max-width:991px){
.lp .btm-head_wrp {
    top: 0;
}
}
.outr-header {
    min-height: 166px;
}
@media(max-width:1199px){
  .outr-header {
    min-height: 173px;
}
}

@media(max-width:991px){
  .outr-header {
    min-height: 147px;
}
}

@media(max-width:767px){
  .outr-header {
    min-height: 161px;
}
}


@media(max-width:500px){
  .outr-header {
    min-height: 131px;
}
}


.tp_head_wrp {
  background-color: #f2f2f2;
}

.btm-head_wrp {
  padding-bottom: 0;
  padding-top: 15px;
}


.tp_head_md {
  position: relative;
  top: 3px;
}

.pull-right {
  float: right;
}

.col-4.my-2.tp_head_rgt {}

.tp_head_rgt a {
  color: black;
  border-bottom: 1px solid;
  font-weight: 500;
  letter-spacing: -0.4px;
  font-size: 15px;
  transition: all .1s ease;
}

.tp_head_rgt a:hover {
  padding-bottom: 2px;
  text-decoration: none;
}

.social-bar a {
  text-decoration: none !important;
}



@keyframes simple-rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}


.tp_head_md a {}

.pull-right {
  float: right;
}

.tp_head_lft a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-transform: uppercase;
  background-color: rgb(205, 15, 65);
  border-radius: 12px;
  font-size: 16px;
  color: white;
  padding: 2px 20px 1px;
  position: relative;
  margin-left: 20px;
  font-weight: 500;
}

.tp_head_lft a:hover {
  background-color: rgb(210, 51, 79);
  text-decoration: none;
}

.btm-head_wrp > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.btm-head_wrp .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px){
  .btm-head_wrp > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btm-head_wrp .content-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}


.btm-head_wrp > div {
  padding-bottom: 0;
  padding-top: 0;
}



.logo-wrapper {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 15px;
  color: rgba(0,0,0,.9);
}

.logo-wrapper img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  vertical-align: top!important;
  display: inline-block!important;
  width: 200px !important;
}

@media (min-width: 992px){
  .navbar-toggler {
    display: none;
  }
}

.navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}

.custom-menu-primary {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px){
  .custom-menu-primary {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.custom-menu-primary > div {
  width: 100%;
}

.custom-menu-primary ul.submenu.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto!important;
  margin-top: 50px;
}


@media (min-width: 992px){
  .custom-menu-primary ul.submenu.level-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  } 
}

.custom-menu-primary ul ul {
  display: none;
}

.custom-menu-primary nav {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.custom-menu-primary ul.submenu.level-1 > li {
  position: relative;
}

.custom-menu-primary ul.submenu.level-1 > li:not(:last-child) {
  padding: 7px 20px 14px;
}

.custom-menu-primary ul.submenu.level-1 > li:last-child > a {
  display: block;
  font-size: 16px;
  background: transparent;
  border-radius: 0;
  border: 1px solid rgb(205, 15, 65);
  padding: 2px 19px 2px;
  margin: 5px 0 0 25px;
  transition: all .2s ease;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
  letter-spacing: -0.7px;
}

header a:hover {
  text-decoration: none;
}

.custom-menu-primary ul.submenu.level-1 > li:last-child > a:hover {
  background-color: rgb(205, 15, 65);
  color: #fff;
}

.custom-menu-primary ul.submenu.level-1>li:not(:last-child) > a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  border-bottom: 6px solid transparent;
  color: #333333;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child>a:after {
  margin-left: 7px;
}

.custom-menu-primary ul.submenu.level-1>li:not(:last-child) > a:hover {
  border-bottom: 6px solid rgb(205, 15, 65);
}

.custom-menu-primary ul ul ul {
}

.custom-menu-primary ul ul {
  background-clip: padding-box;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 14rem;
  position: static;
  float: none;
  position: absolute;
  background-color: rgb(205, 15, 65);
  border-radius: 0;
  top: 54px;
  box-shadow: none;
  border: none;
}

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

.custom-menu-primary ul ul li a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}

.custom-menu-primary ul ul li a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.custom-menu-primary ul.submenu.level-1>li:hover > ul.submenu.level-2 {
  display: block;
}


.custom-menu-primary ul ul li hr.item-divider {
  background: transparent;
  color: transparent;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  padding-right: 7rem;
  padding: 0 5rem;
  margin: 0.6rem 1rem 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 li.has-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 li.has-submenu:hover > a:after {
  border-left-color: #fff;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li:hover > ul.submenu.level-3 {
  display: block;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2  ul.submenu.level-3 {
  top: 0;
  left: 100%;
  margin-top: -8px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0;
  min-width: 14rem;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3 li hr.item-divider {

  padding: 0 5rem;
  margin: 0.6rem 1rem 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0.6rem 0 0.4rem;
  padding-right: 7rem;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3 li {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  text-align: left;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3 li a {
  padding: 0;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3 li:last-child hr.item-divider {
  display: none;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li:last-child > hr.item-divider {
  display: none;
}

.tp_head_rgt a:hover {
  color: inherit;
}

.tp_head_lft a:hover {
  color: inherit;
  color: #fff;
}

.mob_menu {
  display: none;
}
.submenu-toggle {
  display: none;
}
@media(max-width:1199px){
  .custom-menu-primary ul.submenu.level-1>li:last-child>a {
    font-size: 14px;
  }
  .custom-menu-primary ul.submenu.level-1>li:not(:last-child) {
    padding: 7px 9px 24px;
  }
  .custom-menu-primary ul.submenu.level-1>li:not(:last-child)>a {
    font-size: 14px;
  }
.custom-menu-primary ul ul {
    top: 61px;
}

}




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

  .logo-wrapper img {
    width: 250px !important;
  }

  .navbar-toggler {
    position: absolute;
    right: 25px;
    top: 6px;
  }

  .navbar-toggler span.navbar-toggler-icon {
    background-image: url('https://19623037.fs1.hubspotusercontent-na1.net/hubfs/19623037/raw_assets/public/Skogman_Homes_August_2021/images/download.svg');
      }
  .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1) !important;
  }

  .btm-head_wrp .content-wrapper {
    padding: 0;
  }




  .mob_menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }


  .mob_menu ul ul {
    display: none;
  }

  .mob_menu ul.submenu.level-1 {
    margin-top: 50px;
  }

  .mob_menu ul.submenu.level-1 > li {
    padding: 7px 9px 24px;
    position: relative;
  }

  .mob_menu ul.submenu.level-1 > li > a {
    font-size: 18px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: none !important;
    padding: 0 0 5px 0;
    color: #333333;
    font-weight: 500;
    letter-spacing: -0.7px;
  }

  .mob_menu ul.submenu.level-1 > li.has-submenu > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }

  .mob_menu ul.submenu.level-1 > li.has-submenu:first-child > a:after {
    margin-left: 8px;
  }
  .submenu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    cursor: pointer;
  }

  .mob_menu ul.submenu.level-1 ul.submenu.level-2 {
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    left: 0;
    z-index: 1000;
    background-color: transparent;
  }

  .mob_menu ul.submenu.level-1 ul.submenu.level-2 > li {
    position: relative;
  }

  .mob_menu ul.submenu.level-1 ul.submenu.level-2 > li > a {
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    font-size: 18px;
    color: #212529;
    text-transform: uppercase;
  }

  .mob_menu ul.submenu.level-1 ul.submenu.level-2 > li > a:hover {
    color: #212529;
  }


  .mob_menu ul.submenu.level-1>li:nth-child(1) ul.submenu.level-2 > li > hr.item-divider {
    background: transparent;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    padding: 0 5rem;
    margin: 0.6rem 1rem 0.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .mob_menu ul.submenu.level-1>li:nth-child(1) ul.submenu.level-2 > li > .submenu-toggle {
    height: 45px;
  }


  .mob_menu ul.submenu.level-1>li:nth-child(1) ul.submenu.level-2 > li:last-child > hr.item-divider {
    display: none;
  }

  .mob_menu ul.submenu.level-1>li:nth-child(1) ul.submenu.level-2 > li > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }


  .mob_menu ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 {
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    top: 0;
    margin-top: 2px;
    margin-left: 18px;
  }

  .mob_menu ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 > li {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    text-align: left;
  }

  .mob_menu ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 > li > a {
    text-transform: uppercase;
    color: #212529;
  }

  .mob_menu ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 > li hr.item-divider {
    background: transparent;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 5rem;
    margin: 0.6rem 0 0.4rem;
    padding-right: 7rem;
  }


  .mob_menu ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 > li:last-child > hr.item-divider {
    display: none;
  }


}



@media(max-width:767px){
  .social-bar a.navbar-social {
    display: none;
  }

  .tp_head_wrp .tp_head_rgt {
    flex: 0 0 25%;
  }

  .tp_head_wrp  .tp_head_md {
    flex: 0 0 48%;
    padding-right: 0;
  }

  .tp_head_wrp .tp_head_lft {
    flex: 0 0 27%;
  }

  .tp_head_lft a {
    margin-left: 0;
  }

  .logo-wrapper img {
    width: 60% !important;
    padding-bottom: 12px;
  }

  .navbar-toggler {
    right: 15px;
    top: 9px;
  }
  .tp_head_rgt a {
    white-space: nowrap;
  }

}


@media(max-width:400px){
  .tp_head_wrp .tp_head_rgt {
    display: none;
  }

  .tp_head_wrp .tp_head_md {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .tp_head_wrp .tp_head_lft {
    flex: 0 0 40%;
    position: relative;
    left: 7%;
  }

}
.right-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



.newsletter {
  background-color: #CE1141;
  text-align: center;
  padding: 4rem 0;
  background-image: url(https://19623037.fs1.hubspotusercontent-na1.net/hubfs/19623037/raw_assets/public/Skogman_Homes_August_2021/images/newsletter-bg.png);
  background-repeat: no-repeat;
  background-position: 100% -30%;
  background-size: 300px;
  overflow: hidden;
}

footer.footer {
  background-color: #46545C;
  padding: 3rem;
  color: white;
}


footer small {
  font-size: 90%;
}

footer hr.divider {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  width: 100%;
  height: 1px;
  box-shadow: 1px 1px 20px rgb(255 255 255 / 20%);
  color: white;
  background-color: white;
}

.row.f-top {}

footer .left-side {
  border-right: 1px solid white;
}

footer .right-side {
  padding: 0 0 0 2rem;
}

footer .left-side a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}

footer a:hover {
  text-decoration: none;
}

footer .left-side small p {
  margin-bottom: 20px;
  font-size: 1em;
}

footer .left-side small p span:nth-child(1) {
  font-weight: bold;
}



footer .left-side small p:first-child span:nth-child(8) {
  font-weight: bold;
}


.right-side ul.submenu.level-1 > li > a {
  line-height: 1.2;
  margin-bottom: .5rem;
  font-family: inherit;
  font-size: 1.4em;
  font-weight: 500;
  color: #fff;
  display: block;
}

.right-side ul.submenu.level-2 > li {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
  width: 32%;
  display: inline-block;
}

.right-side ul.submenu.level-2 > li > a {}

.right-side ul.submenu.level-2 li a {
  color: #fff;
  font-size: 1em;
  transition: all .3s ease;
}

.right-side ul.submenu.level-2 > li > a {
}

.right-side ul.submenu.level-2 > li {
  padding-top: 1px;
}

.right-side ul.submenu.level-2 li a:after {
  content: "\203a";
  padding-left: 6px;
  transition: all .3s ease;
}

.right-side ul.submenu.level-2 > li:last-child>a:after {
  display: none;
}


.right-side ul.submenu.level-2 > li:not(:last-child) ul.submenu.level-3 > li {
  padding: 1px 0;
  padding-left: 24px;
}

.right-side ul.submenu.level-2 > li:not(:last-child) ul.submenu.level-3 > li:before {
  content: "\2013";
  padding-right: 1px;
}

.right-side ul.submenu.level-2 > li:not(:last-child) ul.submenu.level-3 > li:nth-child(3) {
  padding: 0;
  margin-top: 5px;
}

.right-side ul.submenu.level-2 > li:not(:last-child) ul.submenu.level-3 > li:nth-child(3):before {
  display: none;
}

.right-side ul.submenu.level-2 > li:last-child ul.submenu.level-3 > li {
  padding: 1px 0;
}

.right-side ul.submenu.level-2 li a:hover:after {
  padding-left: 12px;
}

.newsletter h2 {
  line-height: 1.2;
  margin: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.newsletter p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}

.newsletter form {
  margin: 0;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.newsletter form .hs-form-field {
  margin: 0;
}

.newsletter form input[type=email], .newsletter form input[type=text] {
  border-radius: unset;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 16px 21px 14px;
  color: #000;
  font-size: 1em;
  margin-top: 13px;
  border: none;
}


.newsletter form .hs_email {
  width: 25%;
  margin-right: 9px;
}

.newsletter form .hs_email > label,
.newsletter form .hs_lastname > label,
.newsletter form .hs_firstname > label{
  margin: 0;
}

.newsletter input.hs-button.primary.large {
  border-radius: unset;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  background: #fff;
  border: none;
  padding: 13px 32px 14px;
  position: relative;
  top: 0;
  cursor: pointer;
  color: #ce1141;
  opacity: .7;
  transition: all .2s ease;
  top: 6px;
}

.newsletter form input[type=email]:focus,
.newsletter form input[type=text]:focus{
  outline: -webkit-focus-ring-color auto 1px;
}

.newsletter input.hs-button.primary.large:hover {
  opacity: 1;
}





@media(min-width:768px){
  .newsletter form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    bottom: -40px;
    padding-left: 16px;
}
.newsletter form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 25%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
}
}


.newsletter form {
  position: relative;
  width: auto;
}

.newsletter form .hs_email {
  position: relative;
}

.newsletter form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg, 
.newsletter form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  color: #fff;
}

.newsletter form .hs_lastname,.newsletter form .hs_firstname {
    max-width: 15%;
    margin-right: 9px;
}


.newsletter form input[type=email], .newsletter form input[type=text] {
  margin-bottom: 16px;
}

.newsletter input.hs-button.primary.large {
    top: 0;
}

@media(max-width:767px){
  .newsletter form ul.no-list.hs-error-msgs.inputs-list {
    position: static;
}
}




.f-logo img {
  margin: 0 0 20px;
  max-width: 200px;
}
footer .left-side small p span {
  white-space: nowrap;
}

@media(max-width:1024px){
  footer .left-side {
    border: 0;
  }

  footer .right-side {
    padding: 0 15px;
  }
}



@media(max-width:991px){
  .right-side ul.submenu.level-2 {
    margin-bottom: 4px;
  }

  footer .right-side {
    margin-top: 24px;
  }
}



@media(max-width:767px){
  footer.footer {
    padding: 1.6rem;
  }

  .right-side ul.submenu.level-2>li {
    width: 50%;
    float: left;
  }

  .right-side ul.submenu.level-2 li {padding: 11px 0;}

  .right-side ul.submenu.level-2>li:last-child ul.submenu.level-3>li {
    padding: 11px 0;
  }

  .right-side ul.submenu.level-2>li:last-child ul.submenu.level-3>li:LAST-CHILD {
    padding-bottom: 0;
  }

  footer.footer {
    padding-bottom: 26px;
  }

  .right-side ul.submenu.level-2>li:not(:last-child) ul.submenu.level-3>li {
    padding: 11px 0;
    padding-left: 24px;
  }

  .right-side ul.submenu.level-2>li:last-child {
    padding-top: 49px;
  }

  .right-side ul.submenu.level-2>li:not(:last-child) ul.submenu.level-3>li:nth-child(3) {
    margin-top: 25px;
  }

  footer .left-side {
    padding-left: 0;
  }

  .newsletter {
    padding: 90px 10px 110px;
  }

  .newsletter h2 {
    font-size: 2em;
  }

  .newsletter p {
    font-size: 1em;
  }

  .newsletter form {flex-direction: column;}
.newsletter form .hs_lastname, .newsletter form .hs_firstname {
    max-width: 100%;
    margin: 0;
    width: 90%;
}

  .newsletter form .hs_email {
    width: 90%;
    margin: 0;
  }

  .newsletter form input[type=email], .newsletter form input[type=text] {
    margin-top: 0;
    margin-right: 0;
    font-size: 1.2em;
  }

  .newsletter input.hs-button.primary.large {
    font-size: 1.6em;
    width: 90%;
    top: 0;
  }

  .newsletter .hs_submit.hs-submit {
    width: 100%;
  }
}



@media(max-width:414px){
  footer .right-side {
    padding: 0;
  }

  .right-side ul.submenu.level-1>li>a {
    margin-left: 15px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}