﻿/* #region Colour Palette */
/* #endregion */
.footer {
  color: #707070;
  font-size: 12px;
  font-family: RalewayMedium;
}
.footer .links-footer {
  padding: 30px 0 10px 0;
  border-top: 1px solid #c7c7d3;
  border-bottom: 1px solid #c7c7d3;
}
.footer .links-footer a.footer-link {
  color: #262E5D;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.footer .links-footer .column-header {
  color: #262E5D;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer .links-footer .contact-header {
  color: #262E5D;
  text-transform: uppercase;
}
.footer .links-footer .address div {
  margin-bottom: 3px;
}
.footer .links-footer .contact-nums {
  padding-top: 31px;
}
.footer .links-footer .contact-nums div {
  margin-bottom: 12px;
}
.footer .copyright-footer {
  padding: 15px 0 10px 0;
}
.footer .copyright-footer a {
  color: #1f2753;
}
.footer .copyright-footer a .icon {
  font-size: 20px;
  float: left;
  margin-right: 5px;
  margin-top: -4px;
}
.footer .copyright-footer a .text {
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .footer .links-footer .address {
    float: right;
  }
  .footer .links-footer .columns {
    width: 50%;
  }
}