<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
}
/* force scrollbar */
html {
	overflow-y: scroll;
}
body {
	font-family: sans-serif;
}
/* ---- grid ---- */

.grid-masonry {
	float: left;
	width: 100%;
}
/* clear fix */
.grid-masonry:after {
	content: '';
	display: block;
	clear: both;
}
/* ---- .grid-masonry-item ---- */

.grid-masonry-sizer, .grid-masonry-item {
	width: 33.333%;
	padding: 0 15px;
	margin: 0 0 30px 0;
}
.grid-masonry-item {
	float: left;
	display: none;
}
.grid-masonry-item img {
	display: block;
	width: 100%;
}
#press .caption {
	background-color: #eeeeee;
	border-bottom: 1px solid #2d3a42;
}
#press .caption .inner {
	padding: 15px 15px 15px 15px;
}
#press .caption h2 {
	font-size: 17px;
	line-height: 20px;
	border-bottom: 0px solid #2d3a42;
	padding: 0 0 0px 0;
}
#press .caption p {
	font-size: 16px;
	line-height: 20px;
}
#press ul.press_filters {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0 10px 0 10px;
	float: left;
	width: 100%;
}
#press ul.press_filters li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}
#press ul.press_filters li label span {
	margin: -4px 8px 0 4px;
}

/* Downloads */
.press-item-downloads h3 {
	border-top: 1px solid #d5d8d9;	
	border-bottom:0px solid #fff!IMPORTANT;
	margin:0 0 0 0; 
	padding:16px 0 0 0!IMPORTANT;	
}
.press-item-downloads ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
	/*border-top: 1px solid #d5d8d9; border-bottom:1px solid red;*/
}
.press-item-downloads ul li {
	font-size: 14px;
	line-height: 18px;
	/*padding: 5px 0 5px 0;*/
}

.press-item-downloads ul li h3 {
	text-align:center;
    padding: 10px 0 0 0!IMPORTANT;
    margin: 10px 0 0 0!IMPORTANT;
	font-size:14px!IMPORTANT;
	line-height:16px!IMPORTANT;
	text-transform:none!IMPORTANT;
}

.press-item-downloads ul li img {
    max-height: 100px;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto!IMPORTANT;
}
/*.press-item-downloads ul li:before {
	font-family: 'icomoon';
	content: "\e90d";
	content: "\e911";
	font-size: 14px;
	opacity: 0.5;
	margin: 0 5px 0 0;
}*/
.press-item-downloads ul li:hover:before {
	opacity: 1;
}

/* Share */
.addtoany_content_bottom:before { 
	content:'Share';
	text-transform:uppercase;
	margin: 0 10px 0 0;		
}

/* Responsive Stuff */
@media screen and (max-width: 960px) {
	.grid-masonry-sizer, .grid-masonry-item { width:49%; }
}
@media screen and (max-width: 490px) {
	.grid-masonry-sizer, .grid-masonry-item  { width:100%; }
}
</pre></body></html>