/*
 * moved from /sf/ac-sasskit.css 7/23/19
 */
/**
 * Modal Elements
 */
.modal {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden; }

.modal-standard {
  overflow: auto;
  padding: 54px 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-overflow-scrolling: touch; }
  .modal-standard .content-table {
    display: table;
    width: 100%;
    height: 100%; }
  .modal-standard .content-cell {
    display: table-cell;
    vertical-align: middle; }
  .modal-standard .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 980px; }
    @media only screen and (min-width: 1442px) {
      .modal-standard .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 980px; } }
    @media only screen and (max-width: 1068px) {
      .modal-standard .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 692px; } }
    @media only screen and (max-width: 735px) {
      .modal-standard .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 90%; } }
  .modal-standard .content-padding {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding: 80px 8.33333%;
    background: #fff; }
    @media only screen and (max-width: 735px) {
      .modal-standard .content-padding {
        padding-top: 60px;
        padding-bottom: 60px; } }
  @media only screen and (max-width: 735px) {
    .modal-standard .modal-close {
      left: 8.33333%; }
      .modal-standard .modal-close else {
        left: 8.33333%; } }

.modal-full-viewport {
  background: #fff; }

.modal-open {
  visibility: visible;
  z-index: 9999; }

/**
 * Close Button
 */
.modal-close {
  position: absolute;
  z-index: 9999;
  top: 28px;
  left: 28px;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: 0;
  color: #999999; }
  .modal-close:before, .modal-close:after {
    font-family: "Apple Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''; }
  .modal-close:before, .modal-close:after {
    text-decoration: none; }
  .modal-close:before {
    display: none; }
  .modal-close:before, .modal-close:after {
    content: ""; }
  .modal-close else {
    left: 28px; }
  .modal-close::after {
    padding: 0;
    vertical-align: top; }
  @media only screen and (max-width: 1068px) {
    .modal-close {
      top: 22px;
      left: 22px;
      font-size: 28px;
      width: 28px;
      height: 28px; }
      .modal-close else {
        left: 22px; } }

/**
 * moved from /sf/ac-sasskit.css 7/23/19
 */
.modal {
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .ac-player-tablet .modal {
    display: none; }
  .has-modal.modal-open .modal {
    display: block; }
  .modal .modal-close {
    top: 20px;
    left: 20px;
    width: 44px;
    height: 44px;
    font-family: 'Apple Icons';
    text-align: center;
    color: #666666; }
    .modal .modal-close:after,
    .modal .modal-close .icon-htc {
      line-height: 44px;
      padding: 0; }
    .modal .modal-close:hover {
      color: #333333; }
  .modal .ac-video-player .ac-video-not-supported {
    background-color: transparent !important; }

.ac-modal-video-pip {
  visibility: visible;
  opacity: 0;
  pointer-events: none; }

.modal .modal-content {
  margin-left: -640px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1280px;
  height: 100%;
  z-index: 1; }
  @media only screen and (max-width: 1280px) {
    .modal .modal-content {
      left: 0;
      margin-left: 0;
      width: 100%; } }

.modal .ac-video-player, .modal .ac-video-nosupport {
  margin-top: -28.125%;
  padding-bottom: 56.25%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1; }
  .modal .ac-video-player.ac-video-cinematic-aspect-ratio, .modal .ac-video-nosupport.ac-video-cinematic-aspect-ratio {
    margin-top: -20.83333%;
    padding-bottom: 41.66667%; }
    html.ie8 .modal .ac-video-player.ac-video-cinematic-aspect-ratio, html.ie8 .modal .ac-video-nosupport.ac-video-cinematic-aspect-ratio {
      margin-top: -200px;
      padding-bottom: 0;
      height: 400px; }
  html.ie8 .modal .ac-video-player, html.ie8 .modal .ac-video-nosupport {
    margin-top: -360px;
    padding-bottom: 0;
    height: 720px; }

.modal .ac-video-media-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ac-player-handheld .ac-video-player {
  position: fixed;
  z-index: -1;
  visibility: hidden;
  width: 1px;
  height: 1px;
  top: 50%;
  left: 50%; }
  .ac-player-handheld .ac-video-player.player-fullscreen {
    visibility: visible; }

/* ==========================================================================
  Modal
========================================================================== */
.has-modal {
  overflow: auto; }

.has-modal.modal-open {
  overflow: hidden; }

.has-modal.modal-open .modal {
  visibility: visible;
  z-index: 9999; }

.modal.modal-standard .modal-content,
.modal.modal-full-viewport .modal-content {
  height: auto;
  margin-left: 0;
  position: static;
  width: auto; }

.modal-standard .content-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

.modal-standard p:last-child {
  margin-bottom: 0; }

