/* home committed section */
.committed-home-section img {
    border-radius: 50%;
    border: 3px solid #efefef;
    padding: 5px;
}
.committed-home-section .component__title {
    font-size:   3rem;
    line-height: 1rem;
}
/* end of home committed section */


/* pull css */
img.feed-item__image {
  margin-right: 10px;
  padding-right: 30px;
  /*padding-bottom: 70px;*/
  border-style: initial;
  font-size: 15.2px;
  vertical-align: baseline;
  float: left;
  max-width: 100%;
  /*height: 207px!important;*/
  clear:both;
}

img.img-staff {
    height: auto;
    width: 100%;
    max-height: 204px;
    max-width: 199px;
    margin: auto;
    display: block;
}
  /* accordion */
  .aff a:hover {
    position: relative;
    top: -20px;
    transition: 0.3s;
  }
  .aff a {
    transition: 0.3s;
  }
  .abt a:hover {
    position: relative;
    top: -20px;
    transition: 0.3s;
  }
  .abt a {
    filter: brightness(100%) contrast(200%) saturate(100%) blur(0px)
      hue-rotate(129deg);
    transition: 0.3s;
  }
  .box-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 13px 0px;
  }
  .accordion-header {
    padding: 14px;
    cursor: pointer;
    border-radius: 11px;
    border: 1px solid #ccc;
    margin: 10px 0px;
  }

  .accordion-content {
    display: none;
    background-color: #f2f2f257;
    font-family: "Overpass", Sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2em;
    padding: 20px 20px 20px 20px;
  }
  span.accordion-icon {
    float: right;
    font-size: 24px;
    position: relative;
    top: -7px;
    right: 10px;
  }
  .regen-ortho .accordion-header {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin: 0;
  }
  .regen-ortho .accordion-content {
    background: transparent;
    margin-left: 15px;
  }
  .regen-ortho .accordion-header h4 {
    margin: 0;
  }
  .regen-ortho span.accordion-icon.icon {
    letter-spacing: -50px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 18px;
    top: 7px;
  }
  .regen-ortho .accordion-header {
    background: #000;
  }
  .regen-ortho .accordion-header,
  .regen-ortho .accordion-header h4 {
    color: #fff;
  }
  .regen-ortho .accordion-content {
    background-color: #fffbf5;
    margin-left: 0;
    padding-left: 35px;
  }
  .regen-ortho span.accordion-icon.icon {
    color: #ff0000;
    font-size: 14px;
    line-height: 18px;
  }
  /* accordion */

/* staff section */
.all-team .staff-member__name {
    min-height: 0!important;
}
span.staff-member__name {
	font-size: 1.2rem !important;
}
div.staff-member__position {
    font-size: 1rem !important;
}
/* end of staff section */



/* office section */
.office-title .cta__links-wrapper:only-child a:first-child {
    margin-bottom:15px;
}
.offc-hrs {
    margin: 0 !important;
    padding: 10px 17px !important;
    background-color: #ededed;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0 9px;
}
.offc-hrs .icon {
    width: 1.875rem;
    height: 1.875rem;
    color: #fff !important;
    background: var(--color2);
    border-radius: 50%;
    font-size: 1.3rem !important;
    line-height: 1.875rem !important;
    text-align: center;
}
.offc-hrs .icon-clock-o:before {
    display: block;
    width: 100%;
    line-height: 1.7rem !important;
    text-align: center;
}
/* end of office section */



/* map section */
.map-section .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}
.container-fluid .map-a--12 .map__wrap {
	max-width: 100%;
}
.map-section b {
    margin-left: 15px;
}
/* end of map section */

/* forms section */

.form__group.form-group.form-input-comments::after {
    content: "Please do not submit any Protected Health Information (PHI).";
    display: block;
    text-align: center;
    padding: 10px;
}

/* end of forms section */


/*  media  */
@media(min-width: 992px) {
    #id_ebec84c1-0eb2-5508-a20a-a64a3fb6c822 .section__column-1.ple-column-padding {
        padding: 0 !important;
    }
}
@media(max-width:767px){
    .map-section .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100% !important;
    }
    img.feed-item__image {
      float: none !important;
      margin: auto !important;
      display: block;
    }
    .committed-home-section .component__title {
        font-size: 2.25rem;
        line-height: 1.5rem;
}
}