

  /* hero */
  @media (max-width: 600px) {
	.howto-img {
	  width: 50%;
	}
  }
   .video-wrap.yt-v {
    margin-bottom: 50px;
}
  .howto-wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
  }
  .heading-1 {
	color: #fff;
	font-size: 42px;
	text-shadow: 2px 2px 4px #202020;
  }
  .heading-2 {
	color: #fff;
	font-size: 20px;
	text-shadow: 1px 1px 2px #202020;
  }
  .header-img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
  }
  .page-banner {
	background: transparent url("/Images/HomeSC/site/install/banner_bg_install.jpg") no-repeat scroll center right / cover;
	overflow:visible;
  }

  /* controls */
  .controls {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	background-color: #333;
  }
  .control-box {
	display: flex;
	padding: 1.5em 3em;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 1em;
	width: 570px;
	background-color: #3d3d3d;
	border-radius: 20px;
  }
  .control-box-border {
	border-right: 1px solid #7d7d7d;
  }
  .control-box h3 {
	margin: 0;
	font-size: 24px;
	color: #009359;
  }
  .control-box a, .control-box p {
	display: block;
	margin: 5px 0 0 0;
	color: #fff;
  }
  .control-box a:hover {
	text-decoration: none;
  }
  .control-box-item {
	width: 115px;
	text-align: center;
  }
  
  
  #parental-controls {
    position: relative;
    padding-top: 150px;  /* Adjust this to the height of your header */
    margin-top: -150px;  /* Counteract the padding to avoid visual gaps */
}


   @media(max-width: 980px) {
	.video-wrap.yt-v {
    margin-bottom: 0px;
}
  } 
  @media(max-width: 885px) {
	.controls {
	  flex-wrap: wrap;
	}
	.control-box {
	  width: 100%;
	}
  }


  /* guides */
  .grey-1, .grey-2 {
	padding: 2em;
  }
  .grey-1 {
	background-image: url("/Images/HomeSC/site/install/bg-video.jpg");
	background-color: #fdfdfd;
  }
  .grey-2 {
	background-image: url("/Images/HomeSC/site/install/bg-net.jpg");
	background-color: #ececec;
  }
  .guide h2 {
	margin: 0;
	font-style: italic;
	font-size: 36px;
	color: #009359;
  }
  .guide > ul > li {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0.2em 0;
	padding: 0.3em 0;
	border-top: 1px solid #e1e1e1;
  }
  .guide > ul > li:last-of-type {
	border-bottom: 1px solid #e1e1e1;
  }
  .guide, .guide a {
	color: #000;
  }
  .guide a:hover {
	text-decoration: none;
  }
  .guide ul li ul {
	margin: 0.5em 0 0.5em;
  }
  .guide ul li ul li {
	margin: 0 0 0.5em;
  }
  .guide-labels {
	color: #fff;
	cursor: pointer;
  }
  section a:link {
	color: #000;
  }
  .video-wrap {
	padding: 0.5em;
  }
  
  @media (min-width: 768px) { 
	.video-wrap {
	  height: 200px;
	}
  }
  
  @media (min-width: 992px) { 
	.video-wrap {
	  height: 230px;
	}
  }
  
  @media (min-width: 1200px) { 
	.video-wrap {
	  height: 275px;
	}
  }
  
  .video-wrap p {
	margin: 12px 0 0px 0;
	text-align: center;
  }
  .video-wrap a {
	font-size: 0.9em;
	font-weight: 700;
  }
  .video-img {
	border: 2px solid #000;
  }
  .video-img {
	width: 100%;
  }


  .disclaimer {
	font-size: 0.8em;
	margin-top: 2em;
	color: #999;
	text-align: center;
  }

  .video-con{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
  }

  .video-con iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
