.account-block h3 {
  font-size: 20px;
  font-weight: bolder;
  border-bottom: 2px #ccc solid;
  padding: 15px 0;
  margin-top: 35px;
}

form input[type=text], input[type=email], input[type=tel], input[type=password] {
  /*width: 44%;*/
  padding: 12px 20px;
  margin: 8px 0;
  margin-right: 5%;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #EC008C;
}

input[type=email] {
  width: 100%;
}

form input[type=text]:disabled, input[type=email]:disabled, input[type=tel]:disabled {
  border-bottom: 2px solid #2d2d2d;
  background-color: #EEE;
}

header form input[type=text], .section-landing-search form input[type=text] {
    border-bottom: 0;
    border: 1px solid #EC008C;
    margin: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

header .input-group-btn:last-child>.btn, .section-landing-search .input-group-btn:last-child>.btn {
  border: 1px solid #EC008C;
  border-left: 0;
}

header .input-group-btn:last-child>.btn:hover, .section-landing-search .input-group-btn:last-child>.btn:hover {
  border: 1px solid #EC008C;
  border-left: 0;
}

header .input-group {
  width: 60%;
  margin: 0 auto;
}

.list tr, .table-fluid tr {
  border-bottom: 5px solid #FAFAFA;
}

 .list thead td, .table-fluid thead th {
  background-color: #EC008C;
  color: #FFF;
}

.table-fluid thead th a {
  color: #FFF;
}

.list td:first-child, .table-fluid th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.list td:last-child, .table-fluid th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.list td, .table-fluid td {
  padding: 10px;
  background-color: #ECECEC;
}

.training-table td {
  padding: 5px;
}

thead .fa {
  color: #FFF;
}

td {
  padding: 5px;
}

table a {
  color: #EC008C;
  font-weight: bold;
}

#EntityFormControl_EntityFormView .tab-column fieldset {
  margin-bottom: 0!important;
}

#EntityFormControl_EntityFormView .tab-column fieldset:last-child {
  margin-top: -50px;
}

/* h1.section-landing-heading {
  margin: 80px 10px;
} */

.search-results h3 {
  font-size: 18px;
}

.accordion {
  display: inline-block;
  color: #EC008C;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 30px;
  width: 100%;
  border: 1px solid #EC008C;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0;
  border-radius: 4px;
}

.accordion.active, .accordion:hover {
  background-color: #EC008C;
  color: #FFF;
}

.panel {
  padding: 15px;
  display: none;
  background-color: white;
  overflow: hidden;
  border-radius: 4px;
}

.video-filter {
  width: 100%;
}

.filter-text {
    font-weight: bold;
    font-size: 14pt;
    float: left;
    padding-top: 5px;
}

.video-tab {
  color: #EC008C;
  border: none;
  background-color: transparent;
  margin: 0 30px;
  font-weight: bold;
  padding: 5px;
}

.video-tab-intro {
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 30px;
}

.video-tab.active {
  color: #2D2D2D;
  border-bottom: 2px solid #EC008c;
}
