.container header {
  overflow: hidden;
}

header.sticky #branding:hover {
  border-left: 1px solid #1DB0ED;
  border-right: 1px solid #1DB0ED;
}

/*
 * Why Socrates
 */
#get-in-touch .contact-form label.error {
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding-left: 4px;
    text-align: left;
    width: 100% !important;
}

#contact a.active {
  padding-top: 25px!important;
  /*color: #222!important;*/
}
#contact:hover a, {
  /*color: #222!important;*/
}
#contact:hover a.active {
 /* color: #fff!important;*/
}


/*
 * Company
 */
#about-advisor {
  padding-top: 30px; }
#about-advisor p {
  font-size: 12px;
  color: #404040; }
#about-advisor .team-member {
  margin-right: 53px; }
#about-advisor .team-member:last-child {
  margin-right: 0; }
#about-advisor .team-member .member-desc {
  position: relative;
  overflow: hidden;
  padding: 10px 0 36px; }
#about-advisor .team-member .member-desc img {
  width: 180px;
  height: 180px; }
#about-advisor .team-member .member-desc h6 {
  margin-bottom: 16px;
  font-weight: 300; }
#about-advisor .team-member .member-desc p {
  margin-bottom: 14px;
  padding-right: 25px;
  font-size: 16px;
  color: #222; }
#about-advisor .team-member .member-desc h6 b {
  display: inline;
  font-size: 18px;
  font-weight: normal;
  color: #222; }
#about-advisor .team-member a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #7F919E;
  text-align: left;
  text-decoration: underline; }
#about-advisor .team-member .member-desc a:hover {
  color: #999999; }
#about-advisor .team-member .member-desc .detail {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 300; }
#about-advisor .team-member .member-desc .detail li {
  margin-bottom: 10px;}
#about-advisor .img-holder-3 {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 24px 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
#about-advisor .img-holder-3 img {
  width: 80px;
  height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
#about-advisor .holder-bg {
  display: table-cell;
  vertical-align: middle;
  background: #1DB0ED; }
#about-advisor .icon-plus-1 {
  font-size: 72px;
  color: #fff;
  text-align: center; }
#about-advisor .icon-plus-1:before {
  margin-right: 0; }
  
.flash-message{
	display: block;
	width: 50%;
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -25%;
	font-family: 'Roboto';
	font-weight: bold;
  font-size: 16px;
  color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #FFFEFF;
  padding: 7px 23px; 
  text-align: center;
}
.flash-message.empty{
	display: none;
}
.flash-message .success{
	color: #5cb85c;
}

.video {
  position: relative;
  background: url(/css/landing3/img/blog/genentech-partner-meeting.png)
}

.video .play-btn {
  position: absolute;
  display: block;
  background: url(./images/play-btn.png);
  height: 50px;
  width: 50px;
  top: 110px;
  left: 215px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

