footer {
  background-color: #B8B8D3;
  padding: 40px 16px;
}
@media only screen and (min-width: 1100px) {
  footer {
    padding: 40px 0;
  }
}
footer .footer-logo {
  text-align: center;
  margin-bottom: 20px;
}
footer .footer-logo img {
  width: 375px;
  max-width: 100%;
}
@tablet {
  width: 431px;
}
footer .terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 25px;
  margin-top: 49px;
}
@media only screen and (min-width: 860px) {
  footer .terms {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 50px;
    width: 1010px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}
footer .terms .widget {
  text-align: center;
}
@media only screen and (min-width: 860px) {
  footer .terms .widget {
    max-width: 305px;
  }
}
footer .terms .placeholder {
  margin: 0 auto;
}
footer .terms .placeholder:last-of-type {
  display: none;
}
footer .terms h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #6660AF;
  margin: 0 0 8px 0;
  font-size: 17px;
}
footer .terms .mobile {
  margin: 15px 0 20px 0;
}
@media only screen and (min-width: 860px) {
  footer .terms .mobile {
    display: none;
  }
}
footer .terms .desktop {
  display: none;
}
@media only screen and (min-width: 860px) {
  footer .terms .desktop {
    display: block;
  }
}
footer .vi-footer-joint-venture {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
}
footer .partner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 860px) {
  footer .partner {
    width: 881px;
    max-width: 100%;
    margin: 20px auto 25px;
  }
}
footer .partner .widget {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
footer .partner .widget img {
  width: 122px;
  height: auto;
}
footer .last {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  footer .last {
    width: 900px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff;
    padding-top: 67px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .last {
    width: 1520px;
  }
}
footer .last a {
  text-decoration: none !important;
}
footer .last .nav {
  margin-bottom: 60px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
@media only screen and (min-width: 1100px) {
  footer .last .nav {
    border-top: none;
    margin: 0;
    padding: 0;
  }
}
footer .last .nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
footer .last .nav ul li {
  margin-left: 15px;
  list-style: none;
}
footer .last .nav ul li:first-of-type {
  margin-left: 0;
}
footer .last .nav ul li a {
  color: #ffffff;
  font-size: 17px;
}
footer .last .copy {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}
footer .last .social {
  margin-top: 33px;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  footer .last .social {
    margin-top: 0;
    text-align: right;
  }
}
footer .last .social a {
  margin: 0 14px;
}
.menu-footer-container a {
  font-weight: 400;
  text-transform: uppercase;
}
.vi_widget_custom_html_url .textwidget {
  color: white;
  font-weight: 400;
}
/*# sourceMappingURL=footer.css.map */