#footer-bottom a:hover {
  text-decoration: none;
}

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

#footer-bottom .footer-bottom-panel .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

#footer-bottom .footer-bottom-panel .footer-first-row {
  white-space: nowrap;
}

@media (max-width: 768px) {
  #footer-bottom .footer-bottom-panel .footer-first-row {
    white-space: normal;
  }
}

#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: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          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 {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer-bottom .sp-inc {
    text-align: center;
  }
}
/*# sourceMappingURL=footer-bottom.css.map */