﻿/* New grey box widget styles */
.graybox-img {
    align-items: center;
    justify-content: center;
    max-width: none;
    display: block;
    height: 32px;
    margin-left: 35px;
}

.graybox-colour {
    background-color: #737373;
    display: flex;
}

.graybox-text {
    padding-left: 10px;
    font-size: 30px;
    color: #f5f3f1;
    font-weight: 300;
}

img.icon-32 {
    max-width: none;
}

/*Styles for Bootstrap 5*/

/*Banner Change scheme to view*/
/*Two right arrow icon image in Change scheme to view, funding page*/
.bg-two-icons {
    background: url(../../../../../../content/images/Buttonicons_rightarrow_grey.png) no-repeat -7px center, url(../../../../../../content/images/Buttonicons_rightarrow_grey.png) no-repeat calc(100% - 6px) center;
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-decoration: underline;
}
/*Font size 13.5pt*/
.fs-13_5pt {
    font-size: 13.5pt;
}

.fs-10_5pt {
    font-size: 10.5pt;
}

.fs-9pt {
    font-size: 9pt;
}

/*Banner Log out*/

.banner_logout {
    position: relative;
    background: url('../../../../../../content/images/btnarrow.png') no-repeat;
    padding-right: 1.4rem !important; /* smaller default */
    background-position: 72px;
    background-repeat: no-repeat;
    white-space: nowrap; /* prevents text wrap */
}

    .banner_logout:hover, .banner_logout:focus {
        background: url('../../../../../../content/images/arrows_orange.png') no-repeat;
        background-position: 68px;
        padding-right: 1.4rem !important;
        color: #c73f00;
        overflow: hidden;
        max-width: 100%;
    }

/*/*Modal pop-up backdrop screen making translucent*/
/*.modal-backdrop {
    --bs-backdrop-bg: transparent;
    --bs-backdrop-opacity: 0;
}*/

/*Modal pop-up background colour*/
.modal-bgclr {
    background-color: rgba(0, 0, 0, 0.4);
}

/*Modal pop-up Content border and colour*/
.modal-Pop-up-Content {
    background-color: #fefefe;
    border-left: 1px solid #c63f00;
    border-top: 1px solid #c63f00;
    border-right: 1px solid #f89828;
    border-bottom: 1px solid #f89828;
}

/*Modal pop-up header colour*/
.modal-header-colour {
    background-color: #FEF0DF;
    color: #C73F00;
}

/*Modal pop-up header position*/
.modal-header {
    position: relative;
}

    /*Modal pop-up header bottom arrow on top left*/
    .modal-header::before {
        content: "";
        width: 0;
        height: 0;
        border: .8em solid transparent;
        position: absolute;
    }
    /*Modal pop-up header bottom arrow on top left*/
    .modal-header::before {
        inset: 62px 0px -20px 24px;
        border-top: 10px solid #FEF0DF;
    }



/*Modal pop-up timer*/
.countdown-Timer {
    color: #ce623e;
    width: 80%;
    line-height: 50px;
    font-size: 36px;
}

/**/
.pop-up-submit {
    height: 38px;
    background-color: #737373;
    background-repeat: no-repeat;
    border: 1px solid black;
}

    /**/
    .pop-up-submit:hover, pop-up-submit:focus {
        background-color: #c73f00;
        border: 1px solid #737373;
        color: #fff;
    }

/**/
.modal-body-fontclr {
    color: #ce623e;
}

/**/
.modal-content-width {
    /*  width: revert;*/
    border-radius: 0px;
}

.img-icon {
    position: relative;
    float: left;
    inset: 12px 0px 0px -14px;
}

.img-text {
    margin: -14px 0 0 7px;
}

.dataloadcolour {
    color: #c73f00;
}

.upload-schedulecount {
    color: #000
}

    .upload-schedulecount:hover {
        color: #c83e00
    }

.schedule-count-text {
    color: #000
}

    .schedule-count-text:hover {
        color: #41484d
    }

.todo-message-counter {
    background-color: #c73f00;
    padding: 2px 4px;
    color: #fff;
    font-size: 9pt;
}

.todo_rightarrowhover {
    padding: 10px 5px 10px 12px;
    background: url(../../../../../../content/images/WhiteBg1.png) no-repeat;
    background-size: 160px 58px;
    width: 115px;
    position: relative;
    left: 1px;
}

.todo_rightarrow {
    background-position: left center;
    /* background: url(../../../../../../content/images/callout.png) no-repeat left center;*/
    border-left: medium none;
}

    .todo_rightarrow.todo_rightarrowhover {
        border-right: 1px solid #dadcdd;
    }

.todo_rightarrowhover:hover {
    padding: 10px 5px 10px 12px;
    background: url(../../../../../../content/images/PinkBg1.png) no-repeat;
    background-size: 160px 58px;
    width: 115px;
    position: relative;
    left: 1px;
    color: #c83e00;
}
/*Login Status User Info widget*/
.login-status-img {
    transform: translateY(-12px);
}

/*Login status user role font colour*/
.login-status-fontclr {
    color: #282828;
}

/*Also in This Widget styles*/
.Alsointhissec-bottom {
    border-bottom: 6px solid rgb(218, 220, 221);
}

.categories_bottom {
    padding-top: 1rem;
}

.alsoinwidget-header-clr {
    color: #41484d;
    font-size: 15pt;
}

.Alsointhissec li a:active {
    text-decoration: underline;
    color: #41484d;
}

.Alsointhissec.selected {
    color: #41484d;
    list-style-type: disc;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-top: 2px;
}

ul a.Alsointhissec:hover {
    color: #282828;
    text-decoration: underline;
}


.Alsointhissec ul {
    color: #737373;
    margin-left: 0px;
    padding-left: 5px;
    list-style-type: none;
    margin-bottom: 10px;
    content: none;
}

    .Alsointhissec ul li a {
        font-size: 10.5pt;
        font-weight: bold;
        margin-top: 3px;
        color: #737373;
    }

    .Alsointhissec ul li:before {
        content: ">>";
        list-style: outside none none;
    }

    .Alsointhissec ul li::marker {
        color: #737373;
        list-style-type: disc;
    }

.Alsointhissec li::marker {
    color: #737373;
}

.Alsointhissec ul ul > li::marker {
    content: none;
}

/*Non-selected class style*/
.Alsointhissec a {
    color: #737373;
    font-weight: bold;
    text-decoration: none;
}

.Alsointhissec li::before {
    color: #737373;
}

/*Arrow after Parent nodes*/
ul.Alsointhissec > li > a::after {
    content: " >>";
}

ul.Alsointhissec ul li > a::after {
    content: none; /* remove for child items */
}

.navitem1-pb {
    padding-bottom: 2px;
}

/*Document list styles*/
.downloadList-fileSizeInfo {
    font-size: 11px;
    color: #666;
}

.downloadList-Title {
    color: #41484d;
    text-decoration: underline;
    font-size: 13px;
}

a.downloadList-Title {
    text-decoration: underline;
}
/*Document List pager - Pager.cshtml*/
.sf_pagerNumeric + a {
    margin-left: 8px;
    background-image: url('../../../../../../content/images/pagination icon_news_next_off.png');
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}

    .sf_pagerNumeric + a:hover {
        margin-left: 8px;
        background-image: url('../../../../../../content/images/pagination icon_news_next_over.png');
        height: 32px;
        width: 32px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top;
        font-size: 0px;
    }

.sf_pagerNumeric {
    display: inline-block;
    margin-top: 8px;
}

    .sf_pagerNumeric a.sf_PagerCurrent:link, .sf_pagerNumeric a.sf_PagerCurrent:visited, .sf_pagerNumeric a.sf_PagerCurrent:hover, .sf_pagerNumeric a.sf_PagerCurrent:active {
        background-color: #fff;
        border-color: #fff;
        color: #282828;
        cursor: default;
        font-weight: bold;
        text-decoration: underline;
    }

    .sf_pagerNumeric a:link, .sf_pagerNumeric a:visited, .sf_pagerNumeric a:hover, .sf_pagerNumeric a:active {
        padding: 1px 6px;
        color: #282828;
        border: 1px solid #fff;
        text-decoration: none;
    }

.sf_pagerNumeric_active {
    padding: 1px 6px;
    color: #282828;
    /* border: 1px solid #fff;*/
    text-decoration: none;
    font-weight: bold;
    margin-top: 8px;
}


/*New List Page*/

.news-card {
    box-shadow: 1px 2px 11px 3px #e9ecef;
    transition: transform 70ms cubic-bezier(.4,0,.2,1), box-shadow 90ms cubic-bezier(.4,0,.2,1);
}

    .news-card:hover,
    .news-card:focus-within {
        transform: scale(1.03);
        box-shadow: 0 14px 32px rgba(0,0,0,0.15);
    }

.news-card-img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 112px;
    background: lightgray url("../../../../../../content/images/default-source/default-album/imagesicon2-(7).jpg") center / 51px 41px no-repeat;
}

.news-datetime {
    font-size: 12px;
    color: #343a40;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.news-meta .clock {
    opacity: .6;
}

.news-title a {
    color: #7AAFBB;
    text-decoration: underline;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.02px;
}

.news-summary {
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.1px;
}

.custom-margin {
    margin-top: 20px;
}

.news-corner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(42%, 168px); /* wider wedge */
    height: 64px; /* shallow height like the image */
    background: #7aafbb;
    /* diagonal from ~40% of bottom edge up to top-right */
    clip-path: polygon(100% 0, 100% 100%, 40% 100%);
    z-index: 1;
}

    .news-corner a {
        inset: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 0 8px 4px 0;
        position: absolute;
        font-size: 46px;
        line-height: 1;
        text-decoration: none;
        color: white;
    }

.w-15 {
    width: 15px;
}

.h-15 {
    height: 15px;
}

.news-card .card-body {
    padding: 0.75rem;
}

/*Home Page News Widget*/
.col-12-home {
    flex: 0 0 auto;
}

.newscontent {
    margin: 0px 38px 0px 65px;
}

.news_hometitle {
    font-size: 11.5pt;
    color: #41484d;
}

.col-md-6 > div {
    text-align: justify;
}

.border-pink {
    /*  width: 107.5%;
    height: 305px;
    margin-left: -40px;*/
    background-color: hsla(0, 67%, 97%, 1);
}

.fs-11_1pt {
    font-size: 11.1pt;
}

.lh-3-3 {
    line-height: 3.3;
    margin-top: -20px;
}

.newsh2 {
    color: #282828;
}

.para-content {
    font-size: 11.1pt;
    line-height: 1.3;
}

.home-news {
    font-size: 11.1pt;
    color: #282828;
    line-height: 1.3;
}
/*Detail News Page*/
.detail-title {
    padding: 1px 0 0;
}

.detail-summary {
    color: #666;
    font-size: 15px;
    padding: 30px 0 0;
}

.details-content {
    padding: 20px 0;
    line-height: 18px;
}

.detail-p {
    margin-bottom: 18px;
}

.detail-img {
    object-fit: cover
}

img {
    border: 0 none;
}

img {
    max-width: initial;
    vertical-align: bottom;
}

.detail-back {
    --bs-border-color: #41484d;
    padding-bottom: 20px;
}

.detail-backbutton {
    font-weight: bold;
    background: url("../../../../../../content/images/Buttonicons_leftarrow_grey.png") no-repeat, url("../../../../../../content/images/Buttonicons_leftarrow_grey.png") no-repeat;
    background-position: -14px, -7px;
    padding-left: 25px;
    cursor: pointer;
}

.backbutton-block {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sfContentBlock_t14 {
    font-size: 15pt;
    color: rgb(65, 72, 77);
    font-family: roboto;
    margin-bottom: 10px;
    padding-left: 8px;
}

.t14_template-page-heading {
    border-bottom: 1px solid #41484d;
    font-weight: lighter;
    font-size: 21pt;
    color: #41484d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.top-margin-half {
    margin-top: 10px;
    margin-left: 5px;
}
/*Trustee Directors page W4Accordion T5 template*/
.t5_page-title-blk-bdr-thick {
    border-bottom: 6px solid #41484d;
    color: #41484d;
    font-family: roboto;
    margin-bottom: 20px;
}

.template-page-heading {
    border-bottom: 1px solid #41484d;
    color: #41484d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.trusteedirector-header {
    background-color: #41484d;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 10.5pt;
}

.trusteedirector-img {
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 150px;
    height: auto;
}

.trusteedirector-dtls {
    margin-left: 10px;
    margin-top: 10px;
}

.trusteedirector-data {
    margin-bottom: 10px;
}

.trusteedirector-lbl {
    color: #41484d;
    min-width: 110px; /* replaces float + width */
}

.trusteedirector-fld {
    color: #41484d;
    word-break: break-word;
}

h3 {
    font-weight: bold;
}

.trustee-text {
    font-size: 10.5pt;
}

div.trusteedirector-Summary {
    margin-top: 20px;
    border-top: 1px solid #dadcdd;
    border-bottom: 6px solid #dadcdd;
    margin-bottom: 20px;
    color: #444;
    outline: none;
    display: block;
    cursor: pointer;
    margin: 2px 0 0 6px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
    background: #fff url(../../../../../../content/images/Buttonicons_rightarrow_grey.png) no-repeat -1% -3px;
}

    div.trusteedirector-Summary h3 {
        margin-left: 2%;
    }

    div.trusteedirector-Summary.active {
        border-top-left-radius: 3px;
        border-bottom: none;
        background: #fff url(../../../../../../content/images/Buttonicons_downarrow_grey.png) no-repeat;
    }

div.trusteedirector-panel {
    padding: 10px 18px;
    display: none;
    background-color: #FEF4EA;
    margin-bottom: 20px;
}

    div.trusteedirector-panel.show {
        display: block;
        border-bottom: 6px solid #dadcdd;
    }
/*Newsletter List Page*/
/* Base layout */
.newsletter-resources-scr {
    width: 100%;
}

    /* Bullet behavior scoped correctly */
    .newsletter-resources-scr ul {
        list-style: disc;
        padding-left: 1.25rem;
        margin: 0 0 1rem 0;
    }

.railpen-newsletter-widget {
    width: 100%;
    margin-bottom: 1.5rem;
}

.railpen-news-post,
.railpen-featured-news-post {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem;
}
    /* Contents header */
    .railpen-featured-news-post .hide {
        display: block;
    }

    .railpen-news-post .hide {
        display: none;
    }

/* Featured styling */
.railpen-featured-news-post {
    background-color: #d9ebf3;
    border-bottom: 1px solid #282828;
}

.railpen-news-post {
    border-bottom: 1px solid #dadcdd;
}
/* LEFT CONTENT */
.railpen-news-post-content {
    flex: 1 1 60%;
    min-width: 0;
}

.railpen-news-post-content {
    order: 1;
}

/* RIGHT IMAGE */
.railpen-news-post-img {
    flex: 1 1 35%;
    /* display: flex;*/
    justify-content: center;
    align-items: flex-start;
    vertical-align: top;
}

    .railpen-news-post-img img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

.railpen-news-post-img {
    order: 2;
    justify-content: flex-start;
}

.railpen-news-edition {
    color: #737373;
    margin-bottom: .5rem;
}

.railpen-news-post-hdr {
    font-size: 1.125rem;
    color: #41484d;
    margin-bottom: 1rem;
}

.railpen-list-hdr {
    font-size: .95rem;
    color: #41484d;
    margin-bottom: .25rem;
}
/* Description */
.railpen-description-newsletter {
    max-width: 60rem;
    margin-inline: auto;
}

/*Download Button*/
.newsletter-btn-downloadpdf {
    width: 170px;
    height: 40px;
    background: #fff url(../../../../../../content/images/Buttonicons_PDF_download_green.png) no-repeat 5px;
    border: 1px solid #00894a;
    color: #00894A;
    margin-right: 20px;
    text-decoration: none;
}
/* normal state */
a.custom-link,
a.custom-link:link,
a.custom-link:visited {
    color: #00894A;
}

    /* hover state */
    a.custom-link:hover,
    a.custom-link:focus {
        color: #fff;
    }


.newsletter-btn-downloadpdf:hover, .newsletter-btn-downloadpdf:focus {
    width: 170px;
    height: 40px;
    background: #00894a url(../../../../../../content/images/Buttonicons_PDF_download_white.png) no-repeat 5px;
    border: 1px solid #00894a;
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}

.newsletter-btn-downloadpdf .newsletter-button-icon-border-green {
    border-right: 1px solid #00894A;
    padding-right: 15px;
}

.newsletter-btn-downloadpdf:hover .newsletter-button-icon-border-green, .newsletter-btn-downloadpdf:focus .newsletter-button-icon-border-green {
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.newsletter-button-icon-border-green:hover, .newsletter-button-icon-border-green:focus {
    display: inline-block;
    border-right: 1px solid #fff;
    outline: 0;
}

.newsletter-button-icon-border-green {
    height: 39px;
    border-right: 1px solid #00894A;
    float: left;
    width: 43px;
}

.newsletter-btn-shrt-text-dnldPDF {
    padding-top: 15px;
    padding-left: 6px;
}

.newsletter-button-icon-border-green:hover, .newsletter-button-icon-border-green:focus {
    display: inline-block;
    border-right: 1px solid #fff;
}

.p-margin {
    margin-top: 20px;
}

.bottom-margin {
    margin-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

/*Railpen News Item Resources*/
.railpen-news-item {
    border-bottom: 1px solid #dadcdd;
}

    .railpen-news-item:hover {
        background-color: #e6f1f7;
    }

    .railpen-news-item .railpen-news-item-hdr {
        font-size: 14pt;
        margin-top: 5px;
    }

        .railpen-news-item .railpen-news-item-hdr a {
            font-weight: bold;
            margin-top: 10px;
            text-decoration: none;
            color: #41484d;
        }

.railpen-news-item-content {
    color: #737373;
    margin-bottom: 20px;
}

/*Member Reports*/
.report-checkbox-option .report-page-subtitle {
    font-size: 15pt;
    color: #41484d;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.report-checkbox-option input[type="checkbox"] {
    width: 0;
    height: 0;
    clip: rect(0 0 0 0);
}

    .report-checkbox-option input[type="checkbox"] ~ .report-checkbox-activator {
        padding: 3px;
        border: 1px solid #c0c0c2;
        border-image: none;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-color: #f6f6f7;
    }

    .report-checkbox-option input[type="checkbox"] ~ .selected.report-checkbox-activator {
        background: url(../../../../../../content/images/validation_tick_lightgreen.png) no-repeat center;
        border: 1px solid #00894A;
        border-image: none;
    }

.report-checkbox-option div {
    padding-top: 7px;
    margin-left: 15px;
    max-width: 90%;
    color: #00894a;
}

a.report_link, a.report_link:link, a.report_link:visited, a.report_link:hover, a.report_link:active {
    color: #4ca0c6;
    cursor: pointer;
}

.report-checkbox-err-msg {
    margin: 20px 0px 10px 20px;
    color: #c73f00 !important;
    font-size: 11.5pt;
}

.report-error {
    display: none;
}

.page-title-blk-bdr-thick {
    border-bottom: 6px solid #41484d;
    font-size: 15pt;
    color: #41484d;
    margin-top: 0px;
    width: 100%;
    font-family: roboto;
    font-weight: bold;
    margin-bottom: 20px;
}

.t4-template-page-heading {
    border-bottom: 1px solid #41484d;
    font-size: 21pt;
    color: #41484d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.t4-page-title-blk-bdr-thick {
    border-bottom: 6px solid #41484d;
    font-size: 15pt;
    color: #41484d;
    width: 100%;
    font-family: roboto;
    margin-bottom: 20px;
}

.t4-top-margin-half {
    margin-top: 10px;
}
/*Removing on hover underline in Audit Support and Upcoming webinars widget in dashboard*/
a.no-hover-underline:hover {
    text-decoration: none;
}
