html {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Hurme';
  margin: 0;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background: #072c4e;
}
var {
  display: none;
}
@font-face {
  font-family: 'Hurme';
  src: url('../fonts/HurmeGeometricSans2-SemiBold.eot');
  src: url('../fonts/HurmeGeometricSans2-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HurmeGeometricSans2-SemiBold.woff2') format('woff2'), url('../fonts/HurmeGeometricSans2-SemiBold.woff') format('woff'), url('../fonts/HurmeGeometricSans2-SemiBold.ttf') format('truetype'), url('../fonts/HurmeGeometricSans2-SemiBold.svg#HurmeGeometricSans2-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Hurme';
  src: url('../fonts/HurmeGeometricSans2-Regular.eot');
  src: url('../fonts/HurmeGeometricSans2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HurmeGeometricSans2-Regular.woff2') format('woff2'), url('../fonts/HurmeGeometricSans2-Regular.woff') format('woff'), url('../fonts/HurmeGeometricSans2-Regular.ttf') format('truetype'), url('../fonts/HurmeGeometricSans2-Regular.svg#HurmeGeometricSans2-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('../img/focus-bg.jpg') no-repeat;
  background-size: cover;
}
.text {
  color: #f7ca2e;
  position: absolute;
  top: 1.7vw;
  line-height: 2.1vmax;
  font-size: 1.2vmax;
}
.text.left {
  letter-spacing: 2.77vw;
  left: 12.3%;
}
.text.right {
  letter-spacing: 1.26vw;
  right: 11.4%;
}
.bar {
  width: 40vw;
  position: absolute;
  height: 2.1vmax;
  font-size: 1.2vmax;
  top: 1.7vw;
  line-height: 2.1vmax;
  mix-blend-mode: overlay;
}
.bar#left-bar {
  background: linear-gradient(to right, #072c4e 80%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.bar#right-bar {
  background: linear-gradient(to left, #072c4e 80%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
#header {
  background: url(../img/focus-header.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 18.433vw;
  height: 12.3vw;
  left: 50%;
  transform: translateX(-50%);
  top: 1.3vw;
}
#header a {
  display: block;
  height: 100%;
}
.film-logo {
  position: absolute;
  background-size: 100% 200%;
  background-repeat: no-repeat;
  cursor: no-drop;
  background-position: 0 0;
  opacity: 0.5;
  transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
  transition-timing-function: ease-in-out;
}
.film-logo:hover {
  background-position: 0 100%;
}
.film-logo .nav {
  left: 1%;
  top: -7vh;
  position: absolute;
  color: #f7ca2e;
  width: 25.5vw;
  font-size: 1.1vw;
  text-align: center;
  display: none;
}
.film-logo .nav > div {
  padding: 0.3em 0.4vw 0.3em;
  margin-bottom: 0.5em;
  margin-left: -0.3em;
  float: left;
  margin-right: 2.2vw;
}
.film-logo .nav > div.selected {
  color: #fff;
}
.film-logo .nav > div:hover {
  color: #fff;
  cursor: pointer;
}
.film-logo .nav > div:last-child {
  margin-right: 0;
}
.film-logo .content {
  position: relative;
  left: 0%;
  top: 0;
  width: 35.3vw;
}
.film-logo .content > div {
  display: none;
}
.film-logo .content .consider {
  text-align: center;
  width: 100%;
  font-size: 9px;
  height: 100%;
  max-height: 71vh;
  font-weight: 700;
  position: absolute;
  margin-top: 2vh;
  min-height: 15vh;
}
@media screen and (min-aspect-ratio: 200/125) and (min-height: 900px) {
  .film-logo .content .consider {
    font-size: 1.1vh;
  }
}
@media screen and (min-height: 900px) and (min-width: 900px) {
  .film-logo .content .consider {
    font-size: 1.1vmin;
  }
}
.film-logo .content .consider .scrollable {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:600px) and (max-width:851px) and (orientation:portrait) {
  .film-logo .content .consider .scrollable {
    min-width: 37vh;
  }
}
.film-logo .content .consider .scrollable h2 {
  color: #fff;
  margin-top: 10vh;
}
.film-logo .content .consider .reset {
  width: 100%;
}
.film-logo .content .consider h3,
.film-logo .content .consider p,
.film-logo .content .consider .subline {
  color: #f7ca2e;
}
.film-logo .content .consider .guild {
  font-variant: all-petite-caps;
}
.film-logo .content .consider p {
  font-size: 1em;
  flex: 1 100%;
  margin-top: 0;
}
.film-logo .content .consider h3 {
  margin: 10px 0 0;
  font-size: 1.2em;
  line-height: 1.4em;
}
.film-logo .content .consider .subline {
  font-size: 0.8em;
  font-weight: 700;
  white-space: nowrap;
  line-height: 11px;
}
.film-logo .content .consider .name,
.film-logo .content .consider .song {
  font-size: 1.4em;
  line-height: 1.1em;
}
.film-logo .content .consider .left h3:first-child {
  margin-top: 10px;
}
.film-logo .content .consider .first {
  flex: 1 100%;
}
.film-logo .content .consider .first h3:first-of-type {
  font-size: 1.3em;
  line-height: 1em;
}
.film-logo .content .consider .first p,
.film-logo .content .consider .first .subline {
  line-height: 1.4em;
}
.film-logo .content .consider .first .guild {
  font-size: 1.2vh;
  font-variant: normal;
}
.film-logo .content .consider .and {
  font-size: 0.7em;
}
.film-logo .content .consider .left,
.film-logo .content .consider .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.film-logo .content .consider .left {
  flex: 1 48%;
  left: -10px;
  text-align: right;
}
.film-logo .content .consider .right {
  left: 10px;
  flex: 1 50%;
  text-align: left;
}
.film-logo .content .synopsis {
  text-align: left;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  width: 90%;
  max-width: 500px;
  margin: 9.1vh auto 0;
  position: absolute;
  color: #fff;
}
.film-logo .content .synopsis span {
  font-weight: 500;
}
.film-logo .content .screenings {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  margin: 4.1vw 0 0 0px;
  position: absolute;
}
.film-logo .content .screenings .cities-list {
  color: #f7ca2e;
  display: block;
  left: -3px;
  position: relative;
  font-size: 1.6vmin;
}
@media screen and (max-width: 1281px) {
  .film-logo .content .screenings .cities-list {
    font-size: 1.2vw;
  }
}
.film-logo .content .screenings .cities-list .city {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 3px;
}
.film-logo .content .screenings .cities-list .city.current {
  color: #fff;
  text-shadow: none;
  position: relative;
}
.film-logo .content .screenings .city-holder {
  position: relative;
  display: none;
  width: 100%;
  margin-top: 1.7vh;
  min-height: 40vh;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: hidden;
  font-size: 12px;
  height: auto;
}
.film-logo .content .screenings .city-holder.Los_Angeles-holder {
  display: block;
}
.film-logo .content .screenings .city-holder h3 {
  font-weight: 400;
}
.film-logo .content .screenings .city-holder h3 span {
  text-decoration: underline;
  cursor: pointer;
}
.film-logo .content .screenings .city-holder h2 {
  color: #fff;
}
.film-logo .content .screenings .city-holder .scrollable {
  width: 100%;
}
.film-logo .content .screenings .screening {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  color: #fff;
  margin-bottom: 15px;
}
.film-logo .content .screenings .screening h4 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
}
.film-logo .content .screenings .screening:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.film-logo .content .screenings .screening .date {
  font-weight: 600;
  font-size: 1.3em;
}
.film-logo .content .screenings .screening .theater {
  font-size: 1.2em;
  margin-top: 3px;
  line-height: 1.3em;
}
.film-logo .content .screenings .screening .qa {
  font-size: 0.7em;
  margin-top: 8px;
  line-height: 1em;
}
.film-logo .content .screenings .screening .address a {
  display: inline-block;
  width: 41px;
  height: 24px;
  margin-top: -5px;
  position: relative;
  background: url(../img/map-icon.png) no-repeat;
  background-size: 100%;
  left: 8px;
  top: 0px;
}
.film-logo .content .screenings .screening .btn {
  color: #f7ca2e;
  font-size: 1.1em;
  margin-top: 8px;
  margin-bottom: 1em;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1.7px;
}
.film-logo .content .screenings .disclaimer {
  position: absolute;
  top: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  margin-top: 1em;
  line-height: 1.3em;
  left: 0%;
  width: 100%;
}
.film-logo .content .screenings .pop-up {
  position: fixed;
  background: #112f61;
  border-radius: 3px;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 6;
  width: 89vh;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  display: none;
}
.film-logo .content .screenings .pop-up .pop-up-close {
  background: url(../img/close-btn.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65px;
  height: 0;
  padding-top: 5%;
  background-size: 100%;
  cursor: pointer;
}
.film-logo .content .screenings .pop-up .inside {
  background: rgba(7, 33, 77, 0.9);
  padding: 15px 70px;
  border-radius: 5px;
}
.film-logo .content .screenings .pop-up .inside h3 {
  text-align: center;
  font-size: 2.2vh;
  margin: 20px auto;
  font-weight: 500;
}
.film-logo .content .screenings .pop-up .inside p {
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 1.9vh;
  line-height: 1.5em;
  font-weight: 400;
}
.film-logo .content .screenings .pop-up .inside ul {
  list-style: none;
  padding: 0;
}
.film-logo .content .screenings .pop-up .inside ul li {
  font-size: 1.8vh;
  font-weight: 300;
  margin-bottom: 17px;
  line-height: 1.3em;
  position: relative;
}
.film-logo .content .screenings .pop-up .inside ul li span {
  position: absolute;
  right: 102%;
  width: 4px;
  top: 50%;
  height: 4px;
  display: block;
  border-radius: 10px;
  background: #ffdb92;
}
@media only screen and (max-width:600px) and (orientation:portrait) {
  .film-logo .content .screenings .pop-up {
    top: 0;
    transform: none;
    left: 0;
    padding: 5%;
    min-height: 100%;
  }
  .film-logo .content .screenings .pop-up .pop-up-close {
    padding-top: 6%;
  }
  .film-logo .content .screenings .pop-up .inside {
    padding: 15px 30px;
    min-height: 90%;
  }
}
#tully {
  background-image: url(../img/TULLY.png);
  width: 9.9vw;
  height: 5.87vw;
  top: 33%;
  left: 12.6%;
}
#tully.menu-mode {
  top: 8vw;
  left: 7.9vw;
  width: 6.7vw;
  height: 4vw;
}
@media screen and (min-aspect-ratio:180/100) and (min-device-width:1024px) {
  #tully {
    width: 9.9vw;
    height: 5.87vw;
    top: 33%;
    left: 12.6%;
  }
  #tully.menu-mode {
    top: 14vh;
    left: 15.9vh;
    width: 11.7vh;
    height: 7vh;
  }
}
#pope-francis {
  background-image: url(../img/pope-francis-tt.png);
  width: 28.35vw;
  height: 3.42vw;
  top: 34.5%;
  left: 35.9%;
}
#pope-francis.menu-mode {
  top: 15.3vw;
  left: 3.4vw;
  width: 15.6vw;
  height: 2vw;
}
@media screen and (min-aspect-ratio:180/100) and (min-device-width:1024px) {
  #pope-francis {
    width: 9.9vw;
    height: 5.87vw;
    top: 33%;
    left: 12.6%;
  }
  #pope-francis.menu-mode {
    top: 26vh;
    left: 9.9vh;
    width: 24.7vh;
    height: 4vh;
  }
}
#neighbor {
  background-image: url(../img/WYBMN_TT.png);
  width: 19.22vw;
  height: 5.39vw;
  top: 33%;
  left: 72.8%;
}
#neighbor.menu-mode {
  top: 21.5vw;
  left: 5.3vw;
  width: 11.8vw;
  height: 3.4vw;
}
@media screen and (min-aspect-ratio:180/100) and (min-device-width:1024px) {
  #neighbor {
    width: 9.9vw;
    height: 5.87vw;
    top: 33%;
    left: 12.6%;
  }
  #neighbor.menu-mode {
    top: 35vh;
    left: 9.9vh;
    width: 24.7vh;
    height: 8vh;
  }
}
#bk {
  background-image: url(../img/BK.png);
  width: 26.01vw;
  height: 2.6vw;
  top: 55.7%;
  left: 4.5%;
  opacity: 1;
  cursor: pointer;
}
#bk.active {
  top: 26.2vw;
  left: 40vw;
  width: 27.61vw;
}
#bk.active:hover {
  background-position: 0 0;
}
@media screen and (min-aspect-ratio:180/100) and (min-device-width:1024px) {
  #bk {
    width: 9.9vw;
    height: 5.87vw;
    top: 33%;
    left: 12.6%;
  }
  #bk.menu-mode {
    top: 8vw;
    left: 7.9vw;
    width: 6.7vw;
    height: 4vw;
  }
  #bk.active {
    top: 44.2vh;
    left: 84vh;
    width: 57.61vh;
    height: 6vh;
  }
}
#boy-erased {
  background-image: url(../img/boyerased.png);
  width: 13.51vw;
  height: 5.4vw;
  top: 53.8%;
  left: 44.08%;
}
#boy-erased.menu-mode {
  top: 28.7vw;
  left: 7vw;
  width: 8.4vw;
  height: 3.3vw;
}
@media screen and (min-aspect-ratio:180/100) and (min-device-width:1024px) {
  #boy-erased {
    width: 9.9vw;
    height: 5.87vw;
    top: 33%;
    left: 12.6%;
  }
  #boy-erased.menu-mode {
    top: 49vh;
    left: 13vh;
    width: 16.7vh;
    height: 7vh;
  }
}
#mary {
  background-image: url(../img/mary.png);
  width: 14.3vw;
  height: 8.35vw;
  top: 50.3%;
  left: 73.7%;
}
#mary.menu-mode {
  top: 35.7vw;
  left: 7vw;
  width: 8.5vw;
  height: 5vw;
}
@media screen and (min-aspect-ratio:180/100) and (min-device-width:1024px) {
  #mary {
    width: 9.9vw;
    height: 5.87vw;
    top: 33%;
    left: 12.6%;
  }
  #mary.menu-mode {
    top: 62vh;
    left: 11.9vh;
    width: 17.7vh;
    height: 9vh;
  }
}
#basis {
  background-image: url(../img/ONTHEBASISOF_TT.png);
  width: 21.02vw;
  height: 5.199450317124736vw;
  top: 71.8%;
  left: 23.3%;
}
#basis.menu-mode {
  top: 45vw;
  left: 5.1vw;
  width: 12.3vw;
  height: 3.1vw;
}
@media screen and (min-aspect-ratio:180/100) and (min-device-width:1024px) {
  #basis {
    width: 9.9vw;
    height: 5.87vw;
    top: 33%;
    left: 12.6%;
  }
  #basis.menu-mode {
    top: 75vh;
    left: 10.9vh;
    width: 20.7vh;
    height: 6vh;
  }
}
#everybody {
  background-image: url(../img/EVERYBODY-KNOWS.png);
  width: 15.57vw;
  height: 4.1vw;
  top: 72.5%;
  left: 59.1%;
}
#everybody.menu-mode {
  top: 53vw;
  left: 5.8vw;
  width: 10.9vw;
  height: 3vw;
}
@media screen and (min-aspect-ratio:180/100) and (min-device-width:1024px) {
  #everybody {
    width: 9.9vw;
    height: 5.87vw;
    top: 33%;
    left: 12.6%;
  }
  #everybody.menu-mode {
    top: 86vh;
    left: 11.5vh;
    width: 20.7vh;
    height: 6vh;
  }
}
.loader {
  width: 50px;
  display: block;
  margin: 0 auto;
}
#rsvp-form {
  background: #fff;
  color: #153f7b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 12;
  padding: 30px;
  display: none;
  width: 520px;
  max-height: 90%;
}
#rsvp-form h2 {
  font-weight: 300;
  margin: 0;
  font-size: 46px;
  float: left;
  border-right: 1px solid rgba(21, 63, 123, 0.3);
  padding-right: 20px;
}
#rsvp-form .screening-info {
  float: left;
  margin-left: 10px;
  position: relative;
  top: 0px;
  margin-bottom: 20px;
  width: 65%;
}
#rsvp-form .screening-info .movie {
  font-weight: 700;
}
#rsvp-form .screening-info .date {
  text-transform: capitalize;
}
#rsvp-form form {
  clear: left;
  display: block;
}
#rsvp-form form .input {
  height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  width: calc(50% - 17px);
  display: inline-block;
  font: inherit;
  line-height: 50px;
  height: 50px;
  margin-bottom: 30px;
  position: relative;
}
#rsvp-form form .input > div {
  cursor: pointer;
  position: relative;
}
#rsvp-form form .input > div span {
  margin-left: 10px;
}
#rsvp-form form .input > div.error:not(.hasDropdown) {
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  line-height: 1.6em;
}
#rsvp-form form .input .hasDropdown.error {
  color: #ff0000;
}
#rsvp-form form .input.pushRight {
  margin-right: 24px;
}
#rsvp-form form .input.fullWidth {
  width: 100%;
}
#rsvp-form form input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  text-transform: uppercase;
  padding: 0 10px;
  box-sizing: border-box;
}
#rsvp-form form input.error {
  color: #ff0000;
}
#rsvp-form form input::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
}
#rsvp-form form input,
#rsvp-form form .hasDropdown {
  color: #153f7b;
  border: 1px solid;
}
#rsvp-form form .hasDropdown {
  background: url(../img/dropdown-arrow.jpg) no-repeat;
  background-position: 95% center;
}
#rsvp-form form .dropdown {
  position: absolute;
  max-height: 130px;
  overflow-y: auto;
  background: #fff;
  width: 100%;
  right: -1px;
  top: 100%;
  border: 1px solid;
  display: none;
  z-index: 1;
}
#rsvp-form form .dropdown .value {
  padding: 0 20px;
  box-sizing: border-box;
  height: 30px;
  border-bottom: 1px solid;
  line-height: 30px;
  background: #EEE;
  text-align: right;
}
#rsvp-form form .dropdown .value:last-child {
  border-bottom: none;
}
#rsvp-form form .dropdown .value:hover {
  background: #153f7b;
  color: #fff;
}
#rsvp-form form .submit-btn {
  background: #f7ca2e;
  color: #fff;
  clear: left;
  line-height: 43px;
  padding: 5px 0px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-align: center;
}
#rsvp-form form .submit-btn:hover {
  background: #f77c00;
}
#rsvp-form #rsvp-message {
  font-size: 14px;
  line-height: 1.2em;
  display: none;
  text-align: center;
}
#rsvp-form #rsvp-message h3 {
  font-weight: 300;
  border-bottom: 1px solid rgba(21, 63, 123, 0.3);
  padding-bottom: 12px;
  font-size: 35px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1em;
}
#rsvp-form #rsvp-message h4 {
  font-weight: 300;
  font-size: 20px;
}
#rsvp-form #rsvp-message div:first-of-type {
  font-weight: bold;
  font-size: 18px;
}
#rsvp-form .rsvp-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  padding-right: 20px;
  cursor: pointer;
}
#rsvp-form .rsvp-close-btn .x {
  color: #e69441;
  position: absolute;
  right: 5px;
  top: -13px;
  font-size: 30px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
#add-to-calendar {
  background: #e69441;
  color: #fff;
  clear: left;
  line-height: 43px;
  padding: 6px 0  4px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 29px auto 0;
  font-size: 18px;
  width: 212px;
  position: relative;
}
#add-to-calendar > a {
  display: block;
  height: 100%;
}
#add-to-calendar > a:focus {
  outline: none;
}
#add-to-calendar:hover {
  background: #f77c00;
}
#add-to-calendar:hover ul {
  display: block;
}
#add-to-calendar ul {
  position: absolute;
  top: 100%;
  padding: 0 0 0 15px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  display: none;
  background: #fff;
  box-shadow: inset 0px 8px 10px -5px #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: 1px solid #e69441;
}
#add-to-calendar ul li {
  text-align: left;
  line-height: 1.4em;
}
#add-to-calendar ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #e69441;
}
#add-to-calendar ul li a:hover {
  color: #f77c00;
}
