#news {
    background: #F8F4F1;
}
#news .news-container {
    padding: 20px;
}
.bread-crum {
    display: none;
}
#news h2 {
    margin: 0 0 35px;
    font-size: 2.1em;
    padding: 0 0 0 15px;
    color: #54555a;
    line-height: 1.25em;
    font-weight: 400;
}
#news .right-container {
    width: 16%;
    margin-left:100px;
    display:inline-block;
    text-align: center;  
    
}
.sticky-holder{
    display:inline-block !important;
}
#news .left-container {
    width: 70%;
    margin-left: 20px;
    float: left;
}
.clear-fix{
     clear: both;
}
#news .banner {
    margin-bottom: 65px;
    position: relative;
    display: block;
}
#news .left-container .banner p {
    position: absolute;
    width: 65%;
    font-size: 2.5em;
    margin: 0;
    color: #fff;
    top: 7%;
    float: left;
    left: 2%;
    line-height: initial;
    font-weight: 200;
}
#news .left-container .read-story {
    position: absolute;
    border-bottom: 4px solid #fff;
    bottom: 25px;
    left: 16px;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}
#news .left-container .news-title {
    margin: 0;
    padding: 10px 0 30px;
    text-align: left;
    font-size: 1em;
    color: #313131;
    line-height: 1.5;
}
#news .left-container .latest, #news .news-title{
    display: none;
}
.left-container .news-section{
    border-top: 1px solid #eae3e1;
    padding-bottom: 50px;
    width: 100%;
    float: left;
}
#news .left-container .right-content {
    margin-top: 38px;
    float:right;
}
#news .left-container .left-content  {
    margin: 38px 0 40px;
    width: 55%;
    float:left;
}
#news .left-container .content-section{
    float:left;
    width: 55%;
}
#news img {
    width: auto;
    height: auto;
}
#news h3 {
    font-weight: 700;
    color: #000;
    font-size: 1.5em;
    margin-top: 0;
    line-height: 1.25em;
    text-transform: none;
    margin-bottom: 10px;
}
#news .left-content p {
    padding-top: 5px;
    margin: 0;
    font-size: 1em;
    color: #313131;
}
#news .content-section h4 {
    margin: 0;
    color: #000;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2;
}
#news .content-section p.features, #news .news-title {
    margin: 0;
    padding: 10px 0 30px;
    text-align: left;
    font-size: 1em;
    color: #323231;
    line-height: 1.5;
    font-weight: 500;
}
#news .content-section a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
}
#news .right-container h4 {
    font-size: 1.2em;
    font-weight: 500;
    color: #676569;
    padding: 0;
    margin: 0;
}
#news .wrapper .placement, #news .right-container ul li.active a {
    background: 0 0;
    color: #343434;
    font-weight: 600;
}
#news .placement, #news .right-container ul li a {
    line-height: 50px;
    background: #C7BBB6;
    margin: 2px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.3em;
}
/*#news .placement .right-icon {
    background: url(/-/media/SDK/Global/sprite-images.png) -454px -80px no-repeat;
    width: 19px;
    height: 20px;
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
}*/
#news .right-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#news .latest, #news .news-title, #news .right-container ul li.active {
    display: none;
}
#news .right-container ul li {
    margin: 5px 0;
    background: #cdbcb7;
}
#news .right-container .email {   
    padding: 15px;
    margin-top: 28px;
    border: 2px solid var(--primary-color);
    text-decoration: none;
    line-height: 1.5;
    font-weight: 600;
    display: block;
    width: auto;
    background: none;
    height: auto;
    background-color: #fff;
}
.email .image-here {
    background: url(/file/media/Diamond/Common/sprite-images.png) no-repeat  -122px -342px;
    width: 36px;
    height: 18px;
    display: block;
    margin: 0 auto;
}
#news .right-container .email .query {
    font-size: 1.2em;
    margin: 0;
    color: var(--primary-color);
}
#news .right-container.topView {
    top: 0px;
}

#news .right-container ul li.current {
    background-color: #f6f4f1;
}

#news .right-container ul li.current a {
    background-color: #f6f4f1;
    color: #343434;
    font-weight: 600;
}
.placement{
    display:none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
    #news .left-container .news-section .right-content {
        width: 35%;
    }
    #news .left-container .news-section .content-section {
        width: 100%;
        float: left;
    }
    #news .left-container .banner p {
        width: 90%;
        font-size: 2em;
    }
    #news .read-story {
        font-size: 0.8em;
    }
    #news .left-container {
        width: 80%;
        margin-left: 0;
    }
    #news .right-container {
        margin-left: 27px;
        display: inline-block;
    }
    #news .left-container .latest {
        display: block;
        color: #676569;
        font-size: 1.3em;
        margin: 0 0 10px 0;
        font-weight: 400;

    }
    #news .left-container .left-content {
        width: 65%;
        margin: 30px 0;
    }
    #news .left-container .left-content p {
        padding: 0 0 25px 0;
    }
    #news .bread-crum li {
        padding: 0;
        display:inline-block;
        list-style: none;
        vertical-align: top;
        height: 34px;
    }
    #news .bread-crum li.active a {
        color: #343434;
        
    }
    #news ul.bread-crum {
        display: block;
        padding-left: 15px;
    }
    #news .bread-crum li a {
        color: #888888;
        font-size: 1.5em;
        line-height: 34px;
        text-decoration: none;
        font-weight: 500;
    }
    #news .bread-crum li:after {
        content: '/';
        padding: 0 5px;
    }
    #news .bread-crum li:after {
        font-size: 20px;
        content: '//';
        padding: 0 5px;
        color: #776c64;
    }
    #news .bread-crum li:last-child:after {
        content: '';
    }
    #news h2 {    
        font-size: 2.6em;
        font-weight: 300;
    }
    #news img {
        max-width: 100%;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #news .right-container {
        margin-left: 35px;
    }
}

@media screen and (max-width: 767px){
    #news .right-container .email, #news .right-container h4, #news .right-container ul, #news .right-container ul li.active {
        display: none;
    }
    #news .right-container .wrapper {
        width: 82%;
        margin: 5% 7% 5% 11%;
        border: 3px solid #c7bbb6;
        position: absolute;
        z-index: 999;
        top: -25px;
        background: #fff;
    }
    news .placement, #news .right-container ul li.active a {
        font-weight: 700;
        border-top: none;
        color: #6f6767;
    }
    #news .bread-crum ul{
        display: block;
        margin: 20px 15px;
    }
    #news .placement .right-icon {       
        background: url(/file/media/Diamond/Common/sprite-images.png) -129px -371px no-repeat;
        width: 19px;
        height: 20px;
        display: block;
        position: absolute;
        right: 10px;
        top: 41%;
    }
    #news .right-container {
        width: 100% !important;/*overridden by sticky js*/
        margin: 0;
        background: #fff;
        position: absolute;
        top: 130px;
        margin-top: 60px;
        float: none;
        right:unset;
    }
    #news .bread-crum li {
        padding: 0;
        margin-top: 4%;
        display:inline-block;
        list-style: none;
        vertical-align: top;
        height: 34px;
    }
    #news .bread-crum li.active a {
        color: #343434;
        font-weight: 500;
    }
    #news ul.bread-crum {
        display: block;
    }
    #news .bread-crum li a {
        color: #888888;
        font-size: 1em;
        line-height: 34px;
        text-decoration: none;
        font-weight: 500;
    }
    #news .bread-crum li:after {
        content: '/';
        padding: 0 5px;
    }
    #news .bread-crum li:last-child:after {
        content: '';
    }  
    #news ul.bread-crum {
        padding: 0;
        width: 95%;
        margin: 10px 0 0 20px;
        display: block;
    }
    #news .news-container,.main-content{
        padding: 0px;
    }
    #news h2{
        text-align: center;
        margin-top: 20px;
    }
    #news .left-container{
        width: auto;
        margin-top: 60px;
        position: relative;
        float: none;
        top: 55px;
        margin-left:0px;
    }
    #news .left-container .banner p {
        top: 5%;
        width: 56%;
        font-size: 1.3rem;
        padding-left: 2%;
        line-height: unset;
    }
    #news .left-container .read-story {
        font-size: 0.5rem;
        top: 80%;
        bottom: 10px;
        left: 4%;
        height: 8px;
    }
    #news .left-container .news-title {
        display: block;
        padding-left: 10px;
        font-size: 2rem;
        width: 93.9%;
    }
    #news .left-container .banner, #news .right-container ul li {
        margin: 0;
    }
    .left-container .news-section{        
        float:none;
    }
    #news .news-section .right-content {
        margin: 10% 2% 1% 2%;
        float: none;
    }
    #news .news-section .right-content img {
        width: 100%;
    }
    #news .news-section .content-section {
        margin: 4% 3%;
        width: auto;
        float: none;
    }
     #news .news-section .left-content {
        margin: 1% 2%;
        width: auto;
        float: none;
    }
    #news .news-section:last-child {
        margin-bottom: 30px;
    }
    #news .placement, #news .right-container ul li a {
        margin: 2px;
        color: #7c7d80;
        text-decoration: none;
        background: #fff;
        font-size: 1em;
        font-weight: 500;   
        display:block;    
    }
    #news .placement, #news .right-container ul li
    {
        background: #fff;
        text-align: left;        
        margin: 10px;
        font-size: 1.5em;
        font-weight: 500;
    }
     #news .right-container ul li{
        border-bottom: 1px solid #f4f2f1;
     }
    #news .wrapper .placement, #news .right-container ul li.active a{
        font-weight: 500;
        position: relative;
    }
    #news .news-container .breadcrumb {
        padding-left:15px;
    }
    #news .banner img{
        width:100%;
    }
    .placement{
        display:block;
    }
}