#bottomrow {
  float: left;
  width: 100%;
  
  background: none;
  
  border-bottom: none;
  
  border-top: none;
  
  color: #444444;
}
#bottomrow p {
  
  color: #444444;
}
#bottomrow a {
  
  color: #333333;
}
#bottomrow a.btn {
  color: #ffffff;
}
#bottomrow a:hover {
  
  color: #ae1828;
}
#bottomrow h1,
#bottomrow h2,
#bottomrow h3,
#bottomrow h4,
#bottomrow h5,
#bottomrow h6 {
  color: inherit;
}
#bottomrow .container {
  
  border-bottom: none;
  
  border-top: none;
  
  padding: 30px 0 50px;
}
#bottomrow ul {
  list-style-type: none;
  margin: 0;
}
#bottomrow ul li:last-child,
#bottomrow ul li:last-child a {
  border-bottom: 0;
}
#bottomrow ul li:first-child,
#bottomrow ul li:first-child a {
  border-top: 0;
}
#bottomrow ul li {
  padding: 10px 0;
}
#bottomrow ul li:last-child {
  background: none;
}