﻿@font-face {
	font-family: "Roboto";
	src: url("../Font/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "RobotoBold";
	src: url("../Font/Roboto-ExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}


body {
	margin: 0;
	background-color: #888888;
}

.hidden {
	display: none;
}

.mainBody, .footer {
	width: 1920px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}

.footer {
	width: 1840px;
	padding: 10px 30px;
	background-color: #133075;
	font-family: Roboto;
	color: #ffffff;
	padding: 20px 40px;
	font-size:11px;
	margin: -1px auto 40px;
}

	.footer strong {
		font-family: RobotoBold;
		line-height: 46px;
	}

.footer a{
	color: #ffffff;
	line-height: 20px;
}

.footer a:hover{
	text-decoration: underline;
}

header {
	width: 100%;
	background-color: #ffffff;
}

.main {
	position: relative;
	top: 0;
	left: 0;
	width: 1920px;
	background-image: url("../Images/HeroBackgroundHome.png");
	background-repeat: no-repeat;
}

.w2w .main {
	min-height: 995px;
	background-image: url("../Images/in2_wtw.png");
}

.index .main {
	padding-top: 562px;
}

.history .main,
.sports .main,
.docs .main,
.travel .main {
	background-image: url("../Images/HeroBackgroundTravel.png");
	padding-top: 450px;
}

.docs .main {
	background-image: url("../Images/HeroBackgroundDocs.png");
}

.history .main {
	background-image: url("../Images/HeroBackgroundHistory.png");
}

.sports .main {
	background-image: url("../Images/HeroBackgroundSports.png");
}

.crime .main {
	padding-top: 792px;
	background-image: url("../Images/HeroBackgroundCrimeFiles.png");
}

.wellness .main {
	padding-top: 730px;
	background-image: url("../Images/HeroBackgroundBeWell.png");
}

.crime .main,
.w2w .main,
.index .main,
.wellness .main {
	/*min-height: 995px;*/
}

.navHeader {
	position: relative;
	width: 95%;
	height: 62px;
	padding: 3px 0 0 30px;
}

nav {
	/*width: 1000px;*/
	float: left;
}

.siteNav {
	/*border-left: 1px solid #e5e5e5;*/
	height: 50px;
	list-style: none outside none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

	.siteNav li a {
		color: #333;
		display: block;
		font-family: "RobotoBold";
		line-height: 67px;
		margin-top: -9px;
		padding: 0;
		text-decoration: none;
	}

	.siteNav li {
		background-color: #fff;
		border-right: 1px solid #e5e5e5;
		float: left;
		font-size: 20px;
		font-weight: 300;
		line-height: 22px;
		padding-top: 8px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		width: 254px;
	}

		.siteNav li:nth-child(1) {
			width: 170px;
		}

		.siteNav li:nth-child(2){
			width: 200px;
		}

		.siteNav li:nth-child(3) {
			width: 120px;
		}

		.siteNav li:nth-child(4) {
			width: 140px;
		}

		.siteNav li:nth-child(5),
		.siteNav li:nth-child(6) {
			width: 160px;
		}

			.siteNav li:nth-child(7){
				border-right: none;
			}

			.siteNav li span {
				color: #9b9b9b;
				display: block;
				font-size: 13px;
				line-height: 10px;
				padding-bottom: 10px;
				text-transform: none;
				font-weight: 400;
			}

		.siteNav li:hover, .siteNav li.active {
			border-top: 3px solid #0065a4;
			margin-top: -4px;
			padding-top: 9px;
			cursor: pointer;
		}

			.siteNav li.active span, .siteNav li:hover span {
				color: #333;
			}

.arrow {
	border: 5px solid transparent;
	top: 31px;
	height: 0;
	position: absolute;
	right: 10px;
	width: 0;
}

	.arrow.down {
		border-top-color: #c5c5c5;
	}

ul.nav li:hover .arrow.down {
	border-top-color: #333;
}

ul.subMenu {
	list-style: none outside none;
	margin: -6px 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	box-shadow: 0 2px 3px #333;
	width: 100%;
}

.siteNav ul.subMenu li {
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	padding: 8px 0 0;
	width: 100%;
}

ul.subMenu li a {
	font-size: 14px;
	padding: 10px 2px;
	line-height: 30px;
}

			ul.subMenu li a:hover {
				background-color: #f0f0f0;
			}

.in2Logo {
	float: left;
	margin: 12px 20px 12px 0;
}

/*.siteNav {
	display: flex;
	gap: 25px;
	justify-content: space-between;
	width: 880px;
	padding-top: 3px;
	padding-right: 60px;
}

	.siteNav li {
		color: #666666;
		font-family: "RobotoBold";
		font-size: 20px;
		list-style-type: none;
		text-transform: uppercase;
		transform: translate(40px, 0);
	}*/

a {
	text-decoration: none;
	color: #000000;
}

.siteNav a:hover {
	text-decoration: underline;
}

.logoTitleText {
	position: absolute;
	top: 310px;
	left: 956px;
	overflow: hidden;
	height: 91px;
	width: 250px;
	color: #ffffff;
	font-family: "Roboto";
	font-size: 71px;
	list-style-type: none;
	text-transform: uppercase;
}

/*.scheduleButton {
	position: relative;
	padding: 5px 52px 3px 52px;
	border-radius: 9px;
	background-color: #ff643c;
	float: right;
	margin-top: 9px;
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
	font-family: "BebasNeueBold";
}*/

.promoContent {
	position: relative;
	/*top: 562px;*/
	left: 117px;
	width: 1686px;
	overflow: hidden;
}

.travel .promoContent,
.docs .promoContent,
.history .promoContent,
.sports .promoContent,
.wellness .promoContent,
.crime .promoContent {
	background-color: #000000;
	/*top: 792px;*/
	left: 0;
	width: 1800px;
	padding: 0 60px 50px 60px;
}

.wellness .promoContent {
	/*top: 730px;*/
	background: linear-gradient(transparent, black 67%);
}

.history .promoContent,
.sports .promoContent,
.docs .promoContent,
.travel .promoContent {
	top: 0;
	padding-top: 16px;
}

.sports .promoContent,
.docs .promoContent,
.travel .promoContent {
	background-color: #D9D9D9;
}
	.sports .promoContent table {
		width: 1810px;
		padding: 30px 0;
	}

	.sports .promoContent table td {
		width: 840px;
		vertical-align: top;
		padding: 20px 30px 0;
	}

			.sports .promoContent img {
				width: 840px;
			}
		.sports .promoContent {
			font-family: Roboto;
			font-size: 24px;
		}

.videoRow {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1920px;
	padding-bottom: 19px;
	font-family: "Roboto";
}

.index .videoRow img,
.index .videoRow a {
	width: 230px;
	display: inline-block;
	margin: 0 2px;
}

.wellness .videoRow,
.crime .videoRow {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1830px;
}

.videoTiles a {
	width: 230px;
	padding: 0 4px;
	display: inline-block;
}

.videoTiles img,
.travel .videoTiles a,
.docs .videoTiles a,
.history .videoTiles a,
.sports .videoTiles a,
.wellness .videoTiles a,
.crime .videoTiles a {
	width: 280px;
}

.travel .videoTiles a,
.docs .videoTiles a,
.history .videoTiles a,
.sports .videoTiles a,
.wellness .videoTiles a,
.crime .videoTiles a {
	padding: 0 8px;
	font-family: "RobotoBold";
	font-size: 18px;
}

.videoRow .rowTitle {
	padding: 12px 6px;
	font-size: 20px;
	line-height: 38px;
	text-transform: uppercase;
}

.wellness .videoRow .rowTitle,
.wellness .videoRow a,
.history .videoRow .rowTitle,
.history .videoRow a,
.crime .videoRow .rowTitle,
.crime .videoRow a {
	color: #ffffff;
}

.videoRow .rowTitle .bold {
	font-family: "RobotoBold";
}

#in2TvIn2TextBlurb, #in2LogoText {
	position: absolute;
	font-family: "Roboto";
	color: #ffffff;
}

#in2TvIn2TextBlurb {
	width: 508px;
	left: 122px;
	top: 415px;
	line-height: 30px;
	font-size: 24px;
}

#in2LogoText {
	text-transform: uppercase;
	font-size: 70px;
	line-height: 70px;
	right: 722px;
	top: 322px;
}

.index #in2TvIn2TextBlurb {
	font-size: 22px;
	line-height: 28px;
	width: 471px;
}

#in2TvIn2TextBlurb strong {
	font-family: RobotoBold;
}

.wellness #in2TvIn2TextBlurb, .crime #in2TvIn2TextBlurb {
	top: 46px;
	left: 68px;
	width: 620px
}

.wellness #in2TvIn2TextBlurb {
	top: 566px;
	width: 639px;
}

.history #in2TvIn2TextBlurb,
.sports #in2TvIn2TextBlurb,
.docs #in2TvIn2TextBlurb,
.travel #in2TvIn2TextBlurb {
	top: 290px;
	left: 68px;
	width: 465px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 3000px;
	height: 3000px;
	background-color: rgba(8,8,8,0.75);
}

.videoPlayer {
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 854px;
	height: 480px;
	margin: auto;
	z-index: 999;
}

.vjsCloseBtn {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	color: white;
	font-size: 18px;
	padding: 4px 8px;
	cursor: pointer;
	border-radius: 4px;
}


@media (min-width: 1496px) and (max-width: 1890px) {
	.mainBody, .main {
		width: 1500px;
	}

	.promoContent,
	.travel .promoContent,
	.docs .promoContent,
	.history .promoContent,
	.sports .promoContent,
	.wellness .promoContent,
	.crime .promoContent,
	.videoRow,
	.wellness .videoRow,
	.crime .videoRow {
		width: 1440px;
	}

	.footer{
		width: 1420px;
	}

	.footer a{

	}

	header {
	}

	.navHeader {
		height: 60px;
	}

	.in2Logo{
		width: 76px;
	}

	.siteNav li {
		font-size: 18px;
	}

		.siteNav li:nth-child(1) {
			width: 160px;
		}

		.siteNav li:nth-child(2) {
			width: 190px;
		}

		.siteNav li:nth-child(3) {
			width: 110px;
		}

		.siteNav li:nth-child(4) {
			width: 130px;
		}

		.siteNav li:nth-child(5),
		.siteNav li:nth-child(6) {
			width: 150px;
		}

	ul.subMenu li a {
		font-size: 14px;
		padding: 10px 2px;
		line-height: 22px;
	}

		ul.subMenu li a:hover {
			background-color: #f0f0f0;
		}

	.main {
		background-size: contain;
	}

	.index .main,
	.crime .main,
	.wellness .main,
	.w2w .main {
		padding-top: 371px;
		min-height: 474px;
	}

	.crime .main {
		min-height: 494px;
	}

	.wellness .main {
		height: 518px;
	}

	.history .main,
	.sports .main,
	.docs .main,
	.travel .main,
	.docs .main {
		background-position: top;
		padding-top: 351px;
	}

	.promoContent {
		top: 67px;
		left: 50px;
	}

	.travel .promoContent,
	.docs .promoContent,
	.history .promoContent,
	.sports .promoContent,
	.wellness .promoContent,
	.crime .promoContent {
		padding: 16px 30px 30px 30px;
	}

		.sports .promoContent table {
			width: 1380px;
			padding: 30px 0;
		}

			.sports .promoContent table td {
				padding: 20px 30px 0;
			}

			.sports .promoContent img,
			.sports .promoContent table td {
				width: 660px;
			}

	.sports .promoContent {
		font-size: 20px;
	}

	.wellness .promoContent {
		padding: 0 21px 30px 39px;
	}

	.crime .promoContent,
	.wellness .promoContent {
		top: 244px;
	}

	.wellness .promoContent {
		background: linear-gradient(transparent, black 67%);
	}

	.videoRow {
		padding-bottom: 14px;
	}

	.videoRow .rowTitle {
		padding: 0 6px 6px 6px;
	}

	.index .videoRow img,
	.index .videoRow a {
		float: left;
		width: 185px;
		display: inline-block;
		margin: 0 6px;
	}

	.videoTiles img,
	.travel .videoTiles a,
	.docs .videoTiles a,
	.history .videoTiles a,
	.sports .videoTiles a,
	.wellness .videoTiles a,
	.crime .videoTiles a {
		width: 256px;
	}

	.travel .videoTiles a,
	.docs .videoTiles a,
	.history .videoTiles a,
	.sports .videoTiles a,
	.wellness .videoTiles a,
	.crime .videoTiles a {
		padding: 0 6px;
		font-size: 16px;
		line-height: 20px;
		height: 182px;
	}

	#in2TvIn2TextBlurb, #in2LogoText {
		display: flex;
	}

	#in2TvIn2TextBlurb,
	.index #in2TvIn2TextBlurb {
		width: 409px;
		left: 62px;
		top: 283px;
		font-size: 22px;
		line-height: 25px;
	}

	.index #in2TvIn2TextBlurb {
	}

	.crime #in2TvIn2TextBlurb {
		top: 30px;
		left: 68px;
		width: 510px
	}

	.wellness #in2TvIn2TextBlurb {
		top: 450px;
		width: 397px;
		left: 45px;
		font-size: 22px;
	}

	.history #in2TvIn2TextBlurb,
	.sports #in2TvIn2TextBlurb,
	.docs #in2TvIn2TextBlurb,
	.travel #in2TvIn2TextBlurb {
		top: 228px;
		left: 36px;
		width: 364px;
	}

	.overlay {
		width: 2400px;
		height: 2000px;
	}
}



@media (min-width: 1196px) and (max-width: 1495px) {
	.mainBody, .main {
		max-width: 1200px;
	}

	.promoContent,
	.travel .promoContent,
	.docs .promoContent,
	.history .promoContent,
	.sports .promoContent,
	.wellness .promoContent,
	.crime .promoContent,
	.videoRow,
	.wellness .videoRow,
	.crime .videoRow {
		width: 1140px;
	}

	.footer{
		width: 1120px;
		font-size: 10px;
		margin-bottom: 30px;
	}

	.footer strong{
		line-height: 36px;
	}

	.footer a{
		line-height: 18px;
	}

	header {
	}

	.navHeader {
		height: 58px;
	}

	.in2Logo {
		width: 70px;
	}

	.siteNav li {
		font-size: 15px;
		width: 180px;
	}

		.siteNav li:nth-child(1) {
			width: 150px;
		}

		.siteNav li:nth-child(2) {
			width: 170px;
		}

		.siteNav li:nth-child(3) {
			width: 90px;
		}

		.siteNav li:nth-child(4) {
			width: 120px;
		}

		.siteNav li:nth-child(5) {
			width: 140px;
		}

		.siteNav li:nth-child(6) {
			width: 110px;
		}

		.siteNav ul.subMenu li {
			line-height: 15px;
			margin: -1px 0 0 -1px;
			padding: 8px 0 0;
		}

	.siteNav li a {
		line-height: 67px;
		margin-top: -10px;
	}

	ul.subMenu li a {
		font-size: 12px;
		padding: 1px 2px;
		line-height: 32px;
	}

	.main {
		background-size: contain;
		padding-top: 345px;
	}

	.index .main,
	.crime .main,
	.wellness .main,
	.w2w .main {
		min-height: 331px;
	}

	.wellness .main {
		height: 382px;
	}

	.history .main,
	.sports .main,
	.docs .main,
	.travel .main,
	.docs .main {
		background-position: top;
		padding-top: 280px;
	}

	.index .main, .crime .main, .wellness .main {
		padding-top: 345px;
	}

	.promoContent {
		top: 67px;
		left: 50px;
	}

	.travel .promoContent,
	.docs .promoContent,
	.history .promoContent,
	.sports .promoContent,
	.wellness .promoContent,
	.crime .promoContent {
		padding: 0 30px 30px 30px;
	}

		.sports .promoContent table {
			width: 1140px;
			padding: 20px 0;
		}

			.sports .promoContent table td {
				padding: 20px 20px 0;
			}

			.sports .promoContent img,
			.sports .promoContent table td {
				width: 500px;
			}

	.sports .promoContent {
		font-size: 18px;
	}

	.crime .promoContent,
	.wellness .promoContent {
		top: 137px;
	}

	.videoRow {
		padding-bottom: 14px;
	}

	.videoRow .rowTitle {
		padding: 0 6px 6px 6px;
	}

	.index .videoRow img,
	.index .videoRow a {
		float: left;
		width: 144px;
		margin: 0 6px;
	}

	.videoTiles img,
	.travel .videoTiles a,
	.docs .videoTiles a,
	.history .videoTiles a,
	.sports .videoTiles a,
	.wellness .videoTiles a,
	.crime .videoTiles a {
		width: 210px;
	}

	.travel .videoTiles a,
	.docs .videoTiles a,
	.history .videoTiles a,
	.sports .videoTiles a,
	.wellness .videoTiles a,
	.crime .videoTiles a {
		padding: 0 6px;
		font-size: 14px;
		line-height: 20px;
		height: 153px;
	}

	#in2TvIn2TextBlurb, #in2LogoText {
		display: flex;
	}

	#in2TvIn2TextBlurb,
	.index #in2TvIn2TextBlurb {
		width: 310px;
		left: 62px;
		top: 283px;
		line-height: 20px;
		font-size: 18px;
	}

	.index #in2TvIn2TextBlurb {
	}

	.crime #in2TvIn2TextBlurb {
		top: 30px;
		left: 68px;
		width: 413px
	}

	.wellness #in2TvIn2TextBlurb {
		top: 353px;
		width: 397px;
		left: 36px;
		font-size: 19px;
	}

	.history #in2TvIn2TextBlurb,
	.sports #in2TvIn2TextBlurb,
	.docs #in2TvIn2TextBlurb,
	.travel #in2TvIn2TextBlurb {
		top: 179px;
		left: 36px;
		width: 298px;
	}

	.overlay {
		width: 2400px;
		height: 2000px;
	}
}



@media (min-width: 100px) and (max-width: 1195px) {
	.mainBody, .main {
		width: 900px;
	}

	.promoContent,
	.travel .promoContent,
	.docs .promoContent,
	.history .promoContent,
	.sports .promoContent,
	.wellness .promoContent,
	.crime .promoContent,
	.videoRow,
	.wellness .videoRow,
	.crime .videoRow {
		width: 840px;
	}

	.footer{
		width: 820px;
		font-size: 8px;
	}

		.footer strong {
			line-height: 38px;
		}

		.footer a {
			line-height: 14px;
		}

	header {
	}

	nav{
		width: 860px;
	}

	.navHeader {
		width: 870px;
		height: 50px;
	}

	nav {
		width: 800px;
	}

	.siteNav {
		width: 830px;
		padding-right: 0;
	}

	.in2Logo {
		margin: 10px 0;
		width: 60px;
	}

	.siteNav li {
		width: 190px;
	}

	.siteNav li a {
		line-height: 50px;
		margin-top: 0;
	}

		.siteNav li:hover, .siteNav li.active {
			margin-top: -3px;
			padding-top: 0;
			cursor: pointer;
		}

		.arrow{
			top: 24px;
		}

	.siteNav li {
		font-size: 14px;
		padding-top: 0;
		width: 158px;
	}

		.siteNav li:nth-child(1) {
			width: 110px;
		}

		.siteNav li:nth-child(2) {
			width: 140px;
		}

		.siteNav li:nth-child(3) {
			width: 60px;
		}

		.siteNav li:nth-child(4) {
			width: 90px;
		}

		.siteNav li:nth-child(5){
			width: 110px;
		}

		.siteNav li:nth-child(6) {
			width: 90px;
		}

	.siteNav ul.subMenu li {
		line-height: 32px;
		margin: -1px 0 0 -1px;
		padding: 0;
	}

	ul.subMenu{
		margin-top: 0;
	}

	ul.subMenu li a {
		font-size: 10px;
		padding: 1px 2px;
		line-height: 32px;
	}

	.main {
		background-size: contain;
	}

	.index .main,
	.crime .main,
	.wellness .main,
	.w2w .main {
		padding-top: 275px;
		min-height: 232px;
	}

	.crime .main {
		min-height: 413px;
	}

	.wellness .main {
		height: 470px;
	}

	.history .main,
	.sports .main,
	.docs .main,
	.travel .main,
	.docs .main {
		background-position: top;
		padding-top: 211px;
	}

	.promoContent {
		top: 0;
		left: 28px;
	}

	.travel .promoContent,
	.docs .promoContent,
	.history .promoContent,
	.sports .promoContent,
	.wellness .promoContent,
	.crime .promoContent {
		padding: 16px 30px 30px 30px;
	}

		.sports .promoContent table {
			width: 840px;
			padding: 10px 0;
		}

			.sports .promoContent table td {
				padding: 10px 10px 0;
			}

			.sports .promoContent img,
			.sports .promoContent table td {
				width: 400px;
			}

	.sports .promoContent {
		font-size: 16px;
	}

	.wellness .promoContent {
		padding: 0 21px 30px 39px;
	}

	.crime .promoContent,
	.wellness .promoContent {
		top: 92px;
	}

	.wellness .promoContent {
		background: linear-gradient(transparent, black 67%);
	}

	.videoRow {
		padding-bottom: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.wellness .videoRow,
	.crime .videoRow {
		position: relative;
		top: 0px;
		left: 0px;
	}

	.videoRow .rowTitle {
		padding: 0 6px 6px 6px;
		font-size: 16px;
		line-height: 34px;
		text-transform: uppercase;
	}

	.index .videoRow img,
	.index .videoRow a {
		width: 106px;
		margin: 0 6px;
	}

	.videoTiles img,
	.travel .videoTiles a,
	.docs .videoTiles a,
	.history .videoTiles a,
	.sports .videoTiles a,
	.wellness .videoTiles a,
	.crime .videoTiles a {
		width: 192px;
	}

	.travel .videoTiles a,
	.docs .videoTiles a,
	.history .videoTiles a,
	.sports .videoTiles a,
	.wellness .videoTiles a,
	.crime .videoTiles a {
		padding: 0 6px 16px;
		font-size: 12px;
		line-height: 20px;
	}

	#in2TvIn2TextBlurb, #in2LogoText {
		display: flex;
	}

	#in2TvIn2TextBlurb,
	.index #in2TvIn2TextBlurb {
		width: 246px;
		left: 41px;
		top: 149px;
		font-size: 14px;
		line-height: 18px;
	}

	.index #in2TvIn2TextBlurb {
	}

	.crime #in2TvIn2TextBlurb {
		top: 30px;
		left: 35px;
		width: 378px
	}

	.wellness #in2TvIn2TextBlurb {
		top: 255px;
		width: 302px;
		left: 45px;
		font-size: 14px;
	}

	.history #in2TvIn2TextBlurb,
	.sports #in2TvIn2TextBlurb,
	.docs #in2TvIn2TextBlurb,
	.travel #in2TvIn2TextBlurb {
		top: 128px;
		left: 32px;
		width: 232px;
	}

	.overlay {
		width: 2400px;
		height: 2000px;
		background-color: rgba(8,8,8,0.75);
	}
}
