/* 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;
}
.hero h2{
	margin-top: 0;
	margin-right: 10px;
	font-size: 1.3em;
	color: #63666A;
	font-family: Arimo;
}
.hero p, .hero a{
	font-size: 1em;
	line-height: 1.3em;
	color: #63666A;
}
.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;
	color: #006496 !important;
}
.prelogin-pod a {
	padding-top: 10px;
	margin-bottom: 10px;
}
.prelogin-pod p {
	color: #373741 !important;
}
.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: #f1f0f0;
	}
	.hero h2{
		margin-top: 20px;
		margin-right: 10px;
		font-size: 1.7em;
	}
	.hero p, .hero a{
		line-height: 1.7em;
		font-family: Arial;
	}
	.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;
}
.jpm-logo
  {background:url(../Include/img/JPM-logo.png) 
  no-repeat 0 40%;
  max-height: 70px;
  height:43px;
  max-width:300px;
  width:135px}
 .background {
 background: white!important;
 }
 .ftrcolor {
 color:#63666A;}
 .bullets {
 list-style-type: disc!important;
 color: #006496!important;
 font-size: 14px !important;
 }
 .orderedList {
    color: #666;
    font-size: 1.05em;
    font-weight: 300;
    line-height: 1.6em;
    margin: 0;
    padding-bottom: 1.25em;
 }
 .linkText{
 font-size: 14px !important;
 }
 .marketing-content h2 {
 color: #006496!important;
 }
 .marketing-content h3 {
 color: #006496!important;
 }
 .marketing-content p {
 color: #63666A!important;
 } 
 .foot
{
		
	    background: #fafafa;
}
.footActivelySharing
{
		padding-left: 75px;
}
.disclosure
{
		padding-right:75px;
}
.lb
{
	border-top: 1px solid #d6d6d6;
}