﻿/*  NEWS ROOM DESIGN START  */

.newsroom-section {
    background-color: #E5E5F9;
    background-color: #f2f0fe;
    background-image: -webkit-linear-gradient(top, rgb(56, 79, 104) 0px, rgb(28, 50, 74) 200px, rgb(242, 240, 254) 152px, rgb(242, 240, 254) 80%);
    background-image: -ms-linear-gradient(top, rgb(56, 79, 104) 0px, rgb(28, 50, 74) 200px, rgb(242, 240, 254) 152px, rgb(242, 240, 254) 80%);
    padding-top: 100px;
    overflow: hidden;
    color: #5e5e5e;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.news-lhs-container {
    max-width: 73%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.news-rhs-container {
    max-width: 27%;
    text-align: left;
    display: inline-block;
    padding: 120px 0 0 20px;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    vertical-align: top;
}

.news-rhs-inner-wrapper {
    position: relative;
    height: 100%;
    background-color: rgb(227, 224, 247);
    border-radius: 10px;
    padding: 15px 10px 15px 15px;
}

.newsroom-page-title {
    font-size: 1.7em;
    margin-left: 5px;
    margin-bottom: 15px;
    color: hsl(211, 33%, 90%);
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
}


.news-list {
    padding-left: 15px;
    margin-left: 20px;
    position: relative;
}

    .news-list.priority {
        border-left: 3px solid #5aa7e4;
    }

    .news-list > li {
        margin-bottom: 10px;
    }

    .news-list strong {
        position: relative;
        font-family: inherit;
        color: rgb(28, 49, 74);
        font-family: work-sans-medium, Arial, Helvetica, sans-serif;
    }

    .news-content strong{
        color: rgb(28, 49, 74);
        font-family: work-sans-medium, Arial, Helvetica, sans-serif;
    }


.newsroom-main-container {
    position: relative;
    width: calc(100% - 35px);
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: left;
    max-width: 1350px;
}


.news-lhs {
    background-color: white;
    padding: 25px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
}

.sidebar-title {
    margin-bottom: 10px;
}

.news-rhs {
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
    height: 100%;
    padding: 5px;
    overflow-x: hidden;
}

    .news-rhs::-webkit-scrollbar {
        width: 10px;
    }

.news-rhs {
    scrollbar-base-color: #c4c4c4;
    scrollbar-face-color: #c4c4c4;
    scrollbar-3dlight-color: #c4c4c4;
    scrollbar-highlight-color: #c4c4c4;
    scrollbar-track-color: #f1f1f1;
    scrollbar-arrow-color: #c4c4c4;
    scrollbar-shadow-color: #c4c4c4;
}

    .news-rhs::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 20px;
    }

    .news-rhs::-webkit-scrollbar-thumb {
        background-color: #c4c4c4;
        border-radius: 20px;
        transition: 1s ease;
    }

        .news-rhs::-webkit-scrollbar-thumb:hover {
            background-color: #a8a8a8;
        }



.sidebar-news-description {
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    font-size: .9rem;
    color: #3f3f3f;
}

.news-rhs-date {
    display: inline-block;
    vertical-align: top;
    background-color: #84859A;
    background-color: rgb(9, 185, 185);
    border-radius: 8px;
    color: white;
    padding: 2px 6px;
    font-family: work-sans-medium, Arial, Helvetica, sans-serif;
    font-size: .75em;
    margin-bottom: 10px;
}

.news-rhs-title {
    text-decoration: none;
    line-height: 1.35rem;
    color: rgb(51, 91, 138);
}

.news-content-title {
    color: rgb(73, 73, 73); 
}

.coloured-news-content-title{
    color: #4b7bc3;
}


.news-more {
    color: rgb(81, 81, 81);
    font-family: inherit;
    text-decoration: underline;
}

    .news-more:hover {
        text-decoration: underline;
        color: #306faf;
    }

    .news-more::after {
        font-family: "office365icons";
        content: '\e054';
        font-size: inherit;
        font-weight: 400;
        display: inline-block;
        width: 10px;
        margin-right: -10px;
        vertical-align: middle;
        text-decoration: none;
        font-size: 1.2em;
    }


.news-rhs-wrapper {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cdc6fa;
}

    .news-rhs-wrapper:last-child {
        border-bottom: none;
    }


.news-rhs-title-link {
    text-decoration: none;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

    .news-rhs-title-link:hover {
        color: rgb(41, 74, 112);
        text-decoration: underline;
    }

.news-lhs-container .droid-section-sub-title-desc {
    line-height: 1.7em;
    margin: 5px 0 15px;
    color: #696969;
}

.news-content a {
    text-decoration: underline;
    color: #36a8da;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

.news-content a:hover{
   color: #369ecd;
}


.news-list.priority > li {
    list-style: none;
}

.news-rhs-container .droid-section-sub-title-desc {
    padding-right: 10px;
    color: #696969;
}

.press-title {
    font-size: 1.2em;
    font-weight: 400;
    padding: 5px;
    padding-left: 0px;
    color: rgb(87, 87, 87);
}

.press-links {
    margin: 5px;
    color: rgb(94, 94, 94);
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    background: #f5f5f5;
    font-size: 1.1em;
    font-family: inherit;
}

    .press-links:hover {
        text-decoration: underline;
    }

.news-sidebar-title {
    font-size: .9em;
    color: rgb(9, 185, 185);
    color: rgb(41, 74, 112);
    margin-bottom: 8px;
    margin-left: 5px;
    font-weight: 500;
    display: none;
}
.news-hlt-content .news-hlt-desc{
    width: 98%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;
    background: rgba(242, 244, 247, 0.83);
    margin-bottom: 25px;
    font-size: 1.15em;
    border-radius: 5px;
    color: #5c5c5c;
    /* font-family: poppins-medium; */
    border-left: 2px solid #959da6;
}
.news-hlt-content  .news-hlt-link{
    text-align: left;
}
.news-hlt-content  .news-hlt-title{
    font-family: work-sans-medium, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #eb9e27;
}
.news-hlt-content  a{
    text-decoration: underline;
    color: #36a8da;
}
.news-hlt-content .news-hlt-desc p{
    line-height: 1.5em;
}
.news-hlt-content .news-hlt-desc .news-hlt-desc-btn{
    display: inline-block;
    padding-top: 15px;
}
.news-hlt-desc .news-hlt-desc-btn-demo{
    background: #367fcb;
    font-size: 1em;
    padding: 5px 10px;
}
.news-hlt-desc .news-hlt-desc-btn-demo:hover{
    background: #2b6db1;
}

@media(max-width: 768px) {
    .news-title {
        font-size: 1.6em;
    }

    .news-rhs-container {
        padding-top: 20px;
    }

    .news-sidebar-title {
        display: block;
        font-size: 1.2em;
    }

    .news-content-title {
        font-size: 1.1em;
    }

    .news-content-pane {
        font-size: 1em;
        padding-right: 0;
    }

    .news-rhs-content {
        font-size: .87em;
        line-height: 1.6em;
    }

    .news-lhs {
        padding: 15px;
    }

    .news-rhs-inner-wrapper {
        padding: 10px;
    }

    .news-rhs-container,
    .news-lhs-container {
        max-width: 100%;
    }

    .news-rhs-content {
        padding-right: 0;
    }


    .news-rhs-container {
        margin: 0;
        position: static;
        padding: 30px 0px 0px;
    }
}

/* NEWS ROOM DESIGN END */
