#buttons {
    margin-bottom: 50px;
  	margin-top: 40px;
}
#buttons a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 50px;
    margin: 10px auto 20px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    width: 235px;
}
#buttons a.register {
    background-color: #c81056;
}
#buttons a.agenda {
	background-color: #21184c;
}
#buttons a.register:hover {
    background-color: #ef0c63;
}
#buttons a.agenda:hover {
	background-color: #33287d;
}
.bio .bio {
    clear: both;
}
.bio .bio p {
    padding-bottom: 10px;
}
.speaker-name {
    font-family: "Montserrat";
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 48px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.speaker-title {
    font-weight: bold;
    padding-bottom: 12px;
}
.links {
    text-align: right;
}
.links p {
    line-height: 28px;
    padding-bottom: 5px;
}
.speaker-left {
    float: left;
    margin-right: 20px;
}
.featured_speaker .speaker-img {
    height: 300px;
    width: 290px;
}
.speaker-right {
    float: left;
    width: calc(100% - 210px);
}
.featured_speaker .speaker-right {
    width: calc(100% - 320px);
}
.speaker-right p {
    padding-bottom: 10px;
}
.links a {
    color: #333;
    text-decoration: none;
}
.links a img {
    vertical-align: middle;
}
.links {
    padding-top: 15px;
}
.links a + a {
    margin-left: 30px;
}
.speaker-img {
    position: relative;
}
.speaker-company {
    background: rgba(33, 24, 76, 0.9) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.speaker-company img {
    padding: 5px 0;
    vertical-align: middle;
}
#speaker_session {
    clear: both;
    margin-top: 50px;
}
.session_title p span {
    display: none;
}
.session_title p em {
    font-style: normal;
}
.speaker_session {
    background-color: #f6f2ea;
	margin-bottom: 50px;
}
.session_header {
    background-color: #791b4e;
    color: #fff;
    font-size: 24px;
    line-height: 43px;
    padding: 0 30px;
    text-transform: uppercase;
}
.session_info {
    padding: 30px;
}
.session_info p {
    padding-bottom: 10px;
}
.session_info ul {
    padding-left: 40px;
  	padding-bottom: 10px;
}
.session_title p {
    padding-bottom: 0;
}
p.day_time {
    font-style: italic;
    padding-bottom: 20px;
}
.session_info .session_title + p {
    padding-bottom: 0;
}
.breadcrumb {
    margin-top: 50px;
    padding-bottom: 10px;
}
.breadcrumb a {
    color: #06c;
    font-size: 16px;
    text-decoration: underline;
}
.breadcrumb .fa-chevron-circle-left {
    color: #af3059;
    font-size: 21px;
    vertical-align: text-bottom;
}
.related {
    float: left;
    margin-right: 30px;
    max-width: 230px;
    position: relative;
}
.overlay {
    background: rgba(247, 247, 246, 0.5) none repeat scroll 0 0;
    cursor: pointer;
    height: 166px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}
.article .overlay a .read {
    background-color: #af3059;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    top: 70px;
    width: 118px;
}
.overlay .fa-chevron-circle-right {
    font-size: 12px;
    font-weight: normal;
    margin-left: 4px;
    vertical-align: baseline;
}
.article .overlay:hover .read {
    background-color: #21184c;
}
.related_section h2 {
    margin-bottom: 30px;
}
.overlay a span {
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}
.video .overlay a span {
    background-color: #fff;
    border-radius: 41px;
    color: #333;
    font-size: 35px;
    height: 28px;
    line-height: 30px;
    top: 67px;
    vertical-align: top;
    width: 28px;
}
.overlay .fa-play-circle {
    left: -1px;
    position: relative;
    top: -3px;
    vertical-align: top;
}
.overlay a {
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
.shimp.session1 .best_practices, .shimp.session2 .reader_choice {
    display: none;
}
@media (max-width: 1024px) {
	#heading .left {
		padding-left: 0;
		width: 100%;
	}
  	.article .overlay:hover a span {
        background-color: #af3059;
    }
}
@media(max-width:700px) {
	.speaker-left {
      	margin-bottom: 30px;
    }
  	.speaker-right {
		clear: both;
		float: none;
		width: 100%;
	}
	.featured_speaker .speaker-right {
		width: 100%;
	}
}
@media(max-width: 500px) {
  	.speaker-name {
     	font-size: 31px;
      	line-height: 35px;
    }
}