/* SIMPLE FOOTER */
/* Styles for simple footer shared library componant for PETA.org Engaging Networks pages */

.footer {
  font-family:proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:0.8125rem;
  font-weight:normal;
  text-align: left;
  margin:0 auto;
  padding: 0;
  background: #FFF !important;
}
.footer-border {
  border-top:1px solid #ccc;
  padding: 18px 0 0 0;
}
.footer-logo {
  width:180px;
  float:left;
  margin: 6px 0 14px 0; 
}
.footer-text {
  width:100%;
  float:left;
  margin-left:-5px;
}
.footer ul {
  list-style-type:none;
  margin:0 0 10px;
  line-height:0;
  padding-bottom:0;
}
.footer ul li.list-head {
  font-weight:bold;
  color:#757575;
  border-right:none;
}
.footer ul li {
  display:inline-block;
  font-size:0.8125rem;
  color:#ccc;
  margin: 0;
  margin-bottom:.125rem;
  padding: 0 10px 0 5px;
  border-right: 1px solid #ccc;
  line-height:1.2rem;
}
.footer #last {
  color:#757575;
  border:none;
}
.footer span.head {
  font-weight:bold;
}
.footer a {
  color:#757575;
  font-size:0.8125rem;
  text-decoration:none;
  font-weight:normal;
}
.footer a:visited {
  color:#757575;
}
.footer a:hover {
  color:#1468a0;
}
.footer p {
  font-size:0.8125rem;
  color:#757575;
  margin:0 0 10px 5px;
  padding-bottom:0;
  line-height:1.6;
}
#photo-credit,
.photo-credit {
  font-size:0.625rem;
  color:#757575;
  text-align:left;
  padding:0 0 10px;
  clear:left;
}
#photo-credit {
  margin-left:-3px;
}

.photo-credit

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

  .footer {
    padding: 0 10px 20px 10px;
  } 
}

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

  .footer {
    text-align: center;
  }
  .footer-logo {
    float:none;
    margin: 10px auto 15px auto; 
    display:block;
  }
  .footer-text {
    width:auto;
    float:none;
    margin: 0 auto 1rem auto; 
  }
  .footer ul {
    margin:0 0 1rem;
  }
  .footer ul li {
    display:block;
    text-align:center;
    margin: 0 0 .25rem 0;
    padding: 0;
    border-right: none;
  }
  .footer p {
    text-align:center;
  }
  #photo-credit,
  .photo-credit {
    font-size:0.625rem;
    text-align:center;
    margin-left:0;
  }
}