/* Rte Custom Styles */
.inner-rte-content h2,
.inner-rte-content h3,
.inner-rte-content h4,
.inner-rte-content h5,
.inner-rte-content h6,
.inner-rte-content h7 {
    font-weight: normal;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}
.inner-rte-content a:focus-visible {
    outline: 0.3rem dashed #033BA5;
}
.inner-rte-content h2 {
    font-size: 5rem;
    line-height: 5rem;
}

.inner-rte-content h3 {
    font-size: 3.5rem;
    line-height: 3.5rem;
}

.inner-rte-content h4 {
    font-size: 2.5rem;
    line-height: 2.7rem;
}

.inner-rte-content h5 {
    font-size: 2.2rem;
    line-height: 2.5rem;
}

.inner-rte-content {
    max-width: none;
    padding: 6rem 12rem 6rem;
}

    .inner-rte-content > * {
        font-size: 2rem;
        line-height: 2.2rem;
        color: #033ba5;
    }
.inner-rte-content .ms-rteStyle-Quote {
    font-size: 1.8rem;
}
.inner-rte-content p {
    text-align: right;
    font-size: 2.2rem;
    line-height: 2.8rem;
}

.inner-rte-content.add-margin-top { margin-top: 10rem; }

/* Rich Text Editor Responsive tables*/


.inner-rte-content .table {
    width: 100%;
        
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-collapse: collapse;
}

.inner-rte-content .table {
    box-sizing: border-box;
    outline: none;
}

.inner-rte-content  a {
        text-decoration: none;
    }

    .inner-rte-content a:link, .inner-rte-content a:visited {
        color: #033BA5;
        text-decoration: underline;
    }



             
            
/*Header */

.inner-rte-content .table tr:first-child { background-color: #033BA5; }

.inner-rte-content .table tr:first-child td:first-child { border-radius: 0 .7rem 0 0; }

.inner-rte-content .table tr:first-child td {
    font: bold 1.8rem/3rem 'Open Sans Hebrew', sans-serif;
    padding: 2.5rem 2rem 2.5rem 2.5rem;
    text-align: right;
    vertical-align: bottom;
    color: #ffffff;
}

.inner-rte-content .table tr:first-child td:last-child { border-radius: .7rem 0 0 0; }

.inner-rte-content .table tbody tr:first-child:not(:last-child) { border-bottom: .1rem solid #E5EBF2; }

/*Body*/

.inner-rte-content .table tbody tr:not(:first-child) td {
    width: auto;
    font-size: 2rem;
    line-height: 1;
    padding: 2.9rem 2rem 2.9rem 2.9rem;
    background-color: #FFF;
    color: #033BA5;
}

table tbody tr:not(:first-child):not(:last-child) {
    border-bottom: .1rem solid #E5EBF2;
    background-color: #fff;
}

/* End Responsive Tables styles*/


/*ul li styles*/
.inner-rte-content ul li {
    position: relative;
    padding-right: 3.9rem;
    font: normal 2.4rem/3.6rem 'Almoni Neue', sans-serif;
    color: #033BA5;
}

.inner-rte-content ul > *::after {
    content: '';
    position: absolute;
    top: 1.8rem;
    right: 0;
    transform: translateY(-50%);
    width: 1.7rem;
    height: 1.3rem;
    background: url(/content/images/icons/i-list-checked-green.svg) center/cover no-repeat;
}





/*Rte Title Description BlockList extensions*/

.title-rte-block ul li {
    position: relative;
    padding-right: 3.9rem;
    font: normal 2.4rem/3.6rem 'Almoni Neue', sans-serif;
    color: #033BA5;
}

.title-rte-block ul > *::after {
    content: '';
    position: absolute;
    top: 1.8rem;
    right: 0;
    transform: translateY(-50%);
    width: 1.7rem;
    height: 1.3rem;
    background: url(/content/images/icons/i-list-checked-green.svg) center/cover no-repeat;
}



@media (max-width: 768px) {
    
    .inner-rte-content { padding: 3rem; }

    .inner-rte-content > * {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .inner-rte-content p { text-align: right; }

    .inner-rte-content.add-margin-top { margin-top: 0; }
}
