.editable__container--inner p { 
    text-align: justify;
}
.editable__container--inner img { 
    height: auto !Important;
    width:100%;
    margin: 0 auto !Important;
}
.staff-member__description {
  
    text-align: justify;
}
ul#staff__list {
    list-style-type: none;
}

.wrap__navigation{
    background-color: #9187C4;
    border-bottom: 2px solid #dec1ec;
}
/*featured blocks*/
#featuredblocks > div > div > div > div > ul > li:nth-child(1){
    background-color: #9187C4;
}
#featuredblocks > div > div > div > div > ul > li:nth-child(2){
    background-color: #6969B3;
}#featuredblocks > div > div > div > div > ul > li:nth-child(3){
     background-color: #3E4C94;
}

/*end of featured blocks*/
.button1, .form .submit, .appointment-form .submit, .wrap__slider .slider__button a, .staff-member__link, .wrap__specialoffer .form .submit, .button2, .featuredblock__button, .wrap__newslettersignup .form .leadForm .btn.submit{
          background-color: rgba(0, 0, 0, 0.16);
}
.wrap__slider .slider__button a{
     background-color: #9187C4;
}
.tab-container .wrap__cta__location-tab .cta, .tab-container .wrap__cta__featured-articles-tab .cta, .tab-container .wrap__cta__testimonials-tab .cta{
    background-color: #9187C4;
}
.tab-container .wrap__cta__featured-articles-tab .cta{
     background-color: #6969B3;
}
.day__name{
      background-color: #3E4C94;
}
.navigation:not(.mm-menu) .navigation__list .navigation__item .navigation__list--sub .navigation__item a:hover{
    color: #ffffff;
    background-color: #d3b3f7;
}
.navigation:not(.mm-menu) .navigation__list .navigation__item.active{
        background-color: #9187C4 !important;
}

.announcement{
  background: #1290B0;
  font-weight: bold;
  color: white;
  text-shadow: 1px 2px 2px black;
  height: 60px;
  text-align: center;
  font-family: Helvetica;
  font-size: 30px;
  padding: 15px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  border-bottom: 15px;
  border-radius: 4px;
}

.wrap__page-content ul, .wrap__editable ul, .wrap__editable-content ul, .staff-member ul, .editable ul, .form ul {
    list-style-type: none!important;
}
.embedcodeVirtualTryButton__container--inner.embedcode__container--inner {
    margin-right: -237px;
}