@CHARSET "UTF-8";

/* @import url('https://fonts.googleapis.com/css?family=Lato'); */

.foundry-heading {
	color: #444;
	text-align: center;
}
.foundry-heading h2 {
	text-align: left !important;
}
.foundry-heading p {
	font-size: 1.05rem;
	text-align: left;
}

/* container for full width youtube videos */
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* breadcrumbs */
.ui-breadcrumb {
	background: transparent !important;
	border: 0 !important;
}

/* new project tiles */
.tile {
  padding: 5px;
}
.tile+.tile {
	margin-top: 10px;
}

.tile > div {
	margin-left: 5px;
}

.tile .title {
	color: #333;
	display: block;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

.tile .title a {
	color: #333;
}

.tile .title .fa {
	font-weight: 700;
	padding-right: 4px;
}

.tile .description {
	color: #666;
	display: block;
	font-size: 90%;
	margin-right: 5px;
	max-width: 80%;
	text-align: left;
}

.tile .image {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.tile .image img {
	max-width: 100px;
}

.tile .footer {
	color: #777;
	text-align: right;
	font-size: 90%;
	padding-left: 5px;
}

.ui-state-highlight .title, .ui-state-highlight .description {
	color: white !important;
}
/* ./ new project tiles */