
.jumbotron-wrapper .jumbotron{
	margin: 0;
	border-radius: 0;
	padding: 0;
}

.jumbotron-wrapper{
	padding: 0;
	position: relative;
}

.channel-changer {
	list-style-type: none;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	background: transparent url("../img/texture-dark.png");
}

.channel-changer li {
	float: left;
	width: 25%;
	text-align: center;
	height: 40px;
}

.channel-changer li a {
	color: #575757;
	display: block;
	font-weight: 100;
	padding: 10px;
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
	text-decoration: none;
}

.channel-changer li a:hover{
	text-decoration: none;
}

.channel-changer li.flex-active a {
	background: #2049ad;
	color: #FFFFFF;
	position: relative;
}

.channel-changer li.flex-active a:active,
.channel-changer li.flex-active a:focus {
	outline: none;
}

.channel-changer li a .arrow {
	position: absolute;
	display: none;
	width: 100%;
	height: 12px;
	top: -12px;
	left: 0;
	z-index: 100;
	background: transparent url('../img/channel-changer-active-arrow.png') no-repeat;
	background-position: center;
}

.channel-changer li.flex-active a .arrow {
	display: block;
}

.grid {
	width: 100%;
}

.grid .grid-item {
	width: 25%;
	float: left;
	position: relative;
}

.grid .grid-item img {
	width: 100%;
}

.grid .grid-item .overlay {
	display: none;
	background: #000000;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	color: #FFFFFF;
	border: 8px solid #F3F3F3;
}

.grid .grid-item .overlay table {
	text-align: center;
	width: 100%;
}

.grid .grid-item .overlay table td {
	vertical-align: middle;
	padding: 0 20px;
	line-height: 150%;
}

.grid .grid-item .overlay table td hr {
	width: 50%;
	padding: 0;
	margin: 10px auto;
}

.grid .grid-item .overlay .date {
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
	font-size: 16px;
}
.grid .grid-item .overlay .location {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 100%;
}
.grid .grid-item .overlay .link {
	font-size: 15px;
	margin-top: 20px;
}

.grid .grid-item .overlay .link  a{
	color: #FFFFFF;
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
}

.jumbotron .image { height: 615px; }
#jumbotron1 .image { background: transparent url("../img/hero-home-1_1400.jpg") no-repeat; }
#jumbotron2 .image { background: transparent url("../img/hero-home-2_1400.jpg") no-repeat; }
#jumbotron3 .image { background: transparent url("../img/hero-home-3_1400.jpg") no-repeat; }
#jumbotron4 .image { background: transparent url("../img/hero-home-4_1400.jpg") no-repeat; }

.jumbotron .text {
	text-align: left;
}

.jumbotron .text table {
	height: 615px;
}

.jumbotron .text table td {
	padding: 0 60px;
	position: relative;
}

.jumbotron .text table td > div {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 60px;
	margin-bottom: 60px;
}

.jumbotron .text h3 {
	font-size: 70px;
	color: #FFFFFF;
	width: 50%;
	line-height: 90%;
}

.jumbotron .text p {
	font-size: 24px;
	width: 50%;
	text-transform: none;
	font-weight: normal;
}

.container .stats {
	background: #52626F;	
	color: #FFFFFF;
	margin: 0;
	padding: 20px 0;
	list-style-type: none;
}

.container .stats li{
	float: left;
	width: 20%;
	text-align: center;
	display: block;
	padding: 30px 0;
	border-right: 1px solid #999;
}

.container .stats li .stat-value {
	font-size: 36px;
	font-weight: bold;
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	line-height: 100%;
}

.container .stats li .stat-label {
	font-size: 20px;
	font-weight: 100;
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
	line-height: 100%;
	margin-top: 10px;
}

.video-container{
	/*background-color: #647481;*/
}

.video-section {
	max-height: 500px;
	position: relative;;
	overflow-y: hidden;
}

 .video-container video {
	 width:100%;
	 overflow-y: hidden;
	 z-index: -1;
}

.video-overlay {
	position: absolute;
	display: block;
	text-align: center;
	top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.video-overlay h1 {
	color: #f1fbff;
}

.video-link  {
	background-color: #647481;
	color: #f1fbff;
	padding-right: 10px;
	padding-left: 10px;
}



@media all and (max-width: 1399px) {
	
	.jumbotron .text table,
	.jumbotron .image { height: 514px; }
	#jumbotron1 .image { background: transparent url("../img/hero-home-1_1170.jpg") no-repeat; }
	#jumbotron2 .image { background: transparent url("../img/hero-home-2_1170.jpg") no-repeat; }
	#jumbotron3 .image { background: transparent url("../img/hero-home-3_1170.jpg") no-repeat; }
	#jumbotron4 .image { background: transparent url("../img/hero-home-4_1170.jpg") no-repeat; }
	
	.jumbotron .text h3 { font-size: 60px; }
	.jumbotron .text p { font-size: 17px; margin-bottom: 15px; }
	
	.container .stats li .stat-value { font-size: 32px; }	
	.container .stats li .stat-label { font-size: 17px;	}

	
}

@media all and (max-width: 1199px) {

	.jumbotron .text table,
	.jumbotron .image { height: 426px; }
	#jumbotron1 .image { background: transparent url("../img/hero-home-1_970.jpg") no-repeat; }
	#jumbotron2 .image { background: transparent url("../img/hero-home-2_970.jpg") no-repeat; }
	#jumbotron3 .image { background: transparent url("../img/hero-home-3_970.jpg") no-repeat; }
	#jumbotron4 .image { background: transparent url("../img/hero-home-4_970.jpg") no-repeat; }
	
	.jumbotron .text h3 { font-size: 50px; }
	.jumbotron .text p { font-size: 16px; }
	
	.grid .grid-item { width: 33.33%; }
	
	ul.principles li.active .circle { 
		height: 160px;
		width: 160px;
		border-radius: 80px;
		font-size: 16px;
		margin-top: 0;
	}
	
	ul.principles li .circle:hover {
		border-color: #E7E7E7;
		cursor: default;
	}
	
	ul.principles li.active .circle .contents{ margin-top: 30px; font-size: 20px;}
	ul.principles li .text { display: block; }
	
	.container .stats li .stat-value { font-size: 26px; }	
	.container .stats li .stat-label { font-size: 14px;	}

	.video-overlay {
		top: 10%;
	}

	.video-section {
		max-height: 350px;
		position: relative;;
		overflow-y: hidden;
	}

}

@media all and (max-width: 991px) {
	
	.jumbotron .text table,
	.jumbotron .image { height: 329px; }
	#jumbotron1 .image { background: transparent url("../img/hero-home-1_750.jpg") no-repeat; }
	#jumbotron2 .image { background: transparent url("../img/hero-home-2_750.jpg") no-repeat; }
	#jumbotron3 .image { background: transparent url("../img/hero-home-3_750.jpg") no-repeat; }
	#jumbotron4 .image { background: transparent url("../img/hero-home-4_750.jpg") no-repeat; }
	
	.jumbotron .text h3 { font-size: 40px; }
	.jumbotron .text p { font-size: 16px; }
	
	.jumbotron .text table td > div {
		margin-left: 30px;
		margin-bottom: 30px;
	}
	
	.jumbotron .text .btn-primary {
		padding: 6px 16px;
		font-size: 15px;
	}
	
	.channel-changer { font-size: 12px;	}
	
	.container .stats li .stat-value { font-size: 22px; }	
	.container .stats li .stat-label { font-size: 12px;	}
	
	ul.principles li {
		float: none;
		width: 100%;
	}
	
	ul.principles li.active .circle { 
		height: 160px;
		width: 160px;
		border-radius: 80px;
		font-size: 16px;
		margin-top: 0;
	}
	ul.principles li .text { width: 50%; margin: 0 auto; }

	.video-container video {
		max-width: 100%;
	}

    .video-overlay {
        top: 10%;
    }

	.video-overlay h1 {
		font-size: 22px;
	}

	.video-overlay h3 {
		font-size: 14px;
	}

	.video-section {
		max-height: 275px;
		position: relative;;
		overflow-y: hidden;
	}

}

.jumbotron-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media all and (max-width: 768px) {
	.jumbotron .text {
		display: none;
	}
	
	.jumbotron .image {
		display: block;
	}
	
	.grid .grid-item {
		width: 50%;
	}

    .video-overlay {
        top: 1%;
    }

	.video-overlay h1 {
		font-size: 18px;
	}

	.video-overlay h3 {
		font-size: 12px;
	}

	.video-section {
		max-height: 250px;
		position: relative;
		overflow-y: hidden;
	}
}

@media all and (max-width: 600px) {
	.video-overlay {
		top: 1%;
	}

	.video-overlay h1 {
		font-size: 14px;
	}

	.video-overlay h3 {
		font-size: 12px;
	}

	.video-section {
		max-height: 150px;
		position: relative;
		overflow-y: hidden;
	}

	.video-overlay-section-separator {
		display: none;
	}
}

@media all and (max-width: 360px) {

	.video-section {
		max-height: 100px;
		position: relative;
		overflow-y: hidden;
	}

	.video-overlay-section-separator {
		display: none;
	}
}

