.btn-primary {
color: #fff;
background-color: #003262;
border-color: #002549;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
color: #fff;
background-color: #00182f;
border-color: #00060b;
}
#secondary aside.widget{
		margin: 0;
}

.widget.popular-posts hr {
	margin-top: 0px;
	margin-bottom: 10px;
}
	
/* Thumbnails */
.thumbnail {
	padding: 0;
	margin-bottom: 20px;
	line-height: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
a.thumbnail:hover {
	text-decoration: none;
}
a.thumbnail:hover .caption h2,
a.thumbnail:focus .caption h2,
a.thumbnail:active .caption h2, 
a.thumbnail:hover .caption h3,
a.thumbnail:focus .caption h3,
a.thumbnail:active .caption h3, 
a.thumbnail:hover .caption p,
a.thumbnail:focus .caption p,
a.thumbnail:active .caption p {
	text-decoration: none;
	color: #000b16;
}
a.thumbnail img {
z-index: 9;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
/*a.thumbnail:hover img,
a.thumbnail:focus img,
a.thumbnail:active img {
	opacity: .7;
}*/
.thumbnail .caption {
	padding: 9px 0;
	color: #333;
text-align: left;
}
.thumbnail .caption h3 {
	font-size: 21px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
}
.thumbnail .caption h2 {
	margin-right: 5px;
}
a.thumbnail .caption h3 {
	color: #003262;
}

/* Buttons */
.btn-default {
	color: #333;
	background-color: transparent;
	border-color: #ccc;
}

/* Breadcrumbs */
.breadcrumb {
	padding: 10px 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	display: none;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb>.active {
	color: #ccc;
}

/* Nav List */
.nav-list>li>a {
	padding: 5px 0;
	font-size: 15px;
}

.category-list-item {
	margin-bottom: 50px;
}
.category-list-item .block-header {
	display: block;
}
.category-list-item h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
.category-list-item .nav>li>a:hover, 
.category-list-item .nav>li>a:focus {
	text-decoration: underline;
	background-color: transparent;
}
.category-list-item img {
	margin-bottom: 10px;
}

.list-group-item {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	padding: 0 0 20px;
}
.list-group-item a {

}
.list-block .list-group-item a {
	font-size: 16px;
line-height: 26px;
}


.block.subnav, .block.subnav .list-group {
		margin-bottom: 0px;
}
.block.subnav .list-group .list-group-item {
	
}
.block.subnav .list-group-item.active, 
.block.subnav .list-group-item.active:hover, 
.block.subnav .list-group-item.active:focus {
	background-color: transparent;
}

.block.list-block-bulleted .list-group {
	
}
.block.list-block-bulleted .list-group .list-group-item {
	padding: 0 0 20px 20px;
}
.block.list-block-bulleted .list-group .list-group-item:before {
	content: '\e81b';
	font-family: 'fontello';
	position: absolute;
	left: 0px;
	font-size: 16px;
	top: 5px;
	background: #fdb515;
	color: #fff;
	width: 14px;
	height: 14px;
	border-radius: 30px;
	text-align: center;
	line-height: 15px;
}
.list-group-item a {

}

.block-tab-box .list-group-item:first-child {
	border-top:none;
}

/* Wells */
.well {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

/* Blocks */
.block {
	margin-bottom: 30px;
}
.block.solid-background .caption {
	padding: 20px;
}
.block.solid-background,
.block.solid-background a,
.block.solid-background .caption h3 {
	color: #fff;
}
.block.solid-background .more-link a {
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.block .thumbnail {
	margin-bottom: 0;
}

/* Single Image Owl Slider */
.owl-buttons {
	position: absolute;
	top: 42%;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons {
	display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.carousel-container {
	position: relative;
}

.carousel-inner {
	padding: 0;
}

/* Universal Footer */
#universal-footer {
	background-color: #003262;
	padding: 20px 0 40px;
	color: #ccc;
}
#universal-footer .nav-pills {
	margin-top: 5px;
}
#universal-footer .nav-pills>li>a {
	border-radius: 0px;
	color: #ACB5B9;
	padding: 0 15px 10px;
}
#universal-footer .nav-pills>li>a:hover,
#universal-footer .nav-pills>li>a:focus {
	color: #FDB515;
}
#universal-footer .nav-pills>li:first-child>a {
	padding-left: 0;
}

#universal-footer .logo {
	padding-right: 20px;
}

.grid-list {
	
}
.grid-list .thumbnail, div.thumbnail {
	margin-bottom: 10px;
}
.grid-list .thumbnail .caption {
	padding: 0;
}
.grid-list .thumbnail img, div.thumbnail img {
	float: left;
	width: 33.3333%;
	margin-right: 10px;
	border-bottom: 8px solid #C4820E;
}

/*.category .grid-list .thumbnail img{
		height: 100%;
		border-bottom: 8px solid #C4820E;
}*/

.category .grid-list .news-hero .thumbnail img {
		border-bottom: 0 none;
}
.category .grid-list .thumbnail>a{
	display: block;
}

/* Grid List Media Queries */
@media (min-width: 768px) {
	.grid-list .thumbnail, div.thumbnail {
		/*margin-bottom: 20px;*/
		margin-bottom: 0px;
	}
	.grid-list .thumbnail .caption {
		padding: 9px 0;
	}
	div.thumbnail .caption, .story-grid .home-feature .caption {
		min-height: 100px;
	}
	.grid-list .thumbnail img, div.thumbnail img, .home-feature .thumbnail img {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.home .grid-list .thumbnail img{
			min-height: 185px;
	}
	.thumbnail a > img, .thumbnail a div.slideshow-thumbnail-image img, .thumbnail a div.video-thumbnail-image img, .thumbnail a div.audio-thumbnail-image img {
   		height: 222px;
	}

}


/* Article Header */
.story-header {
	margin: 0 0 20px;
	float: left;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.story-header h1 {
	/*text-transform:capitalize;*/
	
}
.story-header .byline {
	color: #333;
}
.story-header .share-tools {
	
}
.story-header .category {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
margin-top: 0;
	
}
/* Story Header Media Queries */
@media (min-width: 768px) {
	.story-header h1 {
		font-size: 36px;
	}
	.story-header .byline {
		float: left;
		margin-top: 8px;
	}
	.story-header .share-tools {
		float: right;
	}
	.story-header .share-tools>li>a {
		padding: 10px;
	} 
}

/* Article footer */
article .block-share .nav-pills>li>a {
	padding: 10px;
}


/* Story Grid Small */
.stories-grid-small {
	
}
/* Story Header Media Queries */
@media (min-width: 768px) {
	.stories-grid-small .thumbnail .caption h3 {
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 1.6;
	}
	
}


/* Standard Page Header */
.page-header {
	padding-bottom: 0;
	margin: 0 0 0px;
	border-bottom: none;
	padding-top: 0;
}
.page-header h1 {
	color: #003262;
}

/* Page header slider */

.page-header-slider {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	background: transparent;
	margin-bottom: 50px;
	padding: 0;
}
body.takeover .page-header-slider {
	margin-bottom: 0;
	min-height: 500px;
	margin-top: -94px;
}
.page-header-slider .page-header {
	position: absolute;
	margin-top: 20px;
	z-index: 2;
}
.page-header-slider .header-carousel .item {
    display: block;
    width: 100%;
    height: 322px;
}
.page-header-slider .header-carousel .item-caption {
	height: 100%;
	display: table;
}
.page-header-slider .header-carousel .item-caption-inner {
	display: table-cell;
	vertical-align: middle;
}

/* Large (Homepage) slider */
.page-header-slider.page-header-large-slider .header-carousel .item {
		min-height: 500px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
}
.page-header-slider.page-header-large-slider .header-carousel .item-caption {

}
.page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(0, 178, 165, 0.9);
	margin-bottom: 2px;
	margin-top: 0;
	display: inline;
	box-shadow: 14px 0 0 0 rgba(0, 178, 165, 0.9), -14px 0 0 0 rgba(0, 178, 165, 0.9);
	left: 14px;
	position: relative;
	color: #fff;
	font-size: 28px;
	line-height: 41px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
.page-header-slider.page-header-large-slider .header-carousel .item-caption p {
	font-size: 14px;
	line-height: 36px;
	display: inline;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 14px 0 0 0 rgba(255, 255, 255, 0.9), -14px 0 0 0 rgba(255, 255, 255, 0.9);
	position: relative;
	left: 14px;
	padding: 8px 0;
}
.page-header-slider.page-header-large-slider .header-carousel .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
/* XLarge slider */
.page-header-slider.page-header-xlarge-slider .header-carousel .item {
    height: 540px;
}
.page-header-slider.page-header-xlarge-slider .header-carousel .item-caption {
	max-width: 100%;
}
.page-header-slider .header-carousel .item-caption h2 {
	
}
.page-header-slider .header-carousel .item-caption h2 a {
	color: #fff;
}
.page-header-slider .header-carousel .item-caption p {

}
.page-header-slider.page-header-xlarge-slider .header-carousel .item-caption p {
	font-size: 21px;
	line-height: 27px;
}


/* Multi Item slider */
.multi-item-slider .item {
	margin: 3px;
}
.multi-item-slider .item h4 {
	font-weight: 400;
}
.multi-item-slider .owl-theme .owl-controls .owl-buttons {
	position: relative;
}
.multi-item-slider .owl-theme .owl-controls .owl-buttons .owl-next {
	position: relative;
}
.multi-item-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: relative;
	
}

/* Carousel Media Queries */
@media (min-width: 768px) {	
	.page-header h1 {
		color: #003262;
		font-size: 36px;
	}
	.page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
		font-size: 44px;
		line-height: 59px;
	}
	.page-header-slider.page-header-large-slider .header-carousel .item-caption p {
		font-size: 18px;
		line-height: 42px;
	}
		
	.owl-theme .owl-controls .owl-buttons {
		display: block;
	}
	body.takeover .page-header-slider {
		margin-bottom: 0;
		min-height: 450px;
		margin-top: -150px;
	}
	.page-header-slider.page-header-large-slider .header-carousel .item {
		min-height: 450px;
	}
	.page-header-slider.page-header-xlarge-slider .header-carousel .item-caption,
	.page-header-slider.page-header-large-slider .header-carousel .item-caption {
		padding-left: 60px;
		padding-right: 0;
		min-height: 450px;
		width: 50%;
	}
	.page-header-slider .header-carousel .item-caption {
		padding-right: 60px;
	}
	.page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
		font-size: 44px;
	}
}
@media (min-width: 992px) {
	.page-header h1 {
	color: #003262;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 30px;
	}
	.page-header-slider.page-header-large-slider .header-carousel .item-caption {
		min-height: 450px;
	}
	.page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
		font-size: 44px;
	}
	.thumbnail a > img, .thumbnail a div.slideshow-thumbnail-image img, .thumbnail a div.video-thumbnail-image img, .thumbnail a div.audio-thumbnail-image img {
	   /* border-bottom: 8px solid #c4820e;*/
		height: 149px;
	}
	div.thumbnail .caption {
		min-height: 125px;
	}   
}


/* Page header hero */
.page-header-hero {
	position: relative;
	margin-bottom: 30px;
	min-height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.page-header-hero .caption {
	display: table;
	height: 100%;
	min-height: 360px;
	max-width: 75%;
}
.page-header-hero .caption .caption-inner {
	display: table-cell;
	vertical-align: middle;
}
.page-header-hero .caption h1,.page-header-hero .caption h2 {
	background-color: rgba(0, 178, 165, 0.9);
	margin-bottom: 2px;
	margin-top: 0;
	display: inline;
	box-shadow: 14px 0 0 0 rgba(0, 178, 165, 0.9), -14px 0 0 0 rgba(0, 178, 165, 0.9);
	left: 14px;
	position: relative;
	color: #fff;
	font-size: 28px;
	line-height: 41px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
.page-header-hero .caption p {
	font-size: 14px;
	line-height: 36px;
	display: inline;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 14px 0 0 0 rgba(255, 255, 255, 0.9), -14px 0 0 0 rgba(255, 255, 255, 0.9);
	position: relative;
	left: 14px;
	padding: 8px 0;
}
/* primary */
.page-header-hero.berkeley-blue .caption h1 {
	background-color: rgba(0, 50, 98, 0.9);
	box-shadow: 14px 0 0 0 rgba(0, 50, 98, 0.9), -14px 0 0 0 rgba(0, 50, 98, 0.9);
}
.page-header-hero.california-gold .caption h1 {
	background-color: rgba(253, 181, 21, 0.9);
	box-shadow: 14px 0 0 0 rgba(253, 181, 21, 0.9), -14px 0 0 0 rgba(253, 181, 21, 0.9);
}
/* primary: alternate heritage */
.page-header-hero.founders-rock .caption h1 {
	background-color: rgba(45, 99, 127, 0.9);
	box-shadow: 14px 0 0 0 rgba(45, 99, 127, 0.9), -14px 0 0 0 rgba(45, 99, 127, 0.9);
}
.page-header-hero.medalist .caption h1 {
	background-color: rgba(224, 158, 25, 0.9);
	box-shadow: 14px 0 0 0 rgba(224, 158, 25, 0.9), -14px 0 0 0 rgba(224, 158, 25, 0.9);
}	
/* vibrants */
.page-header-hero.lawrence .caption h1 {
	background-color: rgba(0, 176, 218, 0.9);
	box-shadow: 14px 0 0 0 rgba(0, 176, 218, 0.9), -14px 0 0 0 rgba(0, 176, 218, 0.9);
}
.page-header-hero.rose-garden .caption h1 {
	background-color: rgba(238, 31, 96, 0.9);
	box-shadow: 14px 0 0 0 rgba(238, 31, 96, 0.9), -14px 0 0 0 rgba(238, 31, 96, 0.9);
}
.page-header-hero.ion .caption h1 {
	background-color: rgba(207, 221, 69, 0.9);
	box-shadow: 14px 0 0 0 rgba(207, 221, 69, 0.9), -14px 0 0 0 rgba(207, 221, 69, 0.9);
}
/* brights */	
.page-header-hero.lap-lane .caption h1 {
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
}
.page-header-hero.golden-gate .caption h1 {
	background-color: rgba(237, 78, 51, 0.9);
	box-shadow: 14px 0 0 0 rgba(237, 78, 51, 0.9), -14px 0 0 0 rgba(237, 78, 51, 0.9);
}
.page-header-hero.soybean .caption h1 {
	background-color: rgba(rgb(133, 148, 56));
	box-shadow: 14px 0 0 0 rgba(rgb(133, 148, 56)), -14px 0 0 0 rgba(rgb(133, 148, 56));
}
/* neutrals */	
.page-header-hero.bay-fog .caption h1 {
	background-color: rgba(194, 185, 167, 0.9);
	box-shadow: 14px 0 0 0 rgba(194, 185, 167, 0.9), -14px 0 0 0 rgba(194, 185, 167, 0.9);
}
.page-header-hero.wellman-tile .caption h1 {
	background-color: rgba(217, 102, 31, 0.9);
	box-shadow: 14px 0 0 0 rgba(217, 102, 31, 0.9), -14px 0 0 0 rgba(217, 102, 31, 0.9);
}
.page-header-hero.sather-gate .caption h1 {
	background-color: rgba(185, 211, 182, 0.9);
	box-shadow: 14px 0 0 0 rgba(185, 211, 182, 0.9), -14px 0 0 0 rgba(185, 211, 182, 0.9);
}
/* darks */	
.page-header-hero.pacific .caption h1 {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
.page-header-hero.south-gate .caption h1 {
	background-color: rgba(108, 51, 2, 0.9);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 0.9), -14px 0 0 0 rgba(108, 51, 2, 0.9);
}
.page-header-hero.stone-pine .caption h1 {
	background-color: rgba(108, 51, 2, 0.9);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 0.9), -14px 0 0 0 rgba(108, 51, 2, 0.9);
}
@media (min-width: 768px) {
	.page-header-hero {
		margin-bottom: 50px;
		}
	.page-header-hero .caption {
	
	}
	.page-header-hero .caption h1,
	.page-header-hero .caption h2 {

		font-size: 44px;
		line-height: 59px;
	}
	.page-header-hero .caption p {
		font-size: 18px;
		line-height: 42px;
	}
}
@media (min-width: 992px) {
	.page-header-hero .caption {
		max-width: 50%;
	}
}
@media (min-width: 1200px) {
	.page-header-hero .caption h1,
	.page-header-hero .caption h2 {
		font-size: 54px;
		line-height: 75px;
	}
}


/* Homepage Hero (1) */
.homepage-hero {
	background: transparent;
	margin-bottom: 50px;
	min-height: 320px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}
.homepage-hero .overlay {
	background: rgba(0,0,0,.1);
	min-height: 320px;
}
body.takeover .homepage-hero .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(33%,rgba(0,0,0,.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
}
.homepage-hero .caption {
	display: table;
	height: 320px;
	padding: 0;
	padding-bottom: 30px;
	max-width: 75%;
}

.homepage-hero .caption-inner {
	display: table-cell;
	vertical-align: bottom;
}

.homepage-hero .caption-inner h2 {
	background-color: rgba(0, 178, 165, 0.9);
	margin-bottom: 2px;
	display: inline;
	box-shadow: 14px 0 0 0 rgba(0, 178, 165, 0.9), -14px 0 0 0 rgba(0, 178, 165, 0.9);
	position: relative;
	font-size: 24px;
	line-height: 34px;
	left: 14px;
}
.homepage-hero .caption-inner p {
	font-size: 14px;
	line-height: 32px;
	display: inline;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 14px 0 0 0 rgba(255, 255, 255, 0.9), -14px 0 0 0 rgba(255, 255, 255, 0.9);
	position: relative;
	left: 14px;
	padding: 6px 0;
}
.homepage-hero .caption h2 a {
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	color: #fff;
}
.homepage-hero .caption h2 a:hover,
.homepage-hero .caption h2 a:focus,
.homepage-hero .caption h2 a:active {
	text-decoration: none;
}
.homepage-hero .caption p,
.homepage-hero .caption p a {
	color: #fff;
}
.homepage-hero.inset {
	margin-top: 30px;
}

/* COLORS */
/* primary */
.homepage-hero.berkeley-blue .caption h2 {
	background-color: rgba(0, 50, 98, 0.9);
	box-shadow: 14px 0 0 0 rgba(0, 50, 98, 0.9), -14px 0 0 0 rgba(0, 50, 98, 0.9);
}
.homepage-hero.california-gold .caption h2 {
	background-color: rgba(253, 181, 21, 0.9);
	box-shadow: 14px 0 0 0 rgba(253, 181, 21, 0.9), -14px 0 0 0 rgba(253, 181, 21, 0.9);
}
/* primary: alternate heritage */
.homepage-hero.founders-rock .caption h2 {
	background-color: rgba(45, 99, 127, 0.9);
	box-shadow: 14px 0 0 0 rgba(45, 99, 127, 0.9), -14px 0 0 0 rgba(45, 99, 127, 0.9);
}
.homepage-hero.medalist .caption h2 {
	background-color: rgba(224, 158, 25, 0.9);
	box-shadow: 14px 0 0 0 rgba(224, 158, 25, 0.9), -14px 0 0 0 rgba(224, 158, 25, 0.9);
}	
/* vibrants */
.homepage-hero.lawrence .caption h2 {
	background-color: rgba(0, 176, 218, 0.9);
	box-shadow: 14px 0 0 0 rgba(0, 176, 218, 0.9), -14px 0 0 0 rgba(0, 176, 218, 0.9);
}
.homepage-hero.rose-garden .caption h2 {
	background-color: rgba(238, 31, 96, 0.9);
	box-shadow: 14px 0 0 0 rgba(238, 31, 96, 0.9), -14px 0 0 0 rgba(238, 31, 96, 0.9);
}
.homepage-hero.ion .caption h2 {
	background-color: rgba(207, 221, 69, 0.9);
	box-shadow: 14px 0 0 0 rgba(207, 221, 69, 0.9), -14px 0 0 0 rgba(207, 221, 69, 0.9);
}
/* brights */	
.homepage-hero.lap-lane .caption h2 {
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
}
.homepage-hero.golden-gate .caption h2 {
	background-color: rgba(237, 78, 51, 0.9);
	box-shadow: 14px 0 0 0 rgba(237, 78, 51, 0.9), -14px 0 0 0 rgba(237, 78, 51, 0.9);
}
.homepage-hero.soybean .caption h2 {
	background-color: rgba(133, 148, 56, 1);
	box-shadow: 14px 0 0 0 rgba(133, 148, 56, 1), -14px 0 0 0 rgba(133, 148, 56, 1);
}
/* neutrals */	
.homepage-hero.bay-fog .caption h2 {
	background-color: rgba(133, 148, 56, 1);
	box-shadow: 14px 0 0 0 rgba(133, 148, 56, 1), -14px 0 0 0 rgba(133, 148, 56, 1);
}
.homepage-hero.wellman-tile .caption h2 {
	background-color: rgba(217, 102, 31, 0.9);
	box-shadow: 14px 0 0 0 rgba(217, 102, 31, 0.9), -14px 0 0 0 rgba(217, 102, 31, 0.9);
}
.homepage-hero.sather-gate .caption h2 {
	background-color: rgba(185, 211, 182, 0.9);
	box-shadow: 14px 0 0 0 rgba(185, 211, 182, 0.9), -14px 0 0 0 rgba(185, 211, 182, 0.9);
}
/* darks */	
.homepage-hero.pacific .caption h2 {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
.homepage-hero.south-gate .caption h2 {
	background-color: rgba(108, 51, 2, 0.9);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 0.9), -14px 0 0 0 rgba(108, 51, 2, 0.9);
}
.homepage-hero.stone-pine .caption h2 {
	background-color: rgba(108, 51, 2, 0.9);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 0.9), -14px 0 0 0 rgba(108, 51, 2, 0.9);
}

/* primary */
.homepage-hero.berkeley-blue .caption p {
	background-color: rgba(0, 50, 98, 0.9);
	box-shadow: 14px 0 0 0 rgba(0, 50, 98, 0.9), -14px 0 0 0 rgba(0, 50, 98, 0.9);
}
.homepage-hero.california-gold .caption p {
	background-color: rgba(253, 181, 21, 0.9);
	box-shadow: 14px 0 0 0 rgba(253, 181, 21, 0.9), -14px 0 0 0 rgba(253, 181, 21, 0.9);
}
/* primary: alternate heritage */
.homepage-hero.founders-rock .caption p {
	background-color: rgba(45, 99, 127, 0.9);
	box-shadow: 14px 0 0 0 rgba(45, 99, 127, 0.9), -14px 0 0 0 rgba(45, 99, 127, 0.9);
}
.homepage-hero.medalist .caption p {
	background-color: rgba(179, 125, 18, 0.9);
	box-shadow: 14px 0 0 0 rgba(179, 125, 18, 0.9), -14px 0 0 0 rgba(179, 125, 18, 0.9);
}	
/* vibrants */
.homepage-hero.lawrence .caption p {
	background-color: rgba(0, 176, 218, 0.9);
	box-shadow: 14px 0 0 0 rgba(0, 176, 218, 0.9), -14px 0 0 0 rgba(0, 176, 218, 0.9);
}
.homepage-hero.rose-garden .caption p {
	background-color: rgba(238, 31, 96, 0.9);
	box-shadow: 14px 0 0 0 rgba(238, 31, 96, 0.9), -14px 0 0 0 rgba(238, 31, 96, 0.9);
}
.homepage-hero.ion .caption p {
	background-color: rgba(207, 221, 69, 0.9);
	box-shadow: 14px 0 0 0 rgba(207, 221, 69, 0.9), -14px 0 0 0 rgba(207, 221, 69, 0.9);
}
/* brights */	
.homepage-hero.lap-lane .caption p {
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
}
.homepage-hero.golden-gate .caption p {
	background-color: rgba(237, 78, 51, 0.9);
	box-shadow: 14px 0 0 0 rgba(237, 78, 51, 0.9), -14px 0 0 0 rgba(237, 78, 51, 0.9);
}
.homepage-hero.soybean .caption p {
	background-color: rgba(133, 148, 56, 1);
	box-shadow: 14px 0 0 0 rgba(133, 148, 56, 1), -14px 0 0 0 rgba(133, 148, 56, 1);
}
/* neutrals */	
.homepage-hero.bay-fog .caption p {
	background-color: rgba(194, 185, 167, 0.9);
	box-shadow: 14px 0 0 0 rgba(194, 185, 167, 0.9), -14px 0 0 0 rgba(194, 185, 167, 0.9);
}
.homepage-hero.wellman-tile .caption p {
	background-color: rgba(217, 102, 31, 0.9);
	box-shadow: 14px 0 0 0 rgba(217, 102, 31, 0.9), -14px 0 0 0 rgba(217, 102, 31, 0.9);
}
.homepage-hero.sather-gate .caption p {
	background-color: rgba(185, 211, 182, 0.9);
	box-shadow: 14px 0 0 0 rgba(185, 211, 182, 0.9), -14px 0 0 0 rgba(185, 211, 182, 0.9);
}
/* darks */	
.homepage-hero.pacific .caption p {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
.homepage-hero.south-gate .caption p {
	background-color: rgba(108, 51, 2, 0.9);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 0.9), -14px 0 0 0 rgba(108, 51, 2, 0.9);
}
.homepage-hero.stone-pine .caption p {
	background-color: rgba(108, 51, 2, 0.9);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 0.9), -14px 0 0 0 rgba(108, 51, 2, 0.9);
}
@media (min-width: 768px) {
	.homepage-hero {
		margin-bottom: 50px;
		min-height: 450px;
	}
	.homepage-hero .caption-inner {
		display: table-cell;
		vertical-align: middle;
	}
	body.takeover .homepage-hero .caption-inner {
		padding-top: 130px;
	}
	.homepage-hero .caption-inner h2 {
		
		font-size: 36px;
		line-height: 50px;
	}
	.homepage-hero .caption-inner p {
		font-size: 18px;
		line-height: 41px;
		display: inline;
		background-color: rgba(0, 178, 165, 0.9);
box-shadow: 14px 0 0 0 rgba(0, 178, 165, 0.9), -14px 0 0 0 rgba(0, 178, 165, 0.9);
		position: relative;
		left: 14px;
		padding: 8px 0;
	}
	
	body.takeover .homepage-hero {
		margin-bottom: 50px;
		min-height: 600px;
		margin-top: -131px;
	}
	body.takeover .homepage-hero .caption {
		min-height: 600px;
	}
	.homepage-hero .caption {
		max-width: 50%;
		min-height: 450px;
	}
	
	
}
@media (min-width: 992px) {
	body.takeover .homepage-hero {
		margin-bottom: 50px;
		margin-top: -131px;
	}
	.homepage-hero .caption {
		padding: 0;
	}
	.homepage-hero .caption-inner h2 {
		font-size: 44px;
		line-height: 61px;
	}
	.homepage-hero .caption-inner p {
		line-height: 38px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.homepage-hero .caption-inner h2 {
		font-size: 54px;
		line-height: 75px;
	}
	body.takeover .homepage-hero {
	margin-bottom: 50px;
	}
}


/* News Hero */
.news-hero {
	padding-top: 0;
	padding-bottom: 10px;
}
.news-hero .caption {
	
}
.news-hero h2 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	/*text-transform: capitalize;*/
}

.news-hero .side-hero h2{
		color: #003262;
}
.news-hero p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: #fff;
}
.news-hero h2 a {
	
}
a.thumbnail.feature:hover .caption h2, 
a.thumbnail.feature:focus .caption h2, 
a.thumbnail.feature:active .caption h2, 
a.thumbnail.feature:hover .caption h3, 
a.thumbnail.feature:focus .caption h3, 
a.thumbnail.feature:active .caption h3, 
a.thumbnail.feature:hover .caption p, 
a.thumbnail.feature:focus .caption p, 
a.thumbnail.feature:active .caption p {
	color: #fff;
}
.news-hero .thumbnail.feature {
	background: #2d637f;
}
.news-hero .thumbnail.feature:hover,
.news-hero .thumbnail.feature:focus {
	color: #fff;
	/*background: #24536B;*/
}
.news-hero .thumbnail.feature .caption {
	padding: 20px;
	color: #fff;
}

.news-hero .thumbnail-list .media-list > .media {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.news-hero .thumbnail-list .media-list > .media:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.news-hero .multiple-stories { min-height: 500px; }
@media (max-width: 992px) {
	.news-hero .multiple-stories { min-height: 400px; }
}

.news-hero .multiple-stories .caption { min-height: 120px; }
@media (max-width: 1200px) and (min-width: 768px) {
	.news-hero .multiple-stories .caption { min-height: 150px; }
}

/* News Category Top Story */
.news-topstory {
	
}

.news-topstory .caption {

}
.news-topstory h2 {
	margin-top: 10px;
}
.news-topstory p {

}

@media (min-width: 768px) {
	.news-topstory .caption {

	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	
}

/* primary */
a.thumbnail.feature.berkeley-blue {
	background-color: #003262;
}
a.thumbnail.feature.berkeley-blue:hover,
a.thumbnail.feature.berkeley-blue:focus {
	/*background-color: #002344;*/
}
a.thumbnail.feature.california-gold {
	background-color: #FDB515;
}
/* primary: alternate heritage */
a.thumbnail.feature.founders-rock {
	background-color: #2D637F;
}
a.thumbnail.feature.medalist {
	/*background-color: #E09E19;*/
	background-color: #C4820E;
}	
/* vibrants */
a.thumbnail.feature.lawrence {
	background-color: #00B0DA;
}
a.thumbnail.feature.lawrence:hover,
a.thumbnail.feature.lawrence:focus {
	/*background-color: #00A2C8;*/
}
a.thumbnail.feature.rose-garden {
	background-color: #EE1F60;
}
a.thumbnail.feature.ion {
	background-color: #CFDD45;
}
/* brights */	
a.thumbnail.feature.lap-lane {
	background-color: #00A598;
}
a.thumbnail.feature.golden-gate {
	background-color: #ED4E33;
}
a.thumbnail.feature.soybean {
	background-color: #859438;
}
a.thumbnail.feature.soybean:hover,
a.thumbnail.feature.soybean:focus {
	/*background-color: #879629;*/
}
/* neutrals */	
a.thumbnail.feature.bay-fog {
	background-color: #C2B9A7;
}
a.thumbnail.feature.wellman-tile {
	background-color: #D9661F;
}
a.thumbnail.feature.wellman-tile:hover {
	/*background-color: #C45918;*/
}

a.thumbnail.feature.sather-gate {
	background-color: #B9D3B6;
}
/* darks */	
a.thumbnail.feature.pacific {
	background-color: #46535E;
}
a.thumbnail.feature.south-gate {
	background-color: #6C3302;
}
a.thumbnail.feature.stone-pine {
	background-color: #584f29;
}

@media (min-width: 768px) {
	.news-hero .thumbnail.feature .caption {
    padding: 20px 0 0 30px;
	}
	.news-hero .thumbnail.feature .caption.vertical-center {
		display: table;
		height:223px;
		margin-top: 0;
	}
	.news-hero .thumbnail.feature .caption.vertical-center .caption-inner {
	  display: table-cell;
	  vertical-align: middle;
	}
	.news-hero h2 {
	  font-size: 26px;
	  /*text-transform: capitalize;*/
	}
	.news-hero p {
	  font-size: 14px;
	}
	.news-hero .thumbnail.feature .col-sm-8 {
		float: right;
	}
	.news-hero .thumbnail.feature .col-sm-4 {
		float: left;
	}
	
}
@media (min-width: 992px) {
	.news-hero .thumbnail.feature .caption.vertical-center {
		display: table;
		height:400px;
		margin-top: 0;
	}
	.news-hero h2 {
	  font-size: 32px;
	}
	.news-hero p {
	  font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.news-hero .thumbnail.feature .caption.vertical-center {
		display: table;
		height: 500px;
		margin-top: 0;
	}
	.news-hero .thumbnail.feature .caption.vertical-center .caption-inner {
		display: table-cell;
		vertical-align: middle;
	}
}


/* Homepage Hero Three */


.news-hero.news-hero-three .top-stories-panel {
	background: #eee;
	padding: 20px 30px;
	margin-bottom: 30px;
	overflow: auto;
}
.news-hero.news-hero-three .top-stories-panel .thumbnail {
	margin-bottom: 0;
	padding-bottom: 20px;
	display: block;
}
.news-hero.news-hero-three .thumbnail.feature {
	background-image: url('../img/thumb-28.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	margin-bottom: 0;
	min-height: 200px;

}
.news-hero.news-hero-three .thumbnail.feature.wellman-tile .caption {
	background-color: #D9661F;
	position: absolute;
	bottom: 0;
}
@media (min-width: 768px) {
	.news-hero.news-hero-three .top-stories-panel {

	}
	.news-hero.news-hero-three .thumbnail.feature {
	
	}
}
@media (min-width: 992px) {
	.news-hero.news-hero-three .top-stories-panel {
		min-height: 620px;
	}
	.news-hero.news-hero-three .thumbnail.feature {
		min-height: 620px;
	}
	.news-hero.news-hero-three .top-stories-panel .thumbnail:last-child {
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.news-hero.news-hero-three .top-stories-panel {
		min-height: 640px;
	}
	.news-hero.news-hero-three .thumbnail.feature {
		min-height: 640px;
	}
}




/* Homepage Hero (3) [DEPRECIATED]*/
.cards {
	
}
.card {
	background-color: #003262;
	display: block;
	position: relative;
}
.card h2 {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin-top: 0;
}
.card.fullBlock {
	height: 225px;
}

.card.halfBlock {
	height: auto;
	border-left: none;
	min-height: inherit;
	overflow: hidden;
	text-shadow: none;
	min-height: 90px;
	border-top: 1px solid #ddd;
}
.card.halfBlock h2 {
	font-size: 21px;
}
.card .overlay {
	background-color: rgba(0,0,0,.2);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 102;
	min-height: initial;
}
.card .caption {
	padding: 20px 40px 20px 20px;
	position: absolute;
	top: 0;
	display: block;
	height: auto;
	min-height: initial;
	max-width: 100%;
}
.card .card-color, 
.card .card-greyscale {
	background-size: cover;
}
.card-color, 
.card-greyscale {
	position: absolute;
	top: 0;
	background-position-x: center;
	background-size: cover;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
}

.card-color {
	z-index: 100;
}
.card-greyscale {
	z-index: 99;
	opacity: .5;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	display: none;
}
.card:hover a .card-color, 
.card:focus a .card-color {
  opacity: .7;
}

@media (min-width: 768px) {
	.card.halfBlock .card-color, 
	.card.halfBlock .card-greyscale {
		height: 225px;
	}
	.card.fullBlock {
		height: 450px;
	}
	.card.fullBlock:first-child .caption {

	}
	.card.halfBlock {
		height: 225px;
		border-left: 2px solid #fff;
		overflow: hidden;
		border-bottom: none;
	border-top: none;
	}
	.card.halfBlock:first-child {
		border-bottom: 2px solid #fff;
	}
	.card.fullBlock .card-color, 
	.card.fullBlock .card-greyscale {
		height: 450px;
	}
}
@media (min-width: 992px) {
	
}

.gallery-slider {
	margin-bottom: 45px;
}

/* primary */
.block.berkeley-blue {
	background-color: #003262;
}
.block.california-gold {
	background-color: #FDB515;
}
/* primary: alternate heritage */
.block.founders-rock {
	background-color: #2D637F;
}
.block.medalist {
/*	background-color: #E09E19;*/
	background-color: #C4820E;
}	
/* vibrants */
.block.lawrence {
	background-color: #00B0DA;
}
.block.rose-garden {
	background-color: #EE1F60;
}
.block.ion {
	background-color: #CFDD45;
}
/* brights */	
.block.lap-lane {
	background-color: #00A598;
}
.block.golden-gate {
	background-color: #ED4E33;
}
.block.soybean {
	background-color: #859438;
}
/* neutrals */	
.block.bay-fog {
	background-color: #C2B9A7;
}
.block.wellman-tile {
	background-color: #D9661F;
}
.block.sather-gate {
	background-color: #B9D3B6;
}
/* darks */	
.block.pacific {
	background-color: #46535E;
}
.block.south-gate {
	background-color: #6C3302;
}
.block.stone-pine {
	background-color: #584f29;
}


/* Promo Block */
.block.promo {
	min-height: 90px;
	text-align: center;
	min-height: 340px;
}
.block.promo h3 {
	margin: 0;
	margin-bottom: 10px;
	font-family: "freight-micro-pro",Arial,Helvetica,sans-serif;
	font-size: 30px;
}
.block.promo p {
	margin: 0;
}
.block.promo .panel-body {
	padding: 40px 15px;
}
.block.promo .thumbnail {
	
}
.block.promo .caption {
	padding: 20px;
	margin-top: 0;
	text-align: center;
}
.block.promo .caption blockquote {
	margin-bottom: 0;
	color: #fff;
}
.block.promo .caption blockquote footer {
	margin-top: 20px;
	font-size: 14px;
	color: rgba(255,255,255,.7);
}
.block.promo .promo-heading {
		margin-bottom: 10px;
}
.block.promo .promo-image {
}
.block.promo.promo-image-circle {
	padding-top: 30px;
	background-image: url('../img/tesselation-bg-04.png'),
										url('../img/tesselation-bg-08.png');
	background-position: right bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
}
.block.promo.promo-image-circle .promo-image {
	width: 50%;
	height: 70%;
	margin: 0 auto;
	max-width: 170px;

}
.block.promo.promo-image-circle .promo-image img {
	border-radius: 100%;
}
.block.promo.promo-image-circle .caption {
	padding-top: 20px;
}
.block.promo .thumbnail {
	margin-bottom: 0;
}
.block.promo a.thumbnail:hover,
.block.promo a.thumbnail:focus {
	text-decoration: none;
}

.block.promo.web-medalist { background-color: #C4820E; }

/* Promo Block: No image */
.block.promo.no-image {
	min-height: 90px;
	text-align: center;
	background-image: url('../img/tesselation-bg-04.png'),
										url('../img/tesselation-bg-08.png');
	background-position: right bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
}
.block.promo.no-image .thumbnail {
	display: table;
}
.block.promo.no-image .caption {

	margin-top: 0;
	display: table-cell;
	vertical-align: middle;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.block.promo {
	}
	.block.promo h3 {
		font-size: 24px;
	}
	.block.promo .promo-heading {

	}
}

@media (min-width: 992px) {
	.block.promo {
	}
	.block.promo h3 {
		font-size: 30px;
	}
	.block.promo .promo-heading {

	}
}


/* Promo Block: Wide */
.block.promo-wide {
	min-height: 260px;
	text-align: center;
	margin-bottom: 0;
	background-image: url('../img/tesselation-bg-05.png'), 
										url('../img/tesselation-bg-07.png');
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, left top;

}
.block.promo-wide .thumbnail {
	margin-bottom: 0;
	padding: 20px;
}
.block.promo-wide .thumbnail .caption {
	text-align: center;
}
.block.promo-wide.no-image .thumbnail {
	display: table;
	width: 100%;
	min-height: 260px;
}
.block.promo-wide.no-image .thumbnail .caption {

	display: table-cell;
	min-height: 260px;
	vertical-align: middle;
}
.block.promo-wide .thumbnail .caption .caption-inner {

}
.block.promo-wide .promo-image {
	width: 50%;
height: 70%;
margin: 0 auto;
max-width: 170px;
}
.block.promo-wide .promo-image img {
	border-radius: 100%;
}
.block.promo-wide h3 {
	margin: 0 0 10px;
	font-family: "freight-micro-pro",Arial,Helvetica,sans-serif;
	font-size: 30px;
}
.block.promo-wide p {
	margin: 0;
	color: #000;
}
.block.promo-wide.dark p {
	color: #fff;
}
.block.promo-wide .panel-body {
	padding: 40px 15px;
}
.block.promo-wide .promo-heading {
		margin-bottom: 10px;
}
@media (min-width: 768px) {
	.block.promo-wide {
	}
	.block.promo-wide .promo-heading {
		float: left;
		margin-right: 10px;
	}
}


/* Promo Block: Wide */


.block.promo-wide .thumbnail .caption {
	margin-top: 0;
}
.block.promo-wide.no-image h3 {
	margin: 0 20px 10px 0;
}
.block.promo-wide.no-image p {
	margin: 0;
}
.block.promo-wide.no-image .panel-body {
	padding: 40px 15px;
}
.block.promo-wide.no-image .promo-heading {
		margin-bottom: 10px;
}
@media (min-width: 768px) {
	.block.promo-wide.no-image {

	}
	.block.promo-wide.no-image h3 {
	
	}
	.block.promo-wide.no-image .promo-heading {

		margin-right: 10px;
	}
}



/* Spotlight Block */
.block.spotlight {
	position: relative;
	z-index: 1004;
	margin-top: -10px;
}
.block.spotlight h3.block-header {
	margin-top: 0;
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.block.spotlight {
	
	}
}
@media (min-width: 1200px) {
	
}


/* Video Playlist */
.video-playlist {
	background-color: #53626F;
	padding: 60px 0;
}
.video-playlist .media {
	background: #D1D1D1;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.video-playlist .media.active {
	background-color: rgba(0,0,0,.3);
}
.video-playlist .media.active >.media-object {
	opacity: 1;
	
}
.video-playlist .media:first-child {
	margin-top: 0;
}
.video-playlist .media>.media-object {
	margin-right: 10px;
	max-width: 140px;
	float: left;
	opacity: .7;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
} 
.video-playlist .media h3  {
	margin: 10px 0;
	font-size: 16px;
	color: #fff;
}
.video-playlist .media:hover>.media-object,
.video-playlist .media:focus>.media-object {
	opacity: 1;
}
.video-playlist .media:hover,
.video-playlist .media:focus {
	background-color: rgba(0,0,0,.3);
}
@media (min-width: 768px) {
	.video-playlist .media-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.video-playlist .media {
		width: 25%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		background: transparent;
		margin-top: 0;
	}
	.video-playlist .media>.media-object {
		float: none;
		max-width: inherit;
		margin-right: 0;
	}
	.video-playlist .media:last-child>.media-object {

	}
}
@media (min-width: 992px) {
	.video-playlist .media-list {
		margin-left: 0;
		margin-right: 0;
	}
	.video-playlist .media {
		width: auto;
		float: none;
		min-height:inherit;
		padding-left: 0;
		padding-right: 0;
		background-color: rgba(0,0,0,.1);
		margin-top: 10px;
	}
	
	
	.video-playlist .media .media-object {
		max-width: 132px;
		float: left;
		margin-right: 10px;
	} 
}
@media (min-width: 1200px) {
	.video-playlist .media .media-object {
		max-width: 153px;
	} 
}



/* Social Media Blocks: Facebook and Twitter */
.block.social.twitter .thumbnail,
.block.social.facebook .thumbnail,
.block.social.instagram .thumbnail {
	padding: 30px 20px;
}
.block.social.twitter .block-header,
.block.social.facebook .block-header,
.block.social.instagram .block-header,
.block.social.google-plus .block-header {
	text-align: center;
	color: #fff;
	width: 40px;
	margin: 0 auto 10px;
	background: #003262;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
}
.block.social.twitter {

}
.block.social.twitter .block-header {
	background: #1279bb;
}
#secondary .block.social.twitter {
	padding-top: 10px;
	border-top: 1px solid #eee;
	margin-top: 20px;
}
#secondary .block.social.twitter .block-header  {
	margin-top: 10px;
}
.block.social.facebook .block-header {
	background: #2e5da0;
}
.block.social.youtube .block-header {
	background: #db453f;
}
.block.social.google-plus .block-header {
	background: #e24b2e;
}
.block.social.instagram .block-header {
	background: #2e5e86
}
.block.social.twitter .block-body,
.block.social.facebook .block-body,
.block.social.google-plus .block-body {
	text-align: center;
/*	padding: 0px 20px;*/
	padding: 0px;
	position: relative;
	margin-bottom: 20px;
}
.block.social.twitter .block-body p,
.block.social.facebook .block-body p,
.block.social.google-plus .block-body p {
	font-family: 'freight-micro-pro';
	font-size: 22px;
line-height: 1.4;
}
.block.social.twitter .author,
.block.social.facebook .author,
.block.social.google-plus .author {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.block.social.twitter .stamp,
.block.social.facebook .stamp,
.block.social.google-plus .stamp {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: rgba(255,255,255,.7);
}
.block.social .block-image {
	margin-bottom: 10px;
}
.block.social .block-image img {
	max-width:360px;
	width:auto;
	height:auto; 
}
/* Social Media Blocks: Instagram */
.block.social.instagram .block-body {
	text-align: center;
}
.block.social.instagram .row .thumbnail {
	padding: 2px;	
	margin-bottom: 0;
}
.block.social.instagram .row .thumbnail .inner {
	background: #003262;
}
.block.social.instagram .row .thumbnail .inner {
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.block.social.instagram .row .thumbnail:hover .inner,
.block.social.instagram .row .thumbnail:focus .inner,
.block.social.instagram .row .thumbnail:active .inner {
	opacity: .7;
}
.block.social.instagram .follow {
	margin: 10px 0;
	font-size: 14px;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	.block.social.twitter .block-body p, 
	.block.social.facebook .block-body p, 
	.block.social.google-plus .block-body p {
		font-size: 24px;
	}
}


/* Social Media: Tab Box */
.block.social-tabbox {
	text-align: center;
	
}
.block.social-tabbox .nav-pills {
	margin: 0 auto 10px;
display: inline-block;
}
.block.social-tabbox .nav-pills>li>a {
	border-radius: 60px;
	width: 40px;
	height: 40px;
	padding: 11px 0;
	text-align: center;
}
.block.social-tabbox .nav-pills>li>a.twitter .block-header {
	background: #1279bb;
}
.block.social-tabbox .nav-pills>li>a.facebook .block-header {
	background: #2e5da0;
}
.block.social-tabbox .nav-pills>li>a.youtube .block-header {
	background: #db453f;
}
.block.social-tabbox .nav-pills>li>a.instagram .block-header {
	background: #2e5e86;
}
.block.social-tabbox .nav-pills>li.active>a.twitter, 
.block.social-tabbox .nav-pills>li.active>a.twitter:hover, 
.block.social-tabbox .nav-pills>li.active>a.twitter:focus {
	background-color: #1279bb;
	color: #fff;
}
.block.social-tabbox .nav-pills>li.active>a.facebook, 
.block.social-tabbox .nav-pills>li.active>a.facebook:hover, 
.block.social-tabbox .nav-pills>li.active>a.facebook:focus {
	background-color: #2e5da0;
	color: #fff;
}
.block.social-tabbox .nav-pills>li.active>a.youtube, 
.block.social-tabbox .nav-pills>li.active>a.youtube:hover, 
.block.social-tabbox .nav-pills>li.active>a.youtube:focus {
	background-color: #db453f;
	color: #fff;
}
.block.social-tabbox .nav-pills>li.active>a.instagram, 
.block.social-tabbox .nav-pills>li.active>a.instagram:hover, 
.block.social-tabbox .nav-pills>li.active>a.instagram:focus {
	background-color: #2e5e86;
	color: #fff;
}

/* Resources List */
.thumbnail-list {
	
}
.thumbnail-list .media-list > .media {
	margin-top: 20px;
}
.thumbnail-list .media-list > .media:first-child {
margin-top: 0;
}
.thumbnail-list .media-list > .media > a > .pull-left {
	margin-right: 10px;
	max-width: 90px;
	float: left;
}
.thumbnail-list.thumbnail-list-lg .media-list > .media > a > .pull-left {
	margin-right: 10px;
	max-width: 90px;
}
.thumbnail-list.large .media-list > .media > a > .pull-left {
	margin-right: 10px;
	max-width: 120px;
	float: left;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.thumbnail-list .media-list > .media > a > .media-icon {
	margin-right: 10px;
	max-width: 50px;
	float: left;
	display: none;
}
.thumbnail-list .media-list > .media > a:hover,
.thumbnail-list .media-list > .media > a:focus,
.thumbnail-list .media-list > .media > a:active {
	text-decoration: none;
}
.thumbnail-list .media-list > .media > a:hover > .pull-left,
.thumbnail-list .media-list > .media > a:focus > .pull-left,
.thumbnail-list .media-list > .media > a:active > .pull-left {
	/*opacity: .7;*/
}
.thumbnail-list .media-list > .media h3 {
	margin: 0 0 3px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	/*text-transform: capitalize;*/
}
.top-stories .row {
	margin-top: 20px;
}
.top-stories .row h3.block-header {
	margin: 0px;
}
.top-stories .caption h3 {
	margin: 3px 0px 3px -15px;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.thumbnail-list .media-list > .media p {
	margin-bottom: 0;
	color: #666;
}

#secondary .thumbnail-list .media-list .media-body {   
	display: block;
    vertical-align: top;
    width: auto;
}
@media (min-width: 768px) {
	.thumbnail-list.large .media-list > .media > a > .pull-left {
		margin-right: 20px;
		max-width: 160px;
	}
	.thumbnail-list .media-list > .media h3 {
		margin: 10px 0;
		font-size: 24px;
		line-height: 1.4;
	}
}
@media (min-width: 992px) {
	.thumbnail-list.large .media-list > .media > a > .pull-left {
		margin-right: 10px;
		max-width: 120px;
	}
	.thumbnail-list .media-list > .media h3 {
		margin: 0 0 3px;
		font-size: 15px;
		line-height: 1.3;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		/*text-transform: capitalize;*/
	}
}
@media (min-width: 1200px) {
	.thumbnail-list.large .media-list > .media > a > .pull-left {
		max-width: 148px;
	}
	.thumbnail-list .media-list > .media h3 {
		font-size: 18px;
	}
	.thumbnail a > img, .thumbnail a div.slideshow-thumbnail-image img, .thumbnail a div.video-thumbnail-image img, .thumbnail a div.audio-thumbnail-image img {
   		 height: 176px;
	} 
}

/* Block */
.block-header {
}

/* Block: Quote */
.block.quote {

}
.block.quote a:hover,
.block.quote a:focus {
	text-decoration: none;
}
.block.quote blockquote {
	font-family: "freight-micro-pro",Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0 0 30px;
	font-size: 36px;
	border-left: 0;
	line-height: 1.2em;
	color: #fff;
	font-weight: 600;
}
.block.quote blockquote footer, 
.block.quote blockquote small, 
.block.quote blockquote .small {
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	margin-top: 10px;
}
.block.quote.solid-background blockquote footer {
	color: rgba(255,255,255,.7);
}

/* Block: Quote: Jumbo */
.block.quote.jumbo {
	background: transparent;
	padding: 20px;

}
.block.quote.jumbo blockquote {
	font-family: "freight-micro-pro",Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0 0 30px;
	font-size: 50.5px;
	border-left: 0;
	line-height: 1.1em;
	text-align: center;
}
.block.quote.jumbo blockquote footer, 
.block.quote.jumbo blockquote small, 
.block.quote.jumbo blockquote .small {
	font-size: 19px;
	line-height: 28px;
}

/* Block: Quote: Jumbo */
.article-pull-quote.jumbo blockquote {
	font-family: "freight-micro-pro",Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0 0 30px;
	font-size: 50.5px;
	border-left: 0;
	line-height: 1.1em;
	text-align: center;

}

.block.side-bar-search {
	
}
.block.side-bar-search .panel {
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.block.side-bar-search .panel-heading {
	padding: 20px 15px 0px;
}
.block.side-bar-search .panel-heading h4 {
	margin: 5px 0 0;
}
.block.side-bar-search .panel-body {
	padding: 10px 20px 30px;
}
.block.side-bar-search .form-group {
	width: 100%;
	position: relative;
}
.block.side-bar-search input.form-control {
	width: 80%;
}
.block.side-bar-search button {
	width: 18%;
}




/* Events Block: Stacked 1 column */
.block.events,
.block.news {
	
}
.block.events h3.block-header,
.block.news h3.block-header {
	padding-bottom: 25px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
	font-weight: 400;
	font-size: 25px;
	text-align: center;
}
.block.events .dates {
	margin-top: 20px;
}
.block.events .date {
	display: inline-block;
	background: transparent;
	width: 68px;
	height: 68px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.block.events .month {
	margin-top: 0;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 19px;
	color: #003262;
}
.block.events .day {
	font-weight: 400;
	font-size: 39px;
	display: block;
	line-height: 22px;
	color: #003262;
	font-family: "freight-micro-pro",Georgia,serif;
}
.block.events .event {
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
}
.block.event .media-body h3,
.block.events .media-body h3 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.block.events .media-body a {
	color: #003262;
}
.block.events .media-body small {
	color: #777;
}
.block.news .list-group {
	margin-bottom: 0;
}
.block.news .list-group .list-group-item {
	text-align: center;
}
.block.news .list-group .list-group-item small {
	color: #333;
}
.block.news .list-group .list-group-item p {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.block.events,
	.block.news {
	}
}
@media (min-width: 1200px) {

}


/* Single Event Block */
.block.event {
	
}
.block.event .date-container {
	position: relative;
	text-align: center;
	margin-bottom: 16px;
}
.block.event .date {
	display: inline-block;
	background: transparent;
	width: 68px;
	height: 68px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.block.event .month {
	margin-top: 0;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 19px;
	color: #003262;
}
.block.event .day {
font-weight: 400;
	font-size: 39px;
	display: block;
	line-height: 22px;
	color: #003262;
	font-family: "freight-micro-pro",Georgia,serif;
}


/* Events Block: Wide */
/*
.block.events-wide .event {
	text-align: center;
	margin-bottom: 30px;
}
.block.events-wide .date-container {
	position: relative;
	text-align: center;
	margin-bottom: 16px;
}
.block.events-wide .date {
	display: inline-block;
	background: transparent;
	color: #555;
	width: 68px;
	height: 68px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
}
.block.events-wide .month {
	margin-top: 0;
font-size: 14px;
text-transform: uppercase;
display: block;
line-height: 19px;
color: #003262;
}
.block.events-wide .day {
font-weight: 400;
font-size: 39px;
display: block;
line-height: 22px;
color: #003262;
font-family: "freight-micro-pro",Georgia,serif;
}
*/

.widget_related_posts .block {
	margin-bottom: 5px;
}


/* Block Social */
.block.social #instagram .row .thumbnail {
	padding: 2px;
	margin-bottom: 0;
}
.block.social #instagram .row .thumbnail .greybox {
	height:69px;
	margin-bottom: 0;
}
.block.social #instagram .row .thumbnail:hover .greybox,
.block.social #instagram .row .thumbnail:focus .greybox,
.block.social #instagram .row .thumbnail:active .greybox {
	background-color: #ddd;
}
@media (min-width: 768px) {
	.block.social #instagram .row .thumbnail .greybox {
		height:51px;
	}
}
@media (min-width: 992px) {
	.block.social #instagram .row .thumbnail .greybox {
		height:69px;
	}
}
@media (min-width: 1200px) {
	.block.social #instagram .row .thumbnail .greybox {
		height:86px;
	}
}

/* Branded News Block */
.block.branded-news {
	
}
.block.branded-news .block-header {
	display: block;
	text-align: center;
	padding: 0 50px 20px;
}
.block.branded-news .block-header img {
	
}
.block.branded-news blockquote {
	text-align: center;
}

/* Profile Block */
.block.profile {
	
}
.block.profile .block-header {
	display: block;
	text-align: center;
	padding: 0 50px;
}
.block.profile .block-body {
	text-align: center;
}
.block.profile .block-header h3 {
	margin-bottom: 10px;
}
.block.profile .block-header img {
	width: 160px;
	height: 160px;
	border-radius: 100px;
	margin-bottom: 15px;
}
.block.profile .block-body .btn {
	margin-top: 10px;
}




/* Alerts */
.alert {
	background-color: #ED4E33;
	border:none;
	color: #fff;
	color: rgba(255,255,255,0.9);
	padding: 0;
	border-radius: 0;
}
.alert .container,
.alert .container-fluid {
	padding: 15px;
}
.alert strong,
.alert .icon {
	color: #fff;
}
.alert.alert-01,
.alert.alert-02 {
	margin-bottom: 0;
	border-radius: 0;
}
.alert.alert-01 a,
.alert.alert-02 a {
	color: #fff;
	text-decoration: underline;
}
.homepage-hero.alert {
margin-bottom: 0;
background-color: #ED4E33;
}
.homepage-hero.alert .caption {
	text-align: center;
	max-width: 100%;
	width: 100%;
	
}
.homepage-hero.alert .btn-danger {
color: #fff;
background-color: #D84128;
border-color: #C23720;
}
.homepage-hero.alert .caption-inner h1 {
	margin-bottom: 0;
}
.homepage-hero.alert .caption-inner h2 {
	background: none;
	box-shadow: none;
	display: block;
	left: auto;
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
}
.homepage-hero.alert .caption-inner h2,
.homepage-hero.alert .caption-inner h2 a {
	color: #fff;
	text-shadow: none;
}
.homepage-hero.alert .caption-inner p {
	background: none;
	box-shadow: none;
	display: block;
	left: auto;
	color: #fff;
}
.homepage-hero.alert .caption-inner strong,
.homepage-hero.alert .caption-inner .icon {
	color: #fff;
}

/* Video/Slideshow Thumb Block */
.block.video,
.block.slideshow,
.block.audio {
	margin-bottom: 0px;
}
.block.video .thumbnail .caption,
.block.slideshow .thumbnail .caption,
.block.audio .thumbnail .caption, {
	padding: 20px 15px;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
}
.video-thumbnail,
.video-slideshow,
.slideshow-thumbnail,
.video-thumbnail .thumbnail-image,
.audio-thumbnail {
	position: relative;
  display: block;
}
.video-thumbnail img,
.slideshow-thumbnail img,
.audio-thumbnail img {
	z-index: 9;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.video-thumbnail .play-btn,
.slideshow-thumbnail .play-btn,
.zoomable-thumbnail .play-btn,
.audio-thumbnail .play-btn {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	margin: 0;
	z-index: 10;
	text-align: center;
	display: table;
	background-color: rgba(0,0,0,.7);
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.video-thumbnail .play-btn:before,
.slideshow-thumbnail .play-btn:before,
.zoomable-thumbnail .play-btn:before,
.audio-thumbnail .play-btn:before {
	content: '';
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'fontello';
	font-size: 28px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
@media (min-width: 992px) {

	/* for archive pages multi column */
	div.thumbnail .video-thumbnail .play-btn, div.thumbnail .slideshow-thumbnail .play-btn,  div.thumbnail .audio-thumbnail .play-btn {
		width: 30px;
		height: 30px;
	}
	div.thumbnail .video-thumbnail .play-btn:before, div.thumbnail .slideshow-thumbnail .play-btn:before, div.thumbnail .audio-thumbnail .play-btn:before {
		line-height: 30px;
		font-size: 18px;
	}
}
.video-thumbnail .play-btn:before {
	content: '\e87e';
}
.slideshow-thumbnail .play-btn:before {
	content: '\e860';
}
.audio-thumbnail .play-btn:before {
	content: '\e925';
}
.zoomable-thumbnail .play-btn:before {
	content: '\e800';
}
.video-thumbnail:hover .play-btn,
.video-thumbnail:focus .play-btn,
.slideshow-thumbnail:hover .play-btn,
.slideshow-thumbnail:focus .play-btn {
	/*background-color: rgba(0,0,0,.7);*/
}
.video-thumbnail:hover img,
.video-thumbnail:focus img,
.slideshow-thumbnail:hover img,
.slideshow-thumbnail:focus img {
	/*opacity: .7;*/
}
.video-thumbnail .video-thumbnail-image,
.slideshow-thumbnail .slideshow-thumbnail-image,
.audio-thumbnail .audio-thumbnail-image {
	position: relative;
}
.video-thumbnail .caption {
	padding-top: 9px;
}
.video-thumbnail-overlay {


}
@media (min-width: 768px) {
	.block.video {
		margin-bottom:0px;
	}
	.greybox.video {
	}
}
@media (min-width: 992px) {
	.greybox.video {
	
	}
}
@media (min-width: 1200px) {
	.greybox.video {
	
	
	}
}
/* play buttons on small screens*/
@media(max-width:768px) {
	.video-thumbnail .play-btn, .slideshow-thumbnail .play-btn, .audio-thumbnail .play-btn {
		display:none;
	}
	/*div.thumbnail .video-thumbnail .play-btn, div.thumbnail .slideshow-thumbnail .play-btn {
		width: 20px;
		height: 20px;
		top: 75px;
	}
	div.thumbnail .video-thumbnail .play-btn:before, div.thumbnail .slideshow-thumbnail .play-btn:before {
		line-height: 20px;
		font-size: 18px;
	}*/
}


/* Thumbnail Grid with Expanding Preview */
#composers .composer {
	position: relative;
	width: 100px;
	height: 100px;
	color: #fff;
}
#composers .composer .composer-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}
#composers .composer .composer-caption {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(222, 56, 49, 0.7);
	color: #fff;
	top: 0;
	left: 0;
	padding: 0 10px;
	border-radius: 100px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#composers .og-expanded .composer .composer-caption {
	opacity: 1;
}
#composers .composer .composer-caption-inner {
	display: table-cell;
	vertical-align: middle;
}
#composers a.composer:hover,
#composers a.composer:focus,
#composers a.composer:active {
	text-decoration: none;
	
}
#composers a.composer:hover .composer-caption,
#composers a.composer:focus .composer-caption,
#composers a.composer:active .composer-caption {
	display: table;
	width: 100%;
	height: 100%;	
	opacity: 1;
}
#composers .composer .composer-caption h3 {
	color: #fff;
}



.og-grid-container {
	
}
.og-grid-container .block-header {
	text-align: center;
}
.og-grid {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	background: rgba(0,0,0,0);
	}
.og-grid li > a {
	position: relative;
	width: 250px;
	height: 250px;
	display: block;
}

.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	
}
.og-grid li > a:hover img,
.og-grid li > a:focus img,
.og-grid li > a:active img {
	opacity: .7;
	
}
.og-grid.og-grid-circles li > a,
.og-grid.og-grid-circles li > a img {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #00B0DA;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}


.og-expander {
	position: absolute;
	background: #00B0DA;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.og-details {
	
}

.og-fullimg {
	text-align: center;
	max-width: 120px;
}
.og-grid .og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.og-grid.og-grid-circles .og-fullimg img {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}

.og-details h3 {
	font-weight: 300;
	font-size: 32px;
	padding: 10px 0 0;
	margin-bottom: 10px;
	color: #fff;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 300;
}

.og-details a {
	font-weight: 650;
	font-size: 16px;
	outline: none;
}

.og-details a::before {
	
}

.og-details a:hover {

}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

.og-more {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.og-more a {
	font-size: 15px;
	font-weight: 400;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	background: #e6e6e6;
	border: 1px solid #ddd;
	padding: 12px;
}
.og-more a:hover,
.og-more a:active, 
.og-more a:focus {
background: #ddd;
}

	


@media (min-width: 768px) {
	
	
	.og-fullimg,
	.og-details {
		width: 50%;
		float: left;
		height: 100%;
		overflow: hidden;
		position: relative;
		max-width: inherit;
	}
	
	.og-details {
		padding: 0 40px 0 20px;
	}
	
	.og-fullimg {
		text-align: center;
	}
	
	.og-details h3 {
		font-weight: 300;
		font-size: 52px;
		padding: 40px 0 10px;
		margin-bottom: 10px;
	}
	
	.og-details p {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		
	}
	
	.og-details a {
		font-weight: 650;
		font-size: 16px;
		outline: none;
	}
}


/* Alpha List */
.list-alpha .list-letter {
	text-transform: capitalize;
	border-top: 1px solid #eee;
}
.list-alpha > div {
	display: table;
	margin-bottom: 10px;
}
.list-alpha .list-pull-heading h6 {
	font-size: 28px;
	color: #003262;
	min-width: 16px;
	font-weight: 400;
	font-family: "freight-micro-pro",Georgia,serif;
}
.list-pull-heading, .list-content {
display: table-cell;
}
.list-alpha .list-content {
list-style: none;
padding-left: 30px;
}
.list-alpha .list-content li {
margin-bottom: 1em;
font-size: 1.1em;
}



	.list-alpha .list-pull-heading h6 {
		font-size: 36px;
	}

}

/* Facebook Embed */
.fb-embed-container {
	margin-bottom: 30px;
}

/* Twitter Embed 
.twitter-tweet:before {
	content: '\e8c3'; 
	font-family: "fontello";
	text-align: center;
	color: #fff;
	width: 40px;
	margin: 0 auto 10px;
	background: #003262;
	height: 40px;
	border-radius: 40px;
	line-height: 47px;
    padding: 10px;
}
*/


/*Footer featured */
.footer-featured {
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.footer-featured .thumbnail .caption h3 {
	font-size: 19px;
	line-height: 1.2;
}

.block.block-share .nav-pills>li.list-header {
	padding: 10px 0;
}


@media (max-width: 991px) {
	
	.footer-featured .block .col-sm-6 {
		min-height: 320px;
	}

	.news-hero .side-hero h2{
			color: #003262;
			font-size: 1.5em;
			line-height: 1em;
			margin: 10px 0;
	}
	html .main-menu-toggle > *{
/*			background-color: #003262!important;*/
			background-color: #000!important;
	}
	
}


@media (max-width: 768px) {
	
.footer-featured .block .col-sm-6 {
	min-height: 300px;
}

  .thumbnail .caption h3 {
	font-size: 1.2em;
  }
	.news-hero h2 {
		font-size: 1.7em;
		margin-bottom: 1em;
	}
	#universal-footer>.container>.text-left.pull-left,#universal-footer>.container>.text-right.pull-right  {
	  width: auto;
	  padding: 0;
	  text-align: left;
	  float: none!important;
	}
	.grid-list .thumbnail img, div.thumbnail img {
		border-bottom: none;
	}
	.top-stories .caption h3 {
		margin: 3px 0px 6px 0px;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	}
}
/*sidebar widget  links */
.media-list h3:hover, .stories-grid-small .thumbnail .caption h3:hover {
	text-decoration:underline;
}
/* Top Stories */
.thumbnail-list .media-list > .media > a > .pull-left img {
	margin-top: 5px;
}
/* home widget row */
#linkabletitlehtmlandphpwidget-5 {
	margin-bottom:0px;
}
/*TV highlights*/
.broadcast h2.block-header {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: none;
}
.entry-content .broadcast p {
    font-size: 15px;
    line-height: 22px;

}
.thumbnail-list-item {
    margin-bottom: 20px;
}
.thumbnail-list-item img {
    margin-top: 5px;
} 
/* News team */
.newsteam h2.block-header {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
  	margin-top: 0;
    text-transform: none;	
}
.entry-content .newsteam p {
    font-size: 15px;
    line-height: 22px;
}
.thumbnail-list-item {
    margin-bottom: 20px;
}
.thumbnail-list-item img {
    margin-top: 5px;
} 

/**
* TinyMCE Snippets (LEGACY)
************************************************/
.snip {padding:5px;font-family:"freight-micro-pro",Georgia,serif; font-size:100%;color:#666;margin-bottom:10px;}
.snip li, .snip-screen li {margin:0; padding:0;}
.snip li, .snip-screen li {margin-left:1px;}
.snip ul, .snip ol, .snip-screen ul, .snip-screen ol {list-style-position:inside; margin-left:0; padding-left:0;}
.snip-side div, .snip-tb div, .snip-screen div, .snip-underline div {padding:5px;}
.snip-side {border: none 0px #ccc;border-left: solid 8px #eeeeee;padding:5px 10px;margin-bottom: 5px;color:#003262;}
.snip-tb {border-top: solid 2px #eeeeee; border-bottom: solid 2px #eeeeee;}
.snip-side h4, .snip-tb h4 {color:#003262;font-family:"freight-micro-pro",Georgia,serif; font-size:120%;margin-bottom: 0px;}
.snip-side p, .snip-tb p {color:#003262;font-family:"freight-micro-pro",Georgia,serif; font-size:120%; margin-bottom: 0px;}
.snip-video {border:1px solid #ddd; background-color:#f3f3f3; border-radius: 3px; -moz-border-radius: 3px; padding: 0 5px 5px; font-size: 11px; line-height:15px; font-style:italic;}
.snip-mug {padding:5px;font-family: "Times New Roman", Times, serif;}
.snip-mug img.alignleft {float:left; width:auto;}
.snip-mug-openq {font-size: 400%; font-weight: bold; color: #003262; font-family: "freight-micro-pro",Georgia,serif;}
.snip-mug-closeq {display:none;}
.snip-wrap { position:relative;}
.snip-q {font-size:150%;line-height: 1.2em;font-family: "freight-micro-pro",Georgia,serif;font-weight:bold; color:#003262;}
.snip-q-space img {width: 1.1em; height: 10px;}
p.snip-attrib {font-size:110%;margin-top: -25px; color:#003262;font-family:"freight-micro-pro",Georgia,serif;}
.snip-pov {min-height:140px; margin:0; border:1px solid #ccc; color:#000;}
.snip-pov p {margin:0;}
.snip-pov-attrib {font-size:90%; color:#003262; margin-bottom:0;}
.snip-pov p.audioplayer_container {margin:10px 0 0;}
.snip-pov p.audioplayer_container object {margin-bottom:5px;}
.snip-quote {padding-left:5px;padding-right:5px;font-family: "freight-micro-pro",Georgia,serif;font-style:bold;}
.snip-openq, .snip-closeq {display:none;}
.snip-q-text {padding:0 10px;margin-top:0;color:#003262;font-size:150%; font-family:"freight-micro-pro",Georgia,serif; font-weight:bold;}
.snip-q-attrib {margin:.5em 0 1em 1em;font-size:110%;position:relative;color:#003262;font-family:"freight-micro-pro",Georgia,serif;}
.snip-openq {margin-top:.35em;}
.snip-closeq {position:absolute;top:0;right:5px;}
.snip-blt {margin: 10px 0;font-family: 'Open Sans', sans-serif;font-weight:bold;color:#003262;}
.snip-blt td {padding: 3px 6px;}
.snip-blt td.blt-time {width: 4.8em;background-color: #eeeeee;color:#003262;font-weight:bold; text-transform: uppercase;}
/*end snippets */

/* adjustment for Live Twitter Feed */
.block.social.twitter.live {
	margin: 0;
}
.block.social.twitter.live h3 {
	text-align:center;
	font-size: 12px;
margin-top: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
color: #003262;
font-family: 'Open Sans', sans-serif;
}

.block.social.twitter.live .block-body {
	text-align: center;
	padding: 0px 20px;
	position: relative;
	margin-bottom: 20px;
}
.block.social.twitter.live .block-body p {
	font-family: 'freight-micro-pro';
	font-size: 22px;
	line-height: 1.4;
}
.block.social.twitter.live .block-body.list p {
	font-family: 'freight-micro-pro';
	font-size: 16px;
	line-height: 1.4;
}
.block.social.twitter.live .author {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.block.social.twitter.live .author.list{
	font-size: 14px;
	line-height: 18px;
}
.block.social.twitter.live .stamp {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #777;
}
.block.social.twitter.live .stamp.list {
	font-size: 12px;
	line-height: 16px;
}

/* New snippet */
.snip-blockquote {
    border-left: 5px solid #e09e19;
    color: #e09e19;
    font-family: "freight-micro-pro",Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}
.snip-blockquote footer {
    color: #999;
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-top: 30px;
    padding-bottom: 10px;
    font-family: "Open Sans",sans-serif;
}
.snip-blockquote footer::before {
    content: "— ";
}

/** New Responsive Snippets */
/************************************************************/
.snip-resp {padding:5px;font-family:"freight-micro-pro",Georgia,serif; font-size:100%;color:#666;margin-bottom:10px;}
.snip-resp h4 {color:#003262;font-family:"freight-micro-pro",Georgia,serif; font-size:120%;margin-bottom: 0px;}
.snip-resp p {color:#003262;font-family:"freight-micro-pro",Georgia,serif; font-size:120%; margin-bottom: 0px;line-height:1.2em;}
.tb {border-top: solid 2px #eeeeee; border-bottom: solid 2px #eeeeee;}
.side {border: none 0px #ccc;border-left: solid 8px #eeeeee;padding:5px 10px;margin-bottom: 5px;color:#003262;}
.snip-resp .quote, .mug span {font-size:150%;line-height: 1.2em;font-family: "freight-micro-pro",Georgia,serif;font-weight:bold; color:#003262;}
.openq {font-size: 400%; font-weight: bold; color: #003262; font-family: "freight-micro-pro",Georgia,serif;margin-top:5px;}
.closeq {display:none;}


/****Video and Slideshow overlay play buttons for heros******/
/************************************************************/
.news-hero .feature, .home-feature .thumbnail  {
    width: 100%;
	position:relative;
}
.side-hero .thumbnail  {
    width: 100%;
	position:relative;
}
/*.home-feature .thumbnail img, .news-hero .feature img  {
  max-width: 100%; 
  height: auto;
  display: block; 
}*/

.news-hero .feature img  {
  max-width: 100%; 
  height: auto;
  display: block; 
}
/*.news-hero .feature .video-thumbnail-overlay, .news-hero .feature .slideshow-thumbnail-overlay, .news-hero .feature .audio-thumbnail-overlay {
  position:absolute;
  height: 100%;
  width: 100%;
  z-index:999;
}*/
.home-feature .video-thumbnail-overlay, .home-feature .slideshow-thumbnail-overlay, .home-feature .audio-thumbnail-overlay {
  position:relative;
  width: 100%;
  z-index:998;
}
#ucbnews_ymal-2 .video-thumbnail-overlay, #ucbnews_ymal-2 .home-feature .slideshow-thumbnail-overlay, #ucbnews_ymal-2 .home-feature .audio-thumbnail-overlay {
  position:relative;
  width: 100%;
  z-index:998;
}
#top_stories-2 .video-thumbnail-overlay, #top_stories-2 .home-feature .slideshow-thumbnail-overlay, #top_stories-2 .home-feature .audio-thumbnail-overlay {
  position:relative;
  width: 100%;
  z-index:998;
}
#ucbnews_related_posts-2 .video-thumbnail-overlay, #ucbnews_related_posts-2 .home-feature .slideshow-thumbnail-overlay, #ucbnews_related_posts-2 .home-feature .audio-thumbnail-overlay {
  position:relative;
  width: 100%;
  z-index:998;
}
.side-hero .video-thumbnail-overlay, .side-hero .slideshow-thumbnail-overlay, .side-hero .audio-thumbnail-overlay {
  height: 0;
  width: 100%;
  z-index:998;
}
.post-thumb .video-thumbnail-overlay, .post-thumb .slideshow-thumbnail-overlay, .post-thumb .audio-thumbnail-overlay {
  height: 0;
  width: 100%;
  z-index:998;
}
section.story-grid .news-hero .feature .video-thumbnail-overlay .play-btn,
section.story-grid .news-hero .feature .slideshow-thumbnail-overlay .play-btn,
section.story-grid .news-hero .feature .audio-thumbnail-overlay .play-btn {
	position: absolute;
	left: 5px;
	bottom: 85px;
	width: 80px;
	height: 80px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.news-hero .feature .video-thumbnail-overlay .play-btn,
.news-hero .feature .slideshow-thumbnail-overlay .play-btn,
.news-hero .feature .audio-thumbnail-overlay .play-btn {
	position: absolute;
	left: 25px;
	bottom: 10px;
	width: 80px;
	height: 80px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.news-hero .feature .play-btn:before {
	content: '';
	color: #fff;
	font-size: 50px;
	line-height: 80px;
	font-family: 'fontello';
}
@media (max-width: 768px) {
	section.story-grid .news-hero .feature .video-thumbnail-overlay .play-btn,
	section.story-grid .news-hero .feature .slideshow-thumbnail-overlay .play-btn,
	section.story-grid .news-hero .feature .audio-thumbnail-overlay .play-btn {
		width: 40px;
		height: 40px;
		bottom: 45px;
	}
	.news-hero .feature .video-thumbnail-overlay .play-btn,
	.news-hero .feature .slideshow-thumbnail-overlay .play-btn,
	.news-hero .feature .audio-thumbnail-overlay .play-btn {
		width: 40px;
		height: 40px;
		bottom: 10px;
	}
	.news-hero .feature .video-thumbnail-overlay,
	.news-hero .feature .slideshow-thumbnail-overlay,
	.news-hero .feature .audio-thumbnail-overlay {
		width: 0;
		height: 0;
	}
	.news-hero .feature .play-btn:before {
		font-size: 28px;
		line-height: 40px;
	}
}
.home-feature .video-thumbnail-overlay .play-btn,
.home-feature .slideshow-thumbnail-overlay .play-btn,
.home-feature .audio-thumbnail-overlay .play-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	left: 2%;
	bottom: 10px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#ucbnews_ymal-2 .video-thumbnail-overlay .play-btn,
#ucbnews_ymal-2 .slideshow-thumbnail-overlay .play-btn,
#ucbnews_ymal-2 .audio-thumbnail-overlay .play-btn {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	left: 5px;
	bottom: 45px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#top_stories-2 .video-thumbnail-overlay .play-btn,
#top_stories-2 .slideshow-thumbnail-overlay .play-btn,
#top_stories-2 .audio-thumbnail-overlay .play-btn {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	left: 5px;
	bottom: 35px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
	#top_stories-2 .video-thumbnail-overlay .play-btn,
	#top_stories-2 .slideshow-thumbnail-overlay .play-btn,
	#top_stories-2 .audio-thumbnail-overlay .play-btn {
		width: 40px;
		height: 40px;
		bottom: 44px;
	}
}
#ucbnews_related_posts-2 .video-thumbnail-overlay .play-btn,
#ucbnews_related_posts-2 .slideshow-thumbnail-overlay .play-btn,
#ucbnews_related_posts-2 .audio-thumbnail-overlay .play-btn {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	left: 5px;
	bottom: 45px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.side-hero .video-thumbnail-overlay .play-btn,
.side-hero .slideshow-thumbnail-overlay .play-btn,
.side-hero .audio-thumbnail-overlay .play-btn {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	left: 5px;
	bottom: 45px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
.side-hero .video-thumbnail-overlay .play-btn,
.side-hero .slideshow-thumbnail-overlay .play-btn,
.side-hero .audio-thumbnail-overlay .play-btn {
	left: 2%;
	bottom: 50px;
}
}
.post-thumb .video-thumbnail-overlay .play-btn,
.post-thumb .slideshow-thumbnail-overlay .play-btn,
.post-thumb .audio-thumbnail-overlay .play-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	left: 5px;
	bottom: 5px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.home-feature .play-btn:before,
#ucbnews_ymal-2 .play-btn:before,
#ucbnews_related_posts-2 .play-btn:before,
#top_stories-2 .play-btn:before,
.side-hero .play-btn:before,
.post-thumb .play-btn:before {
	content: '';
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	font-family: 'fontello';
}
#top_stories-2 .play-btn:before { font-size: 24px; line-height: 30px; }
@media (max-width: 768px) {
	#top_stories-2 .play-btn:before { font-size: 28px; line-height: 40px; }
}
.news-hero .feature .video-thumbnail-overlay .play-btn:before,
.home-feature .video-thumbnail-overlay .play-btn:before, 
#ucbnews_ymal-2 .video-thumbnail-overlay .play-btn:before,
#ucbnews_related_posts-2 .video-thumbnail-overlay .play-btn:before,
#top_stories-2 .video-thumbnail-overlay .play-btn:before,
.side-hero .video-thumbnail-overlay .play-btn:before,
.post-thumb .video-thumbnail-overlay .play-btn:before{
	content: '\e87e';
}
.news-hero .feature .slideshow-thumbnail-overlay .play-btn:before,
.home-feature .slideshow-thumbnail-overlay .play-btn:before,
#ucbnews_ymal-2 .slideshow-thumbnail-overlay .play-btn:before,
#ucbnews_related_posts-2 .slideshow-thumbnail-overlay .play-btn:before,
#top_stories-2 .slideshow-thumbnail-overlay .play-btn:before,
.side-hero .slideshow-thumbnail-overlay .play-btn:before,
.post-thumb .slideshow-thumbnail-overlay .play-btn:before  {
	content: '\e860';
}
.news-hero .feature .audio-thumbnail-overlay .play-btn:before,
.home-feature .audio-thumbnail-overlay .play-btn:before,
#ucbnews_ymal-2 .audio-thumbnail-overlay .play-btn:before,
#ucbnews_related_posts-2 .audio-thumbnail-overlay .play-btn:before,
#top_stories-2 .audio-thumbnail-overlay .play-btn:before,
.side-hero .audio-thumbnail-overlay .play-btn:before,
.post-thumb .audio-thumbnail-overlay .play-btn:before {
	content: '\e925';
}
.video-thumbnail-overlay:hover .play-btn,
.video-thumbnail-overlay:focus .play-btn,
.slideshow-thumbnail-overlay:hover .play-btn,
.slideshow-thumbnail-overlay:focus .play-btn,
.audio-thumbnail-overlay:hover .play-btn,
.audio-thumbnail-overlay:focus .play-btn {
	opacity: 0.7;
}

/*
#ucbnews_ymal-2 .video-thumbnail-overlay, #ucbnews_ymal-2 .slideshow-thumbnail-overlay, #ucbnews_ymal-2 .audio-thumbnail-overlay,
#top_stories-2 .video-thumbnail-overlay, #top_stories-2 .slideshow-thumbnail-overlay, #top_stories-2 .audio-thumbnail-overlay,
#ucbnews_related_posts-2 .video-thumbnail-overlay, #ucbnews_related_posts-2 .slideshow-thumbnail-overlay, #ucbnews_related_posts-2 .audio-thumbnail-overlay
*/
.video-thumbnail-overlay,
.slideshow-thumbnail-overlay,
.audio-thumbnail-overlay {
	height: 0;
	width: 0;
}
ul li .post-thumb.large {
	position: relative;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 0;
    float: none;
}

.grid-list .news-hero .side-hero.thumbnail {
	background-color: #00B0DA;
}
.grid-list .news-hero .side-hero.thumbnail .caption { padding-left: 10px; }
.grid-list .news-hero .side-hero.thumbnail .caption .caption-inner h2 { color: #ffffff; }

/*****for video header special page template*****/
.row .video-header { padding: 0 15px; }
.row .video-header .thumbnail.feature { background-color: #C4820E; }
.row .video-header .thumbnail.feature .caption h2 { font-size: 42px; }
.row .video-header .thumbnail.feature a:hover, .row .video-header .thumbnail.feature a:active { text-decoration: none; }
.container.video-header-gridlist { padding: 0px; }
.grid-list.video-header { padding-left: 0px; }
.grid-list.video-header .col-md-3 { max-height: 300px; }


/*****for both special page template*****/
.news-hero.video-subheader .thumbnail img { border: 0; }
.news-hero.video-subheader a.thumbnail.side-hero > .caption { padding: 10px 0 15px 30px; }
.news-hero.video-subheader a.thumbnail > .caption > .caption-inner > h2 { color: #fff; }


/*****for soundcloud post snippet that includes link*****/
#main #content .entry-content .soundcloud { margin-bottom: 15px; }
#main #content .entry-content .soundcloud a.soundcloud-caption {
	font-size: 12px;
    line-height: 16px;
    font-style: italic;
}