@charset "UTF-8";
.content_preview, .cke_editable, .cke_panel_listItem {
    /* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
  font-size: 13px; }
  .content_preview h1, .content_preview h2, .content_preview h3, .content_preview h4, .cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_panel_listItem h1, .cke_panel_listItem h2, .cke_panel_listItem h3, .cke_panel_listItem h4 {
    font-family: "Rubik", sans-serif; }
  .content_preview h1, .cke_editable h1, .cke_panel_listItem h1 {
    font-size: 2.6rem; }
  .content_preview h2, .cke_editable h2, .cke_panel_listItem h2 {
    font-size: 2rem;
    font-weight: 400; }
  .content_preview h3, .cke_editable h3, .cke_panel_listItem h3 {
    font-family: "Rubik", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 12px; }
  .content_preview a, .cke_editable a, .cke_panel_listItem a {
    color: #007eb3; }
  .content_preview img, .cke_editable img, .cke_panel_listItem img {
    width: 100% !important;
    height: auto !important; }
  .content_preview a, .cke_editable a, .cke_panel_listItem a {
    font-weight: 400; }
  .content_preview img.w-50, .cke_editable img.w-50, .cke_panel_listItem img.w-50 {
    width: 50% !important;
    height: auto; }
  .content_preview img.w-60, .cke_editable img.w-60, .cke_panel_listItem img.w-60 {
    width: 60% !important;
    height: auto; }
  .content_preview img.w-75, .cke_editable img.w-75, .cke_panel_listItem img.w-75 {
    width: 75% !important;
    height: auto; }
  .content_preview img.h-40, .cke_editable img.h-40, .cke_panel_listItem img.h-40 {
    height: 40px !important;
    width: auto !important;
    max-width: 100%; }
  .content_preview img.center, .cke_editable img.center, .cke_panel_listItem img.center {
    width: 50% !important;
    display: block;
    margin: 0 auto; }
  .content_preview img.left, .cke_editable img.left, .cke_panel_listItem img.left {
    float: left;
    width: 50% !important;
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 6px; }
  .content_preview img.emoticon, .cke_editable img.emoticon, .cke_panel_listItem img.emoticon {
    width: 23px !important;
    height: 23px !important; }
  .content_preview .page-title, .cke_editable .page-title, .cke_panel_listItem .page-title {
    padding: 0 15px;
    margin-bottom: 40px; }
  .content_preview p, .cke_editable p, .cke_panel_listItem p {
    margin-bottom: 12px; }
  .content_preview h2, .cke_editable h2, .cke_panel_listItem h2 {
    margin-top: 50px;
    margin-bottom: 12px; }
  .content_preview h2:first-child, .cke_editable h2:first-child, .cke_panel_listItem h2:first-child {
    margin-top: 0; }
  .content_preview ul, .cke_editable ul, .cke_panel_listItem ul {
    margin: 0 0 12px 0;
    padding: 0; }
    .content_preview ul li, .cke_editable ul li, .cke_panel_listItem ul li {
      list-style: none;
      background-image: url("../images/li.svg");
      background-repeat: no-repeat;
      background-position: left 5px;
      background-size: 13px 13px;
      padding: 0 0 0 20px;
      margin: 0 0 12px 0; }
      .content_preview ul li:last-child, .cke_editable ul li:last-child, .cke_panel_listItem ul li:last-child {
        margin-bottom: 0; }
  .content_preview ul.linklist li, .cke_editable ul.linklist li, .cke_panel_listItem ul.linklist li {
    background-image: none;
    border-bottom: 1px dotted #adabad;
    padding: 10px 25px;
    margin: 0; }
    .content_preview ul.linklist li img, .cke_editable ul.linklist li img, .cke_panel_listItem ul.linklist li img {
      float: none !important;
    }
