.master_members .cycle_banner_container {
  height: auto;
}

.page_members .banner_item {
  background: url("../images/members_banner.jpg") right top no-repeat;
  height: 170px !important;
}

.page_members .banner_item a {
  right: 0;
}

.avatar {
  position: relative;
  float: right;
}

.avatar .notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  color: #FFFFFF;
}

.avatar .btn_photo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -57px;
  margin-top: -10px;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.avatar .btn_delete {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 117px;
  margin-left: -57px;
  margin-top: 40px;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.avatar img {
  width: auto !important;
  height: 170px !important;
}

.page_about_me .banner_item_description_container,
.page_public_profile .banner_item_description_container {
  position: static;
}

.profile_progress {
  height: 25px;
  margin: 20px 0;
  border: 1px solid #2c547a;
  background: #2c547a;
}

.profile_progress_bar {
  background: url("../images/progress.jpg") repeat-x;
  height: 100%;
  border: 1px solid #5384b2;
  width: 0;
  position: relative;
  -webkit-box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.55);
  box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.55);
}

.profile_progress_percent {
  padding: 2px 6px;
  background: #D54303;
  color: #fff;
  position: absolute;
  top: 29px;
  left: 100%;
  text-align: center;
  margin-left: -15px;
  font-family: OpenSansLight, Arial, sans-serif;
}

.profile_progress_percent:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #D54303 transparent;
  position: absolute;
  margin-left: -5px;
  top: -5px;
  left: 50%;
}

.contacts_table .header_row .th {
  background: #434343;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact_expand .glyphicon {
  transition: transform .3s;
  transform: rotate(180deg);
}

.contact_expand.collapsed .glyphicon {
  content: "\e114";
  transform: rotate(0deg);
}

.contacts_table .td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.contacts_table .alternating_contact_row {
  background: #fff;
}

.contacts_table table td {
  padding-right: 10px;
  vertical-align: top;
}

.contacts_table table p {
  margin: 5px 0;
}

.contacts_table h3 a {
  color: #434343;
}

.contact_card {
  -webkit-box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sidebar_search {
  background: #e5e5e5;
  padding: 15px;
  margin-bottom: 15px;
}

.sidebar_search h2 {
  margin-top: 0;
  font-size: 1.3em;
  font-family: OpenSansSemiBold, Arial, sans-serif;
  color: #434343;
}

.members_links a {
  color: #fff !important;
  font-family: OpenSansSemiBold, Arial, sans-serif;
  line-height: 32px;
  background: #003F5D;
  display: block;
  padding: 10px;
  height: 52px;
  vertical-align: middle;
}

.primary_hospital {
  background: white;
}

.members_links a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  line-height: 1.1em;
}

.members_links a:hover {
  background: #006190;
}

/*.members_sections h2 {
  font-size: 2em;
  color: #0072AA !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.master_members .body_content_col .btn_blue {
  background: #0072AA !important;
}*/

.page_members .contacts_table .header_row .th {
  background: #d2d2d2;
  color: #222 !important;
}

.master_members .feature_banner .cycle_banner_container {
  height: auto !important;
}

.page_members .feature_banner .cycle_banner_container,
.page_about_me .feature_banner .cycle_banner_container,
.page_public_profile .feature_banner .cycle_banner_container {
  height: 200px !important;
}

.master_members .expandable_heading {
    background-color: #434343;
}