.mce-content-body {
    font-family: 'Man Europe', sans-serif;
    line-height: 1.4;
    font-size: 1rem;
    margin: 12px;
}

.article {
    font-family: 'Man Europe', sans-serif;
    line-height: 1.4;
    font-size: 1em;
}

.mce-content-body a,
.article a {
    transition: color .3s ease-in-out;
    color: inherit;
}

@media (hover: hover) {
    .mce-content-body a:hover,
    .article a:hover {
        color: #e40045;
    }
}

.mce-content-body strong,
.article strong {
    font-weight: bold;
}

.mce-content-body em,
.article em {
    font-style: italic;
}

.mce-content-body p,
.article p {
    margin-bottom: 12px;
}

.mce-content-body p.left,
.article p.left {
    text-align: left;
}

.mce-content-body p.center,
.article p.center {
    text-align: center;
}

.mce-content-body p.right,
.article p.right {
    text-align: right;
}

.mce-content-body p.full,
.article p.full {
    text-align: justify;
}

.mce-content-body h1,
.article h1 {
    margin-bottom: 12px;
    line-height: 1.375;
    font-weight: bold;
    font-size: 2em;
}

.mce-content-body h2,
.article h2 {
    margin-bottom: 12px;
    line-height: 1.375;
    font-weight: bold;
    font-size: 1.5em;
}

.mce-content-body h3,
.article h3 {
    margin-bottom: 12px;
    line-height: 1.375;
    font-weight: bold;
    font-size: 1.18em;
}

.mce-content-body h4,
.article h4 {
    margin-bottom: 12px;
    line-height: 1.375;
    font-weight: bold;
    font-size: 1em;
}

.mce-content-body h5,
.article h5 {
    margin-bottom: 12px;
    line-height: 1.375;
    font-weight: bold;
    font-size: 0.84em;
}

.mce-content-body h6,
.article h6 {
    margin-bottom: 12px;
    line-height: 1.375;
    font-weight: bold;
    font-size: 0.68em;
}

.mce-content-body sub,
.article sub {
    line-height: 1;
    vertical-align: sub;
    font-size: smaller;
}

.mce-content-body sup,
.article sup {
    line-height: 1;
    vertical-align: super;
    font-size: smaller;
}

.mce-content-body figure.image,
.article figure.image {
    margin-bottom: 12px;
}

.mce-content-body figure.image figcaption,
.article figure.image figcaption {
    font-size: 0.88em;
    line-height: 1.2;
    background: #cccccc;
    color: #191919;
    padding: 10px;
}

.mce-content-body div,
.article div {
    margin-bottom: 12px;
}

.mce-content-body table,
.article table {
    margin-bottom: 12px;
}

.mce-content-body table td {
    min-width: 20px;
}

.mce-content-body ul,
.article ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.mce-content-body ol,
.article ol {
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.mce-content-body ul li,
.article ul li,
.mce-content-body ol li,
.article ol li {
    margin-bottom: 12px;
}

.mce-content-body ul li:last-child,
.article ul li:last-child,
.mce-content-body ol li:last-child,
.article ol li:last-child {
    margin-bottom: 0;
}

.mce-content-body hr,
.article hr {
    display: block;
    margin-bottom: 12px;
    background: #000000;
    height: 2px;
    clear: both;
    border: 0;
}

.mce-content-body p:last-child,
.article p:last-child,
.mce-content-body figure.image:last-child,
.article figure.image:last-child,
.mce-content-body div:last-child,
.article div:last-child,
.mce-content-body table:last-child,
.article table:last-child,
.mce-content-body ul:last-child,
.article ul:last-child,
.mce-content-body ol:last-child,
.article ol:last-child,
.mce-content-body hr:last-child,
.article hr:last-child {
    margin-bottom: 0;
}

.mce-content-body img,
.article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mce-content-body div.tinygallery,
.mce-content-body div.tinyvideo {
    box-sizing: border-box;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    position: relative;
    overflow: hidden;
    padding: 4px;
    cursor: move;
}

.mce-content-body div.tinygallery *,
.mce-content-body div.tinygallery *::before,
.mce-content-body div.tinygallery *::after {
    box-sizing: inherit;
}

.mce-content-body div.tinyvideo *,
.mce-content-body div.tinyvideo *::before,
.mce-content-body div.tinyvideo *::after {
    box-sizing: inherit;
}

.mce-content-body div.tinygallery .unpublished,
.mce-content-body div.tinyvideo .unpublished {
    opacity: 0.4;
}

.mce-content-body div.tinygallery .unpublished-text,
.mce-content-body div.tinyvideo .unpublished-text {
    background: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
    position: absolute;
    padding: 6px 10px;
    margin-bottom: 0;
    z-index: 10;
    right: 0;
    top: 0;
}

.mce-content-body div.tinygallery[contenteditable="false"][data-mce-selected] .unpublished-text,
.mce-content-body div.tinyvideo[contenteditable="false"][data-mce-selected] .unpublished-text {
    border-color: #2d8ac7;
}

.article div.tinygallery,
.article div.tinyvideo {
    margin-bottom: 12px;
    display: block;
    background-color: #ffffff;
    background-color: #f5f5f5;
    border: 1px solid rgba(102, 102, 102, 0.6);
    border-radius: 3px;
    line-height: 1.4;
    padding: 6px;
}

.article div.tinyvideo {
    padding: 10px;
}

.mce-content-body div.tinygallery:last-child,
.mce-content-body div.tinyvideo:last-child,
.article div.tinygallery:last-child,
.article div.tinyvideo:last-child {
    margin-bottom: 0;
}

.mce-content-body div.tinygallery:hover,
.mce-content-body div.tinyvideo:hover {
    border: 1px solid #b9b9b9;
}

.mce-content-body div.tinygallery[contenteditable="false"][data-mce-selected],
.mce-content-body div.tinyvideo[contenteditable="false"][data-mce-selected] {
    border: 1px solid #2d8ac7;
    outline: 0;
}

.mce-content-body .tinygallery-title,
.article .tinygallery-title,
.mce-content-body .tinyvideo-title,
.article .tinyvideo-title {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.375;
    font-size: 1.5em;
}

.mce-content-body .tinygallery-title,
.article .tinygallery-title {
    margin-bottom: 0;
}

.mce-content-body .tinygallery-title:last-child,
.article .tinygallery-title:last-child {
    margin-bottom: 0;
}

.mce-content-body .tinygallery-text,
.mce-content-body .tinyvideo-text,
.article .tinygallery-text,
.article .tinyvideo-text {
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-top: 4px;
}

.mce-content-body .tinyvideo-text,
.article .tinyvideo-text {
    margin-top: 10px;
    padding: 0;
}

.mce-content-body .tinygallery-body,
.mce-content-body .tinyvideo-body,
.article .tinygallery-body,
.article .tinyvideo-body {
    overflow: hidden;
    position: relative;
}

.mce-content-body .tinygallery-body ul,
.article .tinygallery-body ul {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mce-content-body .tinygallery-body ul li,
.article .tinygallery-body ul li {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.mce-content-body .tinygallery-body ul li {
    width: 10%;
}

.mce-content-body .tinygallery-body ul li::before,
.article .tinygallery-body ul li::before {
    content: '';
    padding-top: 100%;
    display: block;
    font-size: 0;
    height: 0;
}

.mce-content-body .tinygallery-body ul li .a,
.article .tinygallery-body ul li a {
    display: block;
    position: absolute;
    top: 6px; right: 6px;
    bottom: 6px; left: 6px;
    border-radius: 3px;
    background: #cccccc;
}

.mce-content-body .tinygallery-body ul li .a {
    outline: 0;
}

.article .tinygallery-body ul li a:hover {
    background: #bbbbbb;
}

.mce-content-body .tinygallery-body ul li .a .table,
.article .tinygallery-body ul li a .table {
    display: table;
    width: 100%;
    height: 100%;
}

.mce-content-body .tinygallery-body ul li .a .table-cell,
.article .tinygallery-body ul li a .table-cell {
    display: table-cell;
}

.mce-content-body .tinygallery-body ul li .a .table-cell > span,
.article .tinygallery-body ul li a .table-cell > span {
    position: absolute;
    top: 6px; left: 6px; bottom: 6px; right: 6px;
    display: inline-block;
    font-size: 0;
}

.mce-content-body .tinygallery-body ul li .a .table-cell > span > span,
.article .tinygallery-body ul li a .table-cell > span > span {
    display: inline-block;
    position: relative;
    top: 0px; left: 0px; bottom: 0px; right: 0px;
    width: 100%;
    height: 100%;
}

.mce-content-body .tinygallery-body ul li .a .table-cell img,
.article .tinygallery-body ul li a .table-cell img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative; top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto !important;
}

.mce-content-body .tinygallery-body ul li .a .table-cell .video,
.article .tinygallery-body ul li a .table-cell .video {
    opacity: 0.9;
    display: block;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 32px;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mce-content-body .tinygallery-body ul li .a .table-cell .video::before,
.article .tinygallery-body ul li a .table-cell .video::before  {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
}

.article .tinyvideo video {
    display: block;
    width: 100%;
}

.mce-content-body .tinyvideo-body .video {
    opacity: 0.9;
    display: block;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 64px;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mce-content-body .tinyvideo-body .video::before  {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-9px, -50%);
    -ms-transform: translate(-9px, -50%);
    transform: translate(-9px, -50%);
}

@media (min-width: 440px) {
    .article .tinygallery-body ul li {
        width: 33.3333%;
    }
}

@media (min-width: 560px) {
    .article .tinygallery-body ul li {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .article .tinygallery-body ul li {
        width: 20%;
    }
}

@media (min-width: 860px) {
    .article .tinygallery-body ul li {
        width: 16.666666%;
    }
}

@media (min-width: 940px) {
    .article .tinygallery-body ul li {
        width: 12.5%;
    }
}

.mce-content-body .content-btn,
.article .content-btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    line-height: 1;
    font-size: 0.875rem;
    transition: background-color .3s ease;
    font-weight: bold;
    padding: 16px;
    color: #ffffff;
    border: 0;
    flex-grow: 1;
}

.mce-content-body .content-btn:not([data-mce-selected]),
.article .content-btn {
    background-color: #e40045;
}

@media (hover: hover) {
    .mce-content-body .content-btn:not([data-mce-selected]):hover,
    .article .content-btn:hover {
        background-color: #ac003f;
        color: #ffffff;
    }

    .article .content-btn:hover {
        cursor: pointer;
    }
}

.article .content-btn[disabled] {
    pointer-events: none;
    opacity: 0.4;
}