@charset "utf-8";
/* CSS Document */

.page-template-template-curriculum-php .symbol, .page-template-template-links-php .symbol { font-size: 125% !important  }
.page-template-template-curriculum-php .categories, .page-template-template-links-php .categories { font-size: 100% !important  }

.thumbnail-curriculum-link {
	background-color: rgba(255, 255, 255, 0.01);
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	z-index: 3;
}

.thumbnail-external-link {
	background-color: rgba(255, 255, 255, 0.01);
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	z-index: 3;
}

/*.portfolio-featured-image {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}*/

.curriculum_supporting_document {
	border: 1px solid #666;
	background-color: #eee;
	padding: 10px;
	display: inline-block;	
}

/*.external-foam .symbol {
	background-color: #666;
	padding: 10px;
	height: auto;
}*/

.external-foam .thumbnail-meta-data-wrapper {
	padding: 0 !important;
	display: none;
}

.thumbnail-meta-data-wrapper {
	word-wrap: normal !important;
}

#podcast-download-stats {	

}

#podcast-download-stats li {
	font-size: .85em;
	position: relative;
	padding-right: 25%;
	margin-bottom: 10px;
}

#podcast-download-stats li span {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	text-align: center;
	/*width: 20%;*/
}

.textwidget #podcast-download-stats li span {
	width: 20% !important;	
}

#podcast-download-stats a {
	color: #00a4a7 !important;
	display: inline-block;
	width: 100%;
}

#podcast-download-stats a span {
	background-color: #00a4a7 !important;
	display: inline-block;
	font-weight: bold;
	color: white !important;
	border-radius: 4px;
}

.info-box p {
	font-size: 100%;
	line-height: 1.5;
}

#header-stuff {
	position: absolute;
	right: 0;
	top: 15px;
	height: 40px;
}

.my-icons, .my-search {
	display: inline-block;
	float: left;
}

.my-search #searchsubmit {
	padding: 8px 18px	
}

.my-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.my-icons li {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	padding-top: 4px;
}

.variable-sizes .element.width2.height2 .symbol {
	font-size: 300%;
}

.variable-sizes .element .symbol {
	font-size: 150%;
}

.menu-main-menu-container {
	margin-top: 30px;	
}
	
.nav-menu > li > a {
	margin-top: 10px;
}

.project-title {
	font-size: 750%;
}

.project-agency {
	display: none !important;	
}

.fa-enlighten-me {
	background: url(/wp-content/images/enlighten_me_logo.png) no-repeat;
	width: 17px;
	height: 18px;
	position: relative;
	top: 3px;
}

.fa-enlighten-me:hover {
	background: url(/wp-content/images/enlighten_me_logo_hover.png) no-repeat;
}

.site-footer {
	padding-top: 60px;
}

.compact-header {
	padding-top: 0;
}

.compact-header .site-header {
	display: block;
}

.entry-thumbnail {
	float: left;
}

.entry-thumbnail img {
	margin: 7px 20px 13px 0;
}

.page-title {
	font-size: 400%;	
}

.tax-portfolio_category .page-title {
	font-size: 200%;	
}

.mejs-container {
	margin-bottom: 20px;	
}

.blog-comments-wrapper {
	display: none;
}


@media (max-width: 767px) {
	#header-stuff {
		position: relative;
		margin: 10px auto;
		width: 100%;
	}
	
	.my-search {
		float: right;
	}
}

@media (max-width: 479px) {
	#header-stuff {
		height: auto;
	}

	.my-icons, .my-search {
		display: block;
		float: none;
		clear: both;
	}
	
	.my-icons {
		height: 38px;	
	}
	
	.page-title {
		font-size: 300%;	
	}
	
	.variable-sizes .element.width2.height2 .symbol {
		font-size: 200%;
	}
	
	.variable-sizes .element .symbol {
		font-size: 100%;
	}
}

@media (min-width: 768px) {
	.site-navigation {
		margin-left: 200px;
	}
}

.variable-sizes .element.width2.height2 .symbol
{
font-size: 250%;
}


