@import "https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap";
audio, canvas, progress, video {
    max-width: 100%;
}
.longform-form {
    width: 100%;
    background: #fff;
    padding-right: 300px;
}
.longform-form .body-content {
    background: #fff;
    padding: 0;
}
.longform-form .body-content .content-info .forms-content .item-content-list {
    padding: 0px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 100%;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text {
    padding: 0px 0px;
    font-size: 13px;
    position: relative;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text h1 {
    margin: 0px;
    font-size: 24px;
    text-align: center;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text h2 {
    margin: 0px;
    font-size: 22px;
    text-align: center;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text h3 {
    margin: 0px;
    font-size: 17px;
    text-align: center;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text h4 {
    margin: 0px;
    font-size: 14px;
    text-align: left;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text h5 {
    margin: 0px;
    font-size: 12px;
    text-align: left;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text h6 {
    margin: 0px;
    font-size: 11px;
    text-align: left;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text p {
    margin: 0px;
    min-height: 18px;
    display: block;
    padding: 3px 5px;
    width: max-content;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text .text-paragraph {
    max-width: 100%;
    word-wrap: break-word;
    min-height: 1px;
    padding: 3px;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text .text-paragraph h1 {
    text-align: center;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text .text-edit-word {
    min-height: 125px;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text .text-edit-image {
    min-height: 55px;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text .text-edit-image div.edit-img {
    min-height: 55px;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text .tool-insert-data {
    display: none;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text:hover .tool-insert-data {
    display: block;
    position: absolute;
    top: 35%;
    left: 40%;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text:hover .tool-insert-data span {
    display: inline-block;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text:hover .tool-insert-data span i {
    color: #606060;
    font-size: 15pt;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text:hover .tool-insert-data span:hover i {
    color: forestgreen;
    cursor: pointer;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text:hover .tool-editor-text {
    display: block;
}
.longform-form .body-content .content-info .forms-content .item-content-list .inline-text[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555;
}
.longform-form .body-content .content-info .forms-content .item-content-list li {
    list-style: none;
}
.longform-form .body-content .content-info .forms-content .item-content-list textarea {
    border: none;
    width: 100%;
    min-height: 1px;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text {
    display: none;
    position: absolute;
    bottom: 100%;
    z-index: 1090;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul {
    background: #f8f8f8;
    padding: 0px;
    border: 1px solid #f0f0ee;
    margin: 0px;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul li {
    float: left;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #d8d8d8;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul li>a {
    display: block;
    padding: 5px;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    min-height: 65px;
    background: #fff;
    text-shadow: 1px 3px 1px 1px #ccc;
    z-index: 1090;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul li>ul.fore-color {
    width: 280px;
    max-height: 200px;
    overflow-y: scroll;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul li>ul.fore-color>li {
    display: table-cell;
    width: 32px;
    height: 32px;
    display: block;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul li:last-child {
    border-right: none;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul li:first-child {
    border-left: none;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul li.open:hover>ul {
    display: block;
}
.longform-form .body-content .content-info .forms-content .item-content-list .tool-editor-text ul:after {
    clear: both;
    content: "";
    position: relative;
    display: block;
}
.longform-form .body-content .content-info .forms-content .item-content-add {
    text-align: center;
    background: #f8f8f8;
    padding: 25px 25px;
    cursor: pointer;
}
.longform-form .body-content .content-info .forms-content .item-content-add .icon-plus i {
    font-size: 25pt;
    color: forestgreen;
}
.longform-form .body-content .content-info .forms-content .item-content-add:hover {
    background-color: forestgreen;
}
.longform-form .body-content .content-info .forms-content .item-content-add:hover .icon-plus i {
    color: #333;
}
.longform-form .body-content .content-info .forms-content .item-content-add:hover .icon-plus:hover i {
    color: #fff;
}
.longform-form .body-content .content-info .forms-tools {
    position: fixed;
    top: 60px;
    right: 0px;
    width: 420px;
    background: #e6e6e6;
    height: calc(100%-60px);
    /* overflow: hidden;*/
    transition: all 0.2s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.longform-form .body-content .content-info .forms-tools .tool-views {
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.longform-form .body-content .content-info .forms-tools .tool-views .nav-tabs {
    border: none;
}
.longform-form .body-content .content-info .forms-tools .tool-views .nav-tabs>li.active>a {
    background: #f8f8f8 !important;
}
.longform-form .body-content .content-info .forms-tools .tool-views a.list-group-item:hover, .longform-form .body-content .content-info .forms-tools .tool-views a.list-group-item:active {
    background-color: #ff5757;
}
.longform-form .body-content .content-info .forms-tools .panel-body {
    overflow-y: scroll;
    position: fixed;
    height: 90%;
    background-color: #f8f8f8;
    display: block;
    width: 100%;
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.longform-form .body-content .content-info .forms-tools .panel-body::-webkit-scrollbar {
    width: 2px;
}
.longform-form .body-content .content-info .forms-tools .panel-body::-webkit-scrollbar:horizontal {
    height: 2px;
}
.longform-form .body-content .content-info .forms-tools .panel-body::-webkit-scrollbar-track {
    background-color: #333;
}
.longform-form .body-content .content-info .forms-tools .panel-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.longform-form .body-content .content-info .forms-tools .panel-body::-webkit-scrollbar-thumb:hover {
    background-color: #222;
}
.longform-form .body-content .content-info .forms-tools .table-form-item {
    background: #606060;
}
.longform-form .w-100 {
    width: 100%;
}
.longform-form .text-left {
    text-align: left;
}
.longform-form .text-right {
    text-align: right;
}
.longform-form .text-center {
    text-align: center;
}
.longform-form .breadcrumb {
    width: 60%;
    float: left;
}
.longform-form .row-clear:after {
    clear: both;
    position: relative;
    display: table;
    content: "";
}
.longform-form .container-fluid .page-header.page-header-block {
    margin: 0px !important;
}
#longform-content .fr-view {
    padding: 0;
}
#editor_inline:focus {
    border: 1px dashed #AAA !important;
    outline: auto;
}
.longform-form .longform-content-wrap {
    background-color: #d9d9d9;
    height: 100%;
    position: relative;
}
.longform-form .longform-content-wrap .content-wrap {
    overflow-y: scroll;
    top: 60px;
    width: calc(100% - 480px);
    position: fixed;
    margin: 5px 30px 25px 30px;
    height: calc(100% - 85px);
    border: 1px dashed #AAA;
    background-color: #fff;
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.longform-form .longform-content-wrap .content-wrap::-webkit-scrollbar {
    width: 1px;
}
.longform-form .longform-content-wrap .content-wrap::-webkit-scrollbar:horizontal {
    height: 1px;
}
.longform-form .longform-content-wrap .content-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}
.longform-form .longform-content-wrap .content-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.longform-form .longform-content-wrap .content-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #222;
}
.longform-form .longform-content-wrap .editor_content {
    background-color: #fff;
    width: 100%;
    border: none !important;
    margin-bottom: 0px !important;
}
.longform-form .longform-content-wrap .editor_content img {
    max-width: 100%;
}
.open-sidebar .longform-content-wrap .content-wrap {
    width: calc(100% - 100px);
}
.tox .tox-dialog--width-lg {
    height: 685px !important;
}
.longform-body {
    padding: 0;
    font-family: "Noto Serif", sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.longform-body .h1, .longform-body .h2, .longform-body .h3, .longform-body h1, .longform-body h2, .longform-body h3 {
    margin-top: 5px;
}
.longform-body img.fr-dii {
    margin: 0;
    max-width: 100%;
}
.longform-body table {
    border-spacing: 0px;
}
.longform-body table th {
    border: none !important;
    padding: 0 !important;
}
.longform-body table td {
    border: none !important;
    padding: 0 !important;
}
.longform-body h1 {
    text-align: center;
    letter-spacing: 0px;
    font-family: "Noto Serif", serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
}
.longform-body h1 strong {
    font-weight: 400;
    width: 900px;
    margin: 18px auto;
    display: block;
    font-size: 4em;
    line-height: 1.1;
    padding: 0 5%;
    letter-spacing: -3px;
}
.longform-body h1 strong:after {
    display: none;
}
.longform-body h1 img {
    width: 100% !important;
    height: auto;
}
.longform-body h1 em {
    display: none;
}
.longform-body h1 .cms-video {
    margin: 0 0 20px;
}
.longform-body h1 .cms-video figcaption {
    display: none;
}
.longform-body h1 .cms-video .player .play-wrapper {
    display: none;
}
.longform-body h1 .cms-video .player .controllers {
    display: none;
}
.longform-body h1 .cms-video .player .media-control[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] {
    bottom: -20px;
    top: auto;
}
.longform-body h1 .cms-video .player .media-control[data-media-control] .media-control-background[data-background] {
    background: none;
}
.longform-body h1 .cms-video .player:hover .media-control[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] {
    bottom: -18px;
}
.longform-body h1 .cms-video .player .ended .player-poster[data-poster] {
    background: none;
}
.longform-body h2 {
    text-align: center;
    letter-spacing: 0px;
    font-family: "Noto Serif", serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1.2;
    position: relative;
    font-size: 1.2em;
    text-align: left;
    clear: none;
    width: 660px;
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body h2 img {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    margin-right: 15px;
    max-width: 165px;
    margin-top: 0;
}
.longform-body h2 strong:after {
    content: "";
    width: 200px;
    height: 2px;
    display: block;
    background: #000;
    margin: 50px auto;
}
.longform-body h2 img.align-left {
    right: 100%;
    margin-right: 20px;
}
.longform-body h2 img.align-right {
    left: 100%;
    margin-left: 20px;
}
.longform-body h3 {
    text-align: center;
    letter-spacing: 0px;
    font-family: "Noto Serif", serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    /* width: 660px;*/
    margin: 0 auto 20px auto;
    float: none;
    font-size: 2.4em;
    margin-top: 80px;
    padding: 0;
}
.longform-body h3 strong {
    font-weight: 400;
    padding: 60px 15% 30px;
    display: inline-block;
}
.longform-body h3 strong:before {
    content: "";
    width: 200px;
    height: 1px;
    display: block;
    background: #000;
    margin: -40px auto 50px;
}
.longform-body h3 strong:after {
    display: none;
}
.longform-body h3 img {
    display: inline-block;
    width: auto;
    height: auto;
}
.longform-body h3 em {
    display: none;
}
.longform-body h4 {
    text-align: center;
    letter-spacing: 0px;
    font-family: "Noto Serif", serif;
    text-transform: uppercase;
    font-weight: 700;
}
.longform-body h5 {
    font-family: "Noto Serif", serif;
    text-transform: uppercase;
    font-weight: 700;
}
.longform-body .notebox {
    font-family: sans-serif;
    width: 660px;
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body .notebox h3 {
    margin: 10px 0;
}
.longform-body .inpage {
    padding: 0;
}
.longform-body p {
    line-height: 28px;
    width: 660px;
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body p picture {
    display: block;
    text-align: center;
}
.longform-body p img {
    width: 100%;
    height: auto;
}
.longform-body p img.align-left {
    width: auto;
    height: auto;
    max-width: 480px;
    margin-left: -200px;
    margin-right: 30px;
    margin-bottom: 16px;
    float: left;
}
.longform-body p img.align-right {
    width: auto;
    height: auto;
    max-width: 480px;
    float: right;
    margin-right: -200px;
    margin-left: 30px;
    margin-bottom: 16px;
}
.longform-body h1+h2 {
    font-size: 1.2em;
    width: 660px;
    margin: 18px auto;
    display: block;
    line-height: 1.5;
    text-align: center;
    clear: both;
}
.longform-body .interview {
    width: 660px;
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body .livestream {
    width: 660px;
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body .topics {
    width: 660px;
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body .topics li:not(.author) {
    display: none;
}
.longform-body .topics .author {
    display: block;
}
.longform-body [id*="livestream"] {
    width: 660px;
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body div {
    /*     width: 660px;*/
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body table[align="center"] {
    width: 660px;
    margin: 0 auto 20px auto;
    float: none;
}
.longform-body .dropcap:first-letter {
    background: none;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}
.longform-body p+h2 {
    margin-top: 20px;
}
.longform-body p+h3 {
    margin-top: 20px;
}
.longform-body h3+p:not(.dropcap):not(.question):not(.answer):first-letter {
    font-size: 52px;
    line-height: 48px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    padding: 0 0px 5px 0px;
    color: inherit;
    font-weight: bold;
}
.longform-body h2+h3 strong:before {
    display: none;
}
.longform-body h1+h3 {
    clear: both;
}
.longform-body h3+h2 {
    margin-top: 40px;
}
.longform-body table.picture {
    background: #fff;
    width: 800px;
    margin: 15px auto;
    float: none;
}
.longform-body table.picture .btnSlideshow {
    display: none;
}
.longform-body table.picture .pic em {
    display: none;
}
.longform-body table.picture .pic img {
    width: 100%;
}
.longform-body table.picture .caption {
    font-size: 0.8em;
    color: #666;
    padding-top: 8px;
    line-height: 1.5;
}
.longform-body table.picture figcaption {
    font-size: 0.8em;
    color: #666;
    padding-top: 8px;
    line-height: 1.5;
}
.longform-body div.video {
    position: relative;
    background: #fff;
    width: 800px;
    margin: 20px auto;
    float: none;
}
.longform-body div.video {
    padding-top: 0px !important;
}
.longform-body .video-item {
    background: #fff;
    width: 800px;
    margin: 50px auto;
    float: none;
}
.longform-body div.video .caption {
    font-size: 0.8em;
    color: #666;
    padding-top: 8px;
    line-height: 1.5;
}
.longform-body div.video figcaption {
    font-size: 0.8em;
    color: #666;
    padding-top: 8px;
    line-height: 1.5;
}
.longform-body iframe.video {
    background: #fff;
    width: 800px;
    margin: 20px auto;
    float: none;
}
.longform-body table.picture[align="left"] {
    width: auto;
    height: auto;
    max-width: 450px;
    float: left;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.longform-body div.video[align="left"] {
    width: auto;
    height: auto;
    max-width: 450px;
    float: left;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.longform-body table.picture[align="right"] {
    width: auto;
    height: auto;
    max-width: 450px;
    float: right;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.longform-body div.video[align="right"] {
    width: auto;
    height: auto;
    max-width: 450px;
    float: right;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.longform-body blockquote {
    border-left: 3px solid #d43920 !important;
    padding-left: 20px !important;
    color: #d43920 !important;
    max-width: 640px;
    margin: 15px auto !important;
}
.longform-body blockquote p {
    margin: 0;
    width: 100%;
    font-style: italic !important;
    font-size: 1.5em !important;
}
.longform-body blockquote>p:before {
    display: none !important;
}
.longform-body blockquote>p:after {
    display: none !important;
}
.body-tablet {
    width: 768px !important;
    margin: 15px auto;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 5px;
}
.body-tablet:after {
    position: fixed;
    z-index: -1;
    top: 92px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    content: "";
}
.body-tablet .longform-body>figure.video {
    width: auto !important;
}
.body-tablet .longform-body>table.picture {
    width: auto !important;
}
.body-tablet .longform-body>h2 strong {
    width: auto !important;
}
.video {
    width: 100%;
}
.body-mobile {
    width: 425px !important;
    margin: 15px auto;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 5px 15px;
}
.body-mobile:after {
    position: fixed;
    z-index: -1;
    top: 92px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    content: "";
}
.body-mobile .longform-body>figure.video {
    width: auto !important;
}
.body-mobile .longform-body>table.picture {
    width: auto !important;
}
.body-mobile .longform-body>h1 {
    width: auto !important;
}
.body-mobile .longform-body>h1 strong {
    width: auto !important;
}
.body-mobile .longform-body>h2 {
    width: auto !important;
}
.body-mobile .longform-body>h2 strong {
    width: auto !important;
}
.body-mobile .longform-body>h3 {
    width: auto !important;
}
.body-mobile .longform-body>h3 strong {
    width: auto !important;
}
.body-mobile .longform-body>h4 {
    width: auto !important;
}
.body-mobile .longform-body>h4 strong {
    width: auto !important;
}
.body-mobile .longform-body>h5 {
    width: auto !important;
}
.body-mobile .longform-body>h5 strong {
    width: auto !important;
}
.body-mobile .longform-body>h6 {
    width: auto !important;
}
.body-mobile .longform-body>h6 strong {
    width: auto !important;
}
.body-mobile .longform-body>p {
    width: auto !important;
}
.body-mobile .longform-body>p strong {
    width: auto !important;
}
.body-mobile .longform-body>table[align=center] {
    width: auto !important;
}
.body-mobile .longform-body>table[align=center] strong {
    width: auto !important;
}
.longform-breadcrumb {
    margin-bottom: 0;
}
.longform-breadcrumb:after {
    display: none;
}
.longform-header {
    padding-bottom: 0;
}
.longform-share {
    text-align: center;
}
.longform-share li {
    float: none;
}
.longform-comment {
    width: 50%;
    margin: 10px 25%;
}
.longform {
    margin: 0;
    border: 0;
}
.longform .main {
    padding: 0;
}
.longform-credit {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    padding-top: 30px;
}
.longform-credit:before {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    background: #888;
}
.longform-credit * {
    text-align: center;
}
.longform-credit p {
    font-family: sans-serif;
    font-size: 0.9em;
    color: #333;
}
.longform-credit p.support {
    color: #888;
}
.longform-credit .author {
    display: block;
    font-weight: bold;
}
.recommendation {
    display: block;
    border-top: 50px solid #fff;
}
.recommendation header {
    text-align: center;
}
.recommendation header h3 {
    font-weight: 300;
    font-size: 2.4em;
}
.recommendation .section-content {
    float: left;
    position: relative;
    left: 50%;
    width: 940px;
    margin-left: -470px;
}
.display-none {
    display: none;
}
.display-block {
    display: block !important;
}
.display-inlieblock {
    display: inline-block !important;
}
.fr-toolbar {
    z-index: 1090 !important;
}
.fr-popup.fr-active {
    z-index: 1190 !important;
}
.form-layout-list .item-layout {
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
    display: block;
    overflow: hidden;
}
.form-layout-list .item-layout:active, .form-layout-list .item-layout:hover {
    border: 2px solid red;
}
.form-layout-list .item-layout.active {
    background-color: forestgreen;
    color: #fff;
}
.text-inline-color {
    margin: 0px;
}
.text-inline-color>li {
    position: relative;
    list-style: none;
}
.text-inline-color>li>a {
    color: #f0f0f0;
    display: block;
    padding: 5px 10px;
    text-align: center;
}
.text-inline-color>li>ul {
    display: none;
    position: fixed;
    z-index: 1050;
    transition: all 0.5s;
    top: 31%;
    right: 0px;
    width: 0px;
    height: 280px;
    overflow-y: scroll;
    padding: 5px 0px 5px 5px;
}
.text-inline-color>li>ul>li {
    list-style: none;
    width: 32px;
    height: 32px;
    float: left;
}
.text-inline-color>li>ul:after {
    clear: both;
    display: table;
    position: relative;
    content: "";
}
.text-inline-color>li.open>ul {
    display: block;
    transition: all 0.5s;
    width: 280px;
}
[contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block;
}
div[contenteditable=true] {
    border: 1px dashed #AAA;
    padding: 5px;
}
#accordion .card {
    border-bottom: 1px solid #333;
}
#accordion .card h5 {
    margin: 0px;
}
#accordion .card h5 i {
    color: #f0f0f0;
    position: relative;
    top: 5px;
    right: 5px;
}
#accordion .card .btn.btn-link {
    color: #f0f0f0;
}
#accordion .card .collapse {
    overflow: hidden;
}
#accordion .item-content-list-layout .btn.btn-link {
    color: #000 !important;
}
.sidebar-minimized .sidebar.sidebar-left~#main .longform-form {
    padding-left: 0px;
}
.forms-tools .CodeMirror {
    max-height: 150px;
}
.forms-tools .panel {
    border-radius: 0;
}
.CodeMirror-sizer {
    caret-color: red;
}
.colorpicker {
    z-index: 1;
}
.colorpicker-preview {
    width: 18px;
    height: 18px;
    background-color: #FFF;
    display: block;
}
.longform-form.open-sidebar {
    padding-right: 0;
}
.longform-form.open-sidebar .body-content .content-info .forms-tools {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
}
@media (max-width: 1023px) {
    .longform-comment {
        width: 100%;
        margin: 10px 0;
        padding: 0 5%;
    }
    .longform {
        padding: 0;
    }
}
@media (min-width: 1280px) {
    .longform-body table.picture {
        width: 1024px;
    }
    .longform-body h2 img {
        max-width: 290px;
    }
}
@media (min-width: 1366x) {
    .longform-body h2 img {
        /*max-width: 320px;*/
    }
}
@media (max-width: 991px) {
    .longform {
        padding: 0;
    }
    .longform img {
        max-width: 100%;
    }
    .longform-body .interview {
        width: 100%;
    }
    .longform-body .livestream {
        width: 100%;
    }
    .longform-body .notebox {
        width: 100%;
        width: 80%;
        margin-left: 10%;
    }
    .longform-body .topics {
        width: 100%;
        width: 80%;
        margin-left: 10%;
    }
    .longform-body [id*="livestream"] {
        width: 100%;
    }
    .longform-body div {
        width: 100%;
    }
    .longform-body h2 {
        width: 100%;
        width: 80%;
        margin-left: 10%;
    }
    .longform-body h2 strong {
        width: 100%;
    }
    .longform-body h2 img {
        float: left;
        position: relative;
        right: 0;
        margin-bottom: 20px;
    }
    .longform-body h3 {
        width: 100%;
        width: 80%;
        margin-left: 10%;
    }
    .longform-body p {
        width: 80%;
    }
    .longform-body p img {
        /*max-width: 320px;*/
        margin: 0 auto;
    }
    .longform-body p img.align-left {
        margin: 15px 0;
        float: none;
        max-width: 100%;
    }
    .longform-body p img.align-right {
        margin: 15px 0;
        float: none;
        max-width: 100%;
    }
    .longform-body table[align="center"] {
        width: 100%;
        width: 80%;
        margin-left: 10%;
    }
    .longform-body h1+h2 {
        width: 100%;
        margin: 18px 0;
    }
    .longform-body h1 strong {
        width: 100%;
        font-size: 3em;
    }
    .longform-body figure.video {
        width: 100%;
        margin: 0;
        height: auto;
        position: relative;
    }
    .longform-body figure.video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .longform-body figure.video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .longform-body figure.video .caption {
        padding: 5px 20px !important;
    }
    .longform-body figure.video figcaption {
        padding: 5px 20px !important;
    }
    .longform-body table.picture .caption {
        padding: 5px 20px !important;
    }
    .longform-body table.picture figcaption {
        padding: 5px 20px !important;
    }
    .longform-body .video-item, .longform-body div.video {
        max-width: 100%;
    }
    .longform-credit {
        float: none;
        clear: both;
    }
}
@media (max-width: 575.99px) {
    .longform-body table[align="center"] {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .longform-form {
        padding-right: 0;
    }
    .forms-tools {
        position: fixed;
        right: -420px;
    }
}

.longform-body .box-longform-item div, .longform-body .box-longform-item p {
    width: auto;
}

    .longform-body .box-longform-item div.picture, .longform-body .box-longform-item div .pic {
        margin: 0px auto;
    }

.longform-body .box-longform-item p {
    padding: 0px 15px;
    margin: 0px auto;
}

.body-mobile .longform-body .box-longform-item {
    width: auto !important;
    height: auto !important;
}

    .body-mobile .longform-body .box-longform-item div, .body-mobile .longform-body .box-longform-item p {
        width: auto;
    }

        .body-mobile .longform-body .box-longform-item div.picture, .body-mobile .longform-body .box-longform-item div .pic {
            margin: 0px auto;
        }

    .body-mobile .longform-body .box-longform-item p {
        padding: 0px 15px;
        margin: 0px auto;
    }

@media (max-width: 575.99px) {
    .longform-body table[align="center"] {
        width: 100%;
        margin-left: 0;
    }

    .longform-body .box-longform-item {
        width: auto !important;
        height: auto !important;
    }
}
