
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);
}

/* Gift Card Callout */
#giftcard-callout {
  background: linear-gradient(90deg, #1B3D6A 0%, #184C91 50%, #1B3D6A 100%);
  font-family: 'Kaemmer Bold', sans-serif; 
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#giftcard-callout span {
  z-index: 1;
}
#giftcard-callout:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #476C9D 0%, #184C91 50%, #476C9D 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
#giftcard-callout:hover:before {
  opacity: 1;
}
#giftcard-callout img {
  height: 20px;
  opacity: 0.5;
}
#giftcard-callout img:first-child {
  transform: rotate(-15deg);
  margin-right: 15px;
}
#giftcard-callout img:last-child {
  transform: rotate(15deg);
  margin-left: 15px;
}

/* 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;
}

/* Jobs Page */
.job-list {
	padding: 2rem 0;
}
.job-list details {
	margin-bottom: .75rem;
	background: rgba(0,0,0,.3);
	box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
	border-radius: 5px;
	overflow: hidden;
}

.job-list details[open] summary {
	background-color: rgba(0, 204, 51, 0.4);
	color: white;
	margin-bottom: 2rem;
}

.job-list details[open] {
	padding-bottom: 1.5rem;
}

.job-list summary {
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0,0,0, 0.2);
	padding-left: 3.5rem;
	position: relative;
	cursor: pointer;
	user-select: none;
	transition: all 0.2s ease-in-out;
	font-size: clamp(1.6rem, 1.2rem + 0.667vw, 2rem);
}

.job-list summary:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
}

.job-list summary:before {
	content: '';
	border-width: 0.75rem;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 2rem;
	left: 1.5rem;
	transform: rotate(0);
	transform-origin: .2rem 50%;
	transition: .25s transform ease;
}
  
.job-list details[open] > *:not(summary):not(ul) {
	padding-left: clamp(1.5rem, 0.5rem + 1.667vw, 2.5rem);
	padding-right: clamp(1.5rem, 0.5rem + 1.667vw, 2.5rem);
}

.job-list details[open] > summary:before {
	transform: rotate(90deg);
}
  
.job-list details summary::-webkit-details-marker {
	display:none;
}
.job-list .job-meta > * {
	display: block;
}
.job-list .job-meta > time {
	margin-top: 1rem;
}
@media screen and (min-width:480px) {
	
	.job-list .job-meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.job-list .job-meta > time {
		margin-top: 0;
	}
}