/*@font-face
{
font-family: "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
src: url('/css/"Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif.otf');
}

@font-face
{
font-family: "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serifb;
font-weight: bold;
src: url('/css/"Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serifm.otf');
}*/

::selection {
	background: #ededed; /* Safari */
	}
::-moz-selection {
	background: #ededed; /* Firefox */
}


/* Type */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	border: 0px solid;
	list-style: none;
}


a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

body {
  font: 16px/1.3em "Neutral Regular 3", "Helvetica Neue", sans-serif;
  margin: 50px;
  color: #000;
	padding: 0;
	background: #ededed;
	/*letter-spacing: .01em;*/

}

input:active,
input:focus {
  border: none;
}

h1 {
	width: 100%;
	padding: 0 28px;
	margin-left: -28px;
	z-index: 9999;
	position: relative;
}

h1 a {
	width: 93px;
	height: 53px;
	text-indent: -100em;
	overflow: hidden;
	background: transparent url(/assets/images/fillipLogoBlack.svg) no-repeat;
	margin: 87px auto 75px auto;
	background-size: 93px 53px;
	display: block;
}

h1 a:hover {
	opacity: .3;
}

h2 {
background: #FFF;
	width: 100%;
	padding: 2em 28px 1em 28px;
	text-align: center;
margin-left: -28px;
margin-right: -28px;
position: relative;
font-size: 21px;
line-height: 1.2em;
}

h2 .left {
  position: absolute;
  left: 28px;
  width: 50%;
  text-align: center;
}

h2 .right {
  position: absolute;
  right: 28px;
  width: 50%;
  text-align: center;
}


h3 {
	margin-bottom: 1em;
}

h4 {
	margin-top: 2em;
}

h5 {
	display: inline-block;
	margin-bottom: 1em;
	margin-top: 2em;
}

h5:first-child {
	margin-top: 0;
}

h6 {
	font: inherit;
	font-family: "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 2em;
}

h6:first-child {
	/*margin-top: 0;*/
}

h5 + h6,
h3 + h5,
h3 + h6 {
	margin-top: 0 !important;
}

.break {
	xpadding-top: 5em;
}

ul {
}

ol li {
	list-style-type: decimal;
	padding-bottom: .5em;
	break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

h6 + ol {
	margin-top: .5em;
}

li {
  list-style-position: inside;
}

dl {
	  -webkit-margin-before: 0;
-webkit-margin-after: 0;

}

dt {
  float: left;
  width: 84%;
  margin-right: 3px;
  font-weight: normal;
  	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	-moz-column-break-inside:avoid;
	margin-bottom: 1em;
	position: relative;
}


dd {
	font-family: helvetica, arial, sans-serif;
	line-height: 1.3em;
  float: right;
  text-align: right;
  width: 30px;
  color: #ccc;
}

dt a {
	display: inline-block;
}


pre {
  font: 11px/1.4em courier, monospace;
}

p {
	text-indent: 1em;
	break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}

#content p {
	break-inside: auto;
	-webkit-column-break-inside: auto;
	-moz-column-break-inside: auto;
}

#content.nobreak p {
    -webkit-column-break-inside: avoid;
}

h5 + ul,
ul + ul {
  margin-bottom: 1.3em;
}

h3 + p,
blockquote p,
blockquote + p {
	text-indent: 0;
}

blockquote {
	font-family: "Neutral Regular Italic 3";
	font-style: italic;
	text-indent: 0 !important;
	margin: 1em 0;
}

blockquote cite {
	display: block;
	font-family: "Neutral Regular 3";
	font-style: normal;
}

em {
	font-family: "Neutral Regular Italic 3";
}


h5 + blockquote {
	margin-top: 0em;
}

blockquote em {
	xfont-style: normal;
}

a {
	text-decoration: none;
	color: inherit;
  -webkit-transition: background .75s;
  transition: background .75s;
}

#content:hover p a {
	background: #ededed;
}

a {
	/* -webkit-transition: opacity .25s;
	transition: opacity .25s; */
}

a:hover {
	opacity: .3;
}

.weak {
	opacity: .3;
}

.ellip {
  letter-spacing: .2em;
}

.highlight {
background: #fff url(/assets/images/highlight2.gif) no-repeat .1em .2em;
text-indent: 1.4em;
background-size: .9em .9em;
}

.hidden {
	display: none;
}

img {
	background: white;
}

.draggable:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.draggable:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

	/* hyphenation */
#content p {
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


/* Forms */

label {
	display: block;
}

input {
	background: transparent;
	border-bottom: 1px solid;
	padding: 2px 4px;
}


/* layout */

#container {
	width: 75%;
	position: relative;
	margin: 0 auto;
	xpadding-right: 56px;
	max-width: 1000px;
}

#video,
#content {
	margin: 0 auto;
	width: 100%;
	padding: 28px;
	background: #fff;
	overflow: hidden;
	position: relative;
	margin-left: -28px;
	/*min-height: 500px;*/
}

#video {
  padding-bottom: 0;
}

#content #images {
	height: 0px;
	overflow: hidden;
	z-index: 9999;
}

#video iframe {
  display: block;
  margin: 0 auto;
}

#footer {
  font: 11px/1.4em "Neutral Regular 3", "Helvetica Neue", sans-serif;
  color: #919191;
  padding: 25px 0 25px 25px;
  margin-bottom: 75px;
  overflow: hidden;
  width: 107%;
  margin-left: -28px;
}

#banner {
  font: 12px/1.4em "Neutral Regular 3", "Helvetica Neue", sans-serif;
  color: #000;
  background: #FFF;
  width: calc(100% + 100px);
  margin: -50px 0 0 -50px;
  padding: 5px 5px;
  text-align: center;
  letter-spacing: .02em;
}

#banner a {
  border-bottom: 1px solid;
}

.col {
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding-right: 20px;
	position: relative;
}

.col.half {
	width: 50%;
}

.col.wide {
	width: 66%;
}

.col:last-child {
  padding-right: 0;
}

.col.wide + .col,
.col + .col.wide {
  font: 13px/1.4em "Neutral Regular 3", "Helvetica Neue", sans-serif;
	float: right;
	letter-spacing: .01em;
}

.col.wide + .col h5,
.col + .col.wide h5 {
  font: 13px/1.2em "Neutral Regular 3", "Helvetica Neue", sans-serif;
	border-bottom: 1px solid;
}

.col.wide + .col p {
	text-indent: 0;
	margin-bottom: .5em;
}


.two {
  	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	-moz-column-gap: 20px; /* Firefox */
	-webkit-column-gap: 1%; /* Safari and Chrome */
	column-gap: 1%;
}

.four {
  	-moz-column-count: 4; /* Firefox */
	-webkit-column-count: 4; /* Safari and Chrome */
	column-count: 4;
	-moz-column-gap: 20px; /* Firefox */
	-webkit-column-gap: 1%; /* Safari and Chrome */
	column-gap: 1%;
}

/* Footer */

#footer .col {
	width: 16%;
	padding-right: 10px;
}

#footer h6 {
	padding-bottom: 0;
	border: none;
	color: #000;
	margin-bottom: 0;
	margin-top: 1em;
}

#footer div + h6 {
  margin-top: 0;
}

#footer ul,
#footer ol,
#footer p {
	margin-bottom: .5em;
	text-indent: 0;
}

#footer .loose li {
	margin-bottom: .5em;
}

#footer strong {
	font-weight: normal;
	color: #000;
}

#footer:hover a {
	background: white;
}

/* Navs */

#pageNav {
	position: absolute;
	top: 158px;
	left: 100%;
	margin-left: 60px;
	width: 100px;
	z-index: 9998;
  font: 12px/1.5em "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif, helvetica, arial, sans-serif;
}

#pageNav h5 {
	border-bottom: 1px solid;
}

#pageNav p {
	text-indent: 0;
}

#pageNav li a {
	display: block;
  width: 35px;
  height: 27px;
  background: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -100em;
  margin-bottom: 25px;
  cursor: pointer;
}

#pageNav li li a {
  /*font: 12px/1.2em "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif, helvetica, arial, sans-serif;*/
    width: auto;
  height: auto;
  background: transparent;
  overflow: visible;
  text-indent: 0;
  margin-bottom: 0;
}

#pageNav form {
	width: 110px;
}

#content > img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

#pageNav a#showPublications {
  background-image: url('/assets/images/iconBook.png');
}

#pageNav a#showShare {
  background-image: url('/assets/images/iconHeart.png');
  height: 30px;
}

/* #pageNav a#showImages {
  background-image: url('/assets/images/iconBucket.png');
  height: 35px;
} */

#pageNav a#showEvents {
  background-image: url('/assets/images/iconBell.png');
  height: 35px;
}

#pageNav a#showImages {
  background-image: url('/assets/images/iconPaperclip.png');
  height: 32px;
}

#pageNav a#showLogIn {
  background-image: url('/assets/images/iconKey.png');
  height: 45px;
  width: 45px;
  margin-left: -5px;
  margin-bottom: 20px;
}

#pageNav .element {
	height: 0;
	overflow: hidden;
}

/* Content */

#title {
	top: 40%;
	font-size: 14px;
}

#content h6 {
  font-family: "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 + p,
#content h6 + p {
	text-indent: 0;
}

img.draggable {
	width: 85%;
	display: block;
	position: absolute;
	top: 400px;
	left: 10%;
	transform:rotate(-3deg);
	-ms-transform:rotate(-3deg); /* IE 9 */
	-webkit-transform:rotate(-3deg); /* Safari and Chrome */
}

img.draggable:hover {
	opacity: .8;
}

.col img {
 width: 66%;
}

/* Articles */

p.no-indent {
	text-indent: 0;
}

.convo p.break {
	text-indent: 0;
	margin-top: 1em;
}

.convo p.break:first-child {
	margin-top: 0;
}

#image img {
	width: 100%;
	height: 0px;
	display: block;
}

#checkout {
	position: absolute;
	top: 56px;
	left: 56px;
	text-align: center;
	width: 145px;
	padding: 70px 40px 40px 40px;
	background: transparent url(/assets/images/receipt.png);
	color: #fff;
	display: none;
}

#content a.read-footnote,
#content a[title="read footnote"],
#content a[href^="#note"] {
	  font-family: "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	opacity: .3;
	font-size: 14px;
	position: relative;
	top: -.3em;
	font-style: normal !important;
	background: #fff !important;
	padding: 0 2px;
}

a[title="read footnote"]:hover,
a[href^="#note"]:hover {
	opacity: 1;
}

.preview a[title="read footnote"],
.preview a[href^="#note"] {
  display: none;
}

#notes li a {
	  word-wrap: break-word;
}


/* Cover Browse */

ol.browse li {
	list-style: none;
	margin-right: 5%;
	margin-bottom: 5%;
	width: 30%;
 float: left;
 overflow: hidden;
 text-align: center;
}

ol.browse li:nth-child(3n+3) {
	margin-right: 0;
}

ol.browse li img {
	width: 100%;
}

/* Publications */

.publication .col.wide {
  background: transparent;
}

.publication .wide img {
  width: 50%;
  margin: 25% 0;

-webkit-box-shadow: 10px 10px 34px -6px rgba(0,0,0,0.18);
-moz-box-shadow: 10px 10px 34px -6px rgba(0,0,0,0.18);
box-shadow: 10px 10px 34px -6px rgba(0,0,0,0.18);
}

div.gradient {
	overflow: hidden;
background: rgb(255,223,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,217,211,1) 0%, rgba(247,218,197,1) 89%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,217,211,1)), color-stop(89%,rgba(247,218,197,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,217,211,1) 0%,rgba(247,218,197,1) 89%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,217,211,1) 0%,rgba(247,218,197,1) 89%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,217,211,1) 0%,rgba(247,218,197,1) 89%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,217,211,1) 0%,rgba(247,218,197,1) 89%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9d3', endColorstr='#f7dac5',GradientType=0 ); /* IE6-9 */
}

div.gradient .col {
  min-height: 1000px;
  background: #fff;
}


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

/* Home */

.home .description {
  font: 13px/1.2em "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.home #content {
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	-moz-column-gap: 20px; /* Firefox */
	-webkit-column-gap: 25px; /* Safari and Chrome */
	column-gap: 20px;
	overflow: hidden;
}

.home h2 span {
  width: 0;
  display: inline-block;
  overflow: hidden;
  height: 0;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
    white-space: nowrap;
}

.home h2 span a:before {
	content: '/ ';
}

.home h2:hover span {
  width: 340px;
  height: 1.2em;
}

.home dt {
	float: none;
	display: inline-block;
}

/* Events */

.events #content > .col ul {
  margin: 1em 0;
}

.events #content > .col ul + p {
  text-indent: 0;
}


/* Screening Room */

.screeningroom {
	background: #000;
	color: #fff;
  min-height: calc(75vw + 100px);
}

.screeningroom #container {
	width: 100%;
	min-height: calc(100vh - 200px);
	max-width: calc(100vw - 400px);
}

.screeningroom #video {
	margin: 0 0;
	padding: 56.25% 0 0 0 !important;
	margin-top: 150px;
	position:relative;
	background: #000;
	outline: none;
}

.screeningroom #video.sd {
	padding: 75% 0 0 0 !important;
}


.screeningroom h1 a {
	background: transparent url(/assets/images/fillipLogoWhite.svg) no-repeat;
	background-size: 93px 53px;
}

.screeningroom p {
	font: 13px/1.4em "Neutral Regular 3", "Helvetica Neue", sans-serif;
}

.screeningroom #caption {
	position: fixed;
	width: 200px;
	left: 25px;
	top: 25px;
	 -webkit-animation-name: fadeOut;
	 animation-name: fadeOut;
	 -webkit-animation-duration: 8s;
	 animation-duration: 8s;
	 -webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
	 transition: opacity 1s;
	 -webkit-transition: opacity 1s;
}

.screeningroom #caption:focus,
.screeningroom #caption:hover {
	animation-name: none;
	-webkit-animation-name: none;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	opacity: 1 !important;
}

.screeningroom #caption p a {
	background: transparent !important;
	border-bottom: 1px solid;
}

.screeningroom #caption p a:hover {
	background: transparent !important;
	opacity: 1;
	border-bottom: none;
}


/* Stickers */

.sticker {
	cursor: pointer;
	position: absolute;
	position: absolute;
	top: 300px;
	left: 180px;
	width: 90px;
	height: 36px;
	display: block;
	z-index: 9999;
  text-indent: 0;
	background: transparent url(/assets/images/stickerGreen.png);
  font: 11px/1.3em "Neutral Regular 3", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 8px 0;
	color: #000;
	transition: all .25s;
	transform:rotate(15deg);
	-ms-transform:rotate(15deg); /* IE 9 */
	-webkit-transform:rotate(15deg); /* Safari and Chrome */
}

.sticker:hover {
  	opacity: .3;
		transform:rotate(20deg);
		-ms-transform:rotate(20deg); /* IE 9 */
		-webkit-transform:rotate(20deg); /* Safari and Chrome */
}

#content .sticker {
  top: 0;
  right: 100px
}

.sticker.price,
#content:hover .sticker.price {
		background: transparent url(/assets/images/stickerYellow.png);
}

.sticker strong {
	margin-top: 2px;
	display: block;
	font-weight: normal;
	line-height: 1em;
		text-transform: uppercase;
	font-size: 14px;
}

.sticker.price strong {
	color: #ff5b0b;
	font-size: 17px;
}

/* Tips */

.tip-wrap {
	z-index: 99999;
}

.tip-title {
	padding: 8px 10px 8px 10px;
	background: #fff;
}

.tip-text {
	display: none;
}

@keyframes fadeOut {
   0% {opacity: 1;}
	 75% {opacity: 1;}
   100% {opacity: .1;}
}
