.react-filters {
  justify-content: flex-start;
  margin: 0 0 1.5rem .5rem;
}
.calendar-button:hover {
  border-color: #252729;
  background: #252729;
  color: #fff;
}
#search {
  margin: 1rem 0 0 0;
}
#tbSearch, #ddlCategory {
  width: 100%;
	height:40px;
  padding: .5rem;
  margin-bottom: .5rem;
  font-size: .875rem;
	color:#252729;
	border-color:rgb(102,102,102);
}
#submit {
  margin: 0 0 .75rem 2px;
  font-size: .875rem;
}
#btnSubmit {
  line-height: 21px;
}
#lbClear {
  /*visibility: hidden;*/
  font-size: 80%;
}
@media screen and (min-width:1024px) {
  .react-filters {
    justify-content: flex-end;
    margin: 0 0 1.5rem 0;
  }
  #search {
    /*position:relative;
			left:70%;*/
    margin: 0 0 .5rem;
  }
  #ddlCategory {
	margin-right:2rem;
	  position:relative;
	  top:-2px;
	}
  #tbSearch, #ddlCategory {
    width: 275px;
  }
	/*#tbSearch {height:37px;}*/
  #submit {
    margin-left: 1rem;
  }
  #lbClear {
    margin-left: .75rem;
  }
  .calendar-button {
    align-self: start;
  }
}
.main__sidebar__expert {
  width: 100%;
  padding: 0 1rem;
  float: left;
}
.main__sidebar__expert p {
  text-align: left;
  margin: 0 0 .5rem 0;
}
p.mscenter {
  /*text-align:center;*/
}
.main__sidebar__expert a {
  margin: 0 auto;
}
.main__content__expert {
  width: 100%;
  padding: 0 1rem;
  float: right;
}
@media screen and (min-width:1024px) {
  .main__sidebar__expert {
    width: 25%;
    padding: 0;
  }
  .main__content__expert {
    width: 75%;
    /*padding:0;*/
  }
}
.expert_list {
  /*max-width: 850px;
			margin:0 auto;*/
}
.expert_list_item {
  border-bottom: solid 1px #dddddd;
  margin-bottom: 1.5rem;
  clear: both;
}
.expert_list_item a h2 {
  /*border-bottom: solid 2px #da291c;*/
  display: inline-block;
}
.expert_lcol {
  text-align: left;
  width: 100%;
  padding: .375rem 1rem 0 0;
}
.expert_lcol img {
  margin-bottom: 1rem;
}
.expert_rcol {
  width: 100%;
}
.expert_rcol h2 {
  font-size: 150%;
}
.expert_title {
  margin: 0 0 .5rem 0;
  color: #6e6e6e;
  font-weight: 500;
  font-size: 125%;
}
.expert_blurb {
  margin: 0 0 .5rem 0;
  font-size: 1.125rem;
}
.expert_expertise {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .expert_lcol {
    text-align: center;
    width: 33%;
    padding: .375rem 1rem 0 0;
    float: left;
  }
  .expert_rcol {
    width: 66%;
    float: right;
  }
}
.modal {
  display: none;
}
.modal__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1), visibility 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.modal--active .modal__overlay {
  visibility: visible;
  opacity: 1;
}
.modal__wrap {
  position: absolute;
  -webkit-backface-visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms cubic-bezier(0.55, 0, 0.1, 1), opacity 300ms cubic-bezier(0.55, 0, 0.1, 1), transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transform: scale(0.75);
}
.modal__video {
  top: 18%;
}
@media screen and (min-width:1024px) {
  .modal__video {
    top: 30%;
  }
  .modal__close__exp {
    right: -4rem;
  }
}
.modal--active .modal__wrap {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal__close__exp {
  position: absolute;
  right: 0rem;
  top: -4rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  font-size: 3rem;
  font-weight: lighter;
  color: #fff;
}
.modal__close__exp:hover {
  color: #6e6e6e;
}
.modal__close__exp:before {
  content: '\00d7';
}
.modal__close__exp span {
  display: none;
}
#expertFrame {
  height: 90vh;
  width: 100%;
  padding: 0 .5rem;
}
@media screen and (min-width:786px) {
  #expertFrame {
    padding: 0 3rem;
  }
}
.expert_sidebar {
  background-color: #252729;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 1rem;
}
.expert_sidebar_center {
  text-align: center;
}