@media screen and (min-width: 1209px) {
  .SmallScreenEditionsList {
    display: none; } }

@media screen and (min-width: 979px) and (max-width: 1208px) {
  .SmallScreenEditionsList {
    display: none; } }

@media screen and (min-width: 763px) and (max-width: 978px) {
  .SmallScreenEditionsList {
    display: none; } }

.SmallScreenEditionsList > .buttons_container {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 4em;
  left: 0;
  z-index: 990; }
  .SmallScreenEditionsList > .buttons_container > .next_editions_button, .SmallScreenEditionsList > .buttons_container > .past_editions_button {
    font-size: 16px;
    width: 150px;
    color: #1b5978;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    display: inline-block;
    padding: .6em 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    box-shadow: inset 0 0 0 0 #C14800;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: inset 0 0 0 0 #1b5978; }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .SmallScreenEditionsList > .buttons_container > .next_editions_button, .SmallScreenEditionsList > .buttons_container > .past_editions_button {
        font-size: 14px; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .SmallScreenEditionsList > .buttons_container > .next_editions_button, .SmallScreenEditionsList > .buttons_container > .past_editions_button {
        font-size: 15px; } }
    @media screen and (min-width: 1209px) {
      .SmallScreenEditionsList > .buttons_container > .next_editions_button, .SmallScreenEditionsList > .buttons_container > .past_editions_button {
        font-size: 16px; } }
    @media print {
      .SmallScreenEditionsList > .buttons_container > .next_editions_button, .SmallScreenEditionsList > .buttons_container > .past_editions_button {
        font-size: 15px; } }
    .SmallScreenEditionsList > .buttons_container > .next_editions_button.active, .SmallScreenEditionsList > .buttons_container > .past_editions_button.active {
      color: #fff;
      cursor: default; }
    .SmallScreenEditionsList > .buttons_container > .next_editions_button:not(.active), .SmallScreenEditionsList > .buttons_container > .past_editions_button:not(.active) {
      cursor: pointer;
      opacity: .95; }
      .SmallScreenEditionsList > .buttons_container > .next_editions_button:not(.active):hover, .SmallScreenEditionsList > .buttons_container > .past_editions_button:not(.active):hover {
        opacity: 1; }
  .SmallScreenEditionsList > .buttons_container > .next_editions_button {
    border-top: 1px solid rgba(23, 68, 85, 0.5);
    border-bottom: 1px solid rgba(23, 68, 85, 0.5);
    border-left: 1px solid rgba(23, 68, 85, 0.5); }
    .SmallScreenEditionsList > .buttons_container > .next_editions_button.active {
      box-shadow: inset -150px 0 0 0 #1b5978; }
  .SmallScreenEditionsList > .buttons_container > .past_editions_button {
    border-top: 1px solid rgba(23, 68, 85, 0.5);
    border-bottom: 1px solid rgba(23, 68, 85, 0.5);
    border-right: 1px solid rgba(23, 68, 85, 0.5); }
    .SmallScreenEditionsList > .buttons_container > .past_editions_button.active {
      box-shadow: inset 150px 0 0 0 #1b5978; }

.SmallScreenEditionsList > .editions_wrapper {
  text-align: center;
  position: absolute;
  top: 12em;
  left: 0;
  width: 100%; }
  .SmallScreenEditionsList > .editions_wrapper > .scroll_icon {
    position: absolute;
    bottom: 6px;
    right: 26px;
    z-index: 999; }
    .SmallScreenEditionsList > .editions_wrapper > .scroll_icon:before {
      content: "\e908";
      font-size: 16px;
      color: #1b5978;
      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;
      transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out; }
  .SmallScreenEditionsList > .editions_wrapper > .editions_listing {
    background: #fff;
    text-align: left;
    display: inline-block;
    padding: 2em;
    overflow-y: auto;
    position: relative;
    z-index: 998;
    width: 90%;
    width: calc(100% - 40px); }
    .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list:not(.hidden), .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list:not(.hidden) {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
      -moz-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
      -ms-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
      -o-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
      transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out; }
    .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list.hidden, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list.hidden {
      opacity: 0;
      visibility: hidden;
      height: 0; }
      .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list.hidden *, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list.hidden * {
        height: 0;
        margin: 0; }
    .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .heading {
      margin-top: 0; }
    .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .past_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .past_edition_list_entry .heading {
      font-size: 16px; }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .past_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .past_edition_list_entry .heading {
          font-size: 14px; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .past_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .past_edition_list_entry .heading {
          font-size: 15px; } }
      @media screen and (min-width: 1209px) {
        .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .past_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .past_edition_list_entry .heading {
          font-size: 16px; } }
      @media print {
        .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .past_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .next_edition_list_entry .heading, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .past_edition_list_entry .heading {
          font-size: 15px; } }
    .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .next_edition_list_entry a, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .next_editions_list > .past_edition_list_entry a, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .next_edition_list_entry a, .SmallScreenEditionsList > .editions_wrapper > .editions_listing > .past_editions_list > .past_edition_list_entry a {
      display: inline-block;
      vertical-align: top; }

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