.dialog-background {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.Dialog {
  position: fixed;
  z-index: 1001;
  padding: 1em;
  background: transparent; }
  @media screen and (max-width: 762px) {
    .Dialog {
      left: 0 !important; } }
  .Dialog .dialog_header .index {
    font-size: 23px;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: none; }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .Dialog .dialog_header .index {
        font-size: 19px; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .Dialog .dialog_header .index {
        font-size: 21px; } }
    @media screen and (min-width: 1209px) {
      .Dialog .dialog_header .index {
        font-size: 23px; } }
    @media print {
      .Dialog .dialog_header .index {
        font-size: 18px; } }
  .Dialog .dialog_header .close_dialog_button:hover {
    opacity: 1;
    background-color: black;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .Dialog .dialog_header .close_dialog_button:before {
    content: "\e905";
    font-size: 30px;
    color: #fff;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); }
  .Dialog .dialog_header .close_dialog_button > img {
    display: none; }
  .Dialog .dialog_content {
    padding-top: 1em;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5); }
    .Dialog .dialog_content > .image {
      outline-color: transparent; }
      @media screen and (max-width: 762px) {
        .Dialog .dialog_content > .image {
          max-width: 100% !important;
          max-height: 100% !important;
          width: 100% !important;
          height: auto !important; } }
      @media screen and (min-width: 1209px) {
        .Dialog .dialog_content > .image {
          max-width: 1159px !important;
          height: auto !important; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .Dialog .dialog_content > .image {
          max-width: 929px !important;
          height: auto !important; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .Dialog .dialog_content > .image {
          max-width: 713px !important;
          height: auto !important; } }
    @media screen and (max-width: 762px) {
      .Dialog .dialog_content > .video {
        width: 100% !important;
        height: auto !important; } }
    @media screen and (min-width: 1209px) {
      .Dialog .dialog_content > .video {
        max-width: 1159px !important; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .Dialog .dialog_content > .video {
        max-width: 929px !important; } }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .Dialog .dialog_content > .video {
        max-width: 713px !important; } }
  .Dialog .footnote {
    font-size: 14px;
    font-style: italic;
    color: #666;
    padding-top: .5em;
    position: absolute;
    bottom: -1.2em;
    left: 1em; }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .Dialog .footnote {
        font-size: 11px; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .Dialog .footnote {
        font-size: 13px; } }
    @media screen and (min-width: 1209px) {
      .Dialog .footnote {
        font-size: 14px; } }
    @media print {
      .Dialog .footnote {
        font-size: 10px; } }
    @media screen and (min-width: 1209px) {
      .Dialog .footnote {
        max-width: 100% !important; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .Dialog .footnote {
        max-width: 100% !important; } }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .Dialog .footnote {
        max-width: 100% !important; } }
    @media screen and (min-width: 1209px) {
      .Dialog .footnote {
        max-width: 1159px !important; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .Dialog .footnote {
        max-width: 929px !important; } }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .Dialog .footnote {
        max-width: 713px !important; } }
  .Dialog button.previous_button:not(.disabled) {
    display: block !important; }
    @media screen and (max-width: 762px) {
      .Dialog button.previous_button:not(.disabled) {
        top: auto !important;
        bottom: -70px !important; } }
  .Dialog button.previous_button.disabled {
    display: none; }
  @media screen and (min-width: 1209px) {
    .Dialog button.previous_button {
      position: fixed !important;
      top: calc(50% - 20px) !important;
      background-color: transparent;
      opacity: 1;
      outline: 0; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .Dialog button.previous_button {
      position: fixed !important;
      top: calc(50% - 20px) !important;
      background-color: transparent;
      opacity: 1;
      outline: 0; } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .Dialog button.previous_button {
      position: fixed !important;
      top: calc(50% - 20px) !important;
      background-color: transparent;
      opacity: 1;
      outline: 0; } }
  .Dialog button.previous_button:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .Dialog button.previous_button:before {
    content: "\e90b";
    font-size: 30px;
    color: #fff;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .Dialog button.previous_button > img {
    display: none; }
  .Dialog button.next_button:not(.disabled) {
    display: block !important; }
    @media screen and (max-width: 762px) {
      .Dialog button.next_button:not(.disabled) {
        top: auto !important;
        bottom: -70px !important; } }
  .Dialog button.next_button.disabled {
    display: none; }
  @media screen and (min-width: 1209px) {
    .Dialog button.next_button {
      position: fixed !important;
      top: calc(50% - 20px) !important;
      background-color: transparent;
      opacity: 1;
      outline: 0; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .Dialog button.next_button {
      position: fixed !important;
      top: calc(50% - 20px) !important;
      background-color: transparent;
      opacity: 1;
      outline: 0; } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .Dialog button.next_button {
      position: fixed !important;
      top: calc(50% - 20px) !important;
      background-color: transparent;
      opacity: 1;
      outline: 0; } }
  .Dialog button.next_button:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .Dialog button.next_button:before {
    content: "\e90a";
    font-size: 30px;
    color: #fff;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .Dialog button.next_button > img {
    display: none; }

/*# sourceMappingURL=DialogOverlay.default.scss.map */