.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.countdown_dialog {
    border: 1px solid #6b6b6b;
    background: #000; }
    @media screen and (max-width: 762px) {
      .Dialog.countdown_dialog {
        margin-right: 20px;
        margin-left: 20px; } }
    @media screen and (min-width: 1209px) {
      .Dialog.countdown_dialog {
        width: 1159px; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .Dialog.countdown_dialog {
        width: 929px; } }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .Dialog.countdown_dialog {
        width: 713px; } }
    .Dialog.countdown_dialog .dialog_header {
      text-align: center; }
      .Dialog.countdown_dialog .dialog_header .dialog_heading {
        color: #fff;
        font-family: "Insignia", "Open Sans", Arial, sans-serif;
        font-size: 26px;
        font-weight: 400;
        margin-top: 16px; }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .Dialog.countdown_dialog .dialog_header .dialog_heading {
            font-size: 24px; } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .Dialog.countdown_dialog .dialog_header .dialog_heading {
            font-size: 26px; } }
        @media screen and (min-width: 1209px) {
          .Dialog.countdown_dialog .dialog_header .dialog_heading {
            font-size: 28px; } }
        @media print {
          .Dialog.countdown_dialog .dialog_header .dialog_heading {
            font-size: 18px; } }
        @media screen and (max-width: 762px) {
          .Dialog.countdown_dialog .dialog_header .dialog_heading {
            font-size: 18px; } }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .Dialog.countdown_dialog .dialog_header .dialog_heading {
            font-size: 21px; } }
      .Dialog.countdown_dialog .dialog_header .dialog_sub_heading {
        color: #6b6b6b;
        font-family: "Open Sans", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 400; }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .Dialog.countdown_dialog .dialog_header .dialog_sub_heading {
            font-size: 16px; } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .Dialog.countdown_dialog .dialog_header .dialog_sub_heading {
            font-size: 17px; } }
        @media screen and (min-width: 1209px) {
          .Dialog.countdown_dialog .dialog_header .dialog_sub_heading {
            font-size: 18px; } }
        @media print {
          .Dialog.countdown_dialog .dialog_header .dialog_sub_heading {
            font-size: 17px; } }
        @media screen and (max-width: 762px) {
          .Dialog.countdown_dialog .dialog_header .dialog_sub_heading {
            font-size: 14px; } }
    .Dialog.countdown_dialog .dialog_content .countdown_wrapper {
      display: block;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      margin-bottom: 40px; }
      .Dialog.countdown_dialog .dialog_content .countdown_wrapper.hidden {
        display: none; }
      .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item {
        padding: 10px;
        display: inline-block;
        text-align: center; }
        @media screen and (min-width: 1209px) {
          .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item {
            width: 190px; } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item {
            width: 180px; } }
        @media screen and (min-width: 1209px) {
          .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item {
            width: 190px; } }
        .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
          border-radius: 3px;
          display: inline-block;
          color: #ffc926;
          font-size: 30px; }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              font-size: 30px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              font-size: 32px; } }
          @media screen and (min-width: 1209px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              font-size: 35px; } }
          @media print {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              font-size: 25px; } }
          @media screen and (max-width: 762px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              padding: 4px;
              font-size: 26px; } }
          @media screen and (min-width: 1209px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              padding: 15px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              padding: 15px; } }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              padding: 15px; } }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              font-size: 80px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              font-size: 90px; } }
          @media screen and (min-width: 1209px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_number {
              font-size: 100px; } }
        .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_text {
          padding-top: 5px;
          font-size: 16px;
          color: #ffc926; }
          @media screen and (max-width: 762px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_text {
              font-size: 14px; } }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_text {
              font-size: 26px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_text {
              font-size: 28px; } }
          @media screen and (min-width: 1209px) {
            .Dialog.countdown_dialog .dialog_content .countdown_wrapper .countdown_item .countdown_item_text {
              font-size: 30px; } }
    .Dialog.countdown_dialog .dialog_content .countdown_ended_message {
      display: block;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      margin-bottom: 40px; }
      .Dialog.countdown_dialog .dialog_content .countdown_ended_message:not(.visible) {
        display: none; }
      .Dialog.countdown_dialog .dialog_content .countdown_ended_message * {
        font-family: "Open Sans", Arial, sans-serif; }
  .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); }
    @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-family: "Open Sans", Arial, sans-serif;
    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: "\e90c";
    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: "\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.next_button > img {
    display: none; }

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