body {
    --rd--theme--color--cyan: #03c4eb;
    --rd--theme--color--white: #ffffff;
    --rd--theme--color--black: #000000;
    --rd--theme--color--orange: #f0ad4e;
    --rd--theme--color--darkgray: #404041;
    --rd--theme--color--graywhite: #ececec;
    --rd--theme--color--gray: #999;
    --rd--theme--color--silver: silver;
}

.page-content-rd {
    padding-top: 20px;
    transition: all 0.3s ease;
}

.container-fluid-rd {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1300px;
}

.container-fluid-rd:before,
.container-fluid-rd:after {
    content: " ";
    display: table;
}

.container-fluid-rd:after {
    clear: both;
}

a {
    text-decoration: none;
}

.row-rd {
    margin-left: -15px;
    margin-right: -15px;
}

.row-rd:before,
.row-rd:after {
    content: " ";
    display: table;
}

.row-rd:after {
    clear: both;
}

.content-header-rd {
    position: absolute;
    top: 70px;
    left: 80px;
    right: 25px;
}

.content-header-rd .title-rd {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-header-rd.sticky-rd {
    position: static;
}

.content-header-rd.sticky-unpin-rd {
    position: fixed;
    top: 54px;
    left: 40px;
    right: -20px;
    max-width: inherit;
    z-index: 10;
}

.content-header-rd.sticky-unpin-rd .box-border-rd {
    -moz-box-shadow: 0 2px 6px var(--rd--theme--color--silver);
    -webkit-box-shadow: 0 2px 6px var(--rd--theme--color--silver);
    box-shadow: 0 2px 6px var(--rd--theme--color--silver);
    padding-bottom: 8px;
}

.content-header-rd.sticky-unpin-rd .box-border-rd .title-rd {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 4px;
}

.content-header-rd.sticky-unpin-rd .box-border-rd .btn-rd {
    font-size: 13px;
    padding: 4px 10px;
}

.content-header-rd .buttons-right-rd {
    margin-top: -5px;
}

.content-header-rd .buttons-right-rd .btn-rd {
    margin-left: 6px;
}

.content-header-rd.sticky-unpin-rd+.container-fluid-rd .tearsheet-summary-rd-rd,
.content-header-rd.sticky-unpin-rd+.frontend-rd .portfolio-detail-rd {
    margin-top: 110px;
}

.content-header-rd .tearsheet-options-rd {
    margin-top: -34px;
}

.box-border-rd {
    border: 1px solid var(--rd--theme--color--graywhite);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

.box-border-rd {
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.box-white-rd {
    background: var(--rd--theme--color--white);
}

.pull-right-rd {
    float: right;
}

.pull-right-rd>.dropdown-menu-rd-rd {
    right: 0;
    left: auto;
}

.content-header-rd.sticky-unpin-rd .box-border-rd .btn-rd {
    font-size: 13px;
    padding: 4px 10px;
}

.content-header-rd .buttons-right-rd .btn-rd {
    margin-left: 6px;
}

.content-header-rd.sticky-unpin-rd+.container-fluid-rd .tearsheet-summary-rd-rd,
.content-header-rd.sticky-unpin-rd+.frontend-rd .portfolio-detail-rd {
    margin-top: 110px;
}

.fa-rd {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-download-rd:before {
    content: "\f019";
}

.dropdown-rd {
    position: relative;
}

.dropdown-menu-rd {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: var(--rd--theme--color--white);
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu-rd.pull-right-rd {
    right: 0;
    left: auto;
}

.btn-rd {
    border: 0;
    padding: 6px 8px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

/* Dropdown Button */
.btn-rd.btn-line-blue-rd {
    background: var(--rd--theme--color--cyan);
    color: var(--rd--theme--color--white);
}

/* Dropdown button on hover &amp; focus */
.btn-rd.btn-line-blue-rd:hover,
.btn-rd.btn-line-blue-rd:focus {
    background: transparent;
    border: 1px solid var(--rd--theme--color--cyan);
    color: var(--rd--theme--color--cyan);
}

.btn-rd.btn-line-blue-rd:focus {
    outline: unset;
}

.btn-rd.btn-line-disabled-rd {
    background: transparent;
    border: 1px solid var(--rd--theme--color--gray);
    color: var(--rd--theme--color--gray);
}

/* The container  - needed to position the dropdown content */
.dropdown-rd {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-rd {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    background-color: rgb(236, 240, 243);
    border-radius: 4px;
    text-align: center;
    box-shadow: rgb(209 217 230) 9px 9px 15px inset,
        rgb(255 255 255) -9px -9px 15px inset;
    transition: all 0.2s ease-in-out 0s;
}

/* Links inside the dropdown */
.dropdown-content-rd a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content-rd a:hover {
    color: var(--rd--theme--color--cyan);
    border-radius: 4px;
    box-shadow: rgb(209 217 230) 9px 9px 15px, rgb(255 255 255) -9px -9px 15px;
    letter-spacing: -0.2px;
    padding: 5px;
    margin: 6px;
    background-color: rgb(235, 236, 240);
    text-shadow: rgb(255 255 255) 1px 1px 0px;
    transition: all 0.2s ease-in-out 0s;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content-rd container when the user clicks on the dropdown button) */
.show-rd {
    display: block;
}

.pull-right-rd>.dropdown-menu-rd {
    right: 0;
    left: auto;
}

.dropdown-documents-rd {
    display: inline-block;
}

.dropdown-documents-rd .dropdown-menu-rd {
    left: auto;
    right: 0;
}

.content-header-rd .title-rd {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tearsheet-stats-rd {
    font-size: 14px;
}

.tearsheet-stats-rd .stat-rd {
    padding: 0 5px;
    display: table-cell;
}

.tearsheet-stats-rd .neg-rd,
.tearsheet-stats-rd .pos-rd {
    border-left: 1px solid #e2e2e2;
}

.tearsheet-stats-rd .neg-rd {
    color: #d9534f;
    font-weight: bold;
}

.tearsheet-stats-rd .pos-rd {
    color: #5cb85c;
    font-weight: bold;
}

.tearsheet-stats-rd .timestamp-rd,
.tearsheet-stats-rd .issuer-rd {
    font-size: 12px;
    color: var(--rd--theme--color--gray);
}

.tearsheet-summary-rd {
    margin-bottom: 15px;
}

.tearsheet-summary-rd th,
.tearsheet-summary-rd td {
    font-size: 14px;
    text-align: left;
    padding: 5px;
}

.tearsheet-summary-rd .tearsheet-header-details-rd .date-details-rd table {
    margin: 0;
    width: 378px;
    margin-bottom: 10px;
}

.date-details-rd {
    min-width: 270px;
}

.tearsheet-summary-rd tbody>tr>td {
    padding: 5px 10px 5px 5px;
    text-align: right;
}

.tearsheet-summary-rd tbody>tr>th {
    padding: 5px 5px 5px 10px;
}

.table-rd {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-rd>thead>tr>th,
.table-rd>thead>tr>td,
.table-rd>tbody>tr>th,
.table-rd>tbody>tr>td,
.table-rd>tfoot>tr>th,
.table-rd>tfoot>tr>td {
    padding: 5px;
}

.table-rd>tbody>tr>td,
.table-rd>thead>tr>th,
.table-rd>tfoot>tr>td {
    vertical-align: middle;
}

.table-rd td {
    font-size: 11px;
}

.table-rd th {
    font-size: 11px;
    text-align: left;
    text-transform: none;
}

.table-rd .table-rd {
    background-color: var(--rd--theme--color--white);
}

.table-rd>thead>tr>th,
.table-rd>thead>tr>td,
.table-rd>tbody>tr>th,
.table-rd>tbody>tr>td,
.table-rd>tfoot>tr>th,
.table-rd>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /* border-top: 1px solid #ddd; */
}

.table-rd>tbody>tr>th {
    width: 246px;
}

.table-rd>tbody>tr>td {
    width: 118px;
}

.table-rd>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table-rd>caption+thead>tr:first-child>th,
.table-rd>caption+thead>tr:first-child>td,
.table-rd>colgroup+thead>tr:first-child>th,
.table-rd>colgroup+thead>tr:first-child>td,
.table-rd>thead:first-child>tr:first-child>th,
.table-rd>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table-rd>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table-striped-rd>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-rd.table-striped-rd tr:hover td,
.table-rd.table-striped-rd tr:hover th {
    background-color: #d1f6fb;
}

.table-rd.table-striped-rd tr.clickable:hover {
    cursor: pointer;
}

.security-summary-rd {
    font-size: 14px;
    line-height: 21px;
    padding: 15px;
    min-height: 200px;
    margin: 0 15px;
}

.security-summary-rd .security-title-rd {
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: var(--rd--theme--color--darkgray);
}

.security-summary-rd .security-title-rd a {
    text-decoration: none;
}

.security-summary-rd .security-title-rd .link-rd {
    font-size: 13px;
    font-weight: normal;
}

.security-summary-rd .security-title-rd .fa-expand-rd {
    font-size: 14px;
}

.security-summary-rd .scroll-child-rd {
    height: 90%;
    margin-top: 10px;
}

.security-summary-rd .scroll-child-rd .summary-text-rd {
    height: 100%;
    overflow: auto;
    padding-top: 20px;
}

.disclaimer-rd {
    background: var(--rd--theme--color--darkgray);
    color: var(--rd--theme--color--white);
    font-size: 14px;
    padding: 20px 40px 20px 30px;
    max-width: 1300px;
    margin: 15px auto;
    line-height: 16px;
    clear: both;
}

.disclaimer-rd p {
    font-size: 60%;
}

small,
.small-rd {
    font-size: 85%;
}

.pull-right-rd img {
    width: 50px;
    height: 50px;
}

.alignment-center-rd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.customized-subscribe-submit-button a:hover {
    background-color: var(--rd--theme--color--white);
    color: var(--rd--theme--color--orange);
    border: 2px solid var(--rd--theme--color--orange);
}

.archive .list-article-meta,
.blog .list-article-meta,
.entry-footer {
    display: none;
}

.blog .site-content,
.single-post .site-content {
    height: 100vh;
}

#content {
    min-height: 65vh;
    height: unset;
}

.site-footer {
    background: var(--rd--theme--color--white);
}

.single .entry-header .entry-title {
    display: none;
}

article .entry-header {
    display: block;
}

.single-post .site-content {
    height: unset;
}

.entry-meta {
    display: none;
}

.no-sidebar .entry-content>.alignwide {
    padding-top: 16px;
}

.wp-block-columns {
    margin-bottom: 20px;
}

.wp-block-post-title a {
    font-size: 24px;
}

.wp-block-spacer {
    display: none;
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    font-size: 16px;
}

.wp-block-search__label {
    display: none;
}

.wp-block-search__inside-wrapper {
    padding-left: 34px;
}

.wp-block-post-title a {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.search-results .entry-header .entry-title a:hover {
    color: var(--rd--theme--color--cyan);
}

.wp-block-post-title a:hover {
    color: var(--rd--theme--color--cyan);
    text-decoration: unset;
}

.site-branding .no-logo-img.has-desc .site-title,
.site-branding .has-logo-img .site-title {
    display: none;
}

.site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
    display: none;
}

.has-large-font-size {
    height: 128px;
}

.wp-block-post-featured-image {
    display: none;
}

#sub-hero-image-rd {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 640px;
    height: 360px;
    margin: 30px auto;
    color: var(--rd--theme--color--black);
    background-image: url("https://researchdigest.com.au/wp-content/uploads/2022/06/photo.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#sub-hero-image-primary-text-rd {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
}

#sub-hero-image-secondary-text-rd {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

#sub-hero-image-button-rd {
    text-align: center;
    background: var(--rd--theme--color--orange);
    border: var(--rd--theme--color--orange);
    color: var(--rd--theme--color--white);
    display: block;
    width: 240px;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

#top-hero-container-rd {
    display: flex;
    flex-direction: row;
    background: #0000ff;
    color: var(--rd--theme--color--white);
    align-items: center;
    justify-content: space-around;
}

#top-hero-container-rd button {
    width: 140px;
    padding: 4px 6px;
    background: var(--rd--theme--color--orange);
    border: var(--rd--theme--color--orange);
    color: var(--rd--theme--color--white);
    text-transform: uppercase;
}

#top-footer-rd {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 940px) {
    .right-sidebar .content-area {
        padding-right: 0;
        border-right: unset;
        width: unset;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

@media screen and (min-width: 1366px) {
    .right-sidebar .content-area {
        border-right: unset;
        width: 1300px;
    }
}

@media screen and (max-width: 640px) {
    #sub-hero-image-rd {
        width: 100%;
        margin: 20px auto;
    }

    #sub-hero-image-primary-text-rd {
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    #sub-hero-image-secondary-text-rd {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    #sub-hero-image-button-rd {
        font-size: 12px;
    }
}

@media screen and (max-width: 420px) {
    .tearsheet-summary-rd .tearsheet-header-details-rd .date-details-rd table {
        max-width: 234px;
        margin: 0 auto;
    }

    .table-rd>tbody>tr>th {
        width: 160px;
    }

    #sub-hero-image-primary-text-rd {
        padding: 0 8px;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    #sub-hero-image-secondary-text-rd {
        padding: 0 8px;
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    #sub-hero-image-button-rd {
        font-size: 12px;
    }

    #top-hero-container-rd {
        flex-direction: column;
    }

    #top-hero-container-rd button {
        margin: 10px;
    }

    #top-footer-rd {
        flex-direction: column;
        align-items: baseline;
        padding-left: 25vw;
        margin-bottom: 40px;
    }

    #top-footer-rd ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 300px) {
    #sub-hero-image-primary-text-rd {
        padding: 0 6px;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    #sub-hero-image-secondary-text-rd {
        padding: 0 6px;
        font-weight: 400;
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 10px;
    }

    #sub-hero-image-button-rd {
        font-size: 10px;
        width: 80%;
    }

    #top-footer-rd {
        flex-direction: column;
        align-items: baseline;
        padding-left: 18vw;
        margin-bottom: 40px;
    }

    #top-footer-rd ul {
        padding-left: 0;
    }
}

@media print {
    .page-content-rd {
        padding: 0;
        margin: 1cm;
    }

    .page-content-rd table,
    .page-content-rd th,
    .page-content-rd td {
        border: 1px solid var(--rd--theme--color--black) !important;
        font-size: 8pt;
    }

    .page-content-rd .table-rd th {
        background: var(--rd--theme--color--white) !important;
        color: var(--rd--theme--color--black) !important;
    }

    .hidden-print-rd {
        display: none !important;
    }

    .table-rd {
        border-collapse: collapse !important;
    }

    .table-rd td,
    .table-rd th {
        background-color: var(--rd--theme--color--white) !important;
    }
}