#formNewsletter, #siteFooter .bottomFooter p{
  font-size: 0.7rem;
}

#formNewsletter p, #formNewsletter label{
  font-size: inherit;
}

#formNewsletter .mandatoryMarker{
  color: var(--pink);
}

#formNewsletter .checkAllChecks{
  color: var(--pink);
}

#formNewsletter .customCheckbox input[type=checkbox] + label > .fakeCheck:after {
  font-size: 0.5em;
}

#formNewsletter .customCheckbox input[type=checkbox] + label:hover > .fakeCheck,
#formNewsletter .customCheckbox input[type=checkbox] + label > .fakeCheck:hover,
#formNewsletter .customCheckbox input[type=checkbox]:checked + label > .fakeCheck{
}

#formNewsletter .customCheckbox input[type=checkbox]:checked + label > .fakeCheck:after {
  height: 1em;
  width: 1em;
}

#formNewsletter, #formNewsletter p, #formNewsletter label{
  color: white;
}

#formNewsletter .regularLink{
  color: var(--pink);
}

#formNewsletter .privacyContentBlock {
  font-size: 1em;
}


#siteFooter{
  color: white;
  font-size: 19px;
}

#siteFooter #formNewsletter #newsletterSubscription{
  background-color: #292930;
  border-radius: 0;
  margin-bottom: 0;
}

#siteFooter #formNewsletter #newsLetterSubscribeBtn{
  position: relative;
  max-width: 200px;
  flex: 0 0 200px;
  cursor: pointer;
}

#siteFooter #formNewsletter #newsLetterSubscribeBtn > span, #siteFooter #formNewsletter .nlStandAloneBtn{
  font-family: 'Akrobat';
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.1em 0;
  width: 100%;
}

#siteFooter #formNewsletter #newsLetterSubscribeBtn{
  text-align: center;
}

#siteFooter #formNewsletter .nlStandAloneBtn{
  padding: 13px 35px;
}

.primaryFooter{
  padding: 0 0 2em 0;
}

.primaryFooter a:hover, .secondaryFooter a:hover {
  color: var(--orange);
}

.secondaryFooter{
  padding: 1em 0;
}

.secondaryFooter .extraPageList{
  list-style: none;
  padding: 0;
  margin: 0;
}

.secondaryFooter .extraPageList > li,
.secondaryFooter .extraPageList > li > a,
.secondaryFooter .extraPageList > li > p,
.secondaryFooter .extraPageList > li > span{
  font-size: 13px;
  font-weight: 400;
}

#siteFooter .socialList{
  padding: 0;
}

 #siteFooter .extraPageList, #siteFooter .socialList, #siteFooter .socialList li{
  line-height: 1em;
}

#siteFooter .socialList a{
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
}

#siteFooter .socialList a:hover{
  color: var(--orange);
}

#siteFooter .footerList.socialList > li{
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0;
}

.footerList{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerList > li:not(:last-child){
  margin-bottom: .8rem;
}

.footerList > li > a{
  font: inherit;
}

.footerList.menuList > li > a, .titoloFooter{
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footerList.menuList > li > a, .footerList.socialList > li > span, .footerList.socialList > li > a, .extraPageList > li > a{
  color: white;
}

.footerList.menuList > li > a:hover, .footerList.socialList > li > a:hover, .extraPageList > li > a:hover{
  color: var(--orange);
}

.footerList.menuList{
  column-count: 2;
  column-gap: 30px;
}

.footerList.menuList > li{
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside:avoid;
  -moz-page-break-inside:avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

/* #siteFooter .bottomFooter{
  color: var(--black);
  padding: 17px 0;
} */

.bottomFooter .bpLogo {
  height: 1.7em;
  position: relative;
  margin-top: -1px;
}

/* xs, sm */
@media (max-width: 767px){

  .logoFooter{
    width: 65vw;
  }

}

/* xs */
@media (max-width: 575px){

  .secondaryFooter .extraPageList > li{
    display: block;
    text-align: center;
    padding: 5px 20px;
  }

}

/* sm */
@media (min-width: 576px){

  .secondaryFooter .extraPageList > li{
    display: inline-block;
    padding: 0 20px;
  }

  .secondaryFooter .extraPageList > li:first-child{
    padding-left: 0;
  }

  .secondaryFooter .extraPageList > li:last-child{
    padding-right: 0;
  }

}

/* md */
@media (min-width: 768px){

  .logoFooter{
    width: 18vw;
  }

}

@media (max-width: 991px){
}

/* lg */
@media (min-width: 992px){
}

/* xl */
@media (min-width: 1200px){
  .info{
    margin-left: 1.5rem;
  }
}

/* xxl */
@media (min-width: 1800px){
}

/* xxxl */
@media (min-width: 2600px){
}
