.tc-template .page-header {
  background: #201A1C;
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 0;
}


.tc-template .page-header h1 {
   color:#56BDF8;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: bold;
   padding: 0;
   margin:0;
}
.tc-template .page-content > p:first-child {
   color:#bababa;
   padding: 5px;
   border-bottom: 1px solid #dedede;
   width: 100%;
}



.team-template.has-slider .page-content {
  position: relative;
}
.team-template.has-slider .slider-wrapper {
  width:100%;
  height: auto;
  margin-bottom: 25px;
  overflow: hidden;
}
.team-template.has-slider .nivoSlider {
  width:100% !important;
  height: 450px !important;
  box-shadow: none !important;
  overflow: inherit !important;
}
.team-template.has-slider .nivoSlider:after {
  visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.team-template h2 {
  font-size: 24px;
  margin-top: 0;
  padding-bottom: 20px;
  font-weight: bold;
}

.conference-template h2 {
  font-size: 24px;
  margin-top: 0;
  padding-bottom: 5px;
  font-weight: bold;
  margin-bottom: 0;
}

.conference-template  .tablepress-table-description  {
  color:#bababa;

}
.conference-template .page-content .tablepress  {
margin-top: 20px;
margin-bottom: 25px;
}

.conference-template  .page-content .tablepress tfoot th, .tc-template  .page-content .tablepress thead th {
    background-color: #F0F9FE;
    border-bottom:1px solid #eaeaea;
    font-size: 14px;
    padding:3px 5px !important;
}

.conference-template  .page-content .tablepress td {
    border-bottom:1px solid #eaeaea;
    padding:5px 0 !important;
    font-size: 13px;
    background: transparent !important;
}
.conference-template   .page-content .tablepress caption a {
    display: block;
    padding-top: 10px;
}

.conference-template .page-content > p:first-child {
    margin-bottom: 20px;
}


.team-template  .nivo-caption {
        font-weight: normal;
        background: #fff;
        padding: 0;
        padding-top: 10px;
        color: #7b7b7b;
        opacity: 1;
  }


.team-template #ProgramLeft {
  float: left;
  width: 30%;
  height: 100%;
  /* margin-right: 10px; */
}
.team-template #ProgramRight {
  float: left;
  width: 65%;
  height: 100%;
  padding-left: 5%;
}

@media only screen and (max-width:768px) {
  .team-template #ProgramLeft {
    width: 100%;

  }
  .team-template #ProgramRight {
    width: 100%;
    padding-left: 0;
  }

  .conference-template  .page-content .tablepress , .tc-template  .page-content .tablepress  {
    table-layout: fixed;
  }
  .conference-template  .page-content .tablepress td, .tc-template  .page-content .tablepress td  {
    overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
  }

}

@media only screen and (max-width: 480px) {
  /* horizontal scrollbar for tables if mobile screen */
     .conference-template  .page-content .tablepress , .tc-template  .page-content .tablepress  {
         overflow-x: auto;
         display: block;
     }
}

.team-template #ProgramNumbers {
  width: 100%;
height: 100%;
font-size: 2em;
font-family: sans-serif;
color: #0094F6;
margin-bottom: 8px;
font-weight: bold;
}
.team-template #ProgramNumbersText {
  /* float: left; */
width: 100%;
height: 100%;
font-size: 14px;
font-family: sans-serif;
color: #404040;
margin-bottom: 20px;
}

.team-template .headline_area {
    margin-bottom: 2.2em;
}

.tc-template  aside .widget {
  margin-bottom: 20px;
}
.tc-template  aside .widget .tablepress {
   margin-top: -10px;
}
.tc-template  aside .widget .tablepress tfoot th, .tc-template  aside .widget .tablepress thead th {
    background-color: #F0F9FE;
    border-bottom:1px solid #eaeaea;
    font-size: 12px;
}

.tc-template  aside .widget .tablepress caption a {
    display: block;
    padding-top: 10px;
}

.tc-template  aside .widget .tablepress td {
    border-bottom:1px solid #eaeaea;
    font-family: inherit;
    padding: 3px 0;
}

.tc-template .tc-body-template  aside ul  {
  list-style-type: none;
  padding-left:0;
  font-size: 12px;
}

.tc-template   .figure-caption, .wp-caption-text {
    font-size: 90%;
    color: #636c72;
    padding: 10px 0;
    line-height: 1.3em;
}
.tc-template   .wp-caption {
    padding: 10px 0;
}

.tc-template .tc-body-template aside ul a  {
  color:#000;
  font-weight: bold;
}

.tc-template .tc-body-template aside ul a  {
  color:#000;
  font-weight: bold;
  padding:5px 0;
  display: block;
}

.tc-template  aside .widget-title {
  background: #201A1C;
  padding: 8px;
  margin-bottom: 5px;
  color: #56BDF8;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}

/** Tablepress update tables **/
.tablepress .odd td {
  background: transparent !important;
}

.tc-body-template #TeamNav {
  margin-bottom: 15px;
}
