img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}.page-container:after,.archive-grid:after,.archive-header.has-pullout:after,.author-header:after,.post-info:after,.contributors>li:after,.book-cta:after,.book-related-list:after,.two-col-list:after,.editor-profile:after,.issue-cover:after,.single .page-container.workbook-container .workbook:after{content:"";display:table;clear:both}.menu-toggle span{display:block;text-indent:100%;white-space:nowrap;overflow:hidden}.screen-reader-text,.search-label{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.menu,.social-bar,.archive-pagination ul,.contributors,.contributor-menu,.book-featured-image ul,.two-col-list,.nnu-all-categories,.nnu-all-categories ul{list-style:none;padding:0;margin:0}.menu li,.social-bar li,.archive-pagination ul li{display:inline-block}.hide{display:none}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:"Circular";src:url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-bold.eot);src:url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-bold.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Circular";src:url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-book.eot);src:url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-book.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-book.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"Circular";src:url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-bookItalic.eot);src:url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-bookItalic.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-bookItalic.woff) format("woff");font-weight:normal;font-style:italic}@font-face{font-family:"Circular";src:url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-medium.eot);src:url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-medium.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/99u-2016/_99u_common/css/../fonts/lineto-circular-medium.woff) format("woff");font-weight:500;font-style:normal}img{display:block;max-width:100%;height:auto}@media (min-width: 43.69em){.image-pull{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.image-pull{margin-left:0;margin-left:0}}.nnu-icon{fill:#000}body{background:white}.alignleft{float:left;margin-right:20px;margin-right:1.25rem}.alignright{float:right;margin-left:20px;margin-left:1.25rem}@media (min-width: 43.69em){img.alignnone{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){img.alignnone{margin-left:0;margin-left:0}}.wp-caption{max-width:100%;margin-top:40px;margin-top:2.5rem;margin-bottom:40px;margin-bottom:2.5rem}@media (min-width: 43.69em){.wp-caption img{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.wp-caption img{margin-left:0;margin-left:0}}.wp-caption-text,.post-content h6{margin-top:20px;margin-top:1.25rem;font-family:Arial, sans-serif;font-weight:400;font-style:italic;font-size:15px;font-size:0.94rem;line-height:1.2}.font-sans-bold-loaded .wp-caption-text,.font-sans-bold-loaded .post-content h6,.post-content .font-sans-bold-loaded h6,.font-sans-medium-loaded .wp-caption-text,.font-sans-medium-loaded .post-content h6,.post-content .font-sans-medium-loaded h6,.font-sans-loaded .wp-caption-text,.font-sans-loaded .post-content h6,.post-content .font-sans-loaded h6{font-family:"Circular",Arial,sans-serif}.embed-ted,span.embed-youtube,.embed-youtube,.embed-vimeo{margin-top:40px;text-align:left !important;position:relative;padding-bottom:56.25%}@media (min-width: 43.69em){.single .embed-ted,.single span.embed-youtube,.single .embed-youtube,.single .embed-vimeo{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.single .embed-ted,.single span.embed-youtube,.single .embed-youtube,.single .embed-vimeo{margin-left:0;margin-left:0}}.embed-ted iframe,span.embed-youtube iframe,.embed-youtube iframe,.embed-vimeo iframe{position:absolute;width:100%;height:100%;left:0;top:0}.wp-caption-combined{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 43.69em){.wp-caption-combined{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.wp-caption-combined>a{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:10px}@media (min-width: 43.69em){.wp-caption-combined>a{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:0}}@media (min-width: 43.69em){.wp-caption-combined>a:first-of-type{padding-right:10px}}@media (min-width: 43.69em){.wp-caption-combined>a:last-of-type{padding-left:10px}}.wp-caption-combined>p{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}body{-webkit-font-smoothing:antialiased;font-family:serif;font-size:18px;font-size:1.12rem;line-height:1}.wf-utopiastddisplay-n7-active body,.wf-utopiastddisplay-n4-active body,.wf-utopiastddisplay-i4-active body,.wf-utopiastddisplay-i7-active body,.wf-active body{font-family:"utopia-std-display",serif}a{color:#000}a:hover{color:#000}.underline{text-decoration:underline}em{font-style:italic}strong{font-weight:700}.container{max-width:1260px;width:100%;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media (min-width: 43.69em){.container{padding-left:40px;padding-right:40px}}@media (min-width: 62.5em){.container{padding-left:30px;padding-right:30px}}@media (min-width: 62.5em){.page-content,.post-content{width:66.66%}}.small-page-wrapper{max-width:75%;margin:30px 0;margin:1.88rem 0}@media (min-width: 43.69em){.content-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 43.69em){.content-row{margin-left:-10px;margin-right:-10px}}@media (min-width: 43.69em){.content-half{padding-left:10px;padding-right:10px;width:50%}}@media (min-width: 43.69em){.content-half:nth-child(2n){padding-left:30px}}.page-container{padding-bottom:50px;padding-bottom:3.12rem}@media (min-width: 62.5em){.page-container .page-content,.page-container .post-content{float:left}}@media (min-width: 62.5em){.page-container .page-sidebar,.page-container .post-sidebar{float:right}}@media (min-width: 62.5em){.page-sidebar,.post-sidebar{padding-left:10px;padding-right:10px;width:33.33%}}@media (min-width: 43.69em) and (max-width: 62.49em){.page-sidebar,.post-sidebar{margin-left:-30px;margin-right:-30px}}@media (min-width: 62.5em){.page-sidebar,.post-sidebar{padding-right:0}}@media (min-width: 62.5em) and (min-width: 43.69em){.page-sidebar,.post-sidebar{margin-right:-20px;margin-right:-1.25rem}}@media (min-width: 62.5em) and (min-width: 62.5em) and (max-width: 81.25em){.page-sidebar,.post-sidebar{margin-right:0;margin-right:0}}@media (min-width: 62.5em){.hide-desktop{display:none !important}}@media (max-width: 43.68em){body.search .archive-header{padding-top:11px;padding-top:0.69rem}}@media (min-width: 43.69em) and (max-width: 62.49em){body.search .archive-header{padding-top:17px;padding-top:1.06rem}}@media (max-width: 43.68em){body.search .archive-grid{margin-top:47px;margin-top:2.94rem}}@media (min-width: 62.5em){body.search .archive-grid{margin-top:85px;margin-top:5.31rem}}body.author.archive .archive-grid{margin-top:25px;margin-top:1.56rem}@media (min-width: 43.69em) and (max-width: 62.49em){body.author.archive .archive-grid{margin-top:27px;margin-top:1.69rem}}@media (min-width: 62.5em){body.author.archive .archive-grid{margin-top:91px;margin-top:5.69rem}}@media (min-width: 62.5em) and (max-width: 81.25em){body.post-type-archive-articles .archive-header,body.post-type-archive-videos .archive-header{padding-left:20px}}body.post-type-archive-articles .archive-title,body.post-type-archive-videos .archive-title{padding-top:14px}@media (min-width: 43.69em){body.post-type-archive-articles .archive-title,body.post-type-archive-videos .archive-title{padding-top:22px}}@media (min-width: 62.5em){body.post-type-archive-articles .archive-title,body.post-type-archive-videos .archive-title{padding-top:0}}@media (min-width: 0em) and (max-width: 43.68em){body.post-type-archive-articles .archive-grid,body.post-type-archive-videos .archive-grid{margin-top:35px;margin-top:2.19rem}}@media (min-width: 43.69em) and (max-width: 62.49em){body.post-type-archive-articles .archive-grid,body.post-type-archive-videos .archive-grid{margin-top:22px;margin-top:1.38rem}}.archive-grid{margin-top:20px;margin-top:1.25rem}@media (min-width: 43.69em){.archive-grid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 43.69em){.archive-grid{margin-left:-30px;margin-left:-1.88rem;margin-right:-30px;margin-right:-1.88rem;margin-top:40px;margin-top:2.5rem}}@media (min-width: 62.5em){.archive-grid{margin-top:63px;margin-top:3.94rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.archive-grid{margin-left:-10px;margin-left:-0.62rem;margin-right:-10px;margin-right:-0.62rem}}.archive-grid .post{margin-bottom:20px;margin-bottom:1.25rem}@media (min-width: 43.69em){.archive-grid .post{padding-left:10px;padding-right:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}}@media (min-width: 62.5em){.archive-grid .post{-webkit-flex-basis:33.33%;-ms-flex-preferred-size:33.33%;flex-basis:33.33%}}@media (min-width: 43.69em){.archive-grid .archive-grid-inner{padding-left:10px;padding-right:10px;width:100%}}@media (min-width: 43.69em){.archive-grid .archive-grid-inner{padding-left:30px;padding-left:1.88rem}}@media (min-width: 62.5em){.archive-header.has-pullout{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 43.69em){.archive-header.has-pullout{margin-left:-10px;margin-right:-30px}}@media (min-width: 62.5em) and (max-width: 81.25em){.archive-header.has-pullout{margin-right:-10px}}@media (min-width: 62.5em){.archive-content-inner{padding-left:10px;padding-right:10px;width:100%}}@media (min-width: 62.5em){.archive-header-content{padding-left:10px;padding-right:10px;width:66.67%}}@media (min-width: 62.5em) and (max-width: 81.25em){.archive-header-content{padding-left:30px}}.archive-header-content p{max-width:750px}@media (min-width: 62.5em){.archive-header-pullout{padding-left:0;padding-right:10px;width:33.33%}}@media (min-width: 43.69em){.author-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 43.69em){.author-header{margin-left:-10px;margin-right:-20px}}@media (min-width: 62.5em) and (max-width: 81.25em){.author-header{margin-right:-10px}}@media (max-width: 43.68em){.author-header,.author-header-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width: 43.69em){.author-header-content{padding-left:10px;padding-right:10px;width:66.67%}}@media (max-width: 43.68em){.author-header-content{-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.author-header-content>.archive-title{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.author-header-content>.author-links{-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.author-header-content>p{-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media (min-width: 62.5em) and (max-width: 81.25em){.author-header-content{padding-left:30px}}@media (min-width: 43.69em){.author-header-pullout{padding-left:10px;padding-right:0;width:33.33%}}@media (max-width: 43.68em){.author-header-pullout{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width: 43.68em){.home,.page-template-template-homepage{background-color:#F6F6F6}}.homepage-row{margin-bottom:20px;margin-bottom:1.25rem}@media (min-width: 43.69em){.homepage-row{margin-left:-30px;margin-left:-1.88rem;margin-right:-30px;margin-right:-1.88rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.homepage-row{margin-left:-10px;margin-left:-0.62rem;margin-right:-10px;margin-right:-0.62rem}}.homepage-row .post{margin-bottom:20px;margin-bottom:1.25rem}@media (min-width: 43.69em){.homepage-row .post{margin-bottom:0}}@media (min-width: 43.69em){.homepage-row .post.portrait,.homepage-row .portrait{padding-left:10px;padding-right:10px;width:50%}}@media (min-width: 62.5em){.homepage-row .post.portrait,.homepage-row .portrait{padding-left:10px;padding-right:10px;width:33.33%}}@media (min-width: 43.69em){.homepage-row .portrait.post-wrapper{padding-left:10px;padding-right:10px;width:100%}}@media (min-width: 62.5em){.homepage-row .portrait.post-wrapper{padding-left:10px;padding-right:10px;width:33.33%}}@media (min-width: 43.69em){.homepage-row .portrait.post-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-left:0;padding-right:0}}@media (min-width: 62.5em){.homepage-row .portrait.post-wrapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:10px;padding-right:10px}}@media (min-width: 43.69em){.homepage-row .portrait.post-wrapper .small{padding-left:10px;padding-right:10px;width:50%}}@media (min-width: 62.5em){.homepage-row .portrait.post-wrapper .small{padding-left:10px;padding-right:10px;width:100%}}@media (min-width: 43.69em) and (max-width: 62.49em){.homepage-row .portrait.post-wrapper .small.post-text{margin-left:10px;margin-right:10px;padding:20px 20px 60px 20px !important}.homepage-row .portrait.post-wrapper .small.post-text p.byline{left:20px}}@media (min-width: 62.5em){.homepage-row .portrait.post-wrapper .small{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:0;padding-right:0}}@media (min-width: 62.5em){.homepage-row .post.small:first-child{margin-bottom:20px;margin-bottom:1.25rem}}@media (min-width: 43.69em){.homepage-row .post.medium,.homepage-row .medium{padding-left:10px;padding-right:10px;width:50%}}@media (min-width: 62.5em){.homepage-row .post.medium,.homepage-row .medium{padding-left:10px;padding-right:10px;width:66.67%}}@media (min-width: 43.69em){.one-column{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 43.69em){.one-column>.post,.one-column>.newsletter-cta{padding-left:10px;padding-right:10px;width:100%}}@media (min-width: 43.69em){.two-column{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 43.69em) and (max-width: 62.49em){.two-column .tag-interview:first-child{width:100%;margin-bottom:20px;margin-bottom:1.25rem}}@media (min-width: 43.69em){.two-column>.post{padding-left:10px;padding-right:10px;width:50%}}@media (min-width: 43.69em){.two-column>.post-text,.three-column>.post-text{padding:20px 20px 60px 30px !important}}@media (min-width: 43.69em){.two-column>.post-text p.byline,.three-column>.post-text p.byline{left:30px}}@media (min-width: 62.5em){.three-column,[data-source="nnu-hp-r4-lt"]{min-height:610px}}@media (min-width: 43.69em) and (max-width: 62.49em){[data-source="nnu-hp-r6-cntr"]{min-height:500px}[data-source="nnu-hp-r6-cntr"]+.portrait{margin-top:20px;min-height:300px}}@media (min-width: 43.69em) and (max-width: 62.49em){[data-source="nnu-hp-r5-lt"] .medium{min-height:500px}}@media (min-width: 62.5em){[data-source="nnu-hp-r2-lt"]{min-height:450px}}@media (min-width: 43.69em) and (max-width: 62.49em){.tag-book,.tag-event{margin-top:20px;min-height:300px}}@media (min-width: 43.69em) and (max-width: 62.49em){.tag-magazine.post-feature{min-height:300px}}@media (min-width: 43.69em) and (max-width: 51.56em){.tag-magazine.post-feature img{max-height:100%}}@media (min-width: 51.56em) and (max-width: 62.49em){.tag-magazine.post-feature img{max-width:100%}}@media (min-width: 43.69em) and (max-width: 62.49em){[data-source="nnu-hp-r7-rt"]{width:100% !important;min-height:500px;margin-top:20px}}@media (min-width: 43.69em){[data-source="nnu-hp-r7-lt"]{min-height:500px}}@media (min-width: 62.5em){[data-source="nnu-hp-r7-lt"]{min-height:610px}}@media (min-width: 43.69em){.three-column{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 43.69em){.three-column>.post:first-child{padding-left:10px;padding-right:10px;width:100%}}@media (min-width: 62.5em){.three-column>.post:first-child{padding-left:10px;padding-right:10px;width:33.33%}}@media (min-width: 43.69em) and (max-width: 62.49em){.three-column>.portrait.post-wrapper+.post{width:100%;margin-top:20px;margin-top:1.25rem}.three-column>.portrait.post-wrapper+.post img{width:100%;height:auto}}@media (min-width: 43.69em){.three-column>.post{padding-left:10px;padding-right:10px;width:50%}}@media (min-width: 62.5em){.three-column>.post{padding-left:10px;padding-right:10px;width:33.33%}}.form-button.form-submit{border:0;background:transparent;color:#011eff;text-transform:capitalize;margin-top:20px;font-family:Arial, sans-serif;font-weight:700;font-size:21px;font-size:1.31rem;line-height:1}.font-sans-bold-loaded .form-button.form-submit,.font-sans-medium-loaded .form-button.form-submit,.font-sans-loaded .form-button.form-submit{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.form-button.form-submit{margin-top:35px}}.form-button.form-submit .nnu-icon{width:11px;height:15px;fill:#011eff;vertical-align:middle}.form-button.form-submit:focus{outline:0}.form-text{border:0;background-color:#011eff;color:#fff;width:100%;-webkit-appearance:none;border-radius:0;padding:3px 7px;padding:0.19rem 0.44rem;font-family:Arial, sans-serif;font-size:19px;font-size:1.19rem;line-height:1.4}.font-sans-bold-loaded .form-text,.font-sans-medium-loaded .form-text,.font-sans-loaded .form-text{font-family:"Circular",Arial,sans-serif}.form-text::-webkit-input-placeholder{color:#fff}.form-text:-moz-placeholder{color:#fff;opacity:1}.form-text::-moz-placeholder{color:#fff;opacity:1}.form-text:-ms-input-placeholder{color:#fff}.form-text:placeholder-shown{color:#fff}.form-text:focus{outline:0}textarea.form-text{height:300px;display:block}@media (min-width: 43.69em){textarea.form-text{height:400px}}@media (min-width: 62.5em){textarea.form-text{height:243px}}.form-item-half{margin-bottom:20px}@media (min-width: 43.69em){.form-item-half{width:50%;float:left;padding:0 0 20px 30px;margin-bottom:0}}@media (min-width: 43.69em){.form-item-half:first-child{padding-left:0}}.form-label{display:none}.ie .form-label{display:block}.formError{position:absolute;top:300px;left:300px;z-index:5000;display:block;padding-bottom:8px}@media (max-width: 43.68em){.formError{left:auto !important;right:20px}}@media (min-width: 43.69em){.formError{margin-top:0}}.formErrorContent ul{list-style:none;margin:0;padding:0}.formError .formErrorContent{width:100%;max-width:250px;padding:13px 15px;background-color:#f2f2f2;color:#000;font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .formError .formErrorContent,.font-sans-medium-loaded .formError .formErrorContent,.font-sans-loaded .formError .formErrorContent{font-family:"Circular",Arial,sans-serif}.formError .formErrorArrow{position:absolute;bottom:-8px;left:20px;z-index:5001;width:0;height:0;border:8px solid transparent;border-top-color:#f2f2f2}.formError .formErrorArrowBottom{top:0;margin:-6px}.formError.captcha_input{margin-left:40px}#becaptcha{margin-top:20px}.form-item-recaptcha-image{margin-bottom:20px}#recaptcha_image{display:block;margin-bottom:7px}@media (min-width: 43.69em){#recaptcha_image{display:inline-block;vertical-align:middle;margin-right:20px;margin-bottom:0}}#recaptcha_refresh{color:#011eff;cursor:pointer;font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded #recaptcha_refresh,.font-sans-medium-loaded #recaptcha_refresh,.font-sans-loaded #recaptcha_refresh{font-family:"Circular",Arial,sans-serif}.form-item-recaptcha-response{float:none}#recaptcha_image img{margin:auto}@media (max-width: 62.49em){html.mobile-menu-open,body.mobile-menu-open{overflow:hidden;position:fixed;top:0;left:0}}@media (min-width: 62.5em){body.search-overlay-open{overflow:hidden}}@media (max-width: 43.68em){.mobile-menu-open .global-header .main-menu{max-height:-moz-calc(100vh - 55px);max-height:calc(100vh - 55px);overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:30px}}@media (max-width: 62.49em){.mobile-menu-open .global-header{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.mobile-menu-open .global-header .main-menu{max-height:-moz-calc(100vh - 69px);max-height:calc(100vh - 69px);padding-bottom:30px;overflow:auto;-webkit-overflow-scrolling:touch}.mobile-menu-open .global-header .main-header{height:100%}}.admin-bar.mobile-menu-open .global-header{top:32px}@media (max-width: 48.88em){.admin-bar.mobile-menu-open .global-header{top:46px}}.admin-bar.mobile-menu-open .global-header .main-menu{padding-bottom:30px;max-height:-moz-calc(100vh - 101px);max-height:calc(100vh - 101px)}.main-header{text-align:center;position:relative;background-color:#fff;padding-left:0;padding-right:0;font-family:Arial, sans-serif;margin-bottom:20px;margin-bottom:1.25rem}.font-sans-bold-loaded .main-header,.font-sans-medium-loaded .main-header,.font-sans-loaded .main-header{font-family:"Circular",Arial,sans-serif}@media (min-width: 62.5em){.main-header{padding-left:10px;padding-left:0.62rem;padding-right:10px;padding-right:0.62rem;margin-bottom:50px;margin-bottom:3.12rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.main-header{padding-left:30px;padding-left:1.88rem;padding-right:30px;padding-right:1.88rem}}.mobile-search-form{display:block;line-height:45px;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;position:relative;padding:20px 0;padding:1.25rem 0}@media (min-width: 62.5em){.mobile-search-form{display:none}}.mobile-search-form input{border:0;width:100%;padding:10px 20px 10px 10px;text-align:center;-moz-box-sizing:border-box;box-sizing:border-box}.mobile-search-form input:focus{outline:0}.mobile-search-form label{width:100%;position:absolute;top:20px;left:0}.mobile-search-form .nnu-icon{width:15px;height:15px;margin-right:5px}.mobile-search-form .close-container{display:none}@media (min-width: 62.5em){.search-overlay-open.admin-bar .mobile-search-form{top:88px}.search-overlay-open.fix-fixed-touch .mobile-search-form{top:0;left:0;z-index:999999}.search-overlay-open .mobile-search-form{display:block;position:fixed;width:100%;height:100%;background:#fff;z-index:2;border:0;padding-top:0;padding-left:40px;padding-right:40px;top:56px}.search-overlay-open .mobile-search-form .close-container{position:relative;display:block;height:70px}.search-overlay-open .mobile-search-form .close-search{display:block;width:18px;height:18px;position:absolute;top:38px;right:30px}.search-overlay-open .mobile-search-form .close-search .nnu-icon{width:18px;height:18px;margin-right:0;display:block}.search-overlay-open .mobile-search-form label{display:block;max-width:1210px;left:50%;top:100px;text-align:left;padding-left:40px;padding-right:40px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);color:#ccc;font-family:Arial, sans-serif;font-weight:700;font-size:70px;font-size:4.38rem;line-height:37px;line-height:2.31rem}.font-sans-bold-loaded .search-overlay-open .mobile-search-form label,.font-sans-medium-loaded .search-overlay-open .mobile-search-form label,.font-sans-loaded .search-overlay-open .mobile-search-form label{font-family:"Circular",Arial,sans-serif}.search-overlay-open .mobile-search-form label .nnu-icon{display:none}.search-overlay-open .mobile-search-form input{text-align:left;max-width:1130px;font-family:Arial, sans-serif;font-weight:700;font-size:70px;font-size:4.38rem;line-height:37px;line-height:2.31rem}.font-sans-bold-loaded .search-overlay-open .mobile-search-form input,.font-sans-medium-loaded .search-overlay-open .mobile-search-form input,.font-sans-loaded .search-overlay-open .mobile-search-form input{font-family:"Circular",Arial,sans-serif}}.above-header{display:none}@media (min-width: 62.5em){.above-header{background-color:#f2f2f2;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:74px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:90px;margin-bottom:5.62rem}.above-header h2{margin:0;font-family:Arial, sans-serif;font-weight:400;font-size:20px;font-size:1.25rem;line-height:1}.font-sans-bold-loaded .above-header h2,.font-sans-medium-loaded .above-header h2,.font-sans-loaded .above-header h2{font-family:"Circular",Arial,sans-serif}}.above-header a{padding:0 27px;display:block;height:58px}.above-header .behance-logo .nnu-icon{width:75px;height:58px}.above-header .adobe-logo .nnu-icon{height:58px;width:70px}.site-title{margin:0;display:block;height:55px;line-height:55px;position:relative;z-index:2;border-bottom:1px solid #ebebeb}@media (min-width: 43.69em){.site-title{height:69px;line-height:69px}}@media (min-width: 62.5em){.site-title{display:inline-block;height:auto;line-height:1;border-bottom:0}}@media (min-width: 62.5em){.site-title{width:20%}}.site-title img,.site-title svg{width:50px;height:22px;margin-top:7px;display:inline-block}@media (min-width: 43.69em){.site-title img,.site-title svg{width:77px;height:31px;margin-top:18.5px}}@media (min-width: 62.5em){.site-title img,.site-title svg{vertical-align:middle;width:156px;height:70px;margin:0 auto}}.search-toggle{display:none;background-color:transparent;border:0;padding:0 20px 0 38px;height:56px;position:absolute;top:0;left:0}.sticky .search-toggle{display:block}.search-toggle:focus{outline:0}.search-toggle .search.nnu-icon{width:18px;height:17px;fill:#fff}@-webkit-keyframes displayNav{from{opacity:0;-webkit-transform:translateY(-5%) rotateX(15deg);transform:translateY(-5%) rotateX(15deg)}to{opacity:1;-webkit-transform:translateY(0) rotateX(0deg);transform:translateY(0) rotateX(0deg)}}@-moz-keyframes displayNav{from{opacity:0;-moz-transform:translateY(-5%) rotateX(15deg);transform:translateY(-5%) rotateX(15deg)}to{opacity:1;-moz-transform:translateY(0) rotateX(0deg);transform:translateY(0) rotateX(0deg)}}@keyframes displayNav{from{opacity:0;-webkit-transform:translateY(-5%) rotateX(15deg);-moz-transform:translateY(-5%) rotateX(15deg);transform:translateY(-5%) rotateX(15deg)}to{opacity:1;-webkit-transform:translateY(0) rotateX(0deg);-moz-transform:translateY(0) rotateX(0deg);transform:translateY(0) rotateX(0deg)}}.menu ul{display:none}.main-menu{display:none;width:100% !important;border-top:1px solid #ebebeb;-moz-transition:none;transition:none;font-family:Arial, sans-serif;font-size:20px;font-size:1.25rem;line-height:1}.font-sans-bold-loaded .main-menu,.font-sans-medium-loaded .main-menu,.font-sans-loaded .main-menu{font-family:"Circular",Arial,sans-serif}@media (min-width: 62.5em){.main-menu{display:block;padding-bottom:68px;border-top:0;border-bottom:1px solid #ebebeb}}@media (min-width: 62.5em){.main-menu{margin-top:-45px}}.main-menu li a{display:block;color:#000}.main-menu li a:hover{color:#000}@media (min-width: 62.5em){.main-menu li a{border-bottom:2px solid transparent}}@media (min-width: 62.5em){.main-menu li a:hover{border-bottom:2px solid currentColor}}@media (min-width: 62.5em){.main-menu li.menu-item-has-children{position:relative}.main-menu li.menu-item-has-children>a{position:relative}.main-menu li.menu-item-has-children>a:after{content:"";border:solid transparent;height:0;width:0;pointer-events:none;border-color:transparent;border-top-color:#000;border-width:6px;display:inline-block;vertical-align:bottom;margin-top:8px;margin-left:8px}.main-menu li.menu-item-has-children>a:hover{border-bottom-color:transparent}.main-menu li.menu-item-has-children:hover:before{content:"";display:block;width:186px;height:200%;position:absolute;top:0;left:-15px}}@media (min-width: 62.5em) and (min-width: 62.5em) and (max-width: 78.12em){.main-menu li.menu-item-has-children:hover:before{left:auto;right:-5px;width:196px}}@media (min-width: 62.5em){.main-menu li.menu-item-has-children:hover ul{display:block;position:absolute;top:32px;left:-15px;width:186px;text-align:left;padding:15px;background:#000;z-index:9}}@media (min-width: 62.5em) and (min-width: 62.5em) and (max-width: 78.12em){.main-menu li.menu-item-has-children:hover ul{text-align:right;left:auto;right:-5px;padding-right:24px;width:196px}}@media (min-width: 62.5em){.main-menu li.menu-item-has-children:hover ul li{display:block;padding:5px 0;line-height:1.2}.main-menu li.menu-item-has-children:hover ul a{display:inline;color:#fff}.main-menu li.menu-item-has-children:hover ul a:hover{color:#fff}}.main-menu.active{display:block;border-top:0;-webkit-animation-name:displayNav;-moz-animation-name:displayNav;animation-name:displayNav;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-menu li{display:block;line-height:45px}@media (min-width: 62.5em){.main-menu li{display:inline-block;line-height:1}}.main-menu li.logo{display:none}@media (min-width: 62.5em){.main-menu li.logo{display:inline-block;visibility:hidden;-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.main-menu li ul{display:block;padding-left:0}@media (min-width: 62.5em){.main-menu li ul{display:none}}.main-menu .if-sticky{display:none}@media (max-width: 62.49em){.main-menu .if-sticky{display:block}.main-menu .if-sticky a{display:none}}@media (min-width: 62.5em){.main-menu.sticky{margin-top:0;padding-bottom:0;border-bottom:0;z-index:999;padding:17px 0;background-color:#011eff;-moz-transition:background .2s ease-in;transition:background .2s ease-in;left:0 !important;width:100% !important}.main-menu.sticky .if-sticky{display:inline-block}.main-menu.sticky .logo{display:none}.main-menu.sticky li.menu-item-has-children>a:after{border-top-color:#fff}.main-menu.sticky li.menu-item-has-children:hover ul{background-color:#011eff}}.main-menu.sticky a{color:#fff}.main-menu.sticky a:hover{color:#fff}.main-menu.sticky .menu-main-site{display:block}.main-menu.sticky .menu-main-site>li,.main-menu.sticky .menu-main-site>li:nth-child(-n+3),.main-menu.sticky .menu-main-site>li:nth-child(n+3){margin-right:15px;margin-left:15px}@media (min-width: 62.5em){.main-menu .menu-main-site{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:950px;margin:0 auto}}@media (max-width: 62.49em){.main-menu .menu-main-site>li:first-child{padding-top:20px;padding-top:1.25rem}}@media (max-width: 62.49em){.main-menu .menu-main-site>li:last-child{border-top:1px solid #ebebeb;margin-top:20px;margin-top:1.25rem}.main-menu .menu-main-site>li:last-child>a{color:#888;text-transform:uppercase;padding-top:20px;padding-top:1.25rem;font-size:17px;font-size:1.06rem}.main-menu .menu-main-site>li:last-child ul{margin-bottom:20px;margin-bottom:1.25rem}}.wrapper-sticky{display:block !important;width:auto !important}@media (max-width: 62.49em){.wrapper-sticky{height:auto !important}}.menu-toggle{background-color:transparent;border:0;padding:0;position:absolute;width:20px;height:15px;padding:20px;margin-left:-15px;-moz-box-sizing:content-box;box-sizing:content-box;right:0;top:0;display:block;z-index:3}@media (min-width: 43.69em){.menu-toggle{padding:27px}}@media (min-width: 62.5em){.menu-toggle{display:none}}.menu-toggle:focus,.menu-toggle:active{outline:0}.menu-toggle:focus:before,.menu-toggle:focus:after,.menu-toggle:focus span,.menu-toggle:active:before,.menu-toggle:active:after,.menu-toggle:active span{background-color:#000}.menu-toggle:before,.menu-toggle:after{content:"";position:relative;left:0;display:block;width:100%;height:3px;background-color:#000;-moz-transition:-moz-transform 0.15s ease-in-out, bottom 0.15s ease-in-out;transition:-webkit-transform 0.15s ease-in-out, bottom 0.15s ease-in-out;transition:transform 0.15s ease-in-out, bottom 0.15s ease-in-out;-moz-box-sizing:content-box;box-sizing:content-box}.mobile-menu-open .menu-toggle:before,.mobile-menu-open .menu-toggle:after{-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.menu-toggle:before{bottom:3px}.mobile-menu-open .menu-toggle:before{bottom:-3px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.menu-toggle:after{bottom:-3px}.mobile-menu-open .menu-toggle:after{bottom:3px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-toggle span{height:3px;background-color:#000}.mobile-menu-open .menu-toggle span{opacity:0}.global-footer{text-align:center;clear:both;padding-bottom:20px;font-family:Arial, sans-serif;font-weight:500;font-size:15px;font-size:0.94rem;line-height:1;margin-top:100px;margin-top:6.25rem}.font-sans-bold-loaded .global-footer,.font-sans-medium-loaded .global-footer,.font-sans-loaded .global-footer{font-family:"Circular",Arial,sans-serif}@media (min-width: 62.5em){.global-footer{margin-top:285px;margin-top:17.81rem}}.global-footer .powered{margin-bottom:0;margin-top:80px;font-family:Arial, sans-serif;font-weight:400;font-size:13px;font-size:0.81rem;line-height:1}@media (min-width: 43.69em){.global-footer .powered{margin-top:90px}}@media (min-width: 62.5em){.global-footer .powered{margin-top:150px}}.font-sans-bold-loaded .global-footer .powered,.font-sans-medium-loaded .global-footer .powered,.font-sans-loaded .global-footer .powered{font-family:"Circular",Arial,sans-serif}.global-footer a{color:#000}.global-footer a:hover{color:#011eff}.global-footer .menu li{margin:0 12px;margin:0 0.75rem}.global-footer .menu .nnu-icon{width:17px;height:17px;fill:#000;vertical-align:bottom}.global-footer .menu a:hover .nnu-icon{fill:#011eff}.global-footer .search,.global-footer .menu.social{display:none}@media (min-width: 62.5em){.global-footer .search,.global-footer .menu.social{display:block !important}}.global-footer .mobile-in-header .menu.logos{display:none}.main-header .mobile-in-header{padding-bottom:20px}.main-header .menu.social{max-width:173px;margin:30px auto}@media (max-width: 62.49em){.main-header .menu.social li{line-height:1;margin-bottom:0;font-size:18px;font-size:1.12rem}.main-header .menu.social li a{padding:10px}.main-header .menu.social li:nth-last-child(-n+4){margin:0}}@media (max-width: 62.49em){.menu.social{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width: 62.49em){.menu.social li:nth-child(1),.menu.social li:nth-child(2){-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}}@media (min-width: 62.5em){.menu.social li:nth-child(2){margin-right:19px;margin-right:1.19rem}}.menu.social li{margin:0 9px;margin:0 0.56rem}@media (max-width: 62.49em){.menu.social li{margin:0 0 20px 0;margin:0 0 1.25rem 0}}.menu.social li .nnu-icon{width:17px;height:17px;fill:#000;vertical-align:bottom}.menu.social li .nnu-icon.facebook{width:9px}.menu.social li:nth-last-child(-n+4){margin:0 5px;margin:0 0.31rem}.menu.logos{margin:50px auto 25px auto;margin:3.12rem auto 1.56rem auto}.main-header .menu.logos li{display:inline-block;margin:0 9px;margin:0 0.56rem}.main-header .menu.logos li:first-child{display:none}.main-header .menu.logos .nnu-icon.Behance{width:83px;height:16px}.main-header .menu.logos .nnu-icon.Adobe{width:88px;height:20px;margin-bottom:-2px}.menu.logos li{margin:0 10px;margin:0 0.62rem}@media (min-width: 43.69em){.menu.logos li{margin:0 15px;margin:0 0.94rem}}@media (min-width: 62.5em){.menu.logos li{margin:0 25px;margin:0 1.56rem}}.menu.logos .nnu-icon{width:auto;height:32px}.menu.logos .nnu-icon.logo{width:44px}@media (min-width: 43.69em){.menu.logos .nnu-icon.logo{width:50px}}.menu.logos .nnu-icon.Behance{width:103px}@media (min-width: 43.69em){.menu.logos .nnu-icon.Behance{width:124px}}.menu.logos .nnu-icon.Adobe{width:20px}@media (min-width: 43.69em){.menu.logos .nnu-icon.Adobe{width:28px}}.button{display:inline-block;background-color:#011eff;color:#fff;padding:5px 200px 5px 10px;padding:0.31rem 12.5rem 0.31rem 0.62rem;font-family:Arial, sans-serif;font-size:21px;font-size:1.31rem;line-height:1;-moz-transition:background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.font-sans-bold-loaded .button,.font-sans-medium-loaded .button,.font-sans-loaded .button{font-family:"Circular",Arial,sans-serif}.button.alt{background-color:#fff;color:#011eff}.archive-post{font-size:18px;font-size:1.12rem;line-height:1.2}@media (min-width: 43.69em){.archive-post{font-size:20px;font-size:1.25rem}}@media (min-width: 62.5em){.archive-post{font-size:18px;font-size:1.12rem}}.archive-post .archive-post-inner{background-color:#eff0f1;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.archive-post .post-title{width:100%;margin-bottom:0;margin-top:20px;margin-top:1.25rem;font-size:20px;font-size:1.25rem;line-height:1.2}@media (min-width: 43.69em){.archive-post .post-title{margin-top:20px;margin-top:1.25rem;font-size:24px;font-size:1.5rem}}.archive-post img{width:100%;height:auto;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.archive-post .post-meta{width:100%;padding:20px 20px 36px 20px;padding:1.25rem 1.25rem 2.25rem 1.25rem}@media (min-width: 43.69em){.archive-post .post-meta{padding:20px 20px 45px 20px;padding:1.25rem 1.25rem 2.81rem 1.25rem}}@media (min-width: 62.5em){.archive-post .post-meta{min-height:300px}}@media (max-width: 43.68em){.archive-post .post-meta p{margin-top:12px}}.archive-post .archive-post-inner>a:hover img{opacity:0.8}.archive-post .byline{position:absolute;margin-bottom:0;bottom:20px;bottom:1.25rem;left:20px;left:1.25rem}.video-container{position:relative;display:block;width:100%}.video-container:before{content:"Play";position:absolute;background-color:#000;border-radius:100%;width:80px;height:80px;z-index:2;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#fff;text-transform:uppercase;text-align:center;padding:11px 10px 11px 17px;word-break:break-all;letter-spacing:5px;font-family:Arial, sans-serif;font-weight:500;font-size:28px;font-size:1.75rem;line-height:1}.font-sans-bold-loaded .video-container:before,.font-sans-medium-loaded .video-container:before,.font-sans-loaded .video-container:before{font-family:"Circular",Arial,sans-serif}@media (max-width: 62.49em){.nnu-carousel .video-container:before{width:60px;height:60px;font-size:18px;padding:12px 8px 10px 14px}}.post-info{width:100%;position:relative}.post-info .sharing{display:inline-block;position:absolute;right:0;background-color:#eff0f1;box-shadow:0 0 0 10px #eff0f1;font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:26px;line-height:1.62rem}.font-sans-bold-loaded .post-info .sharing,.font-sans-medium-loaded .post-info .sharing,.font-sans-loaded .post-info .sharing{font-family:"Circular",Arial,sans-serif}.post-info .sharing .nnu-icon{width:11px;height:14px;display:inline-block;vertical-align:baseline}.byline{font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1.2}.font-sans-bold-loaded .byline,.font-sans-medium-loaded .byline,.font-sans-loaded .byline{font-family:"Circular",Arial,sans-serif}.byline a{color:#000}.byline a:hover{color:#000}.single .byline{margin-top:17px;margin-top:1.06rem}.single .byline .photography-byline{margin:10px 0 0 0;display:inline-block}@media (min-width: 43.69em){.single .byline .photography-byline{margin:0 0 0 35px}}.slug{text-decoration:underline;font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1;color:#000}.font-sans-bold-loaded .slug,.font-sans-medium-loaded .slug,.font-sans-loaded .slug{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.slug{font-size:16px;font-size:1rem}}@media (min-width: 62.5em){.slug{font-size:19px;font-size:1.19rem}}.slug:hover{color:#011eff}.single .title{margin-top:6px;margin-top:0.38rem;margin-bottom:21px;margin-bottom:1.31rem}@media (min-width: 62.5em){.single .title{margin-top:23px;margin-top:1.44rem}}.title,.title-alt{margin-top:0;font-size:26px;font-size:1.62rem;line-height:32px;line-height:2rem}@media (min-width: 43.69em){.title,.title-alt{font-size:45px;font-size:2.81rem;line-height:54px;line-height:3.38rem}}@media (min-width: 62.5em){.title,.title-alt{max-width:1030px;font-size:55px;font-size:3.44rem;line-height:65px;line-height:4.06rem;margin-bottom:20px;margin-bottom:1.25rem}}.title span,.title-alt span{text-decoration:underline}.title-alt{font-weight:400}.lead,.subscription{font-size:18px;font-size:1.12rem;line-height:1.45}@media (min-width: 43.69em){.lead,.subscription{max-width:725px;font-size:21px;font-size:1.31rem;line-height:1.2}}@media (min-width: 62.5em){.lead,.subscription{max-width:1030px;font-size:24px;font-size:1.5rem;line-height:30px;line-height:1.88rem}}.lead.underline,.underline.subscription{font-weight:700}.subtitle{font-size:24px;font-size:1.5rem}hr{border:0;height:2px;width:100%;background-color:#000;margin-top:30px;margin-top:1.88rem;margin-bottom:20px;margin-bottom:1.25rem;clear:both}@media (min-width: 43.69em){hr{margin-left:-20px;margin-left:-1.25rem;margin-right:-20px;margin-right:-1.25rem;width:-moz-calc(100% + 40px);width:calc(100% + 40px)}}@media (min-width: 62.5em) and (max-width: 81.25em){hr{margin-left:0;margin-left:0;margin-right:0;margin-right:0;width:100%}}@media (min-width: 43.69em){hr{margin-top:50px;margin-top:3.12rem;margin-bottom:40px;margin-bottom:2.5rem}}@media (min-width: 62.5em){hr{margin-top:85px;margin-top:5.31rem;margin-bottom:85px;margin-bottom:5.31rem}}.single .related_post_container hr.blue:last-of-type{display:none}hr.blue,hr.black{height:3px;background-color:#011eff}@media (min-width: 43.69em){hr.blue,hr.black{height:15px}}@media (min-width: 62.5em){hr.blue,hr.black{height:20px}}hr.black{background-color:#000}hr.hide-desktop{margin-bottom:50px}.post-content{margin-top:30px;margin-top:1.88rem;padding-top:30px;padding-top:1.88rem;font-family:Arial, sans-serif;font-weight:400;font-size:18px;font-size:1.12rem;line-height:24px;line-height:1.5rem}.font-sans-bold-loaded .post-content,.font-sans-medium-loaded .post-content,.font-sans-loaded .post-content{font-family:"Circular",Arial,sans-serif}@media (min-width: 62.5em){.post-content{font-size:19px;font-size:1.19rem;line-height:27px;line-height:1.69rem}}.single .post-content{margin-top:0;padding-top:0}.post-content h1{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width: 62.5em){.post-content h1{font-size:28px;font-size:1.75rem;line-height:33px;line-height:2.06rem}}.post-content h2{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width: 62.5em){.post-content h2{font-family:serif;font-size:28px;font-size:1.75rem;line-height:33px;line-height:2.06rem}.wf-utopiastddisplay-n7-active .post-content h2,.wf-utopiastddisplay-n4-active .post-content h2,.wf-utopiastddisplay-i4-active .post-content h2,.wf-utopiastddisplay-i7-active .post-content h2,.wf-active .post-content h2{font-family:"utopia-std-display",serif}}.post-content h3{font-size:19px;font-size:1.19rem}.post-content h4,.post-content .question{font-size:22px;font-size:1.38rem;font-weight:700;text-decoration:underline}.post-content p>img{margin-top:29px;margin-top:1.81rem;margin-bottom:29px;margin-bottom:1.81rem}.post-content li{margin-top:10px;margin-top:0.62rem;margin-bottom:20px;margin-bottom:1.25rem}.post-content a{text-decoration:underline}.post-content a:hover{color:#011eff}.post-content .blockquote{background-color:transparent;color:#000;margin:30px;margin:1.88rem;font-family:serif;font-weight:700;font-size:20px;font-size:1.25rem;line-height:23px;line-height:1.44rem}.wf-utopiastddisplay-n7-active .post-content .blockquote,.wf-utopiastddisplay-n4-active .post-content .blockquote,.wf-utopiastddisplay-i4-active .post-content .blockquote,.wf-utopiastddisplay-i7-active .post-content .blockquote,.wf-active .post-content .blockquote{font-family:"utopia-std-display",serif}@media (min-width: 62.5em){.post-content .blockquote{margin:45px;margin:2.81rem;font-size:28px;font-size:1.75rem;line-height:34px;line-height:2.12rem}}.post-content .pullquote,.post-content blockquote{background-color:#f2f2f2;color:#000;font-style:italic;padding:30px;padding:1.88rem;margin:30px 0;margin:1.88rem 0}@media (min-width: 62.5em){.post-content .pullquote,.post-content blockquote{padding:45px;padding:2.81rem;margin:45px 0;margin:2.81rem 0}}.post-content .pullquote p:first-child,.post-content blockquote p:first-child{margin-top:0}.post-content .pullquote p:last-child,.post-content blockquote p:last-child{margin-bottom:0}.post-content .fullquote{margin:27px 0;margin:1.69rem 0;font-family:serif;font-weight:700;font-size:28px;font-size:1.75rem;line-height:1.2}.wf-utopiastddisplay-n7-active .post-content .fullquote,.wf-utopiastddisplay-n4-active .post-content .fullquote,.wf-utopiastddisplay-i4-active .post-content .fullquote,.wf-utopiastddisplay-i7-active .post-content .fullquote,.wf-active .post-content .fullquote{font-family:"utopia-std-display",serif}.post-content .fullquote em{font-style:normal}.post-content .transcript{text-decoration:none;margin:30px 0;display:inline-block;color:#011eff;font-family:serif;font-weight:700;font-size:18px;font-size:1.12rem}.post-content .transcript:hover{color:#000}.wf-utopiastddisplay-n7-active .post-content .transcript,.wf-utopiastddisplay-n4-active .post-content .transcript,.wf-utopiastddisplay-i4-active .post-content .transcript,.wf-utopiastddisplay-i7-active .post-content .transcript,.wf-active .post-content .transcript{font-family:"utopia-std-display",serif}@media (min-width: 62.5em){.post-content .transcript{font-size:28px;font-size:1.75rem}}.post-content .transcript .nnu-icon{fill:#011eff;width:13px;height:13px}@media (min-width: 62.5em){.post-content .transcript .nnu-icon{width:16px;height:16px}}.post-content .transcript:hover .nnu-icon{fill:#000}.contributor-menu{font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .contributor-menu,.font-sans-medium-loaded .contributor-menu,.font-sans-loaded .contributor-menu{font-family:"Circular",Arial,sans-serif}.contributor-menu li{margin-right:5px;margin-right:0.31rem}@media (min-width: 43.69em){.contributor-menu li{margin-right:10px;margin-right:0.62rem}}.contributor-menu li:last-child{margin-right:0}.contributor-menu li a{text-decoration:underline}.contributor-menu li a:hover{color:#011eff}@media (min-width: 43.69em){.contributors{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.contributors{margin-left:0;margin-left:0}}@media (min-width: 62.5em){.contributors{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media (min-width: 62.5em){.contributors.one-column{-webkit-column-count:1;-moz-column-count:1;column-count:1}.contributors.one-column>li{width:100%}}.contributors.three-column{min-height:0}@media (min-width: 43.69em){.contributors.three-column{-webkit-column-count:2;-moz-column-count:2;column-count:2}.contributors.three-column>li{width:50%}}@media (min-width: 62.5em){.contributors.three-column{-webkit-column-count:3;-moz-column-count:3;column-count:3}.contributors.three-column>li{width:33.33%}}.contributors>li{clear:both;overflow:hidden;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;margin-bottom:20px;margin-bottom:1.25rem}.contributors h4{margin:0}.contributors img{margin-right:20px;margin-right:1.25rem;width:105px;height:105px}@media (min-width: 43.69em){.contributors img{width:130px;height:130px}}@media (min-width: 62.5em){.contributors img{width:150px;height:150px}}.contributors .contributor-meta{float:left;width:-moz-calc(100% - 125px);width:calc(100% - 125px)}@media (min-width: 43.69em){.contributors .contributor-meta{width:-moz-calc(100% - 155px);width:calc(100% - 155px)}}@media (min-width: 62.5em){.contributors .contributor-meta{width:-moz-calc(100% - 175px);width:calc(100% - 175px)}}.contributors .contributor-meta a{text-decoration:underline}.page-content .contributors{font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1;margin-bottom:50px;margin-bottom:3.12rem}.font-sans-bold-loaded .page-content .contributors,.font-sans-medium-loaded .page-content .contributors,.font-sans-loaded .page-content .contributors{font-family:"Circular",Arial,sans-serif}.contributor-title{font-family:Arial, sans-serif;font-weight:700;font-size:19px;font-size:1.19rem;line-height:1}.font-sans-bold-loaded .contributor-title,.font-sans-medium-loaded .contributor-title,.font-sans-loaded .contributor-title{font-family:"Circular",Arial,sans-serif}.masthead-item{margin-bottom:40px;margin-bottom:2.5rem;clear:both}@media (min-width: 43.69em){.masthead-item{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.masthead-item{margin-left:0;margin-left:0}}@media (min-width: 62.5em){.masthead-item{margin-top:70px;margin-top:4.38rem}}@media (min-width: 43.69em){.masthead-item-bio{padding-left:150px;padding-left:9.38rem}}@media (min-width: 62.5em){.masthead-item-bio{width:66.66%;padding-left:190px;padding-left:11.88rem}}.masthead-item-bio h2{margin-top:0;margin-bottom:7px;font-size:20px;font-size:1.25rem}@media (min-width: 43.69em){.masthead-item-bio h2{margin-bottom:0;font-size:27px;font-size:1.69rem}}@media (min-width: 62.5em){.masthead-item-bio h2{font-size:28px;font-size:1.75rem}}.masthead-item-bio h3,.masthead-item-bio p{font-size:18px;font-size:1.12rem;line-height:1.45}@media (min-width: 43.69em){.masthead-item-bio h3,.masthead-item-bio p{font-size:20px;font-size:1.25rem}}@media (min-width: 62.5em){.masthead-item-bio h3,.masthead-item-bio p{font-size:24px;font-size:1.5rem;line-height:30px;line-height:1.88rem}}.masthead-item-bio h3{margin-bottom:0}.masthead-item-bio p{margin-top:0}.masthead-item-bio .menu{font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .masthead-item-bio .menu,.font-sans-medium-loaded .masthead-item-bio .menu,.font-sans-loaded .masthead-item-bio .menu{font-family:"Circular",Arial,sans-serif}.masthead-item-bio .menu li{margin-right:15px;margin-right:0.94rem}.masthead-item-bio .menu li a{text-decoration:underline}.masthead-item-bio .menu li a:hover{color:#011eff}.masthead-item-bio p{clear:both}@media (min-width: 43.69em){.masthead-item-bio p{clear:none}}.masthead-item-photo{float:left;margin-bottom:20px;margin-bottom:1.25rem;margin-right:20px;margin-right:1.25rem}@media (min-width: 43.69em){.masthead-item-photo{margin-bottom:56px;margin-bottom:3.5rem}}@media (min-width: 62.5em){.masthead-item-photo{margin-right:40px;margin-right:2.5rem}}.masthead-item-photo img{width:105px;height:105px}@media (min-width: 43.69em){.masthead-item-photo img{width:130px;height:130px}}@media (min-width: 62.5em){.masthead-item-photo img{width:150px;height:150px}}.newsletter-cta{background-color:#eff0f1;color:#011eff;text-align:center}.archive-header-pullout .newsletter-cta,.newsletter-cta.archive-header-pullout{display:none;padding:5px 20px 20px 20px}@media (min-width: 62.5em){.archive-header-pullout .newsletter-cta,.newsletter-cta.archive-header-pullout{display:block}}@media (min-width: 62.5em) and (max-width: 81.25em){.archive-header-pullout .newsletter-cta,.newsletter-cta.archive-header-pullout{width:-moz-calc(100% - 10px);width:calc(100% - 10px);float:right}}.newsletter-cta h3{font-family:Arial, sans-serif;font-weight:700;font-size:31px;font-size:1.94rem;line-height:1.1}.font-sans-bold-loaded .newsletter-cta h3,.font-sans-medium-loaded .newsletter-cta h3,.font-sans-loaded .newsletter-cta h3{font-family:"Circular",Arial,sans-serif}.newsletter-cta input{background-color:#eff0f1;border:1px solid #011eff;width:100%;text-align:center;color:#011eff;padding-top:5px;-webkit-appearance:none;border-radius:0;font-family:Arial, sans-serif;font-weight:400;font-size:19px;font-size:1.19rem;line-height:1}.font-sans-bold-loaded .newsletter-cta input,.font-sans-medium-loaded .newsletter-cta input,.font-sans-loaded .newsletter-cta input{font-family:"Circular",Arial,sans-serif}.newsletter-cta input:focus{outline:0}.newsletter-cta input::-webkit-input-placeholder{color:#011eff}.newsletter-cta input:-moz-placeholder{color:#011eff;opacity:1}.newsletter-cta input::-moz-placeholder{color:#011eff;opacity:1}.newsletter-cta input:-ms-input-placeholder{color:#011eff}.newsletter-cta input:placeholder-shown{color:#011eff}.newsletter-cta button{margin:10px auto;padding:0;border:0;color:#011eff;background-color:#eff0f1;display:block;font-family:Arial, sans-serif;font-weight:700;font-size:21px;font-size:1.31rem;line-height:1}.font-sans-bold-loaded .newsletter-cta button,.font-sans-medium-loaded .newsletter-cta button,.font-sans-loaded .newsletter-cta button{font-family:"Circular",Arial,sans-serif}.newsletter-cta button .nnu-icon{fill:#011eff;display:inline-block;vertical-align:middle;width:14px;height:14px;margin-left:2px;margin-bottom:1px}.newsletter-cta .email-field{position:relative}.newsletter-cta .email-field label{color:#011eff;position:absolute;width:90%;height:100%;top:8px;left:5%;cursor:text;font-family:Arial, sans-serif;font-weight:400;font-size:19px;font-size:1.19rem;line-height:1}.font-sans-bold-loaded .newsletter-cta .email-field label,.font-sans-medium-loaded .newsletter-cta .email-field label,.font-sans-loaded .newsletter-cta .email-field label{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.newsletter-cta .email-field label{top:6px}}.newsletter-cta div.messages,.newsletter-cta div.success{padding:0 20px 20px 20px;text-align:center;font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .newsletter-cta div.messages,.font-sans-medium-loaded .newsletter-cta div.messages,.font-sans-loaded .newsletter-cta div.messages,.font-sans-bold-loaded .newsletter-cta div.success,.font-sans-medium-loaded .newsletter-cta div.success,.font-sans-loaded .newsletter-cta div.success{font-family:"Circular",Arial,sans-serif}.newsletter-cta div.success{height:35px;padding:10px 0;margin:15px 0}.post-sidebar .newsletter-cta{width:100%;padding:20px;padding:1.25rem;margin-top:40px}@media (min-width: 43.69em){.post-sidebar .newsletter-cta{margin-top:45px}}@media (min-width: 62.5em){.post-sidebar .newsletter-cta{margin-top:0;position:absolute;bottom:0;right:0;opacity:0}}@media (min-width: 81.25em){.post-sidebar .newsletter-cta{right:-20px}}.post-sidebar .newsletter-cta h3{font-size:24px;font-size:1.5rem}@media (min-width: 62.5em){.post-sidebar .newsletter-cta h3{margin-top:23px;font-size:51px;font-size:3.19rem}}.post-sidebar .newsletter-cta input,.post-sidebar .newsletter-cta button{font-size:18px;font-size:1.12rem}@media (min-width: 43.69em){.post-sidebar .newsletter-cta input,.post-sidebar .newsletter-cta button{font-size:20px;font-size:1.25rem}}@media (min-width: 62.5em){.post-sidebar .newsletter-cta input,.post-sidebar .newsletter-cta button{font-size:21px;font-size:1.31rem}}.post-sidebar .newsletter-cta button{padding-top:15px}.post-sidebar .newsletter-cta button:active,.post-sidebar .newsletter-cta button:focus{outline:0}.post-sidebar .newsletter-cta .close-single-newsletter{background-color:transparent;border:0;position:absolute;top:-35px;left:20px;margin:0;padding:0;display:none;font-family:Arial, sans-serif;font-weight:400;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .post-sidebar .newsletter-cta .close-single-newsletter,.font-sans-medium-loaded .post-sidebar .newsletter-cta .close-single-newsletter,.font-sans-loaded .post-sidebar .newsletter-cta .close-single-newsletter{font-family:"Circular",Arial,sans-serif}@media (min-width: 62.5em){.post-sidebar .newsletter-cta .close-single-newsletter{display:block}}.post-sidebar .newsletter-cta .close-single-newsletter .nnu-icon{width:8px;height:8px}.post-sidebar .newsletter-cta .close-single-newsletter:focus{outline:0}@media (min-width: 62.5em){.post-sidebar .newsletter-cta.fade-in{-webkit-animation:fadein 1s;-moz-animation:fadein 1s;animation:fadein 1s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}}@media (min-width: 62.5em){.post-sidebar .newsletter-cta.fade-out{-webkit-animation:fadeout 1s;-moz-animation:fadeout 1s;animation:fadeout 1s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}}.post-sidebar .newsletter-cta input{background-color:#011eff;border:1px solid #011eff;width:100%;text-align:center;color:#eff0f1;padding-top:5px;font-family:Arial, sans-serif;font-weight:400;font-size:19px;font-size:1.19rem;line-height:1}.font-sans-bold-loaded .post-sidebar .newsletter-cta input,.font-sans-medium-loaded .post-sidebar .newsletter-cta input,.font-sans-loaded .post-sidebar .newsletter-cta input{font-family:"Circular",Arial,sans-serif}.post-sidebar .newsletter-cta .email-field label{color:#eff0f1}.post-sidebar .newsletter-cta input::-webkit-input-placeholder{color:#eff0f1}.post-sidebar .newsletter-cta input:-moz-placeholder{color:#eff0f1;opacity:1}.post-sidebar .newsletter-cta input::-moz-placeholder{color:#eff0f1;opacity:1}.post-sidebar .newsletter-cta input:-ms-input-placeholder{color:#eff0f1}.post-sidebar .newsletter-cta input:placeholder-shown{color:#eff0f1}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@-moz-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}.buy-book-link-primary,.buy-book-link-secondary{background-color:#011eff;color:#fff;display:inline-block;padding:6px 10px;-moz-transition:background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.buy-book-link-primary .nnu-icon,.buy-book-link-secondary .nnu-icon{width:11px;height:10px;vertical-align:middle;margin-left:4px;margin-bottom:2px}@media (min-width: 43.69em){.buy-book-mobile-only{display:none}}.buy-book-mobile-only .buy-book-link-primary{display:block;text-align:center;font-size:18px;font-size:1.12rem;margin:25px 0 40px;margin:1.56rem 0 2.5rem}.buy-book-link-primary{margin-bottom:10px;margin-bottom:0.62rem;font-family:Arial, sans-serif;font-weight:500;font-size:18px;font-size:1.12rem;line-height:1}.font-sans-bold-loaded .buy-book-link-primary,.font-sans-medium-loaded .buy-book-link-primary,.font-sans-loaded .buy-book-link-primary{font-family:"Circular",Arial,sans-serif}@media (min-width: 62.5em){.buy-book-link-primary{font-family:Arial, sans-serif;font-weight:500;font-size:28px;font-size:1.75rem;line-height:1}.font-sans-bold-loaded .buy-book-link-primary,.font-sans-medium-loaded .buy-book-link-primary,.font-sans-loaded .buy-book-link-primary{font-family:"Circular",Arial,sans-serif}}.buy-book-link-primary:hover{color:#fff}.buy-book-link-secondary{font-family:Arial, sans-serif;font-weight:500;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .buy-book-link-secondary,.font-sans-medium-loaded .buy-book-link-secondary,.font-sans-loaded .buy-book-link-secondary{font-family:"Circular",Arial,sans-serif}.buy-book-link-secondary:hover{color:#fff}.buy-book-link-secondary.alt{background-color:#fff;color:#011eff}.buy-book-link-secondary.alt .nnu-icon{fill:#011eff}.buy-book-link-secondary.alt:hover{background-color:#011eff;color:#fff}.buy-book-link-secondary.alt:hover .nnu-icon{fill:#fff}.book-cta{display:none}@media (min-width: 62.5em){.book-cta{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:80px}}.book-cta .slug:hover{color:#000}.book-cta .book-cover{width:400px;height:300px;margin-right:20px;margin-right:1.25rem}.book-cta .book-info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.book-cta .title{margin-bottom:0}.book-cta .byline{margin-bottom:0}@media (min-width: 43.69em){.page-content .book-cta{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.page-content .book-cta{margin-left:0;margin-left:0}}.book-trailer{margin-top:70px;margin-top:4.38rem}.book-trailer+hr.blue{margin-top:50px;margin-top:3.12rem;margin-bottom:50px;margin-bottom:3.12rem}@media (min-width: 62.5em){.book-trailer+hr.blue{margin-bottom:80px;margin-bottom:5rem}}.book-trailer .caption{font-family:Arial, sans-serif;font-weight:500;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .book-trailer .caption,.font-sans-medium-loaded .book-trailer .caption,.font-sans-loaded .book-trailer .caption{font-family:"Circular",Arial,sans-serif}@media (max-width: 43.68em){.book-trailer .caption{margin-top:23px;margin-top:1.44rem}}@media (min-width: 43.69em) and (max-width: 62.49em){.book-trailer .caption{margin-top:32px;margin-top:2rem}}@media (min-width: 43.69em){.page-content .book-trailer{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.page-content .book-trailer{margin-left:0;margin-left:0}}.subscription{margin-top:50px;margin-top:3.12rem}@media (min-width: 43.69em){.subscription{margin-top:60px;margin-top:3.75rem}}@media (min-width: 62.5em){.subscription{margin-top:110px;margin-top:6.88rem}}@media (max-width: 43.68em){.subscription .buy-book-link-primary{display:block;text-align:center;padding:11px 10px;margin-bottom:20px;font-size:18px;font-size:1.12rem}}@media (min-width: 43.69em){.subscription .buy-book-link-primary{font-size:21px;font-size:1.31rem}}.book-related{display:block;margin-bottom:30px;margin-bottom:1.88rem}@media (min-width: 43.69em) and (max-width: 62.49em){.book-related{width:50%;float:left;padding:0 10px}}.book-related img{margin-bottom:15px;margin-bottom:0.94rem}.book-related .book-title{margin:0 0 9px 0;font-family:Arial, sans-serif;font-weight:700;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .book-related .book-title,.font-sans-medium-loaded .book-related .book-title,.font-sans-loaded .book-related .book-title{font-family:"Circular",Arial,sans-serif}.book-related .book-subtitle{margin:0;font-family:Arial, sans-serif;font-weight:400;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .book-related .book-subtitle,.font-sans-medium-loaded .book-related .book-subtitle,.font-sans-loaded .book-related .book-subtitle{font-family:"Circular",Arial,sans-serif}.post-featured-image,.book-featured-image{position:relative;display:block;width:100%;margin-bottom:31px;margin-bottom:1.94rem}@media (min-width: 43.69em){.post-featured-image,.book-featured-image{width:-moz-calc(100% + 40px);width:calc(100% + 40px);margin-bottom:38px;margin-bottom:2.38rem;margin-left:-20px;margin-left:-1.25rem;margin-right:-20px;margin-right:-1.25rem}}@media (min-width: 62.5em){.post-featured-image,.book-featured-image{margin-bottom:50px;margin-bottom:3.12rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.post-featured-image,.book-featured-image{width:100%;margin-left:0;margin-left:0;margin-right:0;margin-right:0}}.post-featured-image .image-tag,.book-featured-image .image-tag,.post-featured-image .buy-book-links,.book-featured-image .buy-book-links{position:absolute;top:20px;left:20px}.image-tag{background-color:#fff;color:#011eff;text-transform:uppercase;min-width:160px;display:inline-block;padding:5px 10px;font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .image-tag,.font-sans-medium-loaded .image-tag,.font-sans-loaded .image-tag{font-family:"Circular",Arial,sans-serif}.book-featured-image .image-tag,.book-featured-image .buy-book-links{background-color:transparent}@media (min-width: 43.69em){.video-featured{margin-left:-20px;margin-left:-1.25rem;margin-right:-20px;margin-right:-1.25rem;width:-moz-calc(100% + 40px);width:calc(100% + 40px)}}@media (min-width: 62.5em) and (max-width: 81.25em){.video-featured{margin-left:0;margin-left:0;margin-right:0;margin-right:0;width:100%}}.video-featured iframe{width:100%}.styled-ordered-list{list-style-type:decimal}.two-col-list{list-style-position:inside;margin-bottom:65px;margin-bottom:4.06rem}.two-col-list li{color:#011eff;margin-bottom:20px;margin-bottom:1.25rem}@media (min-width: 43.69em){.two-col-list li{float:left;padding-left:0;padding-right:0;width:50%;padding-right:30px;padding-right:1.88rem}}@media (min-width: 43.69em){.two-col-list li:nth-child(2n+1){clear:both}}.two-col-list li span{color:#000}.editor-profile{font-size:18px;font-size:1.12rem}@media (min-width: 62.5em){.editor-profile{font-size:15px;font-size:0.94rem}}.editor-profile .headshot{width:135px;height:135px;float:left;margin-right:20px;margin-right:1.25rem;margin-bottom:20px;margin-bottom:1.25rem}@media (min-width: 43.69em){.editor-profile .headshot{width:270px;height:270px}}@media (min-width: 62.5em){.editor-profile .headshot{width:300px;height:300px}}@media (min-width: 43.69em){.editor-profile .editor-info{float:left;width:270px;height:270px;width:-moz-calc(100% - 290px);width:calc(100% - 290px)}}@media (min-width: 62.5em){.editor-profile .editor-info{width:300px;height:300px;width:-moz-calc(100% - 320px);width:calc(100% - 320px)}}@media (min-width: 43.69em){.editor-profile .editor-info:first-child{margin-left:20px;margin-left:1.25rem}}@media (min-width: 43.69em){.editor-profile img+.editor-info{margin-left:0}}.editor-profile .editor-bio{clear:both}@media (min-width: 43.69em){.editor-profile .editor-bio{clear:none}}.editor-profile .editor-bio a{color:#011eff}.editor-profile .editor-bio a:hover{text-decoration:underline}.editor-profile .editor-name{margin:0}.editor-profile h3.editor-name{text-decoration:none}@media (min-width: 62.5em){.editor-profile h3.editor-name{font-size:15px;font-size:0.94rem}}.editor-profile .editor-position{margin-top:0}@media (min-width: 43.69em){.page-content .editor-profile{margin-left:-20px;margin-left:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.page-content .editor-profile{margin-left:0;margin-left:0}}.issue-info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:23px;margin-bottom:1.44rem}@media (min-width: 43.69em){.issue-info{margin-right:-20px;margin-right:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.issue-info{margin-right:0;margin-right:0}}@media (min-width: 43.69em){.issue-info{margin-bottom:17px;margin-bottom:1.06rem}}.lead+.issue-info,.subscription+.issue-info{margin-top:40px;margin-top:2.5rem}@media (min-width: 62.5em){.lead+.issue-info,.subscription+.issue-info{margin-top:85px;margin-top:5.31rem}}.issue-detail-title{margin-bottom:2px}@media (min-width: 43.69em){.issue-detail-title{margin-bottom:6px;margin-top:0}}@media (min-width: 62.5em){.issue-detail-title{margin:0}}.issue-detail-title+p{margin-top:0}.issue-excerpt{font-size:18px;font-size:1.12rem;line-height:1.2;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (max-width: 43.68em){.issue-excerpt p{line-height:1.45}}@media (min-width: 43.69em){.issue-excerpt{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;width:66.66%;font-size:20px;font-size:1.25rem;padding-right:40px;padding-right:2.5rem}}@media (min-width: 62.5em){.issue-excerpt{font-size:24px;font-size:1.5rem;line-height:30px;line-height:1.88rem}}.issue-cover{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width: 43.69em){.issue-cover{-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;width:33.33%}.issue-cover img{float:right}}.issue-title{font-family:Arial, sans-serif;font-weight:400;font-size:15px;font-size:0.94rem;line-height:1;margin-top:20px}.font-sans-bold-loaded .issue-title,.font-sans-medium-loaded .issue-title,.font-sans-loaded .issue-title{font-family:"Circular",Arial,sans-serif}.author-block{margin-top:70px;margin-top:4.38rem;margin-bottom:30px;margin-bottom:1.88rem}@media (min-width: 43.69em){.author-block{margin-left:-20px;margin-left:-1.25rem;margin-right:-20px;margin-right:-1.25rem;width:-moz-calc(100% + 40px);width:calc(100% + 40px)}}@media (min-width: 62.5em) and (max-width: 81.25em){.author-block{margin-left:0;margin-left:0;margin-right:0;margin-right:0;width:100%}}@media (min-width: 43.69em){.author-block{overflow:hidden;margin-bottom:20px;margin-bottom:1.25rem}}@media (min-width: 62.5em){.author-block{display:table;background-color:#f2f2f2}}.author-block+.author-block{margin-top:0}.author-block+.comments{margin-top:50px}.author-block .author-image{width:150px}@media (min-width: 43.69em){.author-block .author-image{float:left}}@media (min-width: 62.5em){.author-block .author-image{float:none;display:table-cell;vertical-align:top}}.author-block .author-info{position:relative;background-color:#f2f2f2;margin-top:20px;margin-top:1.25rem;padding:20px;padding:1.25rem;font-size:15px;font-size:0.94rem;line-height:22px;line-height:1.38rem}@media (min-width: 43.69em){.author-block .author-info{float:left;margin-top:0;margin-left:20px;min-height:150px;width:-moz-calc(100% - 170px);width:calc(100% - 170px)}}@media (min-width: 62.5em){.author-block .author-info{margin-top:0;margin-left:0;background-color:transparent;display:table-cell;vertical-align:top;width:auto;float:none}}.author-block p{margin:0}.author-block .author-name{font-size:19px;font-size:1.19rem;margin-top:0;text-decoration:none}@media (min-width: 43.69em){.author-block .author-name{font-size:21px;font-size:1.31rem}}@media (min-width: 62.5em){.author-block .author-name{font-size:15px;font-size:0.94rem}}@media (max-width: 62.49em){.author-block .author-name{margin-bottom:13px;margin-bottom:0.81rem}}@media (min-width: 62.5em){.author-block .author-link{font-weight:700;margin-top:-20px;margin-bottom:30px}}.author-block .author-link a{text-decoration:none}.author-block .author-link a:hover{text-decoration:underline;color:#000}.author-block .author-link .nnu-icon{width:9px;height:8px;margin-left:5px}@media (min-width: 62.5em){.author-block .author-link{position:absolute;top:20px;right:20px;margin-top:0;margin-bottom:0}}.share-total{display:inline-block;margin-left:5px;margin-left:0.31rem}.share-total.hide{display:none;margin-left:0}.social-wrap:hover .social-bar{opacity:1;max-width:none;max-height:none;border-left:1px solid;margin-bottom:0;display:inline-block;margin-left:10px;margin-left:0.62rem;padding-left:14px;padding-left:0.88rem}.home .social-wrap:hover .social-bar,.archive .social-wrap:hover .social-bar{display:table;float:right}.social-bar{opacity:0;max-width:0;max-height:0;vertical-align:bottom;overflow:hidden;-moz-transition:all .2s linear;transition:all .2s linear}.home .social-bar,.archive .social-bar{position:relative;top:-1px}.social-bar li{vertical-align:middle;display:table-cell;cursor:pointer;padding-right:10px;padding-right:0.62rem}.social-bar li .nnu-icon{vertical-align:middle !important}.social-bar li .nnu-icon.share{width:11px;height:15px}.social-bar li .nnu-icon.comment{width:11px;height:11px}.social-bar li .nnu-icon.twitter{width:13px;height:11px}.social-bar li .nnu-icon.facebook{width:7px;height:12px}.social-bar li .nnu-icon.linkedin{width:12px;height:11px}.social-bar li:last-child{padding-right:0}.social-bar .count{display:inline-block;vertical-align:bottom;margin-bottom:-2px;margin-left:5px;margin-left:0.31rem}.single .post-header .social-wrap,.single .workbook-container .post-header .social-wrap{margin-top:30px}@media (max-width: 85.55em){.single .post-header .social-wrap,.single .workbook-container .post-header .social-wrap{width:auto !important}}@media (min-width: 85.56em){.single .post-header .social-wrap,.single .workbook-container .post-header .social-wrap{width:43px;max-width:43px;margin-top:0;margin-left:-83px}}.single .post-header .social-wrap>.share,.single .post-header .social-wrap>.share-total,.single .workbook-container .post-header .social-wrap>.share,.single .workbook-container .post-header .social-wrap>.share-total{display:none}.single .post-header .social-wrap .nnu-icon,.single .workbook-container .post-header .social-wrap .nnu-icon{width:15px;height:15px}.single .post-header .social-wrap:hover .social-bar,.single .workbook-container .post-header .social-wrap:hover .social-bar{margin-left:0;padding-left:0;border:0}.single .post-header .social-wrap .social-bar,.single .workbook-container .post-header .social-wrap .social-bar{opacity:1;max-width:none;max-height:none;width:100%}@media (min-width: 85.56em){.single .post-header .social-wrap .social-bar,.single .workbook-container .post-header .social-wrap .social-bar{margin-bottom:20px;margin-bottom:1.25rem}}.single .post-header .social-wrap .social-bar li,.single .workbook-container .post-header .social-wrap .social-bar li{margin-right:0;text-align:center;background-color:#000;color:#fff;width:40px;height:40px;vertical-align:top;border-right:1px solid #fff;padding:11px 0;padding:0.69rem 0}@media (min-width: 85.56em){.single .post-header .social-wrap .social-bar li,.single .workbook-container .post-header .social-wrap .social-bar li{vertical-align:baseline;width:100%;height:auto;display:block;border-bottom:1px solid #fff;border-right:0}}.single .post-header .social-wrap .social-bar li .nnu-icon,.single .workbook-container .post-header .social-wrap .social-bar li .nnu-icon{display:block;margin:0 auto;fill:#fff}.single .post-header .social-wrap .social-bar li .nnu-icon.linkedin,.single .workbook-container .post-header .social-wrap .social-bar li .nnu-icon.linkedin{height:13px}.single .post-header .social-wrap .social-bar .count,.single .workbook-container .post-header .social-wrap .social-bar .count{margin-left:0;font-family:Arial, sans-serif;font-weight:500;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .single .post-header .social-wrap .social-bar .count,.font-sans-medium-loaded .single .post-header .social-wrap .social-bar .count,.font-sans-loaded .single .post-header .social-wrap .social-bar .count,.font-sans-bold-loaded .single .workbook-container .post-header .social-wrap .social-bar .count,.font-sans-medium-loaded .single .workbook-container .post-header .social-wrap .social-bar .count,.font-sans-loaded .single .workbook-container .post-header .social-wrap .social-bar .count{font-family:"Circular",Arial,sans-serif}.searchform{display:inline-block;border:1px solid currentColor}.plain-input{padding:5px;border:0}.plain-input:focus{outline:0}.submit-button{border:0;background:transparent;vertical-align:middle}.submit-button:focus{outline:0}.submit-button:hover .nnu-icon{fill:#011eff}.submit-button .nnu-icon{width:16px;height:16px}.nnu-carousel{max-height:920px;overflow:hidden}.slick-arrow{position:absolute;top:50%;z-index:2;border-radius:100%;background-color:rgba(255,255,255,0.7);color:#000;border:0;padding:0;width:40px;height:40px;margin-top:-20px}@media (min-width: 43.69em){.slick-arrow{width:45px;height:45px;margin-top:-22px}}.slick-arrow:focus{outline:0}.slick-arrow:after{content:" ";left:50%;top:50%;border:solid transparent;border-color:transparent;height:0;width:0;position:absolute;pointer-events:none;border-width:10px;margin-top:-10px}.slick-prev{left:20px}@media (min-width: 43.69em){.slick-prev{left:40px}}.slick-prev:hover:after{border-right-color:#000}.slick-prev:after{border-right-color:#000;margin-left:-18px}.slick-next{right:20px}@media (min-width: 43.69em){.slick-next{right:40px}}.slick-next:hover:after{border-left-color:#000}.slick-next:after{border-left-color:#000;margin-left:-4px}.slick-disabled{display:none !important}.error-404-wrapper{margin-left:auto;margin-right:auto;margin-bottom:210px;max-width:52%}@media (min-width: 43.69em){.error-404-wrapper{max-width:280px}}@media (min-width: 62.5em){.error-404-wrapper{max-width:400px}}.splash .error-404-wrapper{max-width:60%}@media (min-width: 43.69em){.splash .error-404-wrapper{max-width:300px}}@media (min-width: 62.5em){.splash .error-404-wrapper{max-width:295px}}.page-404-title{padding-top:15px;padding-bottom:20px;margin:0;font-size:30px;font-size:1.88rem}@media (min-width: 43.69em){.page-404-title{padding-top:96px;padding-bottom:21px;font-size:55px;font-size:3.44rem}}.page-404-subtitle{margin:0;font-size:18px;font-size:1.12rem;line-height:22px;line-height:1.38rem}@media (min-width: 43.69em){.page-404-subtitle{font-size:24px;font-size:1.5rem;line-height:1.2}}.no-results .searchform{margin-top:30px;border:0;background-color:#011eff}.no-results .searchform .nnu-icon{fill:#fff;width:13px;height:14px}.no-results .searchform button{padding-right:10px}.no-results .searchform input{background-color:#011eff;color:#fff;padding-left:10px;font-family:Arial, sans-serif}.font-sans-bold-loaded .no-results .searchform input,.font-sans-medium-loaded .no-results .searchform input,.font-sans-loaded .no-results .searchform input{font-family:"Circular",Arial,sans-serif}.no-results .searchform input::-webkit-input-placeholder{color:#fff}.no-results .searchform input:-moz-placeholder{color:#fff;opacity:1}.no-results .searchform input::-moz-placeholder{color:#fff;opacity:1}.no-results .searchform input:-ms-input-placeholder{color:#fff}.no-results .searchform input:placeholder-shown{color:#fff}.page-template-page-splash .menu-toggle,.page-template-page-splash .main-menu.sticky,.page-template-page-splash .conference-menu-wrapper{display:none}.page-template-page-splash .menu-footer-container,.page-template-page-splash .menu-main-site,.page-template-page-splash .conference-menu{visibility:hidden}.about .title{padding-top:15px;margin-bottom:27px}@media (min-width: 43.69em){.about .title{padding-top:10px;margin-bottom:30px}}@media (min-width: 62.5em){.about .title{padding-top:30px;margin-bottom:36px}}@media (min-width: 62.5em){.about .title+.masthead-item{margin-top:64px;margin-top:4rem}}@media (max-width: 43.68em){.about hr.blue:first-of-type{margin-bottom:20px}.about hr.blue:first-of-type+.title{margin-bottom:45px}}@media (max-width: 43.68em){.about hr.blue:nth-of-type(2){margin-bottom:53px}}.about hr.blue+.lead,.about hr.blue+.subscription{margin-top:40px}@media (min-width: 62.5em){.about hr.blue+.lead,.about hr.blue+.subscription{margin-top:114px;margin-top:7.12rem;margin-bottom:55px;margin-bottom:3.44rem}}.about p,.about .lead,.about .subscription{max-width:725px}@media (min-width: 62.5em){.about p,.about .lead,.about .subscription{max-width:745px}}.about>h3.underline{margin-top:44px;margin-top:2.75rem;margin-bottom:33px;margin-bottom:2.06rem}@media (min-width: 43.69em){.about>h3.underline{margin-top:52px;margin-top:3.25rem;margin-bottom:30px;margin-bottom:1.88rem}}@media (min-width: 62.5em){.about>h3.underline{margin-top:80px;margin-top:5rem;margin-bottom:56px;margin-bottom:3.5rem;font-size:24px;font-size:1.5rem}}.about .contributors>li{line-height:1.34}@media (max-width: 62.49em){.about .contributors>li{margin-bottom:10px;margin-bottom:0.62rem}}.about .contributors img{float:left;margin-bottom:20px;margin-bottom:1.25rem}.about .contributor-meta p{margin-top:2px}.about .contributor-menu li{display:inline-block}.make-image{margin-top:33px;margin-top:2.06rem;margin-bottom:45px;margin-bottom:2.81rem}@media (min-width: 43.69em){.make-image{margin-bottom:50px;margin-bottom:3.12rem}}@media (min-width: 62.5em){.make-image{margin-bottom:70px;margin-bottom:4.38rem}}.section-content .title:first-child{margin-top:22px;margin-top:1.38rem}@media (min-width: 43.69em){.section-content .title:first-child{margin-top:50px;margin-top:3.12rem}}@media (min-width: 43.69em) and (max-width: 62.49em){.section-content .title:first-child{margin-bottom:43px;margin-bottom:2.69rem}}@media (min-width: 62.5em){.section-content .title:first-child{margin-top:63px;margin-top:3.94rem}}.section-content p{font-family:Arial, sans-serif;font-size:18px;font-size:1.12rem;line-height:1.45}.font-sans-bold-loaded .section-content p,.font-sans-medium-loaded .section-content p,.font-sans-loaded .section-content p{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.section-content p{font-size:19px;font-size:1.19rem;line-height:22px;line-height:1.38rem}}.section-title{text-decoration:underline;font-family:Arial, sans-serif;font-weight:500;font-size:19px;font-size:1.19rem;line-height:1}.font-sans-bold-loaded .section-title,.font-sans-medium-loaded .section-title,.font-sans-loaded .section-title{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.section-title{font-size:23px;font-size:1.44rem}}.title.title-book{margin-bottom:10px;margin-bottom:0.62rem}.book-content{font-size:18px;font-size:1.12rem;line-height:23px;line-height:1.41rem}@media (min-width: 43.69em){.book-content{padding-right:50px;padding-right:3.12rem;font-size:21px;font-size:1.31rem;line-height:23px;line-height:1.46rem}}@media (min-width: 62.5em){.book-content{font-size:24px;font-size:1.5rem;line-height:30px;line-height:1.88rem;margin-top:60px;margin-top:3.75rem}}.book-content>h3{font-size:18px;font-size:1.12rem;line-height:23px;line-height:1.41rem}@media (min-width: 43.69em){.book-content>h3{font-size:21px;font-size:1.31rem;line-height:23px;line-height:1.46rem}}@media (min-width: 62.5em){.book-content>h3{font-size:24px;font-size:1.5rem;line-height:30px;line-height:1.88rem}}.book-description{font-family:Arial, sans-serif;font-size:18px;font-size:1.12rem;line-height:24px;line-height:1.5rem}.font-sans-bold-loaded .book-description,.font-sans-medium-loaded .book-description,.font-sans-loaded .book-description{font-family:"Circular",Arial,sans-serif}@media (min-width: 62.5em){.book-description{font-size:19px;font-size:1.19rem}}.book-description cite{font-style:normal;text-decoration:underline}@media (min-width: 62.5em){.book-description .two-col-list{margin-top:30px;margin-top:1.88rem}}.page-template-custom-book .buy-book-links{display:none}@media (min-width: 43.69em){.page-template-custom-book .buy-book-links{display:block}}.page-template-custom-book .buy-book-link-primary:hover{background-color:#191919}.page-template-custom-book .page-content p{line-height:1.2}.page-template-custom-book .page-content h3{font-weight:400;text-decoration:underline}.page-template-custom-book .page-content h3.editor-name{font-weight:700}@media (max-width: 62.49em){.page-template-custom-book .page-content h3.editor-name{font-size:18px;font-size:1.12rem}}@media (max-width: 62.49em){.page-template-custom-book .page-content>hr.blue{margin-bottom:70px}}@media (max-width: 43.68em){.page-template-custom-book .book-content h3{font-size:18px;font-size:1.12rem}}.page-template-custom-book .contributor-title{margin-top:54px;margin-bottom:40px;text-decoration:none}@media (min-width: 43.69em){.page-template-custom-book .contributor-title{margin-top:50px;margin-bottom:43px}}@media (min-width: 43.69em){.page-template-custom-book .contributor-title{margin-top:70px;margin-bottom:50px}}.page-template-custom-book .contributors>li{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:0}.page-template-custom-book .contributors>li img{margin-bottom:20px}.page-template-custom-book .contributors>li .contributor-meta{float:none;width:auto;padding-bottom:20px;max-width:-moz-calc(100% - 125px);max-width:calc(100% - 125px)}@media (min-width: 43.69em){.page-template-custom-book .contributors>li .contributor-meta{max-width:-moz-calc(100% - 155px);max-width:calc(100% - 155px)}}@media (min-width: 62.5em){.page-template-custom-book .contributors>li .contributor-meta{max-width:-moz-calc(100% - 175px);max-width:calc(100% - 175px)}}.page-template-custom-book .contributors>li .contributor-meta p{margin:3px 0 1px 0}.page-template-custom-book .contributors>li .contributor-meta p:last-child{margin-bottom:0}.quarterly .title{margin-top:21px;margin-top:1.31rem}@media (min-width: 43.69em){.quarterly .title{margin-top:19px;margin-top:1.19rem}}@media (min-width: 62.5em){.quarterly .title{margin-top:27px;margin-top:1.69rem}}.quarterly .buy-book-links{display:none}@media (min-width: 43.69em){.quarterly .buy-book-links{display:block}}.quarterly .buy-book-link-primary:hover{background-color:#191919}.quarterly .image-tag{display:none}@media (min-width: 62.5em){.quarterly .image-tag{display:block}}.quarterly hr.blue+.title{margin-top:47px;margin-top:2.94rem}@media (min-width: 43.69em){.quarterly .lead.underline,.quarterly .underline.subscription{margin-top:40px}}@media (min-width: 62.5em){.quarterly .lead.underline,.quarterly .underline.subscription{margin-top:37px}}.quarterly .archive-post{margin-bottom:44px}.quarterly .buy-book-link-secondary.alt{color:#000}.quarterly .buy-book-link-secondary.alt:hover{background-color:#fff;color:#000}.subscribe-mobile-only{margin-top:35px;margin-top:2.19rem;margin-bottom:45px;margin-bottom:2.81rem}@media (min-width: 43.69em){.subscribe-mobile-only{display:none}}@media (max-width: 62.49em){.subscribe-mobile-only br{display:none}}@media (max-width: 62.49em){.subscribe-mobile-only .buy-book-link-primary{display:block;text-align:center;padding:11px 10px;margin-bottom:20px;font-size:18px;font-size:1.12rem}}@media (max-width: 62.49em){.subscribe-mobile-only .buy-book-link-secondary.alt{display:block;text-align:center;color:#000;font-size:15px;font-size:0.94rem}.subscribe-mobile-only .buy-book-link-secondary.alt:hover{background-color:#fff;color:#000}}.archive-header{font-size:19px;font-size:1.19rem;line-height:1.2}@media (min-width: 43.69em){.archive-header{font-size:21px;font-size:1.31rem;line-height:30px;line-height:1.88rem}}@media (min-width: 62.5em){.archive-header{font-size:24px;font-size:1.5rem;line-height:30px;line-height:1.88rem}}.archive-header .archive-title{margin-top:15px;margin-top:0.94rem;margin-bottom:15px;margin-bottom:0.94rem}@media (min-width: 43.69em){.archive-header .archive-title{margin-top:16px;margin-top:1rem;margin-bottom:20px;margin-bottom:1.25rem}}.archive-title{margin-top:0;font-size:26px;font-size:1.62rem;line-height:32px;line-height:2rem}@media (min-width: 43.69em){.archive-title{font-size:45px;font-size:2.81rem;line-height:54px;line-height:3.38rem}}@media (min-width: 62.5em){.archive-title{font-size:55px;font-size:3.44rem;line-height:65px;line-height:4.06rem}}.archive-title span{text-decoration:underline}.archive-subtitle{font-size:19px;font-size:1.19rem;margin-bottom:30px;margin-bottom:1.88rem}@media (min-width: 43.69em){.archive-subtitle{font-size:28px;font-size:1.75rem}}@media (min-width: 62.5em){.archive-subtitle{margin-bottom:37px;margin-bottom:2.31rem}}.author-header{font-size:19px;font-size:1.19rem;line-height:1.2}@media (min-width: 62.5em){.author-header{font-size:24px;font-size:1.5rem;line-height:30px;line-height:1.88rem}}.author-header .archive-title{margin-top:15px;margin-top:0.94rem;margin-bottom:15px;margin-bottom:0.94rem}@media (min-width: 43.69em){.author-header .archive-title{margin-top:41px;margin-top:2.56rem;margin-bottom:19px;margin-bottom:1.19rem}}.author-header-content a{text-decoration:underline}.author-header-content .archive-title{text-align:center}@media (min-width: 43.69em){.author-header-content .archive-title{text-align:left}}.author-header-content .author-links{text-align:center;margin-top:0;margin-top:0;margin-bottom:10px;margin-bottom:0.62rem;font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:1}.font-sans-bold-loaded .author-header-content .author-links,.font-sans-medium-loaded .author-header-content .author-links,.font-sans-loaded .author-header-content .author-links{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.author-header-content .author-links{text-align:left;margin-bottom:0;margin-top:36px}}@media (min-width: 62.5em){.author-header-content .author-links{margin-top:54px}}.author-header-content .author-links li{line-height:22px;margin-right:16px;margin-right:1rem}@media (min-width: 43.69em){.author-header-content .author-links li{margin-right:20px;margin-right:1.25rem}}@media (min-width: 62.5em){.author-header-content .author-links li{margin-right:35px;margin-right:2.19rem}}.author-header-content .author-links li:last-child{margin-right:0}.archive-author-photo{position:relative}.archive-author-photo img{width:230px;height:230px;margin:12px auto 10px auto}@media (min-width: 43.69em){.archive-author-photo img{float:right;width:auto;height:auto;margin:23px auto 30px auto}}@media (min-width: 62.5em){.archive-author-photo img{position:absolute;right:0;top:0;max-height:100%}}@media (min-width: 0em) and (max-width: 43.68em){.archive-pagination{margin:0 20px;margin:0 1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.archive-pagination{margin:0 20px;margin:0 1.25rem}}.archive-pagination ul{margin:10px 0 30px;margin:0.62rem 0 1.88rem;font-family:Arial, sans-serif;font-size:18px;font-size:1.12rem;line-height:1}.font-sans-bold-loaded .archive-pagination ul,.font-sans-medium-loaded .archive-pagination ul,.font-sans-loaded .archive-pagination ul{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.archive-pagination ul{font-size:19px;font-size:1.19rem}}@media (min-width: 62.5em){.archive-pagination ul{margin:40px 0 30px;margin:2.5rem 0 1.88rem;font-size:21px;font-size:1.31rem}}.archive-pagination ul li{width:31px;height:31px;text-align:center;padding:5px;padding:0.31rem}.archive-pagination ul .active{font-weight:700;background-color:#000;color:#fff}.archive-pagination ul .active a{text-decoration:none;color:#fff}.archive-pagination ul a{display:block;color:#000;text-decoration:underline}.nnu-all-categories-wrapper{padding:0 0 0 20px;margin-top:134px;margin-top:8.38rem;margin-bottom:27px;margin-bottom:1.69rem}@media (min-width: 43.69em){.nnu-all-categories-wrapper{margin-left:-20px;margin-left:-1.25rem;margin-right:-20px;margin-right:-1.25rem}}@media (min-width: 62.5em) and (max-width: 81.25em){.nnu-all-categories-wrapper{margin-left:0;margin-right:0;margin-bottom:40px;margin-bottom:2.5rem}}.nnu-all-categories-wrapper h3{font-family:Arial, sans-serif;font-weight:700;font-size:21px;font-size:1.31rem;line-height:37px;line-height:2.31rem;margin-bottom:50px;margin-bottom:3.12rem}.font-sans-bold-loaded .nnu-all-categories-wrapper h3,.font-sans-medium-loaded .nnu-all-categories-wrapper h3,.font-sans-loaded .nnu-all-categories-wrapper h3{font-family:"Circular",Arial,sans-serif}.nnu-all-categories{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:Arial, sans-serif;font-size:18px;font-size:1.12rem;line-height:32px;line-height:2rem}.font-sans-bold-loaded .nnu-all-categories,.font-sans-medium-loaded .nnu-all-categories,.font-sans-loaded .nnu-all-categories{font-family:"Circular",Arial,sans-serif}@media (min-width: 50em){.nnu-all-categories{max-width:75%}}@media (min-width: 62.5em){.nnu-all-categories{max-width:none}}@media (min-width: 75em){.nnu-all-categories{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:21px;font-size:1.31rem;line-height:37px;line-height:2.31rem}}.nnu-all-categories>li{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:50px;margin-bottom:3.12rem;padding-right:10px;padding-right:0.62rem}.nnu-all-categories>li:nth-child(2n){padding-left:20px}@media (min-width: 50em){.nnu-all-categories>li{-webkit-flex-basis:33.33%;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;margin-bottom:30px;margin-bottom:1.88rem}.nnu-all-categories>li:nth-child(2n){padding-left:0}.nnu-all-categories>li:nth-child(3n){padding-left:20px}}@media (min-width: 62.5em){.nnu-all-categories>li:nth-child(3n){padding-left:26px}.nnu-all-categories>li:nth-child(3n+2){padding-left:10px}}@media (min-width: 75em){.nnu-all-categories>li{-webkit-flex-basis:16.66%;-ms-flex-preferred-size:16.66%;flex-basis:16.66%;margin-bottom:0;padding-left:10px;padding-left:0.62rem}.nnu-all-categories>li:nth-child(3n){padding-left:15px}.nnu-all-categories>li:nth-child(5n){padding-left:27px}.nnu-all-categories>li:first-child{padding-left:0}}.nnu-all-categories>li>a{display:inline-block;text-decoration:underline;margin-bottom:13px;margin-bottom:0.81rem}@media (min-width: 75em){.nnu-all-categories>li>a{margin-bottom:36px;margin-bottom:2.25rem}}.nnu-all-categories>li>a:hover{color:#011eff}.nnu-all-categories>li.current-cat>a{background:#000;color:#fff;text-decoration:none;box-shadow:-10px 0 0 0 #000,10px 0 0 0 #000}.nnu-all-categories>li.current-cat>a:hover{color:#fff}.nnu-all-categories li li a:hover{color:#011eff}@media (min-width: 62.5em){.the-content{max-width:745px}}.article-more{text-align:center;font-weight:700;font-size:24px;font-size:1.5rem}.article-more .nnu-icon{display:block;width:13px;height:13px;margin:10px auto}.single .page-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 62.5em){.single .page-container{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.single .page-container.workbook-container{display:block}@media (min-width: 62.5em){.single .page-container.workbook-container{display:block}}.single .page-container.workbook-container .post-content{margin-top:0;padding-top:0}@media (min-width: 62.5em){.single .page-container.workbook-container .post-content{display:block}}.single .page-container .post-content{max-width:700px}@media (min-width: 62.5em){.single .page-container .post-content{-webkit-flex-basis:66.66%;-ms-flex-preferred-size:66.66%;flex-basis:66.66%;max-width:none;padding-right:20px;padding-right:1.25rem}}.single .page-container .post-content-bottom{-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (min-width: 62.5em){.single .page-container .post-content-bottom{-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}}.single .page-container .post-sidebar{position:relative;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}@media (min-width: 43.69em) and (max-width: 62.49em){.single .page-container .post-sidebar{margin-left:-20px;margin-right:-20px}}@media (min-width: 62.5em){.single .page-container .post-sidebar{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}}.contact-header{font-size:22px;font-size:1.38rem;line-height:1.2}@media (min-width: 43.69em){.contact-header{padding-top:10px;font-size:27px;font-size:1.69rem}}@media (min-width: 62.5em){.contact-header{padding-top:15px;font-size:24px;font-size:1.5rem}}@media (max-width: 43.68em){.contact-header h1.title{font-size:26px;font-size:1.62rem;line-height:32px;line-height:2rem}}@media (min-width: 62.5em){.content-half.contact-half:nth-child(1),.content-half.contact-half:nth-child(2){margin-top:40px}}.contact-half{font-size:18px;font-size:1.12rem;line-height:1.2;margin:30px 0;margin:1.88rem 0}@media (min-width: 43.69em){.contact-half{margin:0;font-size:20px;font-size:1.25rem}}@media (min-width: 62.5em){.contact-half{font-size:18px;font-size:1.12rem}}@media (max-width: 43.68em){.contact-half h3{margin-bottom:12px;font-size:18px;font-size:1.12rem}}@media (max-width: 43.68em){.contact-half p:first-of-type{margin-top:0}}.contact-reach-out{font-weight:400;font-size:22px;font-size:1.38rem;line-height:1.2;margin-top:50px;margin-top:3.12rem;margin-bottom:38px;margin-bottom:2.38rem}@media (min-width: 43.69em){.contact-reach-out{font-size:27px;font-size:1.69rem;margin-top:46px;margin-top:2.88rem;margin-bottom:50px;margin-bottom:3.12rem}}@media (min-width: 62.5em){.contact-reach-out{font-size:24px;font-size:1.5rem;margin-top:50px;margin-top:3.12rem;margin-bottom:64px;margin-bottom:4rem}}.more-link{color:#011eff}.more-link:hover{color:#000}.post-wrapper.block-editing>div:first-child,.homepage-row.block-editing>div:first-child,.post.block-editing{box-shadow:0 0 10px 10px yellow}.small.alt{background-color:#ebebeb}.post-feature{position:relative;overflow:hidden}.post-feature>a img{background-color:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.post-feature>a:hover img{opacity:0.8}@media (min-width: 43.69em){.post-feature>.image-link{display:block;overflow:hidden;width:-moz-calc(100% - 20px);width:calc(100% - 20px);height:100%;position:absolute}}@media (min-width: 62.5em){.post-feature.tag-event>.image-link,.post-feature.tag-book>.image-link{width:100%}}@media (min-width: 43.69em){.post-feature img{position:absolute;max-width:none;min-width:100%;min-height:100%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}@media (min-width: 43.69em){.post-feature.big .post-info{width:360px}}.post-feature.big .post-title{font-family:serif;padding-top:4px;padding-bottom:14px;padding-left:20px}.wf-utopiastddisplay-n7-active .post-feature.big .post-title,.wf-utopiastddisplay-n4-active .post-feature.big .post-title,.wf-utopiastddisplay-i4-active .post-feature.big .post-title,.wf-utopiastddisplay-i7-active .post-feature.big .post-title,.wf-active .post-feature.big .post-title{font-family:"utopia-std-display",serif}@media (min-width: 43.69em){.post-feature.big .post-title{padding-left:14px;padding-top:17px}}.post-feature.big img{position:relative;top:auto;left:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;max-width:100%;min-height:0}.post-feature.medium .post-title{font-family:serif}.wf-utopiastddisplay-n7-active .post-feature.medium .post-title,.wf-utopiastddisplay-n4-active .post-feature.medium .post-title,.wf-utopiastddisplay-i4-active .post-feature.medium .post-title,.wf-utopiastddisplay-i7-active .post-feature.medium .post-title,.wf-active .post-feature.medium .post-title{font-family:"utopia-std-display",serif}.post-feature .sharing{position:absolute;top:13px;right:10px;z-index:2;padding:0 10px;background-color:#fff;font-family:Arial, sans-serif;font-size:15px;font-size:0.94rem;line-height:26px;line-height:1.62rem}.font-sans-bold-loaded .post-feature .sharing,.font-sans-medium-loaded .post-feature .sharing,.font-sans-loaded .post-feature .sharing{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.post-feature .sharing{bottom:20px;left:30px;top:auto;right:auto;background-color:#011eff;color:#fff;padding:4px 10px 2px 10px}.post-feature .sharing .nnu-icon{fill:#fff}}.post-feature .sharing .nnu-icon.share{width:11px;height:15px}.post-feature .sharing .nnu-icon{display:inline-block;vertical-align:baseline}@media (max-width: 43.68em){.post-feature img{width:100%;height:auto}}.post-feature .post-info{background-color:#fff}@media (max-width: 43.68em){.post-feature .post-info{padding-top:10px}}@media (min-width: 43.69em){.post-feature .post-info{background-color:transparent;position:absolute;width:320px;max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px);top:20px;left:30px;word-break:break-word;z-index:2;pointer-events:none}}.post-wrapper .post-feature .post-info{left:20px}.post-feature .post-info .slug{float:none;background-color:#fff;text-transform:uppercase;text-decoration:none;display:inline-block;pointer-events:all;padding:8px 40px 8px 20px;padding:0.5rem 2.5rem 0.5rem 1.25rem;font-family:Arial, sans-serif;font-weight:400;font-size:14px;font-size:0.88rem;line-height:1}.font-sans-bold-loaded .post-feature .post-info .slug,.font-sans-medium-loaded .post-feature .post-info .slug,.font-sans-loaded .post-feature .post-info .slug{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.post-feature .post-info .slug{padding:8px 40px 8px 14px;padding:0.5rem 2.5rem 0.5rem 0.88rem;font-weight:500;font-size:16px;font-size:1rem}}@media (min-width: 62.5em){.post-feature .post-info .slug{font-size:15px;font-size:0.94rem}}.post-feature .post-title{margin:0;padding:4px 10px 21px 20px;padding:0.25rem 0.62rem 1.31rem 1.25rem;font-family:Arial, sans-serif;font-weight:700;font-size:20px;font-size:1.25rem;line-height:1.1}.font-sans-bold-loaded .post-feature .post-title,.font-sans-medium-loaded .post-feature .post-title,.font-sans-loaded .post-feature .post-title{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.post-feature .post-title{padding:17px 10px 22px 14px;padding:1.06rem 0.62rem 1.38rem 0.88rem;font-size:23px;font-size:1.44rem}}@media (min-width: 62.5em){.post-feature .post-title{font-size:31px;font-size:1.94rem}}@media (max-width: 43.68em){.post-feature .post-title:before{content:"";display:block;float:right;width:80px;height:20px}}.post-feature .post-title,.post-feature .excerpt{background-color:#fff}.post-feature .excerpt{font-family:Arial, sans-serif;font-size:18px;font-size:1.12rem;line-height:1.2;padding:0 10px 4px 20px;padding:0 0.62rem 0.25rem 1.25rem}.font-sans-bold-loaded .post-feature .excerpt,.font-sans-medium-loaded .post-feature .excerpt,.font-sans-loaded .post-feature .excerpt{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.post-feature .excerpt{font-weight:500;padding:0 10px 24px 15px;padding:0 0.62rem 1.5rem 0.94rem}}.post-feature .excerpt .nnu-icon{width:11px;height:15px;vertical-align:middle}.post-feature p{margin-top:0}.post-feature p:first-child{margin-bottom:0}@media (min-width: 43.69em){.post-feature p:first-child{margin-bottom:7px}}.post-feature.tag-interview.medium .post-title{font-size:26px;font-size:1.62rem}@media (min-width: 43.69em){.post-feature.tag-interview.medium .post-title{font-size:35px;font-size:2.19rem}}@media (min-width: 62.5em){.post-feature.tag-interview.medium .post-title{font-size:38px;font-size:2.38rem}}.post-feature.tag-interview .post-title{font-size:26px;font-size:1.62rem}@media (min-width: 43.69em){.post-feature.tag-interview .post-title{font-size:35px;font-size:2.19rem}}@media (min-width: 62.5em){.post-feature.tag-interview .post-title{font-family:serif;font-size:57px;font-size:3.56rem;line-height:1.1}.wf-utopiastddisplay-n7-active .post-feature.tag-interview .post-title,.wf-utopiastddisplay-n4-active .post-feature.tag-interview .post-title,.wf-utopiastddisplay-i4-active .post-feature.tag-interview .post-title,.wf-utopiastddisplay-i7-active .post-feature.tag-interview .post-title,.wf-active .post-feature.tag-interview .post-title{font-family:"utopia-std-display",serif}}.post-feature.tag-event>a:hover img,.post-feature.tag-book>a:hover img,.post-feature.tag-magazine>a:hover img{opacity:0.7}.post-feature.tag-event .buy-book-link-primary,.post-feature.tag-event .buy-book-link-secondary,.post-feature.tag-event .event-title,.post-feature.tag-book .buy-book-link-primary,.post-feature.tag-book .buy-book-link-secondary,.post-feature.tag-book .event-title,.post-feature.tag-magazine .buy-book-link-primary,.post-feature.tag-magazine .buy-book-link-secondary,.post-feature.tag-magazine .event-title{position:absolute;left:20px;z-index:2;font-size:15px;font-size:0.94rem}@media (min-width: 43.69em){.post-feature.tag-event .buy-book-link-primary,.post-feature.tag-event .buy-book-link-secondary,.post-feature.tag-event .event-title,.post-feature.tag-book .buy-book-link-primary,.post-feature.tag-book .buy-book-link-secondary,.post-feature.tag-book .event-title,.post-feature.tag-magazine .buy-book-link-primary,.post-feature.tag-magazine .buy-book-link-secondary,.post-feature.tag-magazine .event-title{left:30px}}@media (min-width: 43.69em){.post-wrapper .post-feature.tag-event .buy-book-link-primary,.post-wrapper .post-feature.tag-event .buy-book-link-secondary,.post-wrapper .post-feature.tag-event .event-title,.post-wrapper .post-feature.tag-book .buy-book-link-primary,.post-wrapper .post-feature.tag-book .buy-book-link-secondary,.post-wrapper .post-feature.tag-book .event-title,.post-wrapper .post-feature.tag-magazine .buy-book-link-primary,.post-wrapper .post-feature.tag-magazine .buy-book-link-secondary,.post-wrapper .post-feature.tag-magazine .event-title{left:30px}}@media (min-width: 62.5em){.post-wrapper .post-feature.tag-event .buy-book-link-primary,.post-wrapper .post-feature.tag-event .buy-book-link-secondary,.post-wrapper .post-feature.tag-event .event-title,.post-wrapper .post-feature.tag-book .buy-book-link-primary,.post-wrapper .post-feature.tag-book .buy-book-link-secondary,.post-wrapper .post-feature.tag-book .event-title,.post-wrapper .post-feature.tag-magazine .buy-book-link-primary,.post-wrapper .post-feature.tag-magazine .buy-book-link-secondary,.post-wrapper .post-feature.tag-magazine .event-title{left:20px}}@media (max-width: 43.68em){.post-feature.tag-event .buy-book-link-primary,.post-feature.tag-book .buy-book-link-primary,.post-feature.tag-magazine .buy-book-link-primary{position:relative;width:100%;left:0;margin-bottom:0;padding-left:20px}.post-wrapper .post-feature.tag-event .buy-book-link-primary,.post-wrapper .post-feature.tag-book .buy-book-link-primary,.post-wrapper .post-feature.tag-magazine .buy-book-link-primary{left:0}}@media (min-width: 43.69em){.post-feature.tag-event .buy-book-link-primary,.post-feature.tag-book .buy-book-link-primary,.post-feature.tag-magazine .buy-book-link-primary{top:20px;min-width:139px}}.post-feature.tag-event .buy-book-link-primary:hover,.post-feature.tag-book .buy-book-link-primary:hover,.post-feature.tag-magazine .buy-book-link-primary:hover{color:#fff}.post-feature.tag-event .buy-book-link-secondary,.post-feature.tag-book .buy-book-link-secondary,.post-feature.tag-magazine .buy-book-link-secondary{bottom:20px;text-transform:uppercase}@media (max-width: 43.68em){.post-feature.tag-event .buy-book-link-secondary,.post-feature.tag-book .buy-book-link-secondary,.post-feature.tag-magazine .buy-book-link-secondary{width:-moz-calc(100% - 40px);width:calc(100% - 40px);text-align:center}}.post-feature.tag-event .event-title,.post-feature.tag-book .event-title,.post-feature.tag-magazine .event-title{color:#fff;top:47px;pointer-events:none;font-family:Arial, sans-serif;font-weight:700;font-size:21px;font-size:1.31rem;line-height:1}.font-sans-bold-loaded .post-feature.tag-event .event-title,.font-sans-medium-loaded .post-feature.tag-event .event-title,.font-sans-loaded .post-feature.tag-event .event-title,.font-sans-bold-loaded .post-feature.tag-book .event-title,.font-sans-medium-loaded .post-feature.tag-book .event-title,.font-sans-loaded .post-feature.tag-book .event-title,.font-sans-bold-loaded .post-feature.tag-magazine .event-title,.font-sans-medium-loaded .post-feature.tag-magazine .event-title,.font-sans-loaded .post-feature.tag-magazine .event-title{font-family:"Circular",Arial,sans-serif}.post-feature.tag-book .buy-book-link-primary{pointer-events:none}.post-text{background-color:#fff;padding:20px 20px 60px 20px !important;position:relative}@media (min-width: 43.69em){.post-text{background-color:transparent}}.post-text .slug{font-size:15px;font-size:0.94rem}@media (min-width: 43.69em){.post-text .slug{font-size:17px;font-size:1.06rem}}@media (min-width: 62.5em){.post-text .slug{font-size:21px;font-size:1.31rem}}.post-text .post-title{font-size:20px;font-size:1.25rem;line-height:23px;line-height:1.44rem}@media (min-width: 43.69em){.post-text .post-title{margin-top:14px;margin-top:0.88rem;font-size:27px;font-size:1.69rem;line-height:32px;line-height:2rem}}@media (min-width: 62.5em){.post-text .post-title{font-size:38px;font-size:2.38rem;line-height:41px;line-height:2.56rem;margin-top:33px;margin-top:2.06rem;margin-bottom:33px;margin-bottom:2.06rem}}.post-text .post-title a:hover{text-decoration:underline}.post-text p{font-size:18px;font-size:1.12rem;line-height:1.2}@media (min-width: 43.69em){.post-text p{font-size:20px;font-size:1.25rem}}@media (min-width: 62.5em){.post-text p{font-size:24px;font-size:1.5rem}}.post-text p.byline{font-size:15px;font-size:0.94rem;position:absolute;margin-bottom:0;bottom:20px;bottom:1.25rem;left:20px;left:1.25rem}.post-text.small .post-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}.post-text.small p{font-size:18px;font-size:1.12rem}.post-text.small p.byline{font-size:15px;font-size:0.94rem}.post-text .sharing{position:absolute;top:-2px;right:0;background:#fff;box-shadow:0 0 0 10px #fff}@media (min-width: 62.5em){.post-text .sharing{top:0}}.post-text.alt .sharing{background-color:#ebebeb;box-shadow:0 0 0 10px #ebebeb}.homepage-row .newsletter-post{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media (min-width: 43.69em) and (max-width: 62.49em){.homepage-row.three-column .newsletter-post{margin-bottom:20px;margin-bottom:1.25rem}}.homepage-row .newsletter-cta{background-color:#011eff;color:#fff;width:100%}@media (min-width: 81.25em){.homepage-row .newsletter-cta.full-width{padding:25px 0}}.homepage-row .newsletter-cta.full-width h3{display:inline-block;vertical-align:middle;font-size:25px;font-size:1.56rem}@media (min-width: 81.25em){.homepage-row .newsletter-cta.full-width h3{margin:0}}@media (min-width: 81.25em){.homepage-row .newsletter-cta.full-width form{display:inline-block;vertical-align:middle;width:40%;position:relative}}@media (min-width: 81.25em){.homepage-row .newsletter-cta.full-width button{margin:0;font-size:25px;font-size:1.56rem}}@media (min-width: 81.25em){.homepage-row .newsletter-cta.full-width .email-field,.homepage-row .newsletter-cta.full-width button{display:inline-block;vertical-align:middle}}@media (min-width: 81.25em){.homepage-row .newsletter-cta.full-width .email-field{width:65%;margin-right:2%}}@media (min-width: 81.25em){.homepage-row .newsletter-cta.full-width .messages{width:65%;text-align:center;position:absolute;top:100%;padding:2px 0 0 0}}.homepage-row .newsletter-cta h3{font-size:25px;font-size:1.56rem;padding:0 20px;padding:0 1.25rem}@media (min-width: 62.5em){.homepage-row .newsletter-cta h3{font-size:45px;font-size:2.81rem}}@media (min-width: 70em){.homepage-row .newsletter-cta h3{font-size:66px;font-size:4.12rem}}.homepage-row .newsletter-cta label,.homepage-row .newsletter-cta input,.homepage-row .newsletter-cta button{font-family:Arial, sans-serif;font-size:18px;font-size:1.12rem;line-height:1}.font-sans-bold-loaded .homepage-row .newsletter-cta label,.font-sans-medium-loaded .homepage-row .newsletter-cta label,.font-sans-loaded .homepage-row .newsletter-cta label,.font-sans-bold-loaded .homepage-row .newsletter-cta input,.font-sans-medium-loaded .homepage-row .newsletter-cta input,.font-sans-loaded .homepage-row .newsletter-cta input,.font-sans-bold-loaded .homepage-row .newsletter-cta button,.font-sans-medium-loaded .homepage-row .newsletter-cta button,.font-sans-loaded .homepage-row .newsletter-cta button{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.homepage-row .newsletter-cta label,.homepage-row .newsletter-cta input,.homepage-row .newsletter-cta button{font-size:21px;font-size:1.31rem}}.homepage-row .newsletter-cta .email-field{max-width:90%;margin-left:auto;margin-right:auto}.homepage-row .newsletter-cta input{background-color:#fff;color:#011eff;border-color:#fff}.homepage-row .newsletter-cta input::-webkit-input-placeholder{color:#011eff}.homepage-row .newsletter-cta input:-moz-placeholder{color:#011eff;opacity:1}.homepage-row .newsletter-cta input::-moz-placeholder{color:#011eff;opacity:1}.homepage-row .newsletter-cta input:-ms-input-placeholder{color:#011eff}.homepage-row .newsletter-cta input:placeholder-shown{color:#011eff}.homepage-row .newsletter-cta button{background-color:#011eff;color:#fff;font-weight:bold;padding:10px}.homepage-row .newsletter-cta button .nnu-icon{fill:#fff;display:inline-block;vertical-align:middle;width:12px;height:12px}.row-award{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:50px;margin-bottom:3.12rem}@media (min-width: 62.5em){.row-award{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.award-image{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;position:relative;overflow:hidden;margin-top:20px;margin-top:1.25rem;margin-bottom:20px;margin-bottom:1.25rem}@media (min-width: 62.5em){.award-image{-webkit-flex-basis:calc(66.66% - 20px);-ms-flex-preferred-size:calc(66.66% - 20px);flex-basis:-moz-calc(66.66% - 20px);flex-basis:calc(66.66% - 20px);margin-bottom:0;margin-top:0;min-height:610px;margin-right:20px;margin-right:1.25rem}}@media (min-width: 62.5em){.award-image img{position:absolute;max-width:none;min-width:100%;min-height:100%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}.award-text{display:block;width:100%;background-color:#000;color:#fff;text-align:center;padding:47px 20px;padding:2.94rem 1.25rem}@media (min-width: 62.5em){.award-text{-webkit-flex-basis:33.33%;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;text-align:right;position:relative;padding:20px;padding:1.25rem}}.award-text .award-description h2{margin-top:0;font-family:serif;font-weight:700;font-size:22px;font-size:1.38rem;line-height:1.2}.wf-utopiastddisplay-n7-active .award-text .award-description h2,.wf-utopiastddisplay-n4-active .award-text .award-description h2,.wf-utopiastddisplay-i4-active .award-text .award-description h2,.wf-utopiastddisplay-i7-active .award-text .award-description h2,.wf-active .award-text .award-description h2{font-family:"utopia-std-display",serif}@media (min-width: 43.69em){.award-text .award-description h2{font-size:30px;font-size:1.88rem}}@media (min-width: 62.5em){.award-text .award-description h2{font-size:36px;font-size:2.25rem}}.award-text .award-description p{margin:0 0 10px 0;font-family:serif;font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.56rem}.wf-utopiastddisplay-n7-active .award-text .award-description p,.wf-utopiastddisplay-n4-active .award-text .award-description p,.wf-utopiastddisplay-i4-active .award-text .award-description p,.wf-utopiastddisplay-i7-active .award-text .award-description p,.wf-active .award-text .award-description p{font-family:"utopia-std-display",serif}@media (min-width: 43.69em){.award-text .award-description p{max-width:770px;margin-left:auto;margin-right:auto;font-size:24px;font-size:1.5rem;line-height:29px;line-height:1.81rem}}@media (min-width: 62.5em){.award-text .award-description p{font-size:19px;font-size:1.19rem;line-height:1.2}}@media (min-width: 62.5em){.award-text .award-sponsor{position:absolute;bottom:20px;right:20px}}.award-text .award-sponsor img{display:inline-block;height:60px;width:44px}.row-award-winner{margin-bottom:45px;margin-bottom:2.81rem}@media (min-width: 43.69em){.row-award-winner{margin-bottom:67px;margin-bottom:4.19rem}}@media (min-width: 62.5em){.row-award-winner{margin-bottom:130px;margin-bottom:8.12rem}}@media (max-width: 43.68em){.row-award-winner p{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.56rem}}.row-award-video{margin-bottom:61px;margin-bottom:3.81rem}@media (min-width: 43.69em){.row-award-video{margin-bottom:86px;margin-bottom:5.38rem}}@media (min-width: 62.5em){.row-award-video{margin-bottom:130px;margin-bottom:8.12rem}}.award-video{margin-bottom:15px;margin-bottom:0.94rem}@media (min-width: 43.69em){.award-video{margin-bottom:50px;margin-bottom:3.12rem}}@media (min-width: 62.5em){.row-award-selection{margin-bottom:50px;margin-bottom:3.12rem}}@media (min-width: 62.5em){.row-award-selection{margin-bottom:135px;margin-bottom:8.44rem}}@media (max-width: 62.49em){.award-selection-committee{max-width:740px}}@media (min-width: 43.69em) and (max-width: 62.49em){.award-selection-committee{margin-top:52px}}.award-selection-committee h4{text-decoration:underline;font-size:18px;font-size:1.12rem}.award-menu{text-align:center;font-family:Arial, sans-serif;font-size:18px;font-size:1.12rem;line-height:1.2;margin-top:20px;margin-top:1.25rem;margin-bottom:60px;margin-bottom:3.75rem}.font-sans-bold-loaded .award-menu,.font-sans-medium-loaded .award-menu,.font-sans-loaded .award-menu{font-family:"Circular",Arial,sans-serif}@media (min-width: 43.69em){.award-menu{margin-bottom:80px;margin-bottom:5rem}}@media (min-width: 62.5em){.award-menu{margin-top:70px;margin-top:4.38rem;margin-bottom:100px;margin-bottom:6.25rem}}.award-menu .current-menu-item,.award-menu .current-page{font-weight:700}.award-menu li{margin-right:30px;margin-right:1.88rem}.award-menu li:last-child{margin-right:0}@media (max-width: 43.68em){.archive-grid.nnu-carousel.award-carousel.slick-initialized .slick-list{padding-left:20px}}@media (max-width: 43.68em){.archive-grid.nnu-carousel.award-carousel .slick-slide{margin-right:15px}}@media (max-width: 43.68em){.archive-grid.nnu-carousel.award-carousel .post{width:auto;max-width:140px}}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url("/wp-content/themes/vip/99u/assets/img/vendor/fancybox/fancybox_sprite.png")}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url("/wp-content/themes/vip/99u/assets/img/vendor/fancybox/fancybox_loading.gif") center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url("/wp-content/themes/vip/99u/assets/img/vendor/fancybox/blank.gif");-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url("/wp-content/themes/vip/99u/assets/img/vendor/fancybox/fancybox_overlay.png")}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAEnsAA0AAAAAc6QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAABJ0AAAABkAAAAcdTtIwk9TLzIAAAGgAAAARQAAAGBkLHmKY21hcAAAAqwAAAC8AAAB2oofsP5jdnQgAAADaAAAAAQAAAAEAEQFEWdhc3AAAEnIAAAACAAAAAj//wADZ2x5ZgAABPQAAEDEAABjEG8InvNoZWFkAAABMAAAAC8AAAA2Cq/Q8WhoZWEAAAFgAAAAHQAAACQQuAgGaG10eAAAAegAAADEAAABkHUYZvhsb2NhAAADbAAAAYgAAAGIlnmv9m1heHAAAAGAAAAAIAAAACABFQEZbmFtZQAARbgAAAExAAACH4fn9N9wb3N0AABG7AAAAtoAAAegdMP3bHjaY2BkYGAA4qWRdszx/DZfGbg5GEDg4knHXzD6/08GBg42sDgHAxOIAgArLwq2AHjaY2BkYOBgAIIdHAz/fwLZbAyMDKiAFQBE7gLWAAAAAAEAAADDAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNgYf/GOIGBlYGB1Zh1JgMDoxyEZr7OkMYkxMDAxMDKzAADjAIMCBCQ5prC0MCg8OMmB4i7gwOqBkmJAgMjABNNCYwAAAB42kVQOw4CUQgc2C2svYztFt5A7U1MLL3CUlh6iK31GCbGxs7CMxg7G2OzwkAiJDw+AwxPX5jDRY9ursAECgEMplATjxBxSOQsLOsnzwyMHm5HsIKDGG7CCTFHLHx6oat8uS86rRBEjV/2mK6RnYZFvIFrIj9lDq1bzZlWPMMbclPuyhtqWzJ+Y4uS3Cd5YVbjEke2HWszj5ayK4aX5ID/7cm5FNxG5pklopH6gVK9F5snKXyw18Cd+a89Kxtxhj9yvjm0eNpjYGBgZoBgGQZGBhC4AuQxgvksDDuAtBaDApDFxaDwkfMT5yfJT2qfOb5wfpH8ovnF8ovnl8gvmV/Kvor/4Pgh/mPlj20/bv7/D9Sj8JHhE8MngU8Knxm+MHwR+KLwxeCLw5eALwlfCr4y/GD4IfBjwY8NPy78////MT8LHx8fBx8TryaPEY8OjxqPAo8UjwgPHw8Hdz3HdI4JHBwcTOwvoW4jEjCyMcA1MDIBCSZ0BRAvD2cAAPlSOjQARAURAAAALAAsACwALABaAIQAzADyAQABHAFGAZQBzgIIArIDTAOkA+AEEgTCBVwFqAYEBnYHCAcqB2oHjgfICCYJHgp+CzoLyAx+DMoNmA3qDiwOaA7SDvQPEA8uD3gPmg/gEDYQoBDeERQRUhGcEfYSYBKCEqQS7hMMEygTRBNyE4oTzhQGFFgUmBTIFNwU+BU+FUwVYhWgFc4WOhZmFpYWqBbCFtoW7hcEFxIXIBc2F5QXxBgCGDYYeBiyGNoY/BkqGYQZwBnwGgYaFBoqGkAaThp+GsAa+BsqG4AblhusG94cAhwsHHAcqhzoHRYdNh1qHZodzB4EHh4eRh6MH6Qfzh/cH+gf9iAEIFggjiDmIXYhriHwIoIiniLEIvgjBiM6I1QjhiOkI84kGCSgJNQk+CUaJU4ldiWgJeImDCYoJkYmaiaOJrAm1ibqJ5gn+ihGKGIozCkKKVgplinMKfwqViqGKvIrECtGLAIsdCyMLOgtUC2ALcguYC8cL1gvoC/MMAYwoDE2MYh42p18B2BUVb73ObfOpEymTzLJTKZkZhKSTJKp6RkCBEgInVBCCUUwkR5BEMtVAUEEVBAVEVgLrr0BFix5NnRVdrG9Xbc82WJbfbqr61OSOXz/c+5MCKD7vu8jzL3n3Hvu6ef///3LOYhDIxHiFonTEI9kFHwCo4r6J2UBfRV6QhL/UP8kz0EQPcHTxyJ9/KQs4YH6JzF9Hja4DT63wT2Sc5EifDu5WJx2+qGRwjsIIYlDHJKQqLB8M1EOMiEbQthtcYsWd1SMui0Yfj4IG+DOIQENIE5JKjzCKKlACJ2BT0Ul9e8MYjcCP8RhSCPDH+RrgrJcglHPCa4iTm9EoVjE75HMfAW+G88/cYIcIHPJgRMn8Bvv79nz/h4ZnX0yn6YYOLGHvkBQvIIVWZFofTNRPhoGdbWI0WxMm2hyo1AjFwlyHh1ndmJjyIktZh3n9QRxJMZBRQWFQz9Cg+FG7jt6aN3o0esOqbcHH93VEZ522fDpuzo6pERX4mCfMqDwioJRvzKYiN64Z6ftnj58bUe4Y9eju1l9OKQZ2n/QdwY3rQ790T8B8hlQBhAPvYIhhBURrhzCECfsSn/QP5g+k2jbOIS0HPS10g+xJPzBO/Yd9GU2JDRLskE0BHE0EnNZRWXnqjNo1c5TuPGUqGx4rTj5mcLdXvzahgOnTrExgK8kOgZ0XKE+Zh32GkKxKD4bdGMY061fbuvZw6UDBGpNx3nbl1sx2tMzJIg4Wk9WlzwUoeNqtRigRtFY1EAHFSI2C9TNELFB/8Mblx/CjThuoa+sIZoswB/DGcd6OhKr9q9KdPT0dfQcI98fq+qoYQ9kdGwTUebv999WOxUrE1atmkCUqbW3+ffPx8qmj+FGlE3Hjm3CSmLN9DxIQ1gaDGloz6E+mdZNj7zQ3hCrWyk2YHfcTRutPvDCCHk9tF6xsKT07NnTo5AEOaLgbQdOERaHaIIFJGgyfUQSuE85dYBTzkb39GAIIR6nx02EUp10BtDysJOOUyAWjQQgqIdgIxeN+AM0NRt7RciJ1dXFZrW1Yf2MhQtndFY0+yaMFuF1P/w4fezGfTdGZ7X19MD7mV+QgS9mdlas2thy8bHRUAS0s1wDMw9dxlaWkzNazJwkyJIfJgUtplGCghs5fyCIdZzsD0hykM/BOgwLwyZZzE7RJsk6LogDQSEwDJ5bbU7B5pTiZqvZYpYC/iI/1NbYyPFrsBVnfPzCxtbuZwm53evFAWd05sL2sZUF3ZJWm2MSdKH6hfH111+/Pr6gKZiRoc/RaIXugsox4xfMjEayrcHRTS12TuvwxBxCVp7WYOe1DrsnG0s2V7xlQT32em8jyWe7Wze+8LEG0Sv5ftv95I3+l0KyK1d4ZfKILrtkKgqNX7BlysHVOcVj5lVhXjRW+TwYe3xVBonjiifWxAsyew9M3rpgfMhnlIKdGTpRHy0Xsr35uZycaTdiKddZ7RayS5zDdBmGoglVGbkuKfxiP665fxtrHHQiJVQIsT7VIANyAG0JoQSaiJAvFOd4CclWX8wYLxKBsgBdMdpiKO4PZGHavU7OFhNsHKaJiuKcySN5raZGIe4vwy4BAdlDQPcQJXwCOnLM/difyJae3/Jj9r2dS74k7+tqO0/fdenSK/HDn+oT5BOySuweffR/6q2OgPQgHne5vb/2ZfKPipfxdzdsf8SluBb/SjrYvq275CryNFmP9+EN2HTvveQrsoksgt9X996LTcpEXIY3tpKTx/sOLsVT+4LB/NvJr7itifvJr9e9g2PtlUpHCP+2Zl6P0xGemuWW8rEDfzuNHPvQOiaI7TimP0QOcbWuxuaiq25RzsscCmSF0u7CQI/LgB7/EdVARJKtQHAFwevyWcMhWPIwvSAAtwaYX5Rexa2CDWZoIxcOWW2xuA7LMVlpW8aVz1Ie/w0hO8gJcqasbNo9Nzdd9oLX56qqvPqX42e0zQjdgG/4c0btwi1t47eFr1xqnlqzXKpcOT7f0v3+O8fu6h1+n+hvqeJ3rJCz897aKJbyobvnLux48K3MktLWLQtrG+J5iUS3J1utLwL+ISsoMEgdvEClTe4G4BFhW9zvBebhALIITPMcAkE+wbos8klp8yGxvXvuLTPKCEmW0RcyUIR+BKTzOBb6surj+J8ZsXlrRn5JBpI1e3pEeMNoO5Qrfgrluih94CljoGVEGgXoiULMe1i5vLAfj80hr5O+P/3JVj5m7lWt8R67XZ6zqDhi1wo/kJMDT/NjcQXmIl3Tx8QcEs+TTwy+cg/PaRFQn3TbTECZ3WgRWs5og9VIB8XrgRWtN8YwzFws4RDM3UxsNWFTLN7IRyOUEGiAdIRDNn+R1yNIcigcijXhmFWSJRmbeKAjMZv17DMfDLXMx4zRCN+Kl+Jx3+wY3nvo1c8uP0oOf7NjxzfkD6ffIVe38P4brhW4H/658i/YO5ET9DqTbMs1Y5toFHWCzI2vxdrl5PM7byBnTozJz/Mt9XosJp25rBL7Hr9qqjnHbN40wX+J1wsPLaWcV2z4/umPZAVyP3z08s9ePdQ7fMc3eBwrPan7kmxYJDjuGqgIihJ3f3K4Wzg4sB9nSVlVVS3h3ODMqIfzaVyZBTm5lsyaDrxoZec9y0WOx4UeXuQGbuMMeIbMeVw4I/1QLi69fm+ypgf3/v4EnevA69HVrH9zgMqH0SUwkrDQPbKBznFKU7EJutHfiG1O3maVMO0hmEQBeADUVcJ0yAFY0anFph3Q6SAX8ARl6Pc4I9rhuNsj0WjYDXOTqzeONT1921Vv290ue6H7yjctuurLJ9Wvmt6QaVFwloyTh6dtzqv9rTJ5nKnFG3O4zXwfALAzbFVStiWKpkhnKw5k+fWuHKOmou2pmVMOXp/8xdV/m6jOTK4WT8F/u5pvrHHXF+HJwm/2dz82n+cSPTdNPNiXjLrdnHXxxGkXczg3uzK32BEIiHqMUkUMwPcF1rGLL5pd7chw6AvMuRZtZHTdjc+sfKZyx4Ipw+naYLwRCKv0AuAjI6pS0VGAsl461YAVAQSBRxG67LAMAMFtDLgtjRK84yzcHHIUt97HTbpoyZT41DJc1iHqydOTOkpHD8vOJE8LAh6baXG5K8LNRZO3LqnBiP+v6xeMbZ1f3l5V2R7s38sZuy/zhV35seR/8tfO2W4o8ObnmzLjlzyygo2lkhpLE6zJ+iHUILXsKVYyAWQIYi+AGrMVHrBqcnLUbdVbZKh1nNExi0GlEJQIACSwkR+vGzkJT2weMXnScKHu/i2hSdUePfkBY6zRZHhqPKOGp0mGOginEZ838Cm/aUJtffv4utoJAxvw8ceO5pUGcle6Se+Ro/hYqcVe4pg3lcyAznwIGNUk4FETaY2dgrq0/QEOVmnAHzcFOdazlA5Df9L1aqSzDOoNSQGQyTr6P0CTNYpC1drfPbqjK1I+Zf2eo4sWPuYZq/fMuVV23C3orNsXT5nhr9fZLl+05tkFo65748o5D12/fGxgilGWeTMne63T1saLxi297am/aFB8wZaDR+Zs+PNL+5bVz0mQP1Zv2BX75eXc41p3d+TGY5dMDu/6j5qFNz2Dq45e/MQ1rcFJKzffPvHWBRZ7btaEjFyD1rv7+ZXt++/cvm56SOUpaT68MI1t9JyOg2YGYnGTE1POQhvFq42y2qxAwnA85g+kOAtMHYpsAfbHGeSicwvSFWLoJJsfnY9rUphj9462gjEF2yet//VNk+pW73und+3J/VdNKOlZYiwQOQMnirqRo5W+VRfd01M9cc/c6FRfVmaVc/SI2KyoXqNdZbKJR8iX+4aiGPIF+Z7mP2zdQmyPtl1yDPO3dj6ye0UiPveKm25tveG9YRqdSZPIMFsME9bPf/L6SfXdO6ft+uHWaGe0Yt9lw5qnj7y8rXSSyUR8UxZsnYBteO2JQbDCoYNcl9wlHoTFlcMwuB5wtr4odRfNeMZ335Fffpe8NBUQD9Lrd6kY3FXejeSb5CzkgYjAg6zgBU4SgMkCsDUOfyajzQikDULwyChtwGZ9FghmtyTvWrrcM2m2ef3UTdc8PvNkVcRcP7Z61UqNfkti1EYZach9JEkaSAkuxDuvwoVTl17ae7vGTH5DnplA/vH447Nvd+BHaBvSslwO0IYL1p+WkxCIMAcG2BUzqVMCBE5YnIPrAEPSCOPfIkUqhrXsUSUcoK5AcClRNgCjgmlDQXDU4I2yRsWFEfgBMt2gL68ft+X63jlzlm6YN3dEc+T1nra2YLlBVkgd+ZRE9pWV2YtmkE9iVmthYU3tNRu4NUlvIjFr5rY0L0jTDxsqRw0X1h+5JL3VFdNDjdhqdDH8A3WzAnGPGWBelgL7cGCztQ6HYkNJCF9IXj5FxTkQE/7buPVL8sWXW43kv9uiIoq2tUWV1OVcKkLQKfWrgVM8aqkFYQ3kuLpRSfqJcCT9TRtbWmcwlrF0Bu1At6A96A50F/oFug/9kkqW0ARLpUT/m6UqkF+kKkk204tkoQQFulPKwVjyBHBlBfYHKv1Rv9q9/kAkwFagPwoPI9AF0cpYNFYVoX0eDcXZXf1rwpVxHAvZcKW1qtIattoG/yz0V0n/m23mKis2iHEttvlESxwbfLIvHpC1OCD6orIMo87+cfCfS13hlmw2FBuSzZjHMJ15+pTD5/zj8GBiYPPci5CcexFzeDCPVEYYssLOT5OXJfs/xc7k6/fhW8mfP+VGf/7557iUEz8lf+Zq7xP+KQqknJM5LNBvaKEcLTKVA+SPSXlmFn6PZp+qKc/eww3DR/ChgN8TRA6LmIMo/dHPWAb0+l5mJilPtZBXc6Rl0GTwBZ5A3nlpL55Bfrn3pYN/WJ58EUdeunP8vn37IDRj70u/+MPyc+eqCfjci+hTOlcBFepBXnQxMa8RQDmIjhzwB5tViMOSYfwBaCoQ1iZMaSqkAJnQxNCgREE9UNbKSBXFO0X0Efs0RolwEEvqA+4sYQaY42eMhyWjYgHkRl/SOGVKPAiuAUavATtBlH6RinI4VBRXoRLNEmi4AGUG/MZ4DJ7HJUECcm+0CgI6SlEoBYdkNwWhDI++t598uGzZIrPh0BXrsGvD2LYVb++eXpQIQo9qeTz83leX3IOd812+i8nvb+KHDevYdunaqbO6HruqLbNn6mLy3bJLGxozNHuXLf+vukZbW3DTlmiHyRLWl0UdZbP8/ohGY8zTl4by7ZFyY75NlEoLiyuCY7JBJtRarKP8/hazRTRq8z3F1tJOt8fHcx2bmsPTKrIsxomL11YXDQ8b8rVG24ZfTp1+0zSy4Uu8ZXHd9D1v9rZfN98eG9O7kjx9//3k89Gt2dNn4PInDcY7yedvrr3m9zioYmC1mRQCp9DwbZo1Ky4hv7t195mxY3Q1lhm73l7ZsmVNCNqaweG2pXU3bgiXX3VrMmPE5ureYd4CT9tVj3Vxl7zU2G6ua+y+5Ip1rzjdk+d0/rktXG4ONHTNn5ZfWihn6my20SXDprptbhPHZdmN+a0+X6MB4G11KYcLxzqcbg6Xer1TA2a33SRo8wpdMyuHXxI0ZI2auyIamVquseoqGoriG+onrI/mZC27Z+D6H97evHHNyTsvMbuWbZ90G3l03YaVDvt/HdiHl91x57tOgcu64bfkT/sPkXd/f+3g/NUgmL+ZqBNdim5U9ZMUTEcBTGPZy2AQTBuq9SvETpHGYA7zdGaDdBNnISmamtcwS904EoRZxEAnwxCAk/hYClNQHGp2glwWAyqTRrsKsd52S64z7rLnuurLfDZTrs1kmuYuijlc2aElN7+1ZtH9aycHNHpHIO4Jb7ixtcGky8+AJc5JWFNrmHVbV7R97F1Yg61ZhUXDG8Mmr2n42vLcouGlnr8cu/foC3W20MiF1c7GmCmiLww1dVSWzRCUNJLn0DRTQaJhbjg0s7HZ77BaKypLTTnNBa54ecOowIhrVnWEfE0d86PWYDgcqjC7Sq2ykGcKltnlnEydnCMAeEl0X9cy9f7ENafnO8OhYfFgES8ac7Q5wyonVVx9cDu/uG5V5NLe2TUmry2xvGTWvGkji31MVr5abpCvRYuhx52wqHViEIRPg04DK5mFnFwsDuzWyUM/x4KSN+Dx6yAZdvKFWA4KsPgbeZCFxP1y3thRM0bW2XWFpUtXXLby4ukJoxHYiMZgdvkijsjyqaOMJvfIEdV6XC2ZE00z2ic3VWVwRY2TO2dPGW4yCfpwpK1lyugxBfl5vMGep9Wekm21JY7MMSNG/fL+x+++fcNsu1zCZw0LTZtz3Y6nF8zcOiVuErOzZYn8nZOtNpfT63RkGrk8Z1Y2zvWU6orK+SeTn3BipiCaykdcMmrctZ2tZZ4cDZBYKSe3ONxWXt41aVxtWVbmm1pX9/L7fvH67PGr61ycriAvAzH8dSPQ1EthTpaga6B3rDJTNAfoFBOAzVMkyoMsTYUcmI6YagH9Q/8gDZW1rSmgMvgegBblteYhPNGcwjCD7y1peBOTh4dx+3VHFq1fNmHc6t8/A/DbMKKqc92tE7df1tqy4MX7dvVOKSOL6zzehrqpk7s7nK4il0kfiXcuKB3mLrDlVUS8njx7dfWUaSt3dC+trolHO2dsmt1Y7XE3Nl88vjyYa7dZCgrLYh5vLDL9sqN3LF/JNy9ZvejIde21uoal+579qHfqtNWbJt66rrOqLatsSu+u+15cMIf8aurFMxrqiwP5dptJqzXmQB5BT5HL1Ri0WIuKyoOhSoBW9kDJ2NauxSObA/4Cs9HgdoaahpVZLW53tDI3D2S6tvZxFU3BIJMHAOUhiep0IxShwPpUpRu4SqWAuhjmCnKl2MC4Eut4qvkHoAJStKRYA3lW+muLJigKIonhl46eNUzpq1o+P4FloGjumS16jQYfjLYJKL+qSOMOqFdI3dNWXFnMKXN/8cNW0VDuLpi6d/K0gz5/myqivIO3y2G5l2kLA6gSNaExIJdthVrGoFrqsEUA6MBYYahlSuq1FlHxTKIxX4yJJ7IVeBwNMs2L2Spgsy1GVVES8khUZR4xmVXdGgaOzXBkWs6DdCYgaDaxEeQi2hUg9QR8vNVG404svJEzzJnT8eyxjhznsJzqnTeTr5uDweHDg8FmPHJ2c/PsZs5dWlNSXjglue0h7H3wQfLHhx4mf3zwQexN/rm4YpqjrKRWLIeBaCo/VB3UXfoa+YZ8SL55bY3eUZq3dkrVlIKn/zZbNBotuCZ3clVrd3drxYQqnpxu/9NjBdNCsdkxXpPjLM3p6MgpdeZUYynYDMU3N6vXYLChsLKkJtCQXNJz5JKlR3t6jn54tIe7s6JgXENRDTc12BgsTyQfj3fmh6ouenbThAmbnrkI5NnwcO+UteX++Vr8pjUzSxxTUtW9u7u8PVhPrsrqKg7GZtP1SammDLMGeVEcxoMquKgYzzNzENcADEQ1RbBus1lk0Z2WGQNRW1x9KUyy+qyeCoxn3zVnlDI7huWKkRXi8W3b3hDuAlgkz94/Z87+2bj7LngsnJxt9VmCHlI4646Z0c4rR5484a6ocONPt7zw0pZLyq8+2blv1sy9ne9WBt+nz5FaR2qbgXmdg4rS8gMzkKn6B2oiA7xL7WQ2HHeCkBC3SYD007YxEBQ+8rf1+MhH5CNfT5sfd4uGmpE1BlFmJouTqvnsJLVRJA/RBOT32Mc+2CM4vF6HgFSd4YuADZsH7Vc2hLS8QZsVt2hx1MbtxKuSX5FdeBlnIhDmTHhZ8h9cDtmV/AqvIjfh1fuT3yS/2S83k7fJ07go+Sz2kmfI2ziCx5A/kvv5g+QPeCyO9P9I3lnSS17Gjb1LWNs5hIg0E9ruRKNY22WeA1ZMRSIZ67AqsVFpnuJHWN/UdhQ3AmKkwpKKKqmkxbS27lAjFl+fUWuOzBRFyZxX4TytEWVymW6YK9NcmFNYX8yd8oh2U3K5xSF+azc7Cv9ozuc5Jy84TeQf+V5vPm7KtOpltGABIaTRbLYUW4ychtTos3lRLi0WLbaysgKy4ilrocs4oJFEmCe5OrtOsy/b7PXkB/LdWSZGp6jtidrahkqzQwxN6GcNSylLEqN1HMxaZq+jdiQQZm2Adfgw10d1e1TiheRJRVEEEIcBGQFGSM8lKFmiaCmLadm0OG1kFWApJBFB/Fs9lKBJEEwiasNro3GUtl+xeViIfCmdcVo6oCpj1aoKtAligskAwqOBr8JOLD6/cuXzpJ/8mfS/sGLFC3j3mg/u7Oy884M1+8j3e/fijD/gYZ3kCRmteEFNRJOD3AIfvtC/onPvh198uLdzL/mevAHJBURmkf/sxBPxR+r8gDrR9SsDdUXIQ+mo1czTXnXTzhR6mKVYoVqAUwcEhdmHyRenDlDMdOAU7ZOz7aKW4jJV9wiYMWyBn4kq89RpxeTx1HjRofLSwsIiMJ3T8FM46Oy26ACToHm4JvvsgPz9CbjaJaWfLiFF6YdkNEGSXrkjfjtB9D3ug5Tn1sWJhqFaqEslSP4yT3FU3KSW6K7DlaEwCEQFuOrfVVWAsqRguEBe+igrA1Hp0OZiqtafrLHwCuY0MtQoPyuYh5+AKnEuG8inx36q8ghlDdZ1qE9APsyNUlQHPG4EpadhC5/6pcPuVDgMP8O/6+n0t2ddBWiN2f1nGkCQmoa+Yz+SuqevHPqppuCo6pDA1sc0PE2+XL4c2uMCCodtGASGRg7Hsez35DD7p4zj1lATkF38J65wVvJUUV1twJNlruZ+OMwVHvH1+I/kGo25h5MfH/FD2MdVs1S+CodOGwxPFp4/kvz4sM93JK+5OfcIVwjBo76ewbXJ6LweFUDfyRi4NPWCKHIJRkB3CKQWoGDAoYD2gaBhuP3Z1PrB1Thj74qBFetOfHdiHb1gaPDXK9JvYOnse/Z2/Fbq5bp1KK1vT5XFWnpecShVlA6braao2yIa8NcXlJlsGcxTwyn8CmK4oFzy49laaVgf80P8PQpQMdPFDYpp/7YevDIoZ3H/S3UkdNbCkfxf6sX4G8KlGiR9gLKhTg6gbuXUt4KStoAWx6AqvBazjtdiqlmOgagRY0pUjuEuoJ8i7ifiIvId4J7vLiISPn0RzsLDcJYPryHb21/77avjyI14dftrS5e+NiGJqNruFHl5PqOtInxJxMW9vUvwaXx6SW/vQCm+FPeOnzJ5PLmRbIc7fvmA+sEpLsqo8zl1lmHdedmqQ9gToPYkidYdYGWcSqxxHDDZcCBOGwKyRJre+xhyhAbFVbwpoDw3Piyd4jDuYi259YF9u+ZOXfpaG17zu+A1/egahdSyZt36P28mt7Fq4Hd6dv5yKWta46qmUweWAsnBh915B05xH5ODtE0Tdnkmj8eX/hb/meWAX6cNPJh8mzX8+55u1sSXV3UtY8QYc5RoqX4o0P9UjQf102JgRn04oZA+0qfgBLvghHheXKFpUrZbZhc4Nw8NGujjE8pA30CfwifYhU/I58UVmobOUSXFV0xAz6KQqWgp1UR9qsVNpj1IaRVQKjE8qMwNn/0TkUpwFJX2tEUxEBrKEOxnUgRfUYmPmkJiiYEUHQGiC//7kkwE4eCe/jHcgB2AG/YgLV2vJviPxXwsI1L0NPER39OkiBt3+LBwNTma/ByPI4c5G27FnC35OaUtKl5QoGsz2GoHwhugSnDg+ooygBQeFoxECSahCvdkH+4jibP4mOIFLdOnaDH8N7gpikjCHw9/pyHM3JP66IVWFQms//qkPvhOg3QU6Wg5urptMBQVnOyD+Qh91DegkASvJB/p4qYkDypdiS4Ft0O4S4LSBxTcBy2n7wa62Lts+iqFnyB3OsTatAuVDDiHwh4gQ4kk+5JWBfcNpTdZsLYZgmZ+MO4IV+Q1hICN2TFEMrC/DHuNVDgCNouRakNpPYNOkP2/OYl34Em44PXlZ9Ds+74in5Ijj648uBL+i2lXlN/gBSd4tPx18lfyGFl98lHchvO+um/2gMLSMd5+5keMNJL8EvSGnfn/OIGfMJkUlmgjIIvBpZmP3Sb57VJd5NIpP37ZvKTeZvNyP5SuXL2ylPwPW3e/i5BPwtysFmVO3JuY1lMtfNAydmzL6ZNsVeEotYHAwKTtJhagDWEV11CqALJLnMmbjJIBUQPq66akwWqjjQ/IQY5jMEryiNQF7ldt5JWXp9+3vRaDVOCPbmunzk/wA/G1DTe8fO1nM+lz7J2y8DvWWAGm0sPvB6fWYZAmfLGGU1whNcw8/P6imfQBLgo5SCXrPdWXjfmIlaY9xHTYQzE9LCuri7mKeT2DDmFsrTGYzBzDGAVXaGjVhIkrYd0o9E7dwpLK5ZS2X05pA/UB45QJq1ZOTIGtV0k9jXFoE10X+GaJzg0dylV9D4F4ypTWRyNGECH0tHi9lS9inGPmRNJNuifO3IsPbXz++Y2Qs4woN1nzHrzAt018b80+nJG0P481z1NHNUrPuig9Ez+mSwjAhBfHbSLDJeRj5WPx464kwgeVPhgrmKMaNIilUB4MFh0vetegH5D6w0zRSHlbkrHCIZjBhEogjwCsah3Vc9sMMIi0CVQDYnMbCmGCMe8NA0x9/Je/cMpnFSN9v7v/+i8fWrBO3FJ9UctfkorpgzETFz26nD6THBD/LLhy06gnyNdl5LR16+uYv3EftpLxF7/+y9HwvemDlucuXnNihwNL8JIkqUzCQ1sFhbWGLkuF+jSm6knpD+0E2j42E32pFP0gngzAdwOIORJSSjOFS2hon8lMziykq5zhg9QN24SU/dKYWi9cNfkX3qUQE14j3JcKrBwYARODDsM/9q9atX+V+AtSSKiW9EDylHpvnE/fwvQhx1bRJOdgE5nhWUpfmJve0JUpMr88EJXgjtvOrkegxKmnPHPOG7oYEc2K8ZRU3mmkHFeRMkrRHeN5d1/Ks1ZFyir7ERnjcTMmBGIjgGevgabhDjHmMfQ/TjmOUv/UNBsiCVUcYNcEVI6+h0FgX2D1Q6LeDqnAWGCwmXIkNdd+JlFSB18K6CgQRzKVRQuYPKuyw0isDqf0WEzHxPSTQ4yXsnxsU/PasuDzqw+cyhUQk8v2FLo3HQuXX7Th1IHGZrY2FRnLYsrX2Gqm+DtAF0bAH2milkEeYLl0tK3t89aTbaSGfIyP49bWz9veb51x8Aw6KO5rew9e4TGkBrvoq/ch1prccxAjSpAx5V0ihVHy2f7n1YqIaoWYTvFd8b/FRxmv4aDwqBsLCH9FTNPxdOr6Sx4QHyEmYurA0xU8nekhYYG9KynqN7DmAdwCqBXQdPIA9fDF06cTk/hIB3kAvu3AXzFZPiHRelBERxkkBhKR7EsCqukTKS/mANokWDpKSxI0HdRFC8mYloBLwJ9CGTYEk32DvhE8VI96usIM5pmb8gCbhxhWKFRNfQdzmy7S9LsUThAV5u6NtDytvEJBGZ0B/YhTnboZjtfTiKhIF8p/XhSAmV0BPCfOJEGUlvfoLx62eIfGw0PkwZ+Lc4NgKpkODSjnBwady9Pe5T8TYl3DMT0I02XQOl9glU9TFkrHRFUhw66qboQqSqj2bIA9E6hzjpJa7Ty8StERlr8EnN5Pe4AKutg0tJgw5bsWb3RIcTwiTOWipEtUaH5KulzmaQ5Nod7FatmQlArIgxVAKnZV9eCUzuSrtJjyczF1x24zJ1EAGMQcD7mxBrHbAAzy5s9vPoNu/nyzxAgH04Sr9+Rbt5N/PeUg3+Jsx1M4k8JEpK57KSXFUfqcIgCUWg0lAk48SAUEqB51a8Ywb1gzgR2qztSSdGxT2dTRDpUocFA1lXZhqrahfARuLtemY7ZSZ4pGnKU9RYO0R63Hz5We8tJE6Tqow3puyYwcqaTzJ8rk2F4Iiqu0TINnoKYtt8z4NRBioBGwaKnnPpU/qToi+dEszk9mcXTsCKw7ppEDBn6IvThHh5VD2YSDOafAxRtl+wIwJbWQ5gxF2XRY1stJuhpp3tS/Tl23qTE3sBGnHKIOUG1qNtO6+SNxJrFITLRIpKfuAOJDodDACaqPolNIUedzP5QWvyVOJU0OqOUBuUvuQmXMsiL7JNkkByhQDJj8ATFA5cd4IC7G4nzcBlQ5buOtNp9NtsJYs1ltDcldteTXFfXWbW822Rvf3GapqyS/rv1Mo/msFldV1lm2vTncPPzNG611lbiKPiZbGPnlvrzRWl9xNqWaQXZmAnKor1CTfqZmfOMbkHEho93oPB2DGeT5c3aVYKbkl3HMZ6YIOI6l8/eXCKGtX27bsoE7NmYAsVBy1JgLNpskT2z7cuuY5KgNW+idO7bhAvyQf5avFKXlCiCodNlTciCq2CGp3igKAjKM6KShG1DUpypVeYvyYKrCPTtXVBxlUFEifZpm9SJSSTXF1oOYi6Wku3LUnTmD+z3SdF51h+Lh5WlaPErT+yH2h3RaAEMmOj3VPTZqiUnGIAb3pqAhe1OgtNTeFB4z53nNz9JcNITmqkrwFI1LEV3oHA0Q3dPqioXrD2miy6rKM3pE8z+H5mrPKcad+htSHKeoNJcbLBKzasPSTxedpru8ki4ePoJ209YPVuP8eWc6f94JaSNdlPr3hgG5nT/vuCWsOOUg6VMOXjDhQqyYgTZKWkiKj51Tnu2nd09RzHrBDqrkUNx6XkH9J86RI88pI/zTZaiWa1hVNmaupoSW/jlwOMo8un6mfPySb+rU3Yfvnb15UXGePTcvMjLf/rbBOGryz9WJq6mdtDIxfO7h0Xp9gbcg3zOsvGx4jcdhtpRHUvsMVJlXndX0T4Z5QxUVjOZ+TFwwbC788XlpaUItTZuEkRcQVdjTtBT5EBfVZ6T1IBTpGJEVvgiDYBA2wS/g9ZlAsgvn06BEoUaSZt6Bp5K/f1iqJL/oYLpIpaMJYiKrC9NjsoSpMKv7t1CfbGkHtWRQCbSRsxbieCN2AreGyq8bWxfY+OyLY3/xi7EvPrOpuH4sTNmLRr1y/M7GYaNuv33UsMY733h5FJ0TaDH+WN4ruWAFqzvNqP6Lx7KJt1GFdoC75ENyEld8eFI4+eHJkx/iiv6eHzD6QazZARi6Zgeuwcd3kOPk+A58nBQ2CqiRymRMPk3pgfKo9UfLRYHRghR3gUN09KwDu6okkoCq8MwVXD6rdY9S/q6qaEVGRqg2Dy4AZc+mYDr9QaXvhfVw/Pt6WP59+cn/rWQF/USZhf+mTBOw/4D870odwK/OInuOdP67kmH6vNpJE1EqmpqjIvAxKNeg5ajTgiEALIzq0wwc03pSAswj4EN7Wp9fdIbRYzFBtaOkj01hulmPvL+ndRxR1HjKX0Kl6zrmIz40V/G8vNBPfH9W98DTPknzIg9zjuK9hhBzsGDUQ2CTvGVFW9uKltFLG8M1Xm9NuHHpaPYEs54SYeVRiZT++MHQEBrH8FEm1dLgFBFnJVJ/bXeAmeox04wMsA2cdGHVVK9MopW+cB4V85KMPQqpLQlt2+OrVhXNmhdShmInpms4f0ipg6MLOkd0R9m2RYkJwgPsuvVLbP1yK7WSAu4QzhlDRfWsVZE8lTc4JE6HNuiRnfkfuxmVlGQLc0HxuqkqjpLQUpynBr3Ak5Z8t2LF/InL5v/1FTIJo2sXzayqunjNrou63paUllF3LNmok/M2r7jrCe6ZhtHNDgdpJO+3T9yJUnp0JKbtw14+LLvjYZM37hZnKN8oxSRRTG8gXjKBinHOlM47vWfWoPZz2rEEGwLUsZShC3wkxY9h4vadYbRSUOHKwFtcoi/ZhV10gmiZ3zjtV4obtCiL+W9bYASB95sMbhPdOEFnWwnGqmZY9mkxiPSKKtRg5Uc2Zqq6BasqZuVHhQFhiIspYEyg9LTihY4wVhiKUpiYQZVtyrl80oj+41weZgtIchNzHw3EK7gcXME1ybYmXIj9FThHCDRhWzzQxPkDsg3+5/A0EUSB18WBPLOE8RyuEJ5BoBDn4LhciOV4jiZQChFbHDIUbHKFKFH3U1uF2MQBcG7i4GtBhqQ85GjLgVl3PovU8XyGaHBy6FWcaJVyvHm51ZHiAMaiaMs2Zfv8+SPsudk2Ueew2cO5fHaFJtdSnDOuVzC7BYumvr1e0mcFra5RzksWfPCYv9LlrXBKBZmVbUXx7EC+x+R2ax2Z5rbYMFGXGdTbC3Vee4bLrskNBqokR21OSaAMBEYN1ogZIrY7r/jtFiEjc4QrQ9ZpNDnm7PoAl2MaWeXRatyaispCzlYQKi4ycG5h2AWM+1+CZAKEPTD+d49nhPM0JgvviLnistGrM9u9OEP2ZdTHRJmzejO1xXbeatdaM9e1cQYxg9NmeB31bovZoDFg3/U4S6ORZCNvE/Msw3KMBR6/zWDMiJtN1iyDXjaZxByDyZxrr7dXFpe6nKV2rXFCpb7ZkGHIshUFF065mZx5sijrhqbm6gJ9tFHM1MrZxvw82eoxiVVafaZgqh0+srBTtBnsEuOhB3mX3CWkdZAX4PhBPO997rrrnruO54fehI+vY/ch/1N7CqnepY9SdZjzGvSDwvfxg/oaiGjoWkFRA+b7gOoPJOg3QoLZsuA5YA32VIMGEkyPk0jZuTiGX+hjNc+hOoBiVImq1b3gqucSYDK3uic8tfvHAIgt1oBTj4pSC15IATugNLVsp/cZVNtCZeFa/+Wbe/aw8IBqi+TaUg4jLWs891C+0aMIXs/aUZTyBTuabcQ6ek/PPZ41LfDAytIeSQNmaVC2OPdcgRQvSRt30nvkMVK5yQCiAjwPDJywJzwlElRygh9B6RBmOEwNM/oWZzRAQdmqPUTLg0yMA40Cs5h6PQEcDfilHCxRXy6bqm4sxEN0M/hzKPBbnw/7MPPy438Vg3bEyNGEvdM3ztfjy+GUHB+EcuwJ5fGo3x/1yQqxAezM9vX4cREvWkZP3nSaRMe19cRwq5Kw50Bi9aseCHXaE8l/wUe+KEJD92mOROPQVDQbLWI2o5RPYCOOU6dAt2HwCfWxpcM75AHbInh2tKnWB+5poj7o+XPeXR4c6rZoathbas8Ax0sFqTUnFaRONEl1GgykxLRzb3PUcWcT4R4AVX9MxUet9WBvW/Se1DyB6D0HTuH0tIGZRP546kCKrZxuGyIMt6XnDgd9ckpOSH3MnoZUu3xYy/GAdm3UPJpes+KD3lXNfCZHVp5RkSR5/2+jmWcA/KmGKLE32sgNfMyx2QPi4PTeHVQlRuPc3SkLHoeXw5q6BdaUm9labMw7IO7ENoM3Go4O6WRL2OI1NOJ0N4tk9xJyD1lE7lmyu+W1XkVJ9Z2i9L5GrlS76cTMh3711oMzWxeb8L+Ue872wj0KyTRdxCfTPlipOYHQeJgPF6d0XqV0R7XRgWlrG3AkQI18RQFp8IEx7g94VX1YJO43sHrCSyfnauSoZxyN6WWrxcc2oTJ1mY4zpQ5poIY3mZkM3sn2zFrgj/ivnUW+33sH+dfM6yCycKZb9w592+e4C6IXPfwVFr56+CII7itIKnuTDbP+uaXzkZvrirc9l5dWdMDL4a1LyJntLNvEhw9ddsPWyx5+X41tx3jJ2GZIMrHrBObUZ9dCjpDztWqMnDnR2aE8sHX+snBnYtYN4wlStZT0mtKFKUNs3Zw7RU1ERVX5UbpAcYzAEAUdY0IpBB7ECBT7WMMGTxlGGSBFmG2yFdnEN+668yRZTR4jf319OYd6XliMQ8f4cJig5a/jAjwJ7zj51YcvPEG+nszq8DrMlVp2DoeD+aUxLMlAtjkeljiqfvVzgbATu2LCxAOrVk2IzAw/22f+7okz6InvzH22D3D++7yyagKHJqwKz4wQNFH/NPmmhHyD9SVY//TWp59O+Tzz0NKhNjcRpWxuZ/ew29IaHqYYNQwNy6k+GXJlACt9pdDqp57j1HdpOYL1d2Z6X536R90JzqgKbUSBtxqi/c329CFWNy21smHeLfI++O/mgckxzwa3gNaS7bhsLcjZkctwGdm+9j3ukeQHHyQ/TH74QfID7hHxU3LHu+TA73+P57/Lg5hCrkhuxDeQtdwVeGP6zIF0GWl/CXc+BhF/SCbvvSeioR+mjHVD65cz9GueVfL8PN5LV/HCzEgxrR9ekvLtY7KcFSSAUqqf0sLsotZuRsfdzBudzjvZHwCyTd/iUNxqozptiY3pGSaW9dDBYIFZY0qmX3dAtQoPIDVGKHZmhI6xbYxSB7bUXbWgU31OWBifvz/RD4L+jJ/y6mRbzv1utqOAbScIu2zWuCquFHmHPA4JNqspRA3N6gu2nXbwTXr//9AtSfxyq9tg/DP53d2PVhbmccP2bMLa45bVjpKSTeTI4489WV3i0Hq333Y39q8qUGz+3IpbyOUn/vtYflFVkcZ/4PhzuOuyvPM3ObFS+pe4cnPzMq8v1kZsbk3hZbqvShyVtonTqnLqnCWZvvYRepAc/blx+/SOuKbUUxTKKJ0wRjekP3jmUZpHZ7SXHcLADPK8N41GLHGYofu4gn0D86QGUk5+8cVfCZIWne7H8z7HD4sPk3L8Hv3h9/tfICMoCBHeSI7gZ/bvee89RmtS+qSUjXmoxElZtCr0nOOdycQduvrYE3alaw8pzA94qC9xJh48k0IljZ988gn5hIYkBDIqPKMzSM1kKL1UNdYuJ6fXca4gp2/EQ5czfxWj7ECHyQC7c1+fYXOS2bqUs88ZB0hepE5LNQFC55Zj+olyfiL/5E/nq/oyn6U7VBtHsayaGRcO2XBAxmHJuHzIx9e++zDhDirYpYiL73712rM5XnQtfU66VIyopM65ykUuZtVyM2SoyuluBrr8dPeOX6QnY3idIMfH4l5gv1RpDyinfFTXipuTyog1Y+a1lAfp8jNaTRnrDbXcPd5aw/oMk1VUDpyyryrcadw+u+GS0Vk7C1fZT83XVdfWtrTU1sV1KppXmL5Jo0rhjFJjr3oLG9z0jCfKs6CuIH738ZSFUV8n1EdPYyLMSHuG4Zgkswqo9s5zzu9idDqsCuDUekDJHaMwHKPP1Byc1v2mbF30u4yznhtajgrgp6k+gPKIBElISr/CrJWqPh1oywVnhrFSTSlcH2YWCdzHDNfU3wwCwuA5V0NOvErpJWQ0qM8c1P6oa5FaS+g0I+yepBZB2nLGn+g9idS20H4ZlDV0Z/tA5YTpbsBsjdE/LpXHGVXBAD2SnsMyYl5tVB9HO0PUMuWxaihP8TzWf9TQpy6Cd5JPce3vCKnlwJZEev4ipn9WW6QaU6jZkeoQaQekffZpmfPRWnWmM+W6ju6O9aZ2rkcjbLMD2yoWjod5utE2tY2aUe8A8/VkW8bo1lq2W982uF8smtp1re40w6bBDWbqJjKaWppa5vXGy9sbbwlUaoXwiOaRPaPHFBRcPHbs7FhJiUOwrZ7krcypj5rKfD6btbl5xPyFylVfz55TXT3t9iVL1k9vH58oOXh82+XrZ86KRJoSS5ft3Ln/ptW9EycQfb2jsLCksarK4zYZSkqayoJBccuaHVfNmzc8UlaE3YHhdSXFrW3bJ3d03FBammuLTCGLbqg1arIy7ZHI2Na5q18fPbq4pKera8uWB278aE+gOM8WmLugrGz6DEW5/z/uumvFiob6YHDq5OQKPLrCbHa7I6GmhtqFZaWOAoan3wB6X42cICWPVM/KAGisE+kGPcDGIBymj5CgiJkPNfLIienWkyCIkzH+zKbvXj3YUztscu8dT3y4etO3r0CktufgK99yfw0t2fna6q4HNl48sih00c5X//baTYtDJD7elEdO22fBDct5cnXD0j1PvLEkNP2hu27snRJsXHbbE68vDi1544k9SxsGnvHNPLS9u35Y28VXbm/1zTq0s6ehoWfnIXwoPCtAugNmuOHbAswOf7YN/zct+H+t9f9XNRHdhX5U+B+xntKboZ0m3HpOJ4j157ZHHIJJ8lEAVdCdWeejEuQqgmiRi241AU6C9ezgBH3M6Irp/S5JP+jP8xOgA4fwQbzgxAmyn3SR/SdO4PupFlc9P2Hrb1N+1inHrp8EF6d1J/CCoXlQezH7muqDk9qUczcuPGsXHPQ3MSAL9VVAepDFVdctqHYjdll56ulFsRNUny1Si1tC29ZQZeeabSzj/6FkY9VOWrvmS1uB/m4jX3w+klQrCn5j5OesDf1bIZI61O/A5F3d9tuH6lhMzNe/CPga3eUSHmIUVd0rvdidilHdLE65njE7SqJv1YR+ZcIqkQpviX6FfztrAPlnUQLJD5I0URnoo0fsCYl+5uvM9SWRu5DvGwC5TTVPc0j1xEltt0DikLqlfYd+umZso8jPVmgAWJ/ABAz6G/iJmqgM5ezWELXstP1C5U95557KqGqhAnEblBe3CSpFp5ukFI7ttib/Slrbj2zHaPsRkTkEUj9tHuHBsNAHr996a/sRxkfllK1FtR7GbZSA+4JcE7bJzFAZNwT4zYVXBOVyO9mmz9MKwSsL+SdP91G/Ju6OKwqfs+dLc4Vcl+G5wiv49QNdeCI0oMs1QLdvqLYYzPyZhpxRJKZNYfToLuqxLvMS9RyMq86gXnrYITv7JsixcEziu3fvvrj/R7h285dpsjTisACJLLDcnF1Vh49HzTl6Q1E+2RLEvkqLNlvKMDqM5JNyvL7QJT2xu3vg9u7dE3ZfLMjdu0lMzsuzafIdC5ITGurNOXGTIS/7D5YMtyMj26ST39JSX4b38SviQ+IP0PtURk6r2egufcrd1HN6BOFgIhhMBKsyp1y0cERtuOnFFxPLqto6Jzbw64P0DTcxsmP77n3Dx2yODq+oGL5yV/zaNdetuFSV5xXpLWCuYyBCzag2HU/PL+NALuHpPmzqes3OnLQCt4wzXQgUKqUOPkpDcRMsxkYs3uuZ0JYo5jlnsD7RXGApL/dacYYxTzdwky7flJltrdaXr4x4Is6maHhFub42U5Mpljj5lQ4/tnrLg8JYZ56udHK0fEwwD+flmWwc9Wz5BD7NyjLl6/CEHFeGTVdstebE2kr54YtsVkuxLlfizRYtnuzw+x3kVEW9lbOl94jJaNDv7qw3LdOQMrOjQjUcBLAFxWSDx4gyWkAx0CAmM6U8MWgOqZWVHof0ma5qjkzqp5jIynxs+FSU2Y8SCdyXAASouk6qMervir5AX8hW2Yra0CQ0Hc1BC1E3WoHWoA0peyOMAVVdMa/zCkwV1Exf5Q/IlHQ34UGtVSzONkgXYqbRpOoqqy1OPdRzIOCT5DB1PYLUVnq+jGw1RSHTmMkCifw8fCvJIgPp8TB9K71nLDRkGHN1Lxunb7YMq7NsXr0zEAvsXL3ZUjfMsnm68eUCv7/g514OrBlp6Jfkp56SpX4DvsKoe3LOmjVznsy5NR3S63E1S5Ldbxj5lCw0G51GXa4x4/8y/1fy/f78V86+fHfOGqOO3PCkzriGfEYLHsndwjLGmMUGeiGiEROz15qy74XiddQ7NHUOhoDKUSVKsPnvD7glk2WoiGlgtgB/IBYPR4EPWdyWsNVGOy5uxfn4Amt6mLo4xN1cYk4p1pcuTA4KpkrPnnj4uvBhashWDoevW7KkacXaedy9V16JRzBTqWoT/eAecsfd5I57FuEFwj+UnTtJxUH1e6q629PT7os89CZ1z3zzoW7vSt/aeeQwbiCvcOfIwANMMiHMXkLpsazaN88e8mE461QgDe7/on5T6AfUL4vSbqCPdFellaJdehIRO4LGyjuxjgfk2ygxdwsbjcqSQI+jAQJU55zbOXk+l21f0Dl1roRXm/k8ryPT6TNGo8Prh1fHzYUtk9pG5+Wb9E3z985bQ5Lf//HxcFQ/dd9jx/mvRmZljulY7HUNL3RMmTvewF0uFZZUVkdrrNma/IpoXbgsy2DknWNi9U+8819vP1Pf2pw799He3v5v391Vx/QzG/EqWRH/E1arHlUxX1rezcNIaDFPobsk8zglBDAU34TVkwIkdjQXc8Ux+AC+N+A0mOdfXU5mLn0J738N30XuvjjTbNaYA4tEp1eqb2iYt2HrvHmv7mwdn6iri9aMnDhx9IGJk8iGrrraS66oqXGDfILD5B1hev8D+Ne4vDAxvHDOCvIxCfW2FeRvXK80D5eE8gkTTKa8q4qMxlGjdidProtF548RRJ+vPV7oTJ8jfZ7PMKM//y/nSLPdfRccJH3OuZ1lF5xeZGQUQ6ZH23LsAAgukNrJG4ldcCjQDVdEd3dH2qZ07Hzjo+M3TTt+oHt3d/cFx+kcxWOuiHTvjra+Bok6Om46vuwRbK0m89q6u9u43tZuqP4rUJ8GdqaSD41AC6BWPlGnkYNiQKR6GhvTtpvCpjiQOcyOOOLoyTIe4EAcnX+xuI8egRXzB3x+WaQnI2lsVsq0jY0cnsndD38al7+5rWfN7VO6X9i0qqUqQ9hEvvvDH8h3neYsk4y/fv0rTm8z47GhSIZoqBt9+bY3Vhb3FK88fuPlo+sMYkYkxN1vq7Rxr0qO/ORMuz05M98h8Zme4lHty9btm2aptyx9ecvalmqjJHz9daZv3YanHnzjiSNj53zz5T9P3B0sSv4nV/JXQzaXfIIbI7vwMcPsSN7YN14l//oqucDrXZD8Cme++sbYvMhsw9caDbmyIJTxtVb7dUaoQF9x1TVHH33zyDOtJtO87z/DfF9fG/W1QT9qVDv9bHQ52oyQySwF0idi0P2v1MJCoYuHHWFMjT7RSICnAAYknBzMzixOHezhT6ey0tN9sHqGA3QyZT4MAXHwoRCIeCywjOQqcyzsC6mmQPrRs+FgeWk4WFYm7ZGyJUHSZAvJP0lmoCI66VL9ZbygkUmNPbfS4bNnLDfpjN7cUqM5M1Mrm2XikMwa0agpbSwvNHFN5vaAPS8Df1t4cfKwxqTR0hO6uOt4l86mEzIslX8StKLwXllZqALK4x8NhvAwfzBUlqzlOChV5ASR10oix0/yl+JGjSxgIdPktnw3LN9QYMwSITOtVsuLEp+h4UTMW8tDw4S/D6vPyz/9l0ljuUswPc5Q4DmBx12aKb5R8TyN1LaI5ElYe3WZLxgqhbIG7UpU5rKoWsDztMAGLAGrpdPQwI/BK/G4r7dv/xoWw03kMA3hjWS7o7KWvwMu5CNZOefdOJZ+IJsabGtXap+CX3tqvwG6Gm2SN8pXw3gXQ5ye5YULOassARmGdYD5AA6K9CCHQowbORi62Z1ceVbQaNjFW8uEvzdMD2jHjyaxnPcHtnGyUW/Q8BrjzQBBXhn95HPPPYBx5zVlWVqOu6XFWi6+WH/v8y88A6nJ30P8GiE7UFThd2uMGlGE5BN1vs6fkglMjDqVDJUJStj+R25xci+/l1tMdz8m9w4sFt6hpJGDH7svxhHyNr9XjTEsegdgtlnUcw6ndrRRB+1o2AB81WtgW+DZmecwyFF3PnbLKGHwuEyJ5Ee95Nt3yLdZvSScMLngCZfo6+MS4qFAVjLb5HrqKd4/EObfGfj08GGXifvE5DpMd4xS3rEQe+VbpJMoF6jhcNTJbKSSzE7lY4eGYAqz6LoAkJY6TkM9hyZEz90Dpkjp0NB0obMJg4DF2OF81MZJQ7J9ZLg0QWZV7qrk8iq7dlUmP3K01Do4f9NjTy23SPnJ30FglKO2xUFT+B2j7y0QzQ4Wg5SjayBlxVXXblScoj/5EU3aUlXVgg/R15/S7OCTFuHbxsefGkVmVlZy9spdXfRDyI/zjwqFfigYU5D8iH5TMLqmoJIm57T5YwsKIJxOFonFPmXJIP0oWgS+H15+QnOC5Mweghdz46S94jOoAU1IWVi97LhQGzsuVPZSq4cFcKeXnYbMBxhlYofGyHXQP1IpNkleHqiQ6I0HvP5IHac+9Ab4ECAtHfb4qdXP5BIlucjtEf3eIk4JZ4+9/OG5Mw+tH5Mdzo7kBfycTpDETFnH+YsKKm9q73ncb18sZYpZ4cX+9sUBrPjDCb/ZvHixnAHPepW87PmPVYZrjn9yvCZcd2gevgx7zSbyNdn/EVliz8aX8Nv97bPuvWyEOGb9fbPa/RBZ7J8V7tWGzR6driDfYOf9EWewMj6r3WQin2ThrHGz2vOUQxkFEP0oQe6Y1d61bFnX+JkYhU2mcDgvkfKLHDwHne6rrUKoSE/dDcyS6zz0WIdNbtOgqzBL4dfDU6p0fW4zTjxHvsOvV06cWDmA6LWPeUZ2MHGC+qLD6+ee25wgynM46znSt/k5GU2sTLKkPFwpwkuqG7ZwT39i83M0GdVAo/8D8jYGf3jafY69bsJAEITn+IvTRNSpNkoKkMA6gxASHSFBEQUFBT2yLsYS+JBtpFDmEVLmJfJSeZGMj6NJgaXzfrc3OzsA7vADhfP3gBfPCgE+PNdwgy/PdTzh13MDgbr33ERbvXpusb+lUjVueXt2UxUrtPHuuca9n57reMO35wZ9As9NiHr03GJ/jRksDjghR4oEW5QQdBCjyzqARoQReuQFdQYZaYoCexz5L1wHM3s45WmyLaUTd2Wgo1FPFtZkMi32x6IwlCw5XXJDzJpxDktbprHNSCuaJLTbYcMQWJnkuNsQ5k5auppTYVygkJEEE57/luduhCH6GPNcwmNus3Ju88TIINQykctqYjTsj/tV4KsJ19yds5W6J6Fv5Ry6WqXB2uRFajPROgq11nLN7Q86QFQDAAAAeNpt0uWz3VQUhvHz3ALF3Z0W15OdtZN98aTppbi7W6FI0eLuWtzd3d2Z4Q8Dpuc5fCIzmffT+s2716zRzGjV9/dotHT0f99f//6MZkbzmGEeq7E6azCfNVmLtVmHdVmP9dmADdmIjdmETdmMzdmCLdmKrdmGbdmO7dmBHdmJBSxkZ3ZhV3Zjd/ZgT/Zib/ZhX/ZjTEWiJsg0tBRm2Z8DOJCDOJhDOJSOnkUMLGaOw1jC4RzBkRzF0RzDsRzH8ZzAiZzEyZzCqZzG6ZzBmZzF2ZzDuZzH+VzAhVzExSzlEi5lGZdxOVdwJcu5iqu5hmu5jutZwQ3cyE3czC3cym3czh3cyV3czT3cy33czwM8yEM8zCM8ymM8zkqe4Eme4mme4Vme43le4EVe4mVe4VVe43Xe4E3e4m3e4V3e430+4EM+4mM+4VM+43O+4Eu+4mu+4Vu+43t+4Ed+4md+4Vd+43f+4M/5K5Yvm6vGY7Myk1mbYWazMVuzmLOrMuklvaSX9JJe0kt6SS/ppalX6VV6lV6lV+lVepVepVfpVXpJL+klvaSX9JJemni176p9V+27at9V+67ad9Xj6VxrTnqETuiETuiETuiETujEf87kPeF+wv2E+wn3E+4n3E+4n3A/4X7C/YT7CfcT7ifcT7ifcD/hfiLpJb2kV+vVerVerVfr1Xq1Xq1X69V6oRd6oRd6oRd6oRd6oRd6WS/rZb2sl/WyXtbLelkv6zV6jV6j1+g1eo1eo9foNXqNXqvX6rV6rV6r1+q1Ey97Z9k7y95Z9s6yd5a9szyezrVmMWfNzuzNReZgLjbnJuldZu8ye5fZu8zeZfYus3eZvcti/2L/Yv9i/2L/Yv9i/zKezk/6F3sUexR7FHsUexR7FHuUaY/O+c75zvnO+c75zvnO+W46b49ussfS6/V6vV6v1+v1er3e4Nzg3ODc4Nzg3ODcMJ2zx2CPYfYfd7jx9AAAAAAAAf//AAJ42mNgYGBkAIKLK46cBdMnHX/BaABdRAi2AAAA") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}

/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}

/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
