/* <footer> styles */
.footer-outer {
  position: relative;
  margin-top: 4rem;
  padding: 60px 30px 30px;
  width: 100%;
  background-color: var(--color-quiver-black);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1250px;
}

.sign-in-icon img,
.sign-up-icon img {
  border-radius: 50%;
  transition: .2s;
}

.sign-in-icon:hover img,
.sign-up-icon:hover img {
  background-color: var(--color-quiver-green);
}

.footer-inner .footer-icons-outer {
  flex-basis: 33%;
}

.footer-inner .footer-copy-outer {
  flex-basis: 100%;
}

.footer-inner .footer-icons-outer {
  margin-right: auto;
  padding-right: 20px;
}

.footer-quiver-logo {
  max-width: 250px;
  margin-bottom: 1.25rem;
}

.footer-inner a {
  margin: 0;
  color: var(--color-quiver-white);
}

.footer-icons-inner {
  display: flex;
  flex-direction: column;
}

.footer-icons-inner a {
  display: inline-block;
  margin-right:.5rem;
  border-radius: 2px;
  padding: 9px 10px;
  background-color: #322f30;
  transition: .2s;
}

.footer-api-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
}

.footer-api-link span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}

.footer-api-link span a {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-quiver-green);
  margin-left: .25rem;
}

.footer-api-link span img {
  min-width: 34px;
  width: 34px;
  height: auto;
  margin-right: 0;
}

.footer-icons-inner a > i {
  font-size: 25px;
}

.footer-icons-social {
  padding-bottom: 20px;
}

.footer-icons-app {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.footer-icons-app a {
  margin-right: .25rem;
  background-color: var(--color-graph-bg);
}

.footer-icons-app a:hover {
  color: var(--color-quiver-green);
}

.footer-icons-inner a > i.fa-app-store-ios {
  font-size: 28px;
}

.footer-icons-inner a > i.fa-google-play {
  font-size: 28px;
}

.footer-icons-inner a:hover .fa-twitter {
  color: #00aced;
}

.footer-icons-inner a:hover .fa-instagram {
  color: #dd2a7b;
}

.footer-icons-inner a:hover .fa-tiktok {
  color: #ee1d52;
}

.footer-icons-inner a:hover .fa-reddit {
  color: #ff4500;
}

.footer-links-outer {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  padding-right: 2rem;
}

.footer-links-outer .footer-links-inner {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 8px;
}

.footer-links-outer .footer-links-inner li {
  position: relative;
  padding-left: 18px;
}

.footer-links-outer .footer-links-inner ul {
  padding: 0px 36px 4px 4px;
}

.footer-links-outer .footer-links-inner ul a::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-quiver-green);
}

.footer-links-outer ul li:first-child {
  padding-left: 0;
  color: rgb(200,200,200);
  padding: .25rem 0;
  font-size: 15px;
}

.footer-links-outer a {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 0px;
  font-size: 14px;
  white-space: nowrap;
  transition: .2s;
  color: white;
}

.footer-links-outer a:hover {
  color: var(--color-quiver-green);
}

.footer-links-outer img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer-links-outer img.footer-contact-icon {
  height: 16px;
}

.footer-brokerages-outer {
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem 0 0;
}

.footer-brokerages-inner strong {
  display: block;
  padding: .25rem 0;
  font-size: 15px;
  font-weight: 400;
  color: rgb(180, 180, 180);
}

.footer-brokerages-inner ul {
  display: flex;
  flex-direction: column;
}

.footer-brokerages-inner ul li {
  font-size: 14px;
  margin: .33rem 0;
}

.footer-brokerages-inner ul li a {
  display: inline-flex;
  justify-content: center;
  color: var(--color-quiver-green);
  white-space: nowrap;
  transition: .2s;
}

.footer-brokerages-inner ul li a.footer-link-moomoo {
  padding: .5rem;
}

.footer-brokerages-inner ul li a.footer-link-moomoo img {
  min-width: 100px;
  width: 100px;
  height: auto;
}

.footer-brokerages-inner ul li a.footer-link-ibkr {
  padding: .5rem .75rem .7rem;
  background-color:#222222;
}

.footer-brokerages-inner ul li a.footer-link-ibkr img {
  min-width: 100px;
  width: 100px;
  height: auto;
}

.footer-copy-outer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 1.25rem;
}

.footer-copy-outer ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-copy-outer li {
  color: var(--color-quiver-green);
  font-size: 13px;
}

.footer-copy-outer li a {
  white-space: nowrap;
  color: var(--color-quiver-green);
}

.footer-copy-outer li a:hover {
  text-decoration: underline;
}

.footer-copy-outer ul span {
  padding: 0 6px 0 4px;
  color: rgb(160, 160, 160);
}

.footer-copyright {
  font-size: 13px;
  padding-bottom: 4px;
  color: rgb(160, 160, 160);
  font-weight: 300;
}

@media screen and (max-width: 1280px) {
  .footer-outer {
    padding: 60px 16px 30px;
  }
}

@media screen and (max-width: 950px) {
  .footer-brokerages-outer {
    padding: 1.5rem 0 .75rem;
  }
  .footer-brokerages-inner ul {
    flex-direction: row;
  }
  .footer-brokerages-inner ul li {
    margin-top: .25rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 700px) {
  .footer-copy-outer {
    padding-top: 1rem;
  }
  .footer-api-link {
    position: relative;
    padding: .75rem 0 0 0;
    width: 100%;
  }
}