.entry-full .wysiwyg h2, .entry-full .wysiwyg h3  {
    font-size: 1.5625rem;
}

#previewBox {
    background: #f5f5f5;
    padding: 20px 20px 15px;
    margin: 0 0 25px;
}
    
#previewBox h1 {
    font-size: 24px;
    line-height: 95%;
    margin: 0 0 17px;
}

#previewBox p {
    line-height: 120%;
    margin: 0 0 15px;
}

#previewBox .option {
    margin: 0;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
    min-height: 54px;
}

#previewBox ul {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    list-style: disc;
}

#previewBox li {
    margin: 0 0 10px;
}
    
.entry-full__tags-item {
    cursor: pointer;
}

.subnav__list>li .long-name {
padding:0.77rem 2.1875rem 0.77rem 0.625rem;
}

.top-under .container {
    text-align:center;
}

div.comments__text {
	word-wrap: break-word;
}

.entry--img .entry__body {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.entry--img .entry__body .entry__title {
    display: block;
    width: 100%;
    flex: none;
}

.add-event {
    margin-bottom: 1.875rem;
}

.entry__title, .event__title {
    max-height: 63px;
    overflow: hidden;
    line-height: 1.32;
}

.entry--img-big .entry__title {
    max-height: 108px;
    overflow: hidden;
}

.entry--img-big .entry__title span { 
    padding-top: 0;
}

.entry.entry--img .entry__title {
    max-height: 56px;
    overflow: hidden;
}

.entry__text {
    max-height: 62px;
    overflow: hidden;
}

/* mobile title */
.service__title {
    display: none !important;
    padding-left: 10px !important;
    text-transform: uppercase !important;
    text-align: left !important;
    font-weight: 400 !important;
}

@media only screen and (max-width: 479px) {
    .service__title {
        display: block !important;
    }
}
    
@media only screen and (max-width: 470px) {
    html > body > div.top-under > div.container > div.hidden.visible-md > ins > iframe {
        height: 100%;
    }
}

@media only screen and (max-width: 630px) {
    html > body > div.top-under > div.container > div.hidden.visible-md > ins > iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .top-under > div > div > ins > a > img {
        height: 100%;
        width: 100%;
    }

    .top-under > div > div > ins > img {
        height: 100%;
        width: 100%;
    }
}

.entry-full ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
