.editor.padding-top-off {
    padding-top: 0;
}
.editor.treatments h2,
.editor.treatments h1,
.editor.treatments h3 {
    margin-top: 0;
}
.page-title {
    color: #fff;
    padding: 18px 20px;
    font-size: 25px;
    text-transform: uppercase;
    height: 240px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 300;
}
.page-title-inner {
    font-weight: 600;
    font-size: 33px;
}
.editor.white .page-container p {
    color: #026BA9 !important;
}
.flex.flex-inline.flex-between {
    margin-top: 20px;
}
.editor.treatments .cta-container--pages {
    text-align: center;
    padding-top: 20px;
}
a.cta-white:hover {
    background-color: #026BA9;
    color: #fff;
}
a.cta-white {
    transition: 0.3s ease;
    border: 1px solid #026BA9;
    padding: 5px 17px 7px 18px;
    border-radius: 30px;
    font-weight: 500;
    color: #026BA9;
    font-size: 14px;
}