.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#people-info-div fieldset div div.row {
  display:block;
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}


.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}






























body .region-content *:not(.tablesaw-bar)+table.tablesaw.booking-overview {
  width: 100%;
  margin-top: 0;
}

body .region-content *:not(.tablesaw-bar)+table.tablesaw.booking-overview th,
body .region-content *:not(.tablesaw-bar)+table.tablesaw.booking-overview td {
  text-align: center;
}

body .region-content *:not(.tablesaw-bar)+table.tablesaw.my-bookings {
  width: 100%;
  margin-top: 0;
}

body .region-content *:not(.tablesaw-bar)+table.tablesaw.my-bookings td {
  vertical-align: middle;
}

body .region-content *:not(.tablesaw-bar)+table.tablesaw.my-bookings .btn {
  min-width: 0;
  padding: 2px 8px;
  float: right;
}

body .region-content .login-wrapper {
  display: flex;
}

body .region-content .login-wrapper>* {
  flex-basis: 50%;
  text-align: center;
  padding: 0 20px;
}

body .region-content .login-wrapper>* .form-item {
  text-align: left;
}

body .region-content .login-wrapper>*+* {
  border-left: 1px solid #dadada;
}

body .region-content .login-wrapper h3 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

body .region-content .login-wrapper p {
  font-size: 1.13em;
}

.facility-wrapper .title {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 900;
  color: #003366;
  margin-top: 30px;
  text-transform: uppercase;
}

.facility-wrapper .description .field {
  margin-top: 20px;
  font-size: 1.13em;
}

.facility-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.facility-list-wrapper .facility-item-wrapper {
  flex-basis: 33.3333%;
  margin-bottom: 30px;
}

.ui-dialog.booking-details .ui-dialog-content {
  padding: 20px;
}

.ui-dialog.booking-details .form-item label {
  margin-right: 6px;
}

/*.ui-dialog.booking-details .form-item label:after {
  content: ':';
}*/
@media only screen and (max-width: 768px) {
  body .region-content .login-wrapper {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  body .region-content .login-wrapper>* {
    flex-basis: 100%;
    padding: 0;
  }

  body .region-content .login-wrapper>*+* {
    border-left: 0;
    border-top: 1px solid #dadada;
    margin-top: 30px;
    padding-top: 20px;
  }

  .facility-list-wrapper .facility-item-wrapper {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

body .region-content table.dental-visit-table th,
body .region-content table.dental-visit-table td {
  font-size: 1.14em;
  padding-left: 0px;
}














/******************
  customize here
*******************/

.MT0 {
  margin-top: 0px !important;
}

.MT5 {
  margin-top: 5px;
}

.MT10 {
  margin-top: 10px;
}

.MT20 {
  margin-top: 20px;
}

.MT30 {
  margin-top: 30px;
}

.MT40 {
  margin-top: 40px;
}

.MT60 {
  margin-top: 60px;
}

.MB0 {
  margin-bottom: 0px !important;
}

.MB5 {
  margin-bottom: 5px;
}

.MB10 {
  margin-bottom: 10px;
}

.MB20 {
  margin-bottom: 20px;
}

.MB30 {
  margin-bottom: 30px;
}

.MB40 {
  margin-bottom: 40px;
}

.MR5 {
  margin-right: 5px;
}

.MR10 {
  margin-right: 10px;
}

.MR20 {
  margin-right: 20px;
}

.MR25 {
  margin-right: 25px;
}

.MR30 {
  margin-right: 30px;
}

.MR40 {
  margin-right: 40px;
}

.ML5 {
  margin-left: 5px;
}

.ML10 {
  margin-left: 10px;
}

.ML20 {
  margin-left: 20px;
}

.ML25 {
  margin-left: 25px;
}

.ML30 {
  margin-left: 30px;
}

.ML40 {
  margin-left: 40px;
}

.P0 {
  padding: 0 !important;
}

.P5 {
  padding: 5px;
}

.P10 {
  padding: 10px;
}

.P20 {
  padding: 20px;
}

.PT5 {
  padding-top: 5px;
}

.PT10 {
  padding-top: 10px;
}

.PT20 {
  padding-top: 20px;
}


.txt_12 {
  font-size: 12px;
}

.txt_14 {
  font-size: 14px;
}

.txt_16 {
  font-size: 16px;
}

.txt_20 {
  font-size: 20px;
}

.txt_24 {
  font-size: 24px;
}

.txt_28 {
  font-size: 28px;
}

.txt_bold {
  font-weight: 700;
}

.txt_red {
  color: red;
}

.txt_right {
  text-align: right;
}

.txt_nowrap {
  white-space: nowrap;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.hide {
  display: none;
}

.img100 {
  width: 100%;
}

.width100 {
  width: 100%;
}

.clearfix {
  clear: both;
}

.FL {
  float: left;
}

.FR {
  float: right;
}

#people-info-div .form-text {
  display: unset;
}

#app,
.block-centralized-people.block-centralized-people-people-listing div h3 {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}

@media only screen and (max-width: 500px) {

  #app,
  .block-centralized-people.block-centralized-people-people-listing div h3 {
    padding: 0 15px;
  }
}

/*
main fieldset .fieldset-wrapper, main form fieldset .fieldset-wrapper {
  margin: 0 !important;
}
main form .form-item, main form .form-wrapper.inline {
  margin: 0 !important;
}
body .region-content a, body.cke_editable a {
  color: #0085B2 !important;
}*/

main #app form .form-item label {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #AAAAAA;
  line-height: 1.2em;
  white-space: nowrap;
}

main #app form .form-item select {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #4C4C4C;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: white;
}

main #app form .form-item select:focus {
  outline: none;
}

.people-tfb-filter-PR5 {
  padding-right: 5px !important;
}

.people-tfb-filter-PL5 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .people-tfb-filter-PR5 {
    padding-right: 0px !important;
  }

  .people-tfb-filter-PL5 {
    padding-left: 0px !important;
  }
}


.people-listing-btn {
  background-color: #00A3DA;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.7em;
  color: white !important;
  border-radius: 0;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-family: 'Muli', 'Microsoft JhengHei', sans-serif;
  border: 0;
  min-width: 100px;
}

.people-listing-btn-clear {
  margin: 0 11px 0 5px !important;
}

.people-listing-btn:hover {
  background-color: #0085B2;
}

@media only screen and (max-width: 1222px) {
  .people-listing-btn {
    min-width: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .people-listing-btn {
    min-width: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .people-listing-btn {
    min-width: 80px;
  }
}

@media only screen and (max-width: 360px) {
  .people-listing-btn {
    min-width: 66px;
  }
}

.people-listing-btn.people-listing-btn-inactive {
  background-color: #BBBBBB;
}

@media only screen and (max-width: 991px) {

  body .col-md-1+[class*="col-md-"],
  body .col-md-2+[class*="col-md-"],
  body .col-md-3+[class*="col-md-"],
  body .col-md-4+[class*="col-md-"],
  body .col-md-5+[class*="col-md-"],
  body .col-md-6+[class*="col-md-"],
  body .col-md-7+[class*="col-md-"],
  body .col-md-8+[class*="col-md-"],
  body .col-md-9+[class*="col-md-"],
  body .col-md-10+[class*="col-md-"],
  body .col-md-11+[class*="col-md-"],
  body .col-md-12+[class*="col-md-"] {
    margin-top: 0em;
  }
}

.people-listing-data {
  line-height: 1.5em;
  font-size: 15px;
}

.people-no-margin {
  margin: 0 !important;
}

.people-image-view-row-border {
  border-bottom: 2px solid #ddd;
  margin: 30px 15px;
}

.people-text-view-row-border {
  border-bottom: 2px solid #ddd;
  margin: 30px 15px;
  clear: both;
  /*padding: 30px 0 0;*/
}

@media only screen and (max-width: 991px) {

  /*.people-image-view-row-border {
    margin: 30px 0px;
  }*/
  .people-text-view-row-border {
    margin: 30px 15px;
  }
}

@media only screen and (max-width: 500px) {
  /*.people-image-view-row-border {
    border-bottom: 0px;
  }*/
}

.people-group-row {
  margin: 60px 0 10px 0 !important;
  font-size: 26px;
  color: #003366;
  line-height: 1.25em;
  clear: both;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .people-group-row {
    margin: 45px 0 10px 0 !important;
  }
}

.people-group-row-2 {
  margin: 60px 0 10px 0 !important;
  font-size: 26px;
  color: #003366;
  line-height: 1.25em;
  clear: both;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .people-group-row-2 {
    margin: 40px 0 10px 0 !important;
  }
}


.people-group-border {
  border-bottom: 4px solid #ddd;
  margin: 0 15px 30px 15px;
  clear: both;
}

@media only screen and (max-width: 991px) {
  .people-group-border {
    margin: 0 15px 30px 15px;
  }
}

.people-current-member {
  margin: 20px 0 40px 0 !important;
  font-size: 2.1em;
  color: #003366;
  clear: both;
  font-weight: 800;
  line-height: 1em;
}

@media only screen and (max-width: 991px) {
  .people-current-member {
    margin: 0px 0 14px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .people-current-member {
    margin: 30px 0 14px 0 !important;
  }
}




.people-tfb-container-5 {
  margin-top: 45px !important;
}

.people-tfb-container-5 #view_mode {
  /*width: 40px;*/
  margin-bottom: -8px;
  /*padding-left: 10px;*/
  width: 24px;
  margin-left: 0.7em;
  margin-right: 0.7em;
}

.people-tfb-container-5 #text_mode {
  /*width: 40px;*/
  margin-bottom: -8px;
  /*padding-left: 10px;*/
  width: 28px;
  margin-left: 0.7em;
  margin-right: 0.7em;
}

@media only screen and (max-width: 1111px) {
  .people-tfb-container-5 #view_mode {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .people-tfb-container-5 #text_mode {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}

.people-tfb-container-4 {
  font-size: 12px;
}

/*@media only screen and (max-width: 991px) {
  .people-tfb-container-4 {
    margin-top: 20px !important;
  }
  .people-tfb-container-5 {
    margin-top: 40px !important;
  }
}*/
@media only screen and (max-width: 767px) {
  .people-tfb-container-4 {
    margin-top: 0px !important;
  }

  .people-tfb-container-5 {
    margin-top: 20px !important;
  }
}

main #app form .form-item label {
  margin-bottom: 0px !important;
}

#people-tfb-div {
  background-color: #eee;
  padding: 0px 10px 22px;
}



@media only screen and (max-width: 767px) {
  #people-tfb-div {
    padding: 0px 20px 22px;
  }

  /*.people-tfb-filter-margin {
    margin-top: 20px !important;
  }*/
}


@media only screen and (max-width: 500px) {
  #people-tfb-div {
    display: none;
    margin-top: -17px;
  }
}



/*
.people-listing-data-sub-group {
  padding-top: 20px;
}*/

@media only screen and (max-width: 768px) {
  .people-listing-data-group {
    margin-top: 20px;
  }
}

.txt-no-wrap {
  white-space: nowrap;
}

.people-img {
  width: 100%;
}

.people-eng-name {
  font-size: 20px;
  font-weight: 800;
}

.people-chi-name {
  font-size: 18px;
  font-weight: bold;
}



.people-col-5-wrapper {
  float: left;
  position: relative;
  margin: 0 40px 60px 0;

  width: -webkit-calc(20% - 32px);
  width: -moz-calc(20% - 32px);
  width: calc(20% - 32px);

  /*height: 800px;*/
}

.people-col-5-wrapper:nth-child(5n+5) {
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 1200px) {
  .people-col-5-wrapper {
    margin: 0 40px 60px 0;

    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
  }

  .people-col-5-wrapper:nth-child(5n+5) {
    margin: 0 40px 60px 0;
  }

  .people-col-5-wrapper:nth-child(4n+4) {
    margin: 0 0 60px 0;
  }
}

@media only screen and (max-width: 992px) {
  .people-col-5-wrapper {
    width: -webkit-calc(33% - 26px);
    width: -moz-calc(33% - 26px);
    width: calc(33% - 26px);
  }

  .people-col-5-wrapper:nth-child(4n+4) {
    margin: 0 40px 60px 0;
  }

  .people-col-5-wrapper:nth-child(3n+3) {
    margin: 0 0 60px 0;
  }

  /*.people-col-5-wrapper { height: 730px; }*/
}

@media only screen and (max-width: 500px) {
  .people-col-5-wrapper {
    width: 100%;
    margin: 0 0 60px 0;
  }

  .people-col-5-wrapper .people-img {
    width: 160px;
  }

  .people-col-5-wrapper {
    height: auto !important;
  }
}

.people-col-4-wrapper {
  float: left;
  position: relative;
  margin: 0 28px 60px 0;

  width: -webkit-calc(25% - 21px);
  width: -moz-calc(25% - 21px);
  width: calc(25% - 21px);

  /*height: 660px;*/
}

.people-col-4-wrapper:nth-child(4n+4) {
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 992px) {
  .people-col-4-wrapper {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .people-col-4-wrapper {
    margin: 0 40px 60px 0;
  }

  .people-col-4-wrapper:nth-child(4n+4) {
    margin: 0 40px 60px 0;
  }

  .people-col-4-wrapper:nth-child(2n+2) {
    margin: 0 0 60px 0;
  }
}

@media only screen and (max-width: 500px) {
  .people-col-4-wrapper {
    margin: 0 0 60px 0;
    width: 100%;
    height: auto !important;
  }
}

.people-col-2-l-wrapper {
  float: left;
  position: relative;
  margin: 0 40px 60px 0;

  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);

  /*height: 420px;*/
}

.people-col-2-l-wrapper:nth-child(2n+2) {
  margin: 0 0 60px 0;
}

.people-col-2-l-data-group {
  margin-left: -10px;
}

@media only screen and (max-width: 1080px) {
  .people-col-2-l-wrapper {
    margin: 0 0 60px 0;
    width: 100%;
  }

  .people-col-2-l-wrapper .col-xs-5 {
    width: 33.33333333333333% !important;
  }

  .people-col-2-l-wrapper .col-xs-7 {
    width: 66.66666666666666% !important;
  }
}

@media only screen and (max-width: 991px) {
  .people-col-2-l-data-group {
    margin-left: 0px;
    /*padding-left: 20px !important;*/
  }
}

@media only screen and (max-width: 500px) {
  .people-col-2-l-wrapper .col-xs-5 {
    width: 100% !important;
  }

  .people-col-2-l-wrapper .col-xs-7 {
    width: 100% !important;
  }

  .people-col-2-l-data-group {
    margin: 20px 0 0 0;
    padding-left: 0px !important;
  }

  .people-col-2-l-wrapper {
    height: auto !important;
  }
}

.people-col-2-p-wrapper {
  float: left;
  position: relative;
  margin: 0 40px 60px 0;

  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);

  /*height: 420px;*/
}

.people-col-2-p-wrapper:nth-child(2n+2) {
  margin: 0 0 60px 0;
}

.people-col-2-p-data-group {
  margin-left: -10px;
}

@media only screen and (max-width: 1080px) {
  .people-col-2-p-wrapper {
    margin: 0 0 60px 0;
    width: 100%;
  }

  .people-col-2-p-wrapper .col-xs-4 {
    width: 20% !important;
  }

  .people-col-2-p-wrapper .col-xs-8 {
    width: 80% !important;
  }

  .people-col-2-p-wrapper {
    height: auto !important;
  }
}

@media only screen and (max-width: 991px) {
  .people-col-2-p-data-group {
    margin-left: 0px;
    /*padding-left: 20px !important;*/
  }
}

@media only screen and (max-width: 768px) {
  .people-col-2-p-wrapper .col-xs-4 {
    width: 25% !important;
  }

  .people-col-2-p-wrapper .col-xs-8 {
    width: 75% !important;
  }
}

@media only screen and (max-width: 500px) {
  .people-col-2-p-wrapper .col-xs-4 {
    width: 100% !important;
  }

  .people-col-2-p-wrapper .col-xs-8 {
    width: 100% !important;
  }

  .people-col-2-p-data-group {
    margin: 20px 0 0 0;
    padding-left: 0px !important;
  }

  .people-col-2-p-wrapper .people-img {
    width: 160px;
  }

  .people-col-2-p-wrapper {
    height: auto !important;
  }
}

@media only screen and (max-width: 991px) {
  .people-col-1-l-data-group {
    margin-left: 0px;
    /*padding-left: 30px !important;*/
  }
}

@media only screen and (max-width: 768px) {
  .people-col-1-l-wrapper .col-xs-3 {
    width: 33.33333333% !important;
  }

  .people-col-1-l-wrapper .col-xs-9 {
    width: 66.66666667% !important;
  }

  .people-col-1-l-data-group-2 {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 500px) {
  .people-col-1-l-wrapper .col-xs-3 {
    width: 100% !important;
  }

  .people-col-1-l-wrapper .col-xs-9 {
    width: 100% !important;
  }

  .people-col-1-l-data-group {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 991px) {
  .people-col-1-p-data-group {
    margin-left: 0px;
    /*padding-left: 30px !important;*/
  }

  .people-col-1-p-wrapper .col-xs-2 {
    width: 19% !important;
  }

  .people-col-1-p-wrapper .col-xs-10 {
    width: 81% !important;
  }
}

@media only screen and (max-width: 768px) {

  /*.people-col-1-p-wrapper .col-xs-2 { width: 33.33333333% !important; }
  .people-col-1-p-wrapper .col-xs-10 { width: 66.66666667% !important; }*/
  .people-col-1-p-wrapper .col-xs-2 {
    width: 25% !important;
  }

  .people-col-1-p-wrapper .col-xs-10 {
    width: 75% !important;
  }
}

@media only screen and (max-width: 500px) {
  .people-col-1-p-wrapper .col-xs-2 {
    width: 100% !important;
  }

  .people-col-1-p-wrapper .col-xs-10 {
    width: 100% !important;
  }

  .people-col-1-p-data-group {
    margin: 20px 0 0 0;
    padding-left: 0px !important;
  }

  .people-col-1-p-wrapper .people-img {
    width: 160px;
  }
}




.people-detail-wrapper {
  padding: 60px 0px 20px;
}

@media screen and (max-width: 500px) {
  .people-detail-wrapper {
    padding: 30px 0px 0px 0px;
    /*margin: 0 -25px;*/
  }
}





.people-detail-img-l {
  width: 100%;
}

.people-detail-img-p {
  width: 246px;
}

.people-detail-img-wrapper {
  width: 330px;
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .people-detail-img-wrapper {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .people-detail-img-wrapper {
    width: 246px;
  }
}

@media only screen and (max-width: 500px) {
  .people-detail-img-wrapper {
    width: 100%;
  }

  .people-detail-img-p {
    width: 160px;
  }
}


.people-detail-header {
  font-size: 26px;
  font-weight: 800;
  color: #003366;
  line-height: 1;
}

.people-detail-title-group {
  border-left: 3px solid #94d8ee;
  padding-left: 10px;
}

/*.people-detail-wrapper p{
  margin: 0 !important;
}*/
.people-detail-wrapper p+h4 {
  margin-top: 60px !important;
}

.people-detail-wrapper p+h3 {
  margin-top: 60px !important;
}

.people-detail-profile {
  padding-top: 45px;
  overflow-wrap: break-word;
}

.people-detail-profile h4 {
  margin: 15px auto 0 auto !important;
  font-size: 1.2em;
}

.people-detail-profile h3 {
  margin: 15px auto 0 auto !important;
  font-size: 1.3em;
}

.people-search-input {
  padding: 12px 10px !important;
  margin-top: 4px;
}


main #app form .form-item.form-type-select:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 12px;
  pointer-events: none;
  font-weight: 300;
  font-size: 12px;
}

.people-row-col-container {
  padding: 0 15px;
}

main #app form .form-item input[type=text] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

main #app form .form-item input[type=text]:focus {
  outline: none;
}

main #app form .form-item input[type=submit]:focus {
  outline: none;
}





.people-detail-contact-md {
  display: block;
}

.people-detail-contact-xs {
  display: none;
  clear: both;
}

.people-detail-md {
  display: block;
}

.people-detail-xs {
  display: none;
  clear: both;
}

@media screen and (max-width: 500px) {
  .people-detail-contact-md {
    display: none;
  }

  .people-detail-contact-xs {
    display: block;
  }

  .people-detail-md {
    display: none;
  }

  .people-detail-xs {
    display: block;
  }


  .people-detail-profile {
    padding-top: 5px;
  }

  .people-detail-wrapper p+h4 {
    margin-top: 20px !important;
  }

  .people-detail-wrapper p+h3 {
    margin-top: 20px !important;
  }

}

.people-detail-md {
  width: calc(100% - 370px);
}

.people-contact-icon {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 4px;
}

.people-contact-icon-dp {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 7px;
}

#app a {
  color: #0085B2;
}

















/* plus glyph for showing collapsible panels */
.panel-heading .accordion-plus-toggle:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f068";
  float: right;
  color: #0085B2;
  font-weight: 300;
  font-size: 18px;
}

.panel-heading .accordion-plus-toggle.collapsed:before {
  content: "\f067";
  color: #0085B2;
}

/* sets the link to the width of the entire panel title */
.panel-title>a {
  display: block;
}

#app .panel {
  background: none;
  border: none;
  border-bottom: 1px solid #E6E6E6;
}

#app .panel-group {
  border-top: 2px solid #E6E6E6;
}

#app .panel-default {
  border-color: #E6E6E6;
}

#app .panel-default>.panel-heading {
  background: none;
}

#app .panel-heading {
  padding: 0;
}

#app .panel-heading a {
  padding: 15px 10px;
}


#app .panel-heading .accordion-plus-toggle {
  background: #E6E6E6;
}

#app .panel-heading .accordion-plus-toggle.collapsed {
  background: none;
}


#people-filter-bar-mobile .panel-heading .accordion-plus-toggle {
  background: #eee;
  color: #AAAAAA;
}

#people-filter-bar-mobile .panel-heading .accordion-plus-toggle.collapsed {
  background: #eee;
}

#people-filter-bar-mobile .panel-heading a {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 16px;
}


#people-filter-bar-mobile .panel-heading .accordion-plus-toggle:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f077";
  float: right;
  color: #AAAAAA;
  font-weight: 400;
  font-size: 16px;
}

#people-filter-bar-mobile .panel-heading .accordion-plus-toggle.collapsed:before {
  content: "\f078";
  color: #AAAAAA;
}

.people-group-row-MT0 {
  margin-top: 0px !important;
}





#app .panel-body {
  padding: 20px 10px 40px 10px;
}

#app .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border: none;
}

#app .panel-group .panel+.panel {
  margin-top: 0;
}


.people-data-div .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.people-name-blue {
  color: #0085B2;
}


.people-listing-sub-header {
  font-size: 1.24em;
  font-weight: 800;
  color: #003366;
  margin-bottom: 6px;
}

.people-not-found {
  margin: 20px 0;
}
.block-centralized-people.block-centralized-people-people-listing div.people-not-found h3{
  padding: unset;
}
