/* Footer */
#footer {
  /*color: #555555;*/
  color: white;
  padding: 30px 0 50px;
}
#column-footer {
  text-align: left;
}
#column-footer h2 {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 14px;
  font-weight: 600;
}
#column-footer h3 {
  text-transform: none;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
  padding: 0px;
  line-height: 14px;
  font-weight: 600;
}

#column-footer h2 a:hover, #column-footer h3 a:hover {
    color: #F8B02F;
    text-decoration: none;
}
    
#column-footer ol,
#column-footer ul {
  border: 0 none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}
#column-footer li {
  color: #555555;
  margin-bottom: 5px;
}
#column-footer li a, #column-footer h3 a {
/*  color: #555555;*/
  color: white;
  font-size: 13px;
}

#column-footer li a:hover {
    
    color: #F8B02F;
    text-decoration: none;
}


#column-footer .copyright {
    
    padding-top: 40px;
    display: block;
    font-size: 12px;
    text-align: center;
}

#column-footer .copyright a {
/*  color: #555555;*/
  color: white;
  font-size: 13px;
}

#column-footer .copyright a:hover {
    color: #F8B02F;
    text-decoration: none;
}
/* /Footer*/