.footer {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  background-color: #0e66a8; /* $secondary-blue */
  width: 100%;
  overflow: auto;
  z-index: 999;
}

.footer .link-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.footer .link-container .link {
  display: flex;
  align-self: center;
}

.footer .link-container .icon {
  width: 2px;
  height: 10px;
  margin: 0 10px;
  background-color: white;
}

.footer .legal-container {
  display: flex;
  font-size: 10px;
  width: 1024px;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  justify-self: center;
  padding: 65px 0 30px 0;
  color: white; /* $primary-white */
}

.footer .legal-container .legal-content {
  margin: 0 20px;
}

#norton-icon {
  height: 58px;
  align-self: center;
}

.footer .icon {
  font-size: 18px;
  color: white;
  padding-top: 7px;
}
