.news-typological-links,
.news-chronological-links{
    display: none;
}

.news-primary-nav > ul{
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    list-style: none;
    margin: 0;
}
.news-primary-nav > ul > li {
    /* position: relative; */
    padding: 21px 0;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-family: 'DINPro';
    margin: 0 35px;
    cursor: pointer;
    /* height: 17px; */
}
.news-primary-nav > ul > li.active {
    border-top: 2px solid black;
    padding-top: 19.5px;
}
.news-primary-nav > ul >li.active,
.news-primary-nav > ul >li:hover{
    color: #bba374;
}
.news-secondary-nav{
    width: calc(100% - 120px);
    text-align: center;
    height: 44px;
    margin: 0 auto;
}
.news-secondary-nav > ul >li {
    position: relative;
    top: 23px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-family:'DINPro';
    margin: 0 27px;
    cursor: pointer;
    height: 17px;
}
.news-secondary-nav > ul >li.active,
.news-secondary-nav > ul >li:hover{
    color: #bba374;
}
.news-alpha-nav{
    display: none;
}
.news-alpha-links{
    margin: 0 !important;
    padding: 0;
}
.news-alpha-nav{
    width: 100%;
    text-align: left;
    padding: 50px 0;
}
.news-alpha-nav > ul > li:first-child{
    margin-left: 0;
}
.news-alpha-nav > ul > li{
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    font-family:'DINPro';
    margin-left: 70px;
    cursor: pointer;
    color: #b8b8b8;
    letter-spacing: 6px;
}
.news-alpha-nav > ul > li:hover{
    color:#333333;
}
.news-layout-toggle {
    padding-top: 20px;
    position: absolute;
    z-index: 1010;
    display: inline-block;
}
.news-grid-filter-btn,
.news-list-filter-btn {
    height: 17px;
    width: 23px;
    display: inline-block;
    cursor: pointer;
}
.news-grid-filter-btn{
    background: url(../images/toggle_pile.png);
    background-position: 0 -19px;
}
.news-list-filter-btn{
    background: url(../images/toggle_list.png);
    background-position: 0 -19px;
    margin-left: 10px;
}
.news-grid-filter-btn:hover,
.news-list-filter-btn:hover,
.news-grid-filter-btn.active,
.news-list-filter-btn.active{
    background-position: 0 0;
}
.news-content-wrapper{
    margin-top: 20px;
}
.news-content{
    padding-top: 40px;
}
.news-content.grid-layout{
   text-align: center;
}
.news-content.grid-layout .cluster-wrapper {
    width: 465px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    /*height: 300px;*/
    max-width: 100%;
    
}
.news-content.list-layout .cluster-wrapper {
    padding-bottom: 20px;
}
.news-content .cluster-wrapper a{
    color: #333333 ;
}
.news-content.grid-layout .list{
    display: none;

}
.news-content.list-layout .cluster{
    display: none;
}
.news-content.list-layout .list{
    display: block;
    font-family:'DINPro';
    font-size: 16px;
    text-transform: uppercase;
}
.news-content.list-layout .list .list-year{
    margin-right: 60px;
}
.news-content.list-layout .list a:hover{
    color: #bba374;
}
.news-content.list-layout .list .list-line1{
    margin-right: 10px;
    font-size: 16px;
    line-height: 1;
    font-family: "DINPro";
}
.news-content.list-layout .list .list-line2{
    font-family: "DINPro";
}
.news-content.grid-layout .cluster-wrapper:nth-child(odd) {
    margin-right: 25px;
}
/*.news-content.grid-layout .cluster-wrapper:nth-child(even) {
     float: right;
 }*/
.news-content.grid-layout .cluster {
    float: left;
    height: 100%;
    position: relative;
    max-width: 100%;
}
.news-content.grid-layout .cluster.text {
    position: relative;
    padding: 23px;
    background-color: #f2f2f2;
    text-align: left;
    min-height: 302px;
}
.news-content.list-layout .cluster {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.news-content.grid-layout .img-contain {
    height: 300px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 465px;
    max-width: 100%;
}
.news-content.list-layout .img-contain {
    height: 52px;
    width: 376px;
    float: right;
    overflow: hidden;
}
.news-content.grid-layout .cluster .img-stack li img {
    max-width: 384px;
}
.news-content.list-layout .cluster .img-stack li img {
    width: 82px;
    height: 52px;
}
.news-content ul .img-stack{
    margin: 0;
}
.news-content.grid-layout .img-contain li {
    list-style-type: none;
    position: absolute;
}
.news-content.grid-layout .img-contain .img-background{
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.news-content.list-layout .img-contain li {
    list-style-type: none;
    display: inline-block;
    margin-left: 2px;
    position: static;
    float: right;
}
.news-content.grid-layout .img-contain li span {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}
.news-content.list-layout .img-contain li span {
    display: none;
}
.news-content.grid-layout .desc-contain {
    /* width: 100%; */
    z-index: 10000;
    /* display: inline-block; */
    position: absolute;
    /*margin-top: -200px;*/
    text-align: right;
    top: 0;
    right: 0;
    margin-right: 32px;
	margin-left: 32px;
    height: 200px;
}
.news-content.list-layout .desc-contain {
    display: block;
    width: calc(100% - 376px);
}
.news-content.grid-layout .label {
    background: #bba374;
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    padding: 7px 7px 7px 7px;
    /*display: inline-block;*/
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    font-family: "DINPro";
}
.news-content.grid-layout .cluster.text .label{
    top: 0;
    right: 23px;
}
.news-content.list-layout .label{
    display: none;
}
.news-content.desc-contain a {
    margin-top: 38px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.news-content .desc-contain a:hover  {
    color: #bba374;
}
.news-content.grid-layout .desc-contain .desc {
    background: #f2f2f2;
    padding: 10px;
    /*width: 350px;*/
    margin-top: 55px;
    display: inline-block;
    float: right;
    clear: both;
    font-size: 13px;
    font-family:"DINPro";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.news-content.list-layout .desc-contain .desc {
    background: transparent;
    width: 100%;
    float: left;
}

.news-content.grid-layout .desc-line1,
.news-content.grid-layout .desc-line2{

}
.news-content.list-layout .desc-title{
    display: inline-block;
    width: 340px;
}
.news-content.desc-location{
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 100;
    font-family: "DINPro";
    line-height: 1;
}
.news-content.grid-layout .desc-location{

}
.news-content.list-layout .desc-location{
    display: inline-block;
    width: 220px;
    margin: 0;
    padding: 0;
}
.news-content.grid-layout .img-stack .active-img{
    z-index: 100;
}
.news-content.grid-layout .img-stack .active-img span{
    display: none;
}

.news-content.grid-layout .cluster.text .line1{
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 14px;
}
.news-content.grid-layout .cluster.text .text-desc a:hover .line1{
    color: #bba374;
}

.news-content.grid-layout .cluster.text .desc-date{
    float: left;
    display: inline;
}
.news-content.grid-layout .cluster.text .btm-row{
    padding-top: 20px;
}
.news-content.grid-layout .cluster.text .more{
    clear: both;
}
.news-content.grid-layout .cluster.text .btm-row a{
    display: inline;
    color: #bba374;
    float: right;
}
.news-content.grid-layout .cluster.text .btm-row a:hover .more{
    color: #333;
}

.news-content .cluster.text .text-desc {
    line-height: 18px;
}

@media only screen  and (max-width: 960px) {

    .news-alpha-nav {
        width: 100%;
        text-align: center;
        padding: 50px 0 25px 0;
    }
    .news-secondary-nav > ul >li {
        font-family:'DINPro';
        margin: 0 15px;
        height: 17px;
    }
/*    .news-content.grid-layout .cluster-wrapper:nth-child(even) {
        float: none;
    }*/
    .news-content.grid-layout .cluster-wrapper:nth-child(odd) {
        /*float: none;*/
        margin-right: 0;
    }
/*    .news-content.grid-layout .cluster {
        float: none;
    }*/
    .news-content.list-layout .img-contain {
        height: 110px;
        width: 208px;
        float: right;
        overflow: hidden;
    }

    .news-content.list-layout .desc-contain {
        width: calc(100% - 210px);
    }

    .news-content.list-layout .desc-title {
        display: inline-block;
        width: 260px;
    }
    .news-content.list-layout .desc-location {
        display: inline-block;
        width: 150px;
        margin-left: 20px;
    }
}
@media only screen  and (max-width: 733px) {
    .news-content.list-layout .img-contain {
        display: none;
    }
    .news-content.list-layout .desc-contain {
        width: 100%;
    }
    .news-content.list-layout .desc-title {
        display: inline-block;
        width: 260px;
    }
    .news-content.list-layout .desc-location {
        display: inline-block;
        width: 150px;
        margin-left: 0;
    }
}
@media only screen  and (max-width: 600px) {
    .news-primary-nav > ul > li {
        margin: 0 15px;
        margin: 0 1.5vw;
    }
    .news-content.grid-layout .img-contain {
        height: 50.3vw;
    }

}
@media only screen  and (max-width: 350px) {
    .news-primary-nav > ul{
        padding: 15px 0;
    }
    .news-primary-nav > ul > li {
        margin: 15px 0 ;
        padding: 0;
        display: block;
        width: 100%;
    }
    .news-primary-nav > ul > li.active {
        border-top: none;
        border-left: 4px solid black;
        padding-top: 0;
    }
}