.profile-pic-wrapper {
  position: relative;
  float: left;
  width: 247px;
  height: 100%;
}
.right-column {
  margin-left: 247px;
  position: relative;
}
.profile-pic {
  display: block;
  width: 247px;
  height: 220px;
}
.profile-pic-height {
  height: 238px;
}
.profile-pic img {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}
.padding-reset {
  padding: 0 !important;
}
.margin-reset {
  margin: 0 !important;
}
.profile-detail-text {
  /*position: relative;*/
  float: left;
  padding: 30px 40px;
  width: 923px;
  height: 220px;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.top-profile-detail-text {
  float: left;
  width: 923px;
  height: 220px;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.height-reset {
  height: auto !important;
}
.h3 {
  margin: 0;
  color: #428bca;
  font-weight: 300;
}
.h3 span {
  color: #999999;
  font-style: italic;
  font-size: 18px;
}
.h4 {
  margin: 3px 0 15px 0;
  color: #717073;
}
.body-text {
  color: #717073;
}
.profile-top-level {
  margin: 20px 0 0 0;
}
.profile-first-column {
  width: 250px;
  color: #999999;
  vertical-align: top;
}
.profile-second-column {
  color: #717073;
  vertical-align: top;
}
.profile-third-column {
  width: 230px;
  color: #999999;
  vertical-align: top;
}
.profile-forth-column {
  width: 110px;
  color: #717073;
  vertical-align: top;
}
.hot-link {
  float: left;
  width: 247px;
  height: auto;
}
.favourite,
.favourite-active,
.videoconference,
.econsult {
  display: block;
  padding: 12px 65px;
  width: 247px;
  height: 45px;
  background-color: #0078C9;
  color: #FFF;
  text-align: left;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.availability,
.specialty,
.systems {
  display: block;
  padding: 12px 30px 12px 47px;
  width: 247px;
  height: 45px;
  background-color: #0078C9;
  color: #FFF;
  text-align: left;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.favourite:hover,
.favourite-active:hover,
.videoconference:hover,
.econsult:hover,
.availability:hover,
.specialty:hover,
.systems:hover {
  background-color: #77B800;
  color: #FFF;
  text-decoration: none;
}
.favourite {
  border-bottom: 1px solid #106b9e;
  background-image: url(../images/addfavourite-btn.png);
  background-position: 33px;
  background-repeat: no-repeat;
}
.favourite-active {
  border-bottom: 1px solid #106b9e;
  background-image: url(../images/addfavourite-btn-active.png);
  background-position: 33px;
  background-repeat: no-repeat;
}
.videoconference {
  border-top: 1px solid #1293cc;
  border-bottom: 1px solid #106b9e;
  background-image: url(../images/video-btn.png);
  background-position: 33px;
  background-repeat: no-repeat;
}
.econsult {
  border-top: 1px solid #1293cc;
  background-image: url(../images/econsult-btn.png);
  background-position: 33px;
  background-repeat: no-repeat;
}
.availability {
  /*background-image:url(../images/availability-icon.png);
  background-repeat:no-repeat;
  background-position:33px;*/
  border-top: 1px solid #1293cc;
  border-bottom: 1px solid #106b9e;
 
}
.specialty {
  /*background-image:url(../images/specialty-icon.png);
  background-repeat:no-repeat;
  background-position:33px;*/
  border-bottom: 1px solid #106b9e;
}
.systems {
  /*background-image:url(../images/systems-icon.png);
  background-repeat:no-repeat;
  background-position:33px;*/
  border-top: 1px solid #1293cc;
}
.profile-heading {
  display: block;
  margin: 5px 0 5px 0;
  color: #428bca;
  font-weight: 300;
}
.profile-detail-text span {
  display: inline-block;
}
.profile-detail-text .validated-input {
  display: block !important;
}
.profile-detail-text .validated-input span {
  display: block;
  clear: both;
}
.profile-detail-text p {
  display: inline-block;
  color: #717073;
}
.map img {
  width: 247px;
  height: 247px;
  vertical-align: top !important;
}
.additional-info-heading {
  display: block;
  padding: 12px 0 0 61px;
  width: 247px;
  height: 45px;
  background-color: #C5DAF0;
  background-image: url(../images/contact-icon.png);
  background-position: 33px;
  background-repeat: no-repeat;
  color: #428bca;
}
.additional-info-body {
  padding: 10px 10px 0 20px;
}
.additional-info-body ul {
  padding: 0;
  list-style-type: none;
}
.additional-info-subhead {
  color: #a9a8a9;
}
.secondlevel-heading {
  color: #999999;
  font-size: 16px;
}
.additional-info-text {
  margin: 0 0 10px 0;
}
.get-direction,
.send-email {
  text-decoration: underline;
}
.get-direction:hover,
.send-email:hover {
  color: #428bca;
  text-decoration: none;
}
.profile-wider-column {
  width: 230px;
  color: #428bca;
  vertical-align: top;
}
.profile-detail-text ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.profile-detail-text ul li {
  float: left;
  margin: 0 20px 0 0;
}
.download-link-heading {
  width: 155px;
  color: #717073;
}
.download-link-icon {
  width: 167px;
}
.border-reset {
  border-bottom: none !important;
}
.profile-info-name {
  display: inline-block;
}
.pdf-icon {
  display: inline-block;
  margin: 0 0 0 5px !important;
}
.pdf-icon-style {
  opacity: 0.8;
}
.pdf-icon-style:hover {
  opacity: 1;
}
.quick-link {
  position: relative;
  top: 13px;
  right: 13px;
  display: inline-block;
}
.quick-link a{
  margin-left: 15px;
}
.quick-link a:nth-child(1){
  margin-left: 0;
}
.quick-link-noneditable {
  position: relative;
  top: 13px;
}
.quick-link-style {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #0078C9;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.quick-link-style:hover {
  background-color: #77B800;
}
.profile-top-level-wrapper {
  padding: 30px 40px;
}
.quick-addfavourite {
  background-image: url(../images/quick-btn-favourite.png);
  background-position: 8px 7px;
  background-size: 16px;
  background-repeat: no-repeat;
}
.quick-addfavourite-active {
  background-image: url(../images/quick-btn-favourite-active.png);
  background-position: 15px;
  background-repeat: no-repeat;
}
.quick-videoconference {
  background-image: url(../images/quick-btn-videoconference.png);
  background-position: 7px;
  background-repeat: no-repeat;
}
.quick-econsult {
  background-image: url(../images/quick-btn-econsult.png);
  background-position: 7px;
  background-size: 18px;
  background-repeat: no-repeat;
}
.quick-print {
  background-image: url(../images/quick-btn-print.png);
  background-position: 6px;
  background-repeat: no-repeat;
}
.custom-margin {
  margin: 20px 0 5px 0 !important;
}
.anchor {
  color: #428bca;
  text-transform: capitalize;
}
.backtoTop {
  position: relative;
  top: 10px;
  left: 20px;
  float: right !important;
  font-size: 13px;
}
.backtoTop-style {
  color: #999999 !important;
  text-decoration: none;
}
.backtoTop-style:hover {
  color: #428bca !important;
  text-decoration: none;
}
.backtoTop-style:active, .backtoTop-style:focus{
  text-decoration: none;
}
.unchecked {
  color: #999999 !important;
}
.unchecked-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
}
.edit-btn {
  position: relative;
  display: inline-block;
  padding: 13px 0 0 40px;
  border-left: 1px solid #e7e7e7;
}
.edit-btn-program {
  position: relative;
  display: inline-block;
  margin-top: -15px;
}
.btn-reset-program {
  padding: 0 0 10px 0;
  border-left: none;
}
.edit-btn-program .btn-submit,
.edit-btn .btn-submit {
  width: 200px;
}
.edit-profile {
  display: block;
  padding: 5px;
  width: 247px;
  height: 30px;
  background-color: #0078C9;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.edit-profile:hover {
  background-color: #77B800;
  color: #FFFFFF;
  text-decoration: none;
}
.edit-icon {
  display: inline-block;
  height: 20px;
  font-size: 14px;
}
.change-profile-picture {
  position: relative;
  top: 150px;
  left: 50%;
  margin-left: -72px;
}
.change-profile-picture:hover {
  color: #77B800;
  text-decoration: none;
}
.textbox-indent {
  margin: 0 0 0 20px !important;
}
.line-break {
  display: block;
  float: none !important;
}
.set-height {
  height: 22px;
}
.borderfix {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 34px;
  border-left: 1px solid #e7e7e7;
}
/*Accordion*/

.panel-group .panel {
  overflow: hidden;
  margin-bottom: 0;
  border-top: 1px solid #1293cc;
  border-bottom: 1px solid #106b9e;
  border-radius: 0;
}
.panel-default {
  border-color: #0078C9;
}
.panel {
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default .panel-heading {
  border-color: #dddddd;
  background-color: #0078C9;
  color: #333333;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.panel-default .panel-heading:hover {
  border-color: #77B800;
  background-color: #77B800;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.accordion-cat-column {
  width: 96px;
  color: #428bca;
  vertical-align: top;
}
.accordion-info-column {
  width: auto;
  color: #717073;
}
.accordion-hover {
  margin: 0 !important;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
}
.accordion-hover2 {
  margin: 0 !important;
  padding: 10px 15px;
  width: 86%;
  height: 100%;
}
.panel-heading .accordion-toggle .accordion-glyphicons:before {
  float: left;
  /* adjust as needed */
  padding: 5px 16px 0 0;
  /* adjust as needed */
  color: white;
  /* symbol for "opening" panels */
  content: "▲";
  /* adjust as needed, taken from bootstrap.css */
  font-size: 9px;
}
.panel-heading .accordion-toggle.collapsed .accordion-glyphicons:before {
  /* symbol for "collapsed" panels */
  content: "▼";
  /* adjust as needed, taken from bootstrap.css */
}
.panel-margin {
  margin: 20px 0;
}
.custom-padding {
  padding: 15px 15px 15px 41px !important;
}
.system-addtofavourite {
  position: absolute;
  width: 7%;
  height: 100%;
  background-image: url(../images/systems-addfavourite.png);
  background-position: 21px;
  background-repeat: no-repeat;
}
.system-addtofavourite-active {
  position: absolute;
  width: 7%;
  height: 100%;
  background-image: url(../images/systems-addfavourite-active.png);
  background-position: 21px;
  background-repeat: no-repeat;
}
.system-videoconference {
  position: absolute;
  left: 93%;
  width: 7%;
  height: 100%;
  background-image: url(../images/videoconference-white-big.png);
  background-position: 21px;
  background-repeat: no-repeat;
}
.accordion-cat-column2 {
  display: block;
  margin: 10px 0 0 0;
  color: #428bca;
  font-weight: 400;
}
.accordion-info-column2 {
  color: #717073;
}
.full-width {
  width: 100%;
}
.accordion-contact {
  margin: 0 0 10px 0;
  color: #428bca;
  font-weight: 400;
}
.fix-margin {
  margin-top: 10px !important;
}
.sub-section {
  color: #77B800;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: none;
}
.additional-note {
  color: #999999;
  font-size: 85%;
}
/* Adjust protocol table sizing now that it is only 1 column */

.protocol-table {
  display: block;
}
.protocol-description {
  display: inline !important;
  padding-right: 5px;
  color: #717073;
}
.protocol-single-icon {
  display: inline !important;
}
#availability-anchor,
#specialty-anchor,
#systems-anchor {
  position: absolute;
  left: 0;
  margin: -70px 0 0 0;
}
.edit-info {
  color: #999999;
  padding-bottom: 10px;
  font-size: 12px;
  display: block;
}
.padding-bottom{
  padding: 0 0 41px 0;
}
.program-pic{
  display: block;
  width: 247px;
  height: 300px;
  background-color: #e8f2fa;
  background-image: url(../images/program-picture-lg.png);
  background-repeat: no-repeat;
  background-position: 60px;
  border-bottom: 1px solid #e7e7e7;
}
.program-pic-edit{
  display:block;
  width:247px;
  height:219px;
  background-color:transparent;
  background-image:url(../images/program-picture-lg.png);
  background-repeat:no-repeat;
  background-position:60px 70px;
  border-bottom:none;
}
.program-header{
  width: 923px;
  height: 300px;
  background-color: #e8f2fa;
  border-bottom: 1px solid #e7e7e7;
}
.org-name{
  font-size: 18px;
  color: #717073;
  font-style: italic;
}
.profile-top-level-wrapper{
  color: #717073;
}
.view-econsult-section{
  margin-left: 100px;
  text-decoration: underline;
}
.view-econsult-section:hover{
  text-decoration: none;
}
.program-name{
  display: block !important;
}
.program-contact-info{
  margin-bottom: 5px;
}
.all-cap{
  text-transform: uppercase;
}
.specialists-wrapper a{
  display: block;
  text-decoration: underline;
  margin: 0 0 5px;
}
.specialists-wrapper a:hover{
  text-decoration: none;
}
.width-reset{
  width: auto !important;
}
.eConsult-conditions-wrapper div{
  display: block;
}
.margin-adjustment-2 {
  margin: 0 0 5px;
}
.padding-fix{
  padding: 4px 12px;
}
.typeaheadUI ul li {
  float: none;
}
#telemedicine:last-child{
  padding-bottom: 60px !important;
}