.toggle {
overflow: auto;
height:100%;
}
.toggle .switch {
overflow: auto;
float: left;
height: 100%;
font-family:"franklin-gothic-urw",​Verdana,​Geneva,​sans-serif;
}
.toggle .switch:nth-child(n+2)  {
margin-left: 15px;
}
.toggle legend,
.singular .content .toggle .legend {
font-size: 10px;
padding: 6px 0;
float:left;
margin-bottom:0;
margin-right:20px;
font-family:"franklin-gothic-urw",​Verdana,​Geneva,​sans-serif;
line-height:1;
}
.toggle input {
margin-right:15px;
}
.has-js .toggle input {
opacity:0;
position:absolute;
top:0;
right:0;
left:0;
}
button,
a.button,
.toggle label,
.toggle a {
white-space:nowrap;
font-size: 12px;
font-weight: bold;
color: #969696;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
padding: 5px 10px;
position: absolute;;
border: 1px solid #AAAAAA;
border-left: 0;
float:left;
position:relative;
text-shadow: none;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(51%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
button,
a.button {
float:none;
}
button:active,
a.button:active,
.has-js .toggle .selected {
color: #7C7668;
-webkit-box-shadow: inset 1px 1px 2px 0 rgba(156,156,156,1);
box-shadow: inset 1px 1px 2px 0 rgba(156,156,156,1);
background: rgb(226,223,206); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226,223,206,1)), color-stop(100%, rgba(242,243,233,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2dfce', endColorstr='#f2f3e9', GradientType=0 ); /* IE6-9 */
cursor: default;
}
.has-js .toggle label.focused,
.toggle :focus {
color:#BC7B2B;
}
button,
a.button,
.toggle label:first-of-type,
.toggle a:first-of-type,
.toggle .first {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-left: 1px solid #AAAAAA;
}
button,
a.button,
.toggle label:last-of-type,
.toggle a:last-of-type,
.toggle .last {
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
 @media ( max-width:630px ) {
	.toggle {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	}
	.toggle label {
	float: none;
	display: block;
	width: auto;
	border-left: 1px solid #AAAAAA;
	border-top: 0;
	padding: 10px 12px;
	}
	.toggle label:first-of-type,
	.toggle label.first {
	border-top: 1px solid #AAAAAA;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 0;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	}
	.toggle label:last-of-type,
	.toggle label.last {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 4px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	}
}

/* Project colors used across the sites. */
a.button.hispanic { 		color:#fff; background:#A55A26; }
a.button.religion { 		color:#fff; background:#4FA9CE; }
a.button.media-news,
a.button.journalism { 		color:#fff; background:#833143; }
a.button.internet-tech { 	color:#fff; background:#016699; }
a.button.global { 			color:#fff; background:#949D48; }
a.button.social-trends { 	color:#fff; background:#397668; }
a.button.u-s-politics { 	color:#fff; background:#D1A730; }

a.button.hispanic:hover { 		background:rgba(165,90,38,0.5); }
a.button.religion:hover { 		background:rgba(79,169,206,0.5); }
a.button.media-news:hover,
a.button.journalism:hover { 	background:rgba(131,49,67,0.5); }
a.button.internet-tech:hover { 	background:rgba(1,102,153,0.5); }
a.button.global:hover { 		background:rgba(148,157,72,0.5); }
a.button.social-trends:hover { 	background:rgba(57,118,104,0.5); }
a.button.u-s-politics:hover { 	background:rgba(209,167,48,0.5); }
