
.g-body {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}
.g-body-large {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    color: #333;
    margin-bottom: 10px;
}
.g-label-large {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #333;
}
.g-label {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #333;
}
.g-label-small {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #333;
}
.g-bold-label-large {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: black;
}
.g-bold-label {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: black;
}
.g-bold-label-small {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: black;
}
.g-caps-label-large {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}
.g-caps-label {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}
.g-caps-label-small {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}
.g-lead-in,
.g-intro {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: georgia,"times new roman",times,serif;
}
.g-hed {
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    color: #000;
    margin-bottom: 2px;
}
.g-byline {
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
}
.g-dateline {
    font-size: 11px;
    line-height: 12px;
    font-weight: 300;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
}
.g-h1 {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.g-h2 {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.g-h3 {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 10px;
}
.g-h4 {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
ul.g-list {
    list-style: disc;
    padding: 0 0 0 1em;
    margin: 0.5em 0 0 0;
}
ul.g-list li {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 19px;
    display: list-item;
}
ul.g-list ul.g-list{
    list-style: circle;
    padding: 0 0 0 1em;
    margin: 0;
}
ul.g-multicontroller {
    line-height: 20px;
    color: #999;
    display: inline-block;
}
ul.g-multicontroller li {
    display: inline-block;
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 15px;
    border-right: 1px solid white;
    background-color: #f0f2f4;
    padding: 8px 12px 8px 12px;
}
ul.g-multicontroller li:hover {
    color: #333;
    background-color: #e0e2e4;
    cursor: pointer;
}
ul.g-multicontroller li:first-child {
    border-radius: 5px 0 0 5px;
}
ul.g-multicontroller li:last-child {
    border-radius: 0 5px 5px 0;
    border-right: none;
}
ul.g-multicontroller li.g-selected {
    color: black;
    font-weight: normal;
    background-color: #e0e2e4;
}
.g-button {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 15px;
    color: white;
    background-color: #004276;
    padding: 8px 12px 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.g-button:hover {
    background-color: #002256;
}
.g-button-small {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 12px;
    color: white;
    background-color: #004276;
    padding: 6px 10px 6px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.g-button-small:hover {
    background-color: #002256;
}
.g-button-gray {
    font-family: nyt-franklin,arial,helvetica,sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #f0f2f4;
    padding: 8px 12px 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.g-button-gray:hover {
    color: black;
    background-color: #e0e2e4;
}
.g-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.g-icon{display: inline-block;}
.g-icon.g-icon-audio_off_black {background-image: url(sprite/sprite.png);background-position: -48px -48px;width: 19px;height: 15px;background-size: 462px 146px;}
.retina .g-icon.g-icon-audio_off_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-audio_off_white {background-image: url(sprite/sprite.png);background-position: 0px -67px;width: 19px;height: 15px;background-size: 462px 146px;}
.retina .g-icon.g-icon-audio_off_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-audio_on_black {background-image: url(sprite/sprite.png);background-position: -68px -48px;width: 19px;height: 15px;background-size: 462px 146px;}
.retina .g-icon.g-icon-audio_on_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-audio_on_white {background-image: url(sprite/sprite.png);background-position: -28px -48px;width: 19px;height: 15px;background-size: 462px 146px;}
.retina .g-icon.g-icon-audio_on_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-leftangle_black {background-image: url(sprite/sprite.png);background-position: -47px 0px;width: 24px;height: 47px;background-size: 462px 146px;}
.retina .g-icon.g-icon-leftangle_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-leftangle_white {background-image: url(sprite/sprite.png);background-position: 0px 0px;width: 23px;height: 48px;background-size: 462px 146px;}
.retina .g-icon.g-icon-leftangle_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-line1_black {background-image: url(sprite/sprite.png);background-position: 0px -140px;width: 416px;height: 6px;background-size: 462px 146px;}
.retina .g-icon.g-icon-line1_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-line1_white {background-image: url(sprite/sprite.png);background-position: 0px -133px;width: 416px;height: 6px;background-size: 462px 146px;}
.retina .g-icon.g-icon-line1_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-line2_black {background-image: url(sprite/sprite.png);background-position: 0px -108px;width: 387px;height: 12px;background-size: 462px 146px;}
.retina .g-icon.g-icon-line2_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-line2_white {background-image: url(sprite/sprite.png);background-position: 0px -83px;width: 387px;height: 12px;background-size: 462px 146px;}
.retina .g-icon.g-icon-line2_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-line3_black {background-image: url(sprite/sprite.png);background-position: 0px -121px;width: 386px;height: 12px;background-size: 462px 146px;}
.retina .g-icon.g-icon-line3_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-line3_white {background-image: url(sprite/sprite.png);background-position: 0px -96px;width: 386px;height: 12px;background-size: 462px 146px;}
.retina .g-icon.g-icon-line3_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-line4_black {background-image: url(sprite/sprite.png);background-position: -97px 0px;width: 365px;height: 14px;background-size: 462px 146px;}
.retina .g-icon.g-icon-line4_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-line4_white {background-image: url(sprite/sprite.png);background-position: -97px -15px;width: 365px;height: 14px;background-size: 462px 146px;}
.retina .g-icon.g-icon-line4_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-rightangle_black {background-image: url(sprite/sprite.png);background-position: -72px 0px;width: 24px;height: 47px;background-size: 462px 146px;}
.retina .g-icon.g-icon-rightangle_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-rightangle_white {background-image: url(sprite/sprite.png);background-position: -23px 0px;width: 23px;height: 48px;background-size: 462px 146px;}
.retina .g-icon.g-icon-rightangle_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-share_black {background-image: url(sprite/sprite.png);background-position: -97px -30px;width: 17px;height: 14px;background-size: 462px 146px;}
.retina .g-icon.g-icon-share_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-share_white {background-image: url(sprite/sprite.png);background-position: -114px -30px;width: 17px;height: 14px;background-size: 462px 146px;}
.retina .g-icon.g-icon-share_white {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-t_logo_black {background-image: url(sprite/sprite.png);background-position: -14px -48px; width: 13px;height: 19px;background-size: 462px 146px;}
.retina .g-icon.g-icon-t_logo_black {background-image: url(sprite/sprite@2x.png);}
.g-icon.g-icon-t_logo_white {background-image: url(sprite/sprite.png);background-position: 0px -48px;width: 13px;height: 19px;background-size: 462px 146px;}
.retina .g-icon.g-icon-t_logo_white {background-image: url(sprite/sprite@2x.png);}
.g-thumbstrip {
	margin: 6px auto 10px;
	clear:both;
	cursor: pointer;
}
li.g-thumbstrip-item {
	margin-right:2px;
	display:inline-block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.g-thumbstrip-item:last-child {
	margin-right: 0px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.g-thumbstrip-abstract .g-thumbstrip-item {
	background-color: #333;
}
.g-thumbstrip-abstract .g-thumbstrip-item:hover {
	background-color: #666;
}
.g-thumbstrip-abstract .g-thumbstrip-item.g-thumbstrip-selected {
	background-color: #CCC;
	cursor: default;
}
.g-thumbstrip-numbers {
	margin: 6px auto 4px;
}
.g-thumbstrip-numbers .g-thumbstrip-item {
	color: #004276;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
.g-thumbstrip-numbers .g-thumbstrip-item:hover {
	text-decoration: underline;
}
.g-thumbstrip-numbers .g-thumbstrip-item.g-thumbstrip-selected {
	color: #999;
	padding: 2px;
	border: 1px solid #aaa;
	cursor: default;
}
.g-thumbstrip-numbers.g-thumbstrip-dark .g-thumbstrip-item {
	color: #aaa;
}
.g-thumbstrip-numbers.g-thumbstrip-dark .g-thumbstrip-item.g-thumbstrip-selected {
	background-color: #666666;
	border-color: #999999;
}
.g-thumbstrip-images .g-thumbstrip-item {
	opacity:.4;
	filter:alpha(opacity=40); 
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.g-thumbstrip-images .g-thumbstrip-item:hover {
	opacity:1;
	filter:alpha(opacity=100); 
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.g-thumbstrip-images .g-thumbstrip-item.g-thumbstrip-selected {
	opacity:1;
	filter:alpha(opacity=100); 
	cursor: default;
}
.g-thumbstrip-images .g-thumbstrip-item img {
	width: 100%;
	height: 100%;
}
.g-thumbstrip-bullets .g-thumbstrip-item {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}
.g-thumbstrip-bullets .g-thumbstrip-item:hover {
	color:#004276;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}
.g-thumbstrip-bullets .g-thumbstrip-item.g-thumbstrip-selected {
	color:#004276;
	cursor: default;
}
.g-thumbstrip-bullets.g-thumbstrip-dark .g-thumbstrip-item {
	color:#666;
}
.g-thumbstrip-bullets.g-thumbstrip-dark .g-thumbstrip-item.g-thumbstrip-selected {
	color:#CCC;
}
.g-thumbstrip-bullets.g-thumbstrip-dark .g-thumbstrip-item:hover {
	color:#AAA;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

#preview-banner {
	display: none !important;
}
#navigation-edge {
	display: none !important;
}
body {
	
}
body {
	background: #1a1a1a;
}
#g-graphic {
	position: relative;
	margin: auto;
}
#g-preload {
	height: 0;
	max-height: 100vh;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: url(http://graphics8.nytimes.com/packages/images/nytdesign/2013/icons/logoSpinnerDark32x32.gif) scroll no-repeat 50% 50% #111;
}
#g-preload.g-ie8-fallback {
	max-height: inherit;
	height: auto;
	padding-bottom: 0;
	background: #666;
	padding: 60px 20px;
}
#g-preload.g-ie8-fallback >img {
	display: block;
	width: 250px;
	margin: 20px auto;
	display: block;
}
#g-preload.g-ie8-fallback h1 {
	color: #fff;
	font: normal 28px/34px nyt-franklin, Arial, helvetica, sans-serif;
	text-align: center;
	width: 60%;
	margin: auto;
}
#g-main-feature {
	position: relative;
	top:0;
	left:0;
	margin: auto;
	background: #111;
}
#g-ss {
	position: relative;
	margin: auto;
}
#g-bottombar {
	z-index: 100;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: background-color .4s ease-in-out, color .4s ease-in-out;
	-moz-transition: background-color .4s ease-in-out, color .4s ease-in-out;
	-o-transition: background-color .4s ease-in-out, color .4s ease-in-out;
	transition: background-color .4s ease-in-out, color .4s ease-in-out;
}
#g-thumbstrip {
	display: block;
	text-align: left;
	margin: 0px auto;
	float:right;
}
#g-ss .g-ss-item img {
	display: block;
}
#g-ss .g-sliderMask {
	height: 100vh; 
}
#g-ss-container {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 200000px;
}
.g-thumbstrip {
	margin: 0 auto;
}
.g-thumbstrip-bullets .g-thumbstrip-item {
	line-height: 14px;
	font-size: 21px;
	width: 11px;
}
.g-thumbstrip-bullets .g-thumbstrip-item.g-thumbstrip-selected,
.g-thumbstrip-bullets .g-thumbstrip-item:hover {
	color: #333;
}
.g-ss-group {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.g-ss-notsliding .g-ss-item:first-of-type {
	
	position: relative;
}
.g-ss-notsliding .g-ss-item{
	z-index: 10; 
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.g-ss-notsliding .g-ss-item.g-sliderItemSelected {
	z-index: 11;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 1;
}
.g-ss-item {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.g-ss-item .g-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.g-layer-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	
	
	
	
	
}
#g-ss-0 .g-layer-image:nth-child(2) {
	background-size: contain;
	top: 38%;
	bottom: auto;
	width: 15%;
	height: 20%;
}
#g-ss-71 .g-layer-image:nth-child(2) {
	background-size: contain;
}
.viewport-medium-20 #g-ss-71 .g-layer-image:nth-child(2) {
	background-size: cover;
}
/* copyright notice*/
#g-ss-73 .g-layer-image:nth-child(2) {
	background-size: contain;
	margin-top: 30%;
}
.tinyportrait #g-ss-73 .g-layer-image:nth-child(2) {
	background-size: contain;
	bottom: 10%;
}
#g-ss-62 .g-layer-text  h3 {
	color: black !important;
}
#g-ss-68 .g-layer-text .g-text-center h3 {
	color: black !important;
}
.g-layer-canvas {
	overflow: hidden;
}
.g-layer-canvas .g-16-9 {
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.g-layer-canvas.g-cover-mode .g-16-9 {
	padding: 0;
	max-width: 100vw;
	max-height: 100vh;
	position: static;
}
	
	
	
.g-layer-canvas canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.g-layer-image.g-cover-mode {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.g-layer-video.g-cover-mode {
	min-width: 100%;
	min-height: 100%;
	
}
.g-layer-video.g-cover-mode video {
	object-fit: cover; 
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	width: auto !important;
	height: auto !important;
}
.g-layer-text > div {
	position: absolute;
	max-width: 100%;
	min-width: 200px;
	display: block;
}
.g-layer-text h3 {
	font: 400 14px/16px "Circular std", CircularBlack, nyt-franklin, helvetica, arial;
	color: #FFF;
	
}
.g-layer-text h3.g-black {
	color: #000;
	
}
.g-layer-text h3 > .g-icon {
	margin: 0 auto 35px;
	display: none; 
}
.g-layer-text .g-text-center {
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	margin: auto;
	width: 60%;
	height: 100%;
}
.g-layer-text .g-text-center > div {
	display: table;
	width: 100%;
	height: 100%;	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	margin: auto;
}
.g-layer-text .g-text-center h3 {
	font: 400 18px/22px "Circular std", CircularBlack, nyt-franklin, helvetica, arial;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
.viewport-medium .g-layer-text h3 > .g-icon {
	display: block;
}
.viewport-small-10 .g-layer-text h3 {
	font-size: 18px;
	line-height: 22px;
}
.viewport-small-10 .g-layer-text .g-text-center h3 {
	font-size: 26px;
	line-height: 36px;
}
.viewport-medium .g-layer-text .g-text-center h3 {
	font-size: 30px;
	line-height: 40px;
}
.tinyscreen:not(.tinyportrait) .g-layer-text div:not(.g-text-center) h3 {
	font-size: 14px;
	line-height: 17px;
}
.g-layer-text .g-text-south {
	top: auto;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	text-align: center;
	width: 80%;
	max-width: 700px;
	margin: auto;
}
.g-layer-text .g-text-north {
	top: 40px;
	right: 0px;
	left: 0px;
	bottom: auto;
	padding: 10px 10px 7px;
	text-align: center;
	width: 80%;
	max-width: 700px;
	margin: auto;
}
.viewport-medium .g-layer-text .g-text-north {
	top: 50px;
}
.viewport-medium-10 .g-layer-text .g-text-north {
	top: 70px;
}
.viewport-medium .g-layer-text .g-text-south {
	bottom: 20px;
}
.g-layer-text .g-text-northeast {
	top: 70px;
	width: 35%;
	right: 40px;
	bottom: auto;
	padding: 10px;
	text-align: right;
}
.g-layer-text .g-text-northwest {
	top: 70px;
	width: 35%;
	left: 40px;
	bottom: auto;
	padding: 10px;
	text-align: left;
}
.g-layer-text .g-text-southeast {
	top: auto;
	width: 35%;
	right: 40px;
	bottom: 20px;
	padding: 10px;
	text-align: right;
}
.g-layer-text .g-text-southwest {
	top: auto;
	width: 35%;
	left: 40px;
	bottom: 20px;
	padding: 10px;
	text-align: left;
}
.g-layer-text .g-text-north.g-blackshadow {
	top: 0;
	padding: 70px 0 60px;
	width: 100%;
	max-width: inherit;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
}
.tinyscreen .g-layer-text .g-text-north.g-blackshadow {
	padding-top: 10px;
}
.g-layer-text .g-blackshadow h3 {
	width: 80%;
	margin: auto;
	max-width: 700px;
}
.g-layer-index {
	width: 50px;
	height: 50px;
	position: absolute;
	left:auto !important;
	bottom: auto !important;
	top:100px !important;
	right:0 !important;
}
.g-layer-index h1 {
	position: absolute;
	top: 0px;
	z-index: 42398742;
	right: 0;
	padding: 1px 3px;
	background-color: #ff00ff;
	color: #fff;
	display: block;
	font: normal 10px/10px Arial;
}
#g-buttonoverlay {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	visibility: hidden;
	
	background: url(http://graphics8.nytimes.com/packages/flash/multimedia/ICONS/transparent.png) scroll no-repeat 0 0 transparent;
}
.tinyscreen #g-nextbutton {
	width: 10%;
	right: 0;
	left: auto !important;
}
.tinyscreen #g-prevbutton {
	width: 10%;
	right: auto !important;
	left: 0;
}
.tinyportrait #g-prevbutton {
	display: none !important;
}
#g-nextbutton {
	position: absolute;
	right: 0;
	left: 40%;
	top: 0;
	bottom: 0;
}
#g-prevbutton {
	position: absolute;
	right: 60%;
	left: 0;
	top: 0;
	bottom: 0;
}
#g-prevbutton.g-nextbutton-disabled,
#g-nextbutton.g-nextbutton-disabled {
	display: none;
}
#g-nextbutton > .g-arrow-button, #g-prevbutton > .g-arrow-button {
	display: block;
	position: absolute;
	top: 50%;
	height: 67px;
	width: 40px;
	margin: -40px 0 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	
	
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
html:not(.has-touch) #g-nextbutton:hover > .g-arrow-button,
html:not(.has-touch) #g-prevbutton:hover > .g-arrow-button {
	background-color: rgba(0,0,0,.3);
}
#g-nextbutton.g-nextbutton-edge  {
	left: 0;
}
#g-nextbutton.g-nextbutton-edge > .g-arrow-button {
	background-color: #55aa43 !important;
	
	
}
#g-nextbutton.g-nextbutton-edge:hover > .g-arrow-button {
	background-color: #65ba53 !important;
	
}
#g-nextbutton > .g-arrow-button {
	right: 0;
	border-radius: 5px 0 0 5px;
	padding-left: 4px;
}
#g-prevbutton > .g-arrow-button {
	left: 0;
	border-radius: 0 5px 5px 0;
	padding-right: 4px;
}
.g-arrow-button > span {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
}
#g-progress-bar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	width: 100%;
	background-color: transparent;
	z-index: 20000;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#g-progress-bar-wrap:hover {
	background-color: #999;
	background-color: rgba(255,255,255,.3);
	height: 20px;
	opacity: .9;
}
#g-progress-bar {
	opacity: .9;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: #FFF;
	-webkit-transition: background-color .4s ease-in-out, width .4s ease-in-out;
	-moz-transition: background-color .4s ease-in-out, width .4s ease-in-out;
	-o-transition: background-color .4s ease-in-out, width .4s ease-in-out;
	transition: background-color .4s ease-in-out, width .4s ease-in-out;
}
#nytmm_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	-webkit-transition: background-color .4s ease-in-out, color .4s ease-in-out, opacity .4s ease-in-out;
	-moz-transition: background-color .4s ease-in-out, color .4s ease-in-out, opacity .4s ease-in-out;
	-o-transition: background-color .4s ease-in-out, color .4s ease-in-out, opacity .4s ease-in-out;
	transition: background-color .4s ease-in-out, color .4s ease-in-out, opacity .4s ease-in-out;
}
#nytmm_header.g-blackbar {
	background-color: #000;
}
#nytmm_header.g-whitebar {
	background-color: #fff;
}
#nytmm_header.g-whiteshadow {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.65)), color-stop(100%,rgba(0,0,0,0))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=0 ); 
}
#nytmm_header.g-blackshadow {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
}
#nytmm_header.g-hidden {
	opacity: 0;
}
#nytmm_header.g-hidden:hover {
	opacity: 1;
}
#nytmm_header .nytmm_section {
	margin-left: 8px;
	line-height: 21px;
}
#nytmm_header .container {
	max-width: 1605px;
	margin: 0 auto;
	position: relative;
	min-height: 47px
}
#nytmm_header .kicker {
	font-weight: 300;
	color: inherit;
	float: left;
}
#nytmm_header .nytmm_branding {
	padding: 8px 0 0;
	position: relative;
	float: left;
	width: auto;
	z-index: 2;
	margin-left: 15px
}
#nytmm_header .nytmm_branding .home-button {
	float: left;
	margin: 6px 0 0
}
#nytmm_header .nytmm_branding .home-button .icon {
	height: 16px;
	width: 16px;
}
#nytmm_header .nytmm_branding a {
	color: inherit;
}
#nytmm_header .nytmm_branding .kicker {
	float: left;
	margin: 5px 10px 0 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 19px;
	line-height: 1.2rem;
	width: 170px;
	cursor: pointer;
	letter-spacing: 0;
	text-transform: none
}
#nytmm_header .nytmm_kicker {
	display: none;
	text-transform: uppercase
}
#nytmm_header .nytmm_meta {
	opacity: .5; 
	position: absolute;
	left: 50% !important;
	width: 400px;
	margin-left: -200px;
	text-align: left;
	padding: 8px 0 0;
	margin-top:8px;
}
#nytmm_header .nytmm_meta .kicker {
	font-size: 14px;
	line-height: 14px;
	padding-right: 16px;
	float: right;
	margin: 0;
	font-family: nyt-franklin, Helvetica, Arial;
	font-weight: 800;
}
#nytmm_header .pipe {
	margin: 0 10px 0 8px;
	vertical-align: text-bottom;
	color: #666
}
#nytmm_header .user-tools {
	float: right;
	z-index: 2;
	padding: 4px 0 0;
	margin-right: 7px;
	width: 128px;
}
#nytmm_header .user-tools .g-sharetools {
	float: left;
	width: auto !important
}
#nytmm_header .user-tools .g-sharetools .sharetool.show-all-sharetool {
	font-weight: 700
}
#nytmm_header .user-tools .g-sharetools .sharetool.show-all-sharetool a {
	color: #000;
	padding: 3px 10px 4px
}
#nytmm_header .user-tools .g-sharetools .sharetool.show-all-sharetool a:hover {
	color: #000;
	background: rgba(255, 255, 255, .2)
}
.viewport-medium-50 #nytmm_header .nytmm_branding {
	margin-left: 30px
}
.viewport-large-20 #nytmm_header .nytmm_branding {
	margin-left: 45px
}
.viewport-large-20 #nytmm_header .user-tools {
	margin-right: 45px
}
div.modal.show-all-sharetool-modal {
	left: auto !important;
	right: 20px !important;
}
.modal-pointer-up, .modal-pointer-up-left, .modal-pointer-up-right {
	left: 75%;
}
#nytmm_header .user-tools .g-sharetools {
	margin-top: 1px;
	float: left;
	width: auto !important
}
#nytmm_header .user-tools .g-sharetools .sharetool.show-all-sharetool {
	font-weight: 700
}
#nytmm_header .user-tools .g-sharetools .sharetool.show-all-sharetool a {
	color: #000;
	padding: 3px 10px 4px
}
#nytmm_header .user-tools .g-sharetools .sharetool.show-all-sharetool a .g-icon{
	margin-right: 5px;
	position: relative;
	top: 2px;
}
#nytmm_header .user-tools .g-sharetools .sharetool.show-all-sharetool a:hover {
	color: #000;
	background: rgba(255, 255, 255, .2)
}
@media screen and (max-device-width: 767px), screen and (max-width: 767px) {
	.user-tools {
		display: block;
	}
}
#g-mute-button-box {
	height: 30px;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 4px;
	padding: 0px 7px;
	float: right;
	border-radius: 2px;
}
#g-mute-button-box:hover {
	background: rgba(255, 255, 255, .2)
}
#g-mute-button {
	margin-top: 8px;
}
#g-refers {
	overflow: hidden;
	width: 80%;
	margin: auto;
	padding: 60px 0;
	color: #CCC;
}
#g-refers .g-refer-text {
	margin: 20px 0 20px;
	width: 100%;
	clear: both;
}
.tinyportrait #g-refers .g-refer-text.g-clearfix {
	width: 70%;
	margin: 20px auto;
}
#g-refers a {
	color: #fff;
}
#g-refers a:hover {
	text-decoration: none;
	color: #fff;
}
#g-refers a:hover p {
	color: #fff !important;
	text-decoration: underline;
}
#g-refers h2 {
	font: 400 22px/28px "Circular std", CircularBlack, nyt-franklin, helvetica, arial;
	margin-bottom: 6px;
	color: #fff;
}
#g-refers h3 {
	font: 200 16px/22px "Circular std", CircularBlack, nyt-franklin, helvetica, arial;
	width: 100%;
	margin-bottom: 10px;
	color: #fff;
}
#g-refers h4 {
	clear: both;
	font: 200 14px/22px "Circular std", CircularBlack, nyt-franklin, helvetica, arial;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
}
#g-refers h5 {
	font: normal 12px/12px nyt-franklin, Helvetica, Arial;
	text-transform: uppercase;
	margin: 8px 0;
}
#g-refers h5 > span {
	color: #999;
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #333;
	text-transform: none;
}
#g-refers p {
	font: normal 14px/20px nyt-franklin, Helvetica, Arial;
	max-width: 700px;
}
#g-refers .g-refer {
	margin: 10px auto;
	width: 100%;
	max-width: 230px;
}
.viewport-small-10 #g-refers .g-refer {
	float: left;
	width: 43%;
	margin: 10px 5% 0px 0;
}
.viewport-medium #g-refers .g-refer {
	width: 30%;
	margin: 20px 3% 0px 0;
}
#g-refers .g-refer p {
	color: #999;
	font: normal 19px/23px nyt-cheltenham, georgia, "Times New Roman", serif;
}
#g-refers .g-credits {
	margin-top: 20px;
	max-width: 380px;
}
#g-refers .g-credits p {
	margin: 4px auto;
	font: normal 12px/16px nyt-franklin, Helvetica, Arial;
	color: #666;
}
#g-refers > .g-icon {
	display: block;
	margin: 40px 0;
}
#g-refers > img {
	width: 100%;
	display: block;
	margin: 40px auto 20px;
}
.mobile #nytmm_header .nytmm_meta,
.tinyscreen #nytmm_header .nytmm_section,
.mobile #g-mute-button-box,
.mobile #nytmm_header .g-sharetools {
	display: none;
}
.tinyscreen #nytmm_header .nytmm_branding {
	margin: 0;
	padding: 8px;
}
.tinyscreen .g-layer-text .g-text-north {
	top: 3px;
	right: 0;
	left: auto;
	width: 90%;
}
.tinyscreen .g-layer-text .g-text-south {
	bottom: 0;
	margin: auto;
	width: 97%;
}
.tinyscreen #nytmm_header {
	background-color: transparent !important;
}
.tinyportrait .g-sliderMask {
	padding-bottom: 100px;
	background-color: #1a1a1a;
}
.tinyportrait .g-layer-text .g-text-north,
.tinyportrait .g-layer-text .g-text-south {
	top: 100%;
	bottom: auto;
	width: auto !important;
	background: #111;
	padding: 20px 10px 20px;
	left: 0;
	right: 0;
}
.tinyportrait .g-ss-notsliding .g-ss-item.g-sliderItemSelected {
	overflow: visible;
	border-bottom: 100px solid #111;
}
.tinyportrait .g-layer-text .g-text-north h3,
.tinyportrait .g-layer-text .g-text-south h3 {
	color: #fff !important;
	text-align: left;
	width: 100%;
}
.tinyportrait #g-refers {
	width: 95%;
}
.tinyportrait #g-buttonoverlay {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	bottom: auto;
}
.mobile .g-ss-notsliding .g-ss-item{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	visibility: hidden;
}
.mobile .g-ss-notsliding .g-ss-item.g-sliderItemSelected {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	visibility: visible;
}
.mobile * {
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;;
	-moz-user-select: none !important;;
	-o-user-select: none !important;;
	user-select: none !important;;
}
#g-turn-me {
	text-align: center;
	font-style: italic !important;
	font: 200 15px/19px Georgia;
	color: #999;
}
#g-turn-me .g-icon {
	margin: 40px auto 20px;
}
	 
	 
	 
	 
	 
 
	
	
	
	
	
	
	
