.dated-item-container {
    padding: 0 0 20px 0;
}
.dated-item-container:after {
    content: "";
    border-bottom: 1px solid #b2b2b2;
    padding-top: 10px;
    width: 80px;
    display: block;
}

.dated-item-container p {
    margin-bottom: 5px;
    line-height: 1;
}

.share-price-row {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b2b2b2;
}
.logo-panel {
    display: flex;
    min-height: 100px;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px;
    padding-bottom: 50px;
    align-items: center;
}
.logo-panel img {
    margin: auto 0;
    min-width: 280px;
}

.flip-panel {
    margin: 0 15px;
}
.flip-panel-middle {
    margin-top: 100px;
}

.flip-front-content {
    height: 100%;
    min-height: 150px;
    position: relative;
}
.home .tile .item-content-wrapper .face-b {
    height: 100%;
    /* min-height: 65svh; */
}

.tile .item-content-wrapper .face-a .image-cover img {
    min-width: 410px;
    object-fit: cover;
    object-position: center;
}
.our-strategy-new-panels .tile .item-content-wrapper .face-a .image-cover img {
    min-width: 298px;
    object-fit: contain;
}
.our-strategy-new-panels .four-panel-text {
    line-height: 1.2;
}
.horizontal .flip-front-content {
    height: initial;
    min-height: initial;
    max-height: initial;
    position: initial;
}
.mask {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.25);
}

/* Home page and investor landing page - Investors section */
.home .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container,
.investors .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container {
    height: calc(100% - 30px); /* The px value needs to match the .st-2 value */
    min-height: 600px;
}
.home .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container > .umb-block-grid__area,
.investors .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container > .umb-block-grid__area {
    position: absolute;
}
.home .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container > .umb-block-grid__area .umb-block-grid__layout-container,
.investors .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container > .umb-block-grid__area .umb-block-grid__layout-container {
    height: 100%;
    min-height: 600px;
}
.home .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container > .umb-block-grid__area .umb-block-grid__layout-container > :last-child,
.investors .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container > .umb-block-grid__area .umb-block-grid__layout-container > :last-child {
    position: unset;
}
.home .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container > .umb-block-grid__area .umb-block-grid__layout-container .fix-to-bottom,
.investors .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container > .umb-block-grid__area .umb-block-grid__layout-container .fix-to-bottom {
    left: -30px;
}

@media (min-width: 576px) {
    .home .flip-front-content {
        height: 100%;
        min-height: 150px;
        position: relative;
        width: 50%;
    }
    .logo-panel img {
        margin: auto 0;
        min-width: 350px;
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    /* home overview section */
    .home-overview {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .home-overview-heading {
        margin-top: 3rem;
    }
    /* logo section */
    .logo-panel img {
        /* filter: grayscale(1); */
        transition: 750ms ease;
        cursor: pointer;
    }
    .logo-panel img:hover {
        /* filter: grayscale(0); */
        transform: scale(1.15);
    }
    /* Home page Investors section */
    .home .umb-block-grid__layout-item > .results-presentations-feed > .umb-block-grid__area-container {
        height: calc(100% - 30px); /* The px value needs to match the .st-2 value */
        min-height: auto;
    }
    .flip-front-content {
        height: 35vh;
        min-height: 300px;
        max-height: 420px;
        position: relative;
    }
}

@media (min-width: 1024px) and (max-width: 1299px) {
    .logo-panel img {
        margin: auto 0;
        min-width: 250px;
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .middle-flip-panel-spacing {
        padding-top: 90px;
    }
    .home .flip-front-content {
        height: 100%;
        width: initial;
        min-height: 300px;
        max-height: 420px;
        position: relative;
    }
    .home .tile .item-content-wrapper .face-b {
        height: 100%;
        min-height: 50svh; 
    }
}
