body.b4{
    background:#fff;
}

.pr-menubar{
    background: #fafafa;
    width: 100%;
    position: absolute;
    left: 0;
    height:90px;
    border-bottom:1px solid #e6e6e6;
}
.dropdown:last-child{
    padding:0;
}
.pr-menubar .menu-nav {
    padding: 0;
    margin: 0;
    display:inline-block;
}

.pr-menubar .menu-nav li.dropdown {
    margin-right: 0!important;
    float: left;
    list-style: none;
}

.pr-menubar .menu-nav li.dropdown a.dropdown-toggle1:hover {
    color: #ed1c24!important;
    background: #f6f6f6;
}

.pr-menubar .menu-nav li.dropdown a.dropdown-toggle1 {
    font-size:14px;
    padding: 0 13px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    background-color: transparent;
    outline: none;
    line-height: 66px;
    color: #333333;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    display: block;
}
.pr-menubar a.more-link {
    display:inline-block;
    font-size:14px;
    padding: 0 13px;
    text-decoration: none;
    text-shadow: none;
    text-transform: capitalize;
    background-color: transparent;
    outline: none;
    line-height: 66px;
    color: #333333;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    color: #ed1c24!important;
}
.pr-menubar .menu-nav{
    margin-left:9%;
    margin-top: 53px;
}
.pr-menubar .menu-nav li.dropdown{
   margin-left:20px;
}
.pr-menubar .menu-nav li.dropdown.year-active{
    border-bottom:3px solid #e8171f;
}
.pr-menubar .menu-nav li.dropdown.year-active a.dropdown-toggle1{
    font-weight:600;
}
.pr-menubar .menu-nav li.dropdown a.dropdown-toggle1{
    color:#333 !important;
    font-weight:500;
    font-size:16px;
    padding:0 25px;
    line-height:35px;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}
.pr-menubar .menu-nav li.dropdown:last-child{
    margin-right:20px;
}
.pr-menubar .menu-nav li.dropdown a.dropdown-toggle1:hover{
    background:none;
    font-weight:600;
}
.pr-menubar .menu-nav li.dropdown:last-child a.dropdown-toggle1{
    text-transform: capitalize;
    font-weight:600;
    color:#333;
    position:relative;
}
.pr-menubar .menu-nav li.dropdown.year-active:last-child a.dropdown-toggle1::after{
    left: 85%;
}
.pr-menubar .menu-nav li.dropdown:last-child a.dropdown-toggle1::after{
    content:'\e857';
    position:absolute;
    left:85%;
    font-size:25px;
    font-family:'ln-line-icons';
}
.pr-menubar .menu-nav li.dropdown.toggle-more a.more-link.dropdown-toggle1{
    color:#006997 !important;
    font-weight:800;
    text-decoration:underline;
    text-transform:capitalize !important;
}
#more-year{
    position: absolute;
    left: 43%;
    background: #fff;
    top: 100%;
    padding: 5px 10px;
    width: 200px;
    box-sizing: border-box;
    list-style:none;
    border:1px solid #e6e6e6;
    box-shadow:2px 3px 5px rgba(0,0,0,0.1275),-2px 5px 5px rgba(0,0,0,0.12575);
}
#more-year li.dropdown{
    padding: 5px 20px;
    margin:10px 0;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}
#more-year li.dropdown a.dropdown-toggle1{
    font-weight:400;
    color:#333;
}
#more-year li.dropdown:hover{
    background:#ebeff8;
}
#more-year li.dropdown a.dropdown-toggle1{
    text-decoration: none;
}
#more-year li.dropdown:hover a.dropdown-toggle1{
    text-decoration:none;
}
.news-margin{
    margin-top:12rem;
}
.flex-wrapper .news-item{
    border-bottom:none;
}
.flex-wrapper .news-item.last-month-news-item{
    border-bottom:1px solid #e6e6e6;
    padding-bottom: 60px;
    margin-bottom: 30px;
}
.flex-wrapper .news-item .news-item-image h2{
    font-weight:600;
    font-size:25px;
}
.flex-wrapper .news-item .news-item-content .date{
   color:#e8171f;
   font-weight:600;
   font-size:12px;
   margin-bottom:10px;   
}
.flex-wrapper .news-item .news-item-content h3{
    font-weight:600;
    font-size:18px;
    line-height:25px;
}
.flex-wrapper .news-item .news-item-content .post-summary{
    font-size:13px;
    color:#666;
}
.load-more{
    background: rgb(232 23 31);
    color:#fff;
    display:inline-block;
    padding:10px;
    box-sizing:border-box;
    width:170px;
    text-align:center;
    font-weight:600;
    text-transform:uppercase;
    margin-left:25%;
    margin-top: 30px;
    margin-bottom: 5px;
    box-shadow:inset 1px 1px rgba(0,0,0,0.1975), inset -1px -1px rgba(0,0,0,0.1975);
}
.load-more:hover{
    color:white;
    background:#ba1219;
}
.load-more:focus{
    color:white;
    border:none;
    box-shadow: 0 0 0 0.2rem rgba(232,23,31,.5);
    outline: none;
    outline-offset: 0;
    background:#ba1219;
}
#mediaiframe{
    width:100%;
    height:820px;
    border:none;
    margin-top:100px;
    overflow:hidden;
}
.space-20{
    margin-top:3rem;
}
.pager a.page{
    display:inline-block;
    width:25px;
    height:25px;
    font-weight:600;
}
.pager a.page.selected{
    text-decoration:underline;
}
.breadcrumbs {
    margin-top: 3rem;
    padding-left: 5px;
}

.nav.menu-nav.has-first-drop li{
    position:relative;
}
.nav.menu-nav.has-first-drop li .icon{
    font-weight:600;
    position:absolute;
    float:right;
    top:0;
    right:25px;
    width:35px;
    text-align:right;
    z-index:10;
}

.nav.menu-nav.has-first-drop li .icon::before{
    font-family: 'ln-line-icons';
}

.nav.menu-nav.has-first-drop li.dropdown.hide-drop{
    display:none;
}
/**added**/
p.active-year {
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 9;
    background: #fafafa;
    margin-top: 20px;
    color: #333 !important;
    font-weight: 500;
    font-size: 16px;
    padding: 0 25px;
    line-height: 35px;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    font-weight:600;
    border-bottom: 3px solid #e8171f;
}

.nav.menu-nav.has-first-drop.menu-nav-open + p.active-year{
    display:none;
}
/**end**/
@media only screen and (min-width: 1680px){
    .layout{
        width:80%;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px){
    .space-20 {
        margin-top:5rem;
    }
}

/* @updated on 24-09-2020 to align load more button on wider and mobile screen */

@media screen and (min-width:768px) and (max-width:1100px){
    a.load-more{
        margin-left:0;
    }
}
@media screen and (min-width:767px) and (max-width:992px){
    .pr-menubar .menu-nav li.dropdown a.dropdown-toggle1{
        font-size: 2.2vw;
        padding: 0 2vw;
    }
    #more-year li.dropdown a{
        font-size:2.2vw;
    }
}
@media screen and (max-width:768px){
    a.load-more{
        margin-left:20px;
    }
}

/* End Here */

@media (min-width: 767px){
    .flex-wrapper .news-item{
        align-items:flex-start;
    }
}

@media screen and (min-width:481px) and (max-width:767px){
    .pr-menubar .menu-nav li.dropdown a.dropdown-toggle1{
        font-size: 2vw;
        padding: 0 1.5vw;
    }
    #more-year li.dropdown a{
        font-size:2vw;
    }
}
@media screen and (max-width:480px){
    .pr-menubar{
        position:relative;
        height:auto;
        margin-top:50px;
        padding:5px 0;
    }
    .pr-menubar .menu-nav li.dropdown{
        float:none;
        margin-left:0;
        margin-top:20px;
    }
    .pr-menubar .menu-nav{
        margin-top:0;
        display:block;
        margin-left:0;
    }
    #more-year{
        position:relative;
        left:0;
        width:100%;
    }
    .news-margin{
        margin-top:4.5rem;
    }
}
.flex-wrapper .news-item .news-item-image h2.no-heading {
    visibility:hidden;
}