/* 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 var(--neutral-000);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.content-wall .content-item {
  background: var(--neutral-000);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.content-wall .visual-container {
  display: block;
  overflow: hidden;
  width: 100%;
  background: var(--neutral-000);
  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: var(--blue-600);
}
.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: var(--blue-600);
}
.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: var(--neutral-700);
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--neutral-000);
  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 var(--neutral-000);
  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/stylesheets/person/overview/theme.css */
.pop-content {
  background: var(--orange-600) url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/person/overview/person-overview-header-bg.daggfkfu.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.pop-content .cta {
  font-size: 14px;
  float: right;
  margin-top: 12px;
}
.pop-content--inner {
  background-image: -webkit-linear-gradient(transparent 33%, var(--dark-overlay-60));
  background-image: -o-linear-gradient(transparent 33%, var(--dark-overlay-60));
  background-image: linear-gradient(transparent 33%, var(--dark-overlay-60));
  color: #ccc;
  padding-bottom: 20px;
}
.pop-content--lower {
  background: #ebebeb;
  padding: 20px 10px;
}
.pop-biography {
  background-color: rgba(51, 51, 51, 0.4);
  color: var(--neutral-000);
  padding: 20px 10px;
  line-height: 20px;
}
.pop-biography--headline {
  color: var(--neutral-000);
  padding-bottom: 10px;
  text-align: center;
}
.pop-biography--more-link {
  width: 100%;
  text-align: right;
}
.pop-featured-video__summary-wrapper {
  font-size: 14px;
  width: 81%;
  padding: 14px 0;
  color: #ccc;
  min-height: 96px !important;
}
.pop-featured-video__video-title {
  font-size: 13px;
  font-weight: 900;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  color: #ccc;
  line-height: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.pop--data-provided-by {
  color: var(--neutral-200);
  margin: 1em 0;
}
.theme__pop .content-wall .content-item {
  box-shadow: none;
}
.theme__pop .content-wall .content-item-container {
  margin-bottom: 40px;
}
.theme__pop .content-wall .content-item-container:before {
  display: none;
}
.theme__pop .content-wall .content-item-container:after {
  right: 10px;
  bottom: -21px;
  left: 10px;
  height: 21px;
  background-position: center bottom;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22800px%22%0A%09%20height%3D%2230px%22%20viewBox%3D%220%200%20800%2030%22%20style%3D%22enable-background%3Anew%200%200%20800%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.15%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22shadow%22%20class%3D%22st0%22%20d%3D%22M0%2C0v30h380c0-11%2C9-20%2C20-20c11%2C0%2C20%2C9%2C20%2C20h380V0H0z%22%2F%3E%0A%3Cpath%20id%3D%22ticket%22%20class%3D%22st1%22%20d%3D%22M0%2C0v29h380c0-11%2C9-20%2C20-20c11%2C0%2C20%2C9%2C20%2C20h380V0H0z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  width: auto;
  background-color: transparent;
  border-radius: 0;
}
.theme__pop .content-wall .content-item-headline {
  padding-bottom: 6px;
}
.pop-recommendations {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pop-content--lower {
    padding: 20px 0;
  }
  .pop-content .cta {
    float: left;
    padding-left: 10px;
  }
  .heading-style-stub {
    border: none;
    padding: 0 10px;
    margin: 0;
  }
  .heading-size-xl {
    font-size: 35px;
    line-height: 32px;
  }
}

/* app/assets/stylesheets/person/overview/header.css */
.pop-header {
  position: relative;
  height: 105px;
  text-transform: uppercase;
}
.pop-header--row {
  height: 100%;
}
.pop-header--headline {
  margin: 20px 0 2px;
}
.pop-header--headline-link,
.no-touch .pop-header--headline-link:hover {
  color: var(--neutral-000);
}
.pop-header--title-page-name {
  font-weight: normal;
  color: var(--orange-400);
}
.pop-header--nav-list {
  position: absolute;
  bottom: 15px;
}
.pop-header--nav-list-item {
  margin-right: 20px;
}
.pop-header--nav-link {
  font-weight: bold;
  font-size: 14px;
  color: #8b8b8b;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.no-touch .pop-header--nav-link:hover,
.pop-header--nav-link__active {
  color: var(--neutral-000);
}
.is-mobile .pop-header {
  height: inherit;
}
.is-mobile .pop-header--headline {
  margin: 10px 0;
}
.is-mobile .pop-header--nav-list {
  position: unset;
  bottom: unset;
  margin-bottom: 10px;
}
.is-mobile .pop-header--nav-list-item {
  margin-right: 20px;
  display: inline-block;
  padding: 9px 7px;
}
.is-mobile .pop-content--inner > .ad {
  padding: 20px 0 10px;
}

/* app/assets/stylesheets/person/overview/headshot.css */
.pop-headshot,
.pop-headshot--detail {
  max-width: 100%;
}
.pop-headshot {
  display: flex;
  background-color: var(--neutral-400);
}
.pop-headshot--detail {
  flex: 1;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  font-style: italic;
}
.pop-headshot--photo {
  flex: 1;
  width: 130px;
}
.pop-headshot--birthdate {
  color: #ccc;
  display: block;
  padding: 70px 10px 8px;
}
.pop-headshot--birthplace {
  color: var(--neutral-300);
  display: block;
  padding: 15px 10px 8px;
}
@media screen and (max-width: 1024px) {
  .is-desktop .pop-headshot {
    display: block;
  }
  .is-desktop .pop-headshot--photo {
    width: unset;
  }
  .is-desktop .pop-headshot--birthdate {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1124px) {
  .is-desktop .pop-headshot--birthdate {
    padding-top: 25px;
  }
}

/* app/assets/stylesheets/person/overview/table.css */
.pop-tabular {
  background-color: var(--neutral-000);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  padding: 22px 20px 60px;
  position: relative;
  margin-bottom: 20px;
}
.pop-tabular--title {
  color: #4c4c4c;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}
.pop-tabular--table {
  width: 100%;
}
.pop-tabular--table,
.pop-tabular--table thead,
.pop-tabular--table tbody {
  color: #4c4c4c;
}
.pop-tabular--table thead {
  font-weight: bold;
  text-transform: uppercase;
}
.pop-tabular--table tr,
.pop-tabular--table td {
  padding: 0 0 15px;
  vertical-align: top;
}
.pop-tabular--table .pop-tabular--row__year {
  width: 17%;
}
.pop-tabular--table .pop-tabular--row__film-title {
  width: 45%;
}
.pop-tabular--table .pop-tabular--row__role {
  width: 35%;
}
.pop-tabular--table .pop-tabular--row__award {
  width: 80%;
}
.pop-tabular--row__award-year {
  width: 17%;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/person/overview/filmography/desktop.2k7lpntv.css */
/*# sourceMappingURL=desktop.css.map */
