/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  color: red;
}
nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: middle;
}
nav > ul,
nav > ul > li {
  display: inline-block;
}
nav > ul > li {
  color: red;
  line-height: 1;
  font-size: 1.875rem;
  padding: 6px;
  position: relative;
  text-align: left;
}
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  outline: 0 none transparent;
  border: 2px solid #fff;
  background-color: #fff;
  margin: 0;
}
img {
  max-width: 100%;
}
#comment-form a,
.message a {
  color: red;
  text-decoration: underline;
}
#profilenav a:active,
#profilenav a:hover,
.sectionoverlay a:hover,
.slideoverlay a:hover,
header a.tagline:active,
header a.tagline:hover {
  color: inherit;
}
header a:active,
header a:hover {
  color: #333;
}
input.autoselect {
  border: 1px solid red;
  padding: 5px 10px;
}
h1.seo {
  color: #eee;
  font-size: 4px;
  margin: 0;
}
#microsite h1.seo {
  color: #000;
}
#mainlogo {
  display: inline;
  margin: 5px 5px 0 0;
  vertical-align: -6px;
}
header#doc {
  font-size: 0.875rem;
  margin-bottom: 30px;
  position: relative;
  padding: 9px 5% 13px;
  background-color: red;
  color: #fff;
}
header#doc.blackheader {
  background-color: #000;
  margin-bottom: 0;
}
header#doc .tagline {
  font-size: 1.625rem;
  letter-spacing: 2px;
}
header#doc .tagline span {
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
header#doc .flexbox {
  margin-top: 10px;
}
header#doc fieldset {
  position: relative;
}
header#doc fieldset#searchbyset.closed {
  display: none;
}
header#doc fieldset#searchbyset.open {
  display: block;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  color: #666;
}
header#doc fieldset#searchbyset label {
  display: block;
}
header#doc fieldset#searchbyset p.closer {
  color: #d00;
}
header#doc input[type="image"] {
  position: absolute;
  height: 24px;
  right: 16px;
  top: 8px;
  border: 0 none transparent;
  color: inherit;
}
header#doc input[type="search"] {
  color: red;
  border: 1px solid;
  padding-left: 16px;
  width: 100%;
  height: 41px;
}
header#doc.blackheader .redwirebutton,
header#doc.blackheader input[type="search"] {
  color: #000;
  border-color: #000;
}
header#doc.blackheader .redwirebutton:hover {
  background-color: #000;
  color: #fff;
}
.hamburger {
  width: 50px;
  cursor: pointer;
}
.hamburger div {
  height: 5px;
  background-color: #fff;
  margin-bottom: 7px;
}
#registerbutton {
  cursor: pointer;
  padding-top: 5px;
}
#registerbutton:hover {
  color: #000;
}
#registerwrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 300px;
  background-color: #eee;
  overflow: hidden;
  transition: height 0.5s;
}
#registerwrap .borderandpadding {
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 6px;
}
#registerwrap form input {
  padding: 3px;
  width: 100%;
}
#registerwrap form input[type="submit"] {
  width: auto;
  border-width: 1px;
}
#registerwrap h2 {
  font-weight: 400;
}
.closereg {
  float: right;
  margin-right: 15px;
  font-size: 1.125rem;
  cursor: pointer;
}
#membernav {
  list-style: none;
  margin: 0;
  font-size: 0.875rem;
  padding: 15px 0 0;
  position: relative;
  z-index: 2;
}
#membernav img:hover {
  filter: saturate(0) brightness(1);
}
#telenav {
  transition: height 0.5s;
  position: absolute;
  z-index: 5;
  top: 50px;
  right: 0;
  height: 0;
  padding-right: 5px;
  overflow: hidden;
  background-color: #eee;
  white-space: nowrap;
}
#telenav > li {
  display: block;
  text-align: right;
  font-size: 0.938rem;
}
.justifymaker {
  display: inline-block;
  width: 100%;
}
.justifytext {
  text-align: justify;
}
.lefttext {
  text-align: left;
}
.righttext {
  text-align: right;
}
.centertext {
  text-align: center;
}

.hidden {
  display: none;
}
.padded {
  padding-left: 5%;
  padding-right: 5%;
}
.idiv {
  display: inline-block;
}
.vtop {
  vertical-align: top;
}
.vmiddle {
  vertical-align: middle;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.lighttext {
  color: #999;
}
.unbold {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.caps {
  text-transform: uppercase;
}
.reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.fullwidth {
  width: 100%;
}
.absolute {
  position: absolute;
}
.redwirebutton {
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none transparent;
  border: 1px solid red;
  font-size: inherit;
  font-family: inherit;
  color: red;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.redwirebutton:hover {
  color: #fff;
  background-color: red;
}
.slide .redwirebutton strong {
  display: block;
}
hr.section {
  margin: 30px;
  border-color: red;
}
.fullcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid red;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #666;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000;
}
.sectionposter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sectionposter h1,
.sectionposter h2 {
  color: red;
  max-width: 850px;
}
.sectionintro {
  background-color: #666;
  color: #fff;
  padding: 0.75em 0.3em 0;
  text-align: left;
}
.sectionintro.cannes {
  background-color: #c8a461;
}
.sectionintro.siff {
  background-color: #64cbe8;
}
.sectionintro.berlinale {
  background-color: #d62e4a;
}
.sectionintro.palmsprings {
  background-color: #000;
  color: #8dd0b8;
}
.sectionintro p {
  margin: 0;
  max-width: 1200px;
  padding: 5px 0 10px;
}
.sectionintro h1,
.sectionintro h2 {
  font-size: inherit;
  margin: 0;
}
.sectionintro h2 span {
  font-weight: 400;
}
.detailoverlay,
.sectionoverlay {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 40vw;
  padding: 4% 5% 3%;
}
.sectionoverlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent);
  cursor: pointer;
}
.sectionoverlay.nograd {
  background: none;
}
.sectionoverlay:hover h4 {
  color: red;
}
.blurbwidth {
  width: 90%;
  padding-top: 5em;
}
.blurbwidth p.description {
  width: 38%;
}
.trailer iframe {
  width: 100%;
  height: 100%;
}
.closex {
  padding: 0.15em 0.3em 0.1em;
  background-color: red;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  color: #fff;
  font-size: 1.875rem;
  cursor: pointer;
}
.closex.mini {
  font-size: 0.938rem;
}
.sectionslider {
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap;
}
.sectionslider a {
  white-space: normal;
}
.slidetitle {
  position: absolute;
  width: 100%;
  padding: 40px 15px 5px;
  bottom: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  opacity: 1;
  transition: opacity 1s;
}
.slide.pseudohover .slidetitle {
  opacity: 0;
}
.slide .film-still {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide .film-still,
.trailer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.trailer {
  z-index: 5;
  padding: 0 5px;
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
}
.trailer.open {
  height: 100%;
}
.slideoverlay h4,
.slidetitle h4 {
  margin: 0;
  font-size: 1rem;
}
.slideoverlay h4 span {
  font-weight: 400;
}
.slideoverlay h5,
.slidetitle h5 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}
footer ul,
ul.film-details,
ul.filmstats {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slideoverlay p {
  margin: 0;
}
.slideoverlay .rating {
  letter-spacing: 1px;
}
.slideoverlay {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  transition: opacity 1s;
  opacity: 0;
  padding: 12px;
  min-height: 100%;
  font-size: 0.75rem;
  position: relative;
  text-align: left;
  z-index: -1;
}
.slideoverlay .playadd {
  text-align: right;
}
.slideoverlay .playadd .playicon {
  float: left;
}
.playadd img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.playadd figure {
  cursor: pointer;
}
.playadd figure:hover {
  color: red;
}
.playadd figcaption,
.playadd span.message {
  display: inline-block;
  vertical-align: middle;
}
.playadd span.message {
  margin: 7px 10px;
}
img.not-available {
  filter: grayscale(1);
}
.playadd ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1em;
}
.blurbwidth .playadd ul {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
}
.playadd ul li {
  cursor: pointer;
  padding: 4px 10px;
}
.playadd ul li:not(:first-child):hover {
  background-color: red;
}
.playadd ul li.message {
  color: red;
  font-weight: 700;
  cursor: auto;
}
figure {
  margin: 0;
}
.detailoverlay .playadd,
.sectionoverlay .playadd {
  margin-top: 1em;
  position: relative;
}
.slide.pseudohover .slideoverlay {
  opacity: 1;
  z-index: 1;
}
.slideoverlay .detaildesc {
  margin-top: 5px;
  margin-bottom: 8px;
}
#viewfinder {
  color: #fff;
}
#viewfinder h3 {
  text-align: center;
  font-size: 3.2rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 7vw;
  margin: 0;
  opacity: 1;
  transition: opacity 0.7s;
}
#viewfinder h3:hover {
  opacity: 0;
}
#viewfinder h6 {
  color: #666;
  font-size: 0.875rem;
  margin: 10px 0;
  font-weight: 400;
}
.slidewrapper {
  width: 28vw;
  display: inline-block;
  vertical-align: top;
}
.slide.big {
  width: 28vw;
  height: 17vw;
  padding: 0;
}
footer .col {
  margin: 5%;
  text-align: left;
}
footer form {
  color: #666;
  margin-bottom: 10px;
}
footer form input {
  padding: 3px;
}
footer form input[type="email"] {
  width: 10em;
}
footer form input[type="submit"] {
  border-color: #fff;
}
#socialnavfooter img {
  width: auto;
  height: 22px;
  filter: grayscale(1) brightness(0);
  margin: 6px;
}
#socialnavfooter img:hover {
  filter: none;
}
#formwrap {
  position: relative;
  min-height: 100px;
}

#maindrops,
.filteritem {
  text-align: left;
}
.filteritem {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: 0 none transparent;
  height: 37px;
}
label.filtercheckbox {
  padding: 10px;
  display: inline-block;
}

fieldset.multiselect {
  overflow: hidden;
  background-color: #fff;
}
fieldset.multiselect.open {
  height: 215px;
  overflow: scroll;
  position: relative;
  z-index: 10;
}
fieldset.multiselect label {
  display: block;
  position: relative;
  background-color: #fff;
}
fieldset.multiselect label input[type="checkbox"] {
  margin-right: 5px;
}
fieldset.multiselect label input[type="checkbox"]:checked {
  border-bottom: 1px solid red;
}

#pagenav {
  margin-top: 25px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
}
#pagenav a:not(.default) {
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  background-color: red;
  color: #fff;
  border: 1px solid;
  padding: 5px 3px 1px;
}
#pagenav a.currentpage,
#pagenav a:hover {
  background-color: #fff;
  color: red;
  border-color: #533;
}
#advert {
  margin-bottom: 20px;
  margin-top: 30px;
  background-color: #330337;
  text-align: center;
  background-clip: content-box;
}
#advert img {
  display: block;
  margin: 0 auto;
  width: 900px;
}
.detailoverlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  line-height: 1.5;
}
.detailoverlay h1 {
  color: #fff;
  margin: 0;
}
.detailoverlay h2,
.detailoverlay h3,
.detailoverlay h4 {
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  margin: 0;
}
.detailoverlay .rating {
  padding-bottom: 1em;
  letter-spacing: 1px;
  font-weight: 700;
}
.detailoverlay .filmstats {
  text-align: left;
  width: 35%;
  min-width: 260px;
  display: inline-block;
  vertical-align: middle;
}
.detailoverlay .detaildesc {
  text-align: left;
  width: 50%;
  min-width: 260px;
  display: inline-block;
  vertical-align: bottom;
}
.comment {
  background-color: #fff;
  padding: 10px;
  margin: 0 0.5% 10px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.comment.press:hover {
  background-color: red;
}
.comment.press:hover h2.blind {
  color: #fff;
}
#comments .comment {
  max-height: 250px;
  overflow: scroll;
}
h2.blind {
  line-height: 6;
}
.blind-button {
  min-height: 200px;
}
#comment-form {
  margin: 0 5px;
}
#comment-form h3 {
  margin-bottom: 0;
}
#comment-form textarea {
  margin: 0;
  width: 100%;
  padding: 10px;
  font-size: inherit;
}
#comment-form input[type="submit"] {
  padding: 10px;
  font-weight: 700;
}
#critics .filmscore {
  font-size: 1.25rem;
}
#watch-now-powered-by {
  padding: 5px;
  background-color: #fff;
  position: relative;
  bottom: 10px;
}
#watch-now-powered-by a {
  font-size: 0.688rem;
  color: #000;
  text-decoration: none;
}
#watch-now-powered-by span {
  display: inline-block;
  width: 66px;
  height: 10px;
  margin-left: 3px;
  background: url(https://widget.justwatch.com/assets/JW_logo_black_10px.svg);
  overflow: hidden;
  text-indent: 100px;
}
#virtualreleases {
  padding-bottom: 20px;
}
#virtualreleases h4 {
  margin: 0;
  padding: 10px 5px 5px;
  background-color: #fff;
  font-size: 0.688rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
}
#virtualreleases .fullcenter {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  margin: 5px 0 7px 11px;
  background-color: #fff;
}
#virtualreleases img {
  width: 50px;
  height: auto;
}
#virtualreleases .virtuallogos {
  padding-left: 5px;
  display: flex;
}
#accountinfoxxx {
  column-count: 2;
  column-gap: 40px;
}
#accountinfo fieldset.row,
#gwinumberform fieldset.row,
.sardineform fieldset.row {
  margin-top: 10px;
  min-width: 100%;
}
#accountinfo input[type="password"],
#accountinfo input[type="submit"],
#accountinfo input[type="text"],
#gwinumberform input[type="number"],
#listform input[type="submit"],
.sardineform input[type="text"],
.sardineform textarea {
  padding: 10px 5px;
  width: 100%;
}
.newwatchlist {
  margin-bottom: 0;
  margin-top: 2em;
}
.updatewatchlist {
  margin: 1.5em 0;
}
.updatewatchlist textarea {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 10px 0 0 10px;
}
.updatewatchlist .reset {
  border: 0 none transparent;
  background-color: transparent;
  color: red;
}
.updatecomment {
  display: inline-block;
  width: 100%;
}
.updatecomment textarea {
  display: block;
  width: 100%;
}
.updatecomment label {
  display: block;
  margin-top: 15px;
  margin-bottom: 6px;
}
.separate-left {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}
.view-status {
  min-width: 36px;
}
#watchlists .idiv {
  vertical-align: middle;
}
#watchlists .togglewrap {
  cursor: pointer;
  transition: all 0.3s;
  width: 45px;
}
#watchlists .togglewrap.flip {
  transform: rotate(180deg);
}
.sharelist img,
.sharelist svg {
  opacity: 0.6;
  margin: 0 5px;
  width: 25px;
  vertical-align: middle;
}
.sharelist img:hover,
.sharelist svg:hover {
  opacity: 1;
}
.edit {
  cursor: pointer;
}
#instructions,
.comingsoon {
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -10px;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 40px;
  color: #000;
  text-align: center;
}
#instructions-detail {
  bottom: -30px;
  left: 10px;
  width: 120px;
  padding: 25px 10px 0 20px;
}
#instructions-detail,
#instructions-home {
  position: absolute;
  z-index: 10;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  text-align: left;
}
#instructions-home {
  top: -10px;
  left: 10%;
  width: 130px;
  padding: 25px 10px 0 15px;
}
nav#profilenav {
  font-size: 1px;
  padding: 7px 0;
  background-color: #eee;
  position: relative;
  z-index: 5;
}
#profile {
  color: #fff;
}
#profile .overlay {
  min-height: 350px;
  position: relative;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}
#profile .overlay .bottombox {
  position: absolute;
  bottom: 0;
  width: 90%;
}
#profile .overlay .bottombox h1 {
  margin: 5px 0 0;
}
#profile .overlay .bottombox h1 span {
  font-weight: 400;
}
#profilepic {
  float: left;
  margin-right: 10px;
  border: 2px solid #000;
}
#profilenav ul li.active,
#profilenav ul li:hover {
  background-color: red;
  color: #fff;
}
.bio {
  max-width: 800px;
}
.comments time {
  display: block;
  margin-top: 3px;
  text-align: right;
  padding-right: 12px;
}
#profilepage .listtitle {
  margin: 20px 0 10px;
}
#contactus form {
  padding: 15px;
  border: 2px solid red;
  max-width: 800px;
  background-color: #fff;
}
#contactus input[type="email"],
#contactus textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
#contactus input[type="submit"] {
  padding: 7px 25px;
  text-transform: uppercase;
  border-width: 0;
}
.textheavy h2 {
  color: red;
  font-weight: 400;
}
.textheavy h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 0.313rem;
}
#press-releases article h2 {
  margin-bottom: 0;
}
#howitworks a {
  color: red;
  text-transform: uppercase;
}
.cta {
  background-color: red;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.cta:hover {
  background-color: #666;
}
#landingsite .sectionposter {
  margin-bottom: 40px;
}
#landingsite .sectionposter h1,
#landingsite .sectionposter h2,
#landingsite .sectionposter h4,
.landingtext {
  font-size: 2.5rem;
}
#landingsite .sectionposter h2 {
  color: #fff;
}
#landingsite .sectionposter p {
  font-size: 0.75rem;
  text-shadow: 0.5px 0.5px 0 #000;
  font-weight: 700;
  margin: 0;
}
#landingsite .sectionposter p:hover {
  color: red;
}
h2.overlaywidth {
  max-width: 26ch;
  margin-top: 15px;
}
.landingtext {
  color: red;
}
#takeme a {
  background-color: red;
  color: #fff;
  box-shadow: 0 0 3px #000;
  margin-top: 30px;
  padding: 1%;
  display: inline-block;
}
#takeme a:hover {
  background-color: hsla(0, 0%, 40%, 0.75);
}
@media (min-width: 1200px) {
  .columns {
    column-count: 3;
  }
}
@media (min-width: 850px) {
  header#doc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  header#doc .grow {
    flex-grow: 1;
    padding-right: 3%;
  }
  header#doc .tagline span {
    margin-left: 10px;
    padding-left: 18px;
    border-left: 2px solid #fff;
    display: inline-block;
  }
  nav.teleburgerbox {
    bottom: 10px;
    right: 5%;
  }
  #membernav img {
    filter: saturate(0) brightness(10);
  }
  #watchlists h2.idiv {
    width: 350px;
  }
}
@media (min-width: 650px) {
  .mobileonly {
    display: none;
  }
  nav > ul > li > ul {
    margin: 13px 0 0 -6px;
    padding: 0;
    list-style-type: none;
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }
  nav > ul > li:hover > ul {
    height: 100px;
  }
  nav > ul > li > ul > li {
    line-height: 1;
    font-size: 0.875rem;
    padding: 6px;
    background-color: #eee;
    border-top: 1px solid #999;
  }
  #stereoscope img.vtop {
    height: 20vw;
  }
  #stereoscope .idiv.vtop {
    width: 30%;
    margin-left: 3%;
  }
  footer .col {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 600px) {
  .flexbox {
    display: flex;
  }
  .jace {
    justify-content: space-between;
  }
  .frap {
    flex-wrap: wrap;
  }
  header#doc .flexbox .first {
    flex-basis: 29%;
    margin-right: 1%;
  }
  header#doc .flexbox .second {
    flex-basis: 70%;
  }
}
@media (max-width: 1199px) {
  .blurbwidth p.description {
    width: 50%;
  }
  .columns {
    column-count: 2;
  }
  .sectionintro {
    font-size: 2.25rem;
  }
}
@media (max-width: 899px) {
  .blurbwidth p.description {
    width: 70%;
  }
}
@media (max-width: 849px) {
  header#doc {
    margin-bottom: 45px;
  }
  header#doc .tagline span {
    display: block;
    font-size: 0.75rem;
  }
  nav.teleburgerbox {
    top: 17px;
    right: 5%;
  }
  #telenav {
    top: 30px;
    width: 90vw;
  }
  #membernav {
    text-align: right;
    color: red;
  }
  header#doc.blackheader #membernav {
    color: #fff;
  }
  header#doc.blackheader #membernav img {
    filter: saturate(0) brightness(10);
  }
  .hamburger div {
    height: 4px;
  }
  #watchlists h2.idiv {
    width: 250px;
  }
}
@media (max-width: 799px) {
  .blurbwidth {
    width: 100%;
  }
  .blurbwidth p.description {
    width: 90%;
  }
  .slideoverlay a:link {
    color: red;
  }
}
@media (max-width: 649px) {
  nav > ul > li > ul {
    padding: 0;
    list-style-type: none;
  }
  nav > ul > li > ul > li {
    padding-top: 10px;
  }
  input[type="search"] {
    width: 100%;
  }
  .blurbwidth p.description {
    width: auto;
  }
  .sectionintro p,
  .sectionposter h2 span {
    font-size: 1rem;
  }
  #spotlight .slidewrapper,
  #spotlight .slidewrapper .slide.big,
  #viewfinder .slidewrapper,
  #viewfinder .slidewrapper .slide.big {
    display: block;
    width: 100%;
  }
  #stereoscope img.vtop {
    height: 200px;
  }
  #stereoscope .idiv.vtop {
    margin-top: 15px;
  }
  .columns {
    column-count: 1;
  }
}
@media (max-width: 599px) {
  header#doc .flexbox .first {
    display: none;
  }
}
@media (max-width: 550px) {
  #watchlists h2.idiv {
    width: 235px;
  }
}
#microsite .sectionposter h2 {
  color: #fff;
  text-transform: uppercase;
}
.microid {
  background-color: #000;
  padding: 15px 5% 30px;
  text-align: center;
}
#homepage .microid {
  background-color: transparent;
  padding: 0;
}
.blackback {
  background-color: #000;
}
.grayback {
  background-color: #666;
}
.whiteback {
  background-color: #fff;
}
.whitetext {
  color: #fff;
}
.blacktext {
  color: #000;
}
.yellowback {
  background-color: #ff0;
}
.microtitle {
  font-size: calc(28px + 1.25vw);
  text-align: center;
  letter-spacing: 0;
}
.microtitle .subhead {
  font-size: 0.438rem;
  display: block;
  letter-spacing: 1px;
}
.microtitle.nixborder {
  border-color: transparent;
}
.microtitle.tight {
  max-width: 26ch;
}
.cannes .microtitle {
  color: #c8a461;
}
.siff .microtitle span {
  color: #64cbe8;
}
.berlinale .microtitle {
  color: #d62e4a;
}
.palmsprings .microtitle span {
  color: #8dd0b8;
}
.onelogo .microtitle {
  text-align: left;
}
.colorflex figure img {
  display: block;
  max-height: 150px;
}
.social-options img {
  height: 24px;
  margin-left: 10px;
}
.social-options img:hover {
  opacity: 0.7;
}
.header-to-ad {
  color: gold;
  background-color: #000;
  text-align: left;
  font-size: 0.938rem;
  padding: 5px 15px;
  margin: 0;
  font-weight: 400;
}
.return-to-micro {
  padding-top: 10px;
  padding-bottom: 10px;
}
.microfootext {
  font-size: 1.125rem;
  color: #fff;
  background-color: #000;
  padding: 40px 5% 30px;
}
@media (min-width: 850px) {
  #microsite .mobileonly {
    display: none;
  }
  .colorflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .microtitle {
    padding: 5px 30px;
    margin: 0 15px;
    border-left: 4px solid;
    border-right: 4px solid;
  }
  .onelogo .microtitle {
    flex-basis: 60%;
    padding-right: 0;
    margin-right: 0;
    border-right-color: transparent;
  }
  .colorflex.onelogo figure {
    flex-basis: 40%;
  }
  .siff .colorflex img {
    max-height: 115px;
  }
  .mad .colorflex img {
    max-height: 90px;
  }
}
@media (max-width: 849px) {
  .desktoponly {
    display: none;
  }
  .microtitle {
    padding: 30px 10px;
    margin: 0;
    border-top: 5px solid;
  }
  .colorflex figure {
    margin: 10px 5%;
  }
  .colorflex figure img {
    max-height: 85px;
  }
  .colorflex.onelogo img {
    margin: 0;
  }
  .colorflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .colorflex .order1 {
    order: 1;
  }
  .colorflex .order2 {
    order: 3;
    flex-basis: 100%;
  }
  .colorflex .order3 {
    order: 2;
  }
}
@media (max-width: 600px) {
  .microtitle {
    padding: 20px 10px;
  }
  .colorflex figure img {
    max-height: 64px;
  }
}
.direction-nav div {
  background-color: transparent;
  margin-top: -3vw;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.direction-nav div svg {
  display: block;
}
.direction-nav .arrow-prev {
  left: -4vw;
  margin-left: 0;
}
.direction-nav .arrow-next {
  right: -4vw;
  margin-right: 0;
}
.scrollwrapper {
  padding: 0;
  position: relative;
  height: 12.7vw;
}
.scrollcrop {
  overflow: hidden;
  position: relative;
}
.shuttle {
  transition: left 0.5s;
}
.relative,
.shuttle {
  position: relative;
}
.nowrap-onelevel {
  white-space: nowrap;
}
.shuttle .slide {
  margin-right: 0.8vw;
}
.slide {
  width: 21.6vw;
  height: 12.7vw;
  max-height: 12.7vw;
  min-height: 12.7vw;
  display: inline-block;
  vertical-align: top;
  border: 0 none transparent;
  margin-bottom: 10px;
  position: relative;
  white-space: normal;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.slide.pseudohover {
  overflow: visible;
  max-height: 500px;
  transition: max-height 0.3s ease-in;
  z-index: 10;
}
.slide.fake {
  margin-bottom: 0;
  height: 1px;
  min-height: 1px;
}
.sectionslider .slide.pseudohover {
  height: auto;
}
.sectionslider .slideoverlay {
  min-height: 12.7vw;
}
.slidewrapper.comments {
  width: 21.6vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .slide {
    width: 29.1vw;
  }
  .scrollwrapper,
  .slide {
    height: 16.9vw;
    min-height: 16.9vw;
  }
  .sectionslider .slide.pseudohover {
    height: auto;
  }
  .sectionslider .slideoverlay {
    min-height: 16.9vw;
  }
  .slidewrapper.comments {
    width: 29.1vw;
  }
}
@media screen and (max-width: 799px) {
  .slide {
    width: 44.1vw;
  }
  .scrollwrapper,
  .slide {
    height: 25.9vw;
    min-height: 25.9vw;
  }
  .sectionslider .slide.pseudohover {
    height: auto;
  }
  .sectionslider .slideoverlay {
    min-height: 25.9vw;
  }
  .slidewrapper.comments {
    width: 44.1vw;
  }
  .scrollcrop {
    overflow: auto;
  }
}
@media screen and (max-width: 550px) {
  .slide {
    width: 90vw;
    margin-right: 0;
  }
  .scrollwrapper,
  .slide {
    height: 52.9vw;
    min-height: 52.9vw;
  }
  .sectionslider .slide.pseudohover {
    height: auto;
  }
  .sectionslider .slideoverlay {
    min-height: 52.9vw;
  }
  .slidewrapper.comments {
    width: 90vw;
  }
}
