/* app/assets/fd-pkgs/fd-footer/stylesheets/desktop/footer.css */
.footer {
  padding: 0;
}
.footer__section,
.emu__content.footer__section {
  padding-top: 40px;
}
.emu__content.footer__section .footer-coming-soon {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* app/assets/fd-pkgs/fd-footer/stylesheets/desktop/footer-coming-soon.css */
.footer-coming-soon__list {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  overflow: hidden;
}
.footer-coming-soon__list-item {
  margin: 0 5px 18px 5px;
  text-align: left;
  width: 17.5%;
}
.footer-coming-soon__list-item:first-of-type {
  margin-left: 0;
}
.footer-coming-soon__list-item:last-of-type {
  margin-right: 0;
}
.footer-coming-soon__link {
  height: 100%;
}
.footer-coming-soon__poster {
  margin-bottom: 2px;
  height: 221px;
  width: 144px;
  border-radius: 4px;
}
.footer-coming-soon__img {
  height: 221px;
}
.footer-coming-soon__sr-only {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}
.footer-coming-soon__list .footer-coming-soon__list-item:nth-child(n+9) {
  display: none;
}
@media (max-width: 1120px) {
  .footer-coming-soon__list .footer-coming-soon__list-item:nth-child(n+8) {
    display: none;
  }
}
@media (max-width: 990px) {
  .footer-coming-soon__list .footer-coming-soon__list-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 855px) {
  .footer-coming-soon__list .footer-coming-soon__list-item:nth-child(n+6) {
    display: none;
  }
}

/* app/assets/fd-pkgs/fd-footer/stylesheets/desktop/nav.css */
.footer-nav {
  padding: 40px 20px;
  background-color: #121212;
  font-size: 14px;
}
.footer-nav__heading {
  color: #ffffff;
  font-family:
    "proxima-nova",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-nav__list-item {
  padding: 5px 0;
}
.footer-nav__list-item a {
  font-weight: normal;
}

/* app/assets/fd-pkgs/fd-footer/stylesheets/desktop/offer.css */
.footer-offer__header {
  display: flex;
  justify-content: space-between;
}
.footer-offer__list {
  padding-top: 8px;
  display: grid;
  grid-template-columns: 25fr 25fr 25fr 25fr;
  column-gap: 16px;
  overflow: hidden;
}
.footer-offer {
  height: 297px;
  border-radius: 8px;
  border: solid 1px #b8b8b8;
}
.footer-offer__link,
.footer-offer__img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.footer-offer__img {
  height: 118px;
  width: 100%;
}
.footer-offer__description-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  height: 180px;
}
.footer-offer__description-section a {
  text-transform: uppercase;
  font-size: 14px;
  color: #3478c1;
  line-height: 20px;
}
.footer-offer__description {
  margin-top: 5px;
}

/* app/assets/fd-pkgs/fd-footer/stylesheets/desktop/utility-links.css */
.footer-utility-links {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 60px;
}
.footer-utility-links__wrapper {
  background-color: #e7e7e7;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.footer-utility-links__follow {
  align-items: baseline;
}
.footer-utility-links__apps {
  align-items: end;
}
.footer-utility-links__social-icon {
  margin: 0 10px 6px 0;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.footer-utility-links__heading {
  font-family:
    "proxima-nova",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333e48;
  display: inline;
  line-height: 1;
}
.footer-utility-links__social {
  display: flex;
  margin-top: 37px;
}
.footer-utility-links__app-store-icon {
  margin-right: 10px;
}
@media (min-width: 980px) {
  .footer-utility-links__social-icon {
    margin-right: 15px;
  }
}

/* app/assets/fd-pkgs/fd-footer/stylesheets/desktop/site-info.css */
.footer-site-info {
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
}
.footer-site-info__container {
  padding: 30px 10px 20px;
}
.footer-site-info__section {
  margin-bottom: 10px;
}
.footer-site-info__section:first-child {
  margin-bottom: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-site-info__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-site-info__list-item {
  flex-shrink: 0;
  border-left: 1px solid #b8b8b8;
  padding-left: 5px;
  margin: 0 0 5px 5px;
}
.footer-site-info__list-item:first-of-type {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-site-info__list--affiliates .footer-site-info__list-item:nth-of-type(2) {
  padding-left: 0;
  border-left: none;
}
.footer-site-info__advertising-btn {
  padding: 14px 0 24px;
}
.footer-site-info__advertising-link {
  padding: 6px 48px;
  border-radius: 4px;
  border: solid 1px #3478c1;
}
.footer-site-info__studioBanner {
  padding: 10px 0 20px 0;
}
.global-footer__copyright--link {
  color: #fef7f1;
  font-weight: normal;
}
#ot-sdk-btn.ot-sdk-show-settings.footer-site-info__link {
  border: none;
  color: #3478c1;
  padding: 0 2px 0 6px;
  text-decoration: none;
  font-size: 14px;
}
#ot-sdk-btn.ot-sdk-show-settings.footer-site-info__link:hover {
  background-color: transparent;
  color: #275b93;
  text-decoration: underline;
}
#ot-sdk-btn.ot-sdk-show-settings.footer-site-info__link.us-privacy:not(:empty)::before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAOCAYAAADT0Rc6AAAACXBIWXMAAACWAAAAlgEGQc5mAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAkZJREFUOI2VlE1IVFEYhp9zZqwZTaeNCdEiIgzLVmFUY4swadFyaFFQoNYwLlpJjhmaAxXWCBL9OWaQkUILWwSBZJTBMNOP5UL6oSLIoHIhQ/iT48zc0+Kqd+7cMcd39b3vd77v/e655xxBJryqDWgA1llyq8c00EG3CKSLYinyKTcaYZeT5BUPsroMmb9mKZvQFDFNIwZo6Q02NVGWk73CzW0RMUwXDHuOE6+rZG2un5HUIK8+19WAYB8hEbUDoBG+c4JUrTt3Q4D7L1ezGlBEACGlT7W4nKRq3dhWqik4DY/HDH5jOK1fCLz7Db57s6458jKaeFWzXUBT0LOyYWkLlBTB4Z2GNvLdiHddhLfn9C0fHYdXZ6GmF+YSllaN9pRG/qEdZvXzBJSWGNzTBT9iMHvN0CZnzDXvxqHiErxp1rmvD+5Gss7vkgDCOMNMzcG2VuiN6rzzKTwchYmged2tYWu36bgRz8St+UXYbZK/Qx9w1rp1odABUT/svQyffkP7IIydhyKnufDmCzPfWgwfA9A4AOGvEPGDpqD/tcVzSiroODNAKl3ds0Uvah+EezVQvtE67a8/Zv7lArQ+guATiH6DyiD01cH6jGERdAhQAi9a/0m0oxXI5TfFwPufUB4wa4UO/dekI88GiZRZo1sICUKhUXWsB/lgBOtZy4Lrz61apiFkMZQcgPRn8JQ6iGBoQxHJziPYq7eDM/OOLaC4IetV+D8kVXSJZ2ZTgDYlCybpnJ2nXimWsVwV5oGrhPAjhFoU/wFkb7M55NWangAAAABJRU5ErkJggg==);
  display: inline-block;
  height: 14px;
  width: 29px;
  margin-right: 4px;
}

/* app/assets/stylesheets/desktop/global/components/carousel.css */
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel-items {
  position: relative;
  left: 0;
  white-space: nowrap;
  -webkit-transition: left;
  -moz-transition: left;
  -o-transition: left;
  transition: left;
}
.carousel-items > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.carousel-flipper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-style-strip > .carousel-items {
  margin: 0 43px;
  font-size: 0;
}
.carousel-style-strip > .carousel-items > li {
  padding-right: 8px;
  font-size: 14px;
}
.carousel-style-strip > .carousel-items > li > div > time {
  font-size: 10px;
}
.carousel-style-strip > .left.icon,
.carousel-style-strip > .right.icon {
  background-color: #fff;
  position: absolute;
  top: 0;
  margin: auto;
  width: 43px;
  height: 100%;
  font-size: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-style-strip > .left.icon {
  border-right: 5px solid #ebebeb;
}
.carousel-style-strip > .right.icon {
  border-left: 5px solid #ebebeb;
}
.carousel-style-strip > .left.icon:focus,
.carousel-style-strip > .right.icon:focus {
  outline-style: auto;
  outline-width: 3px;
  outline-color: #4691e3;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.carousel-style-strip > .left.icon:before {
  content: "";
  border-radius: 0 40px 40px 0;
  background: #ebebeb;
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.carousel-style-strip > .left.icon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  background: transparent no-repeat 1px center;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/left-arrow.10a0mkgs.svg");
}
.carousel-style-strip > .right.icon:before {
  content: "";
  border-radius: 40px 0 0 40px;
  background: #ebebeb;
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.carousel-style-strip > .right.icon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  opacity: 0.8;
  background: transparent no-repeat 9px center;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/right-arrow.6vppbkui.svg");
}
.carousel-style-strip > .left.icon:hover:after,
.carousel-style-strip > .right.icon:hover:after {
  opacity: 1.0;
}
.carousel-style-strip > .right {
  right: 0;
}
.carousel-style-strip {
  padding: 0;
  background-color: transparent;
}
.carousel-style-strip > .carousel-items > li > .poster {
  width: 126px;
  height: 254px;
}
.carousel-style-strip > .carousel-items > li > .poster .heading-style-1 {
  margin-bottom: 2px;
  max-height: 35px;
  font-size: 20px;
}
.carousel-style-strip > .carousel-items > li > .blogger-hCard {
  width: 160px;
  height: 300px;
}
@media (max-width: 767px) {
  body > #page {
    padding-top: 0;
  }
}

/* app/assets/stylesheets/desktop/global/components/wall.css */
.content-wall .content-item-container {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content-item {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.content-wall .content-item {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.content-wall .visual-container {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.content-wall .content-item-headline {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  margin: 16px;
  color: #17212c;
}
.content-wall {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.content-wall .content-item-container.hide-item {
  visibility: hidden;
}
.content-wall .visual-thumb {
  width: 100%;
}
.content-wall .visual-container > .icon,
.content-wall .content-item-thumb > .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0.6;
}
.no-touch .content-wall .visual-container:hover > .icon {
  opacity: 1;
}
.content-wall .content-item-headline a {
  color: #17212c;
}
.content-item-list {
  overflow: hidden;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.content-item-container {
  padding: 1px 11px 0;
}
@media only screen and (max-width: 540px) {
  .is-mobile .content-item-container--mobile-100 {
    clear: both;
    width: 100%;
  }
}
.content-wall .content-item-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.generic.content-wall {
  overflow: hidden;
}
.generic.content-wall .type-article .article-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: visible;
  padding: 5px 0;
  min-height: 2em;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.generic.content-wall .type-article .author-name,
.generic.content-wall .type-article .article-date {
  margin: 0 0 0 65px;
  text-align: left;
  display: block;
}
.generic.content-wall .type-article .article-date {
  font-weight: bold;
  color: #ebebeb;
  text-transform: uppercase;
}
.generic.content-wall .type-article .author-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.generic.content-wall .type-article .circular {
  position: absolute;
  top: -50%;
  left: 1%;
  width: 55px;
  height: 55px;
  border-radius: 150px;
  opacity: 1;
}
.generic.content-wall .type-article .circular img {
  position: relative;
  top: 3px;
  left: 1px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 150px;
}
.poster-wall > ul > li {
  margin-bottom: 20px;
}
.poster-wall .poster > div > a {
  height: 50px;
}
#inTheatersContentWall time {
  display: none;
}
.actions {
  text-align: right;
  padding-right: 28px;
  padding-bottom: 30px;
}
.more-btn {
  min-width: 277px;
}
.is-mobile .actions {
  padding-right: 0;
}
.is-mobile .more-btn {
  width: 100%;
}

/* app/assets/fd-pkgs/fd-header/stylesheets/desktop/csspinner.css */
.csspinner {
  position: relative;
}
.csspinner:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #999;
  content: "";
  opacity: 0.6;
}
.csspinner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  border-top: 4px solid #555;
  border-radius: 100%;
  content: "";
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  -webkit-animation: standard 0.75s infinite linear;
  animation: standard 0.75s infinite linear;
}
@-webkit-keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes standard {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* app/assets/fd-pkgs/fd-header/stylesheets/desktop/brand-bar.css */
.brand-bar {
  background-color: #3478c1;
}
.brand-bar__wrap {
  height: 32px;
  max-width: 1280px;
  padding: 0 10px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.brand-bar__link,
a.brand-bar__link:focus,
a.brand-bar__link:hover {
  color: #fff;
}
.brand-bar__link:not(:last-of-type) {
  margin-right: 30px;
}
.brand-bar__text {
  margin-left: 4px;
}
.brand-bar__container {
  display: flex;
  align-items: center;
}
.brand-bar__link svg {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

/* app/assets/fd-pkgs/fd-header/stylesheets/desktop/nav-bar.css */
.nav-bar__adaptive-header-wrap {
  min-width: 768px;
  order: 1;
}
.nav-bar__global-header-wrap {
  background-color: #121212;
}
.nav-bar {
  display: flex;
}
.nav-bar__left-section {
  align-items: center;
  display: flex;
  flex: 1;
  height: 70px;
}
.nav-bar__adaptive-header-logo {
  background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22242%22%20height%3D%2256%22%20viewBox%3D%220%200%20242%2056%22%3E%3Cstyle%3E.st0%7Bfill%3A%233e8ede%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M207.7%2016.5c-6.5%200-11.3%204.5-11.3%2011%200%206.4%204.8%2010.9%2011.3%2010.9S219%2033.9%20219%2027.5c0-6.5-4.8-11-11.3-11zm6.2%2011.4c-.1%201.5-.7%202.8-1.6%203.9-.1.1-.2.2-.4.3-1.1%201-2.6%201.7-4.2%201.7-3.4%200-6.2-2.8-6.2-6.2%200-3.5%202.8-6.2%206.2-6.2%203.3%200%206%202.6%206.2%205.9v.6zm-29.8-2v4.8h4.8v1.7c-.8.7-2.3%201.2-3.9%201.2-3.4%200-5.9-2.7-5.9-6.2s2.5-6.1%205.9-6.1c2.1%200%203.7%201.3%204.5%202.7l4.6-2.4c-1.5-2.6-4.3-5.1-9.1-5.1-6.3%200-11.4%204.2-11.4%2011s5.2%2011%2011.4%2011c3.6%200%206.5-1.3%208.6-3.3l.1-.2c.4-.4.6-.9.6-1.5v-7.6h-10.2zm-16-9h-.4c-1.2.1-2.1%201-2.1%202.2v9.4L157%2016.9h-5.6v21.2h5.4V25.8l9%2012.3h5.2V16.9h-2.9zm-26.8%200h-6.9l-8%2021.2h6.2l1-3.1h8.4l.5%201.6c.3.8%201.1%201.4%202.1%201.5h4.7l-8-21.2zm-6.1%2013.3l2.7-8%202.6%208h-5.3zm-19.5-13.3h-8.9v18.9c.1%201.2%201%202.2%202.3%202.2h6.6c6.7%200%2011.5-4%2011.5-10.6-.1-6.5-4.9-10.5-11.5-10.5zm0%2016.3h-3.5V21.6h3.5c3.8%200%205.8%202.5%205.8%205.8%200%203.2-2.2%205.8-5.8%205.8zM100%2016.9h-.3c-1.2%200-2.1%201-2.2%202.2v9.4l-8.6-11.6h-5.6v21.2h5.4V25.8l9%2012.3h5.2V16.9H100zm-26.6%200h-7l-8%2021.2h6.4l1-3.1h8.4l.5%201.6c.4.8%201.1%201.4%202.1%201.5h4.7l-8.1-21.2zm-6.2%2013.3l2.7-8%202.7%208h-5.4zm-6.7-8.7v-4.7H44.3V38h5.8v-7.5h5.7c1-.1%201.8-1%201.8-2v-2.8H50v-4.2h10.5z%22%20class%3D%22st0%22%2F%3E%3Cpath%20fill%3D%22%23ef7622%22%20d%3D%22M30.9%2019.8l-2.7-10L0%2017.3l2.7%2010c1.7.4%203.2%201.6%203.6%203.4.5%201.8-.1%203.6-1.4%204.8l2.7%2010L35.8%2038l-2.7-10.1c-1.7-.4-3.2-1.6-3.6-3.4-.5-1.8.1-3.6%201.4-4.7z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.4%2020.1L12%2022.3l1.7%206.3%208.4-2.2%201.7%206.3-8.4%202.2%201.7%206.3-8.4%202.2-2-7.6c1.2-1.5%201.8-3.5%201.2-5.6-.6-2-2-3.5-3.9-4.2l-2.1-7.7%2016.8-4.5%201.7%206.3z%22%2F%3E%3Cpath%20d%3D%22M219.85%2014.91c.6%200%201.09.49%201.09%201.09s-.49%201.09-1.09%201.09-1.09-.49-1.09-1.09.49-1.09%201.09-1.09zm-.84%201.09c0%20.46.37.83.83.83s.83-.37.83-.83c0-.46-.37-.83-.83-.83s-.83.37-.83.83z%22%20class%3D%22st0%22%2F%3E%3Cpath%20d%3D%22M219.98%2016.03c.12.03.26.45.33.55h-.25c-.09-.13-.16-.51-.37-.46v.46h-.23v-1.16c.17.01.54-.03.65.08.16.13.13.52-.13.53zm-.29-.42v.32c.13%200%20.29.01.28-.16.01-.17-.15-.16-.28-.16z%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  display: flex;
  height: 70px;
  width: 242px;
}
.nav-bar__autocomplete {
  display: inline-block;
  line-height: normal;
  position: relative;
  width: 452px;
}
input[type=text].nav-bar__search-input {
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 25px;
  position: relative;
  height: 46px;
  z-index: 4;
}
.nav-bar__autocomplete .csspinner {
  display: none;
  height: 28px;
  position: absolute;
  right: 51px;
  top: 8px;
  width: 28px;
  z-index: 4;
}
.nav-bar__autocomplete.is-loading .csspinner {
  display: block;
}
.nav-bar__autocomplete .csspinner:after {
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
  width: 28px;
}
.nav-bar__autocomplete .csspinner.no-overlay:before {
  display: none;
  content: none;
}
.nav-bar__autocomplete .csspinner.double-up:after {
  border-top: 4px double #e74c3c;
  border-right: 4px solid #e74c3c;
  border-bottom: 4px double #e74c3c;
  border-left: 4px double #e74c3c;
}
.nav-bar__go-btn {
  background-color: #3478c1;
  border-radius: 50%;
  height: 29px;
  width: 29px;
  position: absolute;
  right: 11px;
  top: 8px;
  z-index: 4;
}
.nav-bar__go-btn:focus,
.nav-bar__go-btn:hover {
  background-color: #275b93;
}
.nav-bar__search-icon {
  margin: 0 1px 3px 0;
}
.nav-bar__global-menu {
  display: flex;
  height: 70px;
}
.nav-bar__item {
  margin-left: 30px;
}
.nav-bar__item:first-child {
  margin-left: auto;
}
.nav-bar__icon-link {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-bar__item a.nav-bar__icon-link:focus,
.nav-bar__item a.nav-bar__icon-link:hover {
  box-shadow: inset 0 -2px #3487c1;
  color: #3487c1;
  text-decoration: none;
}
.nav-bar__svg-icon {
  display: block;
  fill: #fff;
  margin-bottom: 5px;
  max-height: 20px;
  max-width: 24px;
  transition: fill .3s linear;
}
.nav-bar__item a.nav-bar__icon-link:focus .nav-bar__svg-icon,
.nav-bar__item a.nav-bar__icon-link:hover .nav-bar__svg-icon {
  fill: #3478c1;
}
.nav-bar__text {
  display: inline-block;
}
.nav-bar__global-search {
  margin: auto;
}
.nav_container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1229px) {
  .nav-bar {
    display: block;
  }
  .nav-bar__item {
    margin: auto;
  }
}

/* app/assets/fd-pkgs/fd-header/stylesheets/desktop/fan-autocomplete.css */
.fan-autocomplete-results {
  background-color: #fff;
  border-radius: 20px;
  opacity: 0.95;
  overflow: hidden;
  position: absolute;
  max-height: 700px;
  width: 100%;
  padding: 38px 0 0 0;
  top: 0;
  transition: max-height 400ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  z-index: 3;
}
.fan-autocomplete-category {
  border-top: 1px solid #ffffff0d;
  padding: 15px;
}
.fan-autocomplete-category:first-child {
  border-top: none;
}
.fan-autocomplete-heading {
  cursor: default;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.fan-autocomplete-item {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
  text-transform: uppercase;
  text-align: left;
}
.fan-autocomplete-more-results {
  background-color: #3478c1;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.no-touch .fan-autocomplete-more-results:hover {
  background-color: #275b93;
  color: #fff;
}

/* app/assets/stylesheets/shared/global/carousels/nosferatuCarousel.css */
.nosferatu--slides {
  position: relative;
  left: 0;
  white-space: nowrap;
  -webkit-transition: left;
  -moz-transition: left;
  -o-transition: left;
  transition: left;
  width: 100%;
  height: 100%;
}
.nosferatu--slides > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  position: relative;
  width: 100%;
  height: 100%;
}
.nosferatu--slide {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  position: relative;
}
.nosferatu--slide:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: visible;
  width: 100px;
  height: 100%;
  content: "";
  pointer-events: none;
}
.nosferatu--slide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  visibility: visible;
  width: 100px;
  height: 100%;
  content: "";
  pointer-events: none;
}
.nosferatu--slide-inner {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.nosferatu--image {
  display: block;
  margin: 0 auto;
  height: 350px;
  opacity: 0;
}
.nosferatu--detail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
}
.nosferatu--detail-inner {
  width: 320px;
  margin-left: 150px;
  padding-top: 150px;
}
.nosferatu--title {
  color: inherit;
}
.nosferatu--description {
  display: block;
  font-size: 16px;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
  font-style: italic;
  padding-bottom: 20px;
  text-transform: none;
}
.nosferatu--type {
  position: absolute;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.nosferatu--type__video {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjguMnB4IiBoZWlnaHQ9IjI4LjJweCIgdmlld0JveD0iMCAwIDI4LjIgMjguMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjguMiAyOC4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KPCFbQ0RBVEFbDQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KXV0+DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjEsMjguMWMtNy43LDAtMTQtNi4zLTE0LTE0YzAtNy43LDYuMy0xNCwxNC0xNGM3LjcsMCwxNCw2LjMsMTQsMTRDMjguMSwyMS44LDIxLjgsMjguMSwxNC4xLDI4LjF6IE0xNC4xLDINCglDNy40LDIsMiw3LjQsMiwxNC4xYzAsNi43LDUuNCwxMi4xLDEyLjEsMTIuMWM2LjcsMCwxMi4xLTUuNCwxMi4xLTEyLjFDMjYuMiw3LjQsMjAuOCwyLDE0LjEsMnoiLz4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTAuNSw4LjEgMTAuNSwyMCAyMC4xLDE0LjEgIi8+DQo8L3N2Zz4NCg==) no-repeat 0 0 / 105px 105px;
  width: 105px;
  height: 105px;
  top: 35%;
  left: 2%;
}
@media (max-width: 1024px) {
  .nosferatu--detail {
    white-space: nowrap;
    overflow: hidden;
  }
  .nosferatu--detail-inner {
    position: absolute;
    bottom: 22px;
    left: -149px;
  }
  .nosferatu--detail-inner:after {
    content: "";
    display: block;
    width: 1024px;
    height: 75px;
    background: rgba(0, 0, 0, 0.67);
    position: absolute;
    bottom: 8px;
    z-index: -1;
  }
  .nosferatu--title,
  .nosferatu--description {
    padding-left: 60px;
  }
  .nosferatu--type {
    background-size: 30px 30px;
    top: 149px;
    left: 7%;
  }
}
@media (min-width: 1025px) {
  .nosferatu--detail-inner {
    width: 1260px;
  }
  .nosferatu--slide-inner:before,
  .nosferatu--slide-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 350px;
    width: 100px;
  }
  .nosferatu--slide-inner:before {
    left: -4px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
  }
  .nosferatu--slide-inner:after {
    right: -4px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=1);
  }
}

/* app/assets/stylesheets/shared/global/pagination.css */
.pagination {
  text-align: center;
  line-height: 45px;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.pagination__more-btn {
  position: absolute;
  right: 30px;
  color: #000;
}
.pagination__back-btn {
  position: absolute;
  left: 30px;
  color: #000;
}
.pagination__pg-btn {
  letter-spacing: 2px;
  color: #4aa7f6;
}
.pagination__pg-btn--is-selected {
  color: #000;
}

/* app/assets/stylesheets/desktop/global/poster.css */
.poster-card,
.poster {
  position: relative;
  background-color: #fff;
}
.poster-card--title-block,
.poster > div {
  padding: 8px;
}
.poster-card--release-date,
.poster time {
  color: #949494;
  font-style: italic;
  font-size: 14px;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
}
.poster-card--release-date {
  height: 1.1em;
  display: block;
  overflow: hidden;
}
.poster-card--img__small,
.poster-thumb-size-s {
  min-height: 200px;
  width: 131px;
}
.poster-card__fluid .poster-card--img-wrap,
.poster.fluid > a {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  padding-top: 150%;
  border-radius: 4px;
}
.poster-card__fluid .poster-card--img,
.poster.fluid > a > img {
  position: absolute;
  top: 0;
  height: 100%;
}
.no-touch .poster-card--title-block:hover .poster-card--title,
.no-touch .poster > div > a:hover {
  color: #222;
}
.poster-card--title,
.poster > div > a {
  overflow: hidden;
  max-height: 50px;
}
.poster-thumb-size-s {
  width: 131px;
  height: 200px;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/desktop/global-components.2t0q029p.css */
