@import url("https://use.typekit.net/ned6ifq.css");

/* Unset default margin */
/* We are adding each element so we can avoid cascading issues */
.j-ck-editor-container-class h1,
.j-ck-editor-container-class h2,
.j-ck-editor-container-class h3,
.j-ck-editor-container-class h4,
.j-ck-editor-container-class p,
.j-ck-editor-container-class ul,
.j-ck-editor-container-class ol,
.j-ck-editor-container-class table,
.j-ck-editor-container-class blockquote {
    margin: 0;
}
/* Add spacing between elements */
.j-ck-editor-container-class * + h1,
.j-ck-editor-container-class * + h2,
.j-ck-editor-container-class * + h3,
.j-ck-editor-container-class * + h4,
.j-ck-editor-container-class * + p,
.j-ck-editor-container-class * + ul,
.j-ck-editor-container-class * + ol,
.j-ck-editor-container-class * + table,
.j-ck-editor-container-class * + blockquote {
    margin-top: 24px;
}
.j-ck-editor-container-class h1 {
    font-family: "noto-serif", "Segoe UI", -apple-system, serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    padding-top: 48px;
    padding-bottom: 24px;
}
.j-ck-editor-container-class h2 {
    font-family: "noto-serif", "Segoe UI", -apple-system, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    padding-top: 36px;
    padding-bottom: 18px;
}
.j-ck-editor-container-class h3 {
    font-family: "noto-serif", "Segoe UI", -apple-system, serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    padding-top: 28px;
    padding-bottom: 14px;
}
.j-ck-editor-container-class h4 {
    font-family: "noto-serif", "Segoe UI", -apple-system, serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    padding-top: 22px;
    padding-bottom: 12px;
}
.j-ck-editor-container-class p {
    font-family: "noto-sans", "Segoe UI", -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.j-ck-editor-container-class .smallparagraph {
    font-family: noto-sans, Segoe UI, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.28px;
}
.j-ck-editor-container-class small {
    font-family: noto-sans, Segoe UI, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.28px;
}
.j-ck-editor-container-class a {
    color: #0032E5;
    text-decoration: none;
}
.j-ck-editor-container-class a:hover {
    text-decoration: underline;
}
.j-ck-editor-container-class a:visited {
    color: #7215E8;
}
.j-ck-editor-container-class blockquote {
    font-family: "noto-sans", "Segoe UI", -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    padding: 20px 40px;
    border-left: 1px solid rgba(73, 75, 80, 1.00);
    background: rgba(228, 229, 231, 0.50);
}
.j-ck-editor-container-class table {
    font-family: "noto-sans", "Segoe UI", -apple-system, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-color: #C9CBCE;
    border-collapse: collapse;
}
.j-ck-editor-container-class table th {
    font-weight: 400;
    text-align: initial;
    border-color: #E4E5E7;
    background: rgba(228, 229, 231, 0.50);
}
.j-ck-editor-container-class table td {
    border-color: #E4E5E7;
    padding: 12px;
}
.j-ck-editor-container-class table th {
    padding: 12px;
}
.j-ck-editor-container-class .dropcap {
    font-family: "noto-serif", "Segoe UI", -apple-system, serif;
    font-size: 53px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    float: left;
}
.j-ck-editor-container-class ul, .j-ck-editor-container-class ol {
    font-family: "noto-sans", "Segoe UI", -apple-system, sans-serif;
}
