.testimonials__source {
    text-align: center;
}

.logo__link {
    justify-content: center;
}


a[href^="tel"]{
    pointer-events: auto;
    cursor: pointer;
}

img.logo__image {
    height: auto!important;
    max-height: unset!important;
    max-width: 100%!important;
    margin-right: 0!important
}

.wrap__page-content a[name] {
    display: block;
    position: relative;
    top: -100px;
}

.horizontal .form__group.form-input-comments {
    width: 98%!important;
}

.testimonials__content{
    text-align: center;
}

.home-layout .testimonials__content p{
    color: #fff;
}

.wrap__newslettersignup .form__group.form-input-__lf_title_name,
.wrap__newslettersignup .form__group.form-input-__lf_ref_name{
    display: none!important
}

.image_left{
    float:left;
    margin:0 10px 10px 0;
}

.image_right{
    float:right;
    margin:0 0 10px 10px;
}

.image_center{
    margin:10px auto;
    display:block;
}

.image_left, .image_right, .image_center{
    max-width:100%;
}

.text-center, .text-center * {
    text-align: center!important;
}

.cta__container{
    margin: 20px 0 30px;
}

.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 , .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * , .wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .blog__post-content ul, .blog__post-content ol, .article__post-content ul, .article__post-content ol, .article__content.content ul, .article__content.content ol, .testimonials-item--content ul, .testimonials-item--content ol, .testimonials__content ul, .testimonials__content ol {
    clear: none;
}

.article__content .dd-video-wrapper {
    display: flex;
    justify-content: center
}

.articles_page__container img, .article__content img, .article__content .dd-left, .article__content .dd-right{
    width: auto!important;
}

.blog .twocolumns {
    clear: both;
}

/* ----------------- media queries----------------------- */
@media (max-width: 1024px) and (min-width: 768px){
    .wrap__newslettersignup form .form__group {
        width: 30.33%;
        margin-right: 0!important;
    }
}

@media (max-width: 767px){
    .horizontal .form form .form__group, .wrap__newslettersignup .form__group{
        width: 100%!important;
        margin-bottom: 10px;
    }


    .image_left,.image_right, .articles_page__container img, .article__content img, .article__content .dd-left, .article__content .dd-right{
        float:none!important;
        margin: 10px auto!important;
        display: block;
    }
}

@media (max-width: 519px){
    .dd-left, .dd-right{
        float:none!important;
        margin: 10px auto!important;
        display: block;
    }
}

/* ----------------- end of media queries-------------------- */