

/** FOOTER MAIN **/
.footer-wrapper		{ padding:30px 0px; background-color:#FFC005; }



/** FOOTER BASE **/
.footer-base					{ padding:10px 0px; }
.footer-base .copyright			{ float:left; text-transform:uppercase; }
.footer-base .pp-com			{ float:right; text-transform:uppercase; }

.footer-base					{ background:#000000; color:#FFFFFF; }
.footer-base a					{ color:#FFC005; }
.footer-base a:hover			{ color:#FFFFFF; }



/** ACCREDITATIONS **/
.FooterAccreditations {
  float:left;
}
.FooterAccreditations ul.Accreditations {
  list-style:none;
  margin:0px;
  padding:0px;
}
.FooterAccreditations ul.Accreditations li {
  display:inline-block;
  vertical-align:middle;
  padding:0px 10px 10px 0px;
}
@media screen and (max-width:760px){
  .FooterAccreditations {
    float:none;
    text-align:center;
  }
}
