.full-text-editor {
    width: 1400px;
    margin: 0 auto;
    padding-left: 230px;
    padding-right: 230px;
    max-width: 100%;
}
.full-text-editor h1 {
    font-size: 3.875em;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: bold;
    padding-top: 1em;
    position: relative;
    left: -66px;
}

.full-text-editor h2 {
    color: #1c629e;
    font-size: 2.4em;
    margin-bottom: 10px;
    font-weight: bold;
}

.full-text-editor h3 {
    font-size: 2.375em;
    margin-bottom: 1em;
    font-weight: bold;
}

.full-text-editor h4 {
    color: #1c629e;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.875em;
}

.full-text-editor p {
    line-height: 1.75em;
    margin-bottom: 1.75em;
    letter-spacing: 0.48px;
    font-size: 1em;
}

.full-text-editor blockquote p {
    font-size: 1.25em;
    letter-spacing: 0.6px;
}

.full-text-editor p strong {
    font-weight: 600;
}

.full-text-editor h5 {
    font-size: 1.375em;
    margin-bottom: 1em;
    line-height: 1.4125em;
    font-weight: 400;
}

.full-text-editor ul li {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.75em;
    font-weight: 300;
}

.full-text-editor a.button-link {
    width: fit-content;
    background-color: #FFF;
    border: 1px solid #1c629e;
    color: #000;
    padding: 0.75em 3.25em;
    padding-right: 20px;
    margin-top: 0;
    border-radius: 3.125em;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75em;
    font-size: 1.125em;
    justify-content: space-between;
}

.full-text-editor a.button-link::before {
    content: '';
    background-image: url('../../images/icons/arrow-white.svg');
    padding: 0;
    background-color: #1c629e;
    width: 2.25em;
    height: 2.25em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.75em;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 8px;
}

.full-text-editor figure.image-style-align-left {
    float: left;
    width: 465px;
    margin-left: -115px;
    padding-right: 30px;
}

.full-text-editor figure.image-style-align-right {
    float: right;
    width: 465px;
    margin-right: -115px;
    padding-left: 30px;
}

.full-text-editor iframe,
.full-text-editor figure iframe {
    width: 35em;
    height: 19.6875em;
    margin: 0 auto;
    display: block;
}

.full-text-editor span.download-btn {
    padding: 0;
    min-width: auto;
    background: none;
    font-size: 1em;
}

.full-text-editor p span.download-btn a {
    margin-top: 0;
    font-size: 1em;
}

.full-text-editor figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.full-text-editor table {
    width: 100%;
    margin: 1em 0;
}

.full-text-editor thead tr:first-child {
    border-bottom: 0.0625em solid #000;
}

.full-text-editor thead tr:first-child th {
    font-size: 1.125em;
    font-weight: bold;
    color: #1c629e;
    letter-spacing: 0.54px;
    line-height: 26.57px;
}

.full-text-editor table td {
    padding: 0.75em;
    font-size: 1em;
}

.full-text-editor table th p,
.full-text-editor table td p {
    margin: 0;
}

.full-text-editor table tr {
    border-bottom: 0.0625em solid #D9D9D9;
}

.full-text-editor span.download-btn a {
    margin-top: 0;
}

.full-text-editor h3 span.download-btn {
    font-size: 16px;
}

.full-text-editor span.download-btn:active {
    border: none;
}

.full-text-editor a>* {
    color: #1c629e !important;
}

@media only screen and (min-width: 2400px) {
    .full-text-editor h3 span.download-btn {
        font-size: 22px;
    }
}
@media only screen and (min-width: 3200px) {
    .full-text-editor h3 span.download-btn {
        font-size: 26px;
    }
}
@media only screen and (min-width: 3800px) {
    .full-text-editor h3 span.download-btn {
        font-size: 28px;
    }
}

@media only screen and (max-width:1399px) {
    .full-text-editor {
        padding-left: 180px;
        padding-right: 180px; 
    }
    .full-text-editor figure.image-style-align-left {
        margin-left: -90px;
    }
    .full-text-editor figure.image-style-align-right {
        margin-right: -90px;
    }
    .full-text-editor h1 { 
        left: -48px;
    }
}
@media only screen and (max-width: 1299px) {
    .full-text-editor { 
        padding-left: 144px;
        padding-right: 144px; 
    }
    .full-text-editor figure.image-style-align-left {
        margin-left: -72px;
    }
    .full-text-editor figure.image-style-align-right {
        margin-right: -72px;
    }
    .full-text-editor h1 { 
        left: -42px;
    }
}
@media only screen and (max-width:1199px) {
    .full-text-editor { 
        padding-left: 108px;
        padding-right: 108px; 
    }
    .full-text-editor figure.image-style-align-left {
        margin-left: -54px;
    }
    .full-text-editor figure.image-style-align-right {
        margin-right: -54px;
    }
    .full-text-editor h1 { 
        left: -30px;
    }
}

@media only screen and (max-width:991px) {
    .full-text-editor {
        padding-left: 72px;
        padding-right: 72px; 
    }
    .full-text-editor figure.image-style-align-left {
        margin-left: -36px;
    }
    .full-text-editor figure.image-style-align-right {
        margin-right: -36px;
    }
    .full-text-editor h1 { 
        left: -24px;
    }
}

@media only screen and (max-width:767px) {
    .full-text-editor {
        padding: 0 30px;
        width: auto;
    }
    .full-text-editor p {
        font-size: 1em;
        padding-left: 0;
    } 
    .full-text-editor.common-padding {
        padding: 1em 36px;
    }
    .full-text-editor h1 {
        font-size: 44px;
        left: 0;
    }
    .full-text-editor h2 {
        font-size: 35px;
    }
    .full-text-editor h4,
    .full-text-editor h3 {
        font-size: 28px;
    }
    .full-text-editor h5 {
        font-size: 22px;
    }
    .full-text-editor p span.download-btn,
    .full-text-editor span.download-btn {
        width: 100%;
    }
    .full-text-editor p span.download-btn a,
    .full-text-editor span.download-btn a {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding-right: 0.425em;
    }
    .full-text-editor p span.download-btn a::before,
    .full-text-editor span.download-btn a::before {
        display: none;
    }
    .full-text-editor table td img {
        max-width: 80px;
    }
    .full-text-editor figure {
        max-width: 100% !important;
        float:none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 20px !important;
    }
    .full-text-editor figure img {
        height: auto !important;
        width: 100% !important;
    }
    .full-text-editor iframe,
    .full-text-editor figure iframe {
        width: 100%;
        height: 250px;
    }
    .full-text-editor figure.image-style-align-left {
        margin-left: 0;
    }
    .full-text-editor figure.image-style-align-right {
        margin-right: 0;
    }
}

@media only screen and (max-width:575px) {
    .full-text-editor a {
        padding-right: 1.25em;
    }
}