.cke_editable {
    font-size: 18px;
    color: #222;
}

.cke_editable h2,
.cke_editable h1.page-title {
    font-family: Merriweather;
    color: #78909C;
    margin: 1rem 0 3rem 0;
    font-size: 2rem;
    font-weight: 700;
}

.cke_editable .display-5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.cke_editable h3 {
    color: #78909C;
    margin: 1rem 0 3rem 0;
    font-weight: 400;
}

.cke_editable h5 {
    font-size: 18px;
    font-weight: 700;
}

.cke_editable .container {
    padding: 2rem 15px 5rem 15px;
}

.cke_editable a {
    color: #005DC5;
    font-weight: 500;
}

.cke_editable small a {
    font-size: inherit;
}

.cke_editable a.btn-primary {
    color: #FFF;
}

.cke_editable a.btn-link {
    font-weight: 700;
    font-size: 15px;
}

.cke_editable a.btn-link.btn-sm {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px 0;
}

.cke_editable .bg-blue {
    background-color: #005DC5;
    color: #FFF;
}

.cke_editable .bg-blue h1,
.cke_editable .bg-blue h2 {
    font-family: Merriweather;
    color: #FFF;
    margin: 1rem 0 3rem 0;
    font-size: 2rem;
    font-weight: 700;
}

.cke_editable .bg-blue .btn-link {
    background-color: #FFF;
    font-size: 15px;
    font-weight: 700;
    color: #005DC5;
    padding: 0.8rem 1rem;
}

.cke_editable .bg-blue .btn-link:hover {
    text-decoration: none;
    background-color: #EFEFEF;
}

.cke_editable table {
    width: 100% !important;
}

.cke_editable .text-align-left {
    text-align: left;
}

.cke_editable .text-align-right {
    text-align: right;
}

.cke_editable .text-align-center {
    text-align: center;
}

.cke_editable .text-align-justify {
    text-align: justify;
}

.cke_editable span.badge {
    padding: 0.25em 0.4em;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.cke_editable span.badge-success {
    background-color: #13B03B;
    border: 1px solid #13B03B;
    color: #FFF;
}

.cke_editable span.badge-light {
    border: 1px solid #E1E1E1;
    color: #557C8F;
}