
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
	display:block
}
body {
	line-height:1
}
ol,ul {
	list-style:none
}
blockquote,q {
	quotes:none
}
blockquote:after,blockquote:before,q:after,q:before {
	content:"";
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
html #wrapper .hide {
	display:none
}
html #wrapper .show {
	display:block
}
body {
	min-width:320px;
	color:#666;
	background-color:#fff;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif
}
.hidden {
	visibility:hidden
}


}@media (min-width:1024px) {
	.main-content {
	float:left;
	margin-left:16px;
	width:calc(100% - 356px)
}
.sidebar {
	float:right;
	margin-left:24px;
	margin-right:16px;
	width:300px
}
}@media (min-width:1280px) {
	.main-content {
	margin-left:24px;
	width:calc(100% - 380px)
}
.sidebar {
	float:right;
	margin-left:32px;
	margin-right:24px
}
}body {
	overflow-x:hidden
}
body .sticky,body .sticky-bottom,body .sticky-top {
	position:fixed;
	position:-webkit-sticky;
	position:sticky;
	width:inherit
}
body .sticky-top {
	top:0
}
body .sticky-bottom {
	bottom:0
}
body .limit {
	position:absolute;
	bottom:0;
	width:inherit
}
img {
	max-width:100%
}
body {
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif
}
h1,h2,h3,h4,h5,h6 {
	color:#222;
	font-family:inherit;
	font-weight:700;
	line-height:normal
}
b,strong {
	font-weight:700
}
em,i {
	font-style:italic
}
a {
	-webkit-transition:color .25s ease-in-out;
	transition:color .25s ease-in-out;
	-webkit-transition:background .25s ease-in-out;
	transition:background .25s ease-in-out;
	color:#002380;
	text-decoration:none
}
a:hover {
	color:#667bb3
}
p {
	font-size:14px;
	line-height:21px;
	margin-bottom:14px
}
::selection {
	color:#fff;
	background:rgba(0,35,128,.99)
}
img::selection {
	background:#002380
}
::-moz-selection {
	color:#fff;
	background:rgba(0,35,128,.99)
}
img::-moz-selection {
	background:#002380
}
section {
	position:relative
}
section:after {
	content:"";
	display:table;
	clear:both
}


.pill {
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	margin-right:4px;
	margin-bottom:6px
}
.pill .pill-link {
	display:block;
	color:#fff
}
.pill .pill-text {
	display:block;
	font-size:10px;
	font-weight:700;
	line-height:16px;
	padding:0 4px
}
.pill.eyebrow,.pill.is-breaking {
	color:#fff;
	background-color:#ca051f
}
.pill.is-live {
	color:#000;
	background-color:#ffb400
}
.pill.is-developing {
	color:#ca051f;
	background-color:#fc0
}
.pill.is-opinion {
	color:#fff;
	background-color:#000
}
.alert-closings {
	background:#ffc000;
	color:#000;
	padding:8px 12px 8px 26px;
	margin:0 16px 12px 16px
}
.alert-closings .alert-title {
	font-size:14px;
	font-weight:900;
	line-height:1.2;
	position:relative
}
.alert-closings .alert-title::before {
	content:"";
	display:block;
	position:absolute;
	left:-16px;
	top:2px;
	background:#fff;
	height:12px;
	width:12px
}
.alert-closings .alert-text {
	font-size:12px;
	line-height:1.2;
	height:14px;
	overflow:hidden
}
.alert-closings .alert-text strong {
	text-transform:uppercase
}
.alert-closings .alert-text-scroll {
	width:200%
}
.alert-closings .alert-text li {
	display:inline-block;
	list-style-type:disc;
	position:relative;
	margin-right:18px
}
.alert-closings .alert-text li+li::before {
	content:"";
	display:block;
	position:absolute;
	border-radius:50%;
	background:#000;
	position:absolute;
	left:-12px;
	top:5px;
	height:5px;
	width:5px
}
.alert-storm {
	background:#ca051f;
	color:#fff;
	overflow:hidden;
	position:relative;
	-webkit-transition:all 1s linear;
	transition:all 1s linear
}
.alert-storm+.alert-storm {
	min-height:0;
	max-height:0
}
.alert-storm+.alert-storm.open {
	max-height:41px
}
.alert-storm a {
	color:#fff
}
.alert-storm .alert-inner {
	padding:8px 12px 8px 26px;
	margin:0 auto
}
.alert-storm .alert-title {
	font-size:14px;
	font-weight:900;
	line-height:1.2;
	position:relative
}
.alert-storm .alert-title::before {
	content:"";
	display:block;
	position:absolute;
	left:-16px;
	top:2px;
	background:#fff;
	height:12px;
	width:12px
}
.alert-storm .alert-text {
	font-size:12px;
	line-height:1.2
}
.alert-storm .count {
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:24px
}
.alert-storm .count span {
	background:#fff;
	border-radius:3px;
	color:#ca051f;
	font-weight:1000;
	font-size:13px;
	text-align:center;
	display:inline-block;
	padding:4px
}
.alert-storm .count .arrow {
	-webkit-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
	border:solid #fff;
	border-width:0 2px 2px 0;
	display:inline-block;
	width:9px;
	height:9px;
	margin:0 0 0 5px
}
.alert-storm .count .arrow:hover {
	cursor:pointer
}
.alert-storm .count .arrow.up {
	-webkit-transform-origin:center center;
	-ms-transform-origin:center center;
	transform-origin:center center;
	-webkit-transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	transform:rotate(-135deg)
}
.alert-storm .count .arrow.down {
	-webkit-transform-origin:center center;
	-ms-transform-origin:center center;
	transform-origin:center center;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.section-nav {
	padding-bottom:24px
}
.section-nav nav {
	margin-bottom:24px;
	vertical-align:top;
	padding:0 16px
}
.section-nav .nav-title {
	font-size:18px;
	margin-bottom:8px
}
.section-nav .nav-item {
	font-size:14px;
	line-height:18px;
	margin-bottom:6px
}
.footer-lower .social-icons a,.header-lower .social-icons a {
	background-color:#001c66
}
.site-header {
	background-color:#002380;
	border-top:2px solid #ca051f;
	height:63px;
	position:relative;
	z-index:50
}
.site-header-inner {
	padding:0 16px
}
.site-header-inner:after {
	content:"";
	display:table;
	clear:both
}
.site-header.nav-open .expandable-nav {
	display:block
}
.site-header a {
	color:#fff
}
.site-header .branding {
	float:left;
	margin-top:6px
}
.site-header .branding .logo {
	display:block;
	height:48px;
	width:inherit
}
.site-header .branding .logo img {
	height:100%
}
.site-header .branding .logo-full {
	display:block
}
.site-header .branding .logo-mini {
	display:none
}
.site-header .meta {
	float:right;
	padding-right:48px
}
.site-header .network-access {
	float:left
}
.site-header .user-profile {
	float:left;
	display:block;
	margin-top:8px;
	margin-right:8px
}
.site-header .user-profile .avatar {
	display:block;
	width:30px
}
.site-header .user-profile .avatar img {
	border-radius:3px;
	max-width:100%
}
.site-header .button {
	display:block;
	float:left;
	margin-top:16px
}
.site-header .button a {
	border-radius:3px;
	display:block;
	background:#e6e9f3;
	color:#002380;
	font-size:12px;
	font-weight:900;
	padding:8px 10px
}
.site-header .menu {
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	line-height:48px
}
.site-header .menu a {
	display:block;
	font-size:20px;
	line-height:61px;
	height:61px;
	width:54px
}
.site-header .menu a.menu-open:before {
	display:block;
	content:"\00D7";
	color:#fff;
	font-size:16px;
	position:relative;
	z-index:5
}
.site-header .search {
	border-bottom:1px solid #334f99;
	padding:10px 16px
}
.site-header .search-wrap {
	position:relative
}
.site-header .search-wrap .label {
	display:none
}
.site-header .search-wrap input {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:3px;
	border:0;
	padding:0;
	margin:0;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:100%;
	height:40px
}
.site-header .search-wrap input[type=text] {
	color:#667bb3;
	padding:0 12px;
	width:calc(100% - 79px)
}
.site-header .search-wrap input[type=submit] {
	color:#fff;
	background-color:#ca051f;
	font-weight:600;
	padding:0 16px;
	position:absolute;
	right:0;
	top:0;
	width:82px
}
.site-header .search-wrap input::-webkit-input-placeholder {
	color:#667bb3
}
.site-header .search-wrap input:-ms-input-placeholder {
	color:#667bb3
}
.site-header .search-wrap input::-ms-input-placeholder {
	color:#667bb3
}
.site-header .search-wrap input::placeholder {
	color:#667bb3
}
.site-header .search-wrap input:focus::-webkit-input-placeholder {
	color:transparent
}
.site-header .search-wrap input:focus:-ms-input-placeholder {
	color:transparent
}
.site-header .search-wrap input:focus::-ms-input-placeholder {
	color:transparent
}
.site-header .search-wrap input:focus::placeholder {
	color:transparent
}
.site-header .section-nav {
	padding-top:24px
}
.site-header .section-nav nav {
	padding:0 24px;
	display:inline-block;
	width:calc(50% - 32px);
	-webkit-column-break-inside:avoid;
	page-break-inside:avoid;
	break-inside:avoid
}
.site-header .section-nav .nav-title {
	color:#e6e9f3
}
.site-header .expandable-nav {
	display:none;
	border-top:1px solid #334f99;
	background-color:#002380;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:100
}
.site-header .header-lower {
	clear:both;
	border-top:1px solid #174676;
	padding-top:24px;
	padding-bottom:24px;
	margin:0 16px;
	overflow:hidden
}
.site-header .header-lower .branding {
	float:left;
	margin-right:16px
}
.site-header .header-lower .branding .logo {
	height:100%;
	width:100px;
	display:block;
	margin:0
}
.site-header .header-lower .legal {
	color:#667bb3;
	float:right;
	width:calc(100% - 68px)
}
.site-header .header-lower .legal p {
	font-size:12px;
	margin-bottom:0
}
.site-header .header-lower .legal ul {
	margin-bottom:2px
}
.site-header .header-lower .legal li {
	display:inline-block;
	font-size:12px;
	line-height:18px;
	margin-right:5px;
	padding-right:6px;
	position:relative
}
.site-header .header-lower .legal li:after {
	content:"";
	background-color:#667bb3;
	position:absolute;
	top:3px;
	right:-1px;
	height:12px;
	width:1px
}
.site-header .header-lower .legal li:last-of-type {
	margin-right:0;
	padding-right:0
}
.site-header .header-lower .legal li:last-of-type:after {
	display:none
}
.site-header .header-lower .legal a {
	color:#e6e9f3
}
.site-header .header-lower .social-icons {
	margin-bottom:24px
}
.site-header .header-lower .social-icons ul {
	text-align:center
}
.site-header .header-lower .social-icons li {
	float:none;
	display:inline-block;
	margin:0 3px
}
.site-header .header-lower .social-icons a {
	background-color:#00154d
}
.site-footer {
	clear:both;
	background-color:#002380;
	padding:32px 0 24px 0;
	margin-top:32px
}
.site-footer .inner {
	padding:0;
	width:100%
}
.site-footer .nav-title,.site-footer a {
	color:#e6e9f3
}
.site-footer .section-nav nav {
	display:inline-block;
	width:calc(50% - 32px)
}
.site-footer .footer-lower {
	border-top:1px solid #174676;
	padding-top:24px;
	margin:0 16px;
	overflow:hidden
}
.site-footer .footer-lower .branding .logo {
	display:block;
	height:100%;
	width:100px
}
@media (min-width:320px) and (max-width:767px) {
	.site-footer .footer-lower .branding .logo {
	margin:0 auto 16px
}
}.site-footer .footer-lower .legal {
	color:#667bb3
}
@media (min-width:320px) and (max-width:767px) {
	.site-footer .footer-lower .legal {
	text-align:center
}
}.site-footer .footer-lower .legal p {
	font-size:12px;
	margin-bottom:0
}
.site-footer .footer-lower .legal ul {
	margin-bottom:2px
}
.site-footer .footer-lower .legal li {
	display:inline-block;
	font-size:12px;
	line-height:18px;
	margin-right:5px;
	padding-right:6px;
	position:relative
}
.site-footer .footer-lower .legal li:after {
	content:"";
	background-color:#667bb3;
	position:absolute;
	top:3px;
	right:-1px;
	height:12px;
	width:1px
}
.site-footer .footer-lower .legal li:last-of-type {
	margin-right:0;
	padding-right:0
}
.site-footer .footer-lower .legal li:last-of-type:after {
	display:none
}
.site-footer .footer-lower .legal a {
	color:#e6e9f3
}
.site-footer .social-icons-footer {
	margin-bottom:32px
}
.site-footer .social-icons-footer a {
	background-color:#00154d
}
.advert-txt {
	color:#99a7cc;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif
}
body.contest .page-content,body.interactive .page-content,body.traffic .page-content {
	padding-top:0
}
.page-heading {
	overflow:hidden;
	margin:18px 16px
}
.page-heading .title {
	float:left;
	font-size:24px;
	font-weight:900;
	line-height:31px;
	letter-spacing:-1px
}
.page-heading .sponsor {
	float:right;
	margin:0
}
.page-heading .sponsor .ad,.page-heading .sponsor .advert-txt {
	display:block;
	float:left
}
.page-heading .sponsor .advert-txt {
	margin-right:4px
}
.page-content {
	padding-top:0
}
.collection-trending .article {
	border:0;
	padding-top:8px;
	padding-bottom:0;
	counter-increment:trending-counter
}
.collection-trending .article .m {
	float:left;
	margin:0 12px 0 0
}
.collection-trending .article .m a:before {
	content:counter(trending-counter);
	background:#002380;
	color:#fff;
	font-size:18px;
	font-weight:900;
	line-height:26px;
	text-align:center;
	position:absolute;
	top:-9px;
	left:-10px;
	height:26px;
	width:26px;
	z-index:12
}
.collection-trending .article .title {
	font-size:14px;
	font-weight:900;
	line-height:21px
}
.collection-trending .eyebrow .pill-text {
	line-height:15px
}
.item-pagination {
	margin:0 auto;
	padding:0 16px
}
.item-pagination ul {
	overflow:hidden;
	text-align:center
}
.item-pagination li {
	border-radius:2px;
	border:1px solid #e6e9f3;
	display:inline-block;
	color:#002380;
	font-size:16px;
	font-weight:700;
	line-height:34px;
	text-align:center;
	min-width:36px
}
.item-pagination li+.li {
	margin-left:6px
}
.item-pagination li a {
	display:block;
	padding:0 12px
}
.item-pagination li:hover {
	border-color:#002380
}
.item-pagination li:hover a {
	color:#002380
}
.item-pagination .pagi-next a,.item-pagination .pagi-prev a {
	padding:0 14px
}
.item-pagination .pagi-active {
	background-color:#ccd3e6;
	border-color:#002380
}
.collection-persons {
	padding-bottom:0
}
@media (max-width:767px) {
	.collection-persons .content {
	-webkit-column-count:2;
	column-count:2;
	-webkit-column-gap:12px;
	column-gap:12px
}
}.collection-persons .person {
	text-align:center;
	margin-bottom:24px
}
@media (max-width:767px) {
	.collection-persons .person {
	-webkit-column-break-after:avoid;
	break-after:avoid;
	display:inline-block;
	width:100%
}
}.collection-persons .headshot {
	margin:0 auto 8px auto;
	width:96px
}
.collection-persons .headshot img {
	border-radius:50%;
	border:1px solid #e6e9f3;
	background:#e6e9f3
}
.collection-persons .name {
	font-size:16px;
	font-weight:700;
	margin-bottom:6px
}
.collection-persons .role {
	color:#99a7cc;
	font-size:12px;
	margin-bottom:10px
}
.collection-persons .social-icons li {
	float:none;
	display:inline-block
}
.collection-feature-block .article {
	padding-bottom:24px;
	margin-bottom:24px
}
.collection-feature-block .title {
	font-weight:900
}
.collection-feature-block .dek {
	margin-bottom:2px
}
.collection-feature-block .featured-primary {
	border-bottom-width:8px;
	margin-left:-16px;
	margin-right:-16px
}
.collection-feature-block .featured-primary .title {
	font-size:24px;
	letter-spacing:-1px;
	margin-bottom:6px
}
.collection-feature-block .featured-primary .dek {
	font-size:13px
}
.collection-feature-block .featured-primary .info {
	padding-left:16px;
	padding-right:16px
}
.collection-feature-block .featured-primary .m {
	float:none;
	margin:0 0 12px 0;
	width:100%
}
.collection-feature-block .featured-primary .m .overlay {
	width:107px;
	height:107px;
	right:20px;
	bottom:20px
}
.collection-feature-block .featured-secondary .title {
	font-size:18px
}
.collection-feature-block .featured-secondary .m {
	float:none;
	margin:0 0 12px 0;
	width:100%
}
.collection-feature-block .featured-secondary .m .overlay {
	width:75px;
	height:75px;
	right:20px;
	bottom:20px
}
.collection-4-column .m {
	float:left;
	margin:0 12px 0 0
}
.collection-4-column .article .title {
	font-size:14px;
	font-weight:900
}
@media (max-width:767px) {
	.collection-4-column .dek {
	display:none
}
}.collection-river {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:32px
}
.collection-river .article:last-of-type {
	border-bottom:1px solid #e6e9f3;
	padding-bottom:16px
}
.collection-river>.ad-container {
	border-top:8px solid #e6e9f3;
	margin:-18px -16px 16px -16px;
	padding:16px 0
}
.stick {
	position:-webkit-sticky;
	position:sticky
}
.sidebar .collection-river.image-invert .article-list .featured-primary .m {
	max-width:none
}
.sidebar .collection-river.image-invert .article-list .m {
	max-width:100px
}
.sidebar .collection-river .article-list {
	clear:both
}
.sidebar .collection-river .article-list .article {
	border-bottom:1px solid #e6e9f3;
	padding:0 0 16px 0;
	margin:0 0 16px 0
}
.sidebar .collection-river .article-list .article:last-of-type {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0
}
.sidebar .collection-river .article-list .m {
	float:right;
	margin-left:12px;
	max-width:100px;
	z-index:10
}
.sidebar .collection-river .article-list .info {
	padding:0
}
.sidebar .collection-river .article-list .title {
	font-size:13px
}
.sidebar .collection-river .article-list .header .info-header .pill {
	margin-bottom:2px
}
body:after {
	display:none
}
.scroll-lock {
	overflow:hidden
}
:root {
	--vp-name:mobile-min;
	--vp-size:320px
}
@media all and (min-width:320px) {
	body:after {
	content:"mobile-min,320px"
}
}:root {
	--vp-name:mobile-sm-min;
	--vp-size:480px
}
@media all and (min-width:480px) {
	body:after {
	content:"mobile-sm-min,480px"
}
}:root {
	--vp-name:mobile-md-max;
	--vp-size:600px
}
@media all and (min-width:600px) {
	body:after {
	content:"mobile-md-max,600px"
}
}:root {
	--vp-name:mobile-max;
	--vp-size:767px
}
@media all and (min-width:767px) {
	body:after {
	content:"mobile-max,767px"
}
}:root {
	--vp-name:tablet-min;
	--vp-size:768px
}
@media all and (min-width:768px) {
	body:after {
	content:"tablet-min,768px"
}
}:root {
	--vp-name:tablet-max;
	--vp-size:1023px
}
@media all and (min-width:1023px) {
	body:after {
	content:"tablet-max,1023px"
}
}:root {
	--vp-name:desktop-min;
	--vp-size:1024px
}
@media all and (min-width:1024px) {
	body:after {
	content:"desktop-min,1024px"
}
}:root {
	--vp-name:desktop-sm-min;
	--vp-size:1280px
}
@media all and (min-width:1280px) {
	body:after {
	content:"desktop-sm-min,1280px"
}
}:root {
	--vp-name:desktop-sm-max;
	--vp-size:1439px
}
@media all and (min-width:1439px) {
	body:after {
	content:"desktop-sm-max,1439px"
}
}:root {
	--vp-name:desktop-md-min;
	--vp-size:1440px
}
@media all and (min-width:1440px) {
	body:after {
	content:"desktop-md-min,1440px"
}
}:root {
	--vp-name:desktop-md-max;
	--vp-size:1679px
}
@media all and (min-width:1679px) {
	body:after {
	content:"desktop-md-max,1679px"
}
}:root {
	--vp-name:desktop-lg-min;
	--vp-size:1680px
}
@media all and (min-width:1680px) {
	body:after {
	content:"desktop-lg-min,1680px"
}
}:root {
	--vp-name:desktop-lg-max;
	--vp-size:1919px
}
@media all and (min-width:1919px) {
	body:after {
	content:"desktop-lg-max,1919px"
}
}:root {
	--vp-name:desktop-xl-max;
	--vp-size:1920px
}
@media all and (min-width:1920px) {
	body:after {
	content:"desktop-xl-max,1920px"
}
}html .mobile {
	display:block
}
html .mobile.ad-container {
	display:block;
	margin-bottom:22px
}
html .mobile.ad-container.yieldmo {
	margin-left:11px;
	margin-right:11px;
	width:auto
}
html .mobile .advert-txt {
	display:none
}
html .mobile-tablet {
	display:block
}
html .mobile-tablet.ad-container {
	display:block;
	margin-bottom:22px
}
html .mobile-tablet .mobile.ad-container {
	display:block
}
html .mobile-tablet .tablet.ad-container {
	display:none
}
html .mobile-desktop {
	display:block
}
html .mobile-desktop.ad-container {
	display:block;
	margin-bottom:22px
}
html .mobile-desktop .mobile.ad-container {
	display:block
}
html .mobile-desktop .desktop.ad-container {
	display:none
}
html .tablet {
	display:none
}
html .tablet.ad-container {
	display:none
}
html .tablet-desktop {
	display:none
}
html .tablet-desktop.ad-container {
	display:none
}
html .desktop {
	display:none
}
html .desktop.ad-container {
	display:none
}
.alert-banner {
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:0;
	height:auto;
	width:100%;
	z-index:1000
}
@media all and (orientation:landscape) {
	.alert-banner {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.alert-banner .close {
	display:block;
	text-align:center;
	position:absolute;
	top:10px;
	right:10px;
	height:24px;
	width:24px;
	z-index:11
}
.alert-banner .close:before {
	display:block;
	content:"\00D7";
	font-size:24px;
	position:relative;
	z-index:5
}
.alert-banner .close:after {
	border-radius:50%;
	display:block;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:24px;
	height:24px;
	z-index:4
}
.alert-banner .alert-inner {
	padding:16px 40px 16px 16px
}
.alert-banner .alert-info {
	position:relative;
	z-index:10
}
.alert-banner .alert-type {
	display:inline-block;
	background:#000;
	font-size:11px;
	font-weight:900;
	padding:3px 6px;
	text-transform:uppercase;
	margin-bottom:8px
}
.alert-banner .alert-type a {
	color:#fff
}
.alert-banner .alert-title {
	font-size:20px;
	font-weight:900;
	line-height:22px;
	letter-spacing:-1px
}
.alert-banner .alert-text {
	font-size:12px;
	line-height:16px;
	margin-top:4px;
	margin-bottom:0
}
.alert-banner.is-breaking {
	color:#fff;
	background-color:#ca051f
}
.alert-banner.is-breaking a {
	color:#fff
}
.alert-banner.is-breaking .close:before {
	color:#ca051f
}
.alert-banner.is-breaking .close:after {
	background-color:#ffdce0
}
.alert-banner.is-breaking .alert-type a {
	color:#fff
}
.alert-banner.is-custom {
	color:#222;
	background-color:#ffc000
}
.alert-banner.is-custom a {
	color:#222
}
.alert-banner.is-custom .close:before {
	color:#ffc000
}
.alert-banner.is-custom .close:after {
	background:#000
}
.alert-banner.is-custom .alert-type {
	color:#fff
}
.alert-banner.slide-in {
	-webkit-animation:slide-in 1s both;
	animation:slide-in 1s both
}
.alert-banner.slide-out {
	-webkit-animation:slide-out 1s both;
	animation:slide-out 1s both
}
@-webkit-keyframes slide-in {
	from {
	-webkit-transform:translate(0,100%);
	transform:translate(0,100%);
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	visibility:visible
}
to {
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes slide-in {
	from {
	-webkit-transform:translate(0,100%);
	transform:translate(0,100%);
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	visibility:visible
}
to {
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@-webkit-keyframes slide-out {
	from {
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	-webkit-transform:translate(0,100%);
	transform:translate(0,100%);
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	visibility:hidden
}
}@keyframes slide-out {
	from {
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	-webkit-transform:translate(0,100%);
	transform:translate(0,100%);
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	visibility:hidden
}
}.site-footer .social-icons-footer ul {
	text-align:center
}
.site-footer .social-icons-footer li {
	float:none;
	display:inline-block;
	margin:0 3px
}
.main-content .collection-river.image-invert .article-list .article .m {
	max-width:100px
}
.main-content .collection-river.image-invert .article-list .article.featured .m {
	max-width:none
}
.collection-4-column .article .title {
	font-size:14px;
	font-weight:600
}
@media (min-width:768px) {
	body {
	min-width:768px
}
html .mobile {
	display:none
}
html .mobile.ad-container {
	display:none
}
html .mobile-tablet {
	display:block
}
html .mobile-tablet.ad-container {
	display:block;
	margin-bottom:22px
}
html .mobile-tablet .mobile.ad-container {
	display:none
}
html .mobile-tablet .tablet.ad-container {
	display:block
}
html .mobile-desktop {
	display:none
}
html .mobile-desktop.ad-container {
	display:none
}
html .mobile-desktop .mobile.ad-container {
	display:none
}
html .mobile-desktop .desktop.ad-container {
	display:none
}
html .tablet {
	display:block
}
html .tablet.ad-container {
	display:block;
	margin-bottom:22px
}
html .tablet-desktop {
	display:block
}
html .tablet-desktop.ad-container {
	display:block
}
html .tablet-desktop .tablet.ad-container {
	display:block
}
html .tablet-desktop .desktop.ad-container {
	display:none
}
html .desktop {
	display:none
}
html .desktop.ad-container {
	display:none
}
.collection {
	padding:0 0 24px 0;
	margin-bottom:24px
}
.collection .heading {
	margin-bottom:16px
}
.collection .title {
	font-size:18px
}
.collection-river .article-list>.ad-container {
	margin-left:-24px;
	margin-right:-24px;
	padding:24px 0
}
.alert-banner .alert-type {
	font-size:14px;
	margin-bottom:10px;
	color:#fff
}
.alert-banner .alert-title {
	font-size:24px;
	line-height:30px;
	margin-bottom:5px
}
.alert-banner .alert-text {
	font-size:14px
}
.alert-closings {
	padding:8px 12px;
	margin:0 24px 12px 24px
}
.alert-closings .alert-inner {
	padding:0;
	margin:0 auto;
	max-width:1280px
}
.alert-closings .alert-title {
	display:inline-block;
	padding-left:36px;
	font-size:18px;
	line-height:24px;
	margin-right:18px
}
.alert-closings .alert-title::before {
	top:0;
	left:0;
	height:24px;
	width:24px
}
.alert-closings .alert-text {
	display:inline-block;
	line-height:21px;
	position:relative;
	top:4px;
	height:21px;
	width:calc(100% - 178px - 24px)
}
.alert-closings .alert-text li+li::before {
	top:8px
}
.alert-storm {
	padding-left:24px;
	padding-right:24px
}
.alert-storm .alert-inner {
	max-width:1280px
}
.alert-storm .alert-title {
	display:inline-block;
	padding-left:36px;
	font-size:18px;
	line-height:24px;
	margin-right:18px
}
.alert-storm .alert-title::before {
	top:0;
	left:0;
	height:24px;
	width:24px
}
.alert-storm .count {
	right:75px
}
.alert-storm .alert-text {
	display:inline-block;
	line-height:21px;
	position:relative;
	top:-2px
}
.section-nav {
	overflow:hidden;
	padding-bottom:24px
}
.section-nav nav {
	float:left;
	width:25%;
	padding:0 24px
}
.section-nav nav:nth-of-type(4n+1) {
	clear:both
}
.site-header {
	border-top-width:4px;
	height:82px
}
.site-header-inner {
	display:table;
	padding:0 24px;
	width:100%
}
.site-header .expandable-nav {
	top:78px
}
.site-header .nav-row {
	display:table-cell;
	padding-left:32px;
	height:78px;
	line-height:78px
}
.site-header .nav-row:after {
	content:"";
	display:table;
	clear:both
}
.site-header .nav-row li {
	float:left
}
.site-header .is-active a {
	border-radius:3px;
	color:#334f99;
	background-color:#00154d
}
.site-header .branding {
	-webkit-box-sizing:unset;
	box-sizing:unset;
	display:table-cell;
	float:none;
	margin:0;
	height:50px;
	width:132px;
	vertical-align:middle
}
.site-header .search {
	border:0;
	padding:24px
}
.site-header .search-wrap {
	margin:0 auto;
	max-width:770px
}
.site-header .search-wrap input {
	height:48px
}
.site-header .search-wrap input[type=text] {
	padding:0 22px 0 18px;
	width:calc(100% - 100px)
}
.site-header .search-wrap input[type=submit] {
	padding:0 24px;
	width:104px
}
.site-header .primary-nav {
	float:left;
	height:inherit;
	overflow:hidden;
	width:calc(100% - 60px)
}
.site-header .primary-nav li {
	margin-right:10px
}
.site-header .primary-nav a {
	font-size:15px;
	font-weight:600;
	padding:8px 16px
}
.site-header .primary-nav .menu-more a {
	position:relative;
	padding-right:24px
}
.site-header .primary-nav .menu-more a:after {
	content:"\22EE";
	color:#667bb3;
	position:absolute;
	line-height:1;
	top:11px;
	right:15px
}
.site-header .primary-nav .menu-more.is-active a:after {
	color:#334f99
}
.site-header .meta {
	padding-right:0
}
.site-header .meta .search-toggle {
	float:left;
	margin-top:24px
}
.site-header .meta .search-toggle a {
	display:block;
	position:relative;
	text-indent:-9999em;
	height:32px;
	width:24px
}
.site-header .meta .search-toggle a:before {
	border-radius:50px;
	display:block;
	content:"";
	border:2px solid #fff;
	background:rgba(255,255,255,0);
	position:absolute;
	left:4px;
	top:8px;
	height:8px;
	width:8px
}
.site-header .meta .search-toggle a:after {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	zoom:1;
	content:"";
	background:#fff;
	position:absolute;
	top:19px;
	left:12px;
	height:2px;
	width:7px
}
.site-header .meta .button {
	margin-top:0
}
.site-header .meta .button a {
	padding:8px 10px;
	font-size:13px;
	line-height:16px
}
.site-header .section-nav {
	border-top:1px solid #334f99;
	clear:both
}
.site-header .section-nav nav {
	display:block;
	width:25%
}
.site-header .header-lower {
	overflow:hidden
}
.site-header .header-lower .branding {
	position:relative;
	left:0
}
.site-header .header-lower .branding a {
	position:relative
}
.site-header .header-lower .branding,.site-header .header-lower .legal {
	float:left
}
.site-header .header-lower .legal {
	margin-bottom:0;
	width:calc(100% - 68px - 276px)
}
.site-header .header-lower .social-icons {
	clear:none;
	float:right;
	margin-bottom:0
}
.site-header .header-lower .social-icons ul {
	text-align:right;
	margin-left:10px;
	margin-bottom:6px
}
.site-header .header-lower .social-icons li {
	float:left;
	margin:0 0 0 6px
}
}@media (min-width:768px) and (max-width:1023px) {
	.primary-nav li+li+li+li {
	display:none
}
.primary-nav .menu-more {
	display:block
}
}@media (min-width:768px) {
	.site-footer {
	margin-top:48px
}
.site-footer .section-nav nav {
	display:block;
	width:25%
}
.site-footer .footer-lower {
	overflow:hidden
}
.site-footer .footer-lower .branding {
	float:left;
	margin-right:16px
}
.site-footer .footer-lower .legal {
	float:left;
	width:calc(100% - 68px - 276px)
}
.site-footer .social-icons-footer {
	clear:none;
	float:right;
	margin-bottom:0
}
.site-footer .social-icons-footer ul {
	text-align:right;
	margin-left:10px;
	margin-bottom:6px
}
.site-footer .social-icons-footer li {
	float:left;
	margin:0 0 0 6px
}
.page-content {
	padding-top:32px
}
.ad-container.tablet {
	border-bottom:8px solid #e6e9f3;
	padding-bottom:24px
}
.item-embed {
	padding-left:24px;
	padding-right:24px
}
.page-heading {
	margin:32px 24px 8px 24px
}
.page-heading .title {
	font-size:48px;
	line-height:normal;
	position:relative;
	top:-12px
}
.page-heading .sponsor {
	float:left;
	margin-top:7px;
	margin-left:12px
}
.collection-persons {
	padding-bottom:8px
}
.collection-persons .person {
	float:left;
	margin-bottom:16px;
	padding:0 24px;
	width:25%
}
.collection-persons .person:nth-of-type(5n) {
	clear:both
}
.sidebar .collection-persons {
	padding-left:24px;
	padding-right:24px
}
.collection-4-column {
	padding-bottom:8px
}
.collection-4-column .content {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-column-gap:24px
}
.collection-4-column .article {
	border:0;
	padding:0;
	margin-left:0
}
.collection-4-column .article:last-of-type {
	margin-bottom:16px
}
.collection-4-column .article .title {
	font-weight:900;
	font-size:14px;
	margin-bottom:2px
}
.collection-4-column .article .dek {
	font-size:11px;
	line-height:18px
}
.collection-4-column .m {
	float:none;
	margin:0 0 8px 0;
	width:100%
}
.page-content {
	padding-top:0
}
.sidebar {
	margin:0 24px
}
.collection {
	padding:0 16px 16px 16px;
	margin-bottom:24px
}
.collection-feature-block {
	margin-left:-24px;
	margin-right:-24px
}
.collection-feature-block h1 {
	float:left;
	color:#222;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	letter-spacing:-.1px;
	margin-bottom:16px
}
.collection-feature-block .featured-primary {
	margin-left:0;
	margin-right:0;
	padding-left:24px;
	padding-right:24px
}
.collection-feature-block .featured-primary .info {
	padding:0
}
.collection-feature-block .featured-primary .title {
	font-size:36px
}
.collection-feature-block .featured-primary .dek {
	font-size:16px
}
.collection-feature-block .featured-primary .m .overlay {
	width:139px;
	height:139px
}
.collection-feature-block .featured-secondary {
	border:0;
	padding:0;
	margin:0 0 16px 0;
	float:left;
	display:block;
	width:calc(50% - 36px)
}
.collection-feature-block .featured-secondary:nth-of-type(even) {
	margin-left:24px;
	margin-right:12px;
	clear:both
}
.collection-feature-block .featured-secondary:nth-of-type(odd) {
	margin-left:12px;
	margin-right:24px
}
.collection-feature-block .featured-secondary:nth-last-of-type(-n+2) {
	margin-bottom:0
}
.collection-feature-block .featured-secondary .title {
	font-size:24px
}
.collection-river .article .title {
	font-size:18px
}
.collection-river .article .dek {
	font-size:12px
}
.collection-river .overlay {
	left:12px;
	bottom:12px;
	height:32px;
	width:32px
}
.collection-river>.ad-container {
	margin-left:-24px;
	margin-right:-24px;
	padding:24px 0
}
}@media (min-width:1024px) {
	body {
	min-width:1024px
}
.ad-container {
	margin-bottom:12px
}
html .mobile {
	display:none
}
html .mobile.ad-container {
	display:none
}
html .mobile-tablet {
	display:none
}
html .mobile-tablet.ad-container {
	display:none
}
html .mobile-tablet .mobile.ad-container {
	display:none
}
html .mobile-tablet .tablet.ad-container {
	display:none
}
html .mobile-desktop {
	display:block
}
html .mobile-desktop.ad-container {
	display:block
}
html .mobile-desktop .mobile.ad-container {
	display:none
}
html .mobile-desktop .desktop.ad-container {
	display:block
}
html .tablet {
	display:none
}
html .tablet.ad-container {
	display:none
}
html .tablet-desktop {
	display:block
}
html .tablet-desktop.ad-container {
	display:block
}
html .tablet-desktop .tablet.ad-container {
	display:none
}
html .tablet-desktop .desktop.ad-container {
	display:block
}
html .desktop {
	display:block
}
html .desktop.ad-container {
	display:block
}
html .desktop.desktop-lg,html .desktop.desktop-md,html .desktop.desktop-sm {
	display:none
}
html .desktop.desktop-lg.ad-container,html .desktop.desktop-md.ad-container,html .desktop.desktop-sm.ad-container {
	display:none
}
.ad-container {
	margin-bottom:24px
}
.collection {
	margin-bottom:24px
}
.alert-closings {
	margin:0 auto;
	max-width:1232px
}
.alert-storm {
	padding-left:16px;
	padding-right:16px
}
.section-nav {
	padding:24px 0
}
.section-nav a {
	-webkit-transition:color .25s ease-in-out;
	transition:color .25s ease-in-out
}
.section-nav nav {
	padding:0 16px;
	width:16.666667%
}
.section-nav nav:nth-of-type(4n+1) {
	clear:none
}
.section-nav nav:nth-of-type(6n+1) {
	clear:both
}
.section-nav:hover {
	color:#667bb3
}
.section-nav:hover a {
	color:inherit
}
.section-nav:hover .nav-title {
	color:#99a7cc
}
.section-nav:hover nav:hover .nav-title {
	color:#fff;
	display:inline
}
.section-nav:hover nav:hover .nav-title a:hover {
	border-bottom:2px solid #334f99
}
.section-nav:hover nav:hover ul {
	margin-top:8px
}
.section-nav:hover nav:hover li a {
	color:#e6e9f3
}
.section-nav:hover nav:hover li a:hover {
	color:#99a7cc;
	border-bottom:2px solid #334f99
}
.site-header {
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
	height:80px
}
.site-header-inner {
	padding:0 16px
}
.site-header .section-nav nav {
	margin-bottom:30px;
	width:16.666667%;
	padding:0 16px
}
.site-header .inner {
	position:relative;
	margin:0 auto
}
.site-header .inner:after {
	content:"";
	display:table;
	clear:both
}
.site-header .nav-row {
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
	padding-left:24px;
	line-height:76px;
	height:76px
}
.site-header .expandable-nav {
	-webkit-transition:all .2s linear;
	transition:all .2s linear
}
.site-header .meta .user-profile .avatar {
	width:28px
}
.site-header .meta .search-toggle {
	-webkit-transition:all .2s linear;
	transition:all .2s linear
}
.site-header .meta .search-toggle a {
	height:28px
}
.site-header .meta .search-toggle a:before {
	top:6px
}
.site-header .meta .search-toggle a:after {
	top:17px
}
.site-header .primary-nav li {
	margin-right:14px
}
.site-header .primary-nav a {
	-webkit-transition:background .2s linear;
	transition:background .2s linear;
	border-radius:3px;
	font-size:16px;
	font-weight:900;
	padding:6px 16px
}
.site-header .primary-nav a:hover {
	color:#002380;
	background-color:#e6e9f3
}
.site-header .primary-nav a:active {
	color:#334f99;
	background-color:#00154d
}
.site-header .primary-nav .is-active a:hover {
	color:#334f99;
	background-color:#00154d
}
.site-header .primary-nav .menu-more a:after {
	right:12px
}
.site-header .primary-nav .menu-more a:hover:after {
	color:#334f99
}
.site-header .expandable-nav {
	top:76px
}
.site-header .header-lower .branding {
	height:auto;
	width:auto
}
.site-header .social-icons li {
	margin-left:8px
}
.mini-header-enabled {
	margin-top:80px
}
.mini-header {
	position:fixed;
	top:0;
	border-top-width:2px;
	height:53px;
	width:100%
}
.mini-header .branding {
	height:auto;
	width:92px
}
.mini-header .branding .logo {
	height:28px
}
.mini-header .branding .logo-full {
	display:none
}
.mini-header .branding .logo-mini {
	display:block;
	height:100%
}
.mini-header .nav-row {
	height:51px;
	line-height:51px
}
.mini-header .primary-nav a {
	padding:4px 12px
}
.mini-header .primary-nav .menu-more a::after {
	top:7px
}
.mini-header .meta .search-toggle {
	margin-top:12px
}
.mini-header .expandable-nav {
	top:51px
}
.site-footer .section-nav nav {
	margin-bottom:30px;
	width:16.666667%
}
.site-footer .footer-lower .legal a:hover {
	color:#99a7cc;
	border-bottom:2px solid #334f99
}
.site-footer .social-icons-footer li {
	margin-left:8px
}
.page {
	padding-top:0
}
.pre-content .ad-container {
	background:#eff2f5;
	padding-top:16px;
	padding-bottom:16px
}
.pre-content .ad-container.sponsor {
	background:0 0;
	padding:0
}
.pre-content .ad-container.collapse {
	padding-top:0;
	padding-bottom:0
}
.page-content {
	padding-top:48px
}
.row {
	margin:0 auto;
	width:100%
}
.sidebar {
	background-color:initial;
	padding:0
}
.page-content.has-sidebar .main-content {
	float:left;
	width:calc(100% - 332px)
}
.page-content.has-sidebar .sidebar {
	float:right;
	margin-left:32px;
	width:300px
}
.item-embed {
	margin:0;
	padding:0;
	border:0
}
.page-heading {
	margin:48px 16px 18px 16px
}
.sidebar .collection-persons {
	padding-left:0;
	padding-right:0
}
.sidebar .collection-persons .person {
	text-align:left;
	border-bottom:1px solid #e6e9f3;
	float:none;
	overflow:hidden;
	padding:0 0 12px 0;
	margin:0 0 12px 0;
	width:100%
}
.sidebar .collection-persons .person:last-of-type {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0
}
.sidebar .collection-persons .headshot {
	float:left;
	margin-right:16px;
	width:96px
}
.sidebar .collection-persons .info {
	float:right;
	width:calc(100% - 112px)
}
.page-content {
	padding-top:0
}
.sidebar {
	display:block;
	margin:0 24px 0 0
}
.collection-feature-block {
	margin-left:0;
	margin-right:0
}
.collection-feature-block .featured-primary {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0
}
.collection-feature-block .featured-primary .m .overlay {
	width:107px;
	height:107px
}
.collection-feature-block .featured-secondary {
	width:calc(50% - 12px);
	margin-bottom:24px
}
.collection-feature-block .featured-secondary:nth-of-type(even) {
	margin-left:0;
	margin-right:12px;
	clear:both
}
.collection-feature-block .featured-secondary:nth-of-type(odd) {
	margin-left:12px;
	margin-right:0
}
.collection-feature-block .featured-secondary:nth-last-of-type(-n+2) {
	margin-bottom:0
}
.collection-feature-block .featured-secondary .m .overlay {
	width:75px;
	height:75px
}
.collection-4-column {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0
}
.collection-river {
	margin-bottom:48px
}
.vendor-unit {
	margin-bottom:24px
}
.main-content .collection-river.image-invert .article-list .article .m {
	max-width:284px
}
.main-content .collection-river.image-invert .article-list .article.featured .m {
	max-width:none
}
.main-content .collection-river.image-invert .article-list .article.featured .m .overlay {
	height:64px;
	width:64px
}
.main-content .collection-river.image-invert .article-list .article.featured .title {
	font-size:24px;
	font-weight:900;
	margin-top:10px
}
}@media (min-width:1280px) {
	body {
	min-width:1280px
}
html .desktop.desktop-sm {
	display:block
}
html .desktop.desktop-sm.ad-container {
	display:block
}
html .desktop.desktop-lg,html .desktop.desktop-md,html .desktop.desktop-xs {
	display:none
}
html .desktop.desktop-lg.ad-container,html .desktop.desktop-md.ad-container,html .desktop.desktop-xs.ad-container {
	display:none
}
.alert-banner .close {
	top:25px;
	right:25px
}
.alert-banner .alert-inner {
	position:relative;
	margin:0 auto;
	padding:24px 28px;
	max-width:1280px
}
.alert-banner .alert-type {
	font-size:16px;
	padding:4px 8px
}
.alert-banner .alert-type a {
	color:#fff
}
.alert-banner.is-breaking .alert-text,.alert-banner.is-breaking .alert-title {
	color:#fff
}
.alert-banner.is-breaking a {
	color:#fff
}
.alert-banner.is-breaking .alert-type a {
	color:#fff
}
.alert-banner.is-custom .alert-text,.alert-banner.is-custom .alert-title {
	color:#000
}
.alert-banner.is-custom .alert-type {
	color:#fff
}
.site-header-inner {
	padding:0 24px
}
.site-header .inner,.site-header-inner {
	margin:0 auto;
	max-width:1280px
}
.site-header .nav-row {
	padding-left:40px;
	line-height:78px;
	height:78px
}
.site-header .meta .search-toggle a {
	height:30px
}
.site-header .meta .search-toggle a:before {
	top:8px
}
.site-header .meta .search-toggle a:after {
	top:19px
}
.site-header .primary-nav li {
	margin-right:20px
}
.site-header .primary-nav a {
	font-size:17px
}
.site-header .search {
	position:relative;
	padding:16px 0
}
.site-header .section-nav {
	padding-bottom:4px
}
.site-header .section-nav .inner {
	padding:0 8px
}
.site-header .header-lower {
	margin:0 auto;
	max-width:1248px
}
.site-header .header-lower .branding {
	margin-left:0
}
.mini-header-enabled {
	margin-top:80px
}
.mini-header {
	height:53px
}
.mini-header .nav-row {
	height:51px;
	line-height:51px
}
.mini-header .primary-nav li {
	margin-right:24px
}
.mini-header .expandable-nav {
	top:51px
}
.site-footer .footer-lower,.site-footer .footer-upper {
	margin:0 auto;
	max-width:1280px
}
.site-footer .footer-lower {
	max-width:1232px
}
.site-footer .inner {
	padding:0 8px
}
.page-content {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	max-width:1280px
}
.post-content {
	clear:both
}
.post-content .row {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	max-width:1280px
}
.post-content .row.full {
	max-width:100%
}
.page-content.has-sidebar .main-content {
	width:calc(100% - 332px)
}
.page-content.has-sidebar .sidebar {
	float:right;
	margin-left:32px
}
.page-heading {
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	padding-left:24px;
	padding-right:24px
}
.collection-persons {
	padding-bottom:0
}
.collection-persons .person {
	float:left;
	margin-bottom:24px;
	padding:0 10px;
	width:calc(100% / 6)
}
.collection-river .article .title {
	font-size:24px
}
.collection-river .article .dek {
	font-size:14px
}
}