/* ================================================================
 * 
 * sf:00399947	- Request to add responsive elements
 * 				- Resolves extra space on right side
 * 
 * ================================================================ */

nav.pnav {
max-width:700px;
}

#spotlight {
width:964px;
overflow:hidden;
margin-left:0;
}

nav.pnav ul li ul {
display:none;
}

#spotlight a#next {
right:50%;
margin-right:-60px;
}

#spotlight a#prev {
left:50%;
margin-left:-60px;
}

@media only screen and (max-width : 964px)
{
	div#logo {
	position:static;
	width:100%;
	float:none;
	margin:0 auto;
	text-align:center;
	}

	div#logo img#logo {
	position:static;
	}

	#news, #email, #quote, nav.pnav {
	width:auto;
	margin:0 auto;
	float:none;
	clear:both;
	position:static;
	}
	
	nav.pnav {
	text-align:center;
	}

	nav.pnav ul li {
	float:none;
	display:inline;
	display:inline-block;
	}

	nav.pnav ul li, nav.pnav ul li , nav.pnav ul > li.last{
	padding:0 16px 30px;
	}

nav.pnav ul li ul {
display:none !important;
}
	
	#quote {
	background-image:none;
	}
	
	#featured {
	padding-top:30px;
	margin:0 auto;
	}

	.group, .wrap {
	width:90%;
	padding:0 5%;
	}

	#news{
	width:90%;
	padding:30px 5%;
	}

	
	.left, .right {
	float:none;
	clear:both;
	}

	
	#customer_login {
	position:static;
	}
	
	#customer_login .portal_login {
	width:auto;
	position:static; 
	height:60px;
	}

	#donate a {
	top:0;
	left:0;
	right:auto;
	}
	
	div#logo {
	padding-top:80px;
	}

	#spotlight_nav, #spot_overlay{
	display:none;
	}

	#content{
	width:80% !important;
	}

	#spotlight {
	display:none;
	width:100%;
	max-width:100%;
	}

	#spotlight ul, #spotlight ul li, #spotlight ul li img, #spotlight ul li a img {
	width:100% !important;
	height:auto !important;
	}

	.internal aside.left {
	float:left;
	width:38%;
	}

	.internal #content {
	float:left;
	padding: 0 0 0 5%;
	width: 56% !important;
	clear:none;
	}

	.internal #content .content_image_box {
	float:none;
	}

	ul.subnav li a:hover, ul.subnav li a:active, ul.subnav li.fdpc_here a {
	width:100%;
	}

	ul.subnav li ul li a:link, aside ul li ul li a:visited, ul.subnav li ul li a:hover, aside ul li ul li a:active, aside ul li.fdpc_here ul li a:hover, aside ul li.fdpc_here ul li a:active {
	background-color:transparent;
	width:auto;
	padding:0;
	margin:0;
	}

}

@media only screen and (max-width : 800px) {
	#spotlight_nav {
	bottom:20px;
	}

	#spotlight {
	height:350px;
	}
	
	#quote {
	display:none;
	}

}

@media only screen and (max-width : 660px)
{
	#spotlight {
	height:290px;
	}

}

@media only screen and (max-width : 526px)
{
	#featured {
	display:none;
	width:100%;
	background: #0070b4 none;
	height:auto;
	padding-bottom:60px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

	#featured ul li {
	float:none;
	width:auto;
	}

	#featured .collection_item_label, #featured .collection_item_description {
	width:auto;
	}

	#featured .content_image_box {
	margin:0 auto;
	float:none;
	text-align:center;
	width: 190px !important;
	}

	#featured .frame {
	width:100%;
	background:transparent none;
	height:auto;
	padding:30px;
	}

	#featured .button {
	left:50%;
	margin-left:-151px;
	}

	#spotlight {
	display:none;
	}

}

@media only screen and (max-width : 450px)
{
	#search {
	display:none;
	}

}