*, *: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: Sabon LT W01 Roman; 
  src: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/fonts/Sabon-LT-W01-Roman.woff2) format("woff2"),
    url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/fonts/Sabon-LT-W01-Roman.woff2) format("woff");
  font-display: swap;
}
@font-face { 
  font-family: myriad-pro; 
  src: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/fonts/Myriad-W01-Lt.woff2) format("woff2"), 
    url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/fonts/Myriad-W01-Lt.woff2) format("woff"); 
  font-weight: 300; 
  font-display: swap;
}
@font-face { 
  font-family: myriad-pro; 
  src: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/fonts/Myriad-W01-Regular.woff2) format("woff2"), 
    url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/fonts/Myriad-W01-Regular.woff2) format("woff"); 
  font-weight: 400; 
  font-display: swap;
}
@font-face { 
  font-family: myriad-pro; 
  src: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/fonts/Myriad-W01-SmBd.woff2) format("woff2"),
    url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/fonts/Myriad-W01-SmBd.woff2) format("woff"); 
  font-weight: 600; 
  font-display: swap; 
}


html{
  font-family: myriad-pro,verdana,arial,sans-serif;
  color: #171717;
  text-size-adjust: 100%;
  font-size: 100%;
}

body {
  background: #fff;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: baseline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
  margin: 0 0 10px;
  vertical-align: baseline;
}

h1{
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
  font-family: Sabon LT W01 Roman,serif;
  font-weight: 100;
}
h2{
  font-family: myriad-pro,myriad,verdana,arial,sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1;
  padding: 20px 0 10px;
}
h3{
  font-family: myriad-pro,myriad,verdana,arial,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}
h4{
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-family: myriad-pro,myriad,verdana,arial,sans-serif;
  font-weight: 600;
  font-style: normal;
}
h5{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: myriad-pro,myriad,verdana,arial,sans-serif;
  font-weight: 600;
  font-style: normal;
}
h6{
  font-family: myriad-pro,myriad,verdana,arial,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3rem;
}

img {
  max-width: 100%;	
}

/* Lists */

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

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

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


/* Blockquotes */

blockquote {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-family: Georgia,"sans serif";
  margin: 18px 0;
  font-style: italic;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


::selection {
  background: #06f;
  color: #fff;
  text-shadow: none;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none;
}

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: inline-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 {
  background-color: #FFF;
  border: 1px solid;
  border-radius:0;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: 2px dotted;
  outline-offset: 0;
}




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,.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

form .field .input .hs-button {
  margin-top: 15px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration:none;
  margin-bottom: 20px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.campl-page-header,
.blog-listing-header header.campl-page-header{
  background: #ffb81c;
}
.blog-listing-header .sticky-wrapper{
  display:none;
}
.sticky-wrapper{
  transition: left .2s;
  position: fixed;
  top: 35%;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
  margin: 0;
}
.contact-us-cta{
  max-width: 120px;
  min-width: 120px;
  max-height: 50px;
  min-height: 50px;
  background-color: #000;
  color: #fff;
  transform: rotate(-90deg);
  margin-left: -45px;
  text-align: center;
  line-height: 1.125rem;
  display: list-item;
}
.contact-us-cta .contact-cta{
  text-decoration: none;
  color: #fff;
  width: auto;
  background: #171717 url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/bg-primary-cta-arrow.png) 100% 50% no-repeat;
  display: block; 
  line-height: 1.25rem;
  padding: 20px 25px 20px 10px;
  font-family: myriad-pro,myriad,verdana,arial,sans-serif;
  font-weight: 300;
}
.contact-us-cta .contact-cta:hover{
  background: #454545 url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/bg-primary-cta-arrow-over.png) 100% 50% no-repeat;
}
.spacer{
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  min-height: 50px;
  line-height: 1.125rem;
  display: list-item;
}
.carousel-header-wrapper--front {
  z-index: 15;
}
.carousel-header-wrapper {
  position: relative;
  z-index: 99;
}
header..carousel-header-wrapper .campl-page-header {
  position: absolute;
  background: none;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
}
.campl-row {
  clear: both;
  width: 100%;
}
.campl-wrap {
  margin: 0 auto;
  position: relative;
  clear: both;
  max-width: 1177px;
}
.carousel-header-wrapper .campl-page-header-content .campl-column12 {
  padding: 30px 20px 20px;
  width: 100%;
  float: left;
  margin-right: 0;
  box-sizing: border-box;
}
.carousel-header-wrapper .campl-content-container{
  padding: 0;
}
.header_logo img{
  float: left;
  max-height: 100px;
  width: auto !important;
  margin-bottom: 15px;
}
.campl-content-container .campl-inpage-search-container {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  float: right;
  padding: 1px;
  box-sizing: border-box;
  height: 36px;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  max-width: 100%;
  width: 353px;
}
.campl-site-search {
  padding: 0;
  display: block;
  height: 32px;
  float: none;
}
.campl-site-search .campl-search-input {
  background-color: #fff;
  height: 32px;
  min-height: 32px;
  display: inline-block;
  border: 0;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.campl-site-search .campl-search-input input {
  color: #222;
  background-color: transparent;
  width: 300px;
  padding: 7px 0 7px 8px;
  float: left;
  margin-bottom: 0;
  vertical-align: middle;
  border: 0;
  display: inline-block;
  -webkit-border-radius: 0;
}
.campl-search-input input:focus {
  outline: 2px dotted;
  outline-offset: 0;
}
.campl-site-search .campl-search-input input.campl-search-submit {
  height: 32px;
  padding: 0;
  width: 42px;
  color: #222;
  -webkit-border-radius: 0;
  float: right;
  margin-right: -1px;
  vertical-align: middle;
  background-color: transparent;
  margin-bottom: 0;
}
.desktop-menu__container {
  background-color: #726451;
}
.desktop-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}
.desktop-menu .hs-menu-wrapper > ul > li {
  float: left;
  line-height: 1.125rem;
  display: list-item;
  font-size: 0.875rem;
}
.desktop-menu_button_divider {
  float: left;
  border-right: 1px solid #fff;
  height: 100%;
  padding-bottom: 20px;
  line-height: 1.125rem;
  display: list-item;
}
.desktop-menu .hs-menu-wrapper > ul > li > a{
  display: block;
  padding: 15px 32px 15px 15px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.desktop-menu .hs-menu-wrapper>ul>li>a:hover{
  background-color: #3f3a32;
}
.desktop-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
  content:'';
  display:block;
  position: absolute;
  top: 21px;
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/bg-local-navigation-sub-arrow.png);
  background-position: 0;
  background-repeat: no-repeat;
}
.desktop-menu .hs-menu-depth-1 > .submenuWrapper{
  display: none;
  z-index: 999;
  color: #000;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  padding:0;
  list-style:none;
}
.desktop-menu .heading-wrap{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #3f3a32;
}
.desktop-menu .hs-menu-depth-1>ul>.heading-wrap>li:nth-child(1)>a{
  padding: 15px 20px;
  -webkit-box-flex: 1;
  flex: 1;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: underline;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-family: myriad-pro,myriad,verdana,arial,sans-serif;
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizelegibility;
  margin: 0 0 10px;
}
.desktop-menu .hs-menu-depth-2>.desktop-menu__columns{
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(63,58,51,.4);
}
.desktop-menu .hs-menu-depth-2>.desktop-menu__columns>ul{
  border-left: 1px solid rgba(63,58,51,.4);
  list-style: none;
  margin: 0;
  max-width: 33.33333%;
  flex-basis: 33.33333%;
  border-right: 1px solid rgba(63,58,51,.4);
  padding-bottom: 5px;
  padding: 0;
}
.desktop-menu .hs-menu-depth-2>.desktop-menu__columns>ul>li{
  line-height: 1.125rem;
  display: list-item;
}
.desktop-menu .hs-menu-depth-2>.desktop-menu__columns>ul>li>a{
  display: block;
  font-weight: 700;
  padding: 15px 20px;
  color: #000;
  position: relative;
}

.desktop-menu__column{
  border-left: 1px solid rgba(63,58,51,.4);

}
.desktop-menu .hs-menu-depth-1.openSubmenu > .submenuWrapper {
  display: block;
}

.parentTitle {
  background-color: #3f3a32;
}

.parentTitle > a {
  padding: 15px 20px 25px 20px;
  text-decoration: underline;
  color: #fff;
  display: block;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-family: myriad-pro,myriad,verdana,arial,sans-serif;
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizelegibility;
}
.parentTitle a:hover{
  color: #fff;
}

.submenuWrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  border-bottom: 1px solid rgba(63,58,51,.4);
}

.submenuWrapper > ul > li > a {
  display: none;
}

.submenuWrapper > ul > li {
  max-width: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  border-right: 1px solid rgba(63,58,51,.4);
  padding-bottom: 5px;
  width:100%;
}

.submenuWrapper > ul > li:first-child {
  border-left: 1px solid rgba(63,58,51,.4);
}

.submenuWrapper > ul ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.submenuWrapper .hs-menu-depth-3 > a {
  display: block;
  font-weight: 700;
  padding: 15px 20px;
  text-decoration: none;
}
.submenuWrapper .hs-menu-depth-3>a[href="javascript:;"]{
  cursor: auto;
}
.submenuWrapper .hs-menu-depth-3>a[href="javascript:;"]:hover{
  background: 0 !important;
  color: #000 !important;
}
.submenuWrapper .hs-menu-depth-4 > a {
  padding: 10px 25px 10px 40px;
  color: #000;
  display: block;
  text-decoration: none;
}
.submenuWrapper .hs-menu-depth-4 > a:hover,
.submenuWrapper .hs-menu-depth-3 > a:hover {
  background-color: rgba(63,58,51,.6);
  color: #fff;
}

.desktop-menu li.no-parent > a{
  display:none;
}

#local-nav,
p#menu-btn {
  display: none;
  display:none;
}

.openSubmenu>a{
  background-color: #3f3a32;
}

.mobile-open .campl-menu-btn a{
  background-color: #5a4f3f;
  color: #fff;
}

#search{
  display: none;   
}
.campl-search-drawer{
  display:none;
}

@media (max-width:1100px){
  .desktop-menu .hs-menu-wrapper>ul>li>a{
    padding: 15px 25px 15px 15px;
  }
  .desktop-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    right: 5px;
  }
}

@media (max-width:1035px){
  .desktop-menu .hs-menu-wrapper>ul>li>a{
    padding: 15px 22px 15px 15px;
  }
}


@media (max-width:1023px){
  .sticky-wrapper,
  .desktop-menu__container{
    display:none;
  }
  #local-nav,
  p#menu-btn {
    display:block;
  }
  .campl-local-navigation-container {
    display: none;
  }
  .campl-local-navigation {
    position: relative;
    z-index: 13;
    font-size: 1.125rem;
    line-height: 1.5rem;
    width: 100%;
    font-family: myriad-pro,verdana,arial,sans-serif;
    background:#726450
  }
  .campl-menu-btn {
    margin: 0;
    display: block;
  }
  .campl-menu-btn a {
    padding: 15px 0 15px 25px;
    position: relative;
    background-color: #544c41;
    font-size: 0.875rem;
    display: block;
    color: #fff;
    line-height: 1.5rem;
    font-family: myriad-pro,verdana,arial,sans-serif;
    font-weight: 400;
    text-decoration: none;
  }
  .campl-menu-btn a:hover,
  .campl-local-navigation-container>ul>li>a:hover{
    background-color: #5a4f3f;
    color: #fff;
  }
  .campl-menu-btn .campl-menu-btn-arrow {
    width: 53px;
    height: 53px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/icon-close-btn.png);
    background-color: #3f3a32;
  } 
  .mobile-open .campl-menu-btn-arrow{
    background-image: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/icon-open-btn.png);
  } 
  .campl-local-navigation-container>ul{
    padding: 0;
    margin: -1px 0 -1px;
    list-style: square;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    transition-duration: .25s;
    transition-timing-function: ease;
  }
  .campl-local-navigation-container>ul>li{
    display: inline;
    line-height: 1.125rem;
  }
  .campl-local-navigation-container>ul>li:first-child>a{
    padding-left: 20px;
    font-weight: 700;
  }
  .campl-local-navigation-container>ul>li>a{    
    font-weight: 400;
    display: block;
    color: #fff;
    padding: 15px 30px 15px 25px;
    text-decoration: none;
    border-bottom: 1px solid #716452;
    font-size: 0.875rem;
    background-color: #544c41;
  }  
  .campl-local-navigation-container>ul>li.hs-item-has-children>a:hover{
    background-color: #3f3a32;
  }
  .campl-fwd-btn { 
    right: 10px;
    left: auto;
    background-image: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/icon-fwd-btn.png);
    background-color: #716452;
    height: 20px;
    width: 20px;
    position: absolute;
    display: block;
    margin-top: -35px;
    -webkit-border-radius: 1px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition-delay: 0.2s;
    cursor: pointer;
  }
  .campl-local-navigation-container li.hs-menu-depth-1>ul,
  .campl-local-navigation-container li.hs-menu-depth-2>ul,
  .campl-local-navigation-container li.hs-menu-depth-3>ul{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 14;
    background-color: #847662;
    margin-top: -1px;
    padding: 0;
    list-style: square;
    width: 100%;
    display:none;
    transition-duration: .50s;
    transition-timing-function: ease;
  }
  .campl-local-navigation-container li.hs-menu-depth-1>ul>li{
    display: block;
    font-size: inherit;
    height: auto;
    visibility: visible;
    padding: 0;
    line-height: 1.125rem;
  }
  .campl-local-navigation-container li.hs-menu-depth-1>ul>li>a{
    background-color: #463e31;
    border-bottom: 1px solid #716452;
    display: block;
    font-size: 0.875rem;
    height: auto;
    visibility: visible;
    position: relative;
    padding:15px 30px 15px 25px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }
  .campl-local-navigation-container li.hs-menu-depth-1>ul>li.hs-item-has-children>a{
    background-color: #544c41;
  }
  .campl-back-link>a{
    padding: 15px 30px 15px 50px !important;
    background-color: #3f3a32 !important;
    border-bottom: 1px solid #716452 !important;
    font-size: inherit !important;
  }
  .campl-title>a{
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    background-color: #5a4f3f !important;
  }

  .campl-local-navigation-container li.hs-menu-depth-2>ul>li,
  .campl-local-navigation-container li.hs-menu-depth-3>ul>li{
    line-height: 1.125rem;
    display: inline;
    margin: 0;
    padding: 0;
  }
  .campl-local-navigation-container li.hs-menu-depth-2>ul>li>a,
  .campl-local-navigation-container li.hs-menu-depth-3>ul>li>a{
    background-color: #544c41;
    border-bottom: 1px solid #5a4f3f;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px 15px 25px;
  }
  .campl-back-btn {
    left: 25px;
    background-image: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/icon-back-btn.png);
    background-color: #716452;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -10px;
    -webkit-border-radius: 1px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .campl-local-navigation-container li.hs-menu-depth-3>a{
    font-size: 0.875rem;
  }
  .campl-local-navigation-container li.hs-menu-depth-4>a{
    font-size: 0.875rem;
  }
  li.campl-back-link > a {
    position: relative;
  }
  .depth1Active>div>ul{
    left:-100%;
  }
  .depth1Active .campl-local-navigation-container li.hs-menu-depth-1.campl-current>ul{
    display:block;
    left:100%;
  }
  .depth2Active .campl-local-navigation-container li.hs-menu-depth-1.campl-current>ul{
    left:-100%;
  }
  .depth2Active .campl-local-navigation-container li.hs-menu-depth-2.campl-current>ul{
    left: 200%;
    display: block;
  }
  .depth3Active .campl-local-navigation-container li.hs-menu-depth-2.campl-current>ul{
    left: -200%;
  }
  .depth3Active .campl-local-navigation-container li.hs-menu-depth-3.campl-current>ul{
    left: 400%;
    display: block;
  }
}


@media (max-width:768px){
  body{
    overflow-x:hidden;
  }
  header.header .campl-content-container .campl-inpage-search-container {
    background: none repeat scroll 0 0 #f2f2f2;
    padding: 0 5px 2px 0;
    margin: 35px 20px 0 0;
    width: auto;
  } 
  .campl-site-search .campl-search-input{
    display:none;
  }
  #search{
    display:block;
    background: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/btn-search-inpage.png) no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #fff;
    text-decoration: none;
  }
  .campl-search-drawer{
    background: #f2f2f2;
    box-shadow: inset 0 4px 4px -4px #ccc;
    border-top: 1px solid #3f3f3f;
    position: relative;
    z-index: 5;
  }
  .campl-site-search-form {
    display: block;
    padding: 15px;
  }
  .campl-search-form-wrapper {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    height: 36px;
    padding: 0 0 0 10px;
  }
  .campl-site-search-form input {
    padding: 5px 0 !important;
    width: 80% !important;
    color: #000;
    font-size: 12px !important;
    border: 0 !important;
    float: left;
    display: inline-block !important;
    margin-bottom: 9px;
    line-height: 1.375rem !important;
    font-weight: 400;
  }
  .campl-site-search-form input::placeholder{
    color: #999;
  }
  .campl-site-search-form input:-moz-placeholder{
    color: #000;
  }
  .campl-site-search-form input::-moz-placeholder{
    color: #000;
  }
  .campl-site-search-form input.campl-search-submit {
    float: right;
    height: 32px;
    padding: 0 !important;
    width: 43px !important;   
    border-left: 1px solid #ddd !important;
    color: #000;
    line-height: 1.375rem !important;
    font-size: 12px !important;
  }

}
.footer {
  position: relative;
}

.luna-footer__btt.absolute {
  position: absolute;
  top: 0;
  cursor: pointer;  
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: transparent;
  user-select: none;
  background:#535353;
  background-size: 100%;
  margin-bottom: 0;
  border: none;
}

.luna-footer__btt.active {
  opacity: 1;
}

.luna-footer__btt {
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 100%;
  margin-bottom: 0;
  border: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-transition: opacity var(--transition);
  transition: opacity var(--transition);
  z-index: 1;
  border-radius: 0;
  padding: 0;
  background: rgba(0,0,0,0.7);
  overflow: hidden;
}


.footer .campl-global-footer, .campl-local-footer {
  padding: 20px 0;
}



.footer .campl-row {
  clear: both;
  width: 100%;
}

.footer .campl-wrap {
  margin: 0 auto;
  position: relative;
  clear: both;
  width: 1177px;
}

.footer .campl-column12 {
  width: 100%;
}

.footer .campl-column, .campl-column1, 
.campl-column2, .campl-column3, .campl-column4, 
.campl-column5, .campl-column6, .campl-column7, .campl-column8,
.campl-column9, .campl-column10, .campl-column11, .campl-column12 {
  float: left;
  margin-right: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .campl-no-bottom-padding, .home-page .campl-no-bottom-padding {
  padding: 20px 20px 0;
}


.footer .border-bottom {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  line-height: 1;
  padding: 20px 0 10px;
  margin: 0 0 10px;
}

.footer .campl-column3 {
  width: 25%;
  height: auto;
}

.footer  figure {
  margin: 0;
}

.footer .campl-no-bottom-padding ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .campl-no-bottom-padding ul>li>a {
  text-decoration: none;
}

.footer .campl-no-bottom-padding ul li {
  margin: 0 0 10px;
}

.footer .campl-no-bottom-padding ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.footer .footer-links-wrapper p > a {
  text-decoration: none;
}

.footer .luna-footer .campl-global-footer .campl-column3:last-child {
  float: right;
}

.footer .campl-content-container {
  padding: 20px;
}

.footer .address-wrap address {
  text-align: right;
}

.footer address {
  display: block;
  line-height: 1.25rem;
  margin-bottom: 0;
  font-style:normal;
}


.footer-links-wrapper p {
  margin: 0;
  margin-bottom: 10px;
}

.footer address span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.1875rem;
}

.footer .campl-footer-social {
  margin: 20px 0;
  padding: 0 20px;
}

.footer .campl-global-footer-secondary {
  background: #000;
  color: #fff;
  font-weight: 700;
}

.footer .campl-global-footer-secondary ul {
  margin: 0;
  list-style: none;
  float: right;
  padding: 5px 0 0;
}

.footer .campl-footer-sub-navigation li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer .campl-footer-sub-navigation li {
  border-right: 1px solid #fff;
  float: left;
  padding: 0 5px;
  line-height: 1.125rem;
}

.footer .campl-footer-sub-navigation li a {
  text-decoration: none;
}

.accordion-menu .hs-menu-wrapper>ul>li:nth-child(1){
  display: block;
  cursor: pointer;
  background: transparent url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/accordion%20icon.png) no-repeat scroll 0;
  min-height: 16px;
  padding-left: 20px;
}


.footer .luna-footer__btt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  width: 100%;
  height: 100%;
  background-image: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  -webkit-transform: rotate(90deg );
  transform: rotate(90deg);
}



.accordion-menu .hs-menu-wrapper>ul>li:nth-child(2)>a{
  display:none;
}
.accordion-menu .hs-menu-wrapper>ul>li.hs-item-has-children ul{
  display: none;
}
.accordion-menu .hs-menu-wrapper>ul>li.active-menu>ul{
  display:block;
}


.accordion-menu .hs-menu-wrapper>ul>li.active-menu:nth-child(1) {
  background-image: url(https://25118220.fs1.hubspotusercontent-eu1.net/hubfs/25118220/raw_assets/public/JbsCam_Jan2022/images/minues%20icon.png);
}
.footer .accordion-menu .hs-menu-wrapper>ul>li:nth-child(1)>a:hover{
  text-decoration:none !important;
}

.footer .footer-links-wrapper p>a:hover {
  text-decoration: underline;
}

.footer .campl-global-footer-secondary ul>li>a:hover {
  text-decoration: underline;
}

.footer .clear, .clear-float, .ee-clear-float {
  clear: both;
}

.footer .campl-global-footer-secondary ul>li>a {
  text-decoration: none;
}


.footer .campl-footer-social {
  margin: 20px 0;
  padding: 0 20px;
}



@media (max-width: 859px){
  .footer .campl-footer-social{
    padding: 0 15px 0 0;
  }
}


@media only screen and (max-width: 74.9375rem){
  .footer  .campl-wrap {
    width: 100%;
  }
}


@media (max-width: 48rem){
  body{
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .footer .campl-wrap {
    width: 100%;
  }
  .footer .campl-column, [class*="campl-column"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0px;
  }
  .footer .campl-global-footer .campl-column3 {
    width: 30%;
    float: left;
    min-width: 250px;
    height: 100% !important;
  }
  .footer li, p {
    margin: 0px 0px 15px;
  }
  .footer .campl-global-footer .campl-column3:nth-last-child(2), 
  .campl-global-footer .campl-column3:nth-last-child(3) {
    width: 51%;
    float: right;
    height: 50% !important;
  }
  .footer .campl-footer-social a {
    float: left;
  }
  .campl-column12 .campl-column3:last-child {
    float: right !important;
  }
  .footer .campl-no-bottom-padding ul,
  .footer-links-wrapper p,
  .footer address{
    font-size: 1rem;
  }
  .footer-links-wrapper p,
  .footer .campl-no-bottom-padding ul li{
    margin: 0 0 15px;
  }
  .footer .campl-footer-social {
    padding: 0 20px;
  }
  .footer .campl-global-footer-secondary ul li {
    float: left;
    padding-left: 5px;
    line-height: 1.125rem;
  }
  .footer .campl-global-footer-secondary ul li a{
    font-size: 1rem;
  }
}


@media (max-width: 32.5rem){
  .footer .campl-global-footer .campl-column3 {
    width: 100% !important;
  }
  .footer .csc-textpic-image {
    width: 100%;
  }
  .footer .campl-global-footer .campl-column3:nth-last-child(2), 
  .campl-global-footer .campl-column3:nth-last-child(3) {
    min-width: 200px;
  }
  .footer .address-wrap address {
    width: 100%;
    padding-left: 15px;
    padding-right: 0px;
    text-align: left;
  }
}
