/* ========== */
/*primary footer styles*/
footer{
	background-color:var(--base-charcoal);
  position:relative;
  /* z-index:2; */
	color:var(--base-white);
	font-size:14px;
  border-top: 1px solid var(--site-accent-color);
  margin-top: 3rem;
}
/* responsive */
@media only screen and (max-width: 865px){
  footer{
    padding-top:30px;
  }
}
/* ========== */


/* ========== */
/* footer containers */
footer section{
	min-height:100%;
}
/* ========== */

/* back to top */
.back-to-top-container{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:10;
  background-color:var(--site-accent-color);
  border-radius:50%;
  text-align:center;
  width:36px;
  height:36px;
}
/* .back-to-top-container:active{
  transform:translateY(-15px);
} */

/* footer logo text */
footer .p-name{
  line-height:54px;
  font-size:58px;
}
footer .p-name .highlighter-container{
  margin-left:20px;
  line-height: 60%;
}
footer .p-name .highlighter-container span{
  top:-11px;
  left:-20px;
}
/* ========== */


/* ========== */
/* footer socials */
#footer-socials-container{
  margin-top:30px;
}
#footer-socials-container .social-link-container{
  margin-right:12px;
}
@media (hover: hover) and (pointer: fine) {
  footer .icon-link:hover{
    top:-8px;
  }
}
#footer-socials-container .icon-link svg{
  width:25px;
  height:25px;
}
/* responsive */
@media only screen and (max-width: 865px){
  #footer-socials-container{
    margin-bottom:50px;
  }
}
/* ========== */


/* ========== */
/* footer links */
.footer-link-container {
  margin-bottom: 10px;
}
.footer-col-section{
  margin-right:20px;
}
/* responsive */
@media only screen and (max-width: 500px){
  #footer-link-cols-container{
    flex-wrap: wrap;
  }
  .footer-col-section{
    width:100%;
    margin-right:0;
    margin-bottom:40px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }
  .footer-col-section:last-child{
    margin-bottom:0;
  }
  .footer-col-section h2{
    margin-bottom:0px;
    width:100%;
  }
  .footer-link-container{
    margin-bottom:0;
  }
}
/* ========== */


/* ========== */
/* footer copyright */
footer p{
  margin-bottom:10px;
}
/* badges */
.footer-badge {
  margin-right: 20px;
}
.footer-badge:last-child{
  margin-right:0;
}
/* website carbon badge overwrites */
#wcb.carbonbadge{
  color:inherit!important;
}
#wcb #wcb_2, #wcb #wcb_a, #wcb #wcb_g{
  font-family:inherit!important;
  font-size:13px!important;
}
#wcb #wcb_g{
  background-color:transparent!important;
  border-color:white!important;
  padding:9px 20px!important;
}
#wcb #wcb_a{
  background-color:white!important;
  border-color:white!important;
  color:#333333!important;
  padding:9px 20px!important;
}
/* clean creatives badge overwrites */
.clean-creatives-img{
  background-image: url("/img/clean-creatives-offwhite-transparent-badge.png");
  width: 80px;
  height: 80px;
}
/* responsive */
@media only screen and (max-width: 865px){
  #footer-badges-container{
    margin-top:30px;
  }
}
/* ========== */
