:root {
  --neuron-blue: #17173c;
  --neuron-blue-light: #0d0d70;
  --neuron-red: #e61949;
  --neuron-text: #333333;
  --neuron-muted: #555555;
  --neuron-soft-bg: #FAFAFF;
  --neuron-soft-line: rgba(9, 9, 80, 0.1);
  --neuron-border: #F4F4FF;
  --neuron-font-heading: "Geist", sans-serif;
  --neuron-font-body: "Open Sans", Helvetica, Arial, sans-serif;
}

.jscroll-to-top {
    right: 18px !important;
    bottom: 28px !important;
    z-index: 999998 !important;
}

.jscroll-to-top .jscroll-to-top_link {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid rgba(255, 18, 73, 0.35) !important;
    box-shadow: 0 6px 18px rgba(9, 9, 79, 0.18) !important;
    color: var(--neuron-red) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 0 !important;
    text-decoration: none !important;
}

.jscroll-to-top .jscroll-to-top_link i {
    color: var(--neuron-red) !important;
    font-size: 22px !important;
    line-height: 1 !important;
    display: block !important;
}

@media only screen and (max-width: 1024px) {
    .jscroll-to-top {
        bottom: 78px !important;
    }
}

.wp-block-table {
    width: 100% !important;
    margin: 1em 0 30px !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}

.wp-block-table thead {
    border-bottom: 3px solid var(--neuron-blue) !important;
}

.wp-block-table th {
    padding: 12px 15px !important;
    font-size: 16px !important;
    color: var(--neuron-blue) !important;
    font-weight: bold !important;
}

.wp-block-table td {
    padding: 12px 15px !important;
    text-align: left !important;
    font-size: 15px !important;
    color: var(--neuron-text) !important;
}

.wp-block-table tbody tr:hover {
    background-color: #FAFAFF !important;
}

.wp-block-table td a:hover {
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    .wp-block-table th,
    .wp-block-table td {
        padding: 8px 10px !important;
        font-size: 14px !important;
    }
}

blockquote.wp-block-quote {
    background-color: var(--neuron-soft-bg) !important;
    border: none !important;
    border-left: none !important;
    border-style: none !important;
    font-style: italic !important;
    font-size: 20px !important;
    line-height: 1.5em !important;
    color: var(--neuron-text) !important;
    position: relative !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 20px !important;
    text-align: center !important;
}

blockquote.wp-block-quote:before {
    content: "\201C" !important;
    font-size: 4rem !important;
    position: absolute !important;
    top: 0 !important;
    left: 10px !important;
    color: var(--neuron-blue-light) !important;
}

blockquote.wp-block-quote.is-layout-flow {
    font-size: 18px !important;
    padding: 20px !important;
}

.entry-content .wp-block-image:not(.entity-profile-image),
.jeg_inner_content .wp-block-image:not(.entity-profile-image) {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.entry-content .wp-block-image figcaption,
.entry-content .wp-block-image .wp-element-caption,
.jeg_inner_content .wp-block-image figcaption,
.jeg_inner_content .wp-block-image .wp-element-caption {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    word-wrap: break-word !important;
}

.wp-block-image figure.alignleft,
.wp-block-image figure.alignright {
    display: table !important;
    width: auto !important;
    max-width: 100%;
}

.wp-block-image figcaption,
.wp-block-image .wp-element-caption {
    display: table-caption !important;
    caption-side: bottom !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 0 !important;
    line-height: 1.3 !important;
    word-wrap: break-word !important;
}

.wp-block-image figcaption * {
    display: inline !important;
    float: none !important;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    direction: ltr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing::before {
    content: "SHARE:";
    color: #999999;
    font-size: 13px;
    font-weight: 700;
    margin-right: 15px;
    font-family: sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    flex: 0 0 auto !important;
}

.heateor_sss_sharing_container .jeg_block_heading,
.heateor_sss_sharing_title {
    display: none !important;
}

.heateor_sss_sharing_ul {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 8px !important;
    box-sizing: border-box !important;
	justify-content: space-evenly;
}

.heateor_sss_sharing_ul a {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    flex: 0 0 26px !important;
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.heateor_sss_sharing_ul span.heateor_sss_svg {
    width: 26px !important;
    height: 26px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    transition: opacity 0.2s ease;
    font-size: 16px !important;
    float: none !important;
    box-sizing: border-box !important;
}

.heateor_sss_sharing_ul span.heateor_sss_svg:hover {
    opacity: 0.8;
}

.heateor_sss_sharing_ul span.heateor_sss_svg svg {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

.heateor_sss_facebook svg {
    display: none !important;
}

.heateor_sss_facebook .heateor_sss_svg::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: white;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 0-51.7 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 0-51.7 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}

@media (max-width: 260px) {
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing::before {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 4px !important;
    }

    .heateor_sss_sharing_ul {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.entity-profile-image {
    width: fit-content !important;
}

.entity-profile-image figure {
    width: 175px !important;
    max-width: 175px !important;
}

.entity-profile-image img {
    width: 175px !important;
    height: 175px !important;
    object-fit: cover !important;
}

.wp-block-image.entity-profile-image {
    margin-right: 30px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}


.entity-profile-block .wp-block-list {
    display: block !important;
    padding-left: 225px !important;
    margin-left: 0 !important;
    list-style-position: outside !important;
}

@media only screen and (max-width: 1024px) {
    .entry-content .wp-block-image.entity-profile-image,
    .jeg_inner_content .wp-block-image.entity-profile-image,
    .entry-content .entity-profile-image,
    .jeg_inner_content .entity-profile-image,
    .entry-content .entity-profile-image figure,
    .jeg_inner_content .entity-profile-image figure {
        width: 150px !important;
        min-width: 150px !important;
        max-width: 150px !important;
        flex: 0 0 150px !important;
    }

    .entry-content .entity-profile-image img,
    .jeg_inner_content .entity-profile-image img {
        width: 150px !important;
        min-width: 150px !important;
        max-width: 150px !important;
        height: 150px !important;
        min-height: 150px !important;
        max-height: 150px !important;
        object-fit: cover !important;
    }

    .entry-content .wp-block-image.entity-profile-image img,
    .jeg_inner_content .wp-block-image.entity-profile-image img {
        max-width: 150px !important;
    }

    .entity-profile-block .wp-block-list {
        padding-left: 200px !important;
    }
}


/* =========================================================
   NEURON GLOBAL RESPONSIVE WIDTH
   Shared inner spacing for regular pages + Research posts
========================================================= */

body.page:not(.home),
body.single-post.post-category-55 {
    --neuron-page-side-padding: 48px;
}

@media only screen and (max-width: 1024px) {
    body.page:not(.home),
    body.single-post.post-category-55 {
        --neuron-page-side-padding: 32px;
    }
}

@media only screen and (max-width: 767px) {
    body.page:not(.home),
    body.single-post.post-category-55 {
        --neuron-page-side-padding: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    body.page:not(.home) .jeg_content.jeg_singlepage > .container,
    body.single-post.post-category-55 .jeg_content > .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: var(--neuron-page-side-padding) !important;
        padding-right: var(--neuron-page-side-padding) !important;
        box-sizing: border-box !important;
    }

    body.page:not(.home) .jeg_vc_content > .vc_row,
    body.page:not(.home) .jeg_vc_content > .wpb-content-wrapper > .vc_row,
    body.page:not(.home) .wpb-content-wrapper > .vc_row,
    body.single-post.post-category-55 .jeg_vc_content > .vc_row,
    body.single-post.post-category-55 .jeg_vc_content > .wpb-content-wrapper > .vc_row,
    body.single-post.post-category-55 .wpb-content-wrapper > .vc_row {
        max-width: none !important;
        width: auto !important;
    }
}


.entity-profile-image figure,
.entity-profile-image figure.alignleft,
.entity-profile-image figure.aligncenter,
.entity-profile-image figure.alignright {
  margin-top: 6px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}