.box-sizing {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.top-20 {
	top:20px;
}

.bottom-negative-20 {
	bottom:-20px;
}

.flex-box {
	display:inline-block;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}

.flex-box-item {
	-ms-flex-grow:1;
	flex-grow:1;
}

.flex-box-column {
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}

.flex-box-column-item {
	-ms-flex:1 1 auto;
	flex:1 1 auto;
}

.flex-vertical-center {
	align-items:center;
	justify-content:center;
}

.flex-space-between {
	justify-content:space-between;
}

@media only screen and (max-width:75em) {
	.mq1200-flex-box {
		display:inline-block;
		display:flex;
	}

	.mq1200-flex-box-item {
		flex-grow:1;
	}
}

@media only screen and (max-width:54.688em) {
	.mq875-flex-box {
		display:inline-block;
		display:flex;
	}

	.mq875-flex-box-item {
		flex-grow:1;
	}

	.mq875-kill-flex-space-between {
		justify-content:flex-start;
	}
}

@media only screen and (max-width:40em) {
	.mq640-flex-box {
		display:inline-block;
		display:flex;
	}

	.mq640-flex-box-item {
		flex-grow:1;
	}
}

@media only screen and (max-width:30em) {
	.mq480-flex-box {
		display:inline-block;
		display:flex;
	}

	.mq480-flex-box-item {
		flex-grow:1;
	}
}

.grid,.grid-ng {
	float:left;
	padding-left:0!important;
	padding-right:0!important;
}

.grid-inline-wrapper {
	width:100%;
	margin:0;
	padding:0;
	letter-spacing:-.31em;
}

.grid-inline,.grid-inline-ng {
	display:inline-block;
	letter-spacing:.01em;
	vertical-align:top;
	padding-left:0!important;
	padding-right:0!important;
}

.container {
	max-width:none;
	margin:0;
	padding:0;
}

.pin-right {
	float:right;
}

.pin-left {
	float:left;
}

.clear-float {
	float:none;
}

.opacity0 {
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.opacity50 {
	opacity:.5;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter:alpha(opacity=50);
}

.opacity100 {
	opacity:1;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter:alpha(opacity=100);
}

.position-absolute {
	position:absolute;
}

.position-relative {
	position:relative;
}

.position-top {
	top:0;
}

.position-left {
	left:0;
}

.position-bottom {
	bottom:0;
}

.position-right {
	right:0;
}

.position-negative-right {
	right:100%;
}

.block {
	display:block;
}

.inline-block {
	display:inline-block;
}

.inline {
	display:inline;
}

.cover {
	width:100%;
	height:100%;
	margin:0!important;
	padding:0!important;
}

.max-width {
	max-width:100%;
}

.full-width {
	width:100%;
}

.inline-group {
	font-size:0;
}

.inline-group-item {
	display:inline-block;
	vertical-align:bottom;
}

.inline-group-middle {
	vertical-align:middle;
}

.inline-group-top {
	vertical-align:top;
}

.parent-10 {
	z-index:10;
}

.parent-9 {
	z-index:9;
}

.parent-8 {
	z-index:8;
}

.parent-7 {
	z-index:7;
}

.parent-6 {
	z-index:6;
}

.parent-5 {
	z-index:5;
}

.parent-4 {
	z-index:4;
}

.parent-3 {
	z-index:3;
}

.parent-2 {
	z-index:2;
}

.parent-1 {
	z-index:1;
}

.cleared {
	zoom:1;
}

.cleared:before,.cleared:after {
	content:' ';
	display:table;
}

.cleared:after {
	clear:both;
}

.clear {
	clear:both;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

.hide,.grade-a-hide,.js .js-hide,.svg .js-svg-hide {
	display:none;
	visibility:hidden;
}

.show,.js .js-show {
	display:block;
	visibility:visible;
}

.show-inline,.js .js-show-inline {
	display:inline;
	visibility:visible;
}

.visually-hidden,.js .js-visually-hidden {
	width:1px;
	height:1px;
	position:absolute!important;
	clip:rect(1px,1px,1px,1px);
}

.invisible {
	visibility:hidden;
}

.hide-text,.js .js-hide-text {
	display:block;
	text-indent:-9999em;
	direction:ltr;
	overflow:hidden;
}

.hide-overflow {
	overflow:hidden;
}

.text-left {
	text-align:left;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

.upper {
	text-transform:uppercase;
}

.lower {
	text-transform:lowercase;
}

.capitalize {
	text-transform:capitalize;
}

.underline {
	text-decoration:underline;
}

.double-underline {
	text-decoration:underline;
	border-bottom:1px solid;
}

.monospace {
	font-family:monospace;
}

.nowrap {
	white-space:nowrap;
}

.prewrap {
	word-wrap:break-word;
	white-space:pre-wrap;
}

.overflow-ellipsis {
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.unstyled {
	font-weight:400;
	font-style:normal;
}

.small-caps {
	font-size:.8em;
	text-transform:uppercase;
}

.alert-wrapper {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	-webkit-transition:opacity .5s ease-out,bottom .5s ease-out;
	-moz-transition:opacity .5s ease-out,bottom .5s ease-out;
	transition:opacity .5s ease-out,bottom .5s ease-out;
}

.alert-suppressed {
	bottom:-100px;
	opacity:0;
}

.alert {
	position:relative;
	background-color:#999;
	border:1px solid #666;
}

.alert-icon {
	background-size:16px auto;
	background-position:top left;
}

.alert-close-button,.alert-close-button:hover {
	position:absolute;
	top:0;
	right:0;
	width:12px;
	height:12px;
	border:none;
	background-color:transparent;
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%3E%3Cpath%20fill%3D'%23069'%20d%3D'M1.8%2012L.1%2010.3%2010.3%200%2012%201.7%201.8%2012zm10.1-1.7L10.2%2012%200%201.7%201.7%200l10.2%2010.3z'%2F%3E%3C%2Fsvg%3E),none;
}

.alert-type-success {
	background-color:#e0f1d9;
	border-color:#090;
}

.alert-icon-success {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'102.4%200%2016%2016'%20enable-background%3D'new%20102.4%200%2016%2016'%3E%3Cpath%20fill%3D'%23090'%20d%3D'M107.5%2011.15c.65-1.3%201.2-2.5%201.85-3.65.55-1%201.3-2.25%202.15-3.35.85-1.2%201.5-2.05%202.05-2.6.55-.55.95-.95%201.2-1%20.25-.05.65-.3%201.3-.35.55-.1%201-.2%201.4-.2.3%200%20.45.1.55.2.2.2.3.35.3.55s0%20.35-.1.45c-.1.1-.3.35-.55.55-1.3%201.2-2.7%203-4.2%205.2-1.4%202.25-2.6%204.45-3.45%206.5-.35.85-.55%201.4-.75%201.6-.1.45-.3.65-.55.75-.3.2-.75.2-1.5.2-.55%200-.85%200-1-.1-.2-.1-.35-.2-.45-.3-.1-.2-.35-.45-.65-.95-.45-.75-1.1-1.5-1.85-2.35-.45-.55-.75-.95-.75-1.3%200-.45.3-.85.75-1.3.55-.35%201-.55%201.4-.55.45%200%20.95.2%201.4.45.55.45%201%20.9%201.45%201.55z'%2F%3E%3C%2Fsvg%3E),none;
}

.alert-type-info {
	background-color:#daedf8;
	border-color:#215f90;
}

.alert-icon-info {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'125%2025%2016%2016'%20enable-background%3D'new%20125%2025%2016%2016'%3E%3Cpath%20fill%3D'%23215F90'%20d%3D'M133%2025c-4.374%200-8%203.626-8%208s3.626%208%208%208%208-3.626%208-8-3.626-8-8-8zm1.173%2012.48c0%20.107%200%20.32-.32.32h-1.707c-.213%200-.32-.106-.32-.32v-5.76c0-.213.106-.32.32-.32h1.707c.213%200%20.32.213.32.32v5.76zM133%2030.333c-1.067%200-1.173-.534-1.173-1.067%200-.64.213-1.066%201.173-1.066s1.173.426%201.173%201.066c0%20.534-.106%201.067-1.173%201.067z'%2F%3E%3C%2Fsvg%3E),none;
}

.alert-type-warning {
	background-color:#fcf1ba;
	border-color:#ab5306;
}

.alert-icon-warning {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'109.508%2034.751%2016%2016'%20enable-background%3D'new%20109.508%2034.751%2016%2016'%3E%3Cpath%20fill%3D'%23AB5306'%20d%3D'M125.382%2048.933l-7.35-12.914c-.314-.526-.734-.526-1.05%200l-7.35%2012.913c-.314.525%200%20.945.526.945h14.7c.524%200%20.84-.42.524-.945zm-8.61-9.555h1.47c.21%200%20.316.105.316.315l-.21%205.774c0%20.21-.105.315-.315.315h-1.05c-.21%200-.315-.105-.315-.315l-.21-5.774c0-.21.104-.315.315-.315zm.736%209.45c-1.05%200-1.155-.525-1.155-1.05%200-.63.21-1.05%201.155-1.05.945%200%201.155.42%201.155%201.05%200%20.525-.21%201.05-1.155%201.05z'%2F%3E%3C%2Fsvg%3E),none;
}

.alert-type-error {
	background-color:#fcecec;
	border-color:#930721;
}

.alert-icon-error {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'109.508%2034.751%2016%2016'%20enable-background%3D'new%20109.508%2034.751%2016%2016'%3E%3Cpath%20fill%3D'%23930721'%20d%3D'M125.382%2048.933l-7.35-12.914c-.314-.526-.734-.526-1.05%200l-7.35%2012.913c-.314.525%200%20.945.526.945h14.7c.524%200%20.84-.42.524-.945zm-8.61-9.555h1.47c.21%200%20.316.105.316.315l-.21%205.774c0%20.21-.105.315-.315.315h-1.05c-.21%200-.315-.105-.315-.315l-.21-5.774c0-.21.104-.315.315-.315zm.736%209.45c-1.05%200-1.155-.525-1.155-1.05%200-.63.21-1.05%201.155-1.05.945%200%201.155.42%201.155%201.05%200%20.525-.21%201.05-1.155%201.05z'%2F%3E%3C%2Fsvg%3E),none;
}

.search-btn {
	width:4rem;
	min-width:40px;
	height:4rem;
	min-height:40px;
	font-size:1.2rem;
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.6%201.3c2.3%200%204.2%201.9%204.2%204.2s-1.9%204.2-4.2%204.2-4.2-2-4.2-4.3%201.9-4.1%204.2-4.1m0-1.3c-3%200-5.4%202.4-5.4%205.4s2.4%205.4%205.4%205.4%205.4-2.4%205.4-5.4-2.4-5.4-5.4-5.4zm-3.5%2011.1l-4.9%204.9-2.2-2.2%204.9-4.8%202.2%202.1z%22%2F%3E%3C%2Fsvg%3E),none;
	background-size:40% auto;
	background-color:#069;
	border:1px solid #069;
	color:transparent;
}

.search-btn:hover,.search-btn:focus {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23069%22%20d%3D%22M10.6%201.3c2.3%200%204.2%201.9%204.2%204.2s-1.9%204.2-4.2%204.2-4.2-2-4.2-4.3%201.9-4.1%204.2-4.1m0-1.3c-3%200-5.4%202.4-5.4%205.4s2.4%205.4%205.4%205.4%205.4-2.4%205.4-5.4-2.4-5.4-5.4-5.4zm-3.5%2011.1l-4.9%204.9-2.2-2.2%204.9-4.8%202.2%202.1z%22%2F%3E%3C%2Fsvg%3E),none;
	background-color:#fff;
}

.search-input-box {
	margin-bottom:.4rem;
}

.search-input-field input,.search-input-field input[type=search] {
	border:1px solid transparent;
	outline:0;
	padding:0;
	width:100%;
	background:none;
	font-size:2.8rem;
	line-height:1.25;
}

.search-input-btn {
	top:0;
	left:0;
	width:4rem;
	min-width:40px;
	height:4rem;
	min-height:40px;
	padding-right:1rem;
	padding-bottom:1px;
	background:#fff;
}

.search-input-layout {
	margin-left:-11rem;
}

.search-input-field {
	margin-left:11rem;
}

.search-input-suffix {
	width:6rem;
	min-width:60px;
}

.search-input-suffix-inner {
	padding:.5rem 1px .5rem 5px;
	border-left:1px solid #069;
}

.search-input-suffix select {
	width:100%;
}

.extend-suffix .search-input-layout {
	margin-right:-17rem;
}

.extend-suffix .search-input-field {
	margin-right:17rem;
}

.extend-suffix .search-input-suffix {
	width:12rem;
	min-width:120px;
}

@media only screen and (max-width:40em) {
	.search-input-layout,.extend-suffix .search-input-layout {
		margin-right:0;
	}

	.search-input-field,.extend-suffix .search-input-field {
		margin-right:0;
		margin-left:0;
	}

	.search-input-suffix,.extend-suffix .search-input-suffix {
		position:absolute;
		right:0;
		top:5rem;
	}

	.search-input-suffix-inner {
		border:0;
	}

	.search-input-field input,.search-input-field input[type=search] {
		font-size:2rem;
		line-height:1.75;
	}
}

.ie9 .search-btn {
	background-size:16px auto;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.search-btn {
		background-size:16px auto;
	}
}

.search-input-field input::-webkit-input-placeholder {
	color:#999;
}

.search-input-field input:-moz-placeholder {
	color:#999;
	opacity:1;
}

.search-input-field input::-moz-placeholder {
	color:#999;
	opacity:1;
}

.search-input-field input:-ms-input-placeholder {
	color:#999;
}

html {
	height:100%;
	overflow-y:scroll;
	font-size:62.5%;
}

body {
	min-height:100%;
	font-family:Source Sans Pro,arial,helvetica,sans-serif;
	line-height:1.76;
	color:#222;
	background:#eee;
	font-size:1.7em;
	letter-spacing:.01em;
}

figure {
	margin:0;
}

body,div,dl,dt,dd,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,small {
	margin:0;
	padding:0;
}

abbr[title] {
	text-decoration:none;
}

.content {
	max-width:1000px;
	margin:0 auto;
}

.article-page {
	background:#fff;
}

.main-column {
	width:60.2%;
	margin-right:8.6%;
}

.reading-companion {
	width:31.2%;
}

@media only screen and (max-width:40em) {
	.main-column {
		width:100%;
		margin-right:0;
	}

	.reading-companion {
		display:none;
	}
}

.z-index-100 {
	z-index:100;
}

.z-index-50 {
	z-index:50;
}

.z-index-2 {
	z-index:2;
}

.z-index-1 {
	z-index:1;
}

.top-20 {
	top:20px;
}

.top-negative-20 {
	top:-20px;
}

.bottom-negative-20 {
	bottom:-20px;
}

.max-width-160 {
	max-width:160px;
}

.min-width-0 {
	min-width:0;
}

.min-width-0 {
	min-width:0;
}

@media only screen and (min-width:75.06em) {
	.full-size-width-160 {
		width:160px;
	}
}

@media only screen and (max-width:30em) {
	.mq480-max-width-100 {
		max-width:100px;
	}
}

.separator {
	margin-top:0;
	position:relative;
	border:none;
	border-top:1px solid #999;
}

.separator-light {
	border-color:#eee;
}

.composite-layer {
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform:translateZ(0);
}

@media only screen and (max-width:75em) {
	.mq1200-kill-flex {
		display:block;
	}
}

@media only screen and (max-width:54.688em) {
	.mq875-kill-flex {
		display:block;
	}
}

@media only screen and (max-width:40em) {
	.mq640-kill-flex {
		display:block;
	}
}

@media only screen and (max-width:30em) {
	.mq480-kill-flex {
		display:block;
	}
}

.grid-inline,.grid {
	margin-left:3.2%;/**/
}

.last {
	margin-left:0;/**/
}

.grid-1 {
	width:5.4%;
}

.grid-2 {
	width:14%;
}

.grid-3 {
	width:22.6%;
}

.grid-4 {
	width:31.2%;
}

.grid-5 {
	width:39.8%;
}

.grid-6 {
	width:48.4%;
}

.grid-7 {
	width:57%;
}

.grid-8 {
	width:65.6%;
}

.grid-9 {
	width:74.2%;
}

.grid-10 {
	width:82.8%;
}

.grid-11 {
	width:91.4%;
}

.grid-12 {
	width:100%;
}

.grid-left-1 {
	margin-left:8.6%;
}

.grid-right-1 {
	margin-right:8.6%;
}

.grid-left-2 {
	margin-left:17.2%;
}

.grid-right-2 {
	margin-right:17.2%;
}

.grid-left-3 {
	margin-left:25.8%;
}

.grid-right-3 {
	margin-right:25.8%;
}

.grid-left-4 {
	margin-left:34.4%;
}

.grid-right-4 {
	margin-right:34.4%;
}

.grid-left-5 {
	margin-left:43%;
}

.grid-right-5 {
	margin-right:43%;
}

.grid-left-6 {
	margin-left:51.6%;
}

.grid-right-6 {
	margin-right:51.6%;
}

.grid-left-7 {
	margin-left:60.2%;
}

.grid-right-7 {
	margin-right:60.2%;
}

.grid-left-8 {
	margin-left:68.8%;
}

.grid-right-8 {
	margin-right:68.8%;
}

.grid-left-9 {
	margin-left:77.4%;
}

.grid-right-9 {
	margin-right:77.4%;
}

.grid-left-10 {
	margin-left:86%;
}

.grid-right-10 {
	margin-right:86%;
}

.grid-left-11 {
	margin-left:94.6%;
}

.grid-right-11 {
	margin-right:94.6%;
}

.grid-1of4 {
	width:25%;
}

.grid-1of3 {
	width:33.3334%;
	width:calc(100%/3);
}

.grid-1of2 {
	width:50%;
}

.grid-3of4 {
	width:75%;
}

.grid-1of5 {
	width:20%;
}

.grid-2of5 {
	width:40%;
}

.grid-3of5 {
	width:60%;
}

.grid-4of5 {
	width:80%;
}

.grid-split-margin-left {
	margin-left:1.6%;
	padding-left:1.6%!important;
}

.grid-split-margin-right {
	margin-right:1.6%;
	padding-right:1.6%!important;
}

p,ul,ol {
	margin-top:0;
	margin-bottom:28px;
}

.standard-space-below {
	margin-bottom:28px;
}

.small-space-below {
	margin-bottom:14px;
}

.tiny-space-below {
	margin-bottom:7px;
}

.standard-space-above {
	margin-top:28px;
}

.small-space-above {
	margin-top:14px;
}

.tiny-space-above {
	margin-top:7px;
}

.standard-space-around {
	margin:28px;
}

.suppress-bottom-margin>* {
	margin-bottom:0;
}

.add-top-margin>*+* {
	margin-top:28px;
}

.add-top-margin-small>*+* {
	margin-top:14px;
}

.h4 {
	color:#666;
	font-family:Source Sans Pro,arial,helvetica,sans-serif;
	font-weight:700;
	text-transform:uppercase;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

h5,.h5 {
	font-size:1.2rem;
}

h1,.h1,h2,.h2,h3,.h3,h5,.h5 {
	font-family:Lora,Palatino,Times,Times New Roman,serif;
	font-weight:400;
}

.serif {
	font-family:Lora,Palatino,Times,Times New Roman,serif;
}

.wf-loading h1,.wf-loading .h1,.wf-loading h2,.wf-loading .h2,.wf-loading h3,.wf-loading .h3,.wf-loading h5,.wf-loading .h5,.wf-loading .serif {
	font-family:Palatino,Times,Times New Roman,serif;
}

.wf-active .serif,.wf-active h1,.wf-active .h1,.wf-active h2,.wf-active .h2,.wf-active h3,.wf-active .h3,.wf-active h5,.wf-active .h5 {
	font-family:Lora,Palatino,Times,Times New Roman,serif;
}

.sans-serif,.wf-active .sans-serif,.wf-active .h4 {
	font-family:Source Sans Pro,arial,helvetica,sans-serif;
}

.sans-ultra-light,.wf-active .sans-ultra-light {
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	color:#666;
	font-weight:100;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.strong {
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.emphasis {
	font-style:italic;
}

.contrast-text,.contrast-text a {
	color:#fff;
}

.text-blue {
	color:#069;
}

.text-gray {
	color:#222;
}

.text-gray-light {
	color:#666;
}

.highlight {
	background-color:#ff9;
}

.equalize-line-height {
	line-height:1em;
}

.extra-tight-line-height {
	line-height:1.3;
}

.tighten-line-height {
	line-height:1.4;
}

.doctype-line-height {
	line-height:24px;
}

.text11 {
	font-size:1.1rem;
}

.text13 {
	font-size:1.3rem;
}

.text14 {
	font-size:1.4rem;
}

.text17 {
	font-size:1.7rem;
}

.text18 {
	font-size:1.8rem;
}

.text24 {
	font-size:2.4rem;
}

.text30 {
	font-size:3rem;
}

.text48 {
	font-size:4.8rem;
}

.v-middle {
	vertical-align:middle;
}

.v-top {
	vertical-align:top;
}

@font-face {
	font-family:npg-stix-regular;
	src:url(fonts/npg-stix-regular.eot);
	src:url(fonts/npg-stix-regular.eot?#iefix) format("embedded-opentype)","url(fonts/npg-stix-regular.woff") format("woff)","url(fonts/npg-stix-regular.ttf") format("truetype)","url(fonts/npg-stix-regular.36eda556.svg#npg-stix-regular") format("svg");
}

.stix {
	font-family:npg-stix-regular;
}

fieldset {
	border:0;
}

.txt,input[type=search].txt {
	border:1px solid #999;
	background:#fff;
	color:#222;
	padding:10px;
	line-height:1.25;
	box-sizing:border-box;
	-webkit-transition:background-color .3s ease-in;
	-moz-transition:background-color .3s ease-in;
	transition:background-color .3s ease-in;
}

input[type=search].txt {
	outline-offset:-2px;
}

.txt:focus,input[type=search].txt:focus {
	outline:1px solid #dadada;
}

.txt:disabled {
	background:#eee;
}

.input-placeholder {
	color:#aaa;
}

.error-message {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'18'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23930721'%20d%3D'M15.5%2014.1l-7-12.3c-.3-.5-.7-.5-1%200l-7%2012.3c-.3.5%200%20.9.5.9h14c.5%200%20.8-.4.5-.9zM7.3%205h1.4c.2%200%20.3.1.3.3l-.2%205.5c0%20.2-.1.3-.3.3h-1c-.2%200-.3-.1-.3-.3L7%205.3c0-.2.1-.3.3-.3zm.7%209c-1%200-1.1-.5-1.1-1%200-.6.2-1%201.1-1%20.9%200%201.1.4%201.1%201%200%20.5-.2%201-1.1%201z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:18px 16px;
	background-position:0 50%;
	background-repeat:no-repeat;
	color:#b12206;
	display:block;
	font-size:1.3rem;
	padding-left:25px;
	margin-top:10px;
}

.error-message a {
	color:inherit;
	text-decoration:underline;
}

.medium-textarea {
	height:200px;
}

.resize-both {
	resize:both;
}

.resize-none {
	resize:none;
}

.resize-vertical {
	resize:vertical;
}

.required-field {
	color:#b12206;
	padding-right:4px;
}

input+label {
	padding-left:.5em;
}

.password-toggle-suffix {
	border-left:1px solid #069;
	font-size:1.3rem;
	min-width:2.965em;
	padding:0 .5em;
	position:absolute;
	right:0;
	top:12px;
}

.txt.error,.validate-error {
	border:1px solid #b12206;
}

.validate-message {
	color:#b12206;
}

.card {
	background-color:#fff;
	padding:30px 20px 40px;
}

.lightbox {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter:alpha(opacity=0);
	-webkit-transition:opacity .5s ease-out;
	-moz-transition:opacity .5s ease-out;
	transition:opacity .5s ease-out;
}

.lightbox-active {
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter:alpha(opacity=50);
	opacity:.5;
}

.js .js-expandable-box {
	-webkit-transition:height .5s ease;
	-moz-transition:height .5s ease;
	transition:height .5s ease;
}

.js .expandable-handle {
	position:relative;
	margin-top:-56px;
}

.js-expanded>.expandable-handle {
	margin-top:0;
}

.js-expanded>.expandable-handle .expandable-fade {
	display:none;
}

.js .expandable-fade {
	height:56px;
	background:transparent;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.38)),color-stop(50%,rgba(255,255,255,.75)),color-stop(75%,rgba(255,255,255,.85)),color-stop(100%,#fff));
	background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.38) 25%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.85) 75%,#fff 100%);
	background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.38) 25%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.85) 75%,#fff 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.38) 25%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.85) 75%,#fff 100%);
}

.or {
	margin:40px 0;
	position:relative;
	border:none;
	border-top:1px solid #069;
}

.or:after {
	content:'or';
	display:block;
	position:absolute;
	left:50%;
	top:-.9em;
	width:40px;
	margin-left:-20px;
	text-align:center;
	color:#666;
	background:#dae5ea;
}

.popup {
	position:absolute;
	min-width:300px;
	max-width:650px;
}

.popup-arrow {
	width:30px;
	height:20px;
	position:absolute;
}

.popup-arrow-above {
	bottom:-20px;
	background:url(/static/images/popup-down-arrow.efb2b323.png) no-repeat 0 0;
}

.popup-arrow-below {
	top:-20px;
	background:url(/static/images/popup-up-arrow.f3c12a05.gif) no-repeat 0 0;
}

.popup-close {
	position:absolute;
	top:20px;
	right:13px;
	height:14px;
}

.readcube-popover {
	max-width:500px;
}

.readcube-popover li a {
	min-width:210px;
}

.readcube-popover li a:hover {
	background-color:#dbeff8;
}

.shadow {
	border:1px solid #eee;
	-webkit-box-shadow:rgba(0,0,0,.5) 5px 5px 10px;
	-moz-box-shadow:rgba(0,0,0,.5) 5px 5px 10px;
	box-shadow:rgba(0,0,0,.5) 5px 5px 10px;
}

.js .tools-popup {
	width:275px;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}

.tools-shadow {
	-webkit-box-shadow:2px 2px 1px rgba(0,0,0,.3);
	-moz-box-shadow:2px 2px 1px rgba(0,0,0,.3);
	box-shadow:2px 2px 1px rgba(0,0,0,.3);
}

.border-white {
	border-style:solid;
	border-width:0;
	border-color:#fff;
	border-color:rgba(255,255,255,.75);
}

.border-gray {
	border-style:solid;
	border-width:0;
	border-color:#999;
}

.border-gray-medium {
	border-style:solid;
	border-width:0;
	border-color:#dadada;
}

.border-gray-light {
	border-style:solid;
	border-width:0;
	border-color:#eee;
}

.border-steelblue {
	border-style:solid;
	border-width:0;
	border-color:#bcd2dc;
}

.border-steelblue-light {
	border-style:solid;
	border-width:0;
	border-color:#dae5ea;
}

.border-linkblue {
	border-style:solid;
	border-width:0;
	border-color:#069;
}

.border-all-1 {
	border-width:1px;
}

.border-all-2 {
	border-width:2px;
}

.border-all-5 {
	border-width:5px;
}

.border-top-1 {
	border-top-width:1px;
}

.border-top-2 {
	border-top-width:2px;
}

.border-top-5 {
	border-top-width:5px;
}

.border-right-1 {
	border-right-width:1px;
}

.border-right-2 {
	border-right-width:2px;
}

.border-right-5 {
	border-right-width:5px;
}

.border-bottom-1 {
	border-bottom-width:1px;
}

.border-bottom-2 {
	border-bottom-width:2px;
}

.border-bottom-5 {
	border-bottom-width:5px;
}

.border-left-1 {
	border-left-width:1px;
}

.border-left-2 {
	border-left-width:2px;
}

.border-left-5 {
	border-left-width:5px;
}

.kill-border {
	border-width:0;
}

.kill-top-border:first-child {
	border:0;
}

.stubby-border {
	position:relative;
}

.stubby-border:before,.stubby-border:after {
	content:'';
	height:7px;
	border-left:5px solid #fff;
	position:absolute;
	margin-left:-5px;
	left:0;
}

.stubby-border:before {
	top:0;
}

.stubby-border:after {
	bottom:0;
}

.pseudo-border-right {
	position:relative;
}

.pseudo-border-right:after {
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	background:#999;
	top:0;
	right:0;
}

.background-white {
	background-color:#fff;
}

.background-black {
	background-color:#000;
}

.background-offwhite {
	background:#f4f3e1;
}

.background-gray {
	background-color:#999;
}

.background-gray-dark {
	background-color:#333;
}

.background-gray-medium {
	background-color:#dadada;
}

.background-gray-light {
	background-color:#eee;
}

.background-steelblue {
	background-color:#bcd2dc;
}

.background-steelblue-light {
	background-color:#dae5ea;
}

.background-linkblue {
	background-color:#069;
}

.background-bluegray {
	background-color:#5a5a62;
}

.background-bluegray-translucent {
	background-color:#5a5a62;
	background-color:rgba(90,90,98,.8);
}

.background-cornsilk {
	background-color:#dae5ea;
}

.background-beige {
	background-color:#f4f3e1;
}

.background-gray-dark-translucent {
	background-color:#333;
	background-color:rgba(0,0,0,.7);
}

.bg-canvas {
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}

.bg-scale-6 {
	-moz-transform:scale(6,6);
	-ms-transform:scale(6,6);
	-o-transform:scale(6,6);
	-webkit-transform:scale(6,6);
	transform:scale(6,6);
}

.fake-bg-canvas {
	width:100%;
	height:auto;
	position:absolute;
	left:-50px;
	top:-400px;
	-ms-filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=50),progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=50),progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

[data-hellip] {
	max-height:12.5rem;
	overflow:hidden;
}

@media only screen and (max-width:54.688em) {
	[data-hellip] {
		max-height:15rem;
		overflow:hidden;
	}
}

.ma0 {
	margin:0;
}

.ma1 {
	margin:1px;
}

.ma2 {
	margin:2px;
}

.ma4 {
	margin:4px;
}

.ma6 {
	margin:6px;
}

.ma10 {
	margin:10px;
}

.ma15 {
	margin:15px;
}

.ma20 {
	margin:20px;
}

.ma30 {
	margin:30px;
}

.ma40 {
	margin:40px;
}

.ma50 {
	margin:50px;
}

.ma70 {
	margin:70px;
}

.mt0 {
	margin-top:0;
}

.mt1 {
	margin-top:1px;
}

.mt2 {
	margin-top:2px;
}

.mt4 {
	margin-top:4px;
}

.mt6 {
	margin-top:6px;
}

.mt10 {
	margin-top:10px;
}

.mt15 {
	margin-top:15px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:50px;
}

.mt70 {
	margin-top:70px;
}

.mr0 {
	margin-right:0;
}

.mr1 {
	margin-right:1px;
}

.mr2 {
	margin-right:2px;
}

.mr4 {
	margin-right:4px;
}

.mr6 {
	margin-right:6px;
}

.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mr20 {
	margin-right:20px;
}

.mr30 {
	margin-right:30px;
}

.mr40 {
	margin-right:40px;
}

.mr50 {
	margin-right:50px;
}

.mr70 {
	margin-right:70px;
}

.mb0 {
	margin-bottom:0;
}

.mb1 {
	margin-bottom:1px;
}

.mb2 {
	margin-bottom:2px;
}

.mb4 {
	margin-bottom:4px;
}

.mb6 {
	margin-bottom:6px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}

.mb70 {
	margin-bottom:70px;
}

.mb120 {
	margin-bottom:120px;
}

.ml0 {
	margin-left:0;
}

.ml1 {
	margin-left:1px;
}

.ml2 {
	margin-left:2px;
}

.ml4 {
	margin-left:4px;
}

.ml6 {
	margin-left:6px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}

.ml20 {
	margin-left:20px;
}

.ml30 {
	margin-left:30px;
}

.ml40 {
	margin-left:40px;
}

.ml70 {
	margin-left:70px;
}

.mli {
	margin-left:.5em;
}

.mri {
	margin-right:.5em;
}

.mt-grid-match {
	margin-top:3.2%;
}

.mr-grid-match {
	margin-right:3.2%;
}

.mb-grid-match {
	margin-bottom:3.2%;
}

.ml-grid-match {
	margin-left:3.2%;
}

.ma-grid-match {
	margin:3.2%;
}

.mt-negative-20 {
	margin-top:-20px;
}

.mt-negative-30 {
	margin-top:-30px;
}

.pa0 {
	padding:0;
}

.pa1 {
	padding:1px;
}

.pa2 {
	padding:2px;
}

.pa4 {
	padding:4px;
}

.pa6 {
	padding:6px;
}

.pa10 {
	padding:10px;
}

.pa15 {
	padding:15px;
}

.pa20 {
	padding:20px;
}

.pa30 {
	padding:30px;
}

.pa40 {
	padding:40px;
}

.pa70 {
	padding:70px;
}

.pt0 {
	padding-top:0;
}

.pt1 {
	padding-top:1px;
}

.pt2 {
	padding-top:2px;
}

.pt4 {
	padding-top:4px;
}

.pt6 {
	padding-top:6px;
}

.pt10 {
	padding-top:10px;
}

.pt15 {
	padding-top:15px;
}

.pt20 {
	padding-top:20px;
}

.pt30 {
	padding-top:30px;
}

.pt40 {
	padding-top:40px;
}

.pt70 {
	padding-top:70px;
}

.pr0 {
	padding-right:0;
}

.pr1 {
	padding-right:1px;
}

.pr2 {
	padding-right:2px;
}

.pr4 {
	padding-right:4px;
}

.pr6 {
	padding-right:6px;
}

.pr10 {
	padding-right:10px;
}

.pr15 {
	padding-right:15px;
}

.pr20 {
	padding-right:20px;
}

.pr30 {
	padding-right:30px;
}

.pr40 {
	padding-right:40px;
}

.pr70 {
	padding-right:70px;
}

.pb0 {
	padding-bottom:0;
}

.pb1 {
	padding-bottom:1px;
}

.pb2 {
	padding-bottom:2px;
}

.pb4 {
	padding-bottom:4px;
}

.pb6 {
	padding-bottom:6px;
}

.pb10 {
	padding-bottom:10px;
}

.pb15 {
	padding-bottom:15px;
}

.pb20 {
	padding-bottom:20px;
}

.pb30 {
	padding-bottom:30px;
}

.pb40 {
	padding-bottom:40px;
}

.pb70 {
	padding-bottom:70px;
}

.pl0 {
	padding-left:0;
}

.pl1 {
	padding-left:1px;
}

.pl2 {
	padding-left:2px;
}

.pl4 {
	padding-left:4px;
}

.pl6 {
	padding-left:6px;
}

.pl10 {
	padding-left:10px;
}

.pl15 {
	padding-left:15px;
}

.pl20 {
	padding-left:20px;
}

.pl30 {
	padding-left:30px;
}

.pl40 {
	padding-left:40px;
}

.pl70 {
	padding-left:70px;
}

@media only screen and (max-width:75em) {
	.mq1200-padded {
		padding-left:20px;
		padding-right:20px;
	}
}

@media only screen and (max-width:75em) {
	.mq1200-pl0 {
		padding-left:0;
	}

	.mq1200-pl20 {
		padding-left:20px;
	}
}

@media only screen and (max-width:54.688em) {
	.mq875-ml0 {
		margin-left:0;
	}

	.mq875-mb20 {
		margin-bottom:20px;
	}

	.mq875-mt30 {
		margin-top:30px;
	}

	.mq875-pa0 {
		padding:0;
	}

	.mq875-pl0 {
		padding-left:0;
	}

	.mq875-pl20 {
		padding-left:20px;
	}

	.mq875-pr20 {
		padding-right:20px;
	}
}

@media only screen and (max-width:40em) {
	.mq640-pa4 {
		padding:4px;
	}

	.mq640-pt10 {
		padding-top:10px;
	}

	.mq640-pb10 {
		padding-bottom:10px;
	}

	.mq640-pt20 {
		padding-top:20px;
	}

	.mq640-pl20 {
		padding-left:20px;
	}

	.mq640-pl0 {
		padding-left:0;
	}

	.mq640-pr5 {
		padding-right:5px;
	}

	.mq640-pr20 {
		padding-right:20px;
	}

	.mq640-pb30 {
		padding-bottom:30px;
	}

	.mq640-mt0 {
		margin-top:0;
	}

	.mq640-ml0 {
		margin-left:0;
	}

	.mq640-mb0 {
		margin-bottom:0;
	}

	.mq640-mb5 {
		margin-bottom:5px;
	}

	.mq640-mt20 {
		margin-top:20px;
	}

	.mq640-mb20 {
		margin-bottom:20px;
	}

	.mq640-mb30 {
		margin-bottom:30px;
	}
}

@media only screen and (max-width:30em) {
	.mq480-ml0 {
		margin-left:0;/**/
	}

	.mq480-mb10 {
		margin-bottom:10px;
	}

	.mq480-pt10 {
		padding-top:10px;
	}
}

.table {
	display:table;
}

.table-row {
	display:table-row;
}

.table-cell {
	display:table-cell;
}

@media only screen and (max-width:75em) {
	.mq1200-block {
		display:block;
	}
}

@media only screen and (max-width:54.688em) {
	.mq875-block {
		display:block;
	}
}

@media only screen and (max-width:40em) {
	.mq640-block {
		display:block;
	}
}

@media only screen and (max-width:30em) {
	.mq480-block {
		display:block;
	}
}

.js .js-author-etal {
	display:none;
	visibility:hidden;
}

.js .js-authors-expanded .js-author-etal {
	display:inline;
	visibility:visible;
}

@media only screen and (max-width:75em) {
	.mq1200-hide,.js .js-mq1200-hide {
		display:none;
		visibility:hidden;
	}

	.mq1200-show,.js .js-mq1200-show {
		display:block;
		visibility:visible;
	}

	.mq1200-show-inline,.js .js-mq1200-show-inline {
		display:inline;
		visibility:visible;
	}

	.mq1200-visually-show {
		clip:auto;
		height:auto;
		position:static!important;
		width:auto;
	}
}

@media only screen and (max-width:54.688em) {
	.mq875-hide,.js .js-mq875-hide {
		display:none;
		visibility:hidden;
	}

	.mq875-show,.js .js-mq875-show {
		display:block;
		visibility:visible;
	}

	.mq875-show-inline,.js .js-mq875-show-inline {
		display:inline;
		visibility:visible;
	}

	.mq875-visually-show {
		clip:auto;
		height:auto;
		position:static!important;
		width:auto;
	}
}

@media only screen and (max-width:40em) {
	.mq640-hide,.js .js-mq640-hide {
		display:none;
		visibility:hidden;
	}

	.mq640-show,.js .js-mq640-show {
		display:block;
		visibility:visible;
	}

	.mq640-show-inline,.js .js-mq640-show-inline {
		display:inline;
		visibility:visible;
	}

	.mq640-visually-show {
		clip:auto;
		height:auto;
		position:static!important;
		width:auto;
	}
}

@media only screen and (max-width:30em) {
	.mq480-hide,.js .js-mq480-hide {
		display:none;
		visibility:hidden;
	}

	.mq480-show,.js .js-mq480-show {
		display:block;
		visibility:visible;
	}

	.mq480-show-inline,.js .js-mq480-show-inline {
		display:inline;
		visibility:visible;
	}

	.mq480-visually-show {
		clip:auto;
		height:auto;
		position:static!important;
		width:auto;
	}

	.js .js-smaller-author-etal {
		display:none;
		visibility:hidden;
	}

	.js .js-authors-expanded .js-smaller-author-etal {
		display:inline;
		visibility:visible;
	}
}

.container-type-hero:first-child .hero {
	top:-100px;
	margin-bottom:-100px;
	position:relative;
}

.container-type-hero+.container-type-article-grid,.container-type-hero+.container-type-mixed-grid {
	margin-top:-30px;
}

.container-type-hero+.container-type-article-grid .article-grid-heading,.container-type-hero+.container-type-mixed-grid .mixed-grid-heading {
	width:1px;
	height:1px;
	position:absolute!important;
	clip:rect(1px,1px,1px,1px);
}

.hero {
	display:block;
	overflow:hidden;
	position:relative;
	background-color:#333;
	text-decoration:none;
}

.hero-spacer {
	margin-bottom:30px;
}

.hero-image-wrapper {
	width:5000px;
	margin-left:-2500px;
	left:50%;
	height:100%;
	position:absolute;
	text-align:center;
}

.hero-image-fadeout {
	height:100%;
	position:relative;
	display:inline;
	overflow:hidden;
}

.hero-image-fadeout:before,.hero-image-fadeout:after {
	content:'';
	width:100px;
	height:2000px;
	position:absolute;
	top:-800px;
	display:block;
}

.hero-image-fadeout:before {
	left:0;
}

.hero-image-fadeout:after {
	right:0;
}

.hero-image {
	height:100%;
}

.hero-content {
	position:relative;
	padding-top:130px;
	min-height:200px;
}

.hero-image-credit {
	position:absolute;
	bottom:0;
	right:10px;
}

.hero-text-wrapper {
	padding-top:30px;
	padding-bottom:30px;
}

.hero-title {
	font-size:3rem;
	line-height:1.2;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
}

a.hero:hover .hero-title-inner {
	box-shadow:inset 0 -1px 0 0 #fff;
}

.hero-summary {
	font-size:1.4rem;
	-webkit-font-smoothing:antialiased;
}

.hero-article-meta {
	margin-bottom:10px;
	font-size:1.3rem;
}

@media only screen and (max-width:54.688em) {
	.hero-image-credit {
		right:0;
	}

	.hero-content {
		position:relative;
		padding-top:10px;
		min-height:120px;
	}

	.hero-text-wrapper {
		padding-top:20px;
		padding-bottom:20px;
	}

	.hero-title {
		font-size:2.4rem;
	}

	.hero-title,.hero-summary {
		-webkit-font-smoothing:auto;
	}

	.hero-image {
		height:130%;
	}
}

@media only screen and (max-width:40em) {
	.hero-content {
		position:relative;
		padding-top:10px;
		min-height:90px;
	}

	.hero-text-wrapper {
		padding-top:15px;
		padding-bottom:15px;
	}

	.hero-title {
		font-size:1.6rem;
	}

	.hero-summary {
		font-size:1.2rem;
	}

	.hero-article-meta {
		margin-bottom:5px;
		font-size:1.1rem;
	}

	.hero-image {
		height:150%;
	}
}

.advert img,.advert object,.advert embed {
	max-width:100%;
}

.leaderboard-container {
	background-color:#44444e;
	text-align:center;
}

@media only screen and (min-width:728px) {
	.leaderboard-container {
		height:90px;
	}
}

@media only screen and (max-width:728px) {
	.billboard-container {
		height:60px;
	}
}

@media only screen and (min-width:950px) {
	.billboard-container {
		height:250px;
	}
}

.billboard-container {
	max-width:970px;
	max-height:250px;
	margin:0 auto;
	overflow:hidden;
}

@media only screen and (max-width:960px) {
	.billboard-container {
		max-width:728px;
		height:90px;
	}
}

.leaderboard-inner {
	max-width:728px;
	max-height:90px;
	margin:0 auto;
	overflow:hidden;
	padding:0 14px;
	position:relative;
}

.leaderboard-inner:before,.leaderboard-inner:after {
	content:'Advertisement';
	color:#fff;
	background:#999;
	font-size:9px;
	width:90px;
	line-height:10px;
	font-family:arial,sans-serif;
	text-transform:uppercase;
	position:absolute;
	top:90px;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transform-origin:top right;
	-ms-transform-origin:top right;
	transform-origin:top right;
}

.leaderboard-inner:before {
	padding:1px 0 2px;
	border-top:1px solid #fff;
	left:-76px;
}

.leaderboard-inner:after {
	padding:2px 0 1px;
	border-bottom:1px solid #fff;
	right:0;
}

@media only screen and (max-width:756px) {
	.leaderboard-inner {
		padding:0;
	}

	.leaderboard-inner:before,.leaderboard-inner:after {
		display:none;
	}
}

.billboard-container img,.billboard-container object,.billboard-container embed,.billboard-inner iframe {
	height:250px;
}

.leaderboard-container img,.leaderboard-container object,.leaderboard-container embed,.leaderboard-container iframe {
	max-height:90px;
}

.medium-rectangle object,.medium-rectangle embed,.medium-rectangle iframe {
	height:250px;
}

.skyscraper img,.skyscraper object,.skyscraper embed,.skyscraper iframe,.skyscraper a {
	display:block;
	margin:0 auto;
}

@media only screen and (max-width:45.75em) {
	.leaderboard-container object,.leaderboard-container embed {
		display:none;
	}

	.billboard-container object,.leaderboard-container embed {
		display:none;
	}
}

.icon {
	background-repeat:no-repeat;
}

.icon-left {
	background-position:0 50%;
}

.icon-right {
	background-position:100% 50%;
}

.icon-right-top {
	background-position:100% 0;
}

.icon-above {
	background-position:50% 0;
	padding-top:25px;
	min-width:25px;
}

.icon-center {
	background-position:50% 50%;
}

.icon-rotate:after {
	content:'';
	position:absolute;
	background-repeat:no-repeat;
	background-position:0 0;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition-duration:.2s;
	transition-duration:.2s;
}

.js-icon-toggle.icon-rotate:after {
	-webkit-transform:rotate(180deg) translateY(+50%);
	-ms-transform:rotate(180deg) translateY(+50%);
	transform:rotate(180deg) translateY(+50%);
}

a.small-header-icons.tray-button-active,a.small-header-icons:hover {
	background-color:#fff;
}

.icon-login-25x25-white {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%22138.481%2015.385%2025%2025%22%20enable-background%3D%22new%20138.481%2015.385%2025%2025%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M150.98%2024.757c2.604%200%204.687-2.083%204.687-4.686s-2.083-4.685-4.686-4.685c-2.603%200-4.685%202.083-4.685%204.686s2.083%204.687%204.686%204.687zm4.79%201.562c-2.498%200-2.394%204.998-4.79%204.998-2.395%200-2.29-5-4.79-5s-6.143%203.958-6.143%209.27c0%205.102%205.832%204.79%2010.934%204.79s10.935.416%2010.935-4.687c0-5.31-3.644-9.37-6.144-9.37z%22%2F%3E%3C%2Fsvg%3E),none;
	background-size:25px auto;
}

a.small-header-icons:hover .icon-login-25x25-gray {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20fill%3D%22%235A5A62%22%20d%3D%22M12.5%209.372c2.603%200%204.686-2.083%204.686-4.687C17.186%202.082%2015.103%200%2012.5%200S7.813%202.083%207.813%204.687c0%202.603%202.083%204.687%204.687%204.687v-.002zm4.788%201.562c-2.498%200-2.394%204.998-4.79%204.998s-2.29-5-4.79-5-6.143%203.96-6.143%209.27c0%205.104%205.832%204.79%2010.934%204.79%205.102%200%2010.935.417%2010.935-4.687%200-5.31-3.645-9.37-6.145-9.37h-.002z%22%2F%3E%3C%2Fsvg%3E),none;
	color:#5a5a62;
}

.icon-search-25x25-white {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%22235%2015%2025%2025%22%20enable-background%3D%22new%20235%2015%2025%2025%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M251.583%2017c3.583%200%206.583%203%206.583%206.583s-3%206.583-6.583%206.583-6.583-3-6.583-6.583S248%2017%20251.583%2017m0-2c-4.667%200-8.417%203.75-8.417%208.417s3.75%208.417%208.417%208.417S260%2028.167%20260%2023.417%20256.25%2015%20251.583%2015zM246.083%2032.333L238.417%2040%20235%2036.583l7.667-7.666z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
	background-size:25px auto;
}

a.small-header-icons.tray-button-active .icon-search-25x25-gray,a.small-header-icons:hover .icon-search-25x25-gray {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20fill%3D%22%235A5A62%22%20d%3D%22M16.583%202c3.583%200%206.583%203%206.583%206.583s-3%206.583-6.583%206.583S10%2012.166%2010%208.583%2013%202%2016.583%202m0-2c-4.667%200-8.417%203.75-8.417%208.417s3.75%208.417%208.417%208.417S25%2013.167%2025%208.417%2021.25%200%2016.583%200zm-5.5%2017.333L3.417%2025%200%2021.583l7.667-7.666%203.416%203.416z%22%2F%3E%3C%2Fsvg%3E),none;
	color:#5a5a62;
}

.icon-submit-25x25-white {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'25'%20height%3D'25'%20viewBox%3D'0%200%2025%2025'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M15.6%201.3v5.3h5.3v17h-17v-22.3h11.7m1.4-1.3h-14.3v25h19.6v-19.6h-5.4l.1-5.4zm-.6%201.3l4.6%204.6v17.7h-17v-22.3h12.4m.6-1.3h-14.3v25h19.6v-19.6l-5.3-5.4zM16.6%2013.5l-3.1-3.1-.8-.8c-.1-.1-.3-.1-.4%200l-.8.8-3.1%203.1-.7.7c-.1.1-.2.2-.2.3s.1.2.2.2h2.7c.1%200%20.2.1.2.2v3.3c0%20.2.2.4.4.4h3c.2%200%20.4-.2.4-.4v-3.3c0-.1.1-.2.2-.2h2.7c.1%200%20.2-.1.2-.2s-.1-.3-.2-.4c-.1-.1-.4-.3-.7-.6z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:25px auto;
}

a.small-header-icons:hover .icon-submit-25x25-gray {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'25'%20height%3D'25'%20viewBox%3D'0%200%2025%2025'%3E%3Cpath%20fill%3D'%235A5A62'%20d%3D'M15.6%201.3v5.3h5.3v17h-17V1.3h11.7M17%200H2.7v25h19.6V5.4h-5.4L17%200zm-.6%201.3L21%205.9v17.7H4V1.3h12.4M17%200H2.7v25h19.6V5.4L17%200zm-.4%2013.5l-3.1-3.1-.8-.8c-.1-.1-.3-.1-.4%200l-.8.8-3.1%203.1-.7.7c-.1.1-.2.2-.2.3s.1.2.2.2h2.7c.1%200%20.2.1.2.2v3.3c0%20.2.2.4.4.4h3c.2%200%20.4-.2.4-.4v-3.3c0-.1.1-.2.2-.2h2.7c.1%200%20.2-.1.2-.2s-.1-.3-.2-.4c-.1-.1-.4-.3-.7-.6z'%2F%3E%3C%2Fsvg%3E),none;
	color:#5a5a62;
}

.icon-ealert-25x25-white {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%203.1h-25v18.8h25v-18.8zm-17.8%2012.8l-3.9%204.4c-.2.2-.5.3-.6.3-.2%200-.5-.2-.6-.3-.3-.3-.3-.9%200-1.4l3.9-4.4c.3-.3.9-.3%201.3%200%20.2.5.2%201.1-.1%201.4zm5.3-.9c-.2%200-.3%200-.5-.2l-9.8-8.9c-.5-.3-.5-.7-.2-1.1.3-.5.8-.5%201.1-.2l9.4%208.4%209.4-8.4c.3-.3.8-.3%201.1.2.3.3.3.9-.2%201.1l-9.7%208.9c-.1.2-.4.2-.6.2zm10.5%205.3c-.2.2-.5.3-.6.3s-.5-.2-.6-.3l-4.1-4.4c-.3-.3-.3-.9%200-1.4.3-.3.9-.3%201.3%200l4.1%204.4c.2.5.2%201.1-.1%201.4z%22%2F%3E%3C%2Fsvg%3E),none;
	background-size:25px auto;
}

a.small-header-icons:hover .icon-ealert-25x25-gray {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20fill%3D%22%235A5A62%22%20d%3D%22M25%203.1H0v18.8h25V3.1zM7.2%2015.9l-3.9%204.4c-.2.2-.5.3-.6.3-.2%200-.5-.2-.6-.3-.3-.3-.3-.9%200-1.4L6%2014.5c.3-.3.9-.3%201.3%200%20.2.5.2%201.1-.1%201.4zm5.3-.9c-.2%200-.3%200-.5-.2L2.2%205.9c-.5-.3-.5-.7-.2-1.1.3-.5.8-.5%201.1-.2l9.4%208.4%209.4-8.4c.3-.3.8-.3%201.1.2.3.3.3.9-.2%201.1l-9.7%208.9c-.1.2-.4.2-.6.2zM23%2020.3c-.2.2-.5.3-.6.3-.1%200-.5-.2-.6-.3l-4.1-4.4c-.3-.3-.3-.9%200-1.4.3-.3.9-.3%201.3%200l4.1%204.4c.2.5.2%201.1-.1%201.4z%22%2F%3E%3C%2Fsvg%3E),none;
	color:#5a5a62;
}

.icon-doctype-default-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zm-.3.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-swf-16x16-color,.icon-doctype-eps-16x16-color,.icon-doctype-ps-16x16-color,.icon-doctype-sbml-16x16-color,.icon-doctype-sdf-16x16-color,.icon-doctype-pdb-16x16-color,.icon-doctype-mol-16x16-color,.icon-doctype-ole-16x16-color,.icon-doctype-jd-16x16-color,.icon-doctype-dcx-16x16-color,.icon-doctype-cif-16x16-color,.icon-doctype-biopax-16x16-color,.icon-doctype-cellml-16x16-color,.icon-doctype-cml-16x16-color,.icon-doctype-c-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zm-.3.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-pps-16x16-color,.icon-doctype-ppsx-16x16-color,.icon-doctype-pptx-16x16-color,.icon-doctype-ppt-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M1.5%203.5h9v9h-9z'%2F%3E%3Cpath%20fill%3D'%23f60'%20d%3D'M10%204v8h-8v-8h8m1-1h-10v10h10v-10zM5.5%208.7v-2.7c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5c1.3%200%202.4-1%202.5-2.3h-2.5zM7%207h2v1h-2zM7%205h2v1h-2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-pdf-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M1.5%203.5h9v9h-9z'%2F%3E%3Cpath%20fill%3D'%23D30102'%20d%3D'M10%204v8h-8v-8h8m1-1h-10v10h10v-10z'%2F%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20fill%3D'%23D30102'%20stroke%3D'%23D30102'%20stroke-width%3D'.98'%20stroke-miterlimit%3D'2.613'%20d%3D'M4.1%209.7c-.6.5-1.1%201.2-.9%201.3l-.2-.1c0-.2.2-.7%201.1-1.2zM9%209.1c.3-.7-2.4-.6-4.4.3%201.5-.6%204.4-.8%204.4-.3zM5.9%205.4c.1-.4-.1-.4-.2-.4h-.1c-.1%200-.1.1-.1.2-.2.7.1%202.4%201.1%203.3.8.7%202.3%201.1%202.4.7-.4.1-1.5-.2-2.3-.9-.9-.7-1.3-2.6-1.1-3.1%200-.1.1-.2.1-.2.1.1.2.2.2.4zM5.9%205.5c-.1.4-.1%201.4-.9%203-.9%201.7-1.5%202.5-1.9%202.4l.1.1c.3.2.9-.4%201.9-2.3.8-1.6.8-2.3.8-3.2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-csv-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M1.5%203.5h9v9h-9z'%2F%3E%3Cpath%20fill%3D'%23A851A4'%20d%3D'M10%204v8h-8v-8h8m1-1h-10v10h10v-10zM3%209h1.5v2h-1.5zM5%207h1.5v4h-1.5zM7%205h1.5v6h-1.5z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-xls-16x16-color,.icon-doctype-xlsx-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M1.5%203.5h9v9h-9z'%2F%3E%3Cpath%20fill%3D'%23006400'%20d%3D'M10%204v8h-8v-8h8m1-1h-10v10h10v-10zM5%204.9l.6%201%20.5.9.5-.9.5-1h2l-2%202.8%202.2%203.7h-2.1l-.8-1.7c-.2-.3-.3-.6-.4-.9-.2.3-.4.6-.5.9l-.6%201.1h-2l2-3-1.9-2.9h2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-dot-16x16-color,.icon-doctype-doc-16x16-color,.icon-doctype-docx-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M1.5%203.5h9v9h-9z'%2F%3E%3Cpath%20fill%3D'%232255C6'%20d%3D'M10%204v8h-8v-8h8m1-1h-10v10h10v-10z'%2F%3E%3Cpath%20stroke%3D'%232255C6'%20stroke-miterlimit%3D'10'%20d%3D'M3.6%205.8l1.1%203.6%201-3.6h.6l1%203.6%201.1-3.6h.6l-1.4%204.2h-.5l-1.1-3.5-1%203.5h-.6l-1.3-4.2h.5z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-exe-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D'M15.9%2012.9l-.7-.5c-.1-.1-.2-.2-.2-.3v-.2c0-.1.1-.3.2-.3l.7-.5c.1-.1.1-.3.1-.4l-.3-.7c-.1-.1-.2-.2-.3-.1l-.9.2c-.1%200-.3%200-.3-.1l-.2-.2c-.1-.1-.1-.2-.1-.3l.2-.9c0-.1%200-.2-.1-.3l-.7-.3c-.1%200-.2%200-.3.1l-.5.7c-.1.1-.2.2-.3.2h-.2c-.1%200-.3-.1-.3-.2l-.5-.7c-.2-.1-.3-.1-.4-.1l-.7.3c-.1%200-.2.2-.1.3l.2.9c0%20.1%200%20.3-.1.3l-.2.2c-.1.1-.2.1-.3.1l-.9-.2c-.1%200-.2%200-.3.1l-.3.7c0%20.1%200%20.2.1.3l.7.5c.1.1.2.2.2.3v.2c0%20.1-.1.3-.2.3l-.7.5c-.1.1-.1.2-.1.3l.3.7c0%20.2.2.2.3.2l.9-.2c.1%200%20.3%200%20.3.1l.2.2c.1.1.1.2.1.3l-.2.9c0%20.1%200%20.2.1.3l.7.3c.1%200%20.2%200%20.3-.1l.5-.7c.1-.1.2-.2.3-.2h.2c.1%200%20.3.1.3.2l.5.7c.1.1.2.1.3.1l.7-.3c.1-.1.2-.2.1-.3l-.2-.9c0-.1%200-.3.1-.3l.2-.2c.1-.1.2-.1.3-.1l.9.2c.1%200%20.2%200%20.3-.1l.3-.7c.1-.1.1-.3%200-.3zm-3.9.6c-.9%200-1.6-.7-1.6-1.6%200-.9.7-1.6%201.6-1.6.9%200%201.6.7%201.6%201.6%200%20.9-.7%201.6-1.6%201.6zm-2.3-5l-.7-1c-.1-.1-.1-.3%200-.5l.1-.2c.1-.1.1-.2.1-.2%200-.1.2-.3.3-.3l1.1-.2c.1%200%20.3-.2.3-.3v-1c0-.1-.1-.3-.3-.3l-1.2-.1c-.2%200-.4-.1-.4-.3l-.1-.3c-.1-.1-.1-.3%200-.5l.6-1c.1-.1.1-.3%200-.4l-.7-.6c-.1-.1-.3-.1-.4%200l-1%20.7c-.1%200-.3.1-.4%200l-.2-.1h-.2c-.1%200-.3-.2-.3-.3l-.2-1.2c0-.1-.2-.3-.3-.3h-1c-.1%200-.3.1-.3.3l-.2%201.2c0%20.1-.2.3-.3.4l-.3.1c-.1.1-.3.1-.5%200l-1-.6c0-.2-.2-.2-.3-.1l-.7.8c-.1.1-.1.3%200%20.4l.7.9c0%20.1.1.3%200%20.5l-.1.2v.1c0%20.1-.2.3-.3.3l-1.2.2c-.2.1-.3.2-.3.4v1c0%20.1.1.3.3.3l1.1.2c.1%200%20.3.2.4.3l.2.2c.1.2%200%20.4%200%20.5l-.6%201c-.2.1-.2.3-.1.4l.7.7c.1.1.3.1.4%200l.8-.5c.1-.1.2.1.4.2l.2.1h.2l.4.1.3%201c0%20.2.2.3.3.3l1-.1c.2%200%20.3-.2.3-.3l.2-1.1c0-.1.2-.3.3-.4l.3-.1c.1-.1.3-.1.5%200l1%20.6c.1.1.3.1.4%200l.7-.7c.1-.1.1-.3%200-.4zm-5-1.1c-1.1-.4-1.6-1.6-1.2-2.6.4-1.1%201.6-1.6%202.7-1.2%201%20.4%201.5%201.6%201.1%202.7-.4%201-1.6%201.5-2.6%201.1z'%20fill%3D'%23555'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-tar-16x16-color,.icon-doctype-zip-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23F5DA4D'%20d%3D'M2.5%209.5v-7h3v1h5v6z'%2F%3E%3Cpath%20fill%3D'%23C78605'%20d%3D'M5%203v1h5v5h-7v-6h2m1-1h-4v8h9v-7h-5v-1z'%2F%3E%3Cg%20fill%3D'%23555'%3E%3Cpath%20d%3D'M13%200h-4c-1.1%200-2%20.9-2%202h5v1h1v7h-1v1h-5c0%201.1.9%202%202%202h4c1.1%200%202-.9%202-2v-9c0-1.1-.9-2-2-2z'%2F%3E%3Cpath%20d%3D'M7%2014h8v2h-8zM10%2012h2v3h-2z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-xml-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23555'%20d%3D'M10.9%201.6v3h3v9.5h-9.5v-12.5h6.5m.7-.7h-8v14h11v-11h-3v-3zM11.3%201.6l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.7h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D'%23f60'%20d%3D'M1.6%203.9h8v8h-8z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M7.1%2011l-4.1-2.4v-1.3l4.1-2.4v1.6l-2.9%201.4%202.9%201.5v1.6z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-html-16x16-color,.icon-doctype-htm-16x16-color,.icon-doctype-rtf-16x16-color,.icon-doctype-wp-16x16-color,.icon-doctype-txt-16x16-color,.icon-doctype-tex-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zm-.3.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3zM6%2011h7v1h-7v-1zm0-2h7v1h-7v-1zm0-2h7v1h-7v-1zm0-2h4v1h-4v-1zm0-2h4v1h-4v-1z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-wav-16x16-color,.icon-doctype-mp3-16x16-color,.icon-doctype-ra-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M1.5%203.5h9v9h-9z'%2F%3E%3Cpath%20fill%3D'%23114796'%20d%3D'M10%204v8h-8v-8h8m1-1h-10v10h10v-10zM4%2011c-.5%200-1-.3-1-.7s.4-.8%201-.9h.1c.1%200%20.3%200%20.4.1h.2v-3.5l4.3-.5v4.2c0%20.2-.1.4-.2.6-.2.2-.5.3-.7.3h-.1c-.5%200-1-.3-1-.7s.4-.8%201-.9h.1c.1%200%20.3%200%20.4.1h.2v-2.6l-3.5.5v3.1c0%20.2-.1.4-.2.6-.3.2-.6.3-.8.3h-.2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-bmp-16x16-color,.icon-doctype-gif-16x16-color,.icon-doctype-jpg-16x16-color,.icon-doctype-jpeg-16x16-color,.icon-doctype-pict-16x16-color,.icon-doctype-png-16x16-color,.icon-doctype-tiff-16x16-color,.icon-doctype-wmf-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M1.5%203.5h9v9h-9z'%2F%3E%3Cpath%20fill%3D'%23555'%20d%3D'M10%204v8h-8v-8h8m1-1h-10v10h10v-10z'%2F%3E%3Cg%20fill%3D'%23555'%3E%3Ccircle%20cx%3D'7.9'%20cy%3D'9.7'%20r%3D'1.4'%2F%3E%3Ccircle%20cx%3D'4.1'%20cy%3D'9.7'%20r%3D'1.4'%2F%3E%3C%2Fg%3E%3Ccircle%20fill%3D'%23555'%20cx%3D'6'%20cy%3D'6.3'%20r%3D'1.4'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-mp4-16x16-color,.icon-doctype-avi-16x16-color,.icon-doctype-mov-16x16-color,.icon-doctype-mpg-16x16-color,.icon-doctype-qt-16x16-color,.icon-doctype-wmv-16x16-color,.icon-doctype-rv-16x16-color,.icon-doctype-noa-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.7v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.7l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D'%23D80303'%20d%3D'M2%203.9h8v8h-8z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M4.3%2010.3v-4.3l3.7%202.2-3.7%202.1z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-doctype-svg-16x16-color,.icon-doctype-sif-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23555'%20d%3D'M11.2%201.8v3h3v9.5h-9.4v-12.5h6.4m.8-.8h-8v14h11v-11h-3v-3zM11.7%201.8l2.6%202.6v9.9h-9.5v-12.5h6.9m.3-.8h-8v14h11v-11l-3-3z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M1.5%203.5h9v9h-9z'%2F%3E%3Cpath%20fill%3D'%23A851A4'%20d%3D'M10%204v8h-8v-8h8m1-1h-10v10h10v-10zM3%2011l3-3%203%203h-6zM3%207l1.5-1.5%201.5%201.5h-3z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-tools-pdf-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%20fill%3D'%23D30102'%3E%3Cpath%20d%3D'M3%2012.1c-1.5%201-2.8%202.7-2.3%203h-.2c-.2-.5.3-1.7%202.5-3zM.8%2015.6h-.6l-.1-.3c-.4-.8.3-2.2%202.7-3.6l.5.8c-1.3.9-2.2%202.1-2.2%202.4%200%200%200-.2-.1-.2v.2l-.2.7zM15.3%2010.7c.8-1.7-5.9-1.5-11%20.7%203.7-1.5%2011-2%2011-.7zM4.5%2011.8l-.4-.8c2.6-1.2%205.9-1.9%208.6-1.9%201.6%200%202.6.3%202.9.8.2.3.2.6.1.9l-.9-.2c-.1%200-.6-.2-2.2-.2-2.3%200-5.9.5-8.1%201.4zM7.5%201.6c.3-1-.3-1-.5-1h-.3c-.3%200-.3.2-.3.5-.4%201.8.3%205.9%202.8%208.1%202%201.7%205.7%202.7%205.9%201.7-1%20.2-3.8-.5-5.7-2.2-2.2-1.7-3.2-6.3-2.7-7.6%200-.2.3-.5.3-.5.2.3.5.5.5%201zM14.4%2011.8c-1.4%200-3.9-.9-5.4-2.2-2.7-2.4-3.4-6.5-3-8.5%200-.6.3-.9.7-.9h.1l.2-.2.2.2c.2%200%20.5.1.6.3.2.3.2.7.1%201.2l-.8-.1c-.2%201.5.7%205.2%202.7%206.7%201.8%201.5%204%202.2%205.1%202.2h.3l.7-.2-.2.7c-.1.3-.3.8-1.3.8zM7.5%201.9c-.3%201-.3%203.5-2.3%207.3-2.3%204.2-3.8%206.1-4.8%205.8l.3.2c.8.5%202.3-1%204.8-5.6%202-3.9%202-5.5%202-7.7zM1.1%2015.9c-.2%200-.4-.1-.6-.2l-.3-.3.4-.8c.6%200%201.7-1%204.3-5.6%201.5-3%201.9-5.1%202.1-6.3-.1-.4%200-.7%200-.9l.9.1c0%202.2%200%204-2%208-2.8%205.4-4.1%206-4.8%206z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-tools-print-16x16-blue {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'-341%20443%2016%2016'%20enable-background%3D'new%20-341%20443%2016%2016'%3E%3Cpath%20fill%3D'%23069'%20d%3D'M-326%20448c0-.5-.5-1-1-1h-1v-4h-10v4h-1c-.5%200-1%20.5-1%201h-1v9h3v2h10v-2h3v-9h-1zm-12%208h-1.5c-.3%200-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5h1.5v2zm1-12h8v5h-8v-5zm8%2014h-8v-4h8v4zm0-7c0-.5.5-1%201-1s1%20.5%201%201-.5%201-1%201-1-.5-1-1zm3%204.5c0%20.3-.2.5-.5.5h-1.5v-2h1.5c.3%200%20.5.2.5.5v1zm-9.5%201.5h5c.3%200%20.5-.2.5-.5s-.2-.5-.5-.5h-5c-.3%200-.5.2-.5.5s.2.5.5.5z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-tools-reprints-16x16-blue {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'15'%20height%3D'16'%20viewBox%3D'-340.5%20443%2015%2016'%20enable-background%3D'new%20-340.5%20443%2015%2016'%3E%3Cpath%20fill%3D'%23069'%20d%3D'M-336.5%20446h4.7c-.2-.1-.4-.3-.6-.6l-1.5-1.4-.9-.9h-.1c-.2-.1-.9-.1-1.4-.1h-4.2v11h4v-4.4'%2F%3E%3Cpath%20fill%3D'%23069'%20d%3D'M-328.6%20448.7c-.4-.4-1.2-.7-1.7-.7h-3.2c-.6%200-1%20.4-1%201v9c0%20.6.4%201%201%201h7c.6%200%201-.4%201-1v-5.4c0-.5-.3-1.3-.7-1.7l-2.4-2.2zm2.3%203.4s-1.3.1-2.2.1c-.7%200-.9-.1-1-.2-.2-.2-.3-1.6-.1-3.2v-.1c.1-.1.2-.1.2-.1s.1%200%20.2.1v.1c.1.8.2%201.4.2%201.4.1.5.6%201.1%201.2%201.2%200%200%20.4.1%201.3.2.1%200%20.2.1.2.3.2.1.1.2%200%20.2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-tools-rights-16x16-blue {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'15.9'%20height%3D'15.8'%20viewBox%3D'-340.9%20443%2015.9%2015.8'%20enable-background%3D'new%20-340.9%20443%2015.9%2015.8'%3E%3Cpath%20fill%3D'%23069'%20d%3D'M-340.9%20448c0%20.8.1%201.6.5%202.1.7%201.8%202.3%203%204.2%203h.5c.6%200%201.1-.1%201.1-.1.3-.1.7%200%20.9.2.1.1.3.2.3.1.1-.1.2-.1.3%200%20.1.1.2.2.3.2s.2.1.3.2c.1.1.2.3.2.6s.3.7.5.8c.2.2.6.4.9.6.3.1.6.2.6.3s.1.2.2.3c.1.1.2.2.2.3s.1.2.2.3.3.2.6.2c.2%200%20.3.1.3.3%200%20.2.1.6.3.7.2.2.6.3.7.3s.5.1.6.2.5.2.8.2h.4c.3%200%20.7-.1.8-.2s.2-.4.2-.8v-1.7c0-.3-.2-.8-.5-1l-5-4.9c-.2-.2-.3-.7-.2-.9%200%200%20.2-.7.2-1.3.1-2.7-2.3-5-5.1-5h-.3c-2.9%200-5.2%202.2-5%205zm7.8%202.9s0-.1.1-.1l.1-.1s.2.2.5.4l6%205.9c.2.2.5.4.5.4l-.1.1-.1.1s-.2-.2-.5-.4l-6-5.8c-.3-.1-.5-.3-.5-.5zm-5.8-4.2c0-.9.7-1.6%201.6-1.6s1.6.7%201.6%201.6c0%20.9-.7%201.6-1.6%201.6-.8%200-1.6-.8-1.6-1.6z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-tools-e-alert-32x32-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'134%204%2032%2032'%20enable-background%3D'new%20134%204%2032%2032'%3E%3Cpath%20fill%3D'%23CC9F4A'%20d%3D'M134%204h32v32h-32V4z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M160%2012.5h-20v15h20v-15zm-14.2%2010.3l-3.2%203.5c-.1.2-.3.2-.5.2s-.4-.1-.5-.2c-.3-.3-.3-.8%200-1.1l3.2-3.5c.3-.3.7-.3%201%200%20.2.3.2.8%200%201.1zm4.2-.7c-.1%200-.3-.1-.4-.2l-7.9-7.1c-.3-.2-.3-.7-.1-.9.2-.3.6-.3.9-.1l7.5%206.8%207.5-6.8c.3-.2.7-.2.9.1.2.3.2.7-.1.9l-7.9%207.1c-.1.1-.2.2-.4.2zm8.4%204.2c-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-3.2-3.5c-.3-.3-.3-.8%200-1.1s.7-.3%201%200l3.2%203.5c.3.3.3.8%200%201.1z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-tools-facebook-32x32-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'134%204%2032%2032'%20enable-background%3D'new%20134%204%2032%2032'%3E%3Cpath%20fill%3D'%23385597'%20d%3D'M134%204h32v32h-32V4z'%2F%3E%3Cpath%20fill%3D'%23FEFEFE'%20d%3D'M151.2%2036V23.7H147v-4.8h4.2v-.5c0-1.4%200-2.8.1-4.1.3-3.1%202.3-4.9%205.3-5.2%201.3-.1%202.6%200%203.9.1.2%200%20.3%200%20.5.1v4.3h-3.2c-1.1.2-1.6.7-1.7%201.8v3.5h4.8l-.6%204.8h-4.2V36h-4.9z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-tools-feed-32x32-color,.icon-tools-feed-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'134%204%2032%2032'%20enable-background%3D'new%20134%204%2032%2032'%3E%3Cpath%20fill%3D'%23F5821F'%20d%3D'M134%204h32v32h-32V4z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M140%2027.3c0-.7.3-1.4.8-1.9s1.1-.8%201.9-.8c.8%200%201.4.3%201.9.8s.8%201.1.8%201.9c0%20.7-.3%201.4-.8%201.9-.6.5-1.2.8-1.9.8s-1.4-.3-1.9-.8-.8-1.1-.8-1.9zm0-6.7v-3.8c2.4%200%204.6.6%206.6%201.8%202%201.2%203.6%202.8%204.8%204.8%201.2%202%201.8%204.2%201.8%206.6h-3.8c0-2.6-.9-4.8-2.7-6.6-1.9-1.9-4.1-2.8-6.7-2.8zm0-6.8V10c2.7%200%205.3.5%207.8%201.6s4.6%202.5%206.4%204.3c1.8%201.8%203.2%203.9%204.3%206.4s1.5%205%201.5%207.7h-3.8c0-2.2-.4-4.3-1.3-6.3s-2-3.7-3.4-5.2-3.2-2.6-5.2-3.4c-2-.8-4.1-1.3-6.3-1.3z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-tools-feed-16x16-color {
	background-size:16px 16px;
}

.icon-tools-google-plus-32x32-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'134%204%2032%2032'%20enable-background%3D'new%20134%204%2032%2032'%3E%3Cpath%20fill%3D'%23DD4B39'%20d%3D'M134%204h32v32h-32V4z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M152.2%2010H147c-.7%200-1.4.1-2.2.2-.8.2-1.6.6-2.3%201.2-1.1%201.1-1.7%202.3-1.7%203.6%200%201.1.4%202%201.1%202.8.7.9%201.8%201.3%203.2%201.3.3%200%20.5%200%20.8-.1%200%20.1-.1.3-.2.5s-.1.3-.1.6c0%20.4.1.7.3%201%20.1.3.3.5.5.8-.6%200-1.4.1-2.3.2-.9.2-1.8.5-2.7%201-.8.5-1.3%201-1.6%201.6-.3.6-.4%201.1-.4%201.6%200%201%20.5%201.9%201.4%202.602%201%20.7%202.4%201.1%204.2%201.1%202.2%200%203.9-.6%205-1.6s1.7-2.1%201.7-3.4c0-.9-.2-1.6-.6-2.2-.4-.5-.9-1-1.5-1.5l-.9-.7-.4-.4c-.2-.2-.2-.4-.2-.7s.1-.5.2-.7c.1-.2.3-.4.4-.6.3-.2.5-.5.8-.7.2-.2.4-.5.6-.8.4-.6.6-1.3.6-2.3%200-.5-.102-1-.2-1.3-.1-.4-.3-.7-.5-1-.2-.3-.4-.6-.6-.8%200-.1-.2-.3-.4-.4h1.6l1.6-.902zm-2.8%2014.3c.4.5.6%201.1.6%201.7%200%20.8-.3%201.5-.9%202s-1.6.8-2.8.8c-1.4%200-2.5-.3-3.2-.9-.8-.6-1.2-1.4-1.2-2.3%200-.5.1-.9.3-1.2.2-.3.4-.6.6-.8.2-.2.5-.4.7-.5.1%200%20.3-.1.4-.1.6-.2%201.1-.3%201.7-.4.5-.1.9-.1%201-.1h.6c1%20.8%201.7%201.4%202.2%201.8zm-.9-7.7c-.1.4-.2.7-.4%201-.5.5-1%20.7-1.7.7-.5%200-1-.2-1.5-.5-.4-.3-.8-.7-1-1.2-.6-1-.8-2-.8-3%200-.7.2-1.4.6-2%20.5-.6%201.1-.8%201.8-.9.5%200%201%20.2%201.4.5.4.3.7.7%201%201.2.5%201.1.8%202.1.8%203.1-.1.5-.1.7-.2%201.1zm11.9%201.6h-2.8v-2.8H156v2.8h-2.8v1.7h2.8v2.8h1.6v-2.8h2.8v-1.7z'%20enable-background%3D'new'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-tools-library-32x32-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'134%204%2032%2032'%20enable-background%3D'new%20134%204%2032%2032'%3E%3Cpath%20fill%3D'%23689619'%20d%3D'M134%204h32v32h-32V4z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M156.7%2012.2c-.2-.1-.5-.2-.7%200%200%200-6.6%203.2-7.3%203.5-.7.3-1.3.3-1.7.3-.8%200-1.4-.3-1.9-.6-.4-.3-.4-.6%200-.8.2-.1%203.1-1.4%203.1-1.4l3.7-1.7.7.3v-1c0-.3-.1-.5-.3-.6-.3-.2-.6-.2-.8-.1%200%200-7%203.2-7.2%203.3-.1.1-.5.3-.7.4-.2.2-.4.3-.5.6-.1.2-.1.6-.1%201v11.7c0%20.9.4%201.7%201.2%202.1%201.4.9%203.5.9%205.1.2l7.3-3.9c.2-.1.4-.4.4-.7V12.9c.1-.3-.1-.5-.3-.7zm-12.2%2014.4c-.2-.2-.3-.4-.4-.6v-1.7c.1.2.2.4.4.6.7.7%202.2.8%203.5.6h.1v1.7h-.1c-1.3.2-2.8.1-3.5-.6zm-.4-8.7c.1.2.2.4.4.6.7.7%202.2.8%203.5.6h.1v1.7h-.1c-1.2.2-2.7.1-3.5-.6-.2-.2-.3-.4-.4-.6v-1.7z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-tools-submit-manuscript-32x32-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'134%204%2032%2032'%20enable-background%3D'new%20134%204%2032%2032'%3E%3Cpath%20fill%3D'%23999'%20d%3D'M134%204h32v32h-32V4z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M153.6%2029.4c-1.2%200-2.2-1-2.2-2.2v-1.6H150c-1.4%200-2.5-1.1-2.5-2.5v-2.5c0-1.4%201.1-2.5%202.5-2.5h1.5v-1.6c0-1.2%201-2.2%202.2-2.2.7%200%201.2.3%201.7.6-.2-.3-4.7-5-4.7-5h-10v20h15v-1.5l-.1.1c-.6.6-1.3.9-2%20.9zm5.6-7.9l-1.2-1.2-3.7-3.7c-.2-.2-.4-.3-.6-.3s-.3.1-.3.3v3.1c0%20.2-.1.3-.3.3h-3c-.3%200-.6.3-.6.6v2.5c0%20.3.3.6.6.6h3c.2%200%20.3.1.3.3v3.1c0%20.2.1.302.3.302s.4-.1.6-.2l1.1-1.102%202.6-2.6%201.2-1.2c.2-.3.2-.6%200-.8z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-tools-subscribe-32x32-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'346.2%20276.8%2032%2032'%20enable-background%3D'new%20346.2%20276.8%2032%2032'%3E%3Cpath%20fill%3D'%23981515'%20d%3D'M346.2%20276.8h32v32h-32z'%2F%3E%3Cpath%20d%3D'M362.8%20281.8h-9.9c-.5%200-.8.4-.8.8v.8c0%20.5.4.8.8.8h9.9c.5%200%20.8-.4.8-.8v-.8c0-.5-.4-.8-.8-.8zm.1%204.9h-10c-.5%200-.8.4-.8.8v.8c0%20.5.4.8.8.8h10c.5%200%20.8-.4.8-.8v-.8c0-.4-.4-.8-.8-.8zm-.1%205h-10c-.5%200-.8.4-.8.8v.8c0%20.5.4.8.8.8h10c.5%200%20.8-.4.8-.8v-.8c.1-.4-.3-.8-.8-.8zm9.4%202.4c-.5-3.3-3.1-5.8-6.3-6.3v2.8c1.8.4%203.2%201.9%203.5%203.9.4%202.6-1.4%205-4%205.4-1%20.1-1.9%200-2.8-.5l1.9-2.2c.1-.1.1-.2%200-.3%200-.1-.1-.1-.2-.1h-6.6c-.1%200-.1%200-.2.1l-.1.2%201%206.5c0%20.1.1.2.2.2h.1c.1%200%20.1%200%20.2-.1l1.8-2.1c1.5.9%203.3%201.3%205%201.1%204.3-.7%207.1-4.5%206.5-8.6z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-tools-twitter-32x32-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'134%204%2032%2032'%20enable-background%3D'new%20134%204%2032%2032'%3E%3Cpath%20fill%3D'%2359A7DF'%20d%3D'M134%204h32v32h-32V4z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M137.7%2027.7c2.2%201.4%204.9%202.3%207.7%202.3%209.3%200%2014.4-7.7%2014.4-14.4v-.7c1-.7%201.8-1.6%202.5-2.6-.9.4-1.9.7-2.9.8%201-.6%201.8-1.6%202.2-2.8-1%20.6-2.1%201-3.2%201.2-.9-1-2.2-1.6-3.7-1.6-2.8%200-5%202.3-5%205%200%20.4%200%20.8.1%201.2-4.2-.1-7.9-2.1-10.4-5.2-.4.8-.7%201.6-.7%202.6%200%201.8.9%203.3%202.2%204.2-.8%200-1.6-.3-2.3-.6v.1c0%202.4%201.7%204.5%204.1%204.9-.4.1-.9.2-1.3.2-.3%200-.6%200-.9-.1.6%202%202.5%203.5%204.7%203.5-1.7%201.398-3.9%202.2-6.3%202.2-.4-.1-.8-.1-1.2-.2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-tools-youtube-32x32-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'32'%20height%3D'32'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'%23CE201F'%20d%3D'M0%200h32v32h-32v-32z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M24.819%208.8c-.8-.4-1.9-.5-2.8-.5-2.2-.1-3.9-.1-6.1-.1s-3.9%200-6.1.1c-.9%200-2%20.1-2.8.5-1.9.9-1.7%204.7-1.7%206.9s-.2%206%201.7%206.9c.8.4%201.9.5%202.8.5%202%20.1%204%20.1%206.1.1s4.1%200%206.2-.1c.9%200%201.9-.1%202.8-.5%201.9-.9%201.7-4.7%201.7-6.9-.1-2.2.1-6.1-1.8-6.9zm-11.1%209.9v-6l5.6%203-5.6%203z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:32px auto;
}

.icon-linkedin-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%230065A1'%20d%3D'M14.8%200h-13.6c-.7%200-1.2.6-1.2%201.2v13.6c0%20.6.5%201.2%201.2%201.2h13.6c.7%200%201.2-.5%201.2-1.2v-13.6c0-.6-.5-1.2-1.2-1.2z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M2.4%206h2.4v7.6h-2.4v-7.6zm1.2-3.8c.8%200%201.4.6%201.4%201.4s-.6%201.4-1.4%201.4-1.4-.6-1.4-1.4c0-.7.6-1.4%201.4-1.4'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M6.2%206h2.3v1c.3-.6%201.1-1.2%202.2-1.2%202.4%200%202.8%201.6%202.8%203.6v4.2h-2.4v-3.7c0-.9%200-2-1.2-2s-1.4%201-1.4%202v3.8h-2.3v-7.7z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-citeulike-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M0%200h16v16h-16z'%2F%3E%3Cpath%20fill%3D'%23647B0E'%20d%3D'M2.1%200h11.9v16h-11.9z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M3.1%201h9.9v14h-9.9z'%2F%3E%3Cpath%20fill%3D'%23647B0E'%20d%3D'M4.3%2011.9h7.4v1.2h-7.4zM4.3%208.9h7.4v1.2h-7.4zM4.3%205.9h7.4v1.2h-7.4zM4.3%202.9h7.4v1.2h-7.4z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-reddit-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M0%200h16v16h-16z'%2F%3E%3Cellipse%20fill%3D'%23fff'%20cx%3D'8'%20cy%3D'9.8'%20rx%3D'6.3'%20ry%3D'4.1'%2F%3E%3Cpath%20d%3D'M8%2014.1c-3.6%200-6.6-2-6.6-4.4s3-4.4%206.6-4.4%206.6%202%206.6%204.4-3%204.4-6.6%204.4zm0-8.2c-3.3%200-6%201.8-6%203.9s2.7%203.9%206%203.9%206-1.7%206-3.9-2.7-3.9-6-3.9zM13.1%204.6c-.8%200-1.4-.6-1.4-1.4s.6-1.4%201.4-1.4%201.4.6%201.4%201.4-.7%201.4-1.4%201.4zm0-2.2c-.5%200-.9.4-.9.8s.4.8.9.8.9-.4.9-.8-.4-.8-.9-.8zM1.6%209.3c-.5-.3-.9-.9-.9-1.5%200-.9.8-1.7%201.7-1.7.5%200%20.9.2%201.2.5l-.4.4c-.2-.2-.5-.3-.8-.3-.6%200-1.1.5-1.1%201.2%200%20.4.2.8.6%201l-.3.4zM14.4%209.3l-.2-.4c.4-.2.6-.6.6-1%200-.6-.5-1.2-1.1-1.2-.3%200-.6.1-.8.3l-.4-.4c.3-.3.8-.5%201.2-.5.9%200%201.7.8%201.7%201.7-.1.6-.5%201.2-1%201.5z'%2F%3E%3Ccircle%20fill%3D'%23FF4500'%20cx%3D'5.9'%20cy%3D'9'%20r%3D'1'%2F%3E%3Ccircle%20fill%3D'%23FF4500'%20cx%3D'10.2'%20cy%3D'9'%20r%3D'1'%2F%3E%3Cpath%20d%3D'M8%205.8c-.2-.1-.3-.2-.2-.4l1.2-3.4%202.9.7c.1%200%20.2.2.2.3%200%20.2-.2.2-.3.2l-2.5-.5-1%203-.3.1zM8%2012.6c-1.7%200-2.3-.8-2.4-.8-.1-.1-.1-.3%200-.4s.3-.1.4%200c0%200%20.6.6%202%20.6s2-.6%202.1-.6c.1-.1.3-.1.4%200s.1.3%200%20.4c-.1%200-.9.8-2.5.8z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-digg-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D'M13.9%208.8v-2.7h-.9s-.2%200-.2.2v2.7h.9c.1%200%20.2%200%20.2-.2zM9.5%208.8v-2.7h-.9s-.2%200-.2.2v2.7h.9s.2%200%20.2-.2zM0%200v16h16v-16h-16zm4.6%209.9c0%20.2-.2.2-.2.2h-3.8v-4.9c0-.2.2-.2.2-.2h2.3v-1.7c0-.2.2-.2.2-.2h1.3v6.8zm1.9%200c0%20.2-.2.2-.2.2h-1.3v-4.9c0-.2.2-.2.2-.2h1.3v4.9zm0-5.9c0%20.2-.2.2-.2.2h-1.3v-.9c0-.2.2-.2.2-.2h1.3v.9zm4.4%207.6c0%20.2-.2.2-.2.2h-3.7v-.9c0-.2.2-.2.2-.2h2.3v-.7h-2.5v-4.8c0-.2.1-.2.1-.2h3.8v6.6zm4.5%200c0%20.2-.2.2-.2.2h-3.8v-.9c0-.2.2-.2.2-.2h2.3v-.7h-2.5v-4.8c0-.2.2-.2.2-.2h3.8v6.6zM2%206.3v2.7h.9s.2%200%20.2-.2v-2.7h-.9s-.2%200-.2.2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-facebook-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23385597'%20d%3D'M0%200v16h8.6v-6.1h-2.1v-2.4h2.1v-2.2c.2-1.6%201.2-2.5%202.7-2.6h1.9c.1%200%20.1%200%20.2.1v2.2h-1.7000000000000002c-.5.1-.8.3-.8.9v1.8h2.4l-.3%202.4h-2.1v6.1h5.1v-16.2h-16z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-twitter-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%2359A7DF'%20d%3D'M0%200v16h16v-16h-16zm12.9%205.4v.4c0%203.3-2.5%207.2-7.2%207.2-1.4%200-2.7-.4-3.8-1.1.2%200%20.4%200%20.6.1%201.2%200%202.3-.4%203.1-1.1-1.1%200-2-.8-2.3-1.8h.5c.2%200%20.5%200%20.6-.1-1.2-.2-2-1.2-2-2.5.3.2.6.3%201.1.3-.7-.4-1.2-1.1-1.2-2%200-.5.2-.9.4-1.3%201.3%201.5%203.1%202.5%205.2%202.6-.1-.3-.1-.4-.1-.7%200-1.3%201.1-2.4%202.6-2.4.8%200%201.4.3%201.8.8.6-.1%201.1-.3%201.6-.6-.2.6-.6%201.1-1.1%201.4.5-.1%201-.2%201.4-.4-.3.5-.7.9-1.2%201.2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-stumbleupon-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23E74927'%20d%3D'M8%200c-4.4%200-8%203.6-8%208s3.6%208%208%208%208-3.6%208-8-3.6-8-8-8zm-.1%206.1c-.3%200-.5.2-.5.5v2.9c0%201.1-.9%202-2%202s-2-.9-2-2v-1.3h1.6v1.3c0%20.3.2.5.5.5s.5-.2.5-.5v-3c0-1.1.9-2%202-2s2%20.9%202%202v.6l-1%20.3-.6-.3v-.5c0-.3-.2-.5-.5-.5zm4.6%203.3c0%201.1-.9%202-2%202s-2-.9-2-2v-1.2l.5.3.9-.3v1.3c0%20.3.2.5.5.5s.5-.2.5-.5v-1.3h1.6v1.2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-googleplus-16x16-color {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cg%20fill%3D'%23DD4B39'%3E%3Cpath%20d%3D'M0%200v16h16v-16h-16zm7.7%203.7c.1.1.2.2.3.4.1.1.2.3.2.5.1.1.1.4.1.6%200%20.5-.1.9-.3%201.2-.1.1-.2.3-.2.4-.2%200-.3.2-.5.3l-.2.3v.4s0%20.2.1.4c0%200%20.2.1.2.2l.5.3c.3.2.6.5.8.8.2.3.3.7.3%201.1%200%20.6-.3%201.2-.9%201.7s-1.5.7-2.6.7c-.9%200-1.6-.2-2.1-.6-.5-.3-.7-.8-.7-1.3%200-.2%200-.5.2-.8.1-.2.4-.5.8-.7.5-.2.9-.4%201.4-.5.4-.1.8-.2%201.1-.2l-.3-.3c-.1-.2-.1-.4-.1-.5v-.3c.1-.1.1-.2.1-.2h-.3c-.8%200-1.3-.3-1.6-.7-.4-.4-.6-.8-.6-1.4%200-.7.3-1.2.8-1.8.4-.3.8-.5%201.2-.6.4-.1.8-.1%201.1-.1h2.6l-.8.5h-.8c.1%200%20.2.1.2.2zm5.5%204.2h-1.4v1.4h-.8v-1.4h-1.4v-.8h1.4v-1.4h.8v1.4h1.4v.8zM6.3%209.2c-.1%200-.2%200-.5.1l-.9.2s-.1.1-.2.1c0%200-.2.1-.3.2-.1.1-.2.2-.3.4-.1.2-.1.4-.1.6%200%20.4.2.8.6%201.1.3.3.9.4%201.6.4.6%200%201.1-.1%201.4-.4.2-.1.4-.5.4-.9%200-.3-.1-.6-.3-.9-.3-.2-.6-.5-1.1-.9h-.3zM6.4%203.6c-.2-.1-.4-.3-.6-.3-.4.1-.7.2-1%20.5-.2.3-.3.6-.3%201%200%20.5.1%201%20.4%201.5.1.2.3.4.5.6.2.2.5.2.8.2.4%200%20.6-.1.9-.3l.2-.5v-.5c0-.5-.2-1-.4-1.6-.1-.2-.2-.4-.5-.6z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-pdf-80x80-color {
	background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'80'%20height%3D'80'%20viewBox%3D'0%200%2080%2080'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M63.6%203.2h-42.8v74.5h56v-61.6c-5.1-3.6-9.7-7.7-13.2-12.9z'%2F%3E%3Cpath%20fill%3D'%23585959'%20d%3D'M58.2%204.5v17.3h17.3v54.4h-53.7v-71.7h36.4m4.5-4.5h-45.4v80h62.7v-62.7h-17.3v-17.3zm-1.3%204.5l14.8%2014.9v56.7h-54.4v-71.6h39.6m1.5-4.5h-45.6v80h62.7v-62.9l-17.1-17.1z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M2.6%2014.1h51.8v51.8h-51.8v-51.8z'%2F%3E%3Cpath%20fill%3D'%23D32729'%20d%3D'M51.2%2017.3v45.4h-45.4v-45.4h45.4m5.8-5.8h-57v57h57v-57z'%2F%3E%3Cpath%20fill%3D'%23D32729'%20stroke%3D'%23D32729'%20stroke-miterlimit%3D'2.613'%20d%3D'M17.7%2049.7c-3.4%202.9-6.3%206.9-5.1%207.4l-1.1-.6c-.1-1.1%201.1-3.9%206.2-6.8zm28-3.4c1.7-4-13.7-3.4-25.1%201.7%208.5-3.4%2025.1-4.6%2025.1-1.7zm-17.7-21.2c.6-2.3-.6-2.4-1.1-2.4h-.6c-.6%200-.6.6-.6%201.2-1.1%204%20.6%2013.7%206.3%2018.9%204.6%204%2013.1%206.3%2013.7%204-2.3.6-8.6-1.1-13.1-5.1-5.1-4-7.4-14.9-6.3-17.7%200-.6.6-1.2.6-1.2.5.6%201.1%201.1%201.1%202.3zm0%20.6c-.6%202.3-.6%208-5.1%2017.1-5.1%209.7-8.6%2014.3-10.9%2013.7l.6.6c1.7%201.1%205.1-2.3%2010.9-13.1%204.5-9.1%204.5-13.1%204.5-18.3z'%2F%3E%3C%2Fsvg%3E) no-repeat 50% 20px,none;
	background-size:80px auto;
	padding-top:120px;
}

.icon-readcube-80x80-color {
	background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'80'%20height%3D'80'%20viewBox%3D'0%200%2080%2080'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M78.1%2025.3c.9-.4%201.4-1.1%201.5-2%20.1-.8-.2-1.5-.8-2.2l-3.8-3.8%201.8%202-18-18-.5-.5c-.6-.4-1.3-.7-2-.8h-.2c-1-.1-2%20.1-2.8.5l-20.3%2011.2h-.2l-.3.3h-.2c-.1.2-.2.3-.3.3l5.8-10.5c.4-.8.6-1.3.3-1.7-.3-.2-.9-.1-1.7.3l-20.2%2011c-.7.4-1.3.9-2%201.5l-.7.7c-1%201-1.7%201.9-2.2%202.7l-11%2020.1c-.6.9-.7%201.4-.3%201.7.2.2.8.1%201.7-.3l15.5-8.5-8.3%2015.5c-.1.3-.3.6-.3.8-.1.5-.2%201-.2%201.5v.6c.2.9.5%201.7%201%202.3l.2.2-4.3%202.3%203.2-1.5-7.3%204c-.5.4-.8.9-.8%201.5v.4c0%20.7.2%201.4.8%202l3.7%203.7-1.8-2%2018.2%2018.2.8.7c.5.3%201.1.5%201.8.7%201%20.1%201.9-.1%202.8-.5l20.2-11.2c.4-.2.8-.5%201-.8l.3-.7v-.8c0-.6-.3-1.2-.8-1.8l-6.8-6.8%204.2-7.7c.6-.9.7-1.9.5-3v-.2c-.1-.9-.4-1.5-.8-2l10.8%2010.7c-.8.9-1.4%201.7-1.8%202.3l-9.2%2016.8%201.2-2.2-3.3%206c-.4.8-.6%201.3-.3%201.7.1.1.2.1.3%200%20.4.1.9%200%201.5-.3l20.2-11.2c.8-.4%201.7-1.1%202.7-2%20.9-1%201.6-1.9%202-2.7l11.2-20.1c.4-.9.6-1.4.3-1.7-.1%200-.2-.1-.3-.2-.2-.2-.7-.1-1.5.3l-15.5%208.5%208.5-15.3c.6-.9.7-1.9.5-3-.1-1-.5-1.8-1.2-2.5l4.3-2.5-3.5%201.7%206.7-3.7m-46.6-11.9v.2c-.1.8.2%201.6.8%202.3l7%207-4.2%207.7c-.4.8-.6%201.7-.5%202.8.1.9.4%201.7%201%202.3l-11-11c.6-.6%201.1-1.2%201.5-1.8l.3-.5c.1%200%20.1-.1.2-.2l4.9-8.8z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M26.7%2079.3c-.9.6-1.9.7-3%20.5-.7-.1-1.2-.3-1.7-.5.6.3%201.2.6%201.8.7%201%20.1%201.9-.1%202.8-.5l5.7-3.2-5.6%203m-17-28.8l-.2-.2-4.3%202.5%204.5-2.3m-8.5%208.2c-.5-.5-.8-1-.8-1.5%200%20.6.3%201.1.8%201.7l3.8%203.6-3.8-3.8m16.5-29.4l-.3.2-8.5%2015.3c-.1.2-.2.4-.2.7%200-.1.1-.3.2-.5l8.8-15.7m14.2-16.6l.3-.3%202-3.8-2.3%204.1m46.3%2029.5c.6-.3%201.1-.4%201.5-.3-.3-.2-.9-.2-1.7.2l-9%205.2%209.2-5.1m-36.5%2037.6c.1.1.3.2.5.2-.1%200-.2-.1-.3-.2-.2-.3-.1-.9.3-1.7l3.2-6-3.3%206c-.5.8-.6%201.4-.4%201.7m6.2-12.3l.3-.5v-.7c-.1.9-.6%201.6-1.3%202%20.4-.2.8-.5%201-.8m-3.9-23.3c.7.7%201.1%201.5%201.2%202.5v-.2c-.1-.9-.3-1.5-.7-1.8l4%203.8-12.5-12.5c-.7-.7-1.1-1.6-1.3-2.7.1.9.4%201.7%201%202.3l-10.8-10.8c.6-.7%201-1.3%201.3-1.8l.3-.5c.1-.1.2-.2.2-.3l1.8-3.3-1.8%203.1c-.4.9-1.1%201.8-2%202.7v.2l19.3%2019.3m9.7%2012.8c.4-.5%201-1.1%201.7-1.7l-.2-.2c-.6.7-1.1%201.3-1.5%201.9m3.7-56.5c-.4-.1-.8-.3-1.2-.5h-.2c.5.2%201%20.4%201.4.5m20.7%2024.8c.9-.4%201.4-1.1%201.5-2%20.1-.8-.2-1.5-.8-2.2l-3.8-3.7%203.7%203.7c.7.7.9%201.4.8%202.2-.2.9-.7%201.6-1.4%202z'%2F%3E%3Cpath%20fill%3D'%23FEC351'%20fill-opacity%3D'.902'%20d%3D'M71.6%2032.2c-.1-1-.5-1.8-1.2-2.5l-20-20c-.7-.7-1.4-1-2.2-.8-.8.1-1.4.6-1.8%201.5l-11.2%2020.1c-.4.8-.6%201.7-.5%202.8.2%201.1.7%202%201.3%202.7l19.8%2019.8c.7.7%201.4.9%202.2.8.9-.1%201.6-.6%202-1.3l11-20.1c.6-.9.8-1.9.6-3z'%2F%3E%3Cpath%20fill%3D'%23EC3895'%20fill-opacity%3D'.902'%20d%3D'M55.4%2055.3c-.9.8-1.5%201.5-2%202.2l-11.2%2020.6c-.4.8-.6%201.3-.3%201.7.1.1.1.1.2%200%20.4.1.9%200%201.5-.3l20.2-11.2c.8-.4%201.7-1.1%202.7-2%20.9-1%201.6-1.9%202-2.7l11.2-20.1c.4-.9.6-1.4.3-1.7-.1%200-.2-.1-.3-.2-.3%200-.7.2-1.3.5l-20.3%2011c-1%20.5-1.8%201.2-2.7%202.2z'%2F%3E%3Cpath%20fill%3D'%23EF4442'%20fill-opacity%3D'.902'%20d%3D'M48.2%2066.3v-.3c0-.6-.3-1.2-.8-1.8l-19.9-19.9c-.7-.7-1.6-1.1-2.7-1.3-1.1-.1-2.1.1-2.8.5l-20.8%2011.5c-.5.4-.8.9-.8%201.5v.4c0%20.7.3%201.3.8%201.8l20%2020%20.8.7c.5.3%201%20.4%201.7.5%201.1.2%202.1.1%203-.5l20.2-11c.8-.5%201.2-1.2%201.3-2.1z'%2F%3E%3Cpath%20fill%3D'%2387479C'%20fill-opacity%3D'.902'%20d%3D'M31.9%2012.5l6-10.7c.4-.8.6-1.3.3-1.7-.3-.2-.9-.1-1.7.3l-20.2%2011c-.7.4-1.3.9-2%201.5l-.7.7c-1%201-1.7%201.9-2.2%202.7l-11%2020.1c-.6.9-.7%201.4-.3%201.7.2.2.8.1%201.7-.3l15.5-8.5.2-.2%204.5-2.3c.9-.5%201.7-1.3%202.5-2.2h.2c.9-.9%201.6-1.8%202-2.7l4.8-9c.2%200%20.3-.1.4-.4z'%2F%3E%3Cpath%20fill%3D'%239BCB47'%20fill-opacity%3D'.902'%20d%3D'M44.7%2049.7c.6-.9.7-1.9.5-3-.1-1-.5-1.8-1.2-2.5l-20-20c-.7-.7-1.4-.9-2.2-.8-.8.1-1.4.6-1.8%201.5l-11.1%2020.1-.3.7c-.1.5-.2%201-.2%201.5v.6c.2.9.5%201.7%201%202.3l.2.2.2.2%2019.8%2019.8c.7.7%201.4.9%202.2.8.9-.1%201.6-.6%202-1.3l10.9-20.1z'%2F%3E%3Cpath%20fill%3D'%2347C0EF'%20fill-opacity%3D'.902'%20d%3D'M58.2%201c-.6-.4-1.3-.8-2.2-1-1-.1-1.9.1-2.8.5l-20.2%2011.2v.2c-.2%200-.4.1-.5.2l-.2.2c-.1%200-.2.1-.2.2-.3.3-.6.7-.7%201.2-.1.8.2%201.6.8%202.3l20%2019.8c.7.7%201.5%201.1%202.5%201.2%201.1.2%202.1.1%203-.3l20.2-11.2c.8-.4%201.2-1.1%201.3-2%20.1-.8-.2-1.5-.8-2.2l-19.7-19.9-.5-.4z'%2F%3E%3C%2Fsvg%3E) no-repeat 50% 20px,none;
	background-size:80px auto;
	padding-top:120px;
}

.icon-close-12x12-gray {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%3E%3Cpath%20fill%3D'%23666666'%20d%3D'M1.8%2012l-1.7-1.7%2010.2-10.3%201.7%201.7-10.2%2010.3zm10.1-1.7l-1.7%201.7-10.2-10.3%201.7-1.7%2010.2%2010.3z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-close-12x12-blue {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%3E%3Cpath%20fill%3D'%23069'%20d%3D'M1.8%2012L.1%2010.3%2010.3%200%2012%201.7%201.8%2012zm10.1-1.7L10.2%2012%200%201.7%201.7%200l10.2%2010.3z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-mail-12x9-blue {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'9'%20viewBox%3D'0%200%2012%209'%3E%3Cpath%20fill%3D'%23006699'%20d%3D'M12%200h-12v9h12v-9zm-8.5%206.1l-1.9%202.1c-.1.2-.2.2-.3.2s-.2-.1-.3-.2c-.2-.1-.2-.4%200-.6l1.9-2.1c.2-.2.5-.2.6%200%20.1.2.1.5%200%20.6zm2.5-.3l-.2-.1-4.8-4.3c-.2-.1-.2-.4%200-.6%200-.1.3-.1.5%200l4.5%204%204.5-4.1c.1-.1.5-.1.5.1.1.1.1.5-.1.5l-4.7%204.3c-.1.1-.1.2-.2.2zm5%202.4c-.1.1-.1.1-.3.1s-.2-.1-.3-.1l-1.9-2.1c-.2-.1-.2-.4%200-.6.2-.2.5-.2.6%200l1.9%202.1c.3.2.3.5%200%20.6z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-new-window-16x16 {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'%23555'%20d%3D'M14.4%202H5v4H0v8h11v-4h5V2h-1.6zM10%2013H1V9h4v1h5v3zM6%205h9v4H6'%2F%3E%3C%2Fsvg%3E),none;
	background-size:16px auto;
}

.icon-arrow-down-12x7-white,.icon-rotate.icon-arrow-down-12x7-white:after {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M9.6%200l-3.6%204.3-3.6-4.3h-2.4l6%207%206-7h-2.4z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-arrow-up-12x7-white,.icon-rotate.icon-arrow-up-12x7-white:after {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M2.4%207l3.6-4.3%203.6%204.3h2.4l-6-7-6%207h2.4z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-arrow-down-12x7-gray,.icon-rotate.icon-arrow-down-12x7-gray:after,.tools-menu-button-icon,.icon-rotate.tools-menu-button-icon:after {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23686969'%20d%3D'M9.7%200l-3.7%204.3-3.7-4.3h-2.3l6%207%206-7h-2.3z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-arrow-up-12x7-gray,.icon-rotate.icon-arrow-up-12x7-gray:after {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23686969'%20d%3D'M2.3%207l3.7-4.3%203.7%204.3h2.3l-6-7-6%207h2.3z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-arrow-down-12x7-blue,.icon-rotate.icon-arrow-down-12x7-blue:after {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20fill%3D%22%23069%22%20d%3D%22M9.6%200l-3.6%204.3-3.6-4.3h-2.4l6%207%206-7h-2.4z%22%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-arrow-up-12x7-blue,.icon-rotate.icon-arrow-up-12x7-blue:after {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23069'%20d%3D'M2.4%207l3.6-4.3%203.6%204.3h2.4l-6-7-6%207h2.4z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-arrow-right-6x10-white {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%22-0.064%20-1.375%206%2010%22%20enable-background%3D%22new%20-0.064%20-1.375%206%2010%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-.064.625l3.686%203-3.686%203v2l6-5-6-5v2z%22%2F%3E%3C%2Fsvg%3E),none;/**/
	background-size:7px auto;
}

.icon-arrow-left-6x10-blue {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'6'%20height%3D'10'%20viewBox%3D'0%200%206%2010'%3E%3Cpath%20fill%3D'%23069'%20d%3D'M5.936%200l-6%205%206%205v-2l-3.686-3%203.686-3v-2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:7px auto;
}

.icon-rotate.icon-arrow-down-12x7-gray,.icon-rotate.icon-arrow-up-12x7-gray,.icon-rotate.icon-arrow-down-12x7-white,.icon-rotate.icon-arrow-up-12x7-white,.icon-rotate.icon-arrow-down-12x7-blue,.icon-rotate.icon-arrow-up-12x7-blue,.icon-rotate.tools-menu-button-icon {
	background-image:none;
}

.icon-rotate.icon-arrow-down-12x7-gray:after,.icon-rotate.icon-arrow-up-12x7-gray:after,.icon-rotate.icon-arrow-down-12x7-white:after,.icon-rotate.icon-arrow-up-12x7-white:after,.icon-rotate.icon-arrow-down-12x7-blue:after,.icon-rotate.icon-arrow-up-12x7-blue:after,.icon-rotate.tools-menu-button-icon:after {
	width:12px;
	height:7px;
}

.icon-rotate.menu-button-icon:after {
	margin-top:-1px;
}

.icon-table {
	padding-left:160px;
	min-height:90px;
	background-image:url(/static/images/icon-table-150x80-gray.2e3035a3.png);
}

@media only screen and (max-width:30em) {
	.icon-table {
		padding-left:0;
		padding-top:90px;
		min-height:0;
	}
}

.icon-plus-8x8-gray {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'8'%20height%3D'8'%20viewBox%3D'0%200%208%208'%3E%3Cg%3E%3Cpath%20fill%3D'%23676868'%20d%3D'M3%200h2v8h-2zM0%203h8v2h-8z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
	background-size:8px auto;
	width:22px;
	height:22px;
}

.icon-minus-8x8-gray {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'8'%20height%3D'8'%20viewBox%3D'0%200%208%208'%3E%3Cpath%20fill%3D'%23676868'%20d%3D'M0%203h8v2h-8z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:8px auto;
	width:22px;
	height:22px;
}

.icon-expand-12x12-gray {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%3E%3Cpath%20fill%3D'%23676868'%20d%3D'M12%2012h-12v-12h12v12zm-11.1-.9h10.2v-10.2h-10.2v10.2z'%2F%3E%3Cpath%20fill%3D'%23676868'%20d%3D'M7%205v-3h-2v3h-3v2h3v3h2v-3h3v-2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-expand-12x12-gray:hover {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%3E%3Cpath%20fill%3D'%23676868'%20d%3D'M0%200v12h12v-12h-12zm10%207h-3v3h-2v-3h-3v-2h3v-3h2v3h3v2z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.icon-double-chevron-right-10x10-blue {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'10'%20height%3D'10'%20viewBox%3D'0%200%2010%2010'%3E%3Cg%20fill%3D'%23046799'%3E%3Cpath%20d%3D'M5%201.1l3.5%203.9-3.5%203.9c-.3.2-.3.7%200%20.9.3.3.7.3.9%200l3.9-4.3c.1-.2.2-.3.2-.5s-.1-.3-.2-.5l-3.9-4.3c-.3-.3-.7-.3-.9%200-.3.2-.3.7%200%20.9'%2F%3E%3Cpath%20d%3D'M5.1%205.5c.1-.2.2-.3.2-.5s-.1-.3-.2-.5l-4-4.3c-.3-.3-.7-.3-.9%200-.3.3-.3.7%200%20.9l3.5%203.9-3.5%203.9c-.3.3-.3.7%200%20.9.3.3.7.3.9%200l4-4.3z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A),none;
	background-size:10px auto;
}

.icon-double-chevron-left-10x10-blue {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'10'%20height%3D'10'%20viewBox%3D'0%200%2010%2010'%3E%3Cg%20fill%3D'%23046799'%3E%3Cpath%20d%3D'M4.975%201.1c.3-.2.3-.7%200-.9-.2-.3-.6-.3-.9%200l-3.9%204.3c-.1.2-.2.3-.2.5s.1.3.2.5l3.9%204.3c.2.3.6.3.9%200%20.3-.2.3-.7%200-.9L1.474%205l3.5-3.9'%2F%3E%3Cpath%20d%3D'M8.875%209.8c.2.3.6.3.9%200%20.3-.2.3-.6%200-.9L6.274%205l3.5-3.9c.3-.2.3-.6%200-.9-.2-.3-.6-.3-.9%200l-4%204.3c-.1.2-.2.3-.2.5s.1.3.2.5l4%204.3z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A),none;
	background-size:10px auto;
}

a {
	text-decoration:none;
	vertical-align:baseline;
	color:#069;
}

a:hover,a:focus {
	text-decoration:underline;
}

.kill-hover:hover,.kill-hover:focus {
	text-decoration:none;
}

.right-arrow:after {
	content:' \00BB';
}

.link-like {
	color:#069;
	border:0;
	background-color:transparent;
	font-weight:inherit;
	font-family:inherit;
	cursor:pointer;
}

.link-like:hover,.link-like:focus {
	text-decoration:underline;
}

.link-like:focus {
	outline:thin dotted;
}

.block-link:focus {
	outline:0;
}

.block-link:hover>span,.block-link:focus>span {
	text-decoration:underline;
}

.header-tools-link {
	height:29px;
}

.banner .active-tools-link {
	background-color:#fff;
	color:#222;
}

.background-brand-secondary .tools-popup a {
	color:#069;
}

.subject-tag-link {
	display:inline-block;
	background-color:#eee;
	padding:2px 5px;
}

.subject-tag-link:hover {
	background-color:#dae5ea;
	text-decoration:none;
}

.role-button:hover {
	cursor:pointer;
}

.role-button:focus {
	outline:thin dotted;
}

.small-header-icons,.general-button,.horizontal-nav-button,.pill-button,.search-btn {
	-webkit-transition:background-color .2s ease-out,color .2s ease-out;
	-moz-transition:background-color .2s ease-out,color .2s ease-out;
	-o-transition:background-color .2s ease-out,color .2s ease-out;
	transition:background-color .2s ease-out,color .2s ease-out;
}

.pill-button,.pill-button-expand {
	padding:6px 20px;
	background-color:#fff;
	border:4px solid #bcd2dc;
	border-radius:20px;
	font-size:1.4rem;
	line-height:1.4;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.pill-button:hover,.pill-button-expand:hover {
	background-color:#069;
	color:#fff;
}

.pill-button>span {
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:10px auto;
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cg%20fill%3D%22%23046799%22%3E%3Cpath%20d%3D%22M4.975%201.1c.3-.2.3-.7%200-.9-.2-.3-.6-.3-.9%200l-3.9%204.3c-.1.2-.2.3-.2.5s.1.3.2.5l3.9%204.3c.2.3.6.3.9%200%20.3-.2.3-.7%200-.9L1.474%205l3.5-3.9%22%2F%3E%3Cpath%20d%3D%22M8.875%209.8c.2.3.6.3.9%200%20.3-.2.3-.6%200-.9L6.274%205l3.5-3.9c.3-.2.3-.6%200-.9-.2-.3-.6-.3-.9%200l-4%204.3c-.1.2-.2.3-.2.5s.1.3.2.5l4%204.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A),none; /**/
}

.pill-button:hover>span {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.975%2C8.898l-3.5-3.899l3.5-3.9c0.3-0.199%2C0.3-0.699%2C0-0.899c-0.3-0.3-0.7-0.3-0.9%2C0l-3.899%2C4.3%0A%09%09c-0.101%2C0.2-0.2%2C0.3-0.2%2C0.5s0.1%2C0.3%2C0.2%2C0.5l3.899%2C4.3c0.301%2C0.301%2C0.7%2C0.301%2C0.9%2C0C5.274%2C9.6%2C5.274%2C9.1%2C4.975%2C8.898%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.875%2C4.499c-0.1%2C0.2-0.2%2C0.3-0.2%2C0.5s0.1%2C0.3%2C0.2%2C0.5l4%2C4.3c0.3%2C0.301%2C0.699%2C0.301%2C0.899%2C0%0A%09%09c0.3-0.3%2C0.3-0.699%2C0-0.9l-3.5-3.899l3.5-3.9c0.3-0.3%2C0.3-0.699%2C0-0.899s-0.7-0.3-0.899%2C0L4.875%2C4.499z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E),none;/**/
}

.pill-button-expand>span:after {
	width:12px;
	height:7px;
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23069'%20d%3D'M9.6%200l-3.6%204.3-3.6-4.3h-2.4l6%207%206-7h-2.4z'%2F%3E%3C%2Fsvg%3E),none;
}

.pill-button-expand:hover>span:after {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M9.6%200l-3.6%204.3-3.6-4.3h-2.4l6%207%206-7h-2.4z'%2F%3E%3C%2Fsvg%3E),none;
}

.general-button,.horizontal-nav-button {
	border:1px solid #069;
	background:#069;
	color:#fff;
	line-height:1.5;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	padding:6px 20px;
	text-align:center;
	width:auto;
	min-width:100px;
	display:inline-block;
}

.general-button:visited {
	color:#fff;
}

.secondary-button,.general-button:hover,.general-button:focus,.horizontal-nav-button:hover {
	background:#fff;
	border-color:#069;
	color:#069;
	text-decoration:none;
}

.general-button:disabled {
	background:#eee;
	color:#999;
	border-color:#999;
}

.secondary-button:hover,.secondary-button:focus {
	text-decoration:underline;
}

.horizontal-nav-button {
	font-weight:700;
	min-width:158px;
}

.horizontal-nav-button>span {
	background-repeat:no-repeat;
	background-size:40px 35px;
	display:inline-block;
	vertical-align:middle;
}

.horizontal-nav-button.left {
	float:left;
	text-align:left;
}

.horizontal-nav-button.right {
	float:right;
	text-align:right;
}

.horizontal-nav-button.left>span {
	background-image:url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D'1.0'%20encoding%3D'utf-8'%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN'%20'http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd'%3E%3Csvg%20version%3D'1.1'%20id%3D'Layer_2'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'286.1%20107.4%20391.9%20335'%20enable-background%3D'new%20286.1%20107.4%20391.9%20335'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'554.1%2C274.9%20678%2C184.6%20678%2C107.4%20448.5%2C274.9%20678%2C442.5%20678%2C365.3'%2F%3E%3Cpolygon%20fill%3D'%23FFFFFF'%20points%3D'391.6%2C274.9%20515.6%2C184.6%20515.6%2C107.4%20286.1%2C274.9%20515.6%2C442.5%20515.6%2C365.3'%2F%3E%3C%2Fsvg%3E%0A),none;
	background-position:left;
	padding-left:55px;
}

.horizontal-nav-button.right>span {
	background-image:url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D'1.0'%20encoding%3D'utf-8'%3F%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%3C!DOCTYPE%20svg%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN'%20'http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd'%3E%3Csvg%20version%3D'1.1'%20id%3D'Layer_2'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'286.1%20107.4%20391.9%20335'%20enable-background%3D'new%20286.1%20107.4%20391.9%20335'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23FFFFFF'%20points%3D'286.1%2C365.3%20286.1%2C442.5%20515.6%2C274.9%20286.1%2C107.4%20286.1%2C184.6%20409.9%2C274.9'%2F%3E%3Cpolygon%20fill%3D'%23FFFFFF'%20points%3D'448.5%2C365.3%20448.5%2C442.5%20678%2C274.9%20448.5%2C107.4%20448.5%2C184.6%20572.4%2C274.9'%2F%3E%3C%2Fsvg%3E%0A),none;
	background-position:right;
	padding-right:55px;
}

.horizontal-nav-button.left:hover>span {
	background-image:url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D'1.0'%20encoding%3D'utf-8'%3F%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)--%3E%3C!DOCTYPE%20svg%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN'%20'http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd'%3E%3Csvg%20version%3D'1.1'%20id%3D'Layer_2'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'286.1%20107.4%20391.9%20335'%20enable-background%3D'new%20286.1%20107.4%20391.9%20335'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23006699'%20points%3D'554.1%2C274.9%20678%2C184.6%20678%2C107.4%20448.5%2C274.9%20678%2C442.5%20678%2C365.3'%2F%3E%3Cpolygon%20fill%3D'%23006699'%20points%3D'391.6%2C274.9%20515.6%2C184.6%20515.6%2C107.4%20286.1%2C274.9%20515.6%2C442.5%20515.6%2C365.3'%2F%3E%3C%2Fsvg%3E%0A),none;
}

.horizontal-nav-button.right:hover>span {
	background-image:url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D'1.0'%20encoding%3D'utf-8'%3F%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)--%3E%3C!DOCTYPE%20svg%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN'%20'http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd'%3E%3Csvg%20version%3D'1.1'%20id%3D'Layer_2'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'286.1%20107.4%20391.9%20335'%20enable-background%3D'new%20286.1%20107.4%20391.9%20335'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23006699'%20points%3D'286.1%2C365.3%20286.1%2C442.5%20515.6%2C274.9%20286.1%2C107.4%20286.1%2C184.6%20409.9%2C274.9'%2F%3E%3Cpolygon%20fill%3D'%23006699'%20points%3D'448.5%2C365.3%20448.5%2C442.5%20678%2C274.9%20448.5%2C107.4%20448.5%2C184.6%20572.4%2C274.9'%2F%3E%3C%2Fsvg%3E%0A),none;
}

@media only screen and (max-width:40em) {
	.horizontal-nav-button {
		min-width:0;
	}

	.horizontal-nav-button>span {
		height:40px;
		overflow:hidden;
		width:0;
	}

	.horizontal-nav-button.left>span {
		padding-left:40px;
	}

	.horizontal-nav-button.right>span {
		padding-left:40px;
		padding-right:0;
	}
}

.button-match-form {
	padding:10px 25px;
	min-width:0;
}

.tab-like button {
	color:#069;
	border:solid #069;
	border-width:1px 1px 1px 0;
	background-color:#dae5ea;
	position:relative;
	width:100%;
}

.tab-like:last-child button {
	border-left:1px solid #069;
}

.tab-like button:focus {
	text-decoration:none;
	outline:thin dotted;
}

.tab-like button.selected {
	color:#222;
	background-color:#fff;
	border-bottom:1px solid #fff;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.tab-like:first-child button:before,.tab-like button.selected:after {
	content:'';
	width:1px;
	height:1px;
	background-color:#069;
	position:absolute;
	bottom:-1px;
	right:-1px;
}

.tab-like:first-child button:before {
	left:-1px;
}

.number {
	list-style-type:decimal;
}

.bullet {
	list-style-type:disc;
}

.none {
	list-style-type:none;
}

.ucletter {
	list-style-type:upper-alpha;
}

.lcletter {
	list-style-type:lower-alpha;
}

.ucroman {
	list-style-type:upper-roman;
}

.lcroman {
	list-style-type:lower-roman;
}

.inside {
	list-style-position:inside;
}

.clean-list {
	padding:0;
	list-style:none;
}

nav ul,nav ol {
	list-style:none;
	list-style-image:none;
}

.ie11-list-hack {
	list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.horizontal-list>li {
	float:left;
}

.inline-list>li,.inline-list>dt,.inline-list>dd {
	display:inline;
}

.piped-list>li {
	padding:0 8px;
	border-left:1px solid #dadada;
}

.piped-list>li:first-child {
	border:0;
	padding-left:0;
}

.indented-list p,.indented-list ul,.indented-list h1,.indented-list h3 {
	margin-right:50px; /*0503*/
}

.indented-counter {
	width:40px;
}

.pagination li {
	background-color:#fff;
	margin:4px 4px 0 4px; /**/
	border:1px solid #069;
}

.pagination li:first-child {
	margin-left:0;
}

.pagination a {
	display:block;
}

.pagination .current,.pagination a:hover,.pagination a:focus {
	background-color:#069;
	color:#fff;
	text-decoration:none;
}

.pagination a:hover .icon-left-small,.pagination a:focus .icon-left-small {
	background-image:url(../img/icons/icon-arrow-left-6x10-white.svg);
}

.pagination a:hover .icon-right-small,.pagination a:focus .icon-right-small {
	background-image:url(../img/icons/icon-arrow-right-6x10-white.svg);
}

.pagination .disabled {
	border-color:#c4c4c4;
	color:#c4c4c4;
	padding:0 6px;
}

.pagination .seperator {
	background-color:transparent;
	border:0;
}

.pagination .hide-seperator {
	display:none;
	visibility:hidden;
}

.pagination a,.pagination .current,.pagination .seperator {
	padding:0 6px;
}

.pagination .icon-left-small {
	background-position:0 50%;
	padding-left:14px;
}

.pagination .icon-right-small {
	background-position:100% 50%;
	padding-right:14px;
}

@media only screen and (max-width:62.5em),(max-width:32.5em) {
	.pagination-size-8 .hide-nav-text,.pagination-size-9 .hide-nav-text {
		position:absolute;
		left:-9999em;
	}

	.pagination-size-8 .icon,.pagination-size-9 .icon {
		height:24px;
		display:block;
		padding:0 8px 0 0;
	}
}

@media only screen and (max-width:48em) and (min-width:32.5em) {
	.pagination-size-8 .hide-nav-text,.pagination-size-9 .hide-nav-text {
		position:static;
		left:auto;
	}

	.pagination-size-8 .icon-left-small,.pagination-size-9 .icon-left-small {
		display:inline;
		padding:0 0 0 14px;
	}

	.pagination-size-8 .icon-right-small,.pagination-size-9 .icon-right-small {
		display:inline;
		padding:0 14px 0 0;
	}
}

@media only screen and (max-width:32.5em) {
	.pagination .hide-nav-text {
		position:absolute;
		left:-9999em;
	}

	.pagination .hide-small-screen {
		display:none;
	}

	.pagination .icon {
		height:24px;
		display:block;
		padding:3px 0 2px;
	}

	.pagination .show-small-screen {
		display:inline-block;
		visibility:visible;
	}

	.pagination li a,.pagination .current,.pagination .disabled {
		padding:6px 12px;
	}

	.pagination .icon-right-small {
		padding-right:8px;
	}

	.pagination .icon-left-small {
		padding-left:8px;
	}
}

.pagination .icon-arrow-left-blue {
	background-image:url(../img/icons/icon-arrow-left-6x10-blue.svg);
}

.pagination .icon-arrow-right-blue {
	background-image:url(../img/icons/icon-arrow-right-6x10-blue.svg);
}

.pagination .icon-arrow-left {
	background-image:url(../img/icons/icon-arrow-left-6x10-gray-light.svg);
}

.pagination .icon-arrow-right {
	background-image:url(../img/icons/icon-arrow-right-6x10-gray-light.svg);
}

table {
	width:100%;
	margin-bottom:0;
}

.table-group>table {
	border-bottom:1px solid #dadada;
}

.table-group>.last-table {
	border-bottom:0;
}

.table-group>table+table {
	margin-top:24px;
	border-top:1px solid #dadada;
}

th,td {
	padding:5px 10px;
	border-left:1px solid #dadada;
	text-align:left;
}

.match-spacing {
	padding:5px 10px;
}

th {
	vertical-align:bottom;
}

th[valign=top],.row-scope {
	vertical-align:top;
}

th[valign=middle] {
	vertical-align:middle;
}

td {
	vertical-align:top;
}

.table-highlight tr:hover,.table-highlight tr:hover th,.table-highlight tr:hover td {
	background-color:#ff9;
}

.last-cell {
	border-right:0;
}

thead tr {
	border-bottom:1px solid #dadada;
}

tbody tr {
	border-top:1px solid #dadada;
}

tbody tr:first-child {
	border-top:0;
}

th,tr {
	background:#eee;
}

.odd {
	background:#fff;
}

tfoot tr {
	border-top:2px solid #dadada;
}

tfoot td {
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.scroll-wrapper {
	overflow-x:auto;
	position:relative;
	min-width:100%;
}

.js .accordian-group,.js .tab-group {
	position:relative;
}

.js .accordian-content,.js .tab-content {
	display:none;
}

.js .active .tab-content {
	display:block;
	margin-left:-100%;
}

.js .accordian,.js .tab {
	float:left;
	position:relative;
	z-index:2;
	text-align:center;
	font-size:1.3rem;
}

.js .active .tab {
	cursor:default;
}

.js .accordian-btn,.js .tab-btn {
	padding:10px;
	margin-left:1px;
	line-height:1.5;
}

.js .tab-first .tab-btn {
	margin-left:0;
}

.js .active .tab-btn {
	padding-bottom:11px;
}

.js .tab .accordian-icon {
	padding:0;
}

.js .active .tab-single {
	border:0;
	margin:0;
	height:auto;
	font-size:1.6rem;
	margin-bottom:12px;
}

.js .active .tab-single .tab-btn {
	padding:0;
}

.js .tab-single+.tab-content {
	float:left;
	margin:0;
}

.js .tab-single+.tab-content>div {
	border:0;
	padding:0;
}

.js .active .accordian-content {
	display:block;
	width:100%;
}

.js .accordian {
	margin-bottom:0;
	height:auto;
	width:100%;
}

.js .accordian-btn {
	margin-left:0;
}

.js .active .accordian-btn {
	cursor:default;
}

.js .accordian .accordian-icon {
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
}

.js .accordian .active .accordian-icon {
	padding:0;
}

.js .tab-skin .tab-btn,.js .accordian-skin .accordian-btn {
	color:#fff;
	background:#5a5a62;
	transition:background .2s ease-in-out;
}

.js .active .tab-skin .tab-btn:hover,.js .active .accordian-skin .accordian-btn:hover {
	text-decoration:none;
}

.js .active .tab-skin .tab-btn {
	color:#222;
	background:#fff;
	border-top:1px solid #dadada;
	border-right:1px solid #dadada;
	border-left:1px solid #dadada;
}

.js .active .accordian-content {
	border-bottom:1px solid #fff;
}

.js .accordian-skin .accordian-btn {
	background:#5a5a62;
	color:#fff;
	border-bottom:1px solid #fff;
}

.js .active .accordian-skin .accordian-btn {
	border-top:1px solid #dadada;
	border-right:1px solid #dadada;
	border-bottom:0;
	border-left:1px solid #dadada;
	background:#fff;
	color:#222;
}

.js .accordian-skin .accordian-btn:hover span {
	text-decoration:underline;
}

.js .active .accordian-skin .accordian-btn:hover span {
	text-decoration:none;
}

.js .accordian-skin .accordian-icon {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M9.6%200l-3.6%204.3-3.6-4.3h-2.4l6%207%206-7h-2.4z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.js .tab-skin .tab-icon,.js .active .accordian-skin .accordian-icon {
	padding:0;
	background:none;
}

.image-constraint {
	display:block;
	width:auto;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

.image-constraint-inner {
	display:block;
	width:400%;
	margin-left:-150%;
}

.image-constraint-stretch img {
	max-width:none;
	max-height:none;
	width:25%;
}

.listing-image-constraint {
	max-height:130px;
}

@media only screen and (max-width:40em) {
	.listing-image-constraint {
		max-height:100px;
	}
}

@media only screen and (min-width:75.06em) {
	.full-size-last {
		margin-left:0;
	}

	.full-size-clear {
		clear:both;
	}

	.full-size-kill-left {
		margin-left:0;
	}
}

@media only screen and (max-width:75em) and (min-width:54.74em) {
	.just-mq1200-last {
		margin-left:0;/**/
	}

	.just-mq1200-clear {
		clear:both;
	}

	.just-mq1200-kill-left {
		margin-left:0;
	}
}

@media only screen and (max-width:54.688em) and (min-width:40.06em) {
	.just-mq875-last {
		margin-left:0;
	}

	.just-mq875-clear {
		clear:both;
	}

	.just-mq875-kill-left {
		margin-left:0;
	}
}

@media only screen and (max-width:40em) and (min-width:30.06em) {
	.just-mq640-last {
		margin-right:0;
	}

	.just-mq640-clear {
		clear:both;
	}

	.just-mq640-kill-left {
		margin-left:0;
	}
}

@media only screen and (max-width:30em) {
	.just-mq480-last {
		margin-right:0;
	}

	.just-mq480-clear {
		clear:both;
	}

	.just-mq480-kill-left {
		margin-left:0;
	}
}

@media only screen and (max-width:75em) {
	.mq1200-grid-12 {
		width:100%;
	}

	.mq1200-grid-4 {
		width:31.2%;
	}
}

@media only screen and (max-width:54.688em) {
	.mq875-grid-12 {
		width:100%;
	}

	.mq875-grid-10 {
		width:82.8%;
	}

	.mq875-grid-8 {
		width:65.6%;
	}

	.mq875-grid-7 {
		width:57%;
	}

	.mq875-grid-6 {
		width:48.4%;
	}

	.mq875-grid-4 {
		width:31.2%;
	}

	.mq875-grid-3 {
		width:22.6%;
	}

	.mq875-grid-1 {
		width:5.4%;
	}

	.mq875-kill-left {
		margin-left:0;
	}
}

@media only screen and (max-width:40em) {
	.mq640-last {
		margin-right:0;
	}

	.mq640-clear {
		clear:both;
	}

	.mq640-grid-12 {
		width:100%;
	}

	.mq640-grid-9 {
		width:74.2%;
	}

	.mq640-grid-6 {
		width:48.4%;
	}

	.mq640-grid-4 {
		width:31.2%;
	}

	.mq640-kill-left {
		margin-left:0;
	}
}

@media only screen and (max-width:30em) {
	.mq480-grid-12 {
		width:100%;
	}
}

body:before {
	content:'full';
	position:absolute;
	top:-1px;
	left:-1px;
	height:0;
	width:0;
	overflow:hidden;
}

@media only screen and (max-width:75em) {
	body:before {
		content:'mq1200';
	}
}

@media only screen and (max-width:54.688em) {
	body:before {
		content:'mq875';
	}
}

@media only screen and (max-width:40em) {
	body:before {
		content:'mq640';
	}
}

@media only screen and (max-width:30em) {
	body:before {
		content:'mq480';
	}
}

.skiplink {
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}

.skiplink:focus {
	width:auto;
	height:auto;
	overflow:visible;
	margin:2px 0 1px;
	padding:2px;
}

.breadcrumbs {
	padding:10px 20px;
}

.breadcrumbs ol {
	overflow:hidden;
	line-height:1.1em;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.small-header-icons {
	padding-left:7px;
	padding-right:7px;
	margin-top:14px;
	width:60px;
}

.small-header-icons:hover {
	text-decoration:none;
}

@media only screen and (max-width:75em) {
	.breadcrumbs {
		padding:10px 20px 10px 55px;
	}
}

.sticky-header {
	width:100%;
	height:39px;
	position:fixed;
	top:0;
}

.sticky-header .menu-button {
	top:0;
	margin:7px 0;
}

.header-logo-container {
	padding:15px 20px;
}

.sticky-header .header-logo-container {
	padding:7px 20px 7px 0;
	height:25px;
}

.sticky-header .header-logo {
	height:25px;
}

.sticky-header .header-logo img {
	max-height:25px;
}

.sticky-header .small-header-icons {
	border-left:1px solid #8d8d78;
	padding:7px 16px;
	background-color:#5a5a62;
	margin-top:0;
	margin-left:0;/**/
	width:auto;
}

.sticky-header .small-header-icons:last-of-type {
	border-left:0;/**/
}

.sticky-header .small-header-main {
	width:auto;
	margin:0;
}

.nature-research-logo {
	width:299px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.small-header-side {
	left:0;/*0411*/
}

.sticky-header .small-header-side {
	width:auto;
	float:left;/*0411*/
	margin:0;
	position:static;
}

.sticky-header .small-header-hide {
	display:none;
	visibility:hidden;
}

.sticky-header .small-header-show {
	display:inline;
	visibility:visible;
}

.banner .header-tools-show {
	display:block;
	visibility:visible;
}

.header-logo-container,.header-logo {
	height:50px;
	overflow:hidden;
}

.header-logo img {
	max-height:50px;
	margin:0;
	padding:0;
}

.header-logo-primary,.sticky-header .header-logo-secondary {
	display:inline;
	visibility:visible;
}

.header-logo-secondary,.sticky-header .header-logo-primary {
	display:none;
	visibility:hidden;
}

.menu-button,.menu-button-clone {
	position:absolute;
	top:15px;
	left:100%;
	padding:6px 10px;
	border:1px solid #222;
	border:1px solid rgba(34,34,34,.75);
	text-transform:uppercase;
	font-size:1.4rem;
	color:#222;
}

.menu-button:hover,.menu-button:focus,.menu-button-clone:hover,.menu-button-clone:focus {
	text-decoration:none;
}

.menu-button-icon {
	display:block;
	position:relative;
	padding-right:15px;
	line-height:1em;
	text-align:right;
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.menu-button-icon:after {
	width:12px;
	height:7px;
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'7'%20viewBox%3D'0%200%2012%207'%3E%3Cpath%20fill%3D'%23222'%20d%3D'M9.7%200L6%204.3%202.3%200H0l6%207%206-7H9.7z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.menu-button-label {
	padding-right:4px;
}

.menu-button-icon,.menu-button-label {
	height:11px;
	line-height:11px;
}

.menu-button-icon {
	min-width:45px;
}

@media only screen and (max-width:75em) {
	.small-header-side {
		left:20px; /*0411*/
	}

	.sticky-header .menu-button,.menu-button {
		display:inline-block;
		float:none;
		vertical-align:top;
		position:static;
		margin:1px 20px 1px 0;
	}

	.up-next {
		display:none;
	}

	.menu-button-icon {
		min-width:0;
	}

	.menu-button-label {
		display:none;
	}

	.menu-button-icon {
		padding-right:12px;
	}

	.sticky-header .header-logo-container,.header-logo-container {
		padding-left:0;
	}

	.banner {
		padding-left:0; /**/
		padding-right:0;
	}
}

@media only screen and (max-width:54.688em) {
	.menu-button {
		margin:1px 20px 1px 0;
	}

	.header-logo-container {
		padding:7px 20px 7px 0;
		height:25px;
	}

	.header-logo {
		height:25px;
	}

	.header-logo img {
		max-height:25px;
	}

	.header-logo-primary {
		display:none;
		visibility:hidden;
	}

	.header-logo-secondary {
		display:inline;
		visibility:visible;
	}

	.small-header-icons {
		border-right:1px solid #8d8d78;/**/
		margin-top:0;
		margin-left:0;/**/
		padding:7px 16px;
		width:auto;
		background-color:#5a5a62;
	}

	.sticky-header .small-header-icons {
		border-right: 0;/**/
		margin-left:0;/**/
	}

	.small-header-icons:first-of-type {
		border-right:0;/**/
	}

	.small-header-main {
		width:auto !important;/**/
		margin:0 !important;/**/
	}

	.small-header-side {
		width:auto;
		float:left; /*0411*/
		margin:0;
		position:static;
	}

	.nature-research-logo {
		width:231px;
		margin-right:-20px;
	}

	.menu .menu-row {
		padding:0;
	}

	.menu .menu-cell ul {
		margin:0;
	}

	.menu .menu-cell li {
		display:block;
		padding:20px;
		float:none;
		border-bottom:1px solid #dadada;
	}

	.menu .background-gradient-brand-gray {
		background-image:none;
	}

	.menu h2 {
		margin:0;
		padding:20px;
	}
}

@media only screen and (max-width:40em) {
	.menu-button,.sticky-header .menu-button {
		margin-right:4px;
	}

	.sticky-header .header-logo-primary,.header-logo-primary {
		display:inline;
		visibility:visible;
	}

	.header-logo-secondary,.sticky-header .header-logo-secondary {
		display:none;
		visibility:hidden;
	}
}

.js .menu {
	position:absolute;
	overflow-y:auto;
	left:0;
	right:0;
	top:-500px;
	opacity:0;
	margin:0;
}

.js .sticky-header~.menu {
	position:fixed;
}

.js .menu-open {
	opacity:1;
}

.beta-switch {
	display:block;
	background-color:#069;
	color:#fff;
}

.beta-switch a,.beta-switch a:visited {
	color:#fff;
	text-decoration:underline;
}

@media only screen and (max-width:75em) and (min-width:54.74em) {
	.banner {
		padding-right:20px;
	}
}

.cookie-banner {
	background-color:#303030;
}

.cookie-banner .icon {
	background-image:url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D'1.0'%20encoding%3D'utf-8'%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D'1.1'%20id%3D'Layer_1'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%20x%3D'0px'%20y%3D'0px'%0A%09%20width%3D'16px'%20height%3D'16px'%20viewBox%3D'0%200%2016%2016'%20style%3D'enable-background%3Anew%200%200%2016%2016%3B'%20xml%3Aspace%3D'preserve'%3E%0A%3Cstyle%20type%3D'text%2Fcss'%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D'st0'%20d%3D'M15.9%2C14.4L8.5%2C1.5C8.2%2C1%2C7.8%2C1%2C7.5%2C1.5L0.1%2C14.4c-0.3%2C0.5%2C0%2C0.9%2C0.5%2C0.9h14.7C15.9%2C15.3%2C16.2%2C14.9%2C15.9%2C14.4z%0A%09%20M7.3%2C4.8h1.5C9%2C4.8%2C9.1%2C4.9%2C9%2C5.1l-0.2%2C5.7c0%2C0.2-0.1%2C0.3-0.3%2C0.3H7.4c-0.2%2C0-0.3-0.1-0.3-0.3L7%2C5.1C6.9%2C4.9%2C7%2C4.8%2C7.3%2C4.8z%0A%09%20M8%2C14.3c-1%2C0-1.2-0.6-1.2-1.1c0-0.6%2C0.2-1.1%2C1.2-1.1c1%2C0%2C1.2%2C0.4%2C1.2%2C1.1C9.2%2C13.7%2C9%2C14.3%2C8%2C14.3z'%2F%3E%0A%3C%2Fsvg%3E%0A),none;
	background-size:16px 16px;
	padding-left:21px;
}

.accept-btn {
	background-color:#303030;
	border:none;
	cursor:pointer;
	text-decoration:none;
}

.accept-btn:hover {
	text-decoration:underline;
	cursor:pointer;
}

.animate-opacity-top {
	-webkit-transition:opacity .5s ease-out,top .5s ease-out;
	-moz-transition:opacity .5s ease-out,top .5s ease-out;
	transition:opacity .5s ease-out,top .5s ease-out;
}

.notransition {
	-webkit-transition:none!important;
	-moz-transition:none!important;
	-o-transition:none!important;
	-ms-transition:none!important;
	transition:none!important;
}

.wysiwyg .box {
	border:1px solid #e7e7e7;
	background-color:#fff;
}

.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6 {
	color:#222;
	font-family:Lora,Palatino,Times,Times New Roman,serif;
}

.wysiwyg .content-image {
	margin:6px 20px;
	max-width:50%;
	display:block;
}

.wysiwyg .content-image-left {
	float:left;
	margin-left:0;
}

.wysiwyg .content-image-right {
	float:right;
	margin-right:0;
}

@media only screen and (max-width:40em) {
	.wysiwyg .content-image {
		margin:0 0 28px;
		max-width:100%;
		float:none;
	}
}

.js-image {
	width:33%;
}

.content-image-left {
	margin:7px 28px 14px 0;
	float:left;
}

.content-image-right {
	margin:7px 0 14px 28px;
	float:right;
}

.content-image-center {
	margin:0 auto 28px;
}

.content-image-half {
	margin:7px 28px 14px 0;
	float:left;
	width:auto;
	max-width:50%;
}

.max-width-content-image {
	max-width:50%;
}

.max-width-third {
	max-width:33%;
}

#home .credit {
	font-size:1rem;
	margin:6px 10px;
	color:#fff;
	position:absolute;
	display:inline-block;
	text-shadow:0 0 1px #222,0 1px 1px #222,1px 0 1px #222,1px 1px 1px #222,-1px 0 1px #222,0 -1px 1px #222,-1px -1px 1px #222;
}

.ie9 #home .credit {
	background:#222;
	padding:2px 4px;
	margin:6px;
}

@media only screen and (max-width:54.688em) and (min-width:40.06em) {
	.just-mq875-content-image-center {
		margin:0 auto 28px;
		float:none;
		max-width:100%;
	}
}

@media only screen and (max-width:30em) {
	.just-mq480-content-image-center {
		margin:0 auto 28px;
		float:none;
		max-width:100%;
	}
}

.filter-container {
	display:block;
	float:right;/**/
	z-index:30;
	position:relative;
}

.filter-bar-title {
	display:none;
}

.filter-disabled,.filter-btn {
	margin:0 1px 0 0;
	padding:3px 20px;
	font-size:1.4rem;
}

.filter-container:last-child>.filter-btn {
	margin-right:0;
}

.filter-panel {
	min-width:60px;
	position:absolute;
	white-space:nowrap;
	z-index:40;
	padding:30px 20px 40px;
	text-align:left;
}

.filter-container:last-child>.filter-panel {
	right:0!important;
}

.filter-accordion .filter-disabled {
	display:none;
}

.filter-accordion .filter-bar-title {
	display:block;
	padding:3px 20px;
}

.filter-narrow .filter-container,.filter-accordion .filter-bar-panel {
	position:absolute;
	z-index:50;
	right:0;
	width:100%;
}

.filter-accordion legend {
	width:100%;
}

.filter-accordion .filter-btn {
	font-family:Palatino,Times,Times New Roman,serif;
	font-size:1.8rem;
	padding-top:9px;
	padding-bottom:9px;
	margin-right:0;
}

.filter-narrow .filter-panel,.filter-accordion .filter-container {
	display:block;
	text-align:right; /**/
	border-bottom:1px solid #999;
	margin:0 20px;
	width: 100% !important; /**/
}

.filter-accordion .js-hide {
	display:none;
}

.filter-narrow .filter-panel,.filter-accordion .filter-panel {
	padding:5px 0;
	background:#fff;
	color:#069;
	position:static;
}

.filter-narrow .filter-entry,.filter-accordion .filter-entry {
	border-bottom:1px solid #dadada;
	padding:0 15px;
	background-color: #fff; /**/
	float: none !important; /**/
	text-align: right;
}

.filter-narrow .filter-entry:last-child,.filter-accordion .filter-entry:last-child {
	border-bottom:0;
}

.filter-narrow .filter-entry .fillrow,.filter-accordion .filter-entry .fillrow {
	width:100%;
	display:inline-block;
	padding:13px 0;
}

.filter-btn,.filter-panel a {
	color:#069;
}

.filter-disabled {
	color:#666;
}

.filter-panel,.filter-accordion .filter-btn,.filter-btn:hover,.filter-btn.active,.filter-btn:focus,.filter-bar-title:hover,.filter-bar-title:focus,.filter-bar-title.active {
	background-color:#dadada;
}

.filter-btn:focus {
	outline:0;
}

.filter-btn:focus .outline {
	outline:1px dotted #000;
}

.filter-entry-is-selected,.filter-entry-is-selected a {
	color:#666;
	text-decoration:none;
	font-weight:400;
}

.filter-remove-btn {
	background-color:#dae5ea;
	color:#666;
	border:0;
}

.filter-remove-btn .icon {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'12'%20viewBox%3D'-393%20195%2012%2012'%20enable-background%3D'new%20-393%20195%2012%2012'%3E%3Cpath%20fill%3D'%23DAE5EA'%20d%3D'M-393%20195h12v12h-12v-12z'%2F%3E%3Cpath%20fill%3D'%23069'%20d%3D'M-389.8%20205l-1.1-1.1%206.8-6.9%201.1%201.1-6.8%206.9zm6.7-1.1l-1.1%201.1-6.8-6.9%201.1-1.1%206.8%206.9z'%2F%3E%3C%2Fsvg%3E),none;
	background-size:12px auto;
}

.filter-remove-btn:hover .icon,.filter-remove-btn:focus .icon {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%3E%3Cpath%20fill%3D'%23006699'%20d%3D'M0%200h12v12h-12z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M3.2%2010l-1.1-1.1%206.8-6.9%201.1%201.1-6.8%206.9zm6.7-1.1l-1.1%201.1-6.8-6.9%201.1-1.1%206.8%206.9z'%2F%3E%3C%2Fsvg%3E),none;
}

.container-type-title+.container-type-filters {
	margin-top:-30px;
}

.wysiwyg .float--right {
	margin:6px 0 6px 20px;
	float:right;
	max-width:50%;
	display:block;
}

.wysiwyg .float--left {
	float:left;
	margin:6px 20px 6px 0;
	max-width:50%;
	display:block;
}

@media only screen and (max-width:40em) {
	.wysiwyg .float--left,.wysiwyg .float--right {
		margin:0 0 28px;
		max-width:100%;
		float:none;
	}
}

.intro--paragraph {
	margin-bottom:28px;
}

.divider--paragraph {
	margin-top:0;
	position:relative;
	border:none;
	margin-bottom:30px;
	border-top:1px solid #999;
}

.underline {
	text-decoration:underline;
}

.strike {
	text-decoration:line-through;
}

.CmsItem--video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
	margin-bottom:30px;
}

.CmsItem--video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.icon-biological-sciences {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'50'%20height%3D'50'%20viewBox%3D'0%200%2050%2050'%3E%3Cpath%20fill%3D'%23F3F0FC'%20d%3D'M0%2025c0%2013.8%2011.1%2025%2025%2025h25V25C50%2011.2%2038.9%200%2025%200S0%2011.2%200%2025z'%2F%3E%3Cg%20fill%3D'%236C5D84'%3E%3Cpath%20d%3D'M34.4%2016.5l2-2c1-1%201-2.6%200-3.7L34.6%209c-1-.9-2.5-1.1-3.7%200l-8.1%208.1c-.7.7-1.1%201.3-.9%202.3l-1.4%201.4c-.7.7-1.2%201.3-.5%201.9l2.8%202.7c.6.7%201.3.2%202-.5l1.4-1.4c1%20.2%201.4-.4%202.1-1l.9-.9.5-.5c2.2%205.9-2.5%2010.8-7.4%2013.1h-4.8c-1.4%200-2.6%201.2-2.6%202.6v1.8c0%20.5.4.9.9.9h19c.5%200%20.9-.4.9-.9v-1.8c0-1.4-1.2-2.6-2.6-2.6h-2.2c6.2-5.3%205.1-12.6%203.5-17.7zm-10.9%207.8l-.4-.4-1.8-1.8%201.7-1.7%202.2%202.2-1.7%201.7zm5.3-4.6l-1.7%201.7c-.3.3-.9.3-1.3%200L24%2019.7c-.4-.4-.3-.9%200-1.3l8.3-8.3c.3-.3.8-.4%201.3%200l1.8%201.8c.3.4.4.8%200%201.3l-1.7%201.7c-1%20.9-3.8%203.8-4.9%204.8zm4.6%2016.2c.5%200%20.9.4.9.9v.9H16.4v-.9c0-.5.4-.9.9-.9h16.1zM28%2034.2h-2.6c5.1-2.9%208.4-8.6%205.9-14.8%201.2-1.3%201.5-1.6%201.6-1.7%202.4%207.9.4%2012.5-4.9%2016.5z'%2F%3E%3Cpath%20d%3D'M25.5%2033.4l-10.7-7.1c-.1-.1-.1-.2-.1-.3l.8-1.3c.1-.1.2-.1.3-.1l10.7%207.1c.1.1.1.2.1.3l-.8%201.3c-.1.1-.2.1-.3.1z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
}

.background-biological-sciences {
	background-color:#6c5d84;
}

.text-biological-sciences {
	color:#f3f0fc;
}

.icon-earth-and-environmental-sciences {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'50'%20height%3D'50'%20viewBox%3D'0%200%2050%2050'%3E%3Cpath%20fill%3D'%23F4F9F4'%20d%3D'M0%2025c0%2013.8%2011.1%2025%2025%2025h25V25C50%2011.2%2038.9%200%2025%200S0%2011.2%200%2025z'%2F%3E%3Cg%20fill%3D'%234C6A4C'%3E%3Cpath%20d%3D'M36.1%2029.7c.3-.3.3-.9%200-1.2s-.9-.3-1.2%200c-4.6%204.6-12.2%204.6-16.8%200s-4.6-12.2%200-16.8c.3-.3.3-.9%200-1.2s-.9-.3-1.2%200c-5.3%205.3-5.3%2013.9%200%2019.3%202.4%202.4%205.6%203.8%208.8%203.9v1.7h-2c-1%200-1.9.4-2.5%201.1L18.9%2039c-.5.6-.2%201.3.6%201.4h14c.9%200%201.1-.9.6-1.4l-2.3-2.6c-.6-.7-1.6-1.1-2.5-1.1h-2v-1.7c3.2-.1%206.3-1.4%208.8-3.9zM29.3%2037c.5%200%20.9.2%201.3.6l1%201.1H21.3l1-1.1c.3-.4.8-.6%201.3-.6h5.7z'%2F%3E%3Cpath%20d%3D'M26.7%2030.2c-5.7%200-10.3-4.6-10.3-10.3S21%209.6%2026.7%209.6%2037%2014.2%2037%2019.9s-4.6%2010.3-10.3%2010.3zm0-18.4c-4.5%200-8.1%203.6-8.1%208.1s3.6%208.1%208.1%208.1%208.1-3.6%208.1-8.1-3.6-8.1-8.1-8.1z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
}

.background-earth-and-environmental-sciences {
	background-color:#4c6a4c;
}

.text-earth-and-environmental-sciences {
	color:#f4f9f4;
}

.icon-health-sciences {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'50'%20height%3D'50'%20viewBox%3D'0%200%2050%2050'%3E%3Cpath%20fill%3D'%23FFF1F1'%20d%3D'M0%2025c0%2013.8%2011.2%2025%2025%2025h25V25C50%2011.2%2038.9%200%2025%200%2011.2%200%200%2011.2%200%2025z'%2F%3E%3Cpath%20fill%3D'%23AC3F3F'%20d%3D'M30.5%2039.7c-.5%200-.9-.5-1-1l-4.1-21.5-3.1%2016c-.1.5-.5.8-1%20.8s-.9-.3-1-.7L17.5%2025l-1.9%203.2c-.2.3-.5.5-.9.5H11c-.6%200-1.1-.4-1.1-1s.5-1%201.1-1h3.1l2.7-4.9c.2-.3.6-.6%201-.6.4.1.8.3.9.7l2.3%206.8%203.4-17.4c.1-.5.5-.9%201-.9s1%20.4%201%20.9l4.3%2022.3%201.7-6.3c.1-.4.5-.8%201-.8h6.8c.7%200%201.1.5%201.1%201%200%20.7-.6%201.1-1%201.1h-6.1l-2.7%2010c-.1.6-.5%201.1-1%201.1z'%2F%3E%3C%2Fsvg%3E),none;
}

.background-health-sciences {
	background-color:#ac3f3f;
}

.text-health-sciences {
	color:#fff1f1;
}

.icon-physical-sciences {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'50'%20height%3D'50'%20viewBox%3D'0%200%2050%2050'%3E%3Cpath%20fill%3D'%23F5FBFF'%20d%3D'M0%2025c0%2013.8%2011.1%2025%2025%2025h25V25C50%2011.2%2038.8%200%2025%200%2011.1%200%200%2011.2%200%2025z'%2F%3E%3Cpath%20fill%3D'%23506C96'%20d%3D'M39.5%2016.8c-1.3-2.2-4.7-2.4-8.6-1.4-1.1-3.9-3-6.8-5.5-6.8s-4.4%202.8-5.5%206.8c-3.9-1-7.3-.8-8.6%201.4s.2%205.2%203.1%208.2c-2.9%202.9-4.4%206-3.1%208.2s4.7%202.4%208.6%201.4c1.1%203.9%203%206.8%205.5%206.8s4.4-2.8%205.5-6.8c4%201%207.3.8%208.6-1.4s-.3-5.3-3.1-8.2c2.8-3%204.3-6%203.1-8.2zm-1.7.9c.7%201.2-.4%203.5-2.8%206-1-.9-2-1.7-3.1-2.5-.1-1.4-.3-2.8-.6-4.1%203.4-.8%205.9-.6%206.5.6zm-10%2011.5c-.8.5-1.7.9-2.5%201.3-.8-.4-1.6-.8-2.5-1.3-.8-.5-1.6-1-2.3-1.5%200-.9-.1-1.8-.1-2.7%200-1%200-1.9.1-2.8.7-.5%201.5-1%202.3-1.5s1.7-.9%202.5-1.3c.8.4%201.6.8%202.5%201.3.8.5%201.6%201%202.3%201.5.1.9.1%201.8.1%202.8s0%201.9-.1%202.8c-.7.4-1.6.9-2.3%201.4zm2.1.8c-.1.8-.2%201.5-.4%202.2-.7-.2-1.4-.5-2.1-.8.4-.2.9-.5%201.3-.7s.8-.4%201.2-.7zm-6.8%201.5c-.7.3-1.4.6-2.1.8-.1-.7-.3-1.4-.4-2.2.4.3.8.5%201.2.7.6.2%201%20.5%201.3.7zm-4.6-5.1c-.6-.5-1.2-.9-1.7-1.4.5-.5%201.1-.9%201.7-1.4v2.8zm2.3-6.5c.1-.8.2-1.5.4-2.2.7.2%201.4.5%202.1.8-.4.2-.9.5-1.3.7s-.9.4-1.2.7zm6.6-1.5c.7-.3%201.4-.6%202.1-.8.1.7.3%201.4.4%202.2-.4-.3-.8-.5-1.2-.7s-.8-.4-1.3-.7zm4.6%205.2c.6.5%201.2.9%201.7%201.4-.5.5-1.1.9-1.7%201.4V25v-1.4zm-6.8-13.2c1.4%200%202.8%202%203.8%205.4-1.2.4-2.5.9-3.8%201.5-1.3-.6-2.5-1.1-3.8-1.5%201.1-3.4%202.6-5.4%203.8-5.4zm-12.6%207.3c.7-1.2%203.2-1.4%206.6-.5-.3%201.3-.5%202.7-.6%204.1-1.1.8-2.2%201.7-3.1%202.5-2.4-2.6-3.6-4.9-2.9-6.1zm0%2014.6c-.7-1.2.4-3.5%202.8-6%201%20.9%202%201.7%203.1%202.5.1%201.4.3%202.8.6%204.1-3.2.8-5.7.5-6.5-.6zm12.6%207.2c-1.4%200-2.8-2-3.8-5.4%201.2-.4%202.5-.9%203.8-1.5%201.3.6%202.5%201.1%203.8%201.5-.9%203.3-2.4%205.4-3.8%205.4zm12.6-7.2c-.7%201.2-3.2%201.4-6.6.5.3-1.3.5-2.7.6-4.1%201.1-.8%202.2-1.7%203.1-2.5%202.6%202.6%203.6%204.9%202.9%206.1z'%2F%3E%3C%2Fsvg%3E),none;
}

.background-physical-sciences {
	background-color:#506c96;
}

.text-physical-sciences {
	color:#f5fbff;
}

.icon-scientific-community-and-society {
	background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'50'%20height%3D'50'%20viewBox%3D'0%200%2050%2050'%3E%3Cpath%20fill%3D'%23FCF0F7'%20d%3D'M0%2025c0%2013.8%2011.2%2025%2025%2025h25V25C50%2011.2%2038.9%200%2025%200%2011.2%200%200%2011.2%200%2025z'%2F%3E%3Cg%20fill%3D'%237F3F5C'%20stroke%3D'%237F3F5C'%20stroke-width%3D'.3'%20stroke-miterlimit%3D'10'%3E%3Cpath%20d%3D'M33.3%2022c1.2-1.1%202-2.6%202-4.4%200-3.2-2.6-5.7-5.7-5.7-3.2%200-5.7%202.6-5.7%205.7%200%201.7.7%203.3%201.9%204.4-3.5%201.6-6%205.5-6%209.9v6.2h19.3v-6.2c.1-4.5-2.3-8.3-5.8-9.9zm-7.8-4.4c0-2.3%201.9-4.2%204.2-4.2s4.2%201.9%204.2%204.2-1.9%204.2-4.2%204.2-4.2-1.9-4.2-4.2zm12.1%2019.1H21.4v-4.6c0-5.2%203.5-9.2%208.2-9.2%204.6%200%208.1%203.9%208.1%209.2l-.1%204.6z'%2F%3E%3Cpath%20d%3D'M20.9%2021.6c.9-.7%201.5-1.8%201.5-3.1%200-2.1-1.7-3.9-3.9-3.9-2.1%200-3.9%201.7-3.9%203.9%200%201.3.6%202.4%201.6%203.1-2.5%201.1-4.3%203.8-4.3%206.9v3.3h8.4v-1.2H13v-2.1c0-3.4%202.5-6.2%205.4-6.2s4.6%202.3%204.6%202.8l1.1-.7c0-.7-1-1.9-3.2-2.8zm-5-3.1c0-1.5%201.2-2.6%202.6-2.6%201.5%200%202.6%201.2%202.6%202.6%200%201.5-1.2%202.7-2.6%202.7s-2.6-1.2-2.6-2.7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E),none;
}

.background-scientific-community-and-society {
	background-color:#7f3f5c;
}

.text-scientific-community-and-society {
	color:#fcf0f7;
}

.subject-icon {
	background-size:50px auto;
	background-position:bottom right;
}

@media only screen and (max-width:40em) {
	.subject-icon {
		background:none;
		padding-bottom:0;
	}

	.subject-icon h2 {
		padding-bottom:0;
	}
}

.bar-chart tr {
	background-repeat:no-repeat;
	background-size:50% 100%;
}

.bar-biological-sciences {
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAANzX6QAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.bar-earth-and-environmental-sciences {
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAMvl4gAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.bar-health-sciences {
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAPzgzQAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.bar-physical-sciences {
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAMvj7wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.bar-scientific-community-and-society {
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAOvS4QAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.custom-scrollbar::-webkit-scrollbar {
	width:7px;
	height:7px;
}

.custom-scrollbar::-webkit-scrollbar-button {
	width:0;
	height:0;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background:transparent;
	border-radius:25px;
	width:6px;
	height:6px;
}

.custom-scrollbar:active::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,.5);
}

.custom-scrollbar:hover::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,.5);
}

.custom-scrollbar::-webkit-scrollbar-track {
	background:transparent;
	width:7px;
	height:7px;
}

.custom-scrollbar::-webkit-scrollbar-corner {
	background:transparent;
	width:7px;
	height:7px;
}

.animate-width {
	-webkit-transition:width .5s ease;
	-moz-transition:width .5s ease;
	transition:width .5s ease;
}

.animate-height {
	-webkit-transition:visibility .5s linear,transform .5s linear;
	-moz-transition:visibility .5s linear,transform .5s linear;
	transition:visibility .5s linear,transform .5s linear;
}

.journal-tools {
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

.journal-tools,.journal-tools-inner {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.journal-tool {
	width:14%;
	display:inline-block;
	vertical-align:top;
}

.journal-tool .icon {
	padding-top:65px;
	background-position:50% 20px;
}

@media only screen and (max-width:54.688em) {
	.journal-tools {
		text-align:left;
	}

	.journal-tools-list {
		padding-left:15%;
		padding-right:15%;
	}

	.journal-tool {
		width:50%;
		vertical-align:middle;
	}

	.journal-tool .icon {
		padding-top:20px;
		padding-left:40px;
		background-position:0 50%;
	}
}

@media only screen and (max-width:40em) {
	.journal-tools-list {
		padding-left:0;
		padding-right:0;
	}
}

.product-single {
	margin-top:40px;
	padding:30px 0 20px 20px;
	border-bottom:2px solid;
	border-top:2px solid;
}

.product-authors {
	margin-bottom:10px;
}

.product-desc {
	margin-left:105px;
	margin-top:-10px;
}

.product-purchase li:not(:last-child):after {
	content:'\2022';
	padding:0 5px;
}

.product-details {
	font-size:13px;
}

.product-seperator {
	border-bottom:2px solid;
	border-image:linear-gradient(to right,white,white 23%,#eee 0,#eee 74%,white 23%,white) 10;
}

@media only screen and (max-width:40em) {
	.product-seperator {
		border-image:none;
		border-bottom:2px solid #eee;
	}

	.product {
		padding-left:0;
	}

	.product-single {
		margin-left:0;
		border-top:2px solid #eee;
	}

	.product-desc {
		margin-left:0;
		margin-top:0;
	}
}

.book-image {
	width:75px;
	margin-top:10px;
	vertical-align:middle;
	padding-right:30px;
	perspective:195px;
	perspective-origin:left;
	transform-style:preserve-3d;
	backface-visibility:visible;
}

.book-image .perspective-book {
	border:1px solid #9e9e9e;
	transform:rotateY(-20deg) translateZ(1px) perspective(195px);
	box-shadow:inset 4px 0 #9e9e9e;
}

.book-image:before,.book-image:after {
	position:absolute;
	top:2%;
	height:96%;
	content:' ';
	z-index:-1;
}

.book-image:before {
	width:75px;
	left:6%;
	background-color:#ccc;
	transform:rotateY(-20deg) perspective(195px);
	box-shadow:inset -2px 1px #8e8e8e;
}

.book-image:after {
	position:absolute;
	top:14px;
	left:13px;
	width:88%;
	height:10%;
	box-shadow:22px 80px 8px rgba(0,0,0,.3);
	transform:skew(-18deg) rotateZ(6deg);
	transform-origin:0 100%;
}

.custom-list-number {
	float:left;
	width:3em;
	padding-right:.5em;
	margin-left:-3.5em;
	text-align:right;
}

.stack {
	display:inline-table;
	vertical-align:top;
}

.stack sup,.stack sub {
	display:table-row;
	line-height:1;
}

.MathJax_Display {
	margin-bottom:28px!important;
}

.access-option-readcube .access-option-body h2 {
	min-height:0;
}

.access-options-list {
	border-collapse:collapse;
	-webkit-justify-content:center;
	justify-content:center;
}

.access-options-list li {
	border-right:1px solid #069;
	width:50%;
}

.js .access-options-list li {
	width:33%;
}

.access-options-list .access-option-readcube {
	display:none;
}

.access-option {
	max-width:230px;
}

@media only screen and (max-width:54.688em) {
	.access-options-list li {
		width:50%;
	}

	.js .access-options-list .access-option-readcube {
		display:none;
	}
}

@media only screen and (max-width:40em) {
	.access-option {
		max-width:none;
	}

	.access-option-body,.access-option-body h2 {
		min-height:0;
	}

	.access-options-list li:first-child>div {
		padding-top:0;
	}

	.access-options-list li {
		border:none;
		border-bottom:1px solid #215f90;
	}

	.access-options-list li,.js .access-options-list li {
		float:left;
		width:100%;
	}
}

.access-options-list .last {
	border:none;
}

.article-body p {
	word-wrap:break-word;
}

.change-details>p:first-child {
	display:inline;
}

.change-details>p:first-child+* {
	margin-top:28px;
}

.attachment:hover,.attachment:focus {
	text-decoration:none;
}

a:hover .attachment-title,a:focus .attachment-title {
	text-decoration:underline;
}

.attachment-primeview {
	background-position:center;
	background-size:cover;
}

.attachment-primeview:before,.attachment-primeview:after {
	content:'';
	position:absolute;
	top:0;
	background:#fff;
	height:8px;
	z-index:1;
}

.attachment-primeview:before {
	left:-5px;
	width:35px;
	-moz-transform:skewX(-45deg);
	-ms-transform:skewX(-45deg);
	-webkit-transform:skewX(-45deg);
	transform:skewX(-45deg);
}

.attachment-primeview:after {
	left:35px;
	right:-5px;
	-moz-transform:skewX(45deg);
	-ms-transform:skewX(45deg);
	-webkit-transform:skewX(45deg);
	transform:skewX(45deg);
}

.video-provider-youtube {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}

.video-provider-youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.brightcove-container {
	position:relative;
	height:0;
	padding-bottom:56.25%;
}

.brightcove-container object,.brightcove-player {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.grade-c-hide {
	display:block;
}

.grade-c-show {
	display:none;
	visibility:hidden;
}

.grade-c-invisible {
	visibility:visible;
}

.menu-button {
	float:left;
}

.container {
	max-width:none;
	padding:0;
	padding:unset;
}

.inline-list.js-list-authors>li {
	padding-right:0;
}

.js-separator {
	display:inline-block;
	white-space:pre-wrap;
}

.js-readcube-pdf {
	position:relative;
	top:auto;
	right:auto;
}

.rc-highlighter,.highlighter :target:not(.js-section-title) {
	-webkit-animation:highlight 2s ease;
	animation:highlight 2s ease;
}

.sticky-tabs {
	max-width:312px;
}

.flex-tab {
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-content:center;
	align-items:stretch;
}

.flex-tab .tab-like {
	flex:1;
	flex-grow:1;
}

@-webkit-keyframes highlight {
	0% {
		background:#ff9;
	}

	60% {
		background:#ff9;
	}

	100% {
		background:#fff;
	}
}

@keyframes highlight {
	0% {
		background:#ff9;
	}

	60% {
		background:#ff9;
	}

	100% {
		background:#fff;
	}
}

body[class*=email-correspondent] {
	background-color:#fff;
}

.pt34 {
	padding-top:34px;
}

@media only screen and (min-width:350px) {
	[data-back-link] {
		float:left;
	}
}

.issue-research li:first-child {
	border-top:0;
}

@media only screen and (min-width:40em) {
	.issue-research li:nth-child(-n+2) {
		border-top:0;
	}
}