@charset "UTF-8";


/* Mobile Layout: 480px and below. */


p{
	text-align:left;	
}
h4 + p.byline, h3 + p.byline {
	margin-bottom: 1.4em;
}
h2.title + p.byline {
	margin-top: -1em;
}
/*a {
	border-bottom: none;
}*/
#mainNav a.here, a.here:visited, a.here:hover{
	color:#FFF;	
}
#subNav .subMenu {
	font-size: 1em;
}
.subMenu .currentissue {
	margin-left: 0;
	margin-right: 0.8em;
}
section.issue h2 {
	font-weight: 700;
	font-size: .9em;
	line-height: 1.2em;
	margin-top: 70px;
}
#logosbottom {
	margin-right: 0;
}

#logosbottom a {
	text-decoration: none;
	border-bottom: none;
}
#socialBottom {
	margin-bottom: -8px;
	width: 135px;
	clear: left;
	padding-top: 15px;
	float: left;
}
figure.left100 {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	width: 100px;
	float: left;
	clear: left;
	margin-left: 0px;
	margin-right: 0.8em;
}
figure.left100 img {
	border-radius: 4px;
}
figure.left100 + h4.title {
	margin-top: 0;
}
.blurb {
	margin-top: -1.25em;
	margin-bottom: 1.2em;
}
.instrumentation {
	margin-top: -1.25em;
	margin-bottom: 1.2em;
}
p.instrumentation + p.byline {
	margin-top: -0.9em;
	margin-bottom: 1em;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.9166%;
	padding-left: 1.0416%;
	padding-right: 1.0416%;
	clear: none;
	float: none;
	margin-left: auto;
}
.subMenu .currentissue {
	margin-left: 8px;
	margin-right: 0.8em;
}
#logosbottom {
	margin-right: 1%;
	width: 55%;
	float: right;
	margin-top: 0;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.75%;
	max-width: 1232px;
	padding-left: 0.625%;
	padding-right: 0.625%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#subNav .subMenu {
	font-size: 1em;
}
figure.left100 {
	margin-top: 0.2em;
	margin-bottom: 0;
	width: 100px;
	float: left;
	clear: left;
	margin-left: -130px;
}


}
