
.editor {

  font-size: 18px;
  padding: 0px 0;
  color: @gray;

  .destak {}
  .destak__half {}
  .destak__half-left { .destak__half; }
  .destak__half-right { .destak__half; }

  img {
    max-width: 100% !important;
  }
  
  ul { overflow: hidden; }
  b { .f_med; }
  p { margin-bottom: 20px; }
  p:last-child { margin-bottom: 0; }
  a { 
    color: @red;
    text-decoration: underline;
  }
  a:hover { text-decoration: underline; }
  h1, h2, h3, h4, h5, h6 { 
  }
  h1{
    font-size: 22px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
    .f_med;
    color: @red;
  }
  h2{
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: @gray;
    .f_reg;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: @gray;
    .f_reg;
  }
  ul {
    padding: 0px 50px;
  }
  h1:first-child,
  h2:first-child,
  h3:first-child {
    margin-top: 0; 
  }
  p.small {
    font-size: 13px;
  }
  .no_spacing { margin-bottom: 0; }
  .upper { text-transform: uppercase; }

  table {
    .reset;
    max-width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
    th {
      height: 70px;
      line-height: 70px;
      vertical-align: middle;
      font-size: 22px;
      .f_med;
      color: @gray;
      background-color: #f0f0f0;
    }
    td { 
      padding: 20px; 
      border-bottom: solid 1px #d4d4d4;
    }
    td.no_border { borer: 0; }
  }
}
.editor > h1,
.editor > h2 { padding-top: 0; }
.editor__third-left {
  width: 26.43%;
  float: left;
  margin: 0 20px 10px 0;
  img { width: 100%; }
}
.editor__third-right {
  width: 26.43%;
  float: right;
  margin: 0 0px 10px 20px;
  img { width: 100%; }
}
.editor__half-left {
  width: 43.18%;
  float: left;
  margin: 0 20px 10px 0;
  img { width: 100%; }
}
.editor__half-right {
  width: 43.18%;
  float: right;
  margin: 0 0px 10px 20px;
  img { width: 100%; }
}
.editor__big_half-left {
  width: 64.36%;
  float: left;
  margin: 0 20px 10px 0;
  img { width: 100%; }
}
.editor__big_half-right {
  width: 64.36%;
  float: right;
  margin: 0 0px 10px 20px;
  img { width: 100%; }
}

.editor__img-left {
  float: left;
  margin: 0 20px 10px 0;
  img { width: 100%; }
}
.editor__img-right {
  float: right;
  margin: 0 0px 10px 20px;
  img { width: 100%; }
}

.editor__full {
  width: 100%;
  margin: 0 0px 20px 0px;
  img { width: 100%; }
}
.editor__isotope { 
  width: 102%; 
  margin-left: -1%;
}
.editor__isotope-item { 
  width: 48%;
  margin: 0 1%;
  margin-bottom: 2%;
  float: left;
  img { width: 100%; }
}
@media only screen and (max-width: @ipadPortrait){
  .editor__third-left,
  .editor__third-right { width: 31.48%; }
  .editor__big_half-left,
  .editor__big_half-right { width: 60%; }
}
@media only screen and (max-width: @mobile){
  .editor {
    .destak__half,
    .destak__half-left,
    .destak__half-right,
    .destak {
      width: 100% !important;
    }
    .destak__half-left { margin-right: 0; }
    .destak__half-right { margin-left: 0; }
  }
  .editor .editor__page_title,
  .editor .editor__page_subtitle { clear: both; }
  .editor .editor__page_title { 
    font-size: 26px;
    line-height: 26px;
  }
  .editor .editor__page_subtitle { 
    font-size: 22px;
    line-height: 22px;
  }
  .editor__third-left,
  .editor__third-right { width: 48%; }
  .editor__half-left,
  .editor__half-left,
  .editor__big_half-left,
  .editor__big_half-right { width: 100%; }
  .editor__isotope { 
    width: 100%; 
    margin-left: 0;
  }
  .editor__isotope-item { 
    width: 100%;
  }
  .editor__social {
    margin-right: 20px;
  }
}

.mceContentBody { 
  font-size: 13pt; 
  background-color: #fff;
  .editor;
}