body {
	background-color:#F0F0F0;
}
.access-controls {
	display:none;
}
.scrollup {
	position: fixed;
	top: 50%;
	background: #666 url(img/top.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1000;
}
#promo-bg {
    background:#581f65 url(img/homepage/promo-strap.jpg) left top no-repeat;
    height: 388px;
    margin-bottom: 20px;
}
.mobile-nav {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.mobile-collapse > li > a { 
	padding: 10px 0 10px 15px;
	font-size:16px;
  	display: block;
  	background-color:#4e1e65;
  	color:#fff;  
}
.mobile-collapse > li > a:hover {
	text-decoration: none;
	background-color: #6A3285;
}
.mobile-collapse {
	float:left;
	margin:10px 0;
	list-style:none;
	width:100%;
}
.mobile-collapse li {
	border-bottom: 3px solid #380B45;
}
.container-home {
	border-bottom:1px solid #ccc;
}
.banner-container p {
	background: #fff url(img/logo-home.png) 0 5px no-repeat;
}
.overlay {
    left:52%;
	width: 48%;
	position:absolute;
	bottom:25px;
}
.overlay ul {
	list-style-type:none;
	margin-right:15px;
	
}
.overlay ul li {
	border-bottom:dotted 1px #666;
	padding:5px 10px 5px 30px;
	background: url("img/homepage/list-icon.png") 0 7px no-repeat;
	list-style-type:none!important;
}
.overlay ul li:first-child {
  border-top:dotted 1px #666;
}

.overlay ul li a, .overlay ul li a:hover{
	color:#6e267b;
	font-size:16px;
	font-weight:bold;
}
.review-feat, .about-feat, .performance-feat, .compliance-feat, .finances-feat, .improve-feat  {  
  height: 347px;
  position:relative;

}
.polariod {
	margin: 40px auto;
	padding:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	background-color:#fff;
	border:1px solid #c8c8c8;
	-webkit-box-shadow: 0 8px 6px -6px #898989;
	   -moz-box-shadow: 0 8px 6px -6px #898989;
	        box-shadow: 0 8px 6px -6px #898989;
}

.review-feat {
  background: #fff url(img/homepage/review.jpg) right top no-repeat;
}
.about-feat {
  background: #fff url(img/homepage/about.jpg) right top no-repeat;
}
.performance-feat {
  background: #fff url(img/homepage/perform.jpg) right top no-repeat;
}
.compliance-feat {
  background: #fff url(img/homepage/compliance.jpg) right top no-repeat;
}
.finances-feat {
  background: #fff url(img/homepage/finance.jpg) right top no-repeat;
}
.improve-feat {
  background: #fff url(img/homepage/improve.jpg) right top no-repeat;
}
.review-feat h2, .about-feat h2, .performance-feat h2, .compliance-feat h2, .finances-feat h2, .improve-feat h2  {
	margin:0;
	padding:5px 10px 10px 25px;
	color: #666;
    font-size: 35px;
    font-weight: normal;
	letter-spacing: -2px;
    line-height: 35px;
	text-transform:uppercase;
}
.white {
	background-color:#fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background:#cfc1a9 url(img/homepage/paper-ptn.gif) 0 0 repeat;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-size:80px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color:#d2beb3\9;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption, .caption-feature {
  	position: absolute;
  	z-index: 10;
  	color: #333;
  	text-align: left;
	top:100px;
}
.carousel-caption {
	padding-left:310px;
}
.caption-right {  
  text-align: left;
}
a:hover .carousel-caption, a:hover .carousel-caption h3 {
  color: #6e267b;
}
a:hover .caption-feature h3 {
  background: url(/2013/_template/css/img/homepage/play.png) 0 0 no-repeat;
  color:#fff;
}
carousel-caption .btn {
  text-shadow: none;
}
.caption-feature img {
	display:inline-block;
	vertical-align:text-bottom;
}
.caption-feature {
	padding-left:50px;
}
.carousel-caption h3 {
	font-size:1.5em;
	text-transform:uppercase;
	color:#333;
}
.carousel-caption p span {
	font-size:1.1em;
	font-weight:bold;
}
.carousel-caption p {
	font-size:2em;
	margin-top:5px;
	width:600px;
}
.caption-feature h3 {
	background: url(/2013/_template/css/img/homepage/play-hover.png) 0 0 no-repeat;
	display:inline-block;
	padding-left:120px;	
	font-weight:lighter;
	line-height:1.1em;
	color:#333;
	font-size:2.5em;
	text-transform:none;
}
.caption-feature h3 span {
	font-weight:bold;
}
.caption-feature p {
	font-size:1em;
	margin-top:25px;
	margin-left:120px;
	color:#333;
}
@media screen and (min-width: 768px) {
	.carousel-control .icon-prev,
  	.carousel-control .icon-next {
    	width: 30px;
    	height: 30px;
    	margin-top: -15px;
    	margin-left: -15px;
  	}
  	.carousel-caption, .caption-feature {
    	padding-bottom: 30px;
  	}
  	.carousel-indicators {
    	bottom: 20px;
  	}
}
@media screen and (max-width: 979px) {
	.carousel-caption {
		padding-left:240px;
	}
	.carousel-caption p {
		font-size:1.2em;
		margin-top:25px;
		width:400px;
	}

}
/* HOMEPAGE STYLES ONLY - HOMEPAGE WIDTH SET TO 1000px (940 w/ padding)*/
@media (min-width: 1200px) {
	.container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 940px;
	}
	.span4 {
		width:300px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.ed-feat {
  		padding: 140px 50px 215px 0;
		background-position: 360px 72px;
		height:35px;
	}
	.ed-feat h1 {
		font-size: 50px;
	}
	
	.review-feat h2, .about-feat h2, .performance-feat h2, .compliance-feat h2, .finances-feat h2, .improve-feat h2  {
		font-size: 34px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.ed-feat {
  		padding: 260px 50px 75px 15px;
		background-position: right 72px;
		height:55px;
	}
	.ed-feat h1 {
		font-size: 35px;
		background: transparent url(img/homepage/play-sml.png) 0 center no-repeat;
		padding-left:80px;
	}
	.ed-feat:hover h1 {
		background: #000 url(img/homepage/play-hover-sml.png) 0 center no-repeat;
	}
	.ed-feat p {
    font-size: 12px;;
    margin-left: 82px;
    margin-top: 10px;
	}	
	.review-feat h2, .about-feat h2, .performance-feat h2, .compliance-feat h2, .finances-feat h2, .improve-feat h2  {
		font-size: 30px;
		line-height: 30px;
		padding-top:15px;
	}
	.overlay {
		width:100%!important;
		left:0;
	}
	.review-feat, .about-feat, .performance-feat, .compliance-feat, .finances-feat, .improve-feat {
	  background: #fff url(img/homepage/paper-ptn.gif) 0 0 repeat;
	}
}
@media (max-width: 480px) {
	.ed-feat h1, ed-feat:hover h1{
  		background-color: rgb(0, 0, 0);	/* Fallback for web browsers that don't support RGBa */
		background-color: rgba(0, 0, 0, 0.6);/* RGBa with 0.6 opacity */	
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);/* For IE 5.5 - 7*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";/* For IE 8*/
	}
	.ed-feat p {
		display:none;
	}
}
