.mce-content-body {
    margin: 0 !important;
    padding: 12px 10px 10px 10px !important;
}

.mce-content-body * {
    border: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
    color: inherit;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-weight: 400;
}

.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
    top: 14px;
    left: 10px;
}

.tox.tox-edit-focus .tox-edit-area::before {
    display: none;
}

.mce-content-body :focus {
    outline: 0
}

.mce-content-body a {
    text-decoration: none
}

.mce-content-body b,
.mce-content-body b *,
.mce-content-body strong,
.mce-content-body strong * {
    font-weight: 700
}

.mce-content-body ol,
.mce-content-body ul {
    list-style: none
}

.mce-content-body pre {
    font: inherit
}

.mce-content-body button,
.mce-content-body input,
.mce-content-body input:not([type]),
.mce-content-body input[type=button],
.mce-content-body input[type=color],
.mce-content-body input[type=date],
.mce-content-body input[type=datetime-local],
.mce-content-body input[type=datetime],
.mce-content-body input[type=email],
.mce-content-body input[type=month],
.mce-content-body input[type=number],
.mce-content-body input[type=password],
.mce-content-body input[type=reset],
.mce-content-body input[type=search],
.mce-content-body input[type=submit],
.mce-content-body input[type=tel],
.mce-content-body input[type=text],
.mce-content-body input[type=time],
.mce-content-body input[type=url],
.mce-content-body input[type=week],
.mce-content-body select,
.mce-content-body textarea {
    font: inherit
}

@font-face {
    font-family: aileron;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/aileron-ultra-light.eot?#iefix) format("embedded-opentype"), url(../fonts/aileron-ultra-light.woff) format("woff"), url(../fonts/aileron-ultra-light.ttf) format("truetype")
}

.mce-content-body body {
    padding: 0
}

.codepen body {
    margin: 10px 0 0
}

.codepen body textarea {
    display: none
}

.mce-container textarea {
    display: inline-block !important
}

.mce-content-body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #626262;
}

.mce-content-body h1 {
    font-size: 34px;
    line-height: 1.4em;
    margin: 25px 0 15px;
}

.mce-content-body h2 {
    font-size: 30px;
    line-height: 1.4em;
    margin: 25px 0 15px;
}

.mce-content-body h3 {
    font-size: 26px;
    line-height: 1.4em;
    margin: 25px 0 15px;
}

.mce-content-body h4 {
    font-size: 22px;
    line-height: 1.4em;
    margin: 25px 0 15px;
}

.mce-content-body h5 {
    font-size: 18px;
    line-height: 1.4em;
    margin: 25px 0 15px;
}

.mce-content-body h6 {
    font-size: 14px;
    line-height: 1.4em;
    margin: 25px 0 15px;
}

.mce-content-body p {
    margin: 0;
    padding-bottom: 15px;
}

.mce-content-body pre {
    font-family: monospace;
}

.mce-content-body ol,
.mce-content-body ul {
    margin-left: 15px;
    list-style-position: outside;
    margin-bottom: 20px;
}

.mce-content-body ol li,
.mce-content-body ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #626262;
}

.mce-content-body ul {
    list-style-type: disc;
}

.mce-content-body ol {
    list-style-type: decimal;
}

.mce-content-body a[href] {
    text-decoration: underline;
}

.mce-content-body table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #aaa;
}

.mce-content-body table tr:nth-child(even) {
    background: #fafafa;
}

.mce-content-body table caption,
.mce-content-body table td,
.mce-content-body table th {
    padding: 15px 7px;
    font: inherit;
}

.mce-content-body table td,
.mce-content-body table th {
    border: 1px solid #aaa;
    border-collapse: collapse;
}

.mce-content-body table th {
    font-weight: 400;
    color: #6e6e6e;
    background-position: 100% 100%;
    background-size: 2px 10px;
    background-repeat: no-repeat;
}

.mce-content-body hr {
    border-top: 2px solid #bbb;
}

/*****FUN Custom*****/

.mce-content-body * {
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.mce-content-body p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}