body {
	background: #2b2b2b url("../img/cover/bodybg-dark.jpg");
	line-height: 1;
	font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
}
div, header, footer, span {
	box-sizing: border-box;
}
.pride_text a {
	color: inherit;
	text-decoration: underline;
}
strong {
	font-weight: normal;
}
#wrapper {
	position: relative;
	min-width: 320px;
}
#MSUstandardFooter {
	margin-top: 32px;
}
#wrap {
}
header {
	position: relative;
	z-index: 10000; /* Have to beat 9999 for the features */
}
header .h {

	/*background-image: url('../img/h/bg.png');
	background-repeat: repeat-x;*/
	background-color: rgba(127, 127, 127, 0.55);
	background: -moz-linear-gradient(top, rgba(190,190,190,0.5) 0%, rgba(85,85,85,.6) 100%);
    background: -webkit-linear-gradient(top, rgba(190,190,190,0.5) 0%,rgba(85,85,85,.6) 100%);
    background: linear-gradient(to bottom, rgba(190,190,190,0.5) 0%,rgba(85,85,85,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8C8C8', endColorstr='#4B4B4B',GradientType=0 );
	height: 30px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 8;
}
header .h_a {
	height: inherit;
	float: left;
	padding: 0 15px 0 10px;
	line-height: 30px;
	vertical-align: middle;
	background-color: rgba(232, 232, 232, 0.15);
}
header #h_navmsu {
	background-image: url('../img/h/bg_a.png');
	background-repeat: repeat-x;
	color: #fff !important;
}
header .h_nava {
	background-color: #698a5f !important;
	color: #fff !important;
}
header .h_a span.pipe {
	color: #fff;
	font-size: 15pt;
	margin: 0 .6em;
}
header .h nav {
	height: inherit;
}
header .h nav a {
	display: table-cell;
	vertical-align: middle;
	/*text-transform: uppercase;*/
	height: inherit;
	color: #fff;
	text-decoration: none;
	line-height: 14px;
	transition: color 0.15s, background-color 0.15s;
	-moz-transition: color 0.15s, background-color 0.15s;
	-webkit-transition: color 0.15s, background-color 0.15s;
	-o-transition: color 0.15s, background-color 0.15s;
	/*font-size: 88%;*/
	font-size: 105%;/* added by rw */
    font-weight: 300;/* added by rw */
    letter-spacing: 1px;/* added by rw */
}
header .h nav a:last-child {
	color: #6cddea;
}
header .h nav a:first-child span {
	border-left: 1px solid transparent;
}
header .h nav a span {
	border-left: 1px solid #aaa;
	padding: 0 15px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
header .h nav a span img {
	vertical-align: bottom;
	line-height: 14px;
}
header .h nav a:hover {
	background-color: rgba(232, 232, 232, 0.35);
}

/*header .h nav a.h_navsw {
  background-color: rgba(239,224,157,0.75);
}*/
header .h nav a.h_navsw:hover {
	background-color: rgba(105, 138, 95, 0.3) !important;
}
#converimg { display: none; }
#MSUheader {
	width: 100%;
}
.pulse1 {
	-webkit-animation: pulse1 3s linear infinite;
	-moz-animation: pulse1 3s linear infinite;
	-ms-animation: pulse1 3s linear infinite;
	animation: pulse1 3s linear infinite;
}
@keyframes "pulse1" {
	0% {
		background-color: rgba(105, 138, 95, 0.0);
	}
	50% {
		background-color: rgba(105, 138, 95, 0.3);
	}
	100% {
		background-color: rgba(105, 138, 95, 0.0);
	}
}
@-moz-keyframes pulse1 {
	0% {
		background-color: rgba(105, 138, 95, 0.0);
	}
	50% {
		background-color: rgba(105, 138, 95, 0.3);
	}
	100% {
		background-color: rgba(105, 138, 95, 0.0);
	}
}
@-webkit-keyframes "pulse1" {
	0% {
		background-color: rgba(105, 138, 95, 0.0);
	}
	50% {
		background-color: rgba(105, 138, 95, 0.3);
	}
	100% {
		background-color: rgba(105, 138, 95, 0.0);
	}
}
@-ms-keyframes "pulse1" {
	0% {
		background-color: rgba(105, 138, 95, 0.0);
	}
	50% {
		background-color: rgba(105, 138, 95, 0.3);
	}
	100% {
		background-color: rgba(105, 138, 95, 0.0);
	}
}
header .n nav {

	/*background: url('../img/h/nav_bg.png') repeat-x;*/
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-top: 3px solid #84ae78;
	box-shadow: 0 2px 3px 0 #111;
	position: absolute;
}
header .n nav a {
	display: block;
	float: left;
	padding: 2px 12px;
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	vertical-align: middle;
	transition: color 0.15s;
	-moz-transition: color 0.15s;
	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	background: url('../img/h/nav_bg.png') no-repeat;
}
header .n nav a.bgl {
	background-position: left top;
}
header .n nav a.bgr {
	background-position: right top;
	border-right: 0px solid transparent !important;
}
header .n nav a.bgc {
	background-position: center top;
}
header .n nav a.bga {
	background-image: url('../img/h/nav_bg_a.png') !important;
}
header .n nav a:hover {
	text-decoration: underline;
}
header .n nav.n_p_journalists {
	left: 260px;
}
header .n nav.n_p_btn {
	left: 440px;
}
header .n nav.n_p_talk {
}
header .n nav.n_p_photos {
}
header .s {
	background-repeat: no-repeat;
	background-image: url('../img/h/s_a.png');
	background-position: left top;
	width: 183px;
	height: 23px;
	margin-right: 18px;
	margin-top: 3px;
	float: right;
}
header .s input {
	border: none;
	background-color: #fff;
	color: #000;
	width: 134px;
	margin-top: 3px;
	margin-left: 13px;
	font-size: 12px;
	height: 15px;
	outline: none;
	float: left;
}
header .s button {
	background-image: url('../img/h/s_b.png');
	background-color: transparent;
	float: right;
	width: 23px;
	height: 23px;
	cursor: pointer;
	border: none;
}
header .s button span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
header .h .social {
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 39px 0 0;
	z-index: 1;
	right: 0;
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
}
header .h .social a {
	color: #000;
	text-decoration: none;
}
header .h .social a:hover {
	color: #69f;
}
header .h .social img {
	vertical-align: middle;
	margin: 0 3px;
}
header .h .social span {
	margin: 0 3px;
}
.hide {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
}
.hideo {
	position: absolute;
	top: -999em !important;
}
#section_wrapper {
	background-color: #242424;
	min-height: 605px;
}
.headtext {
	text-transform: uppercase;
	font-size: 100%;
	display: block;
	text-decoration: none;
	font-family: 'proxima-nova-n2', "proxima-nova", sans-serif;
	font-weight: 200;
}
.headtext strong {
	font-weight: 800;
	font-family: "proxima-nova-n8", "proxima-nova", sans-serif;
}
.tst {
	display: block;
}
.headtext h1, .headtext h2 {
	font-weight: inherit;
}
.strip {
	background-image: url('../img/strip/bg.png');
	padding: 4px 0;
	overflow: hidden;
	height: 115px;
}
.stripparent {
	position: relative;
}
.strip a {
	float: left;
	overflow: hidden;
	height: 107px;
	width: 159px;
	margin: 0 3px;
	color: #fff;
	text-decoration: none;
	position: relative;  /*background-image: url('../img/strip/bg_a.png');*/
}
.strip a h2 {
	padding: 0 2px;
}
.strip a .imgSlideDown {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.featurestrip {
	width: 990px;
	margin-left: 17px;
}
.featurestrip .striptitle {
	color: #eee;
	background: url('../img/strip/headbg.jpg') repeat #525150;
	padding: 3px 11px 0;
	position: relative;
	font-size: 150%;
	letter-spacing: 2px;
	border-top: 1px solid #746e67;
	border-left: 1px solid #746e67;
	border-right: 1px solid #3e3d38;
	border-bottom: 1px solid #3e3d38;
}
section .featurestory {
	position: relative;
	display: block;
	text-decoration: none;
}
section .headCat {
	background-image: url('../img/strip/bg.png');
	position: absolute;
	top: 80px;
	left: 18px;
	width: 1024px;
	display: block;
	font-size: 140%;
	text-transform: uppercase;
	line-height: 58px;
	padding: 0 10px;
	z-index: 2;
}
section .headCat a, section .headCat span {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 5px;
}
section .headCat strong {
	vertical-align: middle;
	color: #fff;
	opacity: 0.4;
}
section .story .sl {
	float: left;
	width: 480px;
}
section .story .sr {
	float: right;
	width: 439px;
}
section .story {
	padding-top: 23px;
	padding-left: 23px;
	padding-bottom: 23px;
	padding-right: 14px;
}
section .story .sl .st * {
	margin-bottom: 20px;
	font-size: 11pt;
	line-height: 1.3em;
	letter-spacing: 0.01em;
}
section .story .sl .st br, section article .sbody br {
	line-height: 0;
	margin: 10px 0 0;
}
section .story .sl .st ol, section article .sbody ol {
	margin-left: 40px;
	list-style-type: decimal;
}
section .story .sl .st ul, section article .sbody ul {
	margin-left: 40px;
	list-style-type: disc;
}
section .story .sl .pubDate, section .story .sl .author {
	display: block;
	margin: 7px 0;
}
#subscribeLink {
	margin-right: 17px;
}
.nosel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.move {
	left: -9999px !important;
	position: absolute !important;
}
section .story .sl .st strong {
	font-weight: 700;
	font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
}
#commentsDiv {
	margin-bottom: 20px;
}
#ontheweb {
	margin: 20px 0;
}
#MSUstandardFooter .fourMSUcolumns {
	float: left;
}
#MSUstandardFooter .twelveMSUcolumns {
	float: right;
	width: 785px;
}
@media (max-width:1024px) {
	section .headCat {
		width: 100%;
	}
	#MSUstandardFooter {
		max-width: 290px;
		position: relative;
		margin: 15px auto;
	}
	#MSUstandardFooter .fourMSUcolumns {
		margin: 20px 0 15px;
	}
	#MSUstandardFooter .twelveMSUcolumns {
		float: none;
		max-width: 290px;
		width: auto;
		line-height: 19px;
	}
	#standard-footer-site-links {
		text-align: center;
	}
	#MSUstandardFooter #standard-footer-site-links ul {
		float: none;
		padding: 0 0 10px;
	}
	#MSUstandardFooter #standard-footer-site-links ul li {
		font-size: 15px;
		margin-bottom: 10px;
		display: block;
	}
	#MSUstandardFooter.dark-background #standard-footer-site-links {
		padding-bottom: 14px;
	}
	#MSUstandardFooter.dark-background #standard-footer-site-links a {
		border: medium none transparent;
		padding: 0;
	}
	#MSUstandardFooter #standard-footer-MSU-info ul {
		height: auto;
	}
	#MSUstandardFooter #standard-footer-MSU-info {
		font-size: 13px;
		line-height: inherit;
		float: none;
	}
	#MSUstandardFooter #standard-footer-MSU-info ul li {
		border: medium none transparent;
		float: none;
		display: block;
		line-height: inherit;
		padding: 0;
	}
	#MSUstandardFooter #standard-footer-MSU-info ul:first-child li:first-child {
		float: left;
		margin-right: 4px;
	}
}