
html, body {
	background: #333;
	z-index: 0;
}

/* Logo in header */
.Header-Logo {
	max-height: 35px;
}

/* Helper Classes */
.Zoom-Hover {
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-ms-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}
.Zoom-Hover:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	position: relative;
	z-index: 2;
}

.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.Fade-IMG {
	opacity: 0.5;
}

.alignright {
	float: right;
	margin: 1rem 0 1rem 1rem;
}

.alignleft {
	float: left;
	margin: 1rem 1rem 1rem 0;
}

.NoBorder {
	border: none;
}

.aligncenter {
	float: none;
	display: block;
	margin: 1rem auto;
}

.PositionRelative {
	position: relative;
}

.Node {
	max-height: 15rem;
	text-overflow: ellipsis;
	overflow: hidden;
}

.NoMarginBottom {
	margin-bottom: 0;
}

/* #Page */
#page {
	/*position: relative;
	z-index: 0;*/
}

#page img {
	max-width: 100%
}

#page .wp-caption {
    max-width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.25);
}

	#page .wp-caption-text {
		margin: 5px 0 0;
		font-size: 85%;
	}

/* Live Thing */
#Live-Broadcasts {
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* Helper: */
.Transparent-BG-Color {
	background: transparent;
}

/* Home Page */
#Home-Splash {
	position: relative;
}

	.Homepage-News-Item {
		height: 165px;
		overflow: hidden;
		position: relative;
	}

		.Homepage-News-Item .Latest-News-Title {
			position: relative;
			z-index: 2;
		}
		.Homepage-News-Item .Latest-News-Image {
			z-index: 1;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: auto !important;
		}

		.Partners-Slick .slick-slide img {
			width: auto;
			height: auto;
		}

		.Partners-Slick {
			margin-top: 2rem;
		}

	/* Featured Title Images and hidden copy */
	.Featured-Page-Node {
		position: relative;
		overflow: hidden;
		min-height: 200px;
	}

		.Featured-Page-Node .Make-BG {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: auto;
		}

		.Featured-Page-Node .Link {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.Featured-Page-Node .Featured-Title,
		.Featured-Page-Node p,
		.Featured-Page-Node img {
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		 }

		.Featured-Page-Node .Featured-Title {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			margin:  5rem 0 0;
			padding: 0;
		}

		.Featured-Page-Node p {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			opacity: 0;
			padding: 2rem;
		}

		.Featured-Page-Node img {
			opacity: 0.6;
		}

		.Featured-Page-Node:hover p {
			opacity: 1;
		}

		.Featured-Page-Node:hover .Featured-Title {
			opacity: 0;
		}

		.Featured-Page-Node:hover img {
			opacity: 0.25;
		}

	/*Navbars*/
	.navbar-toggle {
		border-color: #fff;
		background-color: rgba(255,255,255,0.1);
	}

		.navbar-toggle .icon-bar {
			background-color: #fff;
		}

		@media (max-width: 768px) {
			/* Responsive Menu links are white */
			#main-nav-container .navbar .navbar-collapse .dropdown-menu > li > a {
				color: #fff;
			}
			#navbar {
				clear: both;
				width: 100%;
			}
		}
		@media (min-width: 768px) {
			/* Show BS dropdown when hovering */
			ul.nav li.dropdown:hover ul.dropdown-menu { 
				display: block !important; 
			}
		}

		/* Home Page Title bigger on big screens */
		@media (min-width: 1200px) {
			.Home-Page-Title-Splash {
				font-size: 400%;
			}
			p.Home-Page-Title-Splash {
				font-size: 150%;
			}
		}

	/* Layer Fixing */
	.layerfix {
		 position: relative; /*z-index: -1;*/
	}

	/* Darken a panel */
	.darken-panel {
		background-color: rgba(0,0,0,0.75);
	}

	.page-header {
		margin-bottom: 2rem;
	}

	/* H's */
	h1,h2,h3,h4,h5,h6 {
		text-transform: none !important;
	}
	
/* 	Height Match */
.match-heights {
	display: none;
}