@charset "utf-8";
:root{
}
:root{
}
.cke_editable .boxed-content{
   padding:1.5rem;
   background-color:transparent;
 }
.cke_editable .boxed-content ul li:before{
    background-color:#f1a943;
  }
.cke_editable .boxed-content.dashed-border.dark-green{
      border-width:4px;
      border-color:#0a3706;
      border-style:dashed;
    }
.cke_editable .boxed-content.dashed-border.light-green{
      border-width:4px;
      border-color:#98b87f;
      border-style:dashed;
    }
.cke_editable .boxed-content.dashed-border.light-red{
      border-width:4px;
      border-color:#9b6962;
      border-style:dashed;
    }
.cke_editable .boxed-content.dashed-border.beige{
      border-width:4px;
      border-color:#f8ede5;
      border-style:dashed;
    }
.cke_editable .boxed-content.dashed-border.light-grey{
      border-width:4px;
      border-color:#eceff4;
      border-style:dashed;
    }
.cke_editable .boxed-content.dashed-border.orange{
      border-width:4px;
      border-color:#f1a943;
      border-style:dashed;
    }
.cke_editable .boxed-content.dashed-border.orange ul li:before{
    background-color:#000;
  }
.cke_editable .boxed-content.framed.dark-green{
      padding:1rem;
      border:4px solid transparent;
      background:conic-gradient(
        from 180deg at top 4px right 4px,
        #0000 90deg,
        #0a3706 0
      ) 100% 0, conic-gradient(
        from 0deg at bottom 4px left 4px,
        #0000 90deg,
        #0a3706 0
      ) 0 100%;
      background-size:50px 50px;
      background-origin:border-box;
      background-repeat:no-repeat;
    }
.cke_editable .boxed-content.framed.light-green{
      padding:1rem;
      border:4px solid transparent;
      background:conic-gradient(
        from 180deg at top 4px right 4px,
        #0000 90deg,
        #98b87f 0
      ) 100% 0, conic-gradient(
        from 0deg at bottom 4px left 4px,
        #0000 90deg,
        #98b87f 0
      ) 0 100%;
      background-size:50px 50px;
      background-origin:border-box;
      background-repeat:no-repeat;
    }
.cke_editable .boxed-content.framed.light-red{
      padding:1rem;
      border:4px solid transparent;
      background:conic-gradient(
        from 180deg at top 4px right 4px,
        #0000 90deg,
        #9b6962 0
      ) 100% 0, conic-gradient(
        from 0deg at bottom 4px left 4px,
        #0000 90deg,
        #9b6962 0
      ) 0 100%;
      background-size:50px 50px;
      background-origin:border-box;
      background-repeat:no-repeat;
    }
.cke_editable .boxed-content.framed.beige{
      padding:1rem;
      border:4px solid transparent;
      background:conic-gradient(
        from 180deg at top 4px right 4px,
        #0000 90deg,
        #f8ede5 0
      ) 100% 0, conic-gradient(
        from 0deg at bottom 4px left 4px,
        #0000 90deg,
        #f8ede5 0
      ) 0 100%;
      background-size:50px 50px;
      background-origin:border-box;
      background-repeat:no-repeat;
    }
.cke_editable .boxed-content.framed.light-grey{
      padding:1rem;
      border:4px solid transparent;
      background:conic-gradient(
        from 180deg at top 4px right 4px,
        #0000 90deg,
        #eceff4 0
      ) 100% 0, conic-gradient(
        from 0deg at bottom 4px left 4px,
        #0000 90deg,
        #eceff4 0
      ) 0 100%;
      background-size:50px 50px;
      background-origin:border-box;
      background-repeat:no-repeat;
    }
.cke_editable .boxed-content.framed.orange{
      padding:1rem;
      border:4px solid transparent;
      background:conic-gradient(
        from 180deg at top 4px right 4px,
        #0000 90deg,
        #f1a943 0
      ) 100% 0, conic-gradient(
        from 0deg at bottom 4px left 4px,
        #0000 90deg,
        #f1a943 0
      ) 0 100%;
      background-size:50px 50px;
      background-origin:border-box;
      background-repeat:no-repeat;
    }
.cke_editable .boxed-content.framed.orange ul li:before{
    background-color:#000;
  }
.cke_editable .boxed-content.filled-box.dark-green{
      background-color:#0a3706;
      color:#fff;
    }
.cke_editable .boxed-content.filled-box.dark-green ul li:before{
    background-color:#fff;
  }
.cke_editable .boxed-content.filled-box.light-green{
      background-color:#98b87f;
    }
.cke_editable .boxed-content.filled-box.light-green ul li:before{
    background-color:#000;
  }
.cke_editable .boxed-content.filled-box.light-red{
      background-color:#9b6962;
      color:#fff;
    }
.cke_editable .boxed-content.filled-box.light-red ul li:before{
    background-color:#fff;
  }
.cke_editable .boxed-content.filled-box.beige{
      background-color:#f8ede5;
    }
.cke_editable .boxed-content.filled-box.light-grey{
      background-color:#eceff4;
    }
.cke_editable .boxed-content.filled-box.light-grey ul li:before{
    background-color:#000;
  }
.cke_editable .boxed-content.filled-box.orange{
      background-color:#f1a943;
    }
.cke_editable .boxed-content.filled-box.orange ul li:before{
    background-color:#000;
  }
.cke_editable .alternating-list{
   padding:0;
   list-style-type:none;
 }
.cke_editable .alternating-list > li{
    background-color:#d9d9d9;
    padding:0.5rem;
  }
.cke_editable .alternating-list > li:before{
      content:unset;
    }
.cke_editable .alternating-list :nth-child(2){
    background-color:transparent;
  }
