#siteFooter{
  color: white;
  font-size: 19px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  z-index: 40;
  position: relative;
  padding: 2rem 0
}

#siteFooter a{
  font-weight: 400;
  color: var(--yellow);
}
#siteFooter a:hover {
  color: var(--white);
}

#siteFooter a.bpLink{
  position: relative;
}

#siteFooter a.bpLink, #siteFooter a.bpLink:hover{
  color: var(--white);
}

#siteFooter .bpLogo .st0{display:none;}
#siteFooter .bpLogo .st1{display:inline;}
#siteFooter .bpLogo .st2{fill:#ffffff;}
#siteFooter .bpLink:hover .bpLogo .st2{fill:var(--yellow);}


#siteFooter .socialList{
  padding: 0;
}

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

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

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

#siteFooter .extraPageList li{
  margin-bottom: 1em;
}

#siteFooter .extraPageList li:last-child{
  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, .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);
}

.bpLogo {
  position: relative;
  top: 5px;
}

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

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

  .logoFooter{
    width: 65vw;
  }

}

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

  .logoFooter{
    width: 180px;
  }

  .bpLogo{
    width: 95px;
  }
}

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

  .logoFooter{
    width: 18vw;
  }

}

@media (max-width: 991px){

}

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

/* xl */
@media (min-width: 1200px){
}

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

  .logoFooter{
    width: 200px;
  }
}

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