.logo__summary {
    color: #4bbdab;
}

.decor-section .narrow-col {
background: #4bbdab;
}

.slider__text.solid-background {
    border-bottom: 2px solid #f18d77;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.6);
}

.slider__text {
    opacity: 1!important;
    display: none;
}

.staff__list .staff__item {
    margin-bottom: 35px;
}

.groupstaff {
    width: 500px;
    border: 5px solid #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.width640 {
    max-width: 640px;
    width: 100%;
}
.two-list{
    column-count:2;
    -webkit-column-count:2;
}


.gallery_insurances__container--inner.gallery__container--inner .gallery.highslide-gallery .gallery-item .gallery-item--spacer {
    padding: 10px;
    background: #fff;
        border: 1px solid #4bbdab;
}

.row {
    margin-bottom:20px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column2 {
    float: left;
    width: 49%;
    padding: 10px;
  }
  

  .clr {clear:both;}
  
  .fl {
    float:left;
    margin:0 20px 20px 0;
  }
  
  .fr {
    float:right;
    margin:0 0 20px 20px;
  }
  
 .column2 .serv-item h3 {
    margin-bottom: 20px!important;
    font-size: 16px;
}
.column2 .serv-item a{
text-decoration: none!important;
}

div[data-component-name] {
    min-height: 40px;
    min-width: 40px!important;
}

.wrap__logoHeader .logo__summary {
    font: 28px/1.2 'Caveat', cursive!important;
    text-align: center;
}

.wrap__locationsHeader--inner {
    vertical-align: middle;
    margin-top: 30px;
}
.staff-member__suffix {
    margin: 0;
}
.narrow-col .staff-member__description a {
    color: #fff;
    text-decoration: none;
}
@media(max-width: 1024px) {
    .wrap__locationsHeader--inner {
        margin: 0;
    }
}
  
@media screen and (max-width: 768px) {
  .column4
  .fl, .fr {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column2,
  .fl, .fr {
    width: 100%;
  }
}

/***************/
a[href^=tel], a[href^=fax] {
    cursor: default;
    pointer-events: auto;
}