.Press{
	padding-top:90px !important;
	/*display:none;*/
	}
.Press.on{
	display:block;
	}
.newsHead{
	padding-bottom:90px;
	}
.newsHeader{
	width: auto;
	float: left;
	background-color: rgb(250, 250, 245);
	z-index: 9;
	position: relative;
	padding-right: 15px;
	cursor:pointer;
	margin-bottom:45px;
	}
.morePress{
	position:absolute;
	font-family: "MacklinSans-Medium";
	text-transform:uppercase;
	font-size:16px;
	line-height:1.2em;
	right:15px;
	top:40px;
	text-align:right;
	cursor:pointer;
	}
.morePress:after{
	position:absolute;
	content: "";
	width: 7px;
	height: 2px;
	background-color: #111;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	left: 105%;
	transition:all ease-in-out 300ms;
	}
.morePress:hover:after{
	width: 25px;
	}
.newsTitle{
	font-family: "MacklinSans-Medium";
	font-size:36px;
	line-height:1.08em;
	margin-bottom:24px;
	}
.newsTitle .info{
	font-family: "MacklinSans-Medium";
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-top:5px;
	letter-spacing:0.03em;
	}
.article{
	padding-right:16%;
	cursor:pointer;
	padding-bottom:0px;
	padding-left: 15px;
	color: rgba(15, 14, 8, 1);
	margin-bottom: 0px;
	margin-bottom: 75px;
	}
.article.adj{
	padding-right:5.3%;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	}
.articleContent{
	padding-bottom: 100%;
    margin-bottom: -100%;
}
.pressLink{
	position:relative;
	font-family: "MacklinSans-Medium";
	text-transform:uppercase;
	font-size:16px;
	line-height:1.2em;
	display:inline-block;
	}
.pressLink:after{
	position:absolute;
	content: "";
	width: 7px;
	height: 2px;
	background-color: #111;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	left: 105%;
	transition:all ease-in-out 300ms;
	}
.article:hover .pressLink:after{
	width: 25px;
	}
.pressID{
	position:relative;
	font-family: "MacklinSans-Medium";
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0em;
	line-height:1.2em;
	margin-top:15px;
	}
.pressImg{
	position:relative;
	margin:27px 0px 20px 0px;
	}
.pressImgDesc{
	position:relative;
	padding:9px 0px 0px 0px;
	font-size:12px;
	line-height:1.1em;
    color: #555;
	}
.slick-prev, .slick-next {
    font-size: 16px !important;
    line-height: 0.5em;
    position: absolute;
    top: -49px;
    display: block;
    width:auto;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
	font-family: "MacklinSans-Regular";
	text-transform:uppercase;
	transition:all ease-in-out 300ms;
	text-align:left;
	}
.slick-prev {
	left:15px;
	}
.slick-prev::after {
	content:"|";
	margin-left:8px;
	}
.slick-next {
	left:111px;
	}

.containing{
	overflow:hidden;
	}
.columnzz {
    float: left;
    margin: 20px;
        margin-bottom: 20px;
    background-color: grey;
    padding-bottom: 100%;
    margin-bottom: -100%;
    width: 33.3333%;
}
@media only screen and (min-width:624px){
.slick-prev, .slick-next {
    top: -48px;
	text-align:right;
	}
.slick-prev {
	right:62px;
	left:auto;
	}
.slick-next {
	right:15px;
	left:auto;
	}
.pressID{
	font-size:15px;
	letter-spacing:0.07em;
	}
.articleBtn{
	font-size:17px;
	letter-spacing:0.07em;
	}
.secInd{
	font-size:18px;
	letter-spacing:0.05em;
	}
.newsHeader{
	margin-bottom:15px;
	}
}
@media only screen and (min-width:768px){
.slick-prev, .slick-next {
    top: -64px;
	}
}
@media only screen and (min-width:824px){
.slick-prev, .slick-next {
    top: -79px;
	}
}
@media only screen and (min-width:1200px){
.Press{
	padding-top:150px !important;
	}
.slick-prev, .slick-next {
    top: -94px;
	}
}
@media only screen and (min-width:1600px){
.slick-prev, .slick-next {
    top: -94px;
	}
}

@media only screen and (max-width:768px){
.article{
    height: auto !important;
	}
}