/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//www.juice.it/media/fonts/inter/inter.css');

@font-face {
  font-family: 'icons-blank-theme';
  src: url('https://19566131.fs1.hubspotusercontent-na1.net/hubfs/19566131/Juice_April2018%20Theme/Fonts/Blank-Theme-Icons.woff2') format('woff2'), url('https://19566131.fs1.hubspotusercontent-na1.net/hubfs/19566131/Juice_April2018%20Theme/Fonts/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

/* @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css'); */
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
{
  % include "Juice_April2018 Theme/Coded Files/Juice_October2020-modules.css" %
}


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  background: #fff;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {}

small {}

strong {}

em {}

cite {}

code {}

pre {}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  color: #636363;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1 {
  color: #000;
  font-size: 36px;
}

h2 {
  color: #000;
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/* Anchor Links */
a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ff7a00;
}

/* Lists */
ul,
ol {
  margin: 0 0 10px;
  padding-left: 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {}

li {}

/* Block Quotes */
blockquote {}

blockquote p {}

blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}

#hs-eu-cookie-confirmation-inner p {}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}

a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}

.header-container {}

.custom-top-header {
  color: #ff7a00;
  background-color: #fff;
  padding: 5px 10px;
}

.custom-bottom-header {
  background-color: #ff7a00;
  padding: 0 30px;
}

.custom-header-social-icon ul {
  margin: -1px 0 0;
  padding: 0;
  list-style: none;
  display: block;
}

.custom-header-social-icon ul li {
  display: inline-block;
}

.custom-header-social-icon {
  width: 20% !important;
}

.custom-header-form-wrapper,
.custom-top-header-menu {
  width: 25% !important;
  margin-left: 0% !important;
}

.custom-top-header-menu .hs-menu-wrapper>ul {
  float: right;
  padding-top: 5px;
}

.custom-top-header-menu .hs-menu-wrapper>ul>li>a {
  position: relative;
}

.custom-top-header-menu .hs-menu-wrapper>ul>li:first-child>a:before {
  content: "\f54e";
  padding: 0 9px 0 0px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

.custom-top-header-menu .hs-menu-wrapper>ul>li:nth-child(2)>a:before {
  content: "\f1fa";
  padding: 0 9px 0 0px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

.custom-top-header-menu .hs-menu-wrapper>ul>li:nth-child(3)>a:before {
  content: "\f007";
  padding: 0 9px 0 0px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

.custom-top-header-menu .hs-menu-wrapper>ul>li:nth-child(4)>a:before {
  content: "\f07a";
  padding: 0 9px 0 0px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

.custom-top-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal[aria-label="Navigation Menu"]>ul li.hs-menu-depth-1:not(:last-of-type) {
  border-right: 1px solid #ff7a00;
}

.custom-top-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal[aria-label="Navigation Menu"]>ul li.hs-menu-depth-1 {
  padding: 0 5px;
}

.custom-top-header-menu .hs-menu-wrapper>ul li:first-child a,
.custom-top-header-menu .hs-menu-wrapper>ul li:nth-child(2) a,
.custom-top-header-menu .hs-menu-wrapper>ul li:nth-child(3) a,
.custom-top-header-menu .hs-menu-wrapper>ul li:nth-child(4) a {
  padding-right: 5px;
  padding-left: 4px;
}

.custom-header-search-form {
  position: relative;
}

.custom-header-search-form input#search {
  width: 100%;
  font-size: 14px;
  padding: 4px 8px;
  padding-right: 40px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #636363;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: none;
  border-radius: 50px;
  border: 1px solid silver;
  background: #fff;
  margin: 0;
}

.custom-header-search-form input#search:focus {
  /*border: 1px solid #ff7a00;*/
  box-shadow: 0 0 3px 1px #68a8e0;
}

.custom-top-header-menu .hs-menu-wrapper>ul li a {
  display: inline-block;
  line-height: 20px;
  color: #ff7a00;
  padding: 0 10px;
}

.custom-header-search-form button.button.search-button {
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  right: 0;
  top: 0;
  color: #fff;
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  background: no-repeat;
}

.custom-header-search-form button.button.search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
  height: 30px;
  margin-top: 0;
  top: 0;
  width: 30px;
  background-image: url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.custom-header-logo {
  padding: 0;
  width: auto !important;
}

.custom-menu-primary {
  width: auto !important;
  margin-left: 0 !important;
}

/* =============== Content =============== */

.body-container-wrapper {}

.body-container {
  font-size: 16px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

.body-container .page-center {
  padding: 30px;
}

.custom-banner {
  height: 400px;
  width: 100%;
  display: table;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.custom-banner .page-center {
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.custom-banner h1 {
  transition: all 0s ease 0s;
  min-height: 0px;
  min-width: 0px;
  line-height: 72px;
  border-width: 0px;
  margin: 0px 0px 42px;
  padding: 0px;
  font-size: 60px !important;
  font-weight: 400;
  color: #fff;
  text-transform: initial;
}

.content-wrapper {}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}


/* =============== Footer =============== */

.footer-menu-heading span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #ff7a00;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-menu-content .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  padding: 0;
  line-height: 1.6;
  font-size: 14px;
  width: fit-content;
}

.custom-footer-copyright {
  width: 100%;
  font-size: 11px;
  padding: 40px 0 30px;
  padding-top: 20px;
  border-top: 1px solid #ff7a00;
  text-align: justify;
}

.footer-container-wrapper {}

.footer-container {}

.custom-bottom-footer {
  background-color: #f5f5f7;
  color: #191b1c;
  padding: 0 30px;
}

.custom-footer-inner-wrapper {
  padding: 60px 30px 0 30px;
  border-top: 1px solid transparent;
}

.custom-footer-copyright p {
  margin: 0;
}

.custom-footer-logo a {
  display: block;
}

.custom-footer-logo a:first-child {
  padding: 10px 10px 29px;
}

.custom-footer-logo a:first-child img {
  max-width: 239.97px;
  min-height: 51px
}

.custom-footer-logo a:nth-child(2) {
  text-align: center;
  padding-right: 10px;
}

.custom-footer-logo {
  width: 33.33% !important;
}

.custom-footer-menu {
  width: 66.67% !important;
  margin-left: 0 !important;
}

.custom-footer-menu .hs-menu-wrapper>ul {
  width: 100%;
}

.custom-footer-menu .hs-menu-wrapper>ul>li {
  width: 50%;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a {
  padding: 3px 0 16px;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  cursor: text;
}

.custom-footer-menu .hs-menu-wrapper>ul ul>li>a {
  line-height: 1.4;
  padding: 2px 0 5px;
  font-size: 14px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
}

.custom-footer-menu .hs-menu-wrapper>ul ul>li>a:hover {
  text-decoration: underline;
}

.custom-top-footer {
  background: #000 url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/bg_newsletter.jpg) no-repeat center center;
  padding: 38px;
}

.custom-footer-form label span,
.custom-footer-form span.hs-form-required {
  display: none;
}

.custom-footer-form .hs-form {
  margin: 44px auto 60px;
  width: 50%;
  padding: 0 15px;
  clear: both;
  position: relative;
  display: block;
}

.custom-footer-form .hs-email {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

.custom-footer-form .hs-submit {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.custom-footer-form input[type="email"] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 16px;
  border-radius: 0;
  line-height: 24px;
  padding: 3px 8px 1px !important;
  width: 100%;
  box-shadow: none !impoortant;
}

.custom-footer-form h3 {
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  margin: 31px 0 10px;
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.custom-footer-form input[type="email"]:focus {
  box-shadow: none;
  border: 1px solid #fff;
  outline: -webkit-focus-ring-color auto 5px;
}

.custom-footer-form .hs-button.primary.large {
  float: right;
  width: 85%;
  background: #fff;
  color: #ff7a00;
  padding: 7px 15px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 500;
  height: 30px;
  line-height: 17px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  border-radius: 0;
  margin: 4px 0 0;
  outline: none;
}

.custom-footer-form .hs-button.primary.large:hover {
  background-image: none;
}

.custom-footer-form ul.hs-error-msgs.inputs-list {
  position: absolute;
  top: 45px;
}

.custom-footer-form .hs_error_rollup {
  position: absolute;
  top: 15px;
  width: 100%;
}

ul.social-follow li {
  display: inline-block;
  border-left: 1px solid #ff7a00;
  margin: 0;
  padding: 0;
}

ul.social-follow {
  padding: 0;
  margin-top: 10px;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: flex-end;
}

ul.social-follow li a {
  color: #ff7a00;
  font-size: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-block;
  padding: 8px 20px;
}

.nl-subscribe li a {
  position: relative;
  padding-left: 35px;
  line-height: 15px;
  display: inline-block;
}

.nl-subscribe li a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nl-subscribe li a i:before {
  display: inline-block;
  background: #ffffff;
  color: #ff7a00;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 6px;
}

ul.nl-subscribe {
  padding: 0;
  margin-top: 10px;
  list-style: none;
}

@media (max-width: 1024px) {
  .footer-menu {
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    float: left !important;
  }

  .footer-menu:nth-of-type(3),
  .footer-menu:nth-of-type(6) {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu:nth-of-type(3)>div {
    width: 50% !important;
  }

  .footer-menu-heading {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu-heading div {
    width: 50%;
  }

  .footer-menu:nth-of-type(6)>div {
    width: 100%;
  }

  .custom-header-wrapper .row-fluid-wrapper.row-depth-1.row-number-6 {
    height: 0;
  }

  .custom-header-wrapper .row-fluid-wrapper.row-depth-1.row-number-5 {
    height: 0;
  }

  .custom-header-wrapper .row-fluid-wrapper.row-depth-1.row-number-7 {
    height: 0;
  }
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper>ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Desktop Menu */
@media screen and (min-width:1025px) {

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: block !important;
  }

  .custom-header.mobile {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    padding-left: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    color: #27242A;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    content: " ";
    display: inline-block;
    padding: 0 0px 0 15.8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:after {
    content: none;
  }

  /* Child List */
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper {
    padding: 10px;
    max-width: unset !important;
    width: 100%;
    background: #fff;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-around;
    align-items: stretch;
    justify-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent;
    width: 100%;
    padding: 0 30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul li {
    flex: 1;
    padding: 0 30px;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: stretch;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a[role=menuitem] {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: flex-start;
    justify-items: flex-start;
    margin: 0 auto;
    padding: 10px;
    width: 100% !important;
    color: #333333;
    text-decoration: none;
    position: relative;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children:not(:first-child) ul.hs-menu-children-wrapper li a[role=menuitem] {
    align-items: center;
    text-align: center;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a[role=menuitem]:hover {
    /*background: #e8e8e8;
    color: #333333;*/
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li>a:before {
    content: "";
    width: 100px;
    margin-bottom: 30px !important;
    height: 100px;
    margin: 0;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    /* align-items: start; */
    /* text-align: left; */
    /* justify-content: left; */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(1)>a:before {
    background-image: url(https://www.juice.it/media/2022/category/acquista/icona-menu-principale-iphone-15.jpg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(2)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-ipad-2022_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(3)>a:before {
    background-image: url(https://www.juice.it/media/2022/category/acquista/icona-menu-principale-watch-9.jpg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(4)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-mac_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(5)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-apple-tv_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(6)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-airpods_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(7)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-homepodmini_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(8)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-casa-intelligente_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>ul li:nth-child(9)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-accessori_jpg.webp);
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2)>ul li:nth-child(1)>a:before {
    background-image: url(https://www.juice.it/media/2022/category/usato/Icona-memoji_valutazione.png);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2)>ul li:nth-child(2)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-iphone_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2)>ul li:nth-child(3)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-ipad_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2)>ul li:nth-child(4)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-watch_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2)>ul li:nth-child(5)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-mac_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2)>ul li:nth-child(6)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/usato/icona-menu-imac-usato_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2)>ul li:nth-child(7)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/ipad/icona-menu-ipad-accessori_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6)>ul li:nth-child(1)>a:before {
    background-image: url(https://www.juice.it/media/2022/icone/megamenu/Icona-memojiAssistenza.png);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6)>ul li:nth-child(2)>a:before {
    background-image: url(https://www.juice.it/media/2022/icone/megamenu/Icona-memojiprenota.png);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6)>ul li:nth-child(3)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-iphone_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6)>ul li:nth-child(4)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-ipad_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6)>ul li:nth-child(5)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-watch_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6)>ul li:nth-child(6)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-mac_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6)>ul li:nth-child(7)>a:before {
    background-image: url(https://www.juice.it/media/amasty/webp/2022/category/acquista/icona-menu-principale-airpods_jpg.webp);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-depth-3 a {
    font-size: 0.9em;
    line-height: 13px;
    white-space: normal !important;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 39px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding-left: 0;
  }

  /* Hide button on Desktop */
  .mobile-trigger,
  .child-trigger {
    display: none;
  }

  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper {
    display: flex !important;
    height: 50px !important;
  }

  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    height: 100%;
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    top: 60px !important;
  }

  .span4.widget-span.widget-type-custom_widget.custom-header-logo a {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    height: 75px;
  }
}

/* Tablet Menu */

@media screen and (max-width:1024px) {

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper>ul,
  .custom-menu-primary .hs-menu-wrapper>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: inline-block !important;
    /* Show button on mobile */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: relative;
    /**************************************/
    top: 0px;
    /* Position Button at right of screen */
    right: 0;
    /**************************************/
    width: auto;
    /* Button width */
    height: auto;
    /* Button height */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
  }

  .mobile-trigger:hover {
    text-decoration: none;
    /* Removes link text underline on button */
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }

  .section-open a.custom-mobile-search,
  .section-open2 a.skip-account {
    background: #ededed;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    color: #fff;
    border-color: transparent;
    background: #ededed;
  }

  /* Toggle Button Icon */
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }

  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    /* Icon line width */
    height: 2px;
    /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #8f8f8f;
    /* Icon color */
    display: inline-block;
  }

  .mobile-trigger i:before {
    top: -7px;
  }

  /* Position top line */
  .mobile-trigger i:after {
    top: 7px;
  }

  /* Position bottom line */
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #fff;
    /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    /* Button width */
    min-width: 55px !important;
    height: 41px !important;
    /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #575757;
  }

  .child-open.child-trigger:after {
    content: '\e621';
  }

  /* ===== Mobile Menu Styles ===== */

  .custom-menu-primary.js-enabled {
    position: relative;
  }

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .custom-menu-primary {
    width: 100% !important;
    margin-left: 0 !important;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    content: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper {
    background-color: #000;
    width: 100%;
    /* Full screen width */
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-left: 0 !important;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }

  /* Level 1 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    background-color: #f1f1f1;
    padding: 10px 0 10px 10px;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    display: block;
    border-bottom: 1px solid #dadada;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    background-color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper>ul ul {}

  .custom-menu-primary .hs-menu-wrapper>ul ul li {}

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    background-color: #e4e4e4;
    color: #555;
    border-bottom: 2px solid #dadada;
    padding: 10px 0 10px 10px;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul>li:first-child a {
    padding: 10px 0 10px 10px;
    border-bottom: 2px solid #dadada;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a:hover {
    background-color: #fff;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent: 30px;
    /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent: 50px;
    /* Indent Child lists */
  }
}

@media screen and (max-width:1024px) {

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }

  /*.row-fluid-wrapper.row-depth-1.row-number-5, .row-fluid-wrapper.row-depth-1.row-number-6 {
  height: 0!important;
  overflow: hidden;
}*/
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 85vw;
    height: 100vh;
    z-index: 1;
    background: transparent;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper:before {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000080;
    content: '';
    z-index: 0;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: nowrap column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px !important;
    z-index: 1;
    background: white;
    left: -100%;
    position: relative;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul>li.hs-menu-item {
    width: 100%;
    height: fit-content;
    padding: 10px 15px;
    border-top: 1px solid #d1d1d1;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul>li.hs-menu-item:last-of-type {
    border-bottom: 1px solid #d1d1d1;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul>li.hs-menu-item a[role=menuitem] {
    padding: 0;
    background-color: transparent;
    color: #575757;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
  }

  .top-menu-mobile-link {
    width: calc(100% / 6);
    float: left;
    height: 44px;
    color: #636363;
    line-height: 42px;
    border-right: 1px solid #ededed;
    text-align: center;
    font-size: 23px;
    color: #ff7a00;
  }

  .top-menu-mobile-link span {
    display: none;
  }

  a.skip-link {
    width: calc(100% / 6);
  }

  .custom-header-search.mobile {
    position: absolute;
    top: 63px;
    left: 20px;
    right: 20px;
  }

  .section-open a.custom-mobile-search, .section-open2 a.skip-account{
    background: none;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-2 a[role=menuitem] {
    text-transform: none;
    padding: 6px 0;
  }
}

/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {
  padding: 74px 0 0;
}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}

.hs-blog-header h1 a {}

/* Blog Post Title */
.post-header h2 {}

.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}

span.filter-link-count {
  display: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-width: 210px;
  height: auto;
  width: auto;
  display: block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display: block;
  margin: 15px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

.body-container .hs-blog-social-share li {
  background: none;
  padding: 0;
}

#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to {
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

.custom_listing_comments {
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height: 26.4px;
}

/* Pagination */
.blog-pagination {}

.blog-pagination a {
  display: inline-block;
}

.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.blog .blog-sidebar .cell-wrapper {
  margin: 0 0 30px;
}

.blog-sidebar h2 {
  margin: 0 0 15px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  color: #636363;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* =============== Blog Author Page and Author Bio =============== */

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}

.hs-author-profile h2.hs-author-name {}

.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}

.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}

.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}

h3.hs-author-listing-header {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

.hs-form {
  margin: 0 0 30px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}

body .hs-form-field>label,
.widget-type-google_search label,
#comment-form li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}

textarea:focus {}

/* Separate Styles for Drop Downs */
select {}

select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label {
  color: red;
}

ul.hs-error-msgs.inputs-list {
  margin: -3px 0 0;
  padding: 0;
  list-style: none;
}

/* Placeholder Text */
.custom-footer-form input[type="email"]::-webkit-input-placeholder {
  color: #a0a0a0;
}

/* Webkit Browsers */
.custom-footer-form input[type="email"]:-moz-placeholder {
  color: #a0a0a0;
}

/* Firefox 18- */
.custom-footer-form input[type="email"]::-moz-placeholder {
  color: #a0a0a0;
}

/* Firefox 19+ */
.custom-footer-form input[type="email"]:-ms-input-placeholder {
  color: #a0a0a0;
}

/* IE10 */

.custom-header-search-form input#search .custom-header-search-form input#search::-webkit-input-placeholder {
  color: #636363;
  opacity: 1 !important;
}

/* Webkit Browsers */
.custom-header-search-form input#search:-moz-placeholder {
  color: #636363;
  opacity: 1;
}

/* Firefox 18- */
.custom-header-search-form input#search::-moz-placeholder {
  color: #636363;
  opacity: 1;
}

/* Firefox 19+ */
.custom-header-search-form input#search:-ms-input-placeholder {
  color: #636363;
  opacity: 1 !important;
}

/* IE10 */



.custom-footer-form input[type="email"]:-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

/* Firefox 18- */
.custom-footer-form input[type="email"]::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

/* Firefox 19+ */
/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}

.hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form fieldset.form-columns-2 {}

.hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form fieldset.form-columns-3 {}

.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

form.hs-form fieldset {
  max-width: none;
}

form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }

  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }

  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field>label {}

#comment-form label {}

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}

#comment-form input[type="text"] {}

#comment-form input[type="text"]:focus {}

#comment-form textarea {}

#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field>label {}

#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}

.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 12px;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: inherit;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}

.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}

#add-comment-button.hs-button.primary:hover {}

#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}

#hs_form_target_blog_subscription .hs-button.primary.large:hover {}

#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}

.widget-type-google_search .hs-button.primary:hover {}

.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


.landing-page.one-column .body-container form,
.error-template.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form {
  width: 50%;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
  padding: 0 0 15px;
}

.custom-footer-logo a:first-child img:last-child {
  display: none;
}

.custom-footer-logo a:first-child img:last-child:hover,
.custom-footer-logo a:first-child img:first-child:hover,
.custom-top-header-menu .hs-menu-wrapper>ul li:last-child a:hover {
  opacity: 0.8;
}

.grecaptcha-badge {
  margin: 0 0 10px;
}

.custom-footer-form {
  color: #fff;
}

.custom-footer-form label {
  color: #df280a;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.custom-footer-form .hs-input.invalid.error:focus,
.custom-footer-form .hs-input.invalid.error {
  outline-color: #ef9384;
}

.custom-header-search-form button.button.search-button:hover:before {
  opacity: 0.8;
}


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (-webkit-min-device-pixel-ratio: 2),
  not all,
  not all,
  not all,
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
    .custom-header-search-form button.button.search-button:before {
      background-image: url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/icon_sprite@2x.png);
      background-size: 100px 1000px;
    }
}

@media (max-width: 1300px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    padding-left: 26px;
  }
}

@media (max-width: 1084px) {
  .custom-bottom-header {
    background-color: #ff7a00;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul li {
    padding: 5px 0px 15px 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent;
    width: 100%;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    padding: 0 5px 0 1px;
  }
}

@media (max-width: 1200px) {
  .custom-footer-form .hs-form {
    margin: 44px auto 30px;
  }
}

@media (max-width: 916px) {
  .custom-banner {
    height: 41.8vw;
  }
}


@media (max-width: 1024px) {
  .custom-footer-logo {
    width: 100% !important;
    text-align: center;
  }
  
  .cssforcss .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children .child-trigger.child-open + ul.hs-menu-children-wrapper {
    display: block !important;
  }
  
  .cssforcss .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul li {
    padding: 0;
  }

  .mobile-open a.skip-link.mobile-trigger span.icon {
    background-position: 4px 4px !important;
  }

  .section-open a.skip-link.custom-mobile-search span.icon {
    background-position: 4px -146px !important;
  }

  .section-open1 a.skip-link.skip-account span.icon {
    background-position: 4px -44px !important;
  }

  .custom-banner h1 {
    font-size: 40px !important;
    line-height: 40px;
    margin: 0;
    padding: 20px 0;
  }

  .custom-footer-menu,
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100% !important;
  }

  .custom-bottom-footer {
    padding: 0 20px;
  }

  .custom-footer-inner-wrapper {
    padding: 20px 0 0 0;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:first-child {
    padding: 20px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(2) {
    padding: 0 20px;
  }

  .custom-footer-copyright {
    padding: 24px 0 30px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul ul>li:last-child>a {
    padding: 2px 0 4px;
  }

  .custom-footer-logo a:nth-child(2) {
    padding: 0 0 6px;
  }

  .custom-footer-logo a:first-child img:first-child {
    display: none;
  }

  .custom-footer-logo a:first-child img:last-child {
    display: block;
    margin: 0px auto;
  }

  .custom-footer-logo a:first-child {
    padding: 10px 10px 16px;
  }

  .custom-top-footer {
    padding: 0 20px;
  }

  .custom-footer-form .hs-form {
    margin: 24px auto 20px;
    width: 100%;
    padding: 0;
  }

  .custom-footer-form ul.hs-error-msgs.inputs-list {
    position: static;
  }

  .custom-footer-form .hs_error_rollup {
    position: static;
  }

  .custom-footer-form .hs-email,
  .custom-footer-form .hs-submit,
  .custom-footer-form .hs-button.primary.large {
    width: 100%;
  }

  .custom-footer-form .hs-button.primary.large {
    margin: 0px;
  }

  .custom-footer-form h3 {
    margin: 21px 0 10px;
  }

  .custom-header.desktop {
    display: none;
  }

  .custom-mobile-header-logo {
    background-color: #ff7a00;
    padding: 20px 21px 26px 20px;
    text-align: center;
  }

  .custom-bottom-header-links {
    background-color: #fff;
    clear: both;
    overflow: hidden;
    border-bottom: 4px solid #ff7a00;
    margin-bottom: -1px;
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
  }
  
  .custom-bottom-header-links .mobile-logo-flex {
    margin-right: auto;
  }

  a.skip-link,
  a.skip-cart.no-count {
    float: left;
    height: 44px;
    color: #636363;
    line-height: 42px;
    /*border-right: 1px solid #ededed;*/
    text-align: center;
  }

  a.skip-link span.icon {
    margin-right: 3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
  }

  a.skip-link.mobile-trigger span.icon {
    background-position: 4px 4px;
  }

  a.skip-link.custom-mobile-search span.icon {
    background-position: 4px -146px;
  }

  a.skip-link.custom-mobile-search:hover span.icon {
    background-position: -46px -146px;
  }

  a.skip-link.mobile-trigger:hover span.icon {
    background-position: -46px 4px;
  }

  a.skip-link.skip-account span.icon {
    background-position: 4px -44px;
  }

  a.skip-link.skip-cart.no-count span.icon {
    background-position: 0 -95px;
  }

  a.skip-link.skip-cart.no-count:hover span.icon {
    background-position: -50px -95px;
  }

  a.skip-link.skip-account:hover span.icon {
    background-position: -46px -44px;
  }

  a.skip-link:hover span.label {
    color: #ff7a00;
  }

  .custom-header-search.mobile {
    padding: 20px;
    background: #ff7a00;
    display: none;
  }

  .section-open .custom-header-search.mobile {
    display: block;
  }

  .custom-header-search.mobile input#search {
    width: 100%;
    font-size: .9em;
    line-height: 1.5;
    padding: 7px 8px;
    padding-right: 40px;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 50px;
    border: 1px solid silver;
    background: #fff;
    margin: 0;
  }

  .custom-header-search.mobile input#search:focus {
    border: 1px solid #ff7a00;
  }

  .custom-header-search.mobile button.button.search-button:before {
    background-image: url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/icon_sprite.png?t=1523425115481);
    background-repeat: no-repeat;
    text-indent: -9999px;
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-position: 4px -146px;
    left: auto;
  }

  .widget-span.custom-mobile-header-menu {
    padding: 5px 0;
    background: #ededed;
    margin-top: -1px;
    display: none;
  }

  .section-open2 .widget-span.custom-mobile-header-menu {
    display: block;
  }

  .custom-mobile-header-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    padding: 0;
  }

  .custom-mobile-header-menu .hs-menu-wrapper>ul>li>a {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  .custom-mobile-header-menu .hs-menu-wrapper>ul>li:last-child>a {
    border: none;
    font-size: 0;
    line-height: 0;
  }

  .custom-mobile-header-menu .hs-menu-wrapper>ul>li:last-child>a:before {
    content: "\f08a";
    display: inline-block;
    font: normal normal normal 14px/30px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .custom-mobile-header-menu .hs-menu-wrapper>ul>li>a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
    color: #ff7a00;
  }

  .custom-mobile-header-logo .hs_cos_wrapper {
    width: 65%;
    margin: 0 auto;
  }

  .osx a.skip-link.custom-mobile-search span.icon {
    background-image: url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }

  .osx a.skip-link.custom-mobile-search:hover span.icon {
    background-image: url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/icon_sprite@2x.png);
    background-position: -46px -146px;
  }

  .osx.section-open a.skip-link.custom-mobile-search span.icon {
    background-size: 100px 1000px !important;
  }

  .osx a.skip-link span.icon {
    background-image: url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/icon_sprite@2x.png);
    background-size: 100px 1000px !important;
  }

  .osx a.skip-link:hover span.icon {
    opacity: .8;
  }

  a.skip-link:hover span.icon {
    opacity: .8;
  }

  .osx .custom-header-search.mobile button.button.search-button:before {
    background-image: url(//4360502.fs1.hubspotusercontent-na1.net/hubfs/4360502/Juice_April2018%20Theme/Images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul{
    overflow-y: auto !important;
    flex-flow: nowrap column;
  }

  .mobile-trigger i:before{
    left: 0;
  }

  .mobile-trigger i:after{
    left: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children .child-trigger.child-open + ul.hs-menu-children-wrapper {
    display: block !important;
  }

  .landing-page.one-column .body-container form,
  .error-template.one-column .body-container form,
  .password-template.one-column .body-container form,
  .subscription-template.one-column .body-container form {
    width: 100%;
  }

  .span3.widget-span.widget-type-custom_widget {
    margin: 0 auto;
    justify-content: center;
  }

  .span3.widget-span.widget-type-custom_widget {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-menu-heading span {
    white-space: nowrap;
  }

  .custom-footer-inner-wrapper .footer-menu{
    flex: unset !important;
  }

  .custom-bottom-header-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-block: 10px;
  }

  .fontacolor {
    gap: 2px !important;
    margin-left: 25px;
  }

  #hs_cos_wrapper_module_1684252326226438 {
    display: block !important;
  }

  .copyright img {
    margin-left: 0 !important;
    margin-top: 20px;
  }

  .subscribe-options label {
    margin: 0;
  }

  .hs-form {
    margin-bottom: 30px
  }

  #comment-form .hs-form {
    margin-bottom: 0;
  }

  .blog-sidebar {
    padding-top: 30px;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }

  .custom-footer-inner-wrapper {
    padding: 60px 0 10px 0px;
  }

  .blog {
    padding: 67px 20px 0;
  }

  .header-container-wrapper {
    padding: 0 20px;
  }

  .custom-bottom-footer {
    padding: 0 10px;
  }

  .custom-footer-copyright {
    padding: 30px 0;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 50% !important;
    float: left !important;
    display: inline-block;
    padding: 20px !important;
  }

  .custom-footer-logo a:first-child {
    padding: 30px 10px 16px;
  }

  .custom-footer-form h3 {
    line-height: 31px;
    font-size: 22px;
  }

  .custom-footer-form .hs-form {
    margin: 31px auto 40px;
    padding: 0 20px;
  }

  .custom-footer-form h3 {
    margin: 20px 0 10px;
  }

  .body-container .page-center {
    padding: 0px;
  }

  .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 499px) {
  .custom-bottom-header-links a .label {
    display: none;
  }

  .grecaptcha-badge {
    width: 318px !important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
}

@media (max-width: 320px) {
  .custom-mobile-header-logo img {
    max-width: 175px;
  }
}

.header.nl a {
  color: #ff7a00;
}

.header.nl {
  height: 30px;
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
}

.span4.widget-span.widget-type-custom_widget.custom-header-social-icon {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  align-items: center;
}

/* 2022 Theme */
.st0 {
  fill: #FF7A00;
}

.st1 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
}

.row-fluid .custom-top-header {
  padding: 10px 20px;
  border-bottom: 4px solid #ff7a00;
  /* margin-bottom: 10px; */
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-children-wrapper {
  display: block;
  position: static;
  display: block !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul ul li>a:before {
  content: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li.hs-menu-depth-2 {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  color: #27242A;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li.hs-menu-depth-2 .hs-menu-children-wrapper .hs-menu-item a {
  text-align: left;
  align-items: flex-start;
}

/*.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
border: 1px solid #d1d1d1;
box-shadow: 0 5px 5px rgba(0, 0, 0, .19);
}*/

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li.hs-menu-depth-2 .hs-menu-children-wrapper .hs-menu-item {
  padding: 0;
}

.header-row .row-fluid {
  display: flex;
  flex-flow: wrap row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.fontacolor a {
  color: #ff7a00;
}

.header-row .row-fluid:after,
.header-row .row-fluid:before {
  content: none;
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:not(:last-child) {
  border-right: 1px solid #bbb;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2>a[role=menuitem]:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ffffff;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2>a[role=menuitem] {
  font-weight: 600;
}

.form-label {
  width: auto !important;
}

.ricerca {
  width: auto !important;
}

.orange-icon {
  width: auto !important;
}

.fontacolor {
  color: #ff7a00;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 10px;
}

.footer-top {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

.action.subscribe:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}

.action.subscribe:hover:before {
  font-weight: 900;
}

button.action.subscribe.primary {
  position: absolute;
  right: 15px;
  top: 0;
  background: 0 0;
  border: none;
  color: #ff7a00;
  padding: 0;
}

.custom-header-newsletter.mobile .form {
  position: relative;
  width: 70%;
}

.amgdpr-text a {
  color: #ff7a00;
}

input#newsletter::placeholder {
  color: #191b1c;
}

.control label input {
  padding-inline: 15px;
  border-radius: 50px;
  background: 0 0;
  border: 1px solid #ff7a00;
  margin-right: 0;
  /* width: 100%; */
}

span.amgdpr-text {
  font-size: 14px;
}

.footer-menu-content .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  position: relative;
  transition: .3s ease-in-out;
  left: 0;
}

.footer-menu-content .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:hover {
  left: 10px;
}

.copyright img {
  width: 100%;
  max-width: 350px;
  margin-left: 30px;
}

#hs_cos_wrapper_module_1684252326226438 {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

ul.social-follow li:last-child {
  border-right: 1px solid #ff7a00;
}

ul.social-follow li a i {
  font-size: 0;
}

ul.social-follow li a i:before {
  font-size: 24px;
}

ul.social-follow li a:hover {
  color: #ffffff;
  background: #ff7a00;
}

.custom-footer-inner-wrapper .row-depth-2.row-number-3>.row-fluid:before,
.custom-footer-inner-wrapper .row-depth-2.row-number-3>.row-fluid:after {
  content: none;
}

.custom-footer-inner-wrapper .row-depth-2.row-number-3>.row-fluid {
  display: flex;
  flex-flow: wrap row;
  align-items: flex-start;
  justify-content: space-between;
}

.custom-footer-inner-wrapper .footer-menu {
  width: auto;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none !important;
  opacity: 1;
  visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.fa-search:before{
  color: #ff7a00;
}

@media only screen and (min-width: 1025px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    box-shadow: 0 5px 5px rgb(0 0 0 / 19%);
    border: 1px solid #d1d1d1;
    left: 50px;
    right: 50px;
    width: auto;
  }
}

path.white-svg,
polygon.white-svg {
  fill: #ffffff;
}

line.white-svg {
  stroke: #ffffff;
}

.table-of-contents {
    background: #f0f0f0;
    padding: 20px;
    margin: 20px 0;
}

.table-of-contents > p {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

a[data-hs-anchor="true"] {
    position: relative;
    top: -100px;
}

img, video {
    max-width: 100%;
    height: auto;
}