.standard_editor_section {
    margin: 70px 0 80px;
}

.standard_editor_section img.full_size {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.standard_editor_section img {
    max-width: 100%;
    height: auto;
}

.standard_editor_section .standard_editor_content p {
    color: #333;
    font-size: 18px;
    line-height: 175%;
    margin: 0 0 30px;
}

.standard_editor_section .standard_editor_content h1,
.standard_editor_section .standard_editor_content h2,
.standard_editor_section .standard_editor_content h3,
.standard_editor_section .standard_editor_content h4,
.standard_editor_section .standard_editor_content h5,
.standard_editor_section .standard_editor_content h6 {
    margin: 0 0 30px;
}

.standard_editor_section .standard_editor_content h2 {
    line-height: 135%;
}

.standard_editor_section .standard_editor_content h3 {
    font-family: Open_Sans_bold;
    font-size: 24px;
    line-height: 135%;
}

.standard_editor_section .standard_editor_content h4 {
    font-family: Open_Sans_bold;
    font-size: 20px;
    line-height: 135%;
}

.standard_editor_section .standard_editor_content p:last-child {
    margin: 0;
}

.standard_editor_section .standard_editor_content a {
    color: #B4083A;
    font-family: Open_Sans_regular;
    font-size: 18px;
    line-height: 175%;
}

.standard_editor_section .standard_editor_content ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.standard_editor_section .standard_editor_content ul li {
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 175%;
    padding-left: 33px;
    font-family: Open_Sans_regular;
    margin: 0;
}

.standard_editor_section .standard_editor_content ul li::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    height: 12px;
    width: 12px;
    background: #B4083A;
}

.standard_editor_section .standard_editor_content ul li ul {
    margin: 15px 0 0 0;
    padding: 0 0 0 15px;
}

.standard_editor_section .standard_editor_content ol {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    counter-reset: item;
}

.standard_editor_section .standard_editor_content ol li {
    position: relative;
    counter-increment: item;
    color: #333;
    font-size: 18px;
    line-height: 175%;
    padding-left: 37px;
    font-family: Open_Sans_regular;
    margin: 0;
}

.standard_editor_section .standard_editor_content ol li ol {
    margin: 15px 0;
    padding: 0 0 0 15px;
}

.standard_editor_section .standard_editor_content ol li::before {
    content: counter(item) ".";
    display: inline-block;
    min-width: 26px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Open_Sans_regular;
    color: #B4083A;
    font-size: 18px;
    line-height: 175%;
}

.standard_editor_section .standard_editor_content blockquote {
    background-color: #006152;
    padding: 90px 60px 60px;
    border: none;
    margin: 45px 0 30px;
    background-position: 30px -15px;
    background-image: url(../images/quote_icon.svg);
    background-size: 167px 171px;
    background-repeat: no-repeat;
}

.standard_editor_section .standard_editor_content blockquote p {
    color: #FFF;
    font-family: Open_Sans_bold;
    font-size: 24px;
    line-height: 150%;
}

.standard_editor_section .standard_editor_content .table_sec {
    padding-bottom: 30px;
    margin: 30px 0;
}

.standard_editor_section .standard_editor_content table {
    margin: 30px 0;
    display: block;
    max-width: 100%;
    overflow-x: scroll;
}

.standard_editor_section .standard_editor_content table::-webkit-scrollbar {
    display: none;
}

.standard_editor_section .standard_editor_content table.table-invisible-grid,
.standard_editor_section .standard_editor_content table.table-invisible-grid thead tr th,
.standard_editor_section .standard_editor_content table.table-invisible-grid tbody tr td,
.standard_editor_section .standard_editor_content table.table-striped,
.standard_editor_section .standard_editor_content table.table-striped thead tr th,
.standard_editor_section .standard_editor_content table.table-striped tbody tr td {
    border: none;
}

.standard_editor_section .standard_editor_content table.table-grid,
.standard_editor_section .standard_editor_content table.table-grid thead tr th,
.standard_editor_section .standard_editor_content table.table-grid tbody tr td {
    border-color: #BDBDBD;
}

.standard_editor_section .standard_editor_content table.table-striped thead tr th {
    border-bottom: 1px solid #E0E0E0;
    color: #FFF;
}

.standard_editor_section .standard_editor_content table.table-striped thead {
    background: #B4083A;
}

.standard_editor_section .standard_editor_content table.table-striped tbody tr:nth-child(2n) {
    background: #F2F2F2;
}

.standard_editor_section .standard_editor_content .table_sec table {
    margin: 0;
}

.standard_editor_section .standard_editor_content table thead tr th {
    color: #000;
    font-family: Open_Sans_bold;
    font-size: 18px;
    line-height: 150%;
    padding: 15px;
}

.standard_editor_section .standard_editor_content table tbody tr td {
    color: #333;
    font-family: Open_Sans_regular;
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    padding: 15px;
}

.standard_editor_section .standard_editor_content table tbody tr td:first-child {
    color: #000;
}

.standard_editor_section .standard_editor_content table thead tr th:first-child {
    width: 29.4%;
}

.standard_editor_section .standard_editor_content table thead tr th:nth-child(2) {
    width: 32.1%;
}

.standard_editor_section .standard_editor_content table thead tr th:nth-last-child(2),
.standard_editor_section .standard_editor_content table thead tr th:last-child {
    min-width: 177px;
}

.standard_editor_section .standard_editor_content table thead tr th:last-child,
.standard_editor_section .standard_editor_content table tbody tr td:last-child {
    text-align: right;
}

@media (min-width: 768px) {
    .standard_editor_section .alignright {
        float: right;
        margin-left: 24px;
        margin-bottom: 24px;
        margin-top: 0;
    }

    .standard_editor_section .alignleft {
        float: left;
        text-align: left;
        margin-top: 0;
        margin-right: 24px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .standard_editor_section .alignright {
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .standard_editor_section .alignleft {
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .standard_editor_section {
        margin: 55px 0 60px;
    }

    .standard_editor_section .standard_editor_content p {
        margin: 0 0 24px;
    }

    .standard_editor_section .standard_editor_content .table_sec {
        padding-bottom: 24px;
        margin: 24px 0;
    }

    .standard_editor_section .standard_editor_content table {
        margin: 24px 0;
    }

    .standard_editor_section img.alignright.big_img {
        float: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .standard_editor_section img.alignleft.big_img {
        float: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .standard_editor_section .standard_editor_content h1,
    .standard_editor_section .standard_editor_content h2,
    .standard_editor_section .standard_editor_content h3,
    .standard_editor_section .standard_editor_content h4,
    .standard_editor_section .standard_editor_content h5,
    .standard_editor_section .standard_editor_content h6 {
        margin: 0 0 24px;
    }

    .standard_editor_section .standard_editor_content ul,
    .standard_editor_section .standard_editor_content ol {
        margin: 24px 0;
    }

    .standard_editor_section .standard_editor_content blockquote {
        padding: 70px 40px 40px;
        margin: 34px 0 24px;
        background-position: 30px -10px;
        background-size: 143px 147px;
    }

    .standard_editor_section .standard_editor_content blockquote p {
        font-size: 22px;
    }
}

@media (max-width:991px) {

    .standard_editor_section .standard_editor_content table thead tr th:nth-last-child(2),
    .standard_editor_section .standard_editor_content table thead tr th:last-child {
        min-width: 150px;
    }

    .standard_editor_section .standard_editor_content table thead tr th:last-child {
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .standard_editor_section {
        margin: 40px 0px;
    }

    .standard_editor_section img.alignright {
        float: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .standard_editor_section img.alignleft {
        float: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .standard_editor_section .standard_editor_content h3 {
        font-size: 18px;
    }

    .standard_editor_section .standard_editor_content h4 {
        font-size: 16px;
    }

    .standard_editor_section .standard_editor_content blockquote {
        padding: 50px 20px 30px;
        background-position: 15px -10px;
        background-size: 120px 123px;
    }

    .standard_editor_section .standard_editor_content blockquote p {
        font-size: 20px;
    }
}