/* Main */
.hero{
	position: relative;
	background-color: #fff;
	min-height: 200px;
	margin: 0 -20px 20px -20px;
}
.hero .banner-wrapper{
	overflow: hidden;
}
.hero .overlay{
	padding: 20px;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50990000,endColorstr=#50990000); 
	zoom: 1;
	background-color: rgba(158, 9, 9, 1);
}
.hero h2{
	margin-top: 0;
	margin-right: 10px;
	font-size: 1.3em;
	color: #fff;
}
.hero p, .hero a{
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
}
.hero a{
	cursor: pointer;
}

.prelogin-pod {
	padding-top: 20px;
}
a.prelogin-pod{
	display: block;
	color:#444444;
}
a.prelogin-pod:hover{
	cursor:pointer;
	text-decoration: none;
}
.prelogin-pod img {
	width: 100%;
}
.prelogin-pod h3{
	font-size: 1.5em;
	line-height: 1.2em;
}
.prelogin-pod a {
	padding-top: 10px;
	margin-bottom: 10px;
}
.prelogin-pod-graph {
	position: absolute;
	bottom: 0;
	left: 0;
}

.login-pod{
	padding: 1em;
	background-color: #fbfbfb;
	border: solid 1px #C7CCD1;
}
.login-pod.sponsor{
	padding:0 0 0 7px;
	overflow: hidden;
}
#mpwr_login{
	height: 305px;
}

@media (min-width: 768px) {
	.hero{
		margin: 0 0 20px 0;
	}
	.hero .overlay{
		position: absolute;
		top: 0;
		right: 0;
		margin-left: 30%;
		width: 50%;
		height: 100%;
		background-color: rgba(158, 9, 9, 0.7);
	}
	.hero h2{
		margin-top: 20px;
		margin-right: 10px;
		font-size: 1.7em;
	}
	.hero p, .hero a{
		font-size: 1.2em;
		line-height: 1.7em;
	}
	.prelogin-pod {
		min-height: 330px;
	}
}
@media (min-width: 992px) {
	.hero, .login-pod{
		min-height: 301px;
		height: 301px;
	}
	.hero img{
		min-width: 121.5%;
	}
	.login-pod{
		margin-bottom: 20px;
	}
	#mpwr_login{
		height: 294px;
	}
}
@media (min-width: 1200px) {
	.hero img{
		min-width: inherit;
	}
	.hero h2{
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#banner2 img{
		margin-left: -75px;
	}
}

/* Carousel */
.carousel-control{
	top: 50%;
	height: 80px;
	margin-top: -40px;
	width: 25px;
}
.carousel-control.left, .carousel-control.right{
	background: rgba(0,0,0,0.3);
}
.carousel-control .icon-next, .carousel-control .icon-prev{
	margin-top: -18px;
}
.carousel-indicators{
	bottom: -2px;
}
.carousel-indicators li{
	width:8px;
	height:8px;
	border: solid 2px #ddd;
}
.carousel-indicators .active{
	margin: 1px;
	width:8px;
	height:8px;
	background-color: #999;
	border: solid 2px #999;
}
.drop-shadow-bow-under{
	position:relative;
}
.drop-shadow-bow-under:before{
	content:"";
	position:absolute;
	display: block;
	z-index:-1;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 50px rgba(0,0,0,0.4);
	box-shadow:0 0 50px rgba(0,0,0,0.4);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:50%;
	border-radius:50%;
}
/* Main nav tab color */
#content-tabs {
	margin-top: 40px;
}
.nav-tabs>li>a {
	background-color: #f3f3f3;
	border-color: #c5c5c5;
	font-weight: 600;
	color:#444444;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:active {
	color: #444444;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	border-bottom: 1px solid #fff;
}
.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:focus {
	color: #444444;
	background-color: #fff;
}
.tab-content{
	padding: 20px;
	border: 1px solid #c5c5c5;
	border-top: none;
}