/* Footer & Legal */
.social-media-icon {
  color: #FFC93D;
}

.footer {
  background-color: #3E4E62;
}

.footer p {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #EFEEEE;
}

.footer h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #708090;
}

.footer ul {
  list-style-type: none;
}

.footer li a.nav-list-link {
  text-decoration: none;
  color: #FFC93D;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

span.footer-break {
  border-right: 1px solid #91A1B1;
  font-size: 10px;
}

.legal {
  background-color: #708090;
}

.legal .legal-container h6 {
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}

.legal .footer-legal-links a {
  font-family: "Karla", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
}

.legal p {
  font-family: 'Cabin', sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  color: #91A1B1;
}

.legal .tandc {
  width: 60%;
}

/* Tablet Styles */
@media only screen and (max-width: 820px) {
  .footer p {
    font-size: 18px;
  }
}

/* Mobile Styles */
@media only screen and (max-width: 576px) {
  .footer {
    flex-direction: column;
  }

  .footer .link-container {
    width: 50%;
  }

  .footer .link-container .row {
    flex-wrap: nowrap;
  }

  .legal-container {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .legal .tandc {
    width: 100%;
  }
}