﻿#newsroom-parent {
    font-size: 1.5vw;
    overflow: hidden;
}

    #newsroom-parent .top-content {
        text-align: center;
    }

        #newsroom-parent .top-content h1 {
            color: #133880;
            font-size: 4.5vw;
            font-weight: 900;
            padding: 1vw 0;
        }

        #newsroom-parent .top-content img.hero-banner {
            width: 100%;
        }

        #newsroom-parent .top-content .description {
            width: 90vw;
            margin: 2vw auto 4vw auto;
            text-align: left;
        }

            #newsroom-parent .top-content .description .desc-title {
                color: #133880;
                font-weight: 700;
            }

            #newsroom-parent .top-content .description .desc-text {
            }

    #newsroom-parent .latest-content {
        position: relative;
    }

        #newsroom-parent .latest-content h2 {
            width: 90vw;
            margin: auto;
            font-size: 2vw;
            font-weight: 900;
            color: #133880;
            margin-bottom: 2vw;
        }

        #newsroom-parent .latest-content .media-release {
            display: flex;
            width: 92vw;
            margin: auto;
            justify-content: center;
            /*align-items: center;*/
            border: 1pt solid grey;
            border-radius: 1vw;
            padding: 2vw;
            margin-bottom: 2vw;
            position: relative;
            z-index: 2;
            background: #fff;
        }

            #newsroom-parent .latest-content .media-release .child {
                flex: 0 0 50%;
                position: relative;
            }

                #newsroom-parent .latest-content .media-release .child:last-child {
                    display: flex;
                    flex-direction: column;
                    justify-content: start;
                }

                #newsroom-parent .latest-content .media-release .child img {
                    width: 90%;
                    border-radius: 1vw;
                }

                #newsroom-parent .latest-content .media-release .child h4 {
                    color: #133880;
                    font-weight: 800;
                    font-size: 1.75vw;
                    line-height: 2vw;
                }

                #newsroom-parent .latest-content .media-release .child .text {
                    margin: 2vw 0;
                }

                #newsroom-parent .latest-content .media-release .child .read-more {
                    color: #212529;
                }

            #newsroom-parent .latest-content .media-release:nth-of-type(2) .child:nth-of-type(1) {
                order: 1;
            }

                #newsroom-parent .latest-content .media-release:nth-of-type(2) .child:nth-of-type(1) img {
                    float: right;
                }

            #newsroom-parent .latest-content .media-release:nth-of-type(2) .child:nth-of-type(2) {
                order: 0;
            }

    #newsroom-parent .all-media-content {
        width: 90vw;
        margin: auto;
        margin-bottom: 5vw;
        position: relative;
        z-index: 2;
    }

        #newsroom-parent .all-media-content h3 {
            color: #133880;
            font-weight: 800;
            font-size: 2vw;
            margin-bottom: 2vw;
            margin-top: 4vw;
        }

        #newsroom-parent .all-media-content .media-release {
            display: flex;
            margin: 0.5vw 0;
        }

            #newsroom-parent .all-media-content .media-release .date {
            }

            #newsroom-parent .all-media-content .media-release .link a {
                margin-left: 1vw;
                font-weight: bold;
                text-decoration: underline;
                /*text-transform: capitalize;*/
                color: #212529;
            }

    #newsroom-parent .latest-content .koru {
        position: absolute;
        width: 35vw;
        z-index: 1;
        top: 20vw;
        left: -20vw;
    }

    #newsroom-parent .all-media-content .koru {
        position: absolute;
        width: 35vw;
        z-index: 1;
        top: -6vw;
        right: -25vw;
    }

@media screen and (max-width: 1024px) {
    #newsroom-parent {
        font-size: 4vw;
    }

        #newsroom-parent .top-content {
            padding-top: 20vw;
        }

            #newsroom-parent .top-content h1 {
                font-size: 6vw;
                padding: 3vw 0;
            }

            #newsroom-parent .top-content .description {
                line-height: 5vw;
            }

                #newsroom-parent .top-content .description .desc-text {
                    margin-top: 2vw;
                }

        #newsroom-parent .latest-content h2 {
            font-size: 5vw;
        }

        #newsroom-parent .latest-content .media-release {
            flex-direction: column;
            padding: 3vw;
            border-radius: 2vw;
        }

            #newsroom-parent .latest-content .media-release .child img {
                width: 100%;
                border-radius: 2vw;
            }

            #newsroom-parent .latest-content .media-release .child h4 {
                font-size: 4vw;
                line-height: 5vw;
                margin-top: 2vw;
            }

            #newsroom-parent .latest-content .media-release:nth-of-type(2) .child:nth-of-type(1) {
                order: 0;
            }

                #newsroom-parent .latest-content .media-release:nth-of-type(2) .child:nth-of-type(1) img {
                    float: unset;
                }

            #newsroom-parent .latest-content .media-release:nth-of-type(2) .child:nth-of-type(2) {
                order: 1;
            }

        #newsroom-parent .all-media-content h3 {
            font-size: 4.5vw;
        }

        #newsroom-parent .all-media-content .media-release {
            flex-direction: column;
            margin-bottom: 2vw;
        }

            #newsroom-parent .all-media-content .media-release .link a {
                margin-left: 0;
            }

        #newsroom-parent .latest-content .koru {
            width: 100vw;
            top: 85vw;
            left: -60vw;
        }

        #newsroom-parent .all-media-content .koru {
            width: 100vw;
            right: -70vw;
        }
}
