    .copyright__list > li{
        display: none !important;
    }
    .copyright__list > :nth-child(1),
    .copyright__list > :nth-child(2),
    .copyright__list > :nth-child(3){
        display: inline-block !important;
    }

    @media (max-width: 600px){
        .mobileHeader-phone a:after{
            display: none !important;
        }
    }
.logo-a__img{
    height: auto!important;
}
.sticky-background-img {
	background-attachment: fixed;
}

/*     ACCORDION     */

.accordion {
  background-color: #00529b;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion.active, .accordion:hover {
  background-color: #436b8f;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.mobileHeader-phone a:after {
    content: "(850) 765-3039";
}
@media(min-width: 700px){
    .staff_page__container--inner .staff-member__text-wrap{
        padding-top: 0;
        margin-top: -55px;
    }
    .staff-b .staff-member__name{
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    body .section-pagecontent .editable__container img, .editable__container p img {
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: auto !important;
        float:  none !important;
    }
    .staff-b .staff-member__image {
        display: block;
        max-width: 250px;
        min-width: unset;
        margin: auto;
    }
    .staff-b--12 .staff__item .staff-member__text-wrap {
        padding-top: 0;
    }
    .page-title h1 {
        text-align: center;
        margin-bottom: 20px;
    }
    .logo-mob .logo-a__image {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
  .logo__container, .socialmedia__container {
    margin: auto;
}
}


