@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Montserrat:semi-bold");

body.cke_editable {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    border: 0;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    color: #484848;
}

body.cke_editable p{
    font-size: 14px;
    line-height: 1.5;
}

body.cke_editable h2{
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
}

body.cke_editable h3{
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0;
}

body.cke_editable h4{
    font-size: 14px;
    font-weight: 700;
    margin: 6px 0;
}

body.cke_editable h5{
    margin: 4px 0;
}

body.cke_editable ul {
    list-style: none;
}

body.cke_editable ul li:before {
    content: "•";
    font-size: 14px;
    line-height: 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
    right: 8px;
    color: #000;
    margin-left: -5px;
}

body.cke_editable .ich-bullet li, body.cke_editable .purple-bullet li, body.cke_editable .hyphen-bullet li {
    padding-left: 8px;
    position: relative;
}

body.cke_editable .ich-bullet li:before {
    font-size: 14px;
    line-height: 0;
    font-weight: 700;
    display: inline-block;
    right: 8px;
    color: #000;
    content: '';
    height: 16px;
    width: 16px;
    left: 0;
    top: 3px;
    position: absolute;
    margin-left: -10px;
    background-image: url('../assets/icon/ich-icon.png');
}

body.cke_editable .purple-bullet li:before {
    font-size: 25px;
    line-height: 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
    right: 8px;
    margin-left: -5px;
    color: #701279;
}

body.cke_editable .hyphen-bullet li:before {
    content: '-';
    font-size: 14px;
    line-height: 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
    right: 8px;
    color: #000;
    margin-left: -5px;
}

body.cke_editable blockquote {
    margin: 0;
}

body.cke_editable blockquote p {
    display: inline-block;
}

body.cke_editable blockquote:before {
    font-size: 14px;
    content: '\201C';
}

body.cke_editable blockquote:after {
    font-size: 14px;
    content: '\201D';
}

body.cke_editable a {
    text-decoration: none;
    color: #3391cf;
    cursor: pointer;
}

body.cke_editable a:visited {
    color: #3391cf;
}

body.cke_editable a:hover {
    text-decoration: underline;
}