body {
	background:none;
}
header {background:none;}
.embed-container {background-color:black; position: relative; padding-bottom: 39%; height: 0; overflow: hidden; max-width: 100%;padding-top:0; margin-bottom:0 } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%}
.copy-container {
	z-index: 1;
	position: relative;
	padding-bottom: 39%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	padding-top: 0;
	margin-bottom: 0;
}
.copy {
	position: absolute;
	z-index: 12;
	top: 40%;
	width: 100%;
	padding:20px;
}
.copy-container h1 {
	font-weight: 900;
	font-style: italic;
	font-size: 80px;
	color: white;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	letter-spacing: -3px;
	line-height: 65px;
	max-width: 900px;
	margin:auto;
}
.copy hr {
	width: 100px;
	margin: 30px auto;
	border-top:1px solid white;
	
}
.copy p {
	font-size:14px;
	line-height:20px;
	max-width:450px;
	margin:auto;
	color:white;
	text-align: center;
}
@media  (max-width: 1180px) {
  .copy-container h1 {
	  font-size: 50px;
	  line-height: 50px;
  }
}

@media  (max-width: 980px) {
  .copy-container h1 {
	  font-size: 40px;
	  line-height: 40px;
  }
  .copy hr {
	  margin: 10px auto;
  }
  
  
  
}
.container {
	max-width:900px;
}
.container-larger {
	max-width:1100px;
	padding:0 20px;
	margin:auto;
}
.dark-gray-gradient {
	background: rgb(63,63,63);
	background: linear-gradient(140deg, rgba(63,63,63,1) 0%, rgba(104,104,104,1) 100%);
}
@media (min-width: 48em){.mobile{display:none}}.desktop{display:none}@media (min-width: 48em){.desktop{display:block}}
.tile {
	max-width:790px;
	border-radius: 20px;
	padding:40px;
}
.tile.performance {
	background:#4978b7 url(/wp-content/themes/highlight/assets/images/accel_photo_001.png) left center no-repeat;background-size:cover;
}
.tile.wellness {
	background:#4978b7 url(/wp-content/themes/highlight/assets/images/accel_photo_002.png) right center no-repeat;background-size:cover;
	float:right;
}
.tile h2, .tile p {
	color:white;
	text-align: left;
}
.tile h2 {
	font-size:30px;
	line-height: 40px;
}

.tile.wellness {
	margin-top:40px;
}

@media (min-width: 48em) {
	.tile .performance-copy, .tile .wellness-copy {
		width:50%;
	}
	.tile h2 {
		font-size:40px;
		line-height: 50px;
	}
	.tile .wellness-copy {
		float:right;
	}
}
.tile .wellness-copy h2, .tile .wellness-copy p {
	text-align: right;
}
.block.blue.blue-gradient {
	background: rgb(66,139,202);
	background: linear-gradient(180deg, rgba(22,121,197,1) 0%, rgba(8,174,234,1) 100%);
}
.light-blue {
	background-color:rgba(66,139,202,.5)
}
iframe.inline {
	height:350px;
}
@media (min-width: 48em) {
	iframe.inline {
		height:500px;
	}
}
.request-tour {
		display: block;
		background:#343434;
		width:270px;
		border-radius:20px 20px 0 0;
		padding-top:20px;
		z-index:999;
		position: fixed;
		bottom:0;
		left:100px;
		text-align: center;
		text-transform: uppercase;
		
	}
	a.request-tour  {
		text-decoration: none;
	}
	.request-tour p {
		color:white;
		font-size:19px;
		font-weight:bold;
	}
	@media (max-width: 48em){
	.request-tour {
		width:100%;
		bottom:45px;
		left:0;
		border-radius:0;
		background:#676767;
	 }
 }
 
div:before, ul:before, article:before, aside:before, details:before, figcaption:before, figure:before, footer:before, header:before, hgroup:before, menu:before, nav:before, section:before, div:after, ul:after, article:after, aside:after, details:after, figcaption:after, figure:after, footer:after, header:after, hgroup:after, menu:after, nav:after, section:after {
		display:none;
	}
   .block.blue .content-block-gray {
		background: #EEEEEE;
		border-radius: 8px;
		width: 206px;
		padding: 20px 20px;
		margin: auto -20px auto;
		z-index: 2;
	}
	.block.blue .content-block-gray p {
		font-size:12px;
		line-height: 16px;
		text-align: center;
		color:#464C4C;
	}
	.block.blue .content-block-gray h3 {
		text-align: center;
		font-size:20px;
		line-height:40px;
		margin:0;
		padding:0;
		color:#464C4C;
		font-weight:900;
		font-style:italic;
	}
	.assessment {
		display: grid;
		grid-template-columns: 4fr 5fr 4fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		  
		  
	}
	.training {
		display: grid;
		grid-template-columns: 6fr 3fr 6fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		  
		  
	}
	
	.recovery {
		display: grid;
		grid-template-columns: 4fr 5fr 4fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		  
		  
	}
	.assessment .content-block-gray {
		  justify-self: end;
	}
	.training .content-block-gray {
		  justify-self: center;
	}
	
	.assessment img, .training img, .recovery img {
		width:100%;
	}
	@media (max-width: 48em){ 
		.assessment, .training, .recovery {
			display: block;
			margin:auto;
			max-width: 400px;
		}
		.block.blue .content-block-gray {
			width:100%;
			margin:10px auto;
			
			
		}
		
	}
	
	.facility-block p {
		font-size: 18px;
		line-height: 1.3;
	}