/*---WYSIWYG---*/
.WYSIWYG {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.WYSIWYG blockquote {
    position: relative;
    background-color: #f1f2f4;
    border-left: 5px solid #10924d;
    padding: 32px 55px 37px;
    margin: 33px 0;
}
.WYSIWYG blockquote p {margin: 0;}
.WYSIWYG blockquote:before {
    content: "";
    display: block;
    position: absolute;
    top: 37px;
    left: 22px;
    height: 11px;
    width: 15px;
    background: url("/i/sprite.png") no-repeat center center;
    background-position: -129px -54px;
}

.WYSIWYG  figcaption {
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-top: -20px;
    margin-bottom: 30px;
    color: #9f9189;
}
.WYSIWYG h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #000;
}
.WYSIWYG h2 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.WYSIWYG h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
}
.WYSIWYG h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.WYSIWYG iframe {width: 100%;}
.WYSIWYG p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
}

.WYSIWYG ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.WYSIWYG ul li, .WYSIWYG_ul li {
    line-height: 20px;
    position: relative;
    margin: 0 0 6px;
    padding: 0 0 0 16px;
}
/*.WYSIWYG_ul {margin-left: -20px;}*/
.WYSIWYG_ul li { margin: 0 0 6px;}
.WYSIWYG ul li:before, .WYSIWYG_ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    background: #f79627;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.WYSIWYG ul ul {margin: 0;}
.WYSIWYG ul ul li {
    font-size: 13px;
    margin: 0;
}
.WYSIWYG ul ul li:before {display: none;}

.WYSIWYG ol {
    counter-reset: ol_list;
    list-style-type: none;
    color: #4a4a4a;
    margin: 0;
    padding: 0;
}
.WYSIWYG ol li {
    line-height: 25px;
    position: relative;
    margin: 0 0 6px;
    padding: 0;
}
.WYSIWYG ol li:before {
    counter-increment: ol_list;
    content: counter(ol_list)".";
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
    color: #4a4a4a;
    margin-right: 5px;
}

.WYSIWYG table {margin: 10px 0 40px;}
.WYSIWYG table.no_border td {
    padding: 10px;
    border: 0;
}
.WYSIWYG .no_border.row {
    width: 100%;
    margin-left: -12px;
}
.WYSIWYG .no_border.row hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.WYSIWYG table.no_border.row td {
    padding: 20px 12px;
    vertical-align: top;
}
.WYSIWYG table.no_border.row tr:first-child td {
    padding-bottom: 15px;
    border-bottom: 2px solid #d7d7d7;
}
.WYSIWYG td {
    padding: 10px;
    border: 1px solid #d7d7d7;
}

.WYSIWYG img {
    display: block;
    max-width: 100%;
    margin: 25px auto;
}
.WYSIWYG img[align=left] {
    float: left;
    margin-right: 18px;
}
.WYSIWYG img[align=right] {
    float: right;
    margin-left: 18px;
}

hr {
    height: 2px;
    background: #fde0bf;
    margin: 25px 0;
    border: 0;
}