/***************************************************************/
/* SPEAKER PAGE */
/***************************************************************/
.speakerProfileTop > .inner,
.speakerProfileInfo > .inner {
  max-width: 1270px;
  margin: auto;
  padding: 0 30px;
}
.speakerProfileTop {
  position: relative;
  padding: 30px 0;
  background: #333;
  margin-bottom: 30px;
  margin-top: 0px;
  /*overflow: auto;
	zoom:1;*/
  /*.speakerImage {
		margin-bottom: -60px;
		position: relative;
		z-index: 9999;
	}*/
}
.speakerProfileTop .speakerName {
  padding: 0;
}
.speakerProfileTop > .inner {
  z-index: 2;
  position: relative;
}
.speakerProfileTop .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(64, 92, 38, 0.83);
}
.speakerProfileInfo {
  overflow: visible;
}
.speakerProfileInfo .inner {
  overflow: visible;
}
.speakerProfileInfo #request {
  background: #3F759A;
}
.speakerProfileInfo .speakerImage {
  background: transparent;
  position: relative;
  z-index: 99999;
  margin-top: -120px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .speakerProfileInfo .speakerImage {
    margin-top: -50px;
  }
}
