.full-text-editor .border-img {
    margin: 70px 0;
    text-align: left;
    margin-bottom: 0;
}

.full-text-editor.logo-bg-left {
    background-position: right 1.875em bottom 0.625em;
    background-size: 13.75em;
}

.full-text-editor h1,
.full-text-editor h2,
.full-text-editor h3 {
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #0F377F;
}

.full-text-editor h4,
.full-text-editor h5 {
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
    color: #0F377F;
}

.full-text-editor h1 {
    font-size: 3.5em;
    margin: 2.5em 0 0.75em;
    position: relative;
}

.full-text-editor h1:first-child {
    margin-top: 1.5em;
}

.full-text-editor h1::before {
    content: '';
    top: -0.893em;
    background: url(../../images/bottom-border.svg) no-repeat;
    background-size: 1.4286em;
    position: absolute;
    width: 100%;
    height: 0.375em;
}

.full-text-editor h1::after {
    content: '';
    width: 14.9em;
    position: absolute;
    left: -16.9em;
    top: 50%;
    height: 0.0125em;
    background-color: #2B7A39;
}

.full-text-editor h2,
.full-text-editor h3 {
    font-size: 3em;
    margin: 1.04167em 0;
    margin-top: 1.54167em;
}

.full-text-editor h2 {
    color: #2B7A39;
}

.full-text-editor h3 {
    font-size: 2.375em;
}

.full-text-editor h4 {
    font-size: 2em;
    margin: 1.04167em 0;
    margin-top: 1.54167em;
}

.full-text-editor h5 {
    font-size: 1.5em;
    margin: 1.875em 0;
    margin-bottom: 0.875em;
}

.full-text-editor p,
.full-text-editor blockquote,
.full-text-editor ul li {
    color: #011E41;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.055em;
}

.full-text-editor ul li {
    margin-bottom: 0.75em;
}

.full-text-editor p,
.full-text-editor blockquote {
    margin-bottom: 1.875em;
}

.full-text-editor blockquote {
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: 0.06188em;
    position: relative;
    padding-left: 1.7em;
}

.full-text-editor blockquote::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    background-color: #2B7A39;
}

.doc-download,
.download-link {
    display: flex;
    padding: 0.625em 0;
    color: #0F377F;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.055em;
    width: max-content;
    gap: 5px;
}

.doc-download {
    position: relative;
    margin-left: 3.25225em;
}

.doc-download::before {
    position: absolute;
    left: -3.25225em;
    content: '';
    background-image: url('../../images/icons/download-blue.svg');
    padding: 0.55em 0.9375em;
    background-color: #EDEFF2;
    top: 0;
    width: 3.05225em;
    height: 3.05225em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25em;
}

.grey-bg .doc-download::before {
    background-image: url('../../images/icons/download.svg');
    background-color: #0F377F;
}

.doc-download:hover::before {
    background-color: #2B7A39;
    background-image: url('../../images/icons/download.svg');
}

.download-link .download-img {
    background-color: #EDEFF2;
}

.grey-bg .download-link .download-img {
    background-color: #0F377F;
}

.download-link img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(69%) saturate(2326%) hue-rotate(208deg) contrast(97%);
    width: 1em;
    height: 1.0625em;
}

.grey-bg .download-link img {
    filter: invert(0);
}

.doc-download,
.download-link span {
    padding: 0.78em 0.9375em;
}

.download-link:hover .download-img {
    background-color: #2B7A39;
}

.download-link:hover img {
    filter: invert(0);
}

.doc-download:hover,
.download-link:hover span.link-text {
    background-color: #EDEFF2;
}

.grey-bg .doc-download:hover,
.download-link:hover span {
    background-color: #FFF;
}

.full-text-editor table {
    border-collapse: collapse;
    color: #011E41;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.055em;
    margin-top: 2.96em;
    width: 100%;
    margin-bottom: 2.96em;
}

.full-text-editor table td {
    border-bottom: 0.0625em solid #2B7A39;
    padding: 0.625em 0.3125em;
}

.full-text-editor table th {
   border-bottom: 0.125em solid #2B7A39;
   padding: 0.625em 0.3125em;
}

.full-text-editor td strong {
    font-weight: 700;
}

.site-container.full-text-editor {
    padding-top: 0;
    padding-bottom: 0;
    margin: 7.92em 0;
}

.site-container.full-text-editor.grey-bg {
    margin: 0;
    padding-top: 3em;
    padding-bottom: 5.69em;
}

section.site-container.full-text-editor figure {
    width: 34.8765em !important;
    max-width: 34.8765em !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 20px !important;
}

section.site-container.full-text-editor figure img {
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    section.site-container.full-text-editor figure {
        width: 26em !important;
    }
}

@media only screen and (max-width: 768px) {
    section.site-container.full-text-editor figure {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }
    .site-container.full-text-editor {
        margin: 36px 0;
    }
}

@media only screen and (max-width: 575px) {
    .full-text-editor.logo-bg-left {
        background-position: right 0px bottom 10px;
        background-size: 130px;
    }
}
