.footer-divider {
  border-top: 1px solid #747474;
}

#footer-bottom nav.menu-row {
  line-height: 32px;
}
#footer-bottom nav.menu-row a {
  color: #FFFFFF;
}
#footer-bottom nav.menu-row a:hover {
  color: #1AB9F4;
  text-decoration: none;
}
#footer-bottom .footer-bottom-panel .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer-bottom .footer-bottom-panel .flex-container > nav {
    max-width: 543px;
  }
}
@media screen and (max-width: 497px) {
  #footer-bottom .footer-bottom-panel .flex-container > nav {
    max-width: 328px;
  }
}
#footer-bottom .footer-bottom-panel .nowrap {
  white-space: nowrap;
}
#footer-bottom .partners img {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 150px;
  height: auto;
  margin-top: 10px;
}
#footer-bottom .footer-california {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#footer-bottom .footer-california img {
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}
#footer-bottom .sp-inc {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 12px;
  color: #AEAEAE;
  background: #2C2C2C;
}
@media (max-width: 960px) {
  #footer-bottom .footer-california {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #footer-bottom .sp-inc {
    text-align: center;
  }
}
