/*
Theme Name: Jazz Academy
Theme URI: http://wordpress.org/extend/themes/ejazz
Author: Ironpaper, Inc.
Author URI: http://ironpaper.com/
Description:
Version: 0.3
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:200,400,600);

/* This CSS resource incorporates links to web font and font software which is
the valuable copyrighted property of House Industries and/or its suppliers. You
expressly agree to not copy, install, redistribute, convert, modify, or reverse
engineer this font software. Please contact House Industries with any questions
regarding Web Fonts: http://www.houseind.com */

@font-face {
	font-family: "Neutra2Bold";
	src: url('./font/fonts/Neutra2Text_bold.eot');
	src: url("./font/fonts/Neutra2Text_bold.eot?#iefix") format("embeddedopentype"),
	url("./font/fonts/Neutra2Text_bold.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}
@font-face {
	font-family: "Neutra2Book";
	src: url('./font/fonts/Neutra2Text_book.eot');
	src: url("./font/fonts/Neutra2Text_book.eot?#iefix") format("embeddedopentype"),
	url("./font/fonts/Neutra2Text_book.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
    font-family: "JellyRollItalic";
    src: url('./font/jellyroll/Jellyroll-Italic.eot');
    src: url("./font/jellyroll/Jellyroll-Italic.eot?#iefix") format("embeddedopentype"),
    url("./font/jellyroll/Jellyroll-Italic.woff") format("woff");
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face{
	font-family:'JALCItalic';
	src: url('./font/fonts/JALCltalic.otf') format('opentype');
}

/* Artfully masterminded by ZURB  */
/* Ok sure but I got it from here */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Images
:: Posts
:: Typography
:: Header
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Images
----------------------------------------- */

.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

.wp-caption { max-width: 100%; }

/* -----------------------------------------
   Posts
----------------------------------------- */

.author-box h5 {margin-top:0px;}
.author-box .author_gravatar {margin-right:10px;}
.author-box p {font-size:14px; font-size:1.4em;}

article .th {margin-bottom:10px; margin-bottom:1em;}

.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {margin:0 auto;text-align:center;}

/* -----------------------------------------
   Typography
----------------------------------------- */

body { font-family: Verdana, Geneva, sans-serif; }
h1,h2,h3,h4,h5,h6 {
	font-family: 'Neutra2Book';
}
p {
	font-family: 'Raleway', sans-serif;
	 /*font-family: 'Open Sans', sans-serif;*/}
h1,h2,h3,h4,h5,h6,a:link {font-weight:400;}

.site-title .subheader {margin-bottom:0;}

/* -----------------------------------------
   Header
----------------------------------------- */

.site-header {padding:1.5rem 0 1rem 0;margin:-1.875em 0 1.875em 0;}
.sidebar ul li {list-style:none;}
.top-bar .top-bar-section ul li>a {
	font-family: "JellyRollItalic", "Neutra2Book", "Verdana", sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #6b6b6b;
	width: 100%;
}
.top-bar-section ul li>a {
	background: none;
}
body .top-bar-section ul {
	background: none;
	display: inline !important;
	width: auto;
}

#menu-main-navigation li {
	display: inline-block;
	clear: none;
}

.top-bar .top-bar-section ul li>a:hover {
	color: #F24A37;
	background: none !important;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
}

.top-bar {
	margin-bottom: 0 !important;
}

.top-bar input, .top-bar .button {
	line-height: 2em;
	font-size: 0.875em;
	height: 2em;
	padding: 0 10px;
	position: relative;
	top: 8px;
}

.top-bar .title-area {
	float: left;
}

.top-content {
	margin-top: 23.5em;
	margin-bottom: 1.5em;
}

.search .top-content {
	margin-top: 14.5em;
}

.home.page .top-content {
	margin-top: 43.5em;
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.wp-caption-text {text-align: center;}
.sticky { }
.gallery-caption { }
.bypostauthor{ }
.site-content .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

embed,
iframe,
object {
  max-width: 100%;
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */

/* -----------------------------------------
   Page Name 2
----------------------------------------- */

.site-header {
	height: 675px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

.home.page .site-header {
	height: 730px;
	padding: 0;
}

.site-header h2 a {
	background-color: rgba(90,90,90,0.4);
	padding-left: 100%;
	margin-left: -100%;
	color: #fff;
}

.current-menu-item a {
	color: #F24A37 !important;
}

.admin-bar .fixed {
	top: 28px;
}

.fixed.contain-to-grid {
	padding: 1em 0;
	opacity: 0.9;
}

body {
	background-color: #252525;
	background-image: url('./img/bg-repeat.png');
}

.promo {
	padding: 1em 1em 3em 1em;
	min-height: 20em;
	font-weight: 500;
}


.red {
	background-color: #F24A37;
}

.red-text {
	color: #F24A37;
}

.yellow {
	background-color: #FFEB5F;
}

.gray {
	background-color: #b9b9b9;
}

.black {
	background-color: #000;
}

.blue {
	background-color: #86D2E5;
}

.white {
	background-color: #fff;
}

body {
	padding-top: 30px !important;
}

#menu-main-navigation {
	margin-right: 1.2em;
}

aside.sidebar > div:not(.image-widget) {
	background-color: #f2f2f2;
}

aside.sidebar > div.red {
	background-color: #F24A37;
}

h2.page-title {
	margin-top: 0em;
	padding-bottom: 0.6em;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 300;
}

.yellow .page-title,
.yellow p {
	color: #111 !important;
}

.yellow p {
	margin-bottom: 0;
}

.blue-dotted, .red-dotted, .yellow-dotted, .white-dotted {
	position: relative;
}

.blue-dotted:after {
	color: #86D2E5;
}

.red-dotted:after {
	color: #F24A37;
}

.red .red-dotted:after {
	color: #f2f2f2;
}

.yellow .red-dotted:after {
	color: #f2f2f2;
}

.white-dotted:after {
	color: #f2f2f2;
}

.yellow-dotted:after {
	color: #f5c125;
}

.promo .collection-item:after {
	color: #eee;
}

.single-collection {
	color: #999;
}

.blue-dotted:after, .red-dotted:after, .white-dotted:after, .yellow-dotted:after {
	content: "..................................................................................................................................................................................................";
    letter-spacing: 2px !important;
    position: absolute;
    bottom: 0;
    font-size: 15px !important;
    font-weight: 200 !important;
    font-family: sans-serif;
	left: 0;
	overflow: hidden;
	width: 100%;
}

.black-dotted:after {
    color: #000 !important;
}

.icon-box {
	text-align: center !important;
}

.multicolored:nth-of-type(3n+1) .promo {
	background-color: #F24A37;
}
.multicolored:nth-of-type(3n+2) .promo {
	background-color: #FFEB5F;
}
.multicolored:nth-of-type(3n+2) .promo .inset {
	background-color: rgba(155,155,155,0.10);
}
.multicolored:nth-of-type(3n+3) .promo {
	background-color: #86D2E5;
}

aside.sidebar h2.rounded {
	margin-top: 0;
	font-family: 'Neutra2Bold', 'Neutra2Book';
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #F24A37;
	word-spacing: 20em;
}

div[role='main'],
aside.sidebar,
article.type-collection {
	opacity: 0.96;
	margin-bottom: 1.875em;
}

article.type-collection.promo-wrapper {
	opacity: 1;
}

div[role='main'] p, div[role='main'] h2 {
	 color: #f2f2f2;
 }

.page div[role='main'] h2, .single-format-standard article.format-standard p,
 div[role='main'].white p, div[role='main'].white  h2 {
	color: #111;
}

.asset-single {
	margin-bottom: 1.5em;
}

.asset-single .page-title,
.type-collection .page-title,
.promo .page-title,
.blog-page-title {
	line-height: 1;
	font-size: 2em;
}

.blog-page-title {
	color: #111 !important;
}

.first-line {
	font-family: 'Neutra2Book';
}

.asset-title-second-line,
.blog-title-second-line,
.second-line {
	display: block;
	font-family: 'Neutra2Bold';
	font-weight: normal;
}

.jumbotron-title .second-line {
	display: inline !important;
}

.asset-single .asset-details,
.type-collection .asset-details {
	color: #f2f2f2;
	font-size: 0.8em;
}

.type-collection .asset-detail {
	color: #111;
	line-height: 1.2;
}

.asset-single .asset-label, .asset-single .asset-detail {
	color: #eee !important;
}

.card-reverse .asset-detail .item-count {
	float: right;
}

.type-collection:empty {
	display: none;
}

.single-collection .type-collection .asset-label {
	color: #f5c125 !important;
}

.collections-containing-asset {
	margin-bottom: 1.5em;
}

.collections-containing-asset .type-collection {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}

.collections-containing-asset h4 {
	font-weight: bold;
	font-size: 1.6em;
	margin: 0;
	padding-bottom: 0.6em;
	line-height: 1;
}

.collections-containing-asset h4:after {
	font-size: 1em;
}

.asset-single h2.page-title:after {
	font-size: 1em;
}

.collections-containing-asset .type-collection .asset-details {
	border-bottom: none;
}

.collections-containing-asset .type-collection .asset-label {
	color: #F24A37;
}

.asset-details {
	padding-bottom: 0;
	margin-bottom: 0;
}

.asset-details .row {
	padding: 0.4em 0;
}

.asset-label { font-weight: bold; }

footer.row {
	background-color: #000;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
	max-width: none;
	clear: both;
}

footer.row .row {
	max-width: 1000px;
	margin: 0 auto;
}

footer a {
	color: #6b6b6b !important;
}

footer a:hover {
	color: #f2f2f2 !important;
}

footer .inline-list {
	margin-bottom: 0;
	/* jordan*/
	margin: 0 auto;
	max-width: 62.5em;
}

.fat-padding {
	padding: 2em !important;
}

.blog-body > * {
	padding-right: 10px;
	padding-left: 10px;
}

.promo > a {
	display: inline-block !important;
	font-size: 0.7em;
	vertical-align: middle;
}

.promo .promo-icon {
	font-size: 2.4em;
	display: inline-block;
	margin-right: 0.2em;
	line-height: 1.2;
	vertical-align: middle;
	color: #111;
	margin-left: -.1em;	
}

.sticky-title-line {
	display: table-row;
}

.sticky-title-line  > *{
	display: table-cell;
	vertical-align: middle;
}

.sticky-title-line > *:first-child {
	padding-left: 0;
}

.collections.cards .collection {
	float: left;
	margin-bottom: 1.875em;
	width: 100%;
	position: relative;
}

@media (min-width: 48em) {
	.collections.cards .collection.small-12 {
		margin: 0 !important;
		padding:0 !important;
	}
	.card-obverse h2.page-title {
		font-size: 3em;
	}
	div[role='main'],
	aside.sidebar,
	article.type-collection {
		margin-bottom: 1.875em;
	}
}
@media (max-width: 48em) {
	.hide-for-small {
		display: none;
	}
	.sticky-title-line {
		width: 100%;
		display: block;
	}
	.sticky-title-line > * {
		padding: 0.5em 0!important;
	}
	.icon-container {
		text-align: center;
		margin-right: 0;
		padding-right: 0 !important;
	}
	.card {
		min-height: 21em;
	}
	.image-widget {
		margin-bottom: 1.875em;
	}
}

@media (max-width: 40em) {
	.top-bar {
		height: auto;
	}
	#menu-main-navigation {
		float: none !important;
		display: block !important;
		clear: both;
		text-align: center;
	}
}

@media (max-width: 30em) {
	#searchform {
		clear: both;
		float: none !important;
	}
	body #s {
		width: 100% !important;
	}
}

.collections.cards .collection .promo {
	background-color: #fff;
}

.row.collection-items {
	border-top: 1px solid rgba(90,90,90,0.2);
}
.row.social-icons {
	margin: 0.5em 0;
}

.top-content .social-icons {
	text-align: right;
	margin-top:1em;
	margin-bottom: 1em;
}

.promo .row.collection-items {
	border-top: 0;
	margin-top: 0 !important;
}

.collection-item {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2;
	padding: 1em 0 !important;
	border-bottom: 1px dotted #ccc;
}

.large-6.collection-item {
	padding-right: 0.9375em !important;
}

.promo .collection-item {
	position: relative;
	width: 100% !important;
}

.collection-item:hover {
	color: #111;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.collection-item a {
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.collection-item a span {
	display: inline-block;
	vertical-align: middle;
	max-width: 66%;
	width: 100%;
}
.asset-length {
	display: inline-block !important;
	max-width: 21% !important;
	text-align: right;
	/*padding-right: 0.5em;*/
}

.item-icon {
	display: inline-block;
	margin-right: 0.25em;
	line-height: 1;
	vertical-align: middle;
	width: 6%;
}

.promo .page-title {
	color: #111;
	font-size: 1.5em;
	padding-bottom: 0;
}

.collection-single {
/*	margin-bottom: 1em; Jordan */
}

.collection-single a i {
	color: #f5c125;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.collection-single .collection-item:hover i,
.collection-single .collection-item:active i {
	color: #111;
}

.collection-single .asset-details {
	border-bottom: none;
}

.bold {
	font-weight: 600;
}

.inset {
	background-color: rgba(255,255,255,0.1);
	padding: 1em;
	font-size: 0.8em;
}

.promo .inset a {
	color: inherit;
}

.post-meta {
	font-size: 0.8em;
	padding: 1em 0;
	line-height: 1.2;
}

.post-meta.inset { padding: 1em; }

.promo p {
	color: #111 !important;
	line-height: 1.2;
	font-size: 0.8em;
	padding: 0.8em 0;
}

.right-align-footer.social-icon-footer {
    float: right;
    width: 11.5em;
    text-align: right;
    border-spacing: 1em;
    margin-top: -1em;
}

.see-more {
/*	padding: 1em; Jordan */
	padding: 1em 1em 1em 0em;
	font-size: 0.9em;
	position: absolute;
	bottom: 0;
}

.see-more a {
	color: inherit;
}

.see-more i {
	vertical-align: middle;
	margin-left: 0.2em;
	color: inherit !important;
}

.image-widget {
	position: relative;
	overflow: hidden;
}

.image-widget a {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 -2px 0;
}

.image-widget-title {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0.3em 1em 0.3em 0.2em;
	color: #eee;
	text-transform: uppercase;
	line-height: 0.8;
	font-size: 3em;
	margin: 0;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7%, rgba(0,0,0,0.58) 60%, rgba(0,0,0,0.65) 66%, rgba(0,0,0,0.65) 86%, rgba(0,0,0,0.65) 89%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(7%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0.58)), color-stop(66%,rgba(0,0,0,0.65)), color-stop(86%,rgba(0,0,0,0.65)), color-stop(89%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.58) 60%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 89%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.58) 60%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 89%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.58) 60%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 89%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.58) 60%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 89%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.sidebar.large-5 .execphpwidget .image-widget-title {
	font-size: 2.4em;
}

.image-widget-button {
	position: absolute;
	right: 0.5em;
	bottom: 0.3em;
	color: #F24A37;
}

.image-widget img.size-full {
	max-width: 100%;
	width: 100%;
}

.image-widget-text {
	color: #e2e2e2;
	padding: 1em 2em;
	line-height: 1.3;
	font-size: 1em;
}

.inherit-size {
	width: 100%;
	min-height: inherit;
}

aside.sidebar {
	padding: 1em;
}

body.single-post.single-format-standard aside.sidebar,
body.blog aside.sidebar {
	background-color: #86D2E5;
}

body.single-post.single-format-standard aside.sidebar a,
body.blog aside.sidebar a {
	color: #f2f2f2;
}

.excerpt-title {
	margin: 0;
	font-size: 2.4em;
}

.excerpt-title a {
	font-weight: bold;
}

.post-excerpt-meta {
	text-transform: uppercase;
	color: #111;
	font-size: 0.8em;
	font-weight: 400;
}

@media only screen and (min-width: 48em) {
	.blog-right-sidebar {
		margin-top: 10em;
		margin-bottom: 4em;
	}
	aside.sidebar {
		margin-top: 10em;
	}
}

.blog-right-sidebar > div {
	margin-bottom: 1.875em;
}

.asset-sidebar .image-widget,
.blog-right-sidebar .image-widget {
	font-size: 0.6em;
}

.blog-right-sidebar .image-widget-title {
	width: 100%;
	padding: 1.6em 1.2em 0.2em 0.2em;
}

.large-button {
	height: 3em;
	padding: 1em;
}

.large-button.red {
	color: #fff;
	min-width: 15em;
}

.large-button a {
	color: inherit;
}

.large-button i {
	float: right;
}

#compact-archives-widget h2 {
	color: #111;
	padding: 0 0 0.5em 0;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
}
#compact-archives-widget {
	padding: 1em;
	background-color: #86D2E5;
}
.compact-archives {
	position: relative;
	list-style: none;
	margin-bottom: 0;
}
.compact-archives li {
	position: relative;
	list-style: none;
}
.archive-year {
	float: left;
	width: 50%;
}
.archive-year a {
	font-weight: 200;
	color: #e2e2e2;
	font-size: 2em;
}
.archive-months {
	display: inline-block;
	width: 50%;
	padding-top: 2.2em;
	overflow: hidden;
}
.archive-month {
	color: #111;
	display: block;
	height: 1.5em;
}

.archive-month:hover {
	text-decoration: underline;
	color: #111 !important;
}
.archive-month:visited {
	text-decoration: underline;
	color: #5b5b5b;
}

.archive-month.emptymonth {
	color: #eee;
}

.archive-month.emptymonth:hover {
	text-decoration: none;
	color:#eee !important;
}

h2.rounded {
	font-family: 'Neutra2Bold';
	text-transform: uppercase;
	display: block;
	padding: 0 0 0.5em;
	line-height: 0.9;
	font-weight: 600;
}
h2.rounded:first-line {
	font-weight: 400;
	font-family: 'Neutra2Book';
}

#s, #searchText {
	border-radius: 10px;
	border-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#s {
	width: 10em !important;
	padding: 0 3em 0 2.5em;
	background-color: #444;
	height: 2.4em;
	line-height: 2.4em;
}

input#searchText {
	background-color: rgba(255,255,255,0.8);
	color: #111;
	padding-left: 2.5em;
}

#s:focus, #searchText:focus {
	background-color: #eee;
	color: #111;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 48em) {
	#s:focus {
		width: 15em !important;
	}
}

#searchform .icon-search,
.search-form-field .icon-search {
	position: absolute;
	left: 0.8em;
	top: 1.2em;
	z-index: 20;
	color: #aaa;
	cursor: pointer;
}

.search-form-field .icon-search {
	top: 0.5em !important;
}

#searchform {
	float: right;
	position: relative;
	font-size: 0.8em;
}

footer #searchform {
	display: none;
}

.collections.row {
	margin-top: 1.5em;
}

.card {
	min-height: 20em;
	cursor: pointer;
}

.card .card-reverse,
.card .card-obverse {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	margin: 0;
	padding: 0;
	background-size: cover !important;
}

.card .card-obverse {}
.card .card-reverse {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 30;
	opacity: 0;
	height: 100%;
	overflow: hidden;
	padding: inherit;
}

.card-reverse h2.page-title {
	display: table-cell;
	height: 1.6em;
	vertical-align: middle;
}

.card:hover .card-reverse {
	opacity: 1;
	color: #111;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	-webkit-transform: translateZ(0);
}
.card:hover .card-obverse {
	color: #111;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	-webkit-transform: translateZ(0);
}

.card-obverse h2.page-title {
	color: #eee;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0.25em;
	width: inherit;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7%, rgba(0,0,0,0.58) 60%, rgba(0,0,0,0.65) 66%, rgba(0,0,0,0.65) 86%, rgba(0,0,0,0.65) 89%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(7%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0.58)), color-stop(66%,rgba(0,0,0,0.65)), color-stop(86%,rgba(0,0,0,0.65)), color-stop(89%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.58) 60%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 89%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.58) 60%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 89%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.58) 60%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 89%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.58) 60%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 89%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.card .asset-label, .card i { color: #f5c125; }

.card .large-12.asset-detail {
	padding-top: 0.5em;
}
.card .inset {
	font-size: 0.75em;
	padding: 1em 0;
}
.card .collection-items {
	border-top: 1px solid #ccc;
}

footer #menu-footer li {
	float: left;
	padding: 0 1em;
	font-style: italic;
	font-size: 0.8em;
}

footer #menu-footer li:first-child {
	padding: 0 1em 0 0;
}
footer #menu-footer li:last-child {
	padding: 0 0 0 1em;
}
#menu-footer {
	margin: 0;
	/* padding: 0 2em; Jordan */
	padding: 0;
	list-style: none !important;
}

#logo {
	margin: 0;
	width: 256px;
	height: 50px;
	background-position: 0 110px;
}

.blog #logo,
.single-post #logo {
	background-position: 0 51px !important;
}

body.single-asset #logo {
	background-position: 0 110px !important;
}

.page-template-templatescollections-php #logo,
.single-collection #logo {
	background-position: 0 5px !important;
}
.page-template-templatescollections-php .current-menu-item a,
.single-collection .current-menu-item a {
	color: #FFEB5F !important;
}

.blog .current-menu-item a {
	color: #86D2E5 !important;
}

.blog #logo,
.archive #logo {
	background-position: 0 51px !important;
}

.single.single-post article.post header h2 {
	margin-top: 0;
}
.single.single-post article.post header h2 a {
/*	color: #111;*/
}

.form-allowed-tags {
	display: none;
}
/* jordan */
div.fixed {
	margin-top: 1em;
}
/* Jordan matches template more accurately with diff column width changed to -7 from -8*/
.page-template-templatesabout-php article {
	font-size: 95%;
}

.blog .blog-page-title {
	padding-bottom: 1em;
}

.archive-title {
	margin-top: 0;
}

div.textwidget p:last-child {
	margin-bottom: 0;
}

.home.page .jumbotron-title h2.page-title {
	display: block;
	line-height: .85;
	color: #eee;
	margin-bottom: 0em;
}

.home.page .jumbotron-title h2.page-title > span {
	background-color: rgba(0,0,0,0.8);
	margin-bottom: 0.4em;
	padding: 0.2em 0.5em;
}

.jumbotron-title {
	position: absolute;
    top: -19em;
	max-width: 100%;
	padding-left: 0.9375em;
}

article.post h6 a {
	color: #a2a2a2;
}

.icon-chevron-sign-right {
	display: inline-block;
	border: 0.1em solid;
	border-radius: 1.4em;
	width: 1.3em;
	padding-left: 0.1em;
	height: 1.3em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	margin-top: -0.1em;
}

.collection-right-widget.yellow {
	color: #111;
}

.collection-right-widget.yellow:first-child {
	padding: 1em;
}

.engagement-link {
	font-weight: bold !important;
}

.collections-containing-asset .engagement-link {
	color: #F24A37;
}

.type-collection .collections-containing-asset .engagement-link {
	color: #f5c125;
}

.author_gravatar.left.photo {
	margin: 5px !important;
}

.front-bottom-sidebar {
	margin-top: 1.5em;
	padding-right: 0;
}

.front-bottom-sidebar .sidebar {
	margin-top: 0 !important;
}

.educational-program-widget .promo .collection-item i {
	font-size: 1.5em;
}

.educational-program-widget .collections {
	border-top: 1px dotted #ccc;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li {
	margin-left: 0;
	display: block;
	clear: both;
	margin-right: 0;
}

.archive div[role='main'] {
	opacity: 1;
}

.educational-program-widget .promo {
	height: 100%;
}

.yarpp-related-widget ol {
	list-style: none;
}

.yarpp-related-widget .collection-thumbnail {
	padding: 0;
}

.yarpp-related-widget .asset-details .row {
	padding: 0 0 0.1em 0;
}

.yarpp-related-widget {
	font-size: 0.8em;
}
.yarpp-related-widget article {
	padding-bottom:1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

.yarpp-related-widget article:last-child {
	padding-bottom:0em;
	margin-bottom: 0em;
	border-bottom: none;
}

.yarpp-related-widget > div >img {
	display: block;
}

.collection-read-more-link {
	color: #111;
	float: right;
	margin-top: 2em;
	font-size: 0.8em;
}
.collection-read-more-link:hover {
	color: #111;
	text-decoration: underline;
}
.collection-read-more-link i {
	color: #111 !important;
}

.search aside.sidebar {
	margin-top: 4em;
}

.search-form-field {
	margin-top: 1em;
	position: relative;
}
.search-form-field.row {
	margin-top: 0.8375em;
}

#searchTitle {
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	color: #111;
}
.search-form-field select {
	border-radius: 10px;
	border: none;
	background-color: rgba(255,255,255,0.2);
	color: #eee;
	padding: 0.5em;
	font-size: 0.8em;
}
.search-form-field select.categorySelect {
	width: 90%;
}
.search-form-field select option {
	color: #111;
}
.search .asset-sidebar {
	clear: both;
	background-color: transparent !important;
	padding-left: 0 !important;
}

#searchQuery {
	padding: 0 0 1em;
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	font-weight: normal;
}

.search .row.large-12.type-collection {
	margin: 0;
}

.search #resultsPane .type-collection:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.clearfilter {
	color: #eee;
	background-color: rgba(80,80,80,0.5);
	border-radius: 20px;
	line-height: 1.4em;
	margin: 0.3em 0 0 0;
	padding: 0 1px 0 0;
	width: 24px;
	height: 24px;
	float: right;
	display: block;
	cursor: pointer;
	text-align: center;
}

.search-form-field select:focus {
	outline: none !important;
}

.top-content .social-icons a {
	border-radius: 1.5em;
	color: #fff;
	display: table-cell;
	width:1.6em;
	height:1.6em;
	text-align: center;
	vertical-align:middle;
}
.top-content .social-icons a i { color: #fff !important; }

.top-content .social-icons {
	display: table-row;
	border-spacing: 0.5em 0;
	padding: 0;
}

a.facebook {
	background-color: #3c5a98;
}

a.twitter {
	background-color: #28aae1;
}

.fat-link {
	float: left !important;
	padding: 0.8em;
	color: #111 !important;
	font-size: 0.8em;
	width: 100%;
}
.fat-link i {
	float: right;
}

.blog:not(.single-asset) .top-content .social-icons,
.single.single-post .top-content .social-icons {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

aside.sidebar > div {
	margin-bottom: 1.875em;
}

.sidebar .large-12.columns.gray {
	height: 100%;
}

.page-template-templatescollections-php div[role=main] {
	margin-bottom: 0;
}

.image-widget.large-12 {
	padding: 0;
}

.asset-details hr {
	margin-bottom: 0;
}

#jwplayer {
	max-width: 100% !important;
	width: 100% !important;
	min-height: 270px !important;
	height: auto !important;
}

.paginationLinks {
	text-align: center;
	font-size: 1.2em;
	padding: 1.2em 0 0;
}
.pagination-link {
	color: #d3d3d3;
	padding: 0 0.20em;
}
.pagination-link.current-page,
.pagination-link:hover {
	color: #F24A37;
}

.sidebar-link {
    display: block;
    padding: 0.5em 1em;
    text-align: center;
    color: #111;
    font-family: 'Neutra2Bold';
    text-transform: uppercase;
}
.sidebar-link:hover {
    color: inherit;
    text-decoration: underline;
}
body .top-bar .top-bar-section li ul {
    display: none !important;
}

div[role='main'].white .columns, div[role='main'].white .columns {
    color: #111;
    font-size: 1em;
    line-height: 1.4;
}

body .top-bar .top-bar-section li:hover ul,
body .top-bar .top-bar-section li.hover ul {
    display: block !important;
    width: 20em;
}

body .top-bar .top-bar-section ul li>a {
    color: #9a9a9a;
    background: none;
}

body .top-bar .top-bar-section ul ul li>a {
    line-height: 1.4;
    padding: 0.2em 0.5em 0.7em;
    font-family: "Neutra2BoldItalic", "Neutra2Book", "Verdana", sans-serif;
    font-style: italic;
}
body .top-bar .top-bar-section ul ul li>a:hover,
body .top-bar .top-bar-section ul ul li.hover>a {
    color: #86D2E5; !important;
}
.top-bar-section .dropdown li:last-child {
    padding-bottom: 0;
}

.dropdown li {
    display: block !important;
    background: #111;
    padding: 0.2em 0;
    position: relative;
}
.dropdown li:not(:last-child) a:after {
    content: "..................................................................................................................................................................................................";
    letter-spacing: 0.1em;
    position: absolute;
    left: 0.9375em;
    right: 0.9375em;
    bottom: 0;
    font-size: 0.6em !important;
    font-weight: 200;
    overflow: hidden;
    color: #e2e2e2;
}

ul.title-area > li {
    display: inline-block;
    float: left;
    position: relative;
}
.top-bar-section .has-dropdown>a {
    padding-right: 35px !important;
}

.top-bar-section #menu-explore-menu .has-dropdown>a { padding-right: 0px !important; padding-left: 35px !important; }
.top-bar-section #menu-explore-menu .has-dropdown>a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: rgba(255,255,255,0.5) transparent transparent transparent;
    margin-top: -2.5px;
    margin-left: -15px;
    margin-right: 7.5px;
}
.top-bar-section #menu-explore-menu .has-dropdown>a:after { display: none; }

#menu-explore-menu ul.dropdown {
    position: absolute;
    left: -200%;
    padding-top: 10%;
}

@media (max-width: 58.75em) {
    #menu-explore-menu li:hover ul.dropdown,
    #menu-explore-menu li.hover ul.dropdown {
        position: absolute;
        display: block !important;
        left: 0;
        padding-top: 0;
    }
}

#menu-explore-menu li li a {
    font-size: 1.8em;
    font-style: normal;
    color: #eee;
}

.top-bar-section ul#menu-explore-menu ul li>a {
    line-height: 0.8;
    padding: 0.2em 0.5em 0.7em;
    font-family: "Neutra2Book", "Verdana", sans-serif;
}

.social-icon-footer a {
    border-radius: 2em;
    border: 0 solid #6b6b6b;
    background-color: #6b6b6b;
    color: #111 !important;
    display: table-cell;
    width: 1em;
    height: 1em;
    padding: 0.2em 0.4em 0.0em 0.4em;
    text-align: center;
    vertical-align: middle;
}

.ironpaper-link {
    font-size: 0.8em !important;
    font-style: italic;
    font-size: 1em;
    font-weight: normal !important;
    text-align: right;
    padding-right: 0.5em;
}


/* Popover adjustments */
#message img.size-full {
    max-width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
    border: 0;
}
#message {
    max-width: 100%;
    font-size: 0;
    padding: 0;
    margin: 0;
    height: auto !important;
    background: transparent !important;
}

.visiblebox {
    position: fixed !important;
    margin: 0 auto !important;
    right: 0 !important;
    background: none !important;
    left: 0 !important;
    top: 15% !important;
    max-width: 95%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (max-width: 58.75em) {
    div.claimbutton.hide {
        display: block !important;
    }
}


