﻿body .footer .container dt {
    font-weight: 500;
    padding: 0;
    margin: 0.5em 0 0.75em;
    font-size: 1.125em;
    padding-top: 0;
}

.article blockquote {
    color: #000;
    margin: 0 0 23px;
    padding: 12px 52px 20px 15px;
    font-size: 1.285em;
    line-height: 1.111em;
    background: #f4f4f4;
    border: 0;
    position: relative;
}

    .article blockquote:before {
        content: '';
        position: absolute;
        z-index: 20;
        top: 15px;
        right: 8px;
        width: 32px;
        height: 29px;
        background: url(/images/ashdod/sprite-01.png) no-repeat -145px -40px;
    }

.article img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.umb-grid img {
    padding: 10px 0p;
    max-width: 100%;
}
/*responsive embed video*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper object, .videoWrapper iframe, .videoWrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

li div.has-unpublished-version:before {
    content: none;
}
