/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.event-speakers .event-speakers-title h2:after {
  border-bottom: 3px solid #11B6D6; }

.speaker-label {
  margin-left: 25px; }

.speaker-photo {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }

.speaker-photo-label {
  /*margin-left: 15px;*/
  margin-top: 25px; }

.speaker-photo-name {
  color: #333333;
  font-size: 22px;
  font-family: "HelveticaIFAD", Helvetica, Arial, serif;
  line-height: 22px;
  text-align: center; }

.speaker-photo-title {
  color: #888888;
  font-size: 18px;
  font-family: "HelveticaIFADSlim", Helvetica, Arial, serif;
  margin: 0px;
  line-height: 20px;
  text-align: center; }

.speaker-photo-container {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5px; }

.speaker-image {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  height: 70px !important;
  width: 70px !important;
  float: left; }

.speaker-container {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5px; }

.speaker-name {
  color: #333333;
  font-size: 22px;
  font-family: "HelveticaIFAD", Helvetica, Arial, serif;
  margin-bottom: 5px;
  line-height: 22px; }

.speaker-name:hover {
  opacity: 0.75; }

.speaker-title {
  color: #888888;
  font-size: 18px;
  font-family: "HelveticaIFADSlim", Helvetica, Arial, serif;
  margin-bottom: 15px;
  line-height: 20px;
  /* margin-top: 10px; 
  padding-top: 10px;*/ }

.speaker-bio {
  font-family: "HelveticaIFAD", Helvetica, Arial, serif !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 55px;
  text-transform: uppercase;
  line-height: 1; }

.speaker-bio a {
  color: #11b5d5 !important; }

.speakers-box-structure {
  text-align: center; }

.speakers-box-author img {
  border-radius: 44px;
  display: inline-block;
  margin-bottom: 10px;
  height: 85px;
  width: 85px; }
.speakers-box-author .author-name {
  color: #333333;
  font-size: 18px;
  font-family: HelveticaIFAD;
  margin-bottom: 0px;
  text-transform: uppercase; }
.speakers-box-author .published-date {
  font-size: 14px;
  margin-bottom: 0px;
  font-family: HelveticaIFADSlim;
  font-weight: bold; }