﻿#homeCarousel {
	margin-left: -15px;
	margin-right: -15px;
	height: 35vw;
	text-align:center;
}
#homeCarousel > .carousel, #homeCarousel > .carousel > .carousel-inner{
	height:100%;
}
	#homeCarousel .item {
		height: 100%;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#homeCarousel.videoBlock{
		height:400px;
	}
#videoFrame{
	width:100%;
	height:400px;
	max-width:712px;
}

#mainRow{
	position:relative;
}

#twitter-wrapper{
	margin-top:21px;
}
#tweet-container {
	overflow-x: hidden;
	height: 100%;
	width:100%;
	position:relative;
	/*padding-top:27px;*/
}
	#tweet-container > iframe {
		position: absolute !important;
	}
#twitter-header {
	position: absolute;
	top: 0;
	left: 15px;
	right: 40px;
	z-index: 20;
	padding-left: 5px;
	background: white;
	border-bottom: 1px solid rgba(15,70,100,.12);
}
	#twitter-header > h2 {
		font-size: 21px;
		font-weight: 300;
		line-height: 24px;
		margin-top:10px;
		margin-bottom:9px;
	}
	#twitter-header > h2 > span{
		font-size:18px;
	}
	#twitter-header > h2 > span > a {
		text-decoration: none;
		color:#2b7bb9;
	}
#leftContainer {
	overflow: hidden;
	padding-bottom:7px;
}
#homeVerticalDivider{
	display:none;
}
#reportsRow {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:-10px;
}
#reportsRow > div{
	margin-top:10px;
}

#HomeSummaryBlock {
	background-color: #112E51;
	color:white;
	padding:20px 20px 80px;
	font-size:22px;
	position:relative;
	margin-top:15px;
}
	#HomeSummaryBlock > .redButton {
		position:absolute;
		bottom:20px;
		right:20px;
	}
#HomeHeader3{
	margin-bottom:0;
}
	#HomeHeader3 + hr {
		margin-top: 0;
	}

#Banner911 {
	content: ' ';
	background: black;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index:2000;
	color:white;
	text-align:center;
	font-size:20px;
}
#dismissBannerButton{
	color:white;
	bottom:10px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}
#Banner911 img{
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
}
/*Mobile First*/
/*Extra small*/
@media screen and (min-width:480px) {
}
/*Small*/
@media screen and (min-width:768px) {
	#homeCarousel {
		margin-left: 0;
		margin-right: 0;
		height: 253px;
	}
	#homeVerticalDivider {
		top: 15px;
		bottom: 0;
		left: 66.7%;
		display:block;
	}
	#HomeSummaryBlock{
		margin-top:24px;
		padding:30px 30px 80px;
	}
		#HomeSummaryBlock > .redButton{
			right:40px;
		}
	#videoFrame{
		width:712px;
	}
}
/*Medium*/
@media screen and (min-width:992px) {
	#homeCarousel{
		height:330px;
		margin-top:25px;
	}
	#tweet-container {
		padding-top: 0;
	}
	#mainRow{
		margin-top:20px;
	}
	#HomeHeader3{
		margin-bottom:10px;
	}
	#reportsRow{
		padding-top:10px;
		padding-bottom:10px;
	}
		#reportsRow > div:nth-child(4) {
			margin-top: 25px;
		}
}
/*Large*/
@media screen and (min-width:1200px) {
	#homeCarousel {
		height: 400px;
	}
}



/*Non-Mobile First*/
/*Medium*/
@media screen and (max-width:1200px) {
}
/*Small*/
@media screen and (max-width:992px) {
}
/*Extra small*/
@media screen and (max-width:768px) {
	#HomeHeader3{
		text-align:center;
	}
}