.fcc_ca_wrapper {
}

.fcc_ca_hall_capacity_label:after,
.fcc_ca_hall_email_label:after {
  content: " ";
  white-space: pre;
}

.fcc_ca_social_media > span:not(:last-child) {
  margin-right: 10px;
}

/* CA List Styling */
.fcc_ca_list .ca_list,
.fcc_ca_list .ca_list_nav {
  list-style: none;
}

.fcc_ca_list .ca_list_wrapper {
  position: relative;
}

.fcc_ca_list .ca_list_nav li {
  float: left;
  margin-right: 5px;
}

.fcc_ca_list .ca_list li:not(:last-child):after,
.fcc_ca_list .ca_list li:not(:last-child)::after {
  display: block;
  content: "";
  border-bottom: medium double #000;
}

/* CA List Styling - Loading Indicator */

.fcc_ca_list .loaderOverlay {
  display: none;
  background-color: #f7f7f7;
  background-color: rgb(247, 247, 247, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fcc_ca_wrapper .loaderVertWrapper {
  height: 100%;
}
.fcc_ca_wrapper .loaderHorzWrapper {
  position: sticky;
  margin-top: 50px;
  top: 120px;
}

.fcc_ca_wrapper .loaderOverlay .loader {
  margin: auto;
}

/* CA Map Styling */
.fcc_ca_map #map {
  width: 100%;
  height: 500px;
}

/* [fcc_ca] */
.fcc_ca .fcc_ca_map,
.fcc_ca .map_list_toggle {
  display: none;
}

.fcc_ca .map_list_toggle {
  float: right;
  margin-bottom: 5px;
}
.fcc_ca .map_list_toggle a:not(:last-child) {
  margin-right: 10px;
}
.fcc_ca .map_list_toggle .active {
  color: #000000;
  text-decoration: none;
  cursor: default;
}

/* Loading Indicator */
.fcc_ca_wrapper .loader {
  border: 4px solid #ececec;
  border-top-color: #73bb44;
  border-radius: 50%;
  width: 10em;
  height: 10em;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
