@import url(https://fonts.googleapis.com/css?family=Montserrat:400, 500|Oswald:400, 500);
@font-face {
    font-family: "San Francisco";
    font-weight: 200, 400, 600, 700, 900;
    src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff);
}
article .contextual {
    z-index: 501;
}
article .contextual .trigger {
    margin-right: 20px;
    height: 40px !important;
    width: 40px !important;
    border-radius: 20px;
    z-index: 501;
}
article .contextual.open .trigger {
    border-radius: 20px 20px 0 0;
}
.black-bkg {
    background-color: #000;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    white-space: inherit;
    -webkit-clip-path: none;
    clip-path: none;
}
.invisible {
    visibility: hidden;
}
.bold {
    font-weight: 700;
}
.regular {
    font-weight: 400;
}
.italic {
    font-style: italic;
}
.ell,
.videos-module .videos-item--thumbnail .videos-item--availability {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.break-word {
    word-wrap: break-word;
}
.no-wrap {
    white-space: nowrap;
}
#block-pagetitle,
.about .credits__title,
.banner__availability,
.corporate h1,
.corporate h2,
.corporate h3,
.corporate h4,
.custom-promotion--meta h1,
.custom-promotion--meta h2,
.custom-promotion--meta h3,
.custom-promotion--meta h4,
.email-signup-module--inner h2,
.html-page h1,
.html-page h2,
.html-page h3,
.html-page h4,
.html-page h5,
.html-page h6,
.page-node-type-press-release .banner--title,
.recent-press-releases .pr-module--see-all,
.section__header,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.sub-banner--subtitle,
.uppercase {
    text-transform: uppercase;
}
.clear-heading {
    margin: 0;
    line-height: 1.5625rem;
}
.text-center {
    text-align: center;
}
.animate-fade {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.animate-fade:hover {
    opacity: 0;
}
.animate-move > .demo-shape {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    width: 100%;
    min-height: 100vh;
}
.g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1.25rem 0 1.25rem -1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.g > .g__cell {
    display: block;
    padding: 1.25rem 0 0 1.25rem;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
}
.g--noWrap {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}
.g__cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.g--remove-gutters {
    margin: 0;
}
.g--remove-gutters > .g__cell {
    padding: 0;
}
.g--flex > .g__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.g--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.g--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.g--justifyCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.g--autoSize {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.g__cell--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.g__cell--center {
    -ms-flex-item-align: center;
    align-self: center;
}
.g--fit > .g__cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.g--full > .g__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.g--1of2 > .g__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.g--1of3 > .g__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
}
.g--1of4 > .g__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}
.g--1of5 > .g__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
}
.g__cell.is-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.is-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.g__cell.push-0 {
    margin-left: 0;
}
.g__cell.push-1 {
    margin-left: 8.33333%;
}
.g__cell.push-2 {
    margin-left: 16.66667%;
}
.g__cell.push-3 {
    margin-left: 25%;
}
.g__cell.push-4 {
    margin-left: 33.33333%;
}
.g__cell.push-5 {
    margin-left: 41.66667%;
}
.g__cell.push-6 {
    margin-left: 50%;
}
.g__cell.push-7 {
    margin-left: 58.33333%;
}
.g__cell.push-8 {
    margin-left: 66.66667%;
}
.g__cell.push-9 {
    margin-left: 75%;
}
.g__cell.push-10 {
    margin-left: 83.33333%;
}
.g__cell.push-11 {
    margin-left: 91.66667%;
}
.g__cell.push-12 {
    margin-left: 100%;
}
@media (min-width: 26em) {
    .g--fit--small > .g__cell {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .g--full--small > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .g--autoSize--small > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g--1of2--small > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .g--1of3--small > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
        flex: 0 1 33.3333%;
    }
    .g--1of4--small > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
    .g--1of5--small > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }
    .g__cell.is-1--small {
        width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-2--small {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-3--small {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-4--small {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-5--small {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-6--small {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-7--small {
        width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-8--small {
        width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-9--small {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-10--small {
        width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-11--small {
        width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-12--small {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.push-0--small {
        margin-left: 0;
    }
    .g__cell.push-1--small {
        margin-left: 8.33333%;
    }
    .g__cell.push-2--small {
        margin-left: 16.66667%;
    }
    .g__cell.push-3--small {
        margin-left: 25%;
    }
    .g__cell.push-4--small {
        margin-left: 33.33333%;
    }
    .g__cell.push-5--small {
        margin-left: 41.66667%;
    }
    .g__cell.push-6--small {
        margin-left: 50%;
    }
    .g__cell.push-7--small {
        margin-left: 58.33333%;
    }
    .g__cell.push-8--small {
        margin-left: 66.66667%;
    }
    .g__cell.push-9--small {
        margin-left: 75%;
    }
    .g__cell.push-10--small {
        margin-left: 83.33333%;
    }
    .g__cell.push-11--small {
        margin-left: 91.66667%;
    }
    .g__cell.push-12--small {
        margin-left: 100%;
    }
}
@media (min-width: 41em) {
    .g--fit--medium > .g__cell {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .g--full--medium > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .g--autoSize--medium > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g--1of2--medium > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .g--1of3--medium > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
        flex: 0 1 33.3333%;
    }
    .g--1of4--medium > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
    .g--1of5--medium > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }
    .g__cell.is-1--medium {
        width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-2--medium {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-3--medium {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-4--medium {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-5--medium {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-6--medium {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-7--medium {
        width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-8--medium {
        width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-9--medium {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-10--medium {
        width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-11--medium {
        width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-12--medium {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.push-0--medium {
        margin-left: 0;
    }
    .g__cell.push-1--medium {
        margin-left: 8.33333%;
    }
    .g__cell.push-2--medium {
        margin-left: 16.66667%;
    }
    .g__cell.push-3--medium {
        margin-left: 25%;
    }
    .g__cell.push-4--medium {
        margin-left: 33.33333%;
    }
    .g__cell.push-5--medium {
        margin-left: 41.66667%;
    }
    .g__cell.push-6--medium {
        margin-left: 50%;
    }
    .g__cell.push-7--medium {
        margin-left: 58.33333%;
    }
    .g__cell.push-8--medium {
        margin-left: 66.66667%;
    }
    .g__cell.push-9--medium {
        margin-left: 75%;
    }
    .g__cell.push-10--medium {
        margin-left: 83.33333%;
    }
    .g__cell.push-11--medium {
        margin-left: 91.66667%;
    }
    .g__cell.push-12--medium {
        margin-left: 100%;
    }
}
@media (min-width: 48em) {
    .g--fit--large > .g__cell {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .g--full--large > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .g--autoSize--large > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g--1of2--large > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .g--1of3--large > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
        flex: 0 1 33.3333%;
    }
    .g--1of4--large > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
    .g--1of5--large > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }
    .g__cell.is-1--large {
        width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-2--large {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-3--large {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-4--large {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-5--large {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-6--large {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-7--large {
        width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-8--large {
        width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-9--large {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-10--large {
        width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-11--large {
        width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-12--large {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.push-0--large {
        margin-left: 0;
    }
    .g__cell.push-1--large {
        margin-left: 8.33333%;
    }
    .g__cell.push-2--large {
        margin-left: 16.66667%;
    }
    .g__cell.push-3--large {
        margin-left: 25%;
    }
    .g__cell.push-4--large {
        margin-left: 33.33333%;
    }
    .g__cell.push-5--large {
        margin-left: 41.66667%;
    }
    .g__cell.push-6--large {
        margin-left: 50%;
    }
    .g__cell.push-7--large {
        margin-left: 58.33333%;
    }
    .g__cell.push-8--large {
        margin-left: 66.66667%;
    }
    .g__cell.push-9--large {
        margin-left: 75%;
    }
    .g__cell.push-10--large {
        margin-left: 83.33333%;
    }
    .g__cell.push-11--large {
        margin-left: 91.66667%;
    }
    .g__cell.push-12--large {
        margin-left: 100%;
    }
}
@media (min-width: 75em) {
    .g--fit--xl > .g__cell {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .g--full--xl > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .g--autoSize--medium > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g--1of2--xl > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .g--1of3--xl > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
        flex: 0 1 33.3333%;
    }
    .g--1of4--xl > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
    .g--1of5--xl > .g__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }
    .g__cell.is-1--xl {
        width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-2--xl {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-3--xl {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-4--xl {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-5--xl {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-6--xl {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-7--xl {
        width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-8--xl {
        width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-9--xl {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-10--xl {
        width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-11--xl {
        width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-12--xl {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g__cell.is-auto--xl {
        width: auto;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }
    .g__cell.push-0--xl {
        margin-left: 0;
    }
    .g__cell.push-1--xl {
        margin-left: 8.33333%;
    }
    .g__cell.push-2--xl {
        margin-left: 16.66667%;
    }
    .g__cell.push-3--xl {
        margin-left: 25%;
    }
    .g__cell.push-4--xl {
        margin-left: 33.33333%;
    }
    .g__cell.push-5--xl {
        margin-left: 41.66667%;
    }
    .g__cell.push-6--xl {
        margin-left: 50%;
    }
    .g__cell.push-7--xl {
        margin-left: 58.33333%;
    }
    .g__cell.push-8--xl {
        margin-left: 66.66667%;
    }
    .g__cell.push-9--xl {
        margin-left: 75%;
    }
    .g__cell.push-10--xl {
        margin-left: 83.33333%;
    }
    .g__cell.push-11--xl {
        margin-left: 91.66667%;
    }
    .g__cell.push-12--xl {
        margin-left: 100%;
    }
}
a {
    color: white;
}
a:visited {
    color: grey;
}
a:hover {
    color: #787878;
    text-decoration: none;
}
.dark .link,
.dark a {
    color: #fff;
}
.dark .link:visited,
.dark a:visited {
    color: #fff;
}
.dark .link:hover,
.dark a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.light .link,
.light a {
    color: #050811;
}
.light .link:visited,
.light a:visited {
    color: #050811;
}
.light .link:hover,
.light a:hover {
    color: #787878;
    text-decoration: none;
}
.h1,
h1 {
    font-style: normal;
    width: auto;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 3.713rem;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 0;
    color: inherit;
}
.h1__link {
    color: inherit;
}
.h1__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.h1 .trademark,
h1 .trademark {
    font-size: 20px;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
}
.h2,
h2 {
    font-style: normal;
    width: auto;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 2.856rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 0;
    color: inherit;
}
.h2__link {
    color: inherit;
}
.h2__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.h2 .trademark,
h2 .trademark {
    font-size: 15px;
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
}
.h3,
h3 {
    font-style: normal;
    width: auto;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 1.69rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 0;
    color: inherit;
}
.h3__link {
    color: inherit;
}
.h3__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.h3 .trademark,
h3 .trademark {
    font-size: 12px;
    vertical-align: top;
    margin-top: 2px;
    display: inline-block;
}
.corporate .de__title,
.h4,
.pr .pr__item h2,
.sub-banner--title h3,
h4 {
    font-style: normal;
    width: auto;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 1.69rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0;
    color: inherit;
}
.h4__link {
    color: inherit;
}
.h4__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.corporate .de__title .trademark,
.h4 .trademark,
.pr .pr__item h2 .trademark,
.sub-banner--title h3 .trademark,
h4 .trademark {
    font-size: 8px;
    vertical-align: top;
    margin-top: 1px;
    display: inline-block;
}
.corporate .ce-list__subtitle,
.h5,
.h6,
.videos-module .videos-item--title,
h5,
h6 {
    font-style: normal;
    width: auto;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 10px;
    color: inherit;
}
.h5__link,
.h6__link {
    color: inherit;
}
.h5__link:hover,
.h6__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.section__header {
    position: relative;
    margin-bottom: 1.5625rem;
    padding-left: 1.25rem;
}
.section__header::after {
    position: absolute;
    top: 1.25rem;
    left: 0;
    width: 0.625rem;
    height: 2.35rem;
    content: "";
    background: #787878;
}
.section__header--geo {
    position: relative;
    margin-top: 3.75rem;
}
.section__header--geo::before {
    position: absolute;
    z-index: -1;
    display: block;
    width: 130%;
    height: 14.0625rem;
    margin-top: -1.875rem;
    margin-left: -50%;
    content: "";
    border: 0.3125rem solid #787878;
    border-left: none;
}
@media (min-width: 48em) {
    .section__header--geo::before {
        width: 100%;
    }
}

.accent-geometry {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -150%;
    width: 230%;
    height: 250px;
    border: solid 0.3125rem #787878;
    display: block;
}
html {
    font-size: 80%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 26em) {
    html {
        font-size: 90%;
    }
}
@media (min-width: 75em) {
    html {
        font-size: 100%;
    }
}
body {
    font-family: "San Francisco", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5625rem;
    color: #050811;
    font-weight: 300;
}
body .light {
    color: #050811;
    background: #fff;
}
body .dark {
    color: #fff;
    background: #050811;
}
.paragraph,
.text-long p,
p {
    margin-top: 0;
    margin-bottom: 0.9375rem;
}
.blockquote,
.text-long blockquote,
blockquote {
    font-style: italic;
    margin-left: 0.9375rem;
    padding-left: 0.9375rem;
    border-left: solid 0.3125rem #292c2f;
}
.blockquote,
.paragraph,
.text-long blockquote,
.text-long p,
blockquote,
p {
    max-width: 43.75rem;
}
pre {
    font-size: 1rem;
}
.hr,
.text-long hr {
    color: currentColor;
    border-width: 0.1rem 0 0;
    border-style: solid;
}
small {
    font-size: 0.769rem;
    line-height: 0.95rem;
}
.text-long p {
    max-width: inherit;
}
.text-long blockquote {
    max-width: inherit;
}
.text-small {
    font-size: 0.769rem;
    line-height: 1.4;
}
.subheading {
    font-size: 1.3rem;
    text-transform: uppercase;
}
b,
strong {
    font-weight: 700;
}
.corp .section-wrapper {
    padding-left: 0;
    padding-right: 0;
}
ol,
ul {
    padding-left: 1.5625rem;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
.html-page .html-page__detail .html-page__body ol li,
.html-page .html-page__detail .html-page__body ul li,
.list-item,
.text-long ol li,
.text-long ul li {
    max-width: 43.75rem;
    margin-bottom: 0.3125rem;
    padding-left: 0.3125rem;
}
.text-long ol li,
.text-long ul li {
    max-width: inherit;
}
.image__img,
.img {
    height: auto;
    max-width: 100%;
}
.explorer__sidebar.open .explorer__sidebar__header::after,
.hamburger__nav h4.is-active::after,
.icn-accordion-closed,
.press__sidebar.open .press__sidebar__header::after {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 16.666666666666668% 0;
}
.icn-accordion-closed--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 66.66666666666667% 40%;
}
.explorer__sidebar__header::after,
.hamburger__nav h4::after,
.icn-accordion-open,
.press__sidebar__header::after {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 0 20%;
}
.icn-accordion-open--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 16.666666666666668% 20%;
}
.icn-arrow--down {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 0;
}
.icn-buy {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 20%;
}
.icn-buy--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 0 40%;
}
.icn-close {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 16.666666666666668% 40%;
}
.icn-close--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 40%;
}
.icn-facebook {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 0;
}
.icn-facebook--dark,
.light .site-footer .icn-facebook {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 20%;
}
.icn-hamburger {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 40%;
}
.icn-hamburger--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 0 60%;
}
.icn-instagram {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 16.666666666666668% 60%;
}
.icn-instagram--dark,
.light .site-footer .icn-instagram {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 60%;
}
.icn-linkOut {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 60%;
}
.icn-linkOut--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 66.66666666666667% 0;
}
.icn-newsletter {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 66.66666666666667% 20%;
}
.icn-newsletter--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 0 0;
}
.icn-play {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 66.66666666666667% 60%;
}
.icn-play-trailer {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 0 80%;
}
.icn-play-trailer--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 16.666666666666668% 80%;
}
.icn-search,
.main-header .search .search__show {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 80%;
}
.icn-search--dark,
.main-header .search.is-active .search__button,
.search__button {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 80%;
}
.icn-share {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 66.66666666666667% 80%;
}
.icn-share--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 83.33333333333333% 0;
}
.icn-ticket {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 83.33333333333333% 20%;
}
.icn-ticket--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 83.33333333333333% 40%;
}
.icn-tv {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 83.33333333333333% 60%;
}
.icn-tv--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 83.33333333333333% 80%;
}
.icn-twitter {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 0 100%;
}
.icn-twitter--dark,
.light .site-footer .icn-twitter {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 16.666666666666668% 100%;
}
.icn-usa {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 100%;
}
.icn-website {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 100%;
}
.icn-website--dark {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 66.66666666666667% 100%;
}
.icn-youtube {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 83.33333333333333% 100%;
}
.icn-youtube--dark,
.light .site-footer .icn-youtube {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 100% 0;
}
.explorer__sidebar.open .explorer__sidebar__header::after,
.explorer__sidebar__header::after,
.main-header .search .search__show,
.press__sidebar.open .press__sidebar__header::after,
.press__sidebar__header::after,
.search__button,
.sprite-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.sprite-icon--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sprite-icon--inline::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 60%;
}
.sprite-icon--button--arrow-down {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 0;
}
.button--watch-trailer::before,
.sprite-icon--button--play-trailer::before {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 0 80%;
}
.button--buy-now::before,
.sprite-icon--button--buy::before {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 20%;
}
.button--official-website::before,
.sprite-icon--button--website::before {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 100%;
}
.dark .email-signup-module .button--newsletter::before,
.dark .hamburger .button--newsletter::before,
.dark .site-footer .button--newsletter::before,
.main-header .button--newsletter::before,
.sprite-icon--button--newsletter::before {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 66.66666666666667% 20%;
}
.button--tv::before,
.sprite-icon--button--tv::before {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 83.33333333333333% 60%;
}
.light .email-signup-module .button--newsletter::before,
.light .hamburger .button--newsletter::before,
.light .site-footer .button--newsletter::before,
.sprite-icon--button--newsletter--dark::before {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 0 0;
}
.button--chooser::before,
.sprite-icon--button--usa::before {
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 33.333333333333336% 100%;
}
.icn-linkedin {
    background: url(/themes/custom/sonypictures/images/linkedin.svg) no-repeat;
}
.light .site-footer .icn-linkedin {
    background: url(/themes/custom/sonypictures/images/linkedin-black.svg) no-repeat;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: inherit;
}
.form-item {
    margin-bottom: 1.25rem;
    color: #050811;
}
.form-item:last-of-type {
    margin-bottom: 0;
}
.dark .form-item__label,
.dark legend {
    color: #fff;
}
.light .form-item__label,
.light legend {
    color: #050811;
}
.form-item__control {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-item__control .form-item__label {
    display: inline;
    vertical-align: middle;
}
.form-item__control .form-item__item {
    margin-bottom: 0.3125rem;
}
.form-item__control .form-item__item:last-child {
    margin-bottom: 0;
}
form .entity-moderation-form {
    background: 0 0;
}
form .entity-moderation-form .form-item {
    color: #fff;
}
.dark .form-item__control .checkbox__faux {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
}
.dark .form-item__control .checkbox__faux::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.light .form-item__control .checkbox__faux {
    border-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.15);
}
.light .form-item__control .checkbox__faux::after {
    border-bottom-color: #050811;
    border-left-color: #050811;
}
.form-item__control .checkbox {
    display: block;
}
.form-item__control .checkbox__faux {
    position: relative;
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.3125rem;
    -webkit-transition: border 0.1s linear, background-color 0.1s linear;
    transition: border 0.1s linear, background-color 0.1s linear;
    vertical-align: middle;
    border: 0.05rem solid;
    border-radius: 0.125rem;
}
.form-item__control .checkbox__faux::after {
    position: absolute;
    top: 21%;
    right: 17%;
    display: inline-block;
    width: 0.5rem;
    height: 0.3rem;
    content: "";
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 0.1rem solid;
    border-left: 0.1rem solid;
}
.checkbox [type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    opacity: 0;
    border: 0;
}
.checkbox [type="checkbox"] + .checkbox__label .checkbox__faux::after {
    opacity: 0;
}
.checkbox [type="checkbox"]:checked + .checkbox__label .checkbox__faux::after {
    opacity: 1;
}
.checkbox [type="checkbox"]:focus + .checkbox__label .checkbox__faux {
    content: "";
    border-color: #fff;
    -webkit-box-shadow: 0 0 3px 2px #0070d2;
    box-shadow: 0 0 3px 2px #0070d2;
}
.dark .form-item--radio__item label {
    color: #fff;
}
.form-item--radio__item,
.form-item--radios {
    margin: 0;
    padding: 0;
    list-style: none;
}
option {
    color: #050811;
    background-color: #fafafa;
}
.form-item__dropdown {
    position: relative;
    display: block;
}
.form-item__dropdown::after {
    position: absolute;
    z-index: 2;
    top: 42%;
    right: 0.5rem;
    right: 0.9375rem;
    display: block;
    width: 0;
    height: 0;
    content: "";
    pointer-events: none;
    border-top: 9px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.form-item__select {
    width: 100%;
    height: 3.125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    cursor: pointer;
    color: #fff;
    border: 0.15rem solid #fff;
    border-radius: 1.5625rem;
    background-color: rgba(61, 112, 178, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-item__select:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #3372df;
    box-shadow: 0 0 0 2px #3372df;
}
.form-item__select:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
select::-ms-expand {
    opacity: 0;
}
.search {
    position: relative;
}
.search__textfield.form-item__textfield {
    max-width: 100%;
}
.search__button {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    cursor: pointer;
    color: transparent;
    border: none;
}
.search__button:hover {
    opacity: 0.75;
}
.form-item__textfield {
    display: block;
    width: 100%;
    max-width: 43.75rem;
    height: 3.125rem;
    padding-left: 0.9375rem;
    color: #050811;
    border: 0.15rem solid #050811;
    background: #fff;
    -webkit-transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}
.form-item__textfield:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #3372df;
    box-shadow: 0 0 0 2px #3372df;
}
.form-item__textfield::-webkit-input-placeholder {
    color: #b1b1b1;
}
.form-item__textfield:-moz-placeholder {
    color: #b1b1b1;
}
.form-item__textfield::-moz-placeholder {
    color: #b1b1b1;
}
.form-item__textfield:-ms-input-placeholder {
    color: #b1b1b1;
}
.form-item__textfield:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.form-item__textfield:disabled:hover {
    border-color: transparent;
}
.form-item__textarea {
    height: inherit;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-transform: none;
    border-radius: 0.78125rem;
}
.form-item__description {
    font-style: italic;
    margin-top: 0.3125rem;
    margin-left: 0.9375rem;
    font-size: 0.769rem;
    line-height: 1.4;
}
.form-fieldset {
    margin: 1.25rem;
}
.form-fieldset .form-item {
    max-width: 31em;
    margin-left: 0.9375rem;
}
.button,
.main-header .button--newsletter {
    font-size: 0.85rem;
    line-height: 1.5625rem;
    position: relative;
    z-index: 100;
    display: inline-block;
    overflow: hidden;
    min-width: 10.9375rem;
    height: 3.125rem;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 0.15rem solid #fff;
    border-radius: 1.5625rem;
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}
@media (min-width: 26em) {
    .button:hover,
    .main-header .button--newsletter:hover {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #fff;
        border-color: #fff;
        background: rgba(255, 255, 255, 0.15);
    }
    .button:hover::after,
    .main-header .button--newsletter:hover::after {
        left: -0.1rem;
        width: 101%;
    }
}
.button:visited,
.main-header .button--newsletter:visited {
    color: #fff;
}
.button--alt {
    font-size: 0.85rem;
    line-height: 1.5625rem;
    position: relative;
    z-index: 100;
    display: inline-block;
    overflow: hidden;
    min-width: 10.9375rem;
    height: 3.125rem;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 0.15rem solid #cb4437;
    border-radius: 1.5625rem;
    background: #cb4437;
    -webkit-transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}
@media (min-width: 26em) {
    .button--alt:hover {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #fff;
        border-color: #d25e53;
        background: #d25e53;
    }
    .button--alt:hover::after {
        left: -0.1rem;
        width: 101%;
    }
}
.button--alt:visited {
    color: #fff;
}
.button--small,
.main-header .button--newsletter,
.main-header .sub-menu .nav a.button--newsletter,
.sub-menu .nav .main-header a.button--newsletter,
.sub-menu .nav a.button {
    line-height: 1.25;
    min-width: 9.375rem;
    height: 2.0625rem;
    padding: 0.3125rem 0.625rem;
    border-width: 0.1rem;
    font-size: 0.769rem;
    line-height: 1.4;
}
.button--icon {
    position: relative;
    padding-left: 2.8125rem;
}
.button--icon::before {
    position: absolute;
    top: 25%;
    left: 0.9375rem;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}
.icn--link-out::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 60%;
}
.icn--link-out:hover::after {
    width: 10px;
}
.button--tv::before {
    position: absolute;
    top: 25%;
    left: 0.9375rem;
    display: block;
    content: "";
    pointer-events: none;
    width: 20px;
    height: 20px;
}
.button--watch-trailer {
    position: relative;
    padding-left: 2.8125rem;
}
.button--watch-trailer::before {
    position: absolute;
    top: 25%;
    left: 0.9375rem;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}
.button--buy-now {
    position: relative;
    padding-left: 2.8125rem;
}
.button--buy-now::before {
    position: absolute;
    top: 25%;
    left: 0.9375rem;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}
.button--official-website {
    position: relative;
    padding-left: 2.8125rem;
}
.button--official-website::before {
    position: absolute;
    top: 25%;
    left: 0.9375rem;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}
.button--official-website::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 60%;
}
.button--official-website:hover::after {
    width: 10px;
}
.email-signup-module .button--newsletter,
.hamburger .button--newsletter,
.site-footer .button--newsletter,
a.button--chooser {
    font-size: 0.9rem;
    line-height: 0.9rem;
    position: relative;
    z-index: 100;
    display: block;
    height: 3.125rem;
    margin-top: 0.625rem;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
    background: #2a2d34;
    -webkit-transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}
.email-signup-module .button--newsletter:visited,
.hamburger .button--newsletter:visited,
.site-footer .button--newsletter:visited,
a.button--chooser:visited {
    color: #fff;
}
.email-signup-module .button--newsletter:hover,
.hamburger .button--newsletter:hover,
.site-footer .button--newsletter:hover,
a.button--chooser:hover {
    color: #fff;
    background: #414550;
}
.light .email-signup-module .button--newsletter,
.light .hamburger .button--newsletter,
.light .site-footer .button--newsletter,
.light a.button--chooser {
    color: #2f3238;
    background: #d9d9d9;
}
.light .email-signup-module .button--newsletter:hover,
.light .hamburger .button--newsletter:hover,
.light .site-footer .button--newsletter:hover,
.light a.button--chooser:hover {
    background: #ececec;
}
.email-signup-module .button--newsletter,
.hamburger .button--newsletter,
.site-footer .button--newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.email-signup-module .button--newsletter::before,
.hamburger .button--newsletter::before,
.site-footer .button--newsletter::before {
    position: inherit;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.3125rem;
    content: "";
    opacity: 0.8;
}
.button--chooser::before {
    position: relative;
    bottom: 0.2rem;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 0.3125rem;
    margin-right: 0.625rem;
    margin-right: 0.5rem;
    content: "";
}
.button--chooser__wrapper {
    display: inline-block;
}
.button--chooser__subtitle,
.button--chooser__title {
    line-height: 1.25;
    display: block;
    text-align: left;
}
.button--chooser__subtitle {
    font-size: 0.769rem;
}
.button--app {
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.button--app:hover {
    opacity: 0.5;
}
.main-header .page-node-type-title-movie .about-module .button--newsletter,
.main-header .page-node-type-title-movie .banner .button--newsletter,
.main-header .page-node-type-title-television .about-module .button--newsletter,
.main-header .page-node-type-title-television .banner .button--newsletter,
.page-node-type-title-movie .about-module .button,
.page-node-type-title-movie .about-module .main-header .button--newsletter,
.page-node-type-title-movie .banner .button,
.page-node-type-title-movie .banner .main-header .button--newsletter,
.page-node-type-title-television .about-module .button,
.page-node-type-title-television .about-module .main-header .button--newsletter,
.page-node-type-title-television .banner .button,
.page-node-type-title-television .banner .main-header .button--newsletter {
    color: #fff;
    border: 0.15rem solid #787878;
    background: #787878;
}
.table,
.text-long table {
    border: 1px solid #fafafa;
    border-radius: 4px;
    border-spacing: 0;
    background-color: transparent;
    width: 100%;
}
.table__heading-cell,
.text-long th {
    border: none;
    border-left: 1px solid #fafafa;
    color: #050811;
    font-weight: 700;
    padding: 1.2em;
    text-align: left;
}
.table__heading-cell:first-child,
.text-long th:first-child {
    border: none;
}
.table__row:nth-child(odd),
.text-long tbody tr:nth-child(odd) {
    background-color: #fff;
}
.table__row:last-child td:first-child,
.text-long tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
.table__row:last-child td:last-child,
.text-long tbody tr:last-child td:last-child {
    border-radius: 0 0 5px;
}
.table__cell,
.text-long td {
    border: 1px solid #fafafa;
    border-left: none;
    border-bottom: none;
    padding: 1em;
	color: white;
	background-color: grey;
}
.table__cell:last-child,
.text-long td:last-child {
    border-right: none;
}
.table__footer-cell,
.table__footer-cell:first-child,
.text-long tfoot th,
.text-long tfoot th:first-child {
    border-left: none;
    border-top: 1px solid #fafafa;
}
.video {
    height: 0;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 56.25%;
    position: relative;
}
.video--full {
    padding-bottom: 75%;
}
.video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jump-menu--wrapper {
    width: 10.9375rem;
}
.jump-menu--wrapper label {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -10px;
    pointer-events: none;
}
.jump-menu {
    width: 175px;
    padding-left: 2.25rem;
    color: #fff;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tabs__wrapper {
    padding: 0.3125rem;
    background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 48em) {
    .tabs__wrapper {
        padding: 0;
    }
}
.tabs .section-wrapper {
    padding-right: 0;
    padding-left: 0;
}
.tabs__link {
    display: block;
    margin: 0.625rem;
    padding: 0.625rem 1.25rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 1.5625rem;
}
.tabs__link.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}
.tabs__link:hover {
    color: #fff;
}
.accordion-term {
    border-top: 1px solid #fafafa;
    color: #787878;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 1em 0;
}
.accordion-term::before {
    content: "+";
    padding: 0.8em;
    top: 0.35em;
}
.accordion-term:hover {
    color: #f6f6f6;
}
.accordion-term.is-active {
    color: #f6f6f6;
}
.accordion-term.is-active::before {
    content: "-";
    top: 0.45em;
}
.accordion-term.is-active + dd {
    height: auto;
    margin: 0 2em;
    overflow: visible;
    padding-bottom: 1em;
}
.accordion-def {
    margin: 0 2em;
}
.accordion-def.active {
    height: 0;
    margin: 0 2em;
    overflow: hidden;
}
.accordion-def .img {
    float: left;
    margin-right: 0.9375rem;
}
.accordion-def .text-long {
    color: #f6f6f6;
}
.buy-widget h3 {
    background-color: #787878;
}
.buy-widget .tabs {
    width: 100%;
    margin: 0;
}
.buy-widget .tabs__nav {
    background-color: #1e2128;
}
.buy-widget .tabs__link {
    font-size: 0.769rem;
    font-weight: 500;
    line-height: 1.34;
    text-align: center;
    margin-top: 0.312rem;
}
.buy-widget .tabs__link.active {
    width: 100px;
    height: 30px;
    border-radius: 100px;
    background-color: #43454c;
}
.buy-widget .tabs__content a {
    display: inline-block;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.buy-widget .tabs__content img {
    width: 110px;
    vertical-align: middle;
}
.buy-widget .legal-disclaimer {
    font-size: 0.769rem;
    display: block;
    padding-top: 1.25rem;
}
.dark .buy-widget .tabs__link {
    color: #fff;
}
.dark .buy-widget .tabs__link.is-active {
    background: rgba(255, 255, 255, 0.2);
}
.dark .buy-widget .legal-disclaimer {
    color: #fff;
}
.light .buy-widget .tabs__nav {
    background-color: rgba(106, 106, 106, 0.1);
}
.light .buy-widget .tabs__nav .tabs__link {
    color: #050811;
}
.light .buy-widget .tabs__nav .tabs__link.is-active {
    background-color: rgba(106, 106, 106, 0.2);
}
.light .buy-widget .legal-disclaimer {
    color: #050811;
}
.card .card__img {
    width: 100%;
}
.card--overlay {
    position: relative;
}
.card--overlay::after {
    position: absolute;
    z-index: 100;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.75) 100%);
}
.card--overlay .card__copy {
    position: absolute;
    z-index: 200;
    bottom: 1.25rem;
    left: 1.25rem;
}
.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav__link {
    text-transform: uppercase;
}
.nav--connect,
.nav--inline,
.site-header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__link {
    position: relative;
    text-decoration: none;
    color: #fff;
}
.nav__link::after {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 0;
    width: 70%;
    height: 0;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nav__link.nav__item--active::after,
.nav__link:hover::after {
    bottom: 0.2rem;
    height: 0.3rem;
}
.nav__link.nav__item--active::after {
    background: #fff;
}
.nav__link:hover::after {
    background: rgba(255, 255, 255, 0.5);
}
.nav a.nav__link {
    text-decoration: none;
    color: #fff;
    padding: 0.625rem;
}
.nav a.nav__link:hover {
    color: rgba(255, 255, 255, 0.8);
}
.hamburger {
    position: fixed;
    z-index: 400;
    top: 0;
    left: -22rem;
    overflow-y: auto;
    width: 100%;
    max-width: 21rem;
    height: 100vh;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 0.025rem solid rgba(255, 255, 255, 0.5);
    border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5);
    background: #191b24;
    -webkit-box-shadow: 6px 2px 15px -4px rgba(0, 0, 0, 0.38);
    box-shadow: 6px 2px 15px -4px rgba(0, 0, 0, 0.38);
}
.hamburger .search {
    margin: 0.9375rem;
}
.hamburger.is-active {
    left: 0;
}
.hamburger__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.4rem;
    margin-left: auto;
    cursor: pointer;
    border-left: 0.025rem solid rgba(255, 255, 255, 0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}
.hamburger__close > div {
    position: relative;
    top: 0.1rem;
}
.hamburger__close:hover {
    background: rgba(255, 255, 255, 0.15);
}
.hamburger .main-header__logo,
.hamburger__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem 0.9375rem;
    -ms-flex-line-pack: center;
    align-content: center;
}
.hamburger .main-header__logo img {
    vertical-align: middle;
}
.hamburger__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.4rem;
    border-bottom: 0.025rem solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hamburger__nav {
    border-top: 0.025rem solid rgba(255, 255, 255, 0.5);
}
.hamburger__nav > nav {
    background: #050811;
}
.hamburger__nav a.menu__link,
.hamburger__nav a.nav__link,
.hamburger__nav h4 {
    font-family: "San Francisco", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5625rem;
    display: block;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}
.hamburger__nav a.menu__link:hover,
.hamburger__nav a.nav__link:hover,
.hamburger__nav h4:hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.25);
}
.hamburger__nav a.menu__link.is-active,
.hamburger__nav a.nav__link.is-active {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.25);
}
.hamburger__nav .nav__link,
.hamburger__nav h4 {
    font-weight: 800;
    border-bottom: 0.025rem solid rgba(255, 255, 255, 0.5);
}
.hamburger__nav .nav--connect {
    margin-top: 1rem;
}
.hamburger__nav .nav--connect .nav__link {
    border-bottom: none;
    background: initial;
}
.hamburger__nav h4::after {
    position: relative;
    top: 0.1rem;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    content: "";
}
.hamburger__nav h4.is-active + ul.menu {
    height: initial;
}
.hamburger__nav h4.is-active + div + ul.menu {
    height: initial;
}
.hamburger__nav h4 + ul.menu {
    overflow: hidden;
    height: 0;
}
.hamburger__nav h4 + div + ul.menu {
    overflow: hidden;
    height: 0;
}
.hamburger__nav .menu__link {
    padding-left: 1.5625rem;
}
.hamburger .nav--connect a.nav__link {
    margin-top: 1.25rem;
    border: none;
    background: 0 0;
}
.hamburger #block-newsletterblock-3,
.hamburger #block-sociallinks-3 {
    margin-right: auto;
    margin-left: auto;
}
.hamburger #block-newsletterblock-3 {
    margin-bottom: 1.5625rem;
}
.hamburger #block-footerabout-2 li > a,
.hamburger #block-footernews-2 li > a,
.hamburger #block-footerservices-2 li > a {
    padding-left: 1.5625rem;
}
.hamburger #block-footerabout-2 li:last-child,
.hamburger #block-footernews-2 li:last-child,
.hamburger #block-footerservices-2 li:last-child {
    border-bottom: 0.04rem solid rgba(255, 255, 255, 0.5);
}
.toolbar-vertical .hamburger {
    top: 39px;
}
.site-header .nav .nav__link {
    padding: 0.625rem 0.9375rem;
}
.site-header .nav .nav__item + .nav__item {
    margin-left: 0.3125rem;
}
.site-header .nav--connect .nav__link {
    padding: 0.3125rem;
}
.senior-management__nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.senior-management__nav__wrapper {
    padding: 0.3125rem;
    background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 48em) {
    .senior-management__nav__wrapper {
        padding: 0;
    }
}
@media (min-width: 48em) {
    .senior-management__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.senior-management__nav__link {
    display: block;
    margin: 0.625rem;
    padding: 0.625rem 1.25rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 1.5625rem;
}
.senior-management__nav__link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}
.senior-management__nav__link:hover {
    color: #fff;
}
.nav--connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav--connect .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav--connect .nav__link:hover {
    opacity: 0.7;
}
.nav--connect .nav__item + .nav__item {
    margin-left: 0.625rem;
}
#block-footernewsletterblock {
    padding-bottom: 0.625rem;
    border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5);
}
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs__nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 48em) {
    .tabs__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.about__cta .tabs__tab,
.tabs__tab {
    display: none;
}
.about__cta .tabs__tab.is-active,
.tabs__tab.is-active {
    display: block;
}
.tabs__content {
    padding: 1.5rem;
}
.tabs.no-js .tabs__tab.is-active {
    display: block;
}
.tabs__nav--local-tasks {
    margin: 1em 0 0.5em;
    padding: 0;
}
.tabs__link--local-tasks {
    padding: 0.625rem 1.25rem;
    margin-left: 0.9375rem;
}
.social-sidebar--wrapper {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
@media (min-width: 41em) {
    .social-sidebar--wrapper {
        position: fixed;
        z-index: 200;
        top: 0;
        right: 0;
        width: 1.875rem;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
    }
}
@media screen and (min-width: 67.5rem) {
    .social-sidebar--wrapper {
        top: 0;
    }
}
.toolbar-fixed .social-sidebar--wrapper {
    top: 136px;
}
.toolbar-fixed .social-sidebar--wrapper.scrolling {
    top: 97px;
}
.social-sidebar--inner {
    display: block;
    width: 100%;
}
@media (min-width: 41em) {
    .social-sidebar--inner {
        position: absolute;
        top: 50%;
        height: 210px;
        margin-top: -105px;
    }
}
.social-sidebar--inner .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 41em) {
    .social-sidebar--inner .nav {
        display: inherit;
    }
}
.social-sidebar--inner .nav__item {
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
}
@media (min-width: 41em) {
    .social-sidebar--inner .nav__item {
        margin-left: 0;
        margin-right: 0;
    }
}
.social-sidebar--inner .nav a.nav__link {
    padding: 0;
}
.social-sidebar--inner .nav a.nav__link::after {
    display: none;
}
.social-sidebar--inner .nav a.nav__link:hover {
    opacity: 0.7;
}
.social-sidebar--tagline {
    font-weight: 700;
    display: block;
    margin-bottom: 0.625rem;
    text-align: center;
}
@media (min-width: 41em) {
    .social-sidebar--tagline {
        font-size: 0.688rem;
        width: 1000px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 4px top 0;
        transform-origin: 4px top 0;
        text-align: left;
    }
}
@media screen and (max-width: 41em) {
    .light .social-sidebar--wrapper {
        color: #050811;
        margin-top: 0.625rem;
    }
    .light .social-sidebar--wrapper .icn-facebook {
        background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
        background-position: 50% 20%;
    }
    .light .social-sidebar--wrapper .icn-twitter {
        background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
        background-position: 16.666666666666668% 100%;
    }
    .light .social-sidebar--wrapper .icn-instagram {
        background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
        background-position: 33.333333333333336% 60%;
    }
    .light .social-sidebar--wrapper .icn-youtube {
        background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
        background-position: 100% 0;
    }
}
.pager {
    margin: 0.9375rem 0;
}
.pager__items {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pager__item {
    display: inline-block;
    margin-left: 0.625rem;
}
@media (min-width: 48em) {
    .pager__item {
        margin-left: 0.9375rem;
    }
    .pager__item:first-child {
        margin-left: 0;
    }
}
.pager__item:first-child {
    margin-left: 0;
}
.pager__item--ellipsis {
    display: none;
}
.pager__link,
.pager__link:link,
.pager__link:visited {
    font-weight: 800;
    line-height: 2rem;
    display: block;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    text-decoration: none;
    color: #fff;
    border: 0.01rem solid #787878;
    -webkit-transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    transition: border 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}
.pager__link.is-active,
.pager__link:hover,
.pager__link:link.is-active,
.pager__link:link:hover,
.pager__link:visited.is-active,
.pager__link:visited:hover {
    border-color: #f6f6f6;
    background: rgba(255, 255, 255, 0.15);
}
.pager__link--next,
.pager__link--prev {
    position: relative;
    top: 0.55rem;
    display: block;
}
.pager__link--next span,
.pager__link--prev span {
    display: none;
}
.pager__link--next::before,
.pager__link--prev::before {
    position: relative;
    display: block;
    content: "";
    border: 8px solid #fafafa;
    border-top: 6px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid transparent;
}
.pager__link--next:hover,
.pager__link--prev:hover {
    border-color: #f6f6f6;
}
.pager__link--prev::before {
    top: 9px;
    right: 12px;
}
.pager__link--next::before {
    top: 9px;
    right: -12px;
}
.pager__link--prev::before {
    border-right-color: #fafafa;
    border-left-color: transparent;
}
.pager__link--prev:hover::before {
    border-right-color: #f6f6f6;
    border-left-color: transparent;
}
.status--warning {
    background-color: #d3ac00;
    color: shade(#d3ac00, 60%);
    display: block;
    margin-bottom: 0.46875rem;
    padding: 0.46875rem;
    text-align: center;
}
.status--warning a {
    color: shade(#d3ac00, 70%);
    text-decoration: underline;
}
.status--warning a:focus,
.status--warning a:hover {
    color: shade(#d3ac00, 90%);
}
.status--warning .placeholder {
    font-style: normal;
    font-weight: 800;
}
.status--error {
    background-color: #cb4437;
    color: shade(#cb4437, 60%);
    display: block;
    margin-bottom: 0.46875rem;
    padding: 0.46875rem;
    text-align: center;
}
.status--error a {
    color: shade(#cb4437, 70%);
    text-decoration: underline;
}
.status--error a:focus,
.status--error a:hover {
    color: shade(#cb4437, 90%);
}
.status--error .placeholder {
    font-style: normal;
    font-weight: 800;
}
.status--status {
    background-color: #3372df;
    color: shade(#3372df, 60%);
    display: block;
    margin-bottom: 0.46875rem;
    padding: 0.46875rem;
    text-align: center;
}
.status--status a {
    color: shade(#3372df, 70%);
    text-decoration: underline;
}
.status--status a:focus,
.status--status a:hover {
    color: shade(#3372df, 90%);
}
.status--status .placeholder {
    font-style: normal;
    font-weight: 800;
}
.title-tip {
    position: relative;
    max-width: 30rem;
    padding: 0.9375rem;
    border-radius: 0.3125rem;
    background: #787878;
}
.title-tip::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -30px;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 30px;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #787878;
}
.title-tip .subheading {
    margin-bottom: 0.9375rem;
}
.title-tip__actions {
    margin-top: 1.25rem;
}
.title-tip__actions img:first-child {
    margin-right: 0.3125rem;
}
.title-tip .icn-close {
    position: absolute;
    right: 0.9375rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.title-tip .icn-close:hover {
    opacity: 0.4;
}
@media all {
    html.with-featherlight {
        overflow: hidden;
    }
    .featherlight {
        position: fixed;
        z-index: 2147483647;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        cursor: pointer;
        text-align: center;
        white-space: nowrap;
        background: #787878;
        background: 0 0;
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }
    .featherlight::before {
        display: inline-block;
        height: 100%;
        content: "";
        vertical-align: middle;
    }
    .featherlight .featherlight-content {
        position: relative;
        display: inline-block;
        overflow: auto;
        max-height: 95%;
        margin-right: 5%;
        margin-left: 5%;
        padding: 25px 25px 0;
        cursor: auto;
        text-align: left;
        vertical-align: middle;
        white-space: normal;
        border-bottom: 25px solid transparent;
        background: #fff;
    }
    .featherlight .featherlight-inner {
        display: block;
    }
    .featherlight link.featherlight-inner,
    .featherlight script.featherlight-inner,
    .featherlight style.featherlight-inner {
        display: none;
    }
    .featherlight .featherlight-close-icon {
        line-height: 25px;
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        width: 25px;
        padding: 0;
        cursor: pointer;
        text-align: center;
        border: 0;
        background: #fff;
        background: rgba(255, 255, 255, 0.3);
    }
    .featherlight .featherlight-close-icon::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
    .featherlight .featherlight-image {
        width: 100%;
    }
    .featherlight-iframe .featherlight-content {
        padding: 0;
        border-bottom: 0;
        -webkit-overflow-scrolling: touch;
    }
    .featherlight iframe {
        border: 0;
    }
    .featherlight * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .featherlight-loading .featherlight-content {
        width: 64px;
        height: 64px;
        background: transparent url(/themes/custom/sonypictures/images/oval.svg) no-repeat center center;
    }
    .featherlight-loading .featherlight-close-icon {
        display: none;
    }
    .featherlight-iframe .featherlight-inner {
        width: 18.94rem;
        height: 10.63rem;
    }
}
@media all and (min-width: 26em) {
    .featherlight-iframe .featherlight-inner {
        width: 25.31rem;
        height: 14.19rem;
    }
}
@media all and (min-width: 48em) {
    .featherlight-iframe .featherlight-inner {
        width: 45rem;
        height: 25.31rem;
    }
}
@media all and (min-width: 75em) {
    .featherlight-iframe .featherlight-inner {
        width: 60rem;
        height: 33.75rem;
    }
}
.about {
    margin-top: 1.5625rem;
}
.about__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 48em) {
    .about__left {
        margin: 0.9375rem;
    }
}
.about__right {
    max-width: 43.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .about__right {
        margin: 0.9375rem 2.8rem 0.9375rem;
    }
}
.about__keyart {
    width: 100%;
    padding: 0 1.5625rem;
    position: relative;
    z-index: 100;
    min-height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about__keyart div > img {
    width: 100%;
    max-width: 35.75rem;
}
.about__cta {
    width: 100%;
    max-width: 38.875rem;
    margin-bottom: 1.5625rem;
    padding: 1.5625rem 0;
    text-align: center;
    border: 0.3125rem solid #787878;
}
@media (min-width: 48em) {
    .about__cta {
        margin-bottom: 0;
    }
}
.about__cta > div > div {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
@media (min-width: 75em) {
    .about__cta > div > div {
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        margin-right: 0.9375rem;
    }
}
.about__cta > div > div .button,
.about__cta > div > div .main-header .button--newsletter,
.main-header .about__cta > div > div .button--newsletter {
    background-color: #cb4437;
    color: #fff;
}
.about__subtitle {
    margin-top: -0.9375rem;
    margin-bottom: 1.25rem;
}
.about__year {
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
}
.about__year div {
    display: inline;
}
.about__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.9375rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}
@media (min-width: 75em) {
    .about__logos {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.about__logos::after {
    display: table;
    clear: both;
    content: "";
}
.about__logos__item {
    margin: 0.625rem 0.625rem 0;
}
@media (min-width: 75em) {
    .about__logos__item {
        margin: 0.625rem 0.5rem;
    }
}
.about--rating-bug {
    margin: 0.625rem 0.625rem 0;
    float: left;
    min-width: 110px;
}
.about--rating-bug img {
    height: 50px;
    width: auto;
}
@media (min-width: 48em) {
    .about--rating-bug img {
        height: 70px;
    }
}
@media (min-width: 75em) {
    .about--rating-bug img {
        height: 100px;
    }
}
@media (min-width: 75em) {
    .about--rating-bug {
        margin: 0.625rem 1.25rem;
    }
}
.about--rating-bug--default {
    width: auto;
    height: 50px;
}
.about--rating-bug--default.dark {
    background: url(/themes/custom/sonypictures/images/ratings/rating-nyr--light.png) no-repeat center center;
    background-size: cover;
}
.about--rating-bug--default.light {
    background: url(/themes/custom/sonypictures/images/ratings/rating-nyr.png) no-repeat center center;
    background-size: cover;
}
@media (min-width: 48em) {
    .about--rating-bug--default {
        height: 70px;
    }
}
@media (min-width: 75em) {
    .about--rating-bug--default {
        height: 75px;
    }
}
.about .credits__title {
    margin-top: 1.3rem;
}
.about .credits__title p {
    margin-bottom: 0;
}
.about--w-image .about__cta {
    margin-top: -8.4375rem;
    padding-top: 9.375rem;
}
.banner {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-left: 0;
}
.banner--title {
    margin: 0;
}
.banner--small {
    min-height: 0;
}
@media (min-width: 48em) {
    .banner--small {
        min-height: 18.75rem;
    }
}
.banner--small--very {
    min-height: 7.5rem;
}
.banner--small--corp {
    min-height: 11.25rem;
    padding-left: 1rem;
}
.banner--small--corp.banner--without-image {
    background: rgba(255, 255, 255, 0.1);
}
.banner--small.banner .background__image::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.banner--small.banner--without-image {
    background: rgba(255, 255, 255, 0.1);
}
.banner--small .banner--title {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner .background {
    width: 100%;
    height: 40vh;
}
.banner .background__image {
    position: relative;
    z-index: 0;
    width: 100%;
}
.banner .background__image::before {
    position: absolute;
    z-index: 100;
    bottom: 0;
    display: block;
    width: 100%;
    height: 35%;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
}
.banner .background__image img {
    display: block;
    width: 100%;
}
@media (min-width: 41em) {
    .banner.banner--with-image.left .background__image::before {
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(0, 0, 0, 0.3)), color-stop(25%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent), to(transparent));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.3) 25%, transparent 75%, transparent 100%);
    }
    .banner.banner--with-image.left .banner--title--inner {
        padding-left: 1.5625rem;
    }
    .banner.banner--with-image.left .banner__cta > div {
        margin-left: -0.625rem;
    }
}
@media (min-width: 41em) {
    .banner.banner--with-image.right .background__image::before {
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, color-stop(1%, rgba(0, 0, 0, 0.3)), color-stop(25%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent), to(transparent));
        background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.3) 25%, transparent 75%, transparent 100%);
    }
    .banner.banner--with-image.right .banner--title--inner {
        padding-right: 1.5625rem;
    }
    .banner.banner--with-image.right .banner__cta > div {
        margin-right: -0.625rem;
    }
}
.banner--title {
    position: relative;
    z-index: 100;
    margin-top: -4.6875rem;
    text-align: center;
}
@media (min-width: 41em) {
    .banner--title {
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner--title p {
        max-width: 100%;
        margin-bottom: 0;
    }
}
.banner--title--inner {
    width: 100%;
}
.banner--title .banner__cta {
    margin-bottom: 1.5625rem;
}
.banner--title .banner__cta > div > div {
    display: inline-block;
    margin: 0.625rem;
}
.banner--title h1 {
    line-height: 1.09;
    margin-top: 0.3125rem;
    margin-bottom: 0.625rem;
    font-size: 2.1rem;
}
@media (min-width: 41em) {
    .banner--title h1 {
        font-size: 2.856rem;
    }
}
.banner--title h1 a {
    text-decoration: none;
}
@media (min-width: 75em) {
    .banner--with-image.right .banner--title h1 {
        margin-left: 65%;
    }
    .banner--with-image.left .banner--title h1 {
        margin-right: 65%;
    }
}
@media (min-width: 41em) {
    .left .banner--title {
        right: auto;
        left: 1.25rem;
        text-align: left;
    }
    .html-page .left .banner--title {
        left: 0;
    }
}
@media (min-width: 41em) {
    .right .banner--title {
        right: 1.25rem;
        left: auto;
        text-align: right;
    }
    .right .banner--title .page-node-type-title-app,
    .right .banner--title .page-node-type-title-movie,
    .right .banner--title .page-node-type-title-television {
        right: 1.875rem;
    }
    .html-page .right .banner--title {
        right: 0;
    }
}
@media (min-width: 75em) {
    .right .banner--title {
        right: 1.25rem;
    }
}
.banner--title--offset {
    display: none;
}
@media (min-width: 75em) {
    .banner--title--offset {
        display: block;
    }
}
.light .banner {
    background: #292c2f;
    margin-top: -0.5rem;
}
.light .banner .button,
.light .banner .main-header .button--newsletter,
.light .banner h1,
.light .banner__availability,
.light .banner__subtitle,
.main-header .light .banner .button--newsletter {
    color: #fff;
}
.sub-banner {
    position: relative;
}
.sub-banners--wrapper {
    margin-bottom: 6.25rem;
}
@media (min-width: 41em) {
    .sub-banners--wrapper {
        margin-top: 1.5rem;
    }
}
.sub-banner--subtitle {
    font-size: 0.9rem;
    line-height: 1.35rem;
}
.sub-banner--background--image {
    position: relative;
    z-index: 0;
    width: 100%;
}
.sub-banner--background--image::before {
    position: absolute;
    z-index: 100;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(85%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.7) 100%);
}
.sub-banner--background--image img {
    display: block;
    width: 100%;
}
.sub-banner--title {
    position: absolute;
    z-index: 100;
    bottom: 0;
    margin: 0.9375rem 1.25rem;
}
.sub-banner--title p {
    margin: 0;
}
.custom-promotion {
    min-height: 380px;
    overflow: hidden;
    margin-bottom: 6.25rem;
}
.custom-promotion a {
    text-decoration: none;
}
.custom-promotion h2 {
    line-height: 1.15;
    margin-bottom: 0.625rem;
}
.custom-promotion .section-wrapper {
    height: 100%;
    max-width: none;
}
.custom-promotion--item {
    position: relative;
    min-height: 380px;
}
.full_left .custom-promotion--image,
.full_right .custom-promotion--image {
    margin-top: 1.875rem;
}
.custom-promotion .custom-promotion--content {
    height: 1px;
    min-height: 380px;
    padding: 0.9375rem;
}
.custom-promotion .inner {
    width: 100%;
    height: 100%;
}
.custom-promotion .inner .g__cell {
    min-width: 0;
}
.custom-promotion--meta {
    display: block;
    width: 100%;
    overflow: hidden;
}
.custom-promotion--meta h1,
.custom-promotion--meta h2,
.custom-promotion--meta h3,
.custom-promotion--meta h4 {
    overflow: hidden;
}
.custom-promotion .center {
    padding-right: 1.25rem;
    text-align: center;
}
.custom-promotion .left {
    padding-right: 1.25rem;
    text-align: left;
}
.custom-promotion .right {
    padding-right: 1.25rem;
    text-align: right;
}
.custom-promotion .full,
.custom-promotion .full-left,
.custom-promotion .full-right {
    width: 100%;
    text-align: center;
}
.custom-promotion .full .custom-promotion--content,
.custom-promotion .full-left .custom-promotion--content,
.custom-promotion .full-right .custom-promotion--content {
    height: 100%;
}
.custom-promotion .full .inner,
.custom-promotion .full-left .inner,
.custom-promotion .full-right .inner {
    margin: 0 auto;
    padding-top: 1.25rem;
}
.custom-promotion .disclaimer {
    font-size: 0.769rem;
    display: block;
    margin-top: 1.25rem;
}
.has-background-image {
    position: relative;
}
.has-background-image .custom-promotion--background-image {
    position: relative;
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.has-background-image > .custom-promotion--inner,
.has-background-image > .custom-promotion--meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.has-background-image .custom-promotion--meta {
    padding: 0.9375rem;
}
.has-background-image .custom-promotion--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 380px;
    padding: 0 0 0 1.25rem;
}
.light .custom-promotion--content .button,
.light .custom-promotion--content .main-header .button--newsletter,
.main-header .light .custom-promotion--content .button--newsletter {
    color: #fff;
}
.light .custom-promotion--content .button:hover,
.light .custom-promotion--content .main-header .button--newsletter:hover,
.main-header .light .custom-promotion--content .button--newsletter:hover {
    color: #fff;
}
.email-signup-module {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 3.125rem;
}
@media (min-width: 48em) {
    .email-signup-module .email-signup-module--background-image img {
        display: block;
    }
    .email-signup-module .email-signup-module--background-image .email-signup-module--background-image--mobile {
        display: none;
    }
}
.email-signup-module--left {
    left: 50%;
}
@media (min-width: 48em) {
    .email-signup-module--left {
        left: 30%;
        font-size: 8vw;
    }
}
@media (min-width: 75em) {
    .email-signup-module--left {
        left: 20%;
    }
}
.email-signup-module--right {
    left: 50%;
}
@media (min-width: 48em) {
    .email-signup-module--right {
        left: 60%;
    }
}
@media (min-width: 75em) {
    .email-signup-module--right {
        left: 72%;
    }
}
.email-signup-module--inner {
    position: relative;
}
.email-signup-module--inner h2 {
    font-size: 8vw;
    margin-top: 0;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .email-signup-module--inner h2 {
        font-size: 5vw;
    }
}
@media (min-width: 75em) {
    .email-signup-module--inner h2 {
        font-size: 3.2vw;
    }
}
.email-signup-module--inner--content {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 35.625rem;
    padding: 0.9375rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3.4vw;
}
@media (min-width: 48em) {
    .email-signup-module--inner--content {
        font-size: 2vw;
    }
}
@media (min-width: 75em) {
    .email-signup-module--inner--content {
        font-size: 1.5vw;
    }
}
.email-signup-module--inner span {
    display: block;
    padding: 0 0.9375rem 0.9375rem;
    line-height: 1;
}
.email-signup-module--background-image {
    position: relative;
    width: 100%;
}
.email-signup-module--background-image img {
    display: none;
    width: 100%;
}
.email-signup-module--background-image--mobile {
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.email-signup-module .button--newsletter {
    font-weight: 500;
    max-width: 150px;
    margin: 0 auto;
    color: #fff;
}
@media (min-width: 41em) {
    .email-signup-module .button--newsletter {
        max-width: 100%;
    }
}
.email-signup-module .button--newsletter::before {
    opacity: 1;
}
.extras-module {
    min-height: 27.5rem;
    padding-top: 2.34375rem;
    position: relative;
    margin-bottom: 6.25rem;
}
.extras-module--inner {
    z-index: 1;
    position: relative;
}
.extras-module--inner .button--banner__cta {
    margin: 0.625rem 0;
}
.extras-module .extras-item {
    margin-top: 0.9375rem;
}
@media (min-width: 41em) {
    .extras-module .extras-item {
        padding-top: 0;
    }
}
.extras-module .extras-item a {
    text-decoration: none;
}
.extras-module .extras-item img {
    width: 100%;
}
.extras-module .extras-item--title {
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 1.69rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0;
    color: inherit;
}
.extras-module .extras-item--title__link {
    color: inherit;
}
.extras-module .extras-item--title__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.extras-module .extras-item--title .trademark {
    font-size: 8px;
    vertical-align: top;
    margin-top: 1px;
    display: inline-block;
}
.extras-module .extras-item--subtitle {
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 0;
    color: inherit;
    margin-top: 0.3125rem;
}
.extras-module .extras-item--subtitle__link {
    color: inherit;
}
.extras-module .extras-item--subtitle__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.gallery {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    background-size: cover;
}
.gallery--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    height: 100vw;
    max-height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.gallery--items > a {
    overflow: hidden;
    width: 60%;
    padding: 0.9375rem;
}
@media (min-width: 48em) {
    .gallery--items > a {
        width: 35%;
    }
}
.gallery--items img {
    width: 100%;
    height: auto;
}
.recent-press-releases {
    padding-top: 1.5625rem;
    margin-bottom: 6.25rem;
}
.recent-press-releases .accent-rule {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.3125rem;
    background: #787878;
}
.recent-press-releases .section__header {
    margin-bottom: 0;
}
.recent-press-releases .pr-module--see-all {
    font-weight: 700;
    margin-bottom: 1.5625rem;
    letter-spacing: 1px;
}
.recent-press-releases .pr-module--inner {
    position: relative;
}
.recent-press-releases .pr-module--inner--wrapper {
    margin-top: 1.5625rem;
}
@media (min-width: 41em) {
    .recent-press-releases .pr-module--inner {
        overflow-x: auto;
    }
}
.recent-press-releases .pr-module--inner .views-row {
    display: none;
}
.recent-press-releases .pr-module--inner .views-row:first-of-type {
    display: block;
}
@media (min-width: 41em) {
    .recent-press-releases .pr-module--inner .views-row {
        display: block;
    }
}
.recent-press-releases .pr-title {
    display: block;
    width: 300px;
    margin-bottom: 0.3125rem;
    text-transform: capitalize;
}
.recent-press-releases .pr-title a {
    font-family: Oswald, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.1;
    text-decoration: none;
}
.recent-press-releases .pr-date,
.recent-press-releases .pr-location {
    display: inline;
}
.recent-press-releases .pr-body {
    display: none;
}
.see-also-module {
    position: relative;
    min-height: 27.5rem;
    margin-bottom: 6.25rem;
    padding-top: 2.34375rem;
}
.see-also-module--inner {
    position: relative;
    z-index: 1;
    margin-top: 1.5625rem;
}
.see-also-module--inner .button--banner__cta {
    margin: 0.625rem 0;
}
.see-also-module .section__header {
    margin-bottom: 0;
}
.see-also-module--see-all {
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 2.34375rem;
    padding-left: 1.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.light .see-also-module--see-all {
    color: #050811;
}
.see-also-module--see-all > a {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
}
.see-also-module .see-also-item {
    margin-bottom: 20px;
}
@media (min-width: 41em) {
    .see-also-module .see-also-item {
        padding-top: 0;
    }
}
.see-also-module .see-also-item img {
    max-width: 100%;
}
.see-also-module .see-also-item a {
    text-decoration: none;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 1.69rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0;
    color: inherit;
}
.see-also-module .see-also-item a__link {
    color: inherit;
}
.see-also-module .see-also-item a__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.see-also-module .see-also-item--title .trademark {
    font-size: 8px;
    vertical-align: top;
    margin-top: 1px;
    display: inline-block;
}
.social-media-module {
    overflow-x: auto;
    min-height: 27.5rem;
    margin-bottom: 6.25rem;
    background-color: #282b2e;
}
.social-media-module a.social-media-post {
    color: #fff;
}
.social-media-module a.social-media-post:visited {
    color: #fff;
}
.social-media-module a.social-media-post:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.social-media-module--inner {
    margin: 0 auto 2.5rem;
    padding-top: 1.25rem;
}
.social-media-module .social-media-post {
    min-width: 18.81rem;
    max-width: 18.81rem;
    min-height: 18.81rem;
    margin: 0 1.25rem;
    padding: 1.25rem 1.25rem 0;
    text-align: center;
    text-decoration: none;
}
.main-header .search .social-media-module .social-media-post .search__show,
.social-media-module .social-media-post .explorer__sidebar__header::after,
.social-media-module .social-media-post .main-header .search .search__show,
.social-media-module .social-media-post .press__sidebar__header::after,
.social-media-module .social-media-post .search__button,
.social-media-module .social-media-post .sprite-icon {
    display: block;
    margin: 0 auto 20px;
}
.social-media-module .social-media-post.twitter {
    background-color: #0094e3;
}
.social-media-module .social-media-post.facebook {
    background-color: #3e66b5;
}
.social-media-module--hashtags {
    width: 100%;
    padding: 1.25rem;
    text-align: center;
}
@media (min-width: 41em) {
    .social-media-module--hashtags {
        margin: 1.25rem auto 0;
    }
}
.social-media-module .promo-placeholder {
    width: 17.5rem;
    border: 1px solid;
}
.hashtag {
    font-size: 2.856rem;
    font-weight: 600;
    line-height: 3.713rem;
    color: #fff;
}
.hashtag a {
    text-decoration: none;
    color: #fff;
}
.hashtag a:visited {
    color: #fff;
}
.hashtag a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.hashtag .section-wrapper {
    overflow-x: auto;
}
.social-media-module--inner {
    width: 85.38rem;
}
.static-content-block {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
    max-width: 85.38rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    clear: both;
}
.static-content-block::after {
    display: table;
    clear: both;
    content: "";
}
@media (min-width: 75em) {
    .static-content-block {
        margin-left: auto;
        margin-right: auto;
    }
}
.static-content-block img {
    width: 100%;
    max-width: 28.125rem;
}
.static-content-block .g__cell {
    padding-top: 1.09rem;
    padding-left: 2.1884rem;
}
.static-content-block h1,
.static-content-block h2,
.static-content-block h3,
.static-content-block h4,
.static-content-block h5 {
    margin-bottom: 0.9375rem;
}
.static-content-block p {
    color: #f6f6f6;
}
.static-content-block .text-long {
    color: #f6f6f6;
}
.static-content-block--ctas {
    margin-top: 0.9375rem;
}
@media (min-width: 48em) {
    .static-content-block--ctas div {
        display: inline-block;
        margin-right: 0.625rem;
    }
}
.static-content-block--ctas div {
    text-align: center;
}
.main-header .static-content-block--ctas .button--newsletter,
.static-content-block--ctas .button,
.static-content-block--ctas .main-header .button--newsletter {
    margin-bottom: 0.9375rem;
}
.videos-module {
    position: relative;
    padding-top: 2.34375rem;
}
.videos-module--inner {
    position: relative;
    overflow-x: auto;
}
.videos-module .section__header {
    margin-bottom: 0;
}
.videos-module--see-all {
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 2.34375rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.light .videos-module--see-all {
    color: #050811;
}
.videos-module--see-all > a {
    margin-right: 0.3125rem;
}
.videos-module .videos-item {
    width: 300px;
}
.videos-module .videos-item--thumbnail {
    position: relative;
}
.videos-module .videos-item--thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}
.videos-module .videos-item--thumbnail .videos-item--availability {
    font-size: 0.9rem;
    font-family: Oswald, "Helvetica Neue", Arial, sans-serif;
    font-weight: 200;
    line-height: 1.6;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-right: 0.3125rem;
    padding-left: 2rem;
    text-align: right;
    text-transform: uppercase;
    color: #050811;
    background: url(/themes/custom/sonypictures/dist/img/video-availability--background.png) no-repeat bottom right;
}
.light .videos-module .videos-item--thumbnail .videos-item--availability {
    color: #fff;
    background: url(/themes/custom/sonypictures/dist/img/video-availability--background--light.png) no-repeat bottom right;
}
.videos-module .videos-item--thumbnail::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    content: "";
    pointer-events: none;
    background: url(/themes/custom/sonypictures/dist/img/icons/src/play.svg) no-repeat center center;
}
.videos-module .videos-item--title {
    line-height: 1.4;
    margin-top: 1.25rem;
}
.videos-module .videos-item--title a {
    text-decoration: none;
}
.whats-new-module {
    position: relative;
    padding-top: 2.34375rem;
    margin-bottom: 6.25rem;
}
@media (min-width: 48em) {
    .whats-new-module .whats-new-module--items--wrapper > .tertiary ~ .tertiary {
        margin-right: 0;
        margin-left: 1%;
    }
}
@media (min-width: 48em) {
    .whats-new-module .whats-new-module--items--wrapper > .secondary ~ .secondary {
        margin-top: 1%;
        margin-bottom: 0;
    }
}
.whats-new-module .section__header {
    margin-bottom: 0;
}
.whats-new-module--see-all {
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 2.34375rem;
    padding-left: 1.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.light .whats-new-module--see-all {
    color: #050811;
}
.whats-new-module--see-all > a {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
}
.whats-new-module--sidebar {
    z-index: 200;
    height: 100%;
    margin-left: 1.25rem;
    background: #252525;
    -webkit-box-shadow: 0 0.5px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.whats-new-module--wrapper > div {
    z-index: 100;
}
.whats-new-module--item {
    position: relative;
    display: block;
    margin-bottom: 1.5625rem;
    text-decoration: none;
}
@media (min-width: 48em) {
    .whats-new-module--item {
        margin-bottom: 0;
    }
}
.light .whats-new-module--item > div {
    color: #fff;
}
.light .whats-new-module--item > div h4,
.light .whats-new-module--item > div span {
    color: #fff;
}
.light .whats-new-module--item > div:visited {
    color: #fff;
}
.light .whats-new-module--item > div:visited h4,
.light .whats-new-module--item > div:visited span {
    color: #fff;
}
.light .whats-new-module--item > div:hover {
    color: rgba(255, 255, 255, 0.8);
}
.light .whats-new-module--item > div:hover h4,
.light .whats-new-module--item > div:hover span {
    color: rgba(255, 255, 255, 0.8);
}
.whats-new-module--item > img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
.whats-new-module--item--meta {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.9375rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}
.whats-new-module--item.first {
    width: 100%;
}
@media (min-width: 48em) {
    .whats-new-module--item.first {
        float: left;
        width: 58%;
    }
}
.whats-new-module--item.secondary {
    width: 100%;
}
@media (min-width: 48em) {
    .whats-new-module--item.secondary {
        float: left;
        overflow: hidden;
        width: 40%;
        margin-bottom: 0.95%;
        margin-left: 2%;
    }
}
.whats-new-module--item.tertiary {
    display: none;
    width: 100%;
}
@media (min-width: 48em) {
    .whats-new-module--item.tertiary {
        display: block;
        float: left;
        width: 49%;
        margin-top: 2%;
        margin-right: 1%;
    }
}
@media (min-width: 41em) {
    .whats-new-module--item.tertiary .whats-new-module--item--meta {
        bottom: 0;
    }
}
.whats-new-module--calendar--wrapper {
    display: none;
    color: #fff;
    background-color: #252525;
}
@media (min-width: 75em) {
    .whats-new-module--calendar--wrapper {
        display: block;
    }
}
.whats-new-module--event {
    min-height: 50px;
    margin-bottom: 7px;
    padding: 4px;
    border-bottom: 1px solid #050811;
}
.whats-new-module--event--date {
    font-family: Oswald, "Helvetica Neue", Arial, sans-serif;
    float: left;
    width: 42px;
    min-height: 42px;
    margin-right: 4px;
    text-align: center;
}
.whats-new-module--event--month {
    font-weight: 700;
    margin-top: -8px;
    text-transform: uppercase;
}
.whats-new-module--event--divider {
    float: left;
    min-height: 39.7px;
    margin-top: 1px;
    border: solid 1px #4a4a4a;
}
.whats-new-module--event--title {
    font-size: 0.769rem;
    font-weight: 700;
    line-height: 1.22;
    float: left;
    max-width: 212px;
    min-height: 42px;
    padding: 0 6px 4px 10px;
}
.whats-new-module--event--title > span {
    font-weight: 400;
}
@media (max-width: 41em) {
    .whats-new-module .accent-geometry {
        left: 0;
        width: 100%;
        border-right: none;
        border-bottom: none;
        border-left: none;
    }
}
.site-footer {
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding-top: 3.125rem;
    border-top: 0.23438rem solid rgba(255, 255, 255, 0.15);
}
.light .site-footer {
    border-top-color: rgba(0, 0, 0, 0.15);
}
.site-footer .site-footer__container {
    display: none;
}
@media (min-width: 41em) {
    .site-footer .site-footer__container {
        display: block;
    }
}
.site-footer h4 {
    font-size: 1.1rem;
    margin-bottom: 0.9375rem;
}
.site-footer .menu__item {
    margin-bottom: 0.625rem;
}
.site-footer .menu__link {
    text-decoration: none;
    text-transform: uppercase;
}
.site-footer .nav--connect .nav__link:hover {
    opacity: 1;
}
.site-footer .nav--connect .nav__link:hover::after {
    display: none;
}
.site-footer .main-header__logo {
    margin-bottom: 1.5625rem;
    text-align: center;
}
@media (min-width: 41em) {
    .site-footer .main-header__logo {
        text-align: left;
    }
}
.dark .site-footer .menu__link {
    color: #f6f6f6;
}
.dark .site-footer .menu__link:hover {
    color: #fafafa;
}
.light .site-footer .menu__link {
    color: #333;
}
.light .site-footer .menu__link:hover {
    color: #787878;
}
.site-footer .nav--connect .nav__link {
    opacity: 0.8;
}
.site-footer__right {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 41em) {
    .site-footer__right {
        margin: 0;
    }
}
.site-footer__right h4 {
    display: none;
}
@media (min-width: 41em) {
    .site-footer__right h4 {
        display: block;
    }
}
.site-header {
    background: #050811;
    z-index: 400;
    width: 100%;
}
@media (min-width: 41em) {
    .site-header {
        position: absolute;
        top: 0;
    }
    .site-header.scrolling {
        background: #050811;
    }
}
.toolbar-fixed .site-header {
    top: 39px;
}
.toolbar-horizontal.toolbar-tray-open .site-header {
    top: 80px;
}
@media (min-width: 41em) {
    .layout-container {
        border-top: calc(34px + 1.5rem + 0.9375rem + 0.9375rem) solid #050811;
    }
    .layout-container.light {
        border-top-color: #fff;
    }
}
@media screen and (min-width: 67.5rem) {
    .layout-container {
        border-top-width: calc(34px + 2.0625rem + 0.9375rem + 0.9375rem);
    }
}
.sony-header {
    z-index: 400;
    top: 0;
    width: 100%;
    height: 34px;
    background-color: #000;
}
.sony-header__logo {
    padding-right: 0.9375rem;
}
.sony-header__logo a {
    display: block;
    float: right;
    width: 72px;
    height: 31px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAAAgCAYAAAC2JCIgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRjYzODY4NTZGRjgxMUUzQTIwQUIzNEM1REJCODFFNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRjYzODY4NjZGRjgxMUUzQTIwQUIzNEM1REJCODFFNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVGNjM4NjgzNkZGODExRTNBMjBBQjM0QzVEQkI4MUU3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVGNjM4Njg0NkZGODExRTNBMjBBQjM0QzVEQkI4MUU3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+c8l8ZQAAB35JREFUeNrsWnuIlFUUn3F9KzWYla9ys4cWiZNC+So/oVCDdIxCMTbXCsqKFApKopokyQraJSTCP3JLMSlpViozyGZNo4yN3YLIgtwxTczVds1Nd31NvxNn4no99/HNRmDcA7+dnW/OPfd+3/e7v3vuI5lQrFgsDsTHbGA6MAEYCQzinw8zmoBG4MNkMrkLZXri/6ns04hrHQmHoUwSH5OAWcBEYDQwHOjBLkeBX4DvgAYgh7itlnjUhoGWKrtQ/rilLRcm3HYUMU7Dn3yTHv5n4P+HVtcFyj2arN0jdhrIAOOAFF8rAN/y82pmnxR/t1mGfacp1yjWHqCeY50fRi8HeAX4sxjPmoHlyve0o57ewGPA7pj1nATqgMsNcSNH+UPAFEPZlGcb0uzf7ulfEOoqeJRLWJABWjxitCh+Uhy65yzQ5hErz89XLZ81+DZxbB/fIsfNO+pX6zZZtif+DMEz/hy4WnnmpH6buYfvA04CfYBhwPVABIxiRRjn2VnIbwMwRvtpP7AR2AkcZBWhOu4ExrIPKe5C4C7EWQylW6vF6GQF6cVt1O0i4FOUrULZjbpyctmSn6rsXcAB/v8Ef9JIQco6GBhguN3D/Nx0o2v9gYsFFT7ioZw55XsdsElTcHovc1hhbWpOcSotsSjOEn4XEWMR+yUUlV+oxUnziD1XUfKSr9queuYWdfa3gG1CrFK7VEF4HnhO+d7AZRuIYO9o7F4L9PUg5k3AFkm1BN/JQIfmewpYRiptqSPDaqrb45Yy91t67hngCUvZFKt/yW63+PYDVhvqecpSrkrzXc2pket555QyNQ7lrrYofJNWf7VFtZss6mgbCUnp0zHaZKovZ4lx1m/0p1MrPDNGSpIE3rARmdOWX4Wbne9ZxxhhOKdcdWqZaQbZKqDCUF6t60aP+39biE/tmy34TwGOKX4b9XZIL5mv5zWi5HjYXsr3LA3/eQsRiuxj6xBpIc3wIXKpjRmDb8JCZj3dqVHSKmMKk+CHrtp+4GVWjqnAKJtCM1F/YwKMFX5/VrjJDTFz+IeEGNs8iHwEOGh40B8A/R1Ejjza1gvYLMQnwk5Q/EZro0teGo0sL3mpZ25eIrmktDl9BHUQWVJwE5Ezgq+q+D5ELnWeNqHDtSn5f+qczo4/2z0fEL2ERlaRF0hRgWs9XvQuIdbkmETuAxwV0oRhDiLT5OoK4AfDPTXyHME0IYs829cf+FKIfwAYCVyqTXCbePUjEYPIhDUxJ8m6cuVjTCxNZSIDkSNDelBURg3feuOkLP8QebqgynGMXtCTBnUbIPifMA3rDrJ8JsSa5SKykvuaZscFtUOWQ2QuNwj4XohP175Rvv9MxLbESXgoVilt8FnBWGMhZWUZRE5ZiGzrcE2WXNuV51tJXEq/6J8ZwJ5i94xe2HDtpVQKfq1lLhG+J8Sq8iGysvRXZ+np07pDZC47AthreUaU5lwVI560jFVjyC0jHt71ZbUWS3riypFTwrJewoPIrtEj8hwNbPn5uURWXvQc4HXgixjrpapt8VDkk2Uq8lYh1kxfIiu/P2NoO40U9wA/KtfuKKOdNDltFeJTvj6+G2v9WaXTuYiw1EA+fTLV5siTc44VjshBzur/jMj4s4CVaplhuBwPzAUeBVYC6zi37DA08jKPHPmWmC+xt5AjUzo0OC6R2WcBE1ey4+oEpkzSPSLEfTGuCmvXssLSVLVGxEq+1mZR3YxA5qyWMkgTtzXCCFCjrS5EQrpSLUzeXESOhE7Qwu2KTESuZcd23kL1fVm9ODc+p7dpfssFn/djEmOxEOMTj1WLgiXmzcBhxwhTLpElJcqWkU5IqUVLjBEya8mz854x2ljhfZfdsh4rEVEMJfba/VQX4mkWTWo7z3QuQTX4UIqwCv+u1H76Xfv+KvAAMFS5Rgp/H2K86bkj+JKwG/d0d7blUTet1kziHcwrz4OTBA3KZzPvtk0TdvEKvNtVbzm30cznadSdwLRybqOZ42wyxCmVl6xgqO8GZefOdX5jejnqUaux/SfgXtPykLbk9JpWdqfBdyLniHpqQGrdz7LZMN+Qqy9x7Aaqk6sKx30MBnYYev7dZSryg0KslYlg5TxLLxBZanlfPSGoHu2bfw3sZqXty2cMqHfdpp01aAFuhdLtNjSINkveFc5aHAIo1fiKzygM4DMWNKzr69R0Ku5h1LFOXy3Axw7+egnQTzs3coxVuNK0Ts17/vO0nxahTJ3nA5/IZ0nIhvDZFNVOK+cvahG3NtDUj8hxFbmLhnvgY8tESDLa1VvBR0B9NjYo39oXczXkOG+FDzfErfQJ4rHdvEKfpcd44FGc3DVQ9N9XZDpPcB2d7oJKrC8tm3H+NIXVcSjnT6QqdMZ2L6s1qeB2lDsVs3EVnAfNAKj+awDaJEgqeXaBc6mtwEeo44glXg8+kebKi9s92jaCT9v9PVr4nK/mcq4z0ap1Im5ntxQo2NnvNjy4YP8H6xEeQbBA5GDBApGDBQtEDhYsEDlYIHKwYIHIwYIFIgcLFogcLBA5WLBA5GDBApGDBQtEDhaIHCzYeWd/CTAAO697FhJKJ+YAAAAASUVORK5CYII=);
    background-position: 73px 12px;
}
.main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9375rem 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-header #block-sonypictures-main-menu,
.main-header__main-nav,
.main-header__search,
.main-header__section,
.main-header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header__section li.nav__item {
    margin-left: 0;
}
.main-header #block-sonypictures-main-menu,
.main-header__social {
    margin-left: auto;
}
.main-header .search {
    display: none;
}
.main-header .search.is-active .search__wrap {
    position: relative;
}
.main-header .search::before {
    width: 0.1rem;
    height: 1.5625rem;
    margin-right: 0.625rem;
    content: "";
    background: #787878;
}
.main-header .search__curtain {
    background: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 799;
}
.main-header .search .search__textfield {
    display: none;
}
.main-header .search__button {
    display: none;
    top: 2.34375rem;
}
.main-header .search .search__show {
    vertical-align: middle;
    cursor: pointer;
    top: 0.9375rem;
    right: 0.9375rem;
}
.main-header .search .search__show:hover {
    opacity: 0.8;
}
.main-header .search .form-item {
    margin-bottom: 0;
}
.main-header .search .contextual {
    top: 25px;
}
.main-header .search.is-active {
    position: absolute;
    z-index: 800;
    top: 0.9375rem;
    right: 0;
    left: 0;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
}
.main-header .search.is-active .search__show {
    display: none;
}
.main-header .search.is-active .search__button {
    display: block;
}
.main-header .search.is-active .search__textfield,
.main-header .search.is-active + .search__curtain {
    display: block;
}
@media screen and (min-width: 67.5rem) {
    .main-header .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .main-header .search.is-active {
        display: block;
    }
}
.main-header .nav__link {
    position: relative;
    text-decoration: none;
    color: #fff;
}
.main-header .nav__link::after {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 0;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.main-header .nav__link.nav__item--active::after,
.main-header .nav__link:hover::after {
    bottom: 0.2rem;
    height: 0.3rem;
}
.main-header .nav__link.nav__item--active::after {
    color: #fafafa;
    bottom: 0.2rem;
    height: 0.3rem;
}
.main-header .nav__link:hover::after {
    background: rgba(255, 255, 255, 0.5);
}
.main-header a.nav__link {
    text-decoration: none;
    color: #fff;
}
.main-header a.nav__link:hover {
    color: #fafafa;
}
.main-header a.nav__link.is-active {
    color: #787878;
    font-weight: 600;
}
.main-header .nav--connect a.nav__link::after {
    display: none;
}
.main-header .main-header__newsletter,
.main-header .search {
    margin-left: 0.625rem;
}
.main-header .button--newsletter {
    line-height: 1.6;
    color: #fafafa;
    border: none;
    background: #2a2d34;
    position: relative;
    padding: 0.45rem 0.9375rem;
    padding-left: 2.9rem;
}
.main-header .button--newsletter::before {
    position: absolute;
    top: 15%;
    left: 0.9375rem;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}
.main-header__logo a:hover,
.sony-header__logo a:hover {
    opacity: 0.8;
}
#block-sonypictures-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sony-header__hamburger {
    margin-right: 1rem;
    cursor: pointer;
}
.site-header .main-header__newsletter,
.site-header .main-header__search,
.site-header .nav--connect,
.site-header nav {
    display: none;
}
@media screen and (min-width: 67.5rem) {
    .site-header .main-header__newsletter,
    .site-header .main-header__search,
    .site-header .nav--connect,
    .site-header nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sony-header__hamburger {
        display: none;
    }
}
@media screen and (min-width: 67.5rem) {
    .coppa .main-header__logo {
        padding-top: 1rem;
    }
}
@media screen and (min-width: 67.5rem) {
    .coppa.layout-container {
        border-top-width: calc(4px + 2.0625rem + 0.9375rem + 0.9375rem);
    }
}
.no-results {
    margin: 1.5625rem auto;
    padding: 1.5625rem;
    width: 100%;
    max-width: 85.38rem;
    text-align: center;
    background: #292c2f;
    position: relative;
}
.no-results h2 {
    margin-bottom: 0.9375rem;
    text-transform: uppercase;
}
.not-found {
    position: relative;
    margin: 1.5625rem;
    padding: 1.5625rem;
    text-align: center;
    background: #292c2f;
}
.not-found .subheading,
.not-found h2 {
    margin-bottom: 0.9375rem;
}
.not-found p {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-right: auto;
    margin-left: auto;
}
.sub-menu {
    z-index: 200;
    display: none;
    width: 100%;
    background-color: #787878;
}
@media (min-width: 75em) {
    .sub-menu.visible {
        display: block;
    }
}
.sub-menu.scrolling {
    position: fixed;
    top: 97px;
}
.toolbar-fixed .sub-menu.scrolling {
    top: 136px;
}
.toolbar-horizontal.toolbar-tray-open .sub-menu.scrolling {
    top: 177px;
}
.sub-menu .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sub-menu .nav a.nav__link {
    display: block;
}
.sub-menu .nav__item {
    margin-left: 1.5625rem;
}
.main-header .sub-menu .nav a.button--newsletter,
.sub-menu .nav .main-header a.button--newsletter,
.sub-menu .nav a.button {
    margin-top: 0.51rem;
    margin-bottom: 0.12rem;
    color: #fff;
    line-height: 1.25;
    position: relative;
    padding: 0.45rem 0.9375rem;
    padding-left: 2.9rem;
}
.main-header .sub-menu .nav a.button--newsletter::before,
.sub-menu .nav .main-header a.button--newsletter::before,
.sub-menu .nav a.button::before {
    position: absolute;
    top: 15%;
    left: 0.9375rem;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}
.main-header .sub-menu .nav a.button--newsletter:visited,
.sub-menu .nav .main-header a.button--newsletter:visited,
.sub-menu .nav a.button:visited {
    color: #fff;
}
.main-header .sub-menu .nav a.button--newsletter:hover,
.sub-menu .nav .main-header a.button--newsletter:hover,
.sub-menu .nav a.button:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.subfooter {
    font-size: 0.769rem;
    line-height: 2.5;
    padding-top: 1.5625rem;
    padding-bottom: 1.25rem;
    text-align: center;
}
@media (min-width: 48em) {
    .subfooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 48em) {
    .subfooter__copyright {
        text-align: right;
    }
    .subfooter__copyright > span {
        display: initial;
        width: inherit;
    }
}
.dark .subfooter {
    color: rgba(255, 255, 255, 0.8);
}
.light .subfooter {
    color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 48em) {
    .subfooter .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 48em) {
    .subfooter .menu a {
        padding: 0.625rem 0.9375rem;
    }
}
.dark .subfooter .menu a {
    color: rgba(255, 255, 255, 0.8);
}
.light .subfooter .menu a {
    color: rgba(0, 0, 0, 0.8);
}
.subfooter__copyright {
    margin-top: 0.9375rem;
}
@media (min-width: 41em) {
    .subfooter__copyright {
        margin-top: 0;
		color: white;
    }
}
.subfooter__copyright > span {
    line-height: 1.7;
    display: block;
    width: 100%;
}
@media (min-width: 48em) {
    .subfooter__copyright > span {
        display: initial;
    }
}
@media (min-width: 48em) {
    #block-footersubfooter,
    .subfooter__copyright {
        width: 50%;
    }
}
.corporate .banner--small {
    background: rgba(255, 255, 255, 0.1);
}
.corporate .banner--small h1 {
    width: 100%;
}
.corporate p {
    color: #f6f6f6;
}
.corporate a:hover {
    color: #f0f8ff;
}
.corporate .de__subtitle > p {
    line-height: 1.41;
}
.corporate .ce__title {
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
}
.corporate .ce-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.corporate .ce-list__more {
    text-transform: uppercase;
}
.corporate .ce-list__subtitle {
    margin-bottom: 0.9375rem;
}
.corporate .ce-list__item {
    padding: 0.9375rem;
    border-bottom: 0.1rem solid #050811;
    background: #292c2f;
    clear: both;
}
.corporate .ce-list__item::after {
    display: table;
    clear: both;
    content: "";
}
.corporate .ce-list__image img {
    width: 100%;
    height: auto;
}
@media (min-width: 26em) {
    .corporate .ce-list__image img {
        float: left;
        max-width: 150px;
        padding-right: 0.9375rem;
    }
}
@media (min-width: 41em) {
    .corporate .ce-list__image img {
        max-width: 200px;
    }
}
@media (min-width: 75em) {
    .corporate .ce-list__image img {
        max-width: 300px;
    }
}
@media (min-width: 41em) {
    .corporate .ce-list__credentials {
        margin-top: -0.625rem;
    }
}
@media (min-width: 48em) {
    .corporate .ce-list__credentials {
        float: left;
        width: 70%;
    }
}
.corporate .ce-list__credentials p {
    max-width: 100%;
}
.corporate .ce-list__credentials h3 a {
    text-decoration: none;
}
.corporate .section__header {
    position: relative;
    z-index: 0;
}
.corporate .ce-list,
.corporate .executive-grid {
    position: relative;
    z-index: 0;
}
.corporate figure {
    margin: 0;
}
.corporate figure img {
    width: 100%;
}
.executive__header {
    margin-top: 1.5625rem;
    position: relative;
    z-index: 0;
}
.executive__body {
    padding-top: 3.125rem;
    color: #f6f6f6;
    clear: both;
}
.executive__body::after {
    display: table;
    clear: both;
    content: "";
}
.executive .section__header--geo::before {
    display: none;
}
@media (min-width: 41em) {
    .executive .section__header--geo::before {
        display: block;
        width: 140%;
    }
}
@media (min-width: 48em) {
    .executive .section__header--geo::before {
        display: block;
        width: 120%;
    }
}
.html-page .banner--small {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.15);
}
.html-page .html-page__detail {
    padding-top: 1.5625rem;
}
.html-page .html-page__detail .html-page__body strong > u {
    display: block;
    margin-bottom: 0.9375rem;
}
.html-page .html-page__detail .html-page__body ol li,
.html-page .html-page__detail .html-page__body ul li {
    max-width: inherit;
    list-style-position: outside;
	color: #f6f6f6;
}
.html-page .html-page__detail .html-page__body ol li a:empty,
.html-page .html-page__detail .html-page__body ul li a:empty {
    display: none;
}
.html-page .html-page__detail .html-page__body ol li :target::before,
.html-page .html-page__detail .html-page__body ul li :target::before {
    display: none !important;
}
@media (min-width: 41em) {
    .html-page .html-page__detail .html-page__body :target {
        display: block;
    }
    .html-page .html-page__detail .html-page__body :target::before {
        content: " ";
        display: block;
        height: 100px;
        margin: -100px 0 0;
        visibility: hidden;
    }
    .toolbar-fixed .html-page .html-page__detail .html-page__body :target::before {
        height: 135px;
        margin: -135px 0 0;
    }
    .toolbar-horizontal.toolbar-tray-open .html-page .html-page__detail .html-page__body :target::before {
        height: 180px;
        margin: -180px 0 0;
    }
}
@media screen and (min-width: 60rem) {
    .html-page .html-page__detail .html-page__body .privacy-bi-sections {
        width: 49%;
        float: left;
        position: relative;
        padding: 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.pr__detail .pr__head {
    padding-top: 1.5625rem;
}
.pr__detail .pr__subtitle2 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.pr__detail .pr__image {
    width: 100%;
    max-width: 25rem;
    margin-bottom: 1.5625rem;
}
.pr__detail .pr__image img {
    width: 100%;
}
.pr__detail .pr__image img,
.pr__detail iframe {
    border: 0.3125rem solid #292c2f;
}
.pr__detail iframe {
    margin-top: 1.5625rem;
}
.pr__detail .pr__body {
    padding-bottom: 2rem;
}
.corp {
    max-height: 10.75rem;
}
.path-press-releases #block-pagetitle {
    height: 18.75rem;
    background: rgba(255, 255, 255, 0.15);
}
.path-press-releases #block-pagetitle h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    margin-left: 1.25rem;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.path-press-releases .press__block {
    background: #2a2d35;
    color: #fff;
    margin-bottom: 1rem;
}
.path-press-releases .press__block h1 {
    color: #fff;
}
.path-press-releases .views-element-container .views-exposed-form.section-wrapper {
    max-width: 100%;
    padding: 0;
}
.path-press-releases .views-element-container .views-exposed-form .form-item:nth-of-type(1) {
    padding: 0.9375rem;
    background: rgba(255, 255, 255, 0.1);
}
.path-press-releases .views-element-container .views-exposed-form .form-item:nth-of-type(1) input {
    max-width: 85.38rem;
    margin-right: auto;
    margin-left: auto;
}
.path-press-releases .views-element-container .views-exposed-form .form-item:nth-of-type(2) {
    max-width: 85.38rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.9375rem;
}
.path-press-releases .views-element-container .views-exposed-form .form-actions {
    position: absolute;
    top: 1.8rem;
    right: 2rem;
}
.path-press-releases .views-element-container .views-exposed-form .form-actions input {
    font-size: 0;
    line-height: 0;
    display: block;
    min-width: 0;
    padding: 0;
    color: transparent;
    border: none;
    border-radius: unset;
    width: 20px;
    height: 20px;
    background: url(/themes/custom/sonypictures/dist/svg/sprite.css.svg) no-repeat;
    background-position: 50% 80%;
}
.pr.views-element-container {
    position: relative;
}
.pr.views-element-container::before {
    position: absolute;
    z-index: 0;
    top: 8rem;
    display: block;
    width: 120%;
    height: 14.0625rem;
    margin-left: -50%;
    content: "";
    border: 0.3125rem solid #787878;
    border-left: none;
}
@media (min-width: 48em) {
    .pr.views-element-container::before::before {
        width: 100%;
    }
}
.pr.list-view {
    padding-top: 1.5rem;
}
.pr .banner--small {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.1);
}
.pr .pr__item {
    padding: 0.9375rem;
}
@media (min-width: 48em) {
    .pr .pr__item h2,
    .pr .pr__item p {
        max-width: 90%;
    }
}
.pr .pr__item h2 {
    line-height: 1.3;
    margin-bottom: 1.25rem;
}
.pr .pr__item p {
    color: #f6f6f6;
}
.pr__title {
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
    .pr__title {
        max-width: 90%;
    }
}
.pr__title a {
    text-decoration: none;
}
.pr__title::after {
    text-transform: capitalize;
}
.pr__subtitle {
    line-height: 1.25;
    margin-bottom: 1.5625rem;
    text-transform: capitalize;
}
@media (min-width: 48em) {
    .pr__subtitle {
        max-width: 90%;
    }
}
.pr__body {
    color: #f6f6f6;
}
@media (min-width: 48em) {
    .pr__body {
        max-width: 90%;
    }
}
.pr__more {
    text-transform: uppercase;
}
.pr > ul {
    margin-top: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pr > ul li {
    border-bottom: 0.1rem solid #050811;
}
.pr .form-item {
    position: relative;
    width: 100%;
    margin-bottom: 1.5625rem;
}
.pr .form-item__dropdown {
    width: 100%;
    max-width: 18.75rem;
    margin-top: 3.75rem;
}
.pr__search {
    padding: 0.9375rem;
    background: rgba(255, 255, 255, 0.1);
}
.pr__header {
    background: rgba(255, 255, 255, 0.1);
}
.path-search #block-pagetitle {
    background: rgba(255, 255, 255, 0.15);
}
.path-search #block-pagetitle h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 85.38rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.path-search .views-element-container header {
    width: 100%;
    padding: 0.9375rem 0;
    background: rgba(255, 255, 255, 0.1);
}
.path-search .views-element-container .summary,
.path-search .views-element-container .views-exposed-form {
    margin: 0 auto;
    width: 100%;
    max-width: 85.38rem;
    padding: 0 0.9375rem;
    display: block;
}
.path-search .views-element-container .views-exposed-form .form-item {
    margin-bottom: 0.75rem;
}
.path-search .views-element-container .views-exposed-form .search__button {
    right: 1.875rem;
}
.path-search .views-element-container .summary {
    font-size: 0.9rem;
}
.path-search .views-row {
    width: 100%;
    max-width: 85.38rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    clear: both;
    padding-bottom: 2rem;
    padding-top: 1rem;
    border-bottom: 1px solid #787878;
}
.path-search .views-row::after {
    display: table;
    clear: both;
    content: "";
}
@media (min-width: 75em) {
    .path-search .views-row {
        margin-left: auto;
        margin-right: auto;
    }
}
.path-search .views-row:last-of-type {
    border-bottom: 0 none;
}
.path-search .views-row .search--result--type {
    font-style: italic;
    text-transform: uppercase;
}
.path-search .views-row h3 {
    margin-bottom: 0.5rem;
}
.path-search .views-row .node--corporate_executive h3,
.path-search .views-row .node--divisional_executive h3,
.path-search .views-row .node--html_page h3,
.path-search .views-row .node--page h3 {
    text-transform: uppercase;
}
.explorer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 10vh;
}
@media (min-width: 48em) {
    .explorer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.explorer .section__header {
    margin-bottom: 0;
}
.explorer__header {
    margin-bottom: 0.9375rem;
}
@media (min-width: 48em) {
    .explorer__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.explorer__us_networks {
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}
.explorer__us_networks a {
    padding-right: 2rem;
    text-decoration: none;
    font-size: 1.1rem;
}
@media (min-width: 48em) {
    .explorer__us_networks {
        display: contents;
    }
}
.explorer__sort {
    margin-left: 0.9375rem;
}
@media (min-width: 48em) {
    .explorer__sort {
        margin-left: 0;
    }
}
.explorer__sort .form-item--radio,
.explorer__sort ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.explorer__sort .form-item--radio .form-item,
.explorer__sort .form-item--radio li,
.explorer__sort ul .form-item,
.explorer__sort ul li {
    position: relative;
    margin-right: 0.9375rem;
    margin-bottom: 0;
}
.explorer__sort .form-item--radio .form-item::after,
.explorer__sort .form-item--radio li::after,
.explorer__sort ul .form-item::after,
.explorer__sort ul li::after {
    position: absolute;
    top: 0;
    right: -0.5rem;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background: #787878;
}
.explorer__sort .form-item--radio .form-item:last-child::after,
.explorer__sort .form-item--radio li:last-child::after,
.explorer__sort ul .form-item:last-child::after,
.explorer__sort ul li:last-child::after {
    display: none;
}
.explorer__sort .form-item--radio .form-item input,
.explorer__sort .form-item--radio li input,
.explorer__sort ul .form-item input,
.explorer__sort ul li input {
    display: none;
}
.explorer__sort .form-item--radio .form-item input:checked + label,
.explorer__sort .form-item--radio li input:checked + label,
.explorer__sort ul .form-item input:checked + label,
.explorer__sort ul li input:checked + label {
    font-weight: 800;
}
.explorer__sort .form-item--radio .form-item a,
.explorer__sort .form-item--radio .form-item label,
.explorer__sort .form-item--radio li a,
.explorer__sort .form-item--radio li label,
.explorer__sort ul .form-item a,
.explorer__sort ul .form-item label,
.explorer__sort ul li a,
.explorer__sort ul li label {
    text-decoration: none;
    text-transform: uppercase;
}
.explorer__sort .form-item--radio .form-item a.is-active,
.explorer__sort .form-item--radio .form-item label.is-active,
.explorer__sort .form-item--radio li a.is-active,
.explorer__sort .form-item--radio li label.is-active,
.explorer__sort ul .form-item a.is-active,
.explorer__sort ul .form-item label.is-active,
.explorer__sort ul li a.is-active,
.explorer__sort ul li label.is-active {
    font-weight: 800;
}
.explorer__sidebar {
    height: 3.25rem;
    position: absolute;
    z-index: 300;
    right: 0;
    left: 0;
    overflow: hidden;
    min-width: 18rem;
    margin: 0.9375rem;
    padding: 0.9375rem;
    padding-bottom: 1.5625rem;
    background: rgba(42, 45, 53, 0.95);
}
@media (min-width: 41em) {
    .explorer__sidebar {
        height: 100%;
    }
}
@media (min-width: 48em) {
    .explorer__sidebar {
        position: inherit;
        margin-left: -0.9375rem;
        padding-left: 2.125rem;
        background: rgba(255, 255, 255, 0.15);
    }
}
.explorer__sidebar__header {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 0.05rem solid rgba(0, 0, 0, 0.8);
    background: #2a2d35;
}
@media (min-width: 48em) {
    .explorer__sidebar__header {
        display: none;
    }
}
.explorer__sidebar__header::after {
    position: absolute;
    top: 0;
    right: 0.9375rem;
    content: "";
}
.explorer__sidebar.open {
    height: auto;
}
.explorer__sidebar .form-item__control .form-item__item {
    margin-left: 0;
}
.explorer .search {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
}
.explorer .search::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 0.025rem solid rgba(255, 255, 255, 0.5);
}
.explorer .explorer__filters .h3,
.explorer .explorer__filters h3 {
    margin-bottom: 0.3125rem;
}
.explorer .explorer__filters .form-item--checkbox {
    position: relative;
    padding-top: 0.9375rem;
}
.explorer .explorer__filters .form-item--checkbox::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 0.025rem solid rgba(255, 255, 255, 0.5);
}
.explorer .explorer__filters .form-item--checkbox:nth-child(3)::after {
    border-bottom-color: transparent;
}
.explorer .explorer__filters .form-item legend {
    margin-bottom: 0.3125rem;
}
.explorer .explorer__filters .clear-filters {
    position: relative;
    top: -0.5rem;
    display: block;
    margin-bottom: 0.3125rem;
    text-transform: capitalize;
}
.explorer .explorer__filters .more-filters {
    position: relative;
    text-transform: capitalize;
}
.explorer .explorer__filters .more-filters::after {
    position: absolute;
    top: 6px;
    right: -1.25rem;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.explorer .explorer__filters .more-filters.open::after {
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 0 solid transparent;
}
.explorer__grid {
    padding: 0.9375rem;
    padding-top: 5.625rem;
    background: #050811;
    width: 100%;
}
@media (min-width: 48em) {
    .explorer__grid {
        padding-top: 0.9375rem;
    }
}
.explorer__grid .now_available {
    padding-bottom: 1rem;
}
.corporate .explorer__grid .ce-list__subtitle,
.explorer__grid .corporate .ce-list__subtitle,
.explorer__grid .h5,
.explorer__grid .videos-module .videos-item--title,
.explorer__grid h5,
.videos-module .explorer__grid .videos-item--title {
    font-weight: 800;
    line-height: 1.3;
    margin-top: 0.9375rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0;
	font-size:28px;
}
.explorer__grid p {
    margin-bottom: 0.625rem;
    color: #fafafa;
}
.explorer__grid img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.explorer__grid figure {
    height: 100%;
    margin: 0;
    padding: 0.625rem;
}
.explorer__grid h2 {
    margin: 0 0.9375rem 0.9375rem 0.9375rem;
    margin-bottom: 0;
}
.explorer__grid a {
    text-decoration: none;
}
.press {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
@media (min-width: 48em) {
    .press__wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.press .form-item__dropdown {
    position: relative;
    display: inline-block;
    width: 10rem;
    margin-left: 0.6rem;
}
.press .form-item__textfield {
    -webkit-appearance: none;
    text-transform: none;
    height: 3.125rem;
}
.press .section__header {
    margin-bottom: 0;
}
.press .section-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.3rem;
}
.press .search__button {
    top: 1.4rem;
}
.press__header {
    margin-bottom: 0.9375rem;
}
@media (min-width: 48em) {
    .press__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.press .explorer__sort {
    margin-left: 0.9375rem;
}
@media (min-width: 48em) {
    .press .explorer__sort {
        margin-left: 0;
    }
}
.press .explorer__sort .form-item--radio,
.press .explorer__sort ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.press .explorer__sort .form-item--radio .form-item,
.press .explorer__sort .form-item--radio li,
.press .explorer__sort ul .form-item,
.press .explorer__sort ul li {
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
}
.press .explorer__sort .form-item--radio .form-item::after,
.press .explorer__sort .form-item--radio li::after,
.press .explorer__sort ul .form-item::after,
.press .explorer__sort ul li::after {
    position: absolute;
    top: 0;
    right: -0.5rem;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background: 0 0;
}
.press .explorer__sort .form-item--radio .form-item:last-child::after,
.press .explorer__sort .form-item--radio li:last-child::after,
.press .explorer__sort ul .form-item:last-child::after,
.press .explorer__sort ul li:last-child::after {
    display: none;
}
.press .explorer__sort .form-item--radio .form-item input:checked + label,
.press .explorer__sort .form-item--radio li input:checked + label,
.press .explorer__sort ul .form-item input:checked + label,
.press .explorer__sort ul li input:checked + label {
    font-weight: 800;
}
.press .explorer__sort .form-item--radio .form-item a,
.press .explorer__sort .form-item--radio .form-item label,
.press .explorer__sort .form-item--radio li a,
.press .explorer__sort .form-item--radio li label,
.press .explorer__sort ul .form-item a,
.press .explorer__sort ul .form-item label,
.press .explorer__sort ul li a,
.press .explorer__sort ul li label {
    text-decoration: none;
    text-transform: none;
}
.press .explorer__sort .form-item--radio .form-item a.is-active,
.press .explorer__sort .form-item--radio .form-item label.is-active,
.press .explorer__sort .form-item--radio li a.is-active,
.press .explorer__sort .form-item--radio li label.is-active,
.press .explorer__sort ul .form-item a.is-active,
.press .explorer__sort ul .form-item label.is-active,
.press .explorer__sort ul li a.is-active,
.press .explorer__sort ul li label.is-active {
    font-weight: 800;
}
.press__sidebar {
    height: 3.25rem;
    position: absolute;
    z-index: 300;
    right: 0;
    left: 0;
    overflow: hidden;
    min-width: 18rem;
    margin: 0.9375rem;
    padding: 0.9375rem;
    padding-bottom: 1.5625rem;
    background: rgba(42, 45, 53, 0.95);
}
@media (min-width: 41em) {
    .press__sidebar {
        height: 100%;
    }
}
@media (min-width: 48em) {
    .press__sidebar {
        position: inherit;
        margin-left: -0.9375rem;
        padding-left: 2.125rem;
        background: rgba(255, 255, 255, 0.15);
    }
}
.press__sidebar__header {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 0.05rem solid rgba(0, 0, 0, 0.8);
    background: #2a2d35;
}
@media (min-width: 48em) {
    .press__sidebar__header {
        display: none;
    }
}
.press__sidebar__header::after {
    position: absolute;
    top: 0;
    right: 0.9375rem;
    content: "";
}
.press__sidebar.open {
    height: auto;
}
.press__sidebar .form-item__control .form-item__item {
    margin-left: 0;
}
.press .search {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}
.press .search::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
}
.press .pr-rows {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0.75rem;
}
.press .press__filters .h3,
.press .press__filters h3 {
    margin-bottom: 0.3125rem;
}
.press .press__filters .form-item--checkbox {
    position: relative;
    padding-top: 0.9375rem;
}
.press .press__filters .form-item--checkbox::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 0.025rem solid rgba(255, 255, 255, 0.5);
}
.press .press__filters .form-item--checkbox:nth-child(3)::after {
    border-bottom-color: transparent;
}
.press .press__filters .form-item legend {
    margin-bottom: 0.3125rem;
}
.press .press__filters .clear-filters {
    position: relative;
    top: -0.5rem;
    display: block;
    margin-bottom: 0.3125rem;
    text-transform: capitalize;
}
.press .press__filters .more-filters {
    position: relative;
    text-transform: capitalize;
}
.press .press__filters .more-filters::after {
    position: absolute;
    top: 6px;
    right: -1.25rem;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.press .press__filters .more-filters.open::after {
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 0 solid transparent;
}
.press__container {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
}
.press__item-a {
    grid-column: 1/2;
    display: grid;
}
.press__item-b {
    grid-column: 2;
    display: grid;
    justify-self: end;
}
.frontpage .site-header {
    background: #050811;
}
.frontpage .banner--full .banner--title--inner {
    -webkit-transform: translateX(6.25rem);
    transform: translateX(6.25rem);
    -webkit-animation: banner-title ease 1;
    animation: banner-title ease 1;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.frontpage .banner--full .banner__availability {
    -webkit-transform: translateX(6.25rem);
    transform: translateX(6.25rem);
    -webkit-animation: banner-title ease 1;
    animation: banner-title ease 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.frontpage .banner--full .background__image img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: banner-background ease 1;
    animation: banner-background ease 1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes banner-title {
    0% {
        -webkit-transform: translateX(6.25rem);
        transform: translateX(6.25rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes banner-title {
    0% {
        -webkit-transform: translateX(6.25rem);
        transform: translateX(6.25rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes banner-background {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-filter: brightness(30%);
        filter: brightness(30%);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }
}
@keyframes banner-background {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-filter: brightness(30%);
        filter: brightness(30%);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }
}
.header,
.section-wrapper,
.subfooter {
    width: 100%;
    max-width: 85.38rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    clear: both;
}
.header::after,
.section-wrapper::after,
.subfooter::after {
    display: table;
    clear: both;
    content: "";
}
@media (min-width: 75em) {
    .header,
    .section-wrapper,
    .subfooter {
        margin-left: auto;
        margin-right: auto;
    }
}
.section-wrapper--nopadding {
    max-width: 85.38rem;
    margin-bottom: 6.25rem;
    clear: both;
}
.section-wrapper--nopadding::after {
    display: table;
    clear: both;
    content: "";
}
@media (min-width: 75em) {
    .section-wrapper--nopadding {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 75em) {
    .main-content {
        padding: 0;
    }
}
.section {
    margin-bottom: 6.25rem;
}
.dark {
    background: #050811;
}
.light {
    background: #fff;
}
.user-login-form {
    width: 40%;
    margin: 10% 30%;
}
.sg-main .patternLink {
    text-transform: uppercase;
}
.sg-main .patternLink:hover {
    color: #fff;
}
.sg-main .sg-pattern-title a {
    font-style: normal;
    width: auto;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 1.69rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0;
    color: inherit;
}
.sg-main .sg-pattern-title a__link {
    color: inherit;
}
.sg-main .sg-pattern-title a__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.sg-main .site-header {
    position: absolute;
}
.sg-main #atoms-accordion-title-drupal-html,
.sg-main #atoms-comma-separated,
.sg-main #atoms-favicon,
.sg-main #atoms-image,
.sg-main #atoms-image-logo,
.sg-main #atoms-intl-chooser-block,
.sg-main #atoms-jump-menu,
.sg-main #atoms-link,
.sg-main #atoms-newsletter-link-block,
.sg-main #atoms-paragraph-with-names,
.sg-main #atoms-radio,
.sg-main #atoms-tab,
.sg-main #atoms-tables,
.sg-main #atoms-video,
.sg-main #atoms-video-full,
.sg-main #base-animations,
.sg-main #molecules-accordion-item,
.sg-main #molecules-accordion-item-drupal-html,
.sg-main #molecules-buy-widget,
.sg-main #molecules-card,
.sg-main #molecules-card-bg,
.sg-main #molecules-card-overlay,
.sg-main #molecules-credits-line,
.sg-main #molecules-hamburger,
.sg-main #molecules-header-social-nav > .sg-pattern-extra,
.sg-main #molecules-header-social-nav > .sg-pattern-head,
.sg-main #molecules-main-nav,
.sg-main #molecules-pager,
.sg-main #molecules-social-nav,
.sg-main #molecules-social-nav-block,
.sg-main #molecules-stacked-nav,
.sg-main #molecules-title-box,
.sg-main #molecules-title-social-sidebar,
.sg-main #molecules-title-tip,
.sg-main #organisms-about-module,
.sg-main #organisms-accordion,
.sg-main #organisms-accordion-drupal-html,
.sg-main #organisms-banner--call-to-action,
.sg-main #organisms-banner--sub-banner,
.sg-main #organisms-card-grid,
.sg-main #organisms-card-grid-alt,
.sg-main #organisms-custom-promo-item,
.sg-main #organisms-custom-promo-paragraph,
.sg-main #organisms-email-signup-paragraph,
.sg-main #organisms-extras-module-paragraph,
.sg-main #organisms-extras-module-single-item,
.sg-main #organisms-gallery-paragraph,
.sg-main #organisms-homepage-banner-module,
.sg-main #organisms-image-gallery,
.sg-main #organisms-recent-press-releases-paragraph,
.sg-main #organisms-see-also-paragraph,
.sg-main #organisms-site-subfooter,
.sg-main #organisms-social-media-hashtags,
.sg-main #organisms-social-media-node,
.sg-main #organisms-social-media-paragraph,
.sg-main #organisms-static-content--paragraph,
.sg-main #organisms-sub-menu,
.sg-main #organisms-videos-module-paragraph,
.sg-main #organisms-videos-module-single-item,
.sg-main #pages-stacked-nav,
.sg-main #sg-pattern-example,
.sg-main #sg-pattern-extra,
.sg-main #sg-pattern-head,
.sg-main #viewall-atoms-images,
.sg-main #viewall-atoms-links,
.sg-main #viewall-atoms-menu,
.sg-main #viewall-atoms-tables,
.sg-main #viewall-atoms-video,
.sg-main #viewall-molecules-accordion-item,
.sg-main #viewall-molecules-blocks,
.sg-main #viewall-molecules-buy-widget,
.sg-main #viewall-molecules-card,
.sg-main #viewall-molecules-credits-line,
.sg-main #viewall-molecules-navigation,
.sg-main #viewall-molecules-pager,
.sg-main #viewall-molecules-title-box,
.sg-main #viewall-molecules-title-tip,
.sg-main #viewall-organisms-accordion,
.sg-main #viewall-organisms-card-grid,
.sg-main #viewall-organisms-lightbox,
.sg-main #viewall-organisms-paragraphs,
.sg-main #viewall-pages-stacked-nav {
    display: none;
}
.promo-title {
    margin-bottom: 0.9375rem;
    text-transform: uppercase;
    text-align: center;
}
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
