.header__bottom{
    
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );

}
.staff-image img {
    float: left;
    width: 100%;
    max-width: 180px;
    margin: 20px;
    border-radius: 12px;
}
p.staff-suffix {
    font-size: 16px;
    font-family: 'oswald-medium';
}
.staff-page-custom {
    clear: both;
}
.wrap__socialmediaHeader .socialmedia__list {
    height: 54px !important;
}
.wrap__socialmediaHeader .socialmedia__link {
    color: #21BEC3;
}

.socialmedia_header__container{
    float:left;
}
.payment {
    float: left;
    width: 180px;
    height: 30px;
}
.btn_pay{
    padding-top:10px;
}
input[type="submit"] {
    background-color: #24BDC3;
    border: 1px solid #efefef;
    font-size: 14px;
    padding-bottom: 11px;
}

.wrap__locationsHeader .location__phone {
    font-size: 18px;
}
.location__phone::before{
    content:'Phone: ';
    color: #030157;
}
.location__fax::before{
    content:'Fax: ';
}
.location__fax a {
    text-decoration:none;
}


.navigation:not(.mm-menu) .navigation__item.active a, .navigation:not(.mm-menu) .navigation__item:hover a {
    background: #24BDC3;
}

.logo__title {
    color: #030157;
}

.wrap__featuredblocks .featuredblock__icon [class*="icon"] {
    border: 1px solid #fff;
    background: #24BDC3;
}
.featuredblock__button{
    background: #24BDC3;
}

.wrap__offer{
    background:#A1DBDE;
    padding:35px;
}

.wrap__featuredblocks{
    background:#FAAF3E ;
}

.editable ul li, .editable ol li, .editable__container ul li, .editable__container ol li {
    list-style-type: disc;
    padding-left: 22px;
    font-family: arial;
}

.staff-member__image {
    height: 188px;
}

.home-layout .wrap__testimonials {
    background: #FAAF3E;
}


#newslettersignup{
    padding-top:55px;
}

.wrap-item__inner {
    max-width: 100%;
}
.form__title {
    text-shadow: 1px 1px 1px #000;
}
.wrap__form.contact {
    padding: 0;
}
.wrap__form.contact {
     background: url(/storage/app/media/bg-contact.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wrap__page-content a {
    color: #24BCC2;
}
.form {
    background-color: rgba(41, 187, 194, 0.7);
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
    clear: none;
}
.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: none;
}

img.asthmaimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}

img.sportsphy{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}
@media (max-width: 767px) {
    .staff-member__name, 
.staff-member__suffix, 
.staff-member__position {
    text-align: center !important;
    float: none;
}
.staff-bio h1, .staff-suffix {
    text-align: center;
}
.staff-image img {
    float: none;
    margin: 0 auto;
    display: block;
}
img.align-right {
    float: none ! Important;
}
}