



/*//////////////////////////////////////////
// MASONRY
//////////////////////////////////////////*/
#loadButtonBox {
	text-align: center;
}
.masonry { overflow:hidden; }
.tile {
	padding:0;
	width:calc(33.3333333% - 20px);
	margin:0 30px 30px 0;
	opacity:0;
	overflow: hidden;
	transition: all 0.15s ease-out;
	display: block;
}
.tile p { display: block; margin: 0; padding: 10px 15px; line-height: 1.3em; }
.tile date {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.tile.visible { opacity:1; }
.tile:nth-of-type(3n) { margin-right: 0; }
.tile:nth-of-type(3n+1) { clear:both; }

/* INSIDE ELEMENTS */
.tileRow { margin:0 20px 15px 20px; }
body.single main ..tileRow { margin:0 0 20px 0; }
.postButtonBox { padding-top:15px; }
.tile ..tileRow:last-child { margin-bottom:0; }







.tile h2 {
	margin:0 20px 15px 20px;
	position: relative;
	font-size: 22px;
	line-height:26px;
	font-family: 'Roboto';
	font-weight: normal;
}
.imageLink {
	display:block;
	width:100%;
	margin:0;
	line-height:0;
	overflow: hidden;
	background-color:#8449a3;
	position: relative;
	transition: all 0.15s ease-out;
}
.job-openings .imageLink { margin-bottom:0; }
.imageLink img {
	width:100%;
	height:auto;
}
.imageLink:hover img {
	opacity:0.3;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.15s ease-out;
}
.imageLink:after {
	content: 'Read Article';
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 30px;
	padding:0 10px;
	border:1px solid #fff;
	border-radius:5px;
	opacity:0;
	font-weight:400 !important;
	font-size: 16px !important;
	text-transform:uppercase;
	transition: all 0.15s ease-out;
}
.imageLink:hover:after { opacity:1; }





#loadButtonBox {
	text-align:center;
	padding:20px;
}

#loadPostsButton.loading {
	padding-left: 45px;
	background-image: url('/wp-content/themes/uc/images/ajax-loader.gif');
	background-position:15px center;
	background-repeat: no-repeat;
	overflow:hidden;
}
#loadPostsButton.loading span { display:none; }
#loadPostsButton.loading:after { content:'Loading...'; }

img.PressThumb {
  	max-height: 116px; }


