.personnel-card-container {
  display: flex;
  padding: 60px 30px 30px;
}
.personnel-card {
  background-color: #fff;
  box-shadow: 0 31px 31px -15px rgba(0, 0, 0, 0.2);
  padding: 90px 15px 60px;
  margin-right: 12px;
  position: relative;
  width: 18%;
}
.personnel-card a,
.personnel-card h4,
.personnel-card p {
  text-align: center;
}
.personnel-card h4 {
  font-size: 24px;
}
.personnel-card a {
  color: #ce782b;
  text-decoration: none;
}
.personnel-card.event-series-personnel {
  width: auto;
  flex-grow: 1;
}
.personnel-card-thumb {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}
.personnel-card-title p {
  font-size: 12px;
  color: #3a3a3a;
  text-align: center;
  height: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  white-space: break-spaces;
}
.personnel-card-name p {
  font-size: 18px;
  color: #d97f2c;
  text-align: center;
}
.personnel-card-btn-wrap {
  bottom: 15px;
  left: 0;
  text-align: center;
  position: absolute;
  width: 100%;
}
.personnel-card-btn-wrap .btn,
td.event-rates .btn-calculate {
  background: #d97f2c;
  color: #fff !important;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 14px;
}
.personnel-card-btn-wrap .btn {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.series-videos-outer {
  display: flex;
  justify-content: space-between;
}
.series-video-inner {
  display: flex;
  flex-grow: 1;
  padding: 10px;
}
@media screen and (max-width: 390px) {
  #fh-table-wrap {
    max-width: 100%;
    width: 100%;
    overflow: scroll;
  }
}
table#event-series-events thead {
  background-color: #ce782b;
}
tr.event-details > td {
  padding: 0 15px 0;
}
tr.event-details {
  background-color: #f4f4f4;
}
tr.event-details > td {
  padding-right: 0;
}
tr.event-details:hover > td {
  background-color: transparent;
}
.event-details-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  position: relative;
  padding: 0 30px;
  border-right: 15px solid #ce782b;
}
.event-details-inner.active {
  max-height: 1200px;
}
.event-details-inner h3 {
  margin-top: 30px;
}
table#event-series-events,
tbody td,
thead th {
  border: none;
  border-spacing: 5px;
}
#event-series-events tbody td a {
  color: #ce782b;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.6s;
}
tbody td a:hover {
  color: #d97f2c;
  text-decoration-color: #ffa33e;
  color: #ffa33e;
}
table#event-series-events tbody tr {
  border: 2px solid #fff;
}
thead tr {
  border-bottom: 10px solid #fff;
}
thead tr th {
  color: #fff;
  text-align: left;
}
thead tr th:last-of-type {
  text-align: right;
  width: 50px;
}
thead tr th:first-of-type {
  width: 30%;
}
td.event-registration {
  vertical-align: middle;
}
td.event-registration a.btn-register {
  background-color: #9cae88;
  border-radius: 6px;
  color: #fff !important;
  font-size: 14px;
  padding: 10px 14px;
  transition: 0.6s all ease;
}
td.event-registration a.btn-register:hover {
  background-color: #ce782b;
}
td.event-toggle {
  text-align: right;
}
.row-toggle-icon {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #999;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  padding-top: 2px;
  text-align: center;
  transition: all 0.6s;
  width: 25px;
}
.row-toggle-icon > i {
  display: inline-block;
  color: #999;
  position: relative;
  top: 50%;
  transform: translateY(-80%);
}
.row-toggle-icon.open {
  transform: rotate(180deg);
  border-color: #d97f2c;
}
.row-toggle-icon.open i {
  color: #d97f2c;
}
.modal-btn {
  cursor: pointer;
}
.modal-btn.btn-text {
  color: #d97f2c;
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.6s ease;
}
.modal-btn.btn-text:hover {
  text-decoration: none;
}
.modal-btn.modal-inactive {
  text-decoration: none;
  color: #000;
  cursor: default;
}
#modals-wrap {
  height: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
@media screen and (max-width: 390px) {
  .modal-content {
    margin: 15% 15px;
    width: auto;
  }
}
.modal-content .modal-body {
  display: flex;
}
@media screen and (max-width: 390px) {
  .modal-content .modal-body {
    overflow-y: scroll;
  }
}
.modal-content .modal-body .personnel-modal-desc {
  width: 60%;
  padding: 0 0 0 20px;
}
.modal-content .modal-body .personnel-modal-desc h3 {
  color: #ce782b;
  font-size: 36px;
  margin-top: 0 !important;
}
.modal-content button.close {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #999;
  font-size: 36px;
  line-height: 1;
}
.modal-content button.close:focus,
.modal-content button.close:hover {
  outline: 0;
  background-color: transparent;
  border: none;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#event-housing-wrap {
  background-color: #f5f5f5;
}
#event-housing-wrap .housing-inner {
  display: flex;
  justify-content: space-between;
}
#event-housing-wrap .housing-inner .housing-col {
  max-width: 30%;
}
#event-housing-wrap .housing-carousel {
  position: relative;
}
#event-housing-wrap .housing-carousel .item > img {
  width: 100%;
}
#event-housing-wrap .housing-carousel .slick-arrow {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  border: none;
  font-size: 18px;
  font-weight: 600;
  top: auto;
  z-index: 999;
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
#event-housing-wrap .housing-carousel .slick-arrow::before {
  content: "";
}
#event-housing-wrap .housing-carousel .slick-arrow.slick-prev {
  left: 0;
}
#event-housing-wrap .housing-carousel .slick-arrow.slick-next {
  right: 0;
}
#event-housing-wrap .housing-carousel .slick-arrow > i {
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.calculator-table {
  background-color: #fff;
}
.calculator-table thead th {
  color: #ce782b;
  font-weight: 500;
  vertical-align: bottom;
  text-align: center;
  /* width: 12%; */
  width: auto;
}
.calculator-table thead th:first-of-type {
  width: 15%;
  text-align: right;
}
.calculator-table tbody tr td {
  text-align: center;
}
.calculator-table thead tr th {
  text-align: center;
}
.calculator-table tbody tr td:first-of-type {
  text-align: right;
  font-weight: 600;
}

/** Additional CSS for mobile views **/
@media screen and (max-width: 600px) {
  .personnel-card-container {
    display: block;
    padding: 15px 15px;
  }

  .personnel-card {
    margin-bottom: 25px;
    width: 100%;
    padding: 15px;
  }

  .personnel-card-thumb {
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .personnel-card-name p,
  .personnel-card-title p,
  .personnel-card-btn-wrap {
    line-height: 2em;
    padding-left: 100px;
    position: relative;
    text-align: left;
    height: auto;
  }
  .personnel-card-btn-wrap .btn {
    display: inline-block;
  }
}
