*, *:before, *:after {
  box-sizing: border-box;
}
.cs_bnr_wrp #hp-promo-feature-hero-datapoint strong {
  font-weight: bold;
}
/*! 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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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,
.container,
.page-center,
.dnd-section > .row-fluid{
  width: 97%;
  margin:0 auto;
}

.dnd-section .dnd-column {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
    url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/fonts/fontawesome-webfont.woff) format("woff"), 
    url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: museo-sans-rounded;
  src: url("//use.typekit.net/af/b46998/00000000000000000000f305/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("//use.typekit.net/af/b46998/00000000000000000000f305/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("//use.typekit.net/af/b46998/00000000000000000000f305/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}
@font-face {
  font-family: museo-sans-rounded;
  src: url("//use.typekit.net/af/cb7c34/00000000000000000000f308/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/cb7c34/00000000000000000000f308/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("//use.typekit.net/af/cb7c34/00000000000000000000f308/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}
@font-face {
  font-family: museo-sans-rounded;
  src: url("//use.typekit.net/af/096cfd/00000000000000000000f306/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/096cfd/00000000000000000000f306/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/096cfd/00000000000000000000f306/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}
@font-face {
  font-family: museo-slab;
  src: url(https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"),
    url(https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"),
    url(https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: museo-slab;
  src: url("https://use.typekit.net/af/aa4f4e/000000000000000000012043/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("https://use.typekit.net/af/aa4f4e/000000000000000000012043/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("https://use.typekit.net/af/aa4f4e/000000000000000000012043/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}
@font-face {
  font-family: museo-slab;
  src: url("https://use.typekit.net/af/c225e2/000000000000000000011aff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/c225e2/000000000000000000011aff/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/c225e2/000000000000000000011aff/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}



body {
  line-height: 22px;
  background: url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/images/pattern-six.jpg) repeat left top;
}
.site_wrapper {
  background: #fff;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;

}

/* Paragraphs */

p {
  font-size:15px;
  line-height: 28px;
  margin-top:0;
  margin-bottom: 0.5em;
}

/* Anchors */

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

  text-decoration: none;
}
img{
  max-width:100%;
  height:auto;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0;
  line-height:1;
  margin-bottom: 22px;
}

h3{
  margin-bottom: 20px;
}

h4{
  line-height: 22px;
}
h5{
  line-height: 22px;
}
h6{
  line-height: 22px;
}
/* Lists */

ul,
ol {
  margin: 0 0 20px 0;
  list-style: none;
  margin-left: 1.25em;
  padding:0;
}
ul li, ol li {
  font-size:15px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0.5em;
}
ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin:0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  line-height: 21px;
  padding: 20px 30px 20px 30px;
  border: 1px solid #eee;
  background: #f9f9f9;
  margin: 1em 0;
}

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


.body-container .custom_error_message form,
.body-container .widget-type-form,
form#email-prefs-form,
.body-container #hs_cos_wrapper_backup_unsubscribe,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.body-container #comment-form,
.body-container .hs-search-field__bar form,
.systems-page .form-container form,
.systems-page #hs_cos_wrapper_password_prompt form {
  margin-bottom: 20px;
  display:block;
  max-width: 700px;
  position: relative;
}

/* Labels */

form label {
  margin-bottom: 1px;
  display:block;
  font-family:arial;

}

/* 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 {
  border-style: solid;
  width: 100%;
  padding: 6px 0 6px 4px;
  font: 13px 'Open Sans',sans-serif;
  font-style: normal;
  line-height: inherit;
  display: block;
  font-weight: 400;
  font-family:arial;
}

form fieldset {
  max-width: 100%;
}

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

.field{
  margin-top: 1em;
  margin-bottom: 10px;

}
/* 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-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

input[type=submit],
.hs-button {

  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 150%;
  font-family: 'Open Sans',sans-serif;
  cursor: pointer;
  line-height: 22px;
  margin: 1em auto 2em;

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-input.invalid.error {
  border: 2px solid red;
  border-color: #f1bdbd;
  background-color: #ffdddd;
  background-image: none;
  color: #bd6767;
}

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: #bd6767;
  border-color: #f1bdbd;
  background-color: #ffdddd;
  background-image: none;
  color: #bd6767;
  font-size: 13px;
  line-height: 18.75px;
  padding: 5px;
  display: inline-block;
}
/* 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;
}
a.springboard-demo {
  font-family: 'museo-sans-rounded','Open Sans',sans-serif;
  line-height: 1.25em;
  display: block;
  padding: 5px 8px;
  color: #fff;
  background: #e6a330;
  text-align: center;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  position: absolute;
  left: 95px;
  right: auto;
  top: -10px;
}
a.springboard-demo:hover {
  color: #fff;
}
a.springboard-demo {
  color: #fff !important;
}
@media only screen and (min-width: 523px){
  a.springboard-demo {
    left: 95px;
    right: auto;
    top: 50px;
  }
}
@media only screen and (min-width: 530px){
  a.springboard-demo {
    left: auto;
    right: 0;
    top: 48px;
  }
}

@media only screen and (min-width: 700px){
  a.springboard-demo {
    left: auto;
    right: 200px;
    top: 10px;
  }
}
@media only screen and (min-width: 769px){
  a.springboard-demo {    
    padding: 8px 20px;
  }
}
@media only screen and (min-width: 771px){
  a.springboard-demo {
    right: auto;
    top: 6px;
    left: 50px;
  }
}
@media only screen and (min-width: 861px){
  a.springboard-demo {
    right: auto;
    left: auto;
    top: 30px;
  }
}
@media only screen and (min-width: 940px){
  a.springboard-demo {
    right: auto;
    left: -30px;
    top: 36px;
  }
}
@media only screen and (min-width: 1100px){
  a.springboard-demo {
    right: auto;
    left: -50px;
    top: 34px;
  }
}
@media only screen and (min-width: 1100px){
  a.springboard-demo {
    padding: 10px 40px;
  }  
}

@media only screen and (min-width: 1170px) {
  a.springboard-demo {
    left: -100px;
  }
}
div#trueHeader {
  min-height: 140px;
  background: url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/images/header-bg-bigger.png) no-repeat center bottom;
}


.two_third {
  width: 65.350%;
  float: left;
  margin-right: 0;
  clear: right;
  position: relative;
}

.one_third {
  width: 30.650%;
  padding-top: 28px;
  position: relative;
  margin-right: 4%;
  float: left;
}

.one_third a {
  background-repeat: no-repeat;
  background-position: -5px -121px;
  width: 255px;
  height: 53px;
  display: block;
  margin-left: 0;
}
div#menu {
  list-style: none;
  font-weight: normal;
  position: relative;
  float: right;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  margin-top: 0px;
}
.custom-top-menu-primary .hs-menu-wrapper >ul {
  margin: 0px;
  list-style-type: none;
  position: relative;
  text-align: left;
  z-index: 490;
  height: 80px;
  margin: 0;
  float: right;
  height: 40px;
}

.custom-top-menu-primary .hs-menu-wrapper >ul >li {
  position: relative;
  display: inline-block;
  padding: 0;
  z-index: 101;
  margin: 0px 0px 0px 3px;
  float: left;
  list-style: none;
}

.custom-top-menu-primary .hs-menu-wrapper >ul >li>a {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 3px solid #fff;
  font-family: 'museo-sans-rounded','Open Sans',sans-serif ;
  line-height: 1.25em ;
  text-transform: uppercase;
  font-weight: 600 ;
  color: #9e9e9e ;
  padding: 20px 9px 5px;
  font-size: 12px;
}

.custom-top-menu-primary .hs-menu-wrapper >ul >li:last-child {
  margin-right: 0;
}

.custom-top-menu-primary .hs-menu-wrapper >ul >li:last-child>a {
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  position: relative;
  text-align: left;
  z-index: 490;
  float: right;
  list-style: none;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  display: inline-block;
  padding: 0;
  z-index: 101;
  float: left;
  margin: 0px 0px 0px 3px;
}

.custom-menu-primary .hs-menu-wrapper > ul >li:last-child {
  margin-right: 0;
  clear: right;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  height: auto;
  display: none;
  visibility: hidden;
  width: 194px;
  padding: 0;
  margin-top: 0px;
  text-align: left;
  background: transparent;
  box-shadow: unset;
  padding-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  margin-right: 10px;
  position: relative;
  clear: left;
}

.custom-menu-primary .hs-menu-wrapper >ul>li>a {
  font-family: 'museo-sans-rounded','Open Sans',sans-serif ;
  line-height: 1.25em ;
  text-transform: none;
  padding: 0 0 9px 0 ;
  font-weight: 500 ;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 3px solid #fff;
  color: #2c322d;
  font-size: 14px;
  margin: 0;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child:after {
  background: transparent url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/images/arrow-down-gray.png) no-repeat;
  background-size: cover;
  content: " ";
  position: absolute;
  right: 4px;
  width: 10px;
  height: 6px;
  top: 12px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover>ul {
  display: block;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  background: #ededed;
  width: auto;
  margin:0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-family: 'museo-sans-rounded','Open Sans',sans-serif ;
  line-height: 1.25em ;
  margin-right: 20px ;
  font-weight: 500 ;
  text-align: left;
  font-size: 13px;
  margin: 0;
  border: none;
  display: block;
  background: transparent;
  color: #181c1d;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
}

.custom-menu-primary .hs-menu-wrapper > ul >li:last-child>a {
  margin-right: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > a{
  border-bottom: 3px solid #1889c1;
  border-width: 0 0 4px 0;
  font-weight: 600;
  border-image-slice: 4;
  border-image-width: 4px;
  border-image-repeat: round;
  border-image-source: url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/images/blue-underline.png);
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  background: #1889c1;
  color: #fff;
  margin: 0;
  font-weight: 600 ;
}

select#tinynav1 {
  display: none;
}
.custom-menu-primary ul>li>a {
    cursor: pointer !important;
}
@media(min-width:861px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul {
    display: none !important;
  }
}

@media only screen and (max-width: 860px){
  select#tinynav1 {
    display: block;
  }
  .custom-top-menu-primary {
    display: none;
  }

  ul.l_tinynav1 {
    display: none;
  }

  .two_third.last.mobile-nav {
    position: absolute;
    top: 30px;
    right: 10px;
  }

  select#tinynav1 {
    width: 150px;
    margin: 0;
    float: none;
    border: 2px solid #eee;
    padding: 10px 10px 10px 10px;
    background-color: #f9f9f9;
    color: #333;
    font-family: arial;
    font-size: 13.3333px;
    border-radius: 0;
    outline: none;
  }
  .custom-menu-primary option:last-child {
    display: none;
}
  div#trueHeader {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px){
  .one_third {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 530px){
  .two_third.last.mobile-nav {
    position: static;
    float: none;
    width: 100%;
  }

  .one_third {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    float: none;
  }
  select#tinynav1 {
    margin-left: auto;
    position: relative;
    right: 5px;
  }
  div#menu {
    max-width: 100%;
    width: 100%;
    float: none;
  }

  a.springboard-demo {
    position: static;
    width: 80%;
    max-width: 200px;
    margin-left: auto;
  }

  .header_button_wrapper {
    padding: 10px 10px;
    padding-right: 0;
  }

  div#trueHeader {
    height: auto;
    background-size: cover;
    padding-bottom: 42px;
  }

}
.footer_ct .right {
  background: url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/images/h-line.png) no-repeat left bottom;
}

a#back-to-top {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 64px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/images/scroll-top-arrow.png) no-repeat left top;
  z-index: 999;
  color: #fff;
}


footer.footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

footer.footer {
  float: left;
  width: 100%;
  background: url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Jackson_River_January_2022/images/pattern-six.jpg) repeat left top;
  color: #fff;
  margin-top: 7.5px;
}

.footer_content p {
  font: 15px 'Open Sans',sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

.footer_content h3 {
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.one_third_footer {
  width: 30.650%;
  position: relative;
  margin-right: 4%;
  float: left;
}

.two_third_footer {
  margin-right: 0 ;
  clear: right;
  width: 65.350%;
  float: left;
  position: relative;
}

.footer_content {
  clear: both;
  float: none;
  width: 100%;
  padding-top: 30px;
}

.footer_menu .hs-menu-wrapper ul {
  list-style: none;
  margin: 0 0 20px 0;
}


.footer_menu .hs-menu-wrapper ul li {
  display: block;
  float: left;
  margin: 0 3em 1em 0;
  min-height: 130px;
  vertical-align: top;
  zoom: 1;
}

.footer_menu .hs-menu-wrapper >ul>li:last-child {
  margin-right: 0 ;
  clear: right;
}

.footer_menu .hs-menu-wrapper >ul>li:first-child {
  clear: left;
}
.footer_content {
  clear: both;
  float: none;
  width: 100%;
  padding-top: 30px;
}
.footer_menu .hs-menu-wrapper ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.footer_menu .hs-menu-wrapper ul ul {
  margin: 0;
  margin-top: 0.5em;
}

.footer_menu .hs-menu-wrapper ul ul li {
  display: block;
  float: none;
  margin: 0;
  min-height: 0;
}

.footer_menu .hs-menu-wrapper ul ul li a {
  text-transform: none;
  font-weight: normal;
}
.footer_copyright p {
  color: #999;
  margin-bottom: 0;
  font: 13px 'Open Sans',sans-serif;
  line-height:22px;
}

.footer_icons {
  float: left;
  margin-right: 5em;
  margin-bottom: 1em;
}

.footer_icons ul {
  float: right;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding-bottom: 2px;
}

.footer_icons ul li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 24px;
  line-height: 22px;
  vertical-align: middle;
  background-color: #363b37;
  color: #fff;
}

.footer_icons ul li a {
  color: #fff;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}

.footer_icons ul li i {
  color: #999;
  margin-right: 0;
}.fa-facebook:before {
  content: "\f09a";
}.fa-twitter:before {
  content: "\f099";
}.fa-linkedin:before {
  content: "\f0e1";
}

.footer_logo_wrapper {
  float: left;
  margin-right: 5em;
  margin-bottom: 1em;
}
footer.footer a:hover {
  text-decoration: underline;
}
.footer_logo_wrapper p a {
  color: #fff;
}.right a:hover {
  color: #fe9900;
}

.footer_logo_wrapper img {
  opacity: 0.999;
  width: 169px !important;
  margin-bottom: 9.5px;
}

.footer_menu .hs-menu-wrapper >ul:before,.footer_menu .hs-menu-wrapper >ul:after {
  clear: both;
  content: '';
  display: block;
}

.footer_copyright {
  clear: both;
  margin-top: 28px;
  display: inline-block;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px){
  .footer .container {
    max-width: 1000px;
    margin: auto auto auto auto;
  }

}

@media only screen and (min-width: 481px) and (max-width: 768px){
  .two_third_footer {
    width: 100%;
  }

  .one_third_footer {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer_copyright {
    margin-top: 29px;
  }

}


@media only screen and (max-width: 480px){
  .two_third_footer {
    margin-right: 0 ;
    clear: right;
    margin-bottom: 0 ;
    width: 100%;
  }

  .footer_content {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 30px;
  }

  .one_third_footer {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer_menu .hs-menu-wrapper ul li {
    float: none;
    min-height: 1em;
  }



}






/* footerv2-css */
.contact_info_wrapper  .container {
  color: #191f1f;
  font-family: "museo-slab",serif;
  line-height: 1.25em;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.contact_info_wrapper .contact_info_links.container {
  padding-top: 4px;
}
.contact_info_wrapper .contact_info.container {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 120px;
}

.contact_info_wrapper .contact_info.container a {
  display: block;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.25em;
  font-size: 15px;
  color: #191f1f;
  font-family: "museo-slab",serif;
}
.contact_info_links.container ul {
  text-align: right;
  list-style: none;
  margin: 0 0 20px 0;

}

.contact_info_links.container ul li {
  display: inline-block;
  font-family: "museo-slab",serif;
  line-height: 1.25em;
}

.contact_info_links.container ul li a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 2px solid gray;
  color: #191f1f;
}

.contact_info_links.container ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.contact_info_logo.container {
  margin-bottom: 2em;
}

.contact_info_wrapper .sb-footer-logo {
  background-repeat: no-repeat;
  background-position: -5px -109px;
  width: 226px;
  height: 47px;
  display: inline-block;
}

.footer_menu .hs-menu-wrapper ul li:last-child ul li:last-child {
  display: none;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .contact_info_wrapper .sb-footer-logo {
    background-position: -2.5px -2.5px;
    width: 226px;
    height: 48px;
    background-size: 231px 81px;
  }
}


@media(max-width:327px){
  .contact_info_links.container ul{
    margin: 0 0 15px 0;
  }
}
