.head-group {
  text-align: center; }

.head-group h2 {
  color: #111111;
  font-weight: normal;
  margin-bottom: 20px; }

.head-group strong {
  font-size: 1.2em;
  margin-bottom: 40px;
  display: block; }

.instructors-block .item {
  margin: 0 0 40px; }

.instructors-block .item h3 {
  font-size: 2em;
  border-bottom: 1px solid #00a651;
  padding: 0 0 10px;
  margin-bottom: 20px; }

.instructors-block .item img {
  float: left;
  margin: 0 1em 1em 0;
  width: 190px; }

.instructors-block .item .text {
  overflow: hidden; }

.instructors-block .item.single .text {
  overflow: visible; }

.instructors-block .item.single h3 {
  border: none; }

.instructor-agenda td {
  width: auto;
  padding: 10px;
  text-align: center;
  background: #fdfdfd; }

.instructor-agenda th {
  background: #fff;
  color: #00a651;
  border: 1px solid #eee;
  text-align: center;
  font-size: 0.812em;
  padding: 10px 20px;
  font-weight: normal;
  height: auto; }

.instructor-agenda .left {
  text-align: left; }

.instructor-agenda .time {
  white-space: nowrap; }

.instructor-agenda .bullet {
  position: relative;
  padding: 0 0 0 25px;
  display: block; }

.instructor-agenda .bullet:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  margin: 4px 0 0 0;
  width: 13px;
  height: 13px;
  background: url(/images/ico-arrow-bullet.svg) no-repeat;
  background-size: 13px 13px; }

.instructor-agenda caption {
  background: #00a651;
  color: #fff !important;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font: 600 14px/1.2em 'source sans pro', Arial, sans-serif; }

.instructor-agenda ol {
  margin: 0;
  padding: 5px 0 20px 20px;
  list-style-type: none;
  counter-reset: point; }

.instructor-agenda ol li {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.8em;
  list-style: none;
  position: relative; }

.instructor-agenda ol li:before {
  counter-increment: point 1;
  content: counter(point) ".";
  position: absolute;
  left: 20px;
  top: 0;
  width: 20px;
  color: #00a651;
  text-align: center;
  background: none;
  margin: 0 0 0 -25px; }

@media screen and (max-width: 747px) {
  .instructors-block .item .text {
    overflow: visible; }

  .instructors-block .item img {
    width: 92px; }

  .instructors-block .item h3 {
    font-size: 1.2em; }

  .instructor-agenda thead {
    display: none !important; }

  .instructor-agenda, .instructor-agenda caption, .instructor-agenda tbody, .instructor-agenda tr, .instructor-agenda td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .instructor-agenda td {
    border-bottom: none;
    padding: 0 0 10px; }

  .instructor-agenda td:before {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: attr(data-name);
    background: #fff;
    color: #00a651;
    padding: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee; }

  .instructor-agenda td.left:before {
    text-align: center; }

  .instructor-agenda {
    border-bottom: 1px solid #eee; }

  .instructor-agenda .bullet {
    margin: 0 10px; }

  .instructor-agenda td:empty {
    display: none; }

  .instructor-agenda .holder {
    padding: 0 10px; }

  .button-styled-trittery.f-r.mob-full-w {
    float: none;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
