.site-footer {
  background: #102A4C;
  color: white;
  padding: 50px 0;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .site-footer {
    font-size: 12px;
  }
}
@media (max-width:  767px ) {
  .site-footer {
    padding: 30px 0;
  }
}
.site-footer a {
  color: white;
}
.site-footer a:hover,
.site-footer a:focus {
  color: black;
}
.site-footer .title {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-footer .divider {
  margin: 20px 0 30px;
  border-bottom: 1px solid #858585;
}
.site-footer .phone-numbers {
  font-weight: bold;
}
.site-footer .phone-numbers p {
  margin-bottom: 10px;
}
.site-footer .app-links a {
  display: block;
  max-width: 150px;
}
.site-footer .app-links a img {
  margin-bottom: 10px;
  width: 100%;
}
.site-footer .quick-links li {
  vertical-align: top;
  width: 33.3333333%;
  text-align: center;
}
@media (max-width:  767px ) {
  .site-footer .quick-links .icon {
    display: none;
  }
  .site-footer .quick-links li {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.site-footer .social-media a:focus,
.site-footer .social-media a:hover {
  color: #fdb938;
}
@media (max-width:  767px ) {
  .site-footer .social-media {
    margin-top: 30px;
  }
}
.site-footer .social-media li {
  width: 25%;
  text-align: center;
  font-size: 30px;
}
.site-footer .logos img {
  height: 43px;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .site-footer .logos img {
    height: 30px;
  }
}
.site-footer .logos li {
  width: 33.33333333%;
  text-align: center;
}
.site-footer .copyright-links {
  margin-top: 20px;
}
.site-footer .copyright-links li {
  font-size: 13px;
  border-right: 1px solid #858585;
  padding-right: 10px;
  margin-right: 4px;
}
.site-footer .copyright-links li:last-child {
  border: none;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .site-footer .copyright-links li {
    font-size: 10px;
  }
}
@media (max-width:  767px ) {
  .site-footer .copyright-links li {
    border: none;
  }
  .site-footer .copyright-links li:first-child {
    display: block;
    margin-bottom: 30px;
  }
}
