/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/* ###### NAV VARIABLES ###### */
/* ##### HEADER BANNER VARIBLES ##### */
/* ##### BTN VARIABLES ##### */
/* ##### CARDS VARIABLES ##### */
/* ##### FOOTER VARIABLES ##### */
.client-list {
  list-style: none;
  display: none;
  padding: 0 15px; }

.client-panel {
  border-bottom: 1px solid #850719;
  padding: 25px 0; }

.client-name, .city-state {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px; }

.city-state {
  text-transform: capitalize;
  margin-right: 0;
  color: #850719; }

.open-plus {
  display: inline-block;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-left: 10px;
  font-size: 25px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #850719; }

.client-panel h2 {
  display: block;
  cursor: pointer; }

.open-plus {
  cursor: pointer; }

.rotate {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (min-width: 768px) {
  .client-list {
    padding: 0; } }

/*# sourceMappingURL=clients-style.css.map */
