#pg-wordpress-page img.alignright {
    margin: 7px 0 7px 24px;
}

#pg-wordpress-page .alignright {
    float: right;
}

#pg-wordpress-page h5 {
    font-size: 14px;
    line-height: 1.3333333333;
    display: block;
    -webkit-margin-before: 1.27em;
    -webkit-margin-after: 1.27em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#pg-wordpress-page p {
    margin-bottom: 10px;
}

#pg-wordpress-page th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

#pg-wordpress-page td {
    padding: 8px;
}

#pg-wordpress-page table {
    line-height: 1.2857142857;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

#pg-wordpress-page table, #pg-wordpress-page th, #pg-wordpress-page td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#pg-wordpress-page h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #5d5e60;
    line-height: 1px;
    margin-bottom: 20px;
}

#pg-wordpress-page h4 {
    font-size: 1.2em;
    color: #5d5e60;
    background-color: #fff;
}

#pg-wordpress-page h6 {
    font-size: 1.2em;
    color: #5d5e60;
    background-color: #fff;
}

#pg-wordpress-page h1, h2, h3, h4, h5, h6 {
    margin: 16px 0 12px;
}

#pg-wordpress-page ul {
    display: block;
    list-style-type: disc;
}

#pg-wordpress-page ul, ol {
    margin: 0 0 24px 20px;
}

#pg-wordpress-page li {
    display: list-item;
    text-align: -webkit-match-parent;
}

#pg-wordpress-page div.content li {
    clear: both;
}

.wp-block-button__link {
    background-color: #24890d;
    color: #fff;
}

.wp-block-button a:active, .wp-block-button a:hover {
    background-color: #41a62a;
    color: #fff;
}

.wp-block-button a:hover, .wp-block-button a:active {
    outline: 0;
}

.wp-block-button .wp-block-button__link {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    padding: 10px 30px 11px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: bottom;
}

.wp-block-button__link {
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
}

.content img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    margin: 12px 0 12px;
    padding-top: 10px;
}

h6 {
    font-size: 13px
}

div.wp-block-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog_entry_header {
    padding-bottom: 10px;
    color: gray;
    font-size: 12px;
}

.dynamic_table tr {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: center;
    border: 1px solid #5d5e60;
}

.dynamic_table td, th {
    padding: 5px;
    text-align: center;
    border: 1px solid #5d5e60;
}

.dynamic_table tr:nth-child(even) {
    background: #eee;
}

.dynamic_table tr:nth-child(odd) {
    background: #fff;
}

.total {
    font-weight: bold;
}

span.IN-widget {
    margin-left: 5px !important;
    vertical-align: text-bottom !important;
}

.IN-widget button {
    background: none;
}

div.fb-share-button {
    margin-left: 5px;
    vertical-align: text-bottom;
}

.ub_table-of-contents-header-container {
    display: grid;
}

.ub_table-of-contents-header-container, .ub_table-of-contents-extra-container {
    padding: 15px 30px;
    transition: all .5s ease-in-out;
}

.ub_table-of-contents, .ub_table-of-contents-collapsed {
    padding: 0;
}

.ub_table-of-contents {
    box-sizing: border-box;
    transition: all .5s ease-in-out;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
}

contents-extra-container {
    padding: 15px 20px 10px 10px;
    transition: all .5s ease-in-out;
}

.ub_table-of-contents * {
    box-sizing: border-box;
}

.ub_table-of-contents-title {
    font-size: 16px;
    color: #5d5e60
}

.custom-table-of-contents {
    padding: 15px 30px 5px 30px;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    width: 100%;
    margin-bottom: 20px;
}

.custom-table-of-contents-header {
    padding-left: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #5d5e60;
}

.custom-table-of-contents-option {
    margin-bottom: 5px
}

/**********************************************************************************/
/* Logos carousel */
/**********************************************************************************/
.slider-area h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 100px 0 30px 0;
    color: rgb(0, 0, 0);
}

.carousel {
    position: relative;
    width: 700px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
}


.carousel div {
    position: absolute;
    padding: 5px;
    animation: slider 14s infinite linear;
}

.carousel div:nth-child(1) {
    left: 100%;
    animation-delay: -14s;
}

.carousel div:nth-child(2) {
    left: 100%;
    animation-delay: -12s;
}

.carousel div:nth-child(3) {
    left: 100%;
    animation-delay: -10s;
}

.carousel div:nth-child(4) {
    left: 100%;
    animation-delay: -8s;
}

.carousel div:nth-child(5) {
    left: 100%;
    animation-delay: -6s;
}

.carousel div:nth-child(6) {
    left: 100%;
    animation-delay: -4s;
}

.carousel div:nth-child(7) {
    left: 100%;
    animation-delay: -2s;
}

table.specialityGroupCounts tr td {
    text-align:center;
}

@keyframes slider {
    0%{
        left: 100%;
        visibility: visible;
    }
    99% {
        left: -150px;
        visibility: hidden;
    }
    100% {
        left: 100%;
        visibility: hidden;
    }
}