html,
body {
  height: 100%;
}

body {
  /* background-color: #123; */
  padding: 0;
  margin: 0;
  font-family: "Poppins";
  font-weight: 500;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: #1c1c1c;
}

a {
  color: #236;
  font-weight: 700;
}

h4 {
  margin-bottom: 1.5rem;
  color: #236;
}

.notifications-menu {
  margin-top: 10px;
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: 0 5px 5px #000;
}

.notifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 460px;
  max-width: 97vw;
}

.notifications-list button {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  display: block;
  width: 100%;
  height: auto;
  text-transform: none;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #fff3;
}

.notifications-list li:last-of-type button {
  border-bottom: none;
}

.notifications-list h2 {
  font-weight: bold;
  font-size: 100%;
  text-transform: none;
  line-height: normal;
}

.notifications-list p {
  margin-bottom: 0.5rem;
}

.notifications-list .date {
  margin: 0;
  font-size: 90%;
  color: #fff8;
}

.top-navbar .right-items {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

.main-menu-button {
  background: transparent;
  margin-right: 0.75rem;
  padding: 0;
}

.main-menu-button::after {
  display: none;
}

.main-menu-button > span {
  font-size: 250%;
}

.catalog-titles {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-titles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 1.2rem;
}

.catalog-titles .title-item {
  min-width: 0;
  position: relative;
}

.catalog-titles .title-item.inaccessible .img-wrapper {
  opacity: 0.5;
}

.catalog-titles .title-item .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 133%;
  margin-top: 1em;
}

.catalog-titles .title-item .img-wrapper .cover-stack::before {
  display: block;
  content: "";
  width: 100%;
  background-color: red;
  height: 0.5rem;
  position: absolute;
  top: -1rem;
  left: 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

.catalog-titles .title-item .img-wrapper .cover-stack.item-1::before {
  top: -1rem;
  background-color: #6884a522;
  width: 90%;
  left: 5%;
}

.catalog-titles .title-item .img-wrapper .cover-stack.item-2::before {
  top: -0.5rem;
  background-color: #6884a555;
  width: 95%;
  left: 2.5%;
}

.catalog-titles .title-item .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  background-color: #cdd6e188;
  transition: box-shadow 0.2s, transform 0.2s;
}

.catalog-titles .title-item .img-container:hover {
  transform: scale(1.05);
}

.catalog-titles .title-item .img-container:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.35);
}

.catalog-titles .title-item .img-container img {
  width: 100%;
  min-height: 100%;
}

.catalog-titles .title-issue-name {
  margin-top: 0.8em;
  font-size: 90%;
}

.catalog-titles .title-issue-name .issue-name {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.catalog-titles .title-issue-name .issue-code {
  color: #607689;
}

.catalog-titles .title-item .link-title {
  display: block;
}

@media screen and (max-width: 1200px) {
  .catalog-titles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1023px) {
  .catalog-titles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  .catalog-titles {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-titles .title-issue-name {
    font-size: 85%;
  }
}

.login-coupon-view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background-color: #00050f88;
  top: 0;
  left: 0;
  padding: 1em;
  padding-top: 4em;
  padding-bottom: 8em;
}

.login-coupon-container {
  background-color: #fff;
  box-shadow: 0 0 20px #0006;
  max-width: 500px;
  width: 100%;
  animation: slideInAlt 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  border-radius: 0.3em;
  overflow: hidden;
}

.login-coupon-container h2 {
  font-size: 100%;
  font-weight: 800;
  margin: 0;
  text-align: center;
}

.login-coupon-section {
  padding: 1.5em;
}

.login-coupon-section.section-heading {
  background-color: #236;
  color: #fff;
  text-align: center;
}

.login-coupon-section input {
  border-width: 2px !important;
  font-weight: 600;
}

.login-coupon-section button {
  padding: 1.8em;
}

.login-coupon-container .coupon-logo {
  text-align: center;
  margin-bottom: 1em;
}

.login-coupon-container .coupon-logo img {
  width: 300px;
  max-width: 70%;
}

.form-group input,
.form-group button {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.label-group {
  display: none;
}

.elm-title-notice {
  background-color: #f5f5f5;
  padding: 1em;
  display: flex;
  font-size: 0.9em;
  margin-top: 2em;
  max-width: 600px;
}

.elm-title-notice .icon {
  font-size: 100%;
  color: #236;
  vertical-align: unset;
  line-height: 1.4em;
  transform: scale(1.2);
}

.elm-title-notice .col-icon {
  margin-right: 0.5em;
}

.elm-title-notice .col-text {
  font-size: 100%;
  line-height: 1.4em;
  text-align: left;
}

.elm-title-notice a {
  text-decoration: underline;
}

.issue-cover-audio-button {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fb0;
  color: #236;
}

.elm-player-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #00000088;
  font-family: Poppins;
  animation: fadeIn 0.1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.welcome-popup .elm-dialog-actions button {
  width: 100%;
  justify-content: center;
  margin: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}

.welcome-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}

.welcome-img img {
  max-width: 100%;
}

.welcome-message {
  font-weight: 800;
  text-align: center;
}

.sr {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

.grecaptcha-disclaimer {
  font-size: 80%;
  color: #678;
  margin-top: 1em;
}

.grecaptcha-disclaimer a {
  color: inherit;
}

.grecaptcha-badge {
  z-index: 99999;
}

#cconsent-bar {
  z-index: 999999910 !important;
}

#cconsent-modal {
  z-index: 999999920 !important;
}

.service-tabs {
  /*display: none !important;*/
}

.top-navbar {
  min-height: 55px;
  position: relative;
}

.top-logo {
  font-family: Montserrat;
  height: 55px;
  height: 69px;
  display: flex;
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
  user-select: none;
  /* display: none; */
}

.top-logo:hover {
  text-decoration: none;
}

.top-logo svg {
  height: 40%;
}

.top-logo img {
  height: 35%;
}

.top-logo span {
  margin-left: 0.25em;
  font-weight: 800;
  font-size: 140%;
  color: white;
}

.mobile-tab-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  display: none;
  height: calc(60px + env(safe-area-inset-bottom));
}

.mobile-tab-bar a {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  margin-bottom: env(safe-area-inset-bottom);
}

.mobile-tab-bar a span {
  font-size: 12px;
  font-weight: 600;
}

.mobile-tab-bar a svg {
  fill: currentColor;
}

.mobile-tab-bar a svg {
  height: 26px;
}

.selected-tab {
  color: #007bff;
}

.elm-dropdown-holder {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0.6em 0.8em;
  border: 0;
}

.select2-container {
  width: 100%;
}

.elm-dropdown-holder .select2-container {
  top: -30px !important;
  left: 0 !important;
}

.select2.select2-container {
  width: unset !important;
  display: none;
}

.select2-dropdown {
  position: absolute;
  min-width: 320px !important;
  width: calc(100% - 50px) !important;
  max-width: 100% !important;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #ccc;
}

.select2-results__option--highlighted {
  background-color: #236 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-weight: inherit;
  color: inherit;
}

.select2-results__option {
  padding: 0.5em 0.8em;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 40vh;
}

.elm-top-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  min-height: 0;
  border-bottom: 1px solid #eee;
}

.elm-top-menu ul li {
  display: flex;
  align-items: center;
  margin-right: 2em;
}

.elm-top-menu ul li .top-nav,
.elm-top-menu ul li .select2-selection {
  display: flex;
  align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  min-height: 4em;
  margin: 0.1em 0;
  text-decoration: none;
  border: 0;
  font-size: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: inherit;
  padding: 0;
}

.select2-selection__arrow {
  display: none;
}

.top-nav.dropdown {
  padding-right: 1.8em;
  background-image: url(/img/select_chevron_dn.svg);
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: 100% calc(50% - 1px);
}

.top-nav {
}

.elm-fp-hero {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

.skip-to-main {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 199999;
  top: 10px;
  left: 10px;
  overflow: hidden;
  font-size: 90%;
}

.skip-to-main:focus-visible {
  width: auto;
  height: auto;
  background: #fff;
  border: 2px solid #4af;
  border-radius: 0.2rem;
  padding: 0.5rem 1rem;
}

.form-container {
  max-width: 600px;
}

.form-block {
  margin-bottom: 1em;
}

.form-block textarea,
.form-block input {
  width: 100%;
  padding: 0.3em 0.5em;
}

.form-block textarea {
  min-height: 10em;
}

.form-block h3 {
  font-size: 100%;
  font-weight: 800;
}

.material-icons,
.material-icons-outlined {
  user-select: none;
}

.form-switch {
  /* display: inline-block; */
  display: inline-flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0;
  margin-top: 0.1em;
}

.form-switch i {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  background-color: #d0d0d0;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
  margin-right: 0.5em;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  /* background-color: #aaa; */
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24); */
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input {
  /* display: none; */
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-switch input:checked + i {
  background-color: #4bd763;
  background-color: #236;
}

.form-switch input:focus-visible + i {
  outline: #5d9dd5 solid 2px;
}

.form-switch input:checked + i::before {
  /* transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); */
}

.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

.elm-link-signup {
  font-weight: 600;
}

.elm-your-place {
  font-weight: 800;
  color: #678;
}

.elm-avg-time-block {
  margin-bottom: 1em;
  font-weight: 800;
  color: #222;
  font-size: 90%;
}

.end-user-signup-campaign {
  padding: 1rem 1.5rem;
  background-color: #247;
  color: #fff;
  margin-bottom: 1rem;
  display: block;
  text-decoration: none;
}

.end-user-signup-campaign * {
  color: #fff;
  margin: 0;
}

.end-user-signup-campaign p {
  display: flex;
}

.end-user-signup-campaign .signup-text {
  flex-grow: 1;
}

.end-user-signup-campaign .signup-button {
  background-color: #fff;
  color: #236;
  padding: 0.2em 0.8em;
  display: inline-block;
  border-radius: 1em;
  font-weight: 800;
  font-size: 80%;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 1em;
  height: 1.9em;
}

.end-user-signup-campaign .signup-button:hover {
  background-color: #e0e9f9;
}

.end-user-signup-campaign:hover {
  text-decoration: none;
}

.elm-dialog-wrapper {
  animation: appear 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.elm-dialog-wrapper.closing {
  animation: disappear 0.3s;
  animation-fill-mode: forwards;
}

.elm-dialog-wrapper.closing .elm-dialog {
  animation: slideOut 0.3s;
}

@keyframes disappear {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.elm-dialog-container {
  margin: auto;
  padding: 1rem;
  width: 100%;
  max-width: 600px;
}

.elm-dialog {
  animation: slideIn 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  margin-bottom: 3rem;
  min-height: 100px;
  background-color: #fff;
  width: 100%;
  border-radius: 0.3em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.elm-dialog .elm-dialog-x {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  user-select: none;
  color: rgba(0, 0, 0, 0.5);
}

.elm-dialog .elm-dialog-x span {
  margin: 0 !important;
}

.elm-dialog .elm-dialog-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #eee;
  flex-grow: 0;
  font-size: 100%;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.05));
  display: flex;
  align-items: center;
}

.elm-dialog .elm-dialog-content {
  padding: 1.5rem 1.5rem;
  flex-grow: 1;
}

.elm-dialog .elm-dialog-content p {
  font-weight: 500;
}

.elm-dialog .elm-dialog-actions {
  padding: 1rem;
  flex-grow: 0;
  display: flex;
  justify-content: flex-end;
}

.elm-dialog-actions button {
  margin-left: 0.75rem;
}

.elm-dialog .material-icons {
  margin-right: 0.4em;
}

.elm-dialog-icon-error {
  color: #ee2200;
}

.elm-input-block {
  margin-bottom: 0.5em;
}

.elm-input-spacer {
  margin-bottom: 1em;
}

.account-container {
  max-width: 800px;
}

.account-section {
  margin-bottom: 2em;
}

.account-section h2 {
  font-size: 110%;
  font-weight: 600;
  border-bottom: 2px solid #eee;
  padding: 0.5em 0;
  color: #567;
  display: flex;
  align-items: center;
}

.account-section h6 {
  font-weight: 600;
  margin-bottom: 1em;
}

.account-section h2 span {
  margin-right: 0.3em;
}

.account-section table {
  width: 100%;
}

.account-section table td {
  padding: 0.75em 0em;
  border-bottom: 1px solid #eee;
}

.account-section table td.tools {
  text-align: right;
}

.account-section table tr:last-child td {
  border-bottom: none;
}

.account-section table th {
  font-weight: 600;
  font-size: 85%;
  color: #89a;
  white-space: nowrap;
}

.account-section tr.inactive td {
  opacity: 0.4;
}

.account-section h3 {
  display: flex;
  align-items: center;
  color: #567;
}

.account-section h3 .icon {
  margin-right: 0.3em;
}

.tool-delete a {
  color: #236;
}

.tool-toggle {
}

.account-section-warning {
  padding: 1em;
  background-color: #fff5e5;
  margin: 1em 0;
  display: flex;
}

.account-section-warning .icon-warning {
  color: #f90;
  margin-right: 0.3em;
}

.account-section td.cover {
  width: 3em;
}

.account-section .cover-img {
  width: 3em;
  height: 3em;
  object-fit: cover;
  border-radius: 1.5em 1.5em 1.5em 0;
  margin-right: 1em;
}

.account-section .favorites-title {
  padding-right: 0.75em;
}

.account-section table .form-switch {
  margin-right: 0.5em;
}

.account-section .elm-settings-toggle {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}

.elm-settings-block {
  border-bottom: 1px solid #eee;
  padding: 1em 0;
  display: flex;
  align-items: flex-start;
}

.elm-settings-block:last-child {
  border-bottom: none;
}

.elm-settings-block h3 {
  font-size: 100%;
  font-weight: 600;
  margin-right: 1em;
  width: 25%;
  line-height: inherit;
  flex-shrink: 0;
  white-space: nowrap;
}

.elm-settings-block h4 {
  font-size: 100%;
  line-height: 200%;
  font-weight: 700;
  margin-bottom: 0;
}

.elm-settings-block .elm-edit {
  flex-grow: 1;
}

.elm-settings-block p:last-of-type {
  margin-bottom: 0;
}

.elm-settings-block .elm-row {
  display: flex;
  align-items: flex-start;
}

.elm-settings-block input[type="text"],
.elm-settings-block input[type="email"],
.elm-settings-block input[type="password"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.3em 0.6em;
  border-radius: 0.3em;
  margin-top: -0.3em;
  margin-bottom: 0.3em;
  -webkit-appearance: none;
}

i.completed {
  color: #5c2;
}

.login-coupon-form .error-message,
.login-eu-container .error-message {
  background-color: tomato;
  color: #fff;
  padding: 1em 2em;
  font-weight: 800;
  animation: appear 0.2s ease-out;
}

.login-coupon-form .error-message:empty,
.login-eu-container .error-message:empty {
  display: none;
}

.login-coupon-form .error-message {
  margin-bottom: 1em;
}

.login-coupon-form .disclaimer {
  text-align: center;
  font-size: 80%;
}

.sub-header {
  margin-bottom: 0.5em;
}

.login-eu-page {
  padding: 3em 0;
  overflow: visible;
}

.elm-settings-block:not(.editing) .elm-edit {
  display: none;
}

.elm-settings-block.editing .elm-value {
  display: none;
}

.elm-value {
  display: flex;
  flex-wrap: wrap;
}

.elm-edit {
  animation: appear 0.3s ease-out;
}

.elm-value span {
}

.elm-value-label {
  margin-right: 1em;
}

.elm-checkbox-label {
  display: inline-block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  clear: both;
}

.elm-checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.elm-checkbox-label .elm-checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border-radius: 0.3em;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border: 2px solid #ccc;
}

.elm-checkbox-label input:checked ~ .elm-checkbox-custom {
  background-color: #236;
  border-radius: 0.3em;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #236;
}

.elm-checkbox-label input:focus-visible ~ .elm-checkbox-custom {
  border: 2px solid #458 !important;
  outline: #5d9dd5 solid;
}

.elm-checkbox-label .elm-checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.elm-checkbox-label input:checked ~ .elm-checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 5px;
  top: 1px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  background-color: transparent;
  border-radius: 0;
}

.elm-checkbox-container label {
  margin: 0;
}

.suggest-dialog-content:not(.suggestion-sent) .suggest-complete {
  display: none;
}

.suggest-dialog-content.suggestion-sent .suggest-prompt {
  display: none;
}

.suggest-dialog-content .suggest-complete {
  text-align: center;
  animation: slideIn 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  margin: 2em 0;
}

.suggest-dialog-content .suggest-complete p {
  margin: 0;
}

.suggest-dialog-content .completed-gfx {
  margin: auto;
  margin-bottom: 1em;
  max-width: 80px;
  animation: springIn 0.7s ease-out;
  animation-delay: 0.1s;
  animation-fill-mode: backwards;
}

@keyframes springIn {
  0% {
    transform: scale3d(0, 0, 1);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1);
  }

  40% {
    transform: scale3d(0.98, 0.98, 1);
  }

  60% {
    transform: scale3d(1.05, 1.05, 1);
  }

  80% {
    transform: scale3d(1.01, 1.01, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.suggest-dialog-content .completed-gfx img {
  width: 100%;
}

.login-eu-container h1 {
  font-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #236;
  font-weight: 500;
  padding: 1em 1em;
  /* border-bottom: 1px solid #eee; */
}

.login-eu-content-block {
  padding: 0 2em;
}

.login-eu-container h1 img {
  width: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
}

.login-eu-options {
  display: flex;
  margin: 1em 0;
  font-size: 90%;
  user-select: none;
}

.login-eu-options.elm-column {
  flex-direction: column;
}

.login-eu-options .option-description {
  font-size: 90%;
  color: #333;
  margin-top: 0.5em;
}

.login-eu-options .option-label {
  font-weight: 600;
}

.login-eu-content-block h3 {
  font-size: 100%;
  font-weight: 800;
  color: #236;
  margin-bottom: 1em;
}

.login-eu-content-block .icon {
  margin-right: 0.1em;
}

.login-eu-autologin-container {
  display: flex;
  align-items: center;
}

.login-eu-forgotpass-container {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0.8em;
}

.login-eu-forgotpass-container a {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.login-eu-action-container {
  margin: 1.5em 0;
}

.login-eu-action {
  appearance: none;
  background-color: #236;
  padding: 0.5em 0.1em;
  border: 0;
  color: #fff;
  font-weight: 800;
  border-radius: 2em;
  /* border-bottom-left-radius: 0; */
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 80%;
}

.login-eu-action:hover,
.login-eu-action:focus {
  background-color: #125;
  outline: none;
}

.login-eu-action .icon {
  margin-right: 0.5em;
}

.elm-button-alt:hover,
.elm-button-alt:focus {
  background-color: #ffbc00;
  color: #236 !important;
}

.elm-button-outline {
  background-color: transparent;
  border: 2px solid #236;
  color: #236;
}

.login-eu-footer-container {
  text-align: center;
  margin-bottom: 2em;
  font-size: 90%;
  color: #666;
}

.login-eu-org-container {
  text-align: center;
  font-size: 90%;
  color: #999;
}

.login-eu-org-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.login-eu-org-container .material-icons {
  font-size: 100%;
  margin-right: 0.5em;
}

.elm-checkbox-container {
  display: flex;
}

.elm-checkbox-container .elm-checkbox-label {
  margin-right: 0.5em;
}

.elm-checkbox-container .input-title {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.elm-input-group {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

.elm-input-group li {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
}

.elm-input-group li input {
  padding: 0.6em 0.8em;
  border: 0;
  border-radius: 0;
  font-size: 100%;
  vertical-align: middle;
}

.elm-input-group li input:focus {
  outline: none;
  background-color: #eff8ff;
  background-color: #f5f5f5;
}

.elm-input-group li:first-child {
  border-top-width: 1px;
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
}

.elm-input-group li:last-child {
  border-bottom-left-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
}

.login-eu-wrapper {
  width: 100%;
  max-width: 430px;
  /* border: 1px solid #eee; */
  box-shadow: 0 0.5em 4em rgba(0, 0, 0, 0.2);
  /* border-radius: 1em; */
  border-bottom-left-radius: 0;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.login-eu-org-link {
  color: #999;
}

.elm-frontpage .elm-notice {
  margin-bottom: 2em;
}

.queue-cover-container {
  text-align: center;
  margin-bottom: 3em;
}

.queue-cover-container .queue-cover-img {
  width: 250px;
  max-width: 100%;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}

.elm-queue-placement {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  color: #fff;
  font-size: 1.2em;
  width: 50px;
  height: 50px;
  border-radius: 40px 40px 40px 0;
  background-color: #236;
  margin: 20px auto;
  font-family: "Open Sans", Helvetica, Arial;
  font-weight: 400;
  background-position: center;
  background-size: 50px;
}

.elm-livefeed-more {
  font-size: 80%;
  text-align: center;
  font-weight: 600;
}

.elm-livefeed-more a {
  color: #236;
  text-decoration: none;
  border: 2px solid #236;
  border-radius: 2em;
  padding: 0.4em 1em;
  transition: color 0.2s, background 0.2s;
  display: inline-block;
  margin: 1em auto;
}

.elm-livefeed-more a:hover {
  background-color: #236;
  color: #fff;
}

.sub-section-header a {
  color: inherit;
  text-decoration: none;
}

.sub-section-icon {
  width: 20px;
  margin-right: 15px;
}

.elm-news-load-more {
  height: 3em;
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
}

.elm-news-load-more a {
  border: 2px solid #236;
  padding: 0.5em 1.6em;
  border-radius: 2em;
  color: #236;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

.elm-news-load-more a:hover {
  background-color: #236;
  color: #fff;
}

.elm-news-load-more a.hidden {
  display: none;
}

.elm-news {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1000px;
  margin-top: 3em;
}

.elm-news li {
  display: flex;
  margin-bottom: 2em;
  hyphens: none;
  animation: appear 0.2s ease-out;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

.elm-news li:last-child {
  border-bottom: 0;
}

.elm-news .metadata {
  text-transform: uppercase;
  /* margin-bottom: 0.5em; */
  margin-top: 0.5em;
  color: #666;
}

.metadata .meta-date {
  text-transform: none;
}

.elm-news h2 {
  font-size: 120%;
  font-weight: 600;
  margin: 0;
}

.elm-news h2 a {
  color: #000;
}

.elm-news .img-container {
  width: 100px;
  margin-right: 2em;
  flex-shrink: 0;
  text-align: center;
}

.elm-news .img-container img {
  max-width: 100%;
}

.elm-news .elm-news-icon {
  display: none;
}

.search {
  margin-bottom: 0.5em;
}

.search-page-indicator {
  margin-bottom: 1em;
}

.search-extended-options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.search-extended-options.hidden {
  display: none;
}

.search-extended-options-show.hidden {
  display: none;
}

.search-results-list {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results-list li {
  margin-bottom: 2em;
}

.search-results-sort-controls {
  float: right;
  display: flex;
}

.search-results-sort-controls a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}

.search-results-sort-controls a.sort-selected-method {
  font-weight: 800;
}

.search-results-sort-controls a span {
  text-decoration: none !important;
}

.search-results-pages-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5em;
  float: left;
}

.search-results-pages-list li {
  float: left;
  width: 2em;
  height: 2em;
  border: 1px solid #236;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  color: #236;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  transition: background 0.1s, color 0.1s;
  cursor: pointer;
  user-select: none;
}

.search-results-pages-list li:hover,
.search-results-pages-list li.current-page {
  background-color: #236;
  color: #fff;
}

.removing {
  animation: disappearPush 0.25s;
  animation-fill-mode: forwards;
}

@keyframes disappearPush {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}

.body-text {
  font-size: 110%;
  font-weight: 300;
  margin-bottom: 3em;
}

.body-text .img-right {
  width: 30%;
  float: right;
  margin: 0 0 3em 3em;
}

.site-wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 240px;
  overflow-x: hidden;
  background-color: #fff;
}

.site-wrapper:not(.with-hero) {
  padding-top: var(--elm-top-navbar-height);
}

.site-footer {
  position: absolute;
  bottom: 0;
  height: 240px;
  width: 100%;
  padding-top: 40px;
  background-color: #123;
  background-color: #eee;
  background: linear-gradient(#eee, #fff 20%);
}

.site-footer .footer-logo {
  max-width: 40px;
  opacity: 0.8;
}

.site-footer .copy-notice {
  margin-top: 20px;
  font-size: 70%;
  color: #888;
}

.site-footer .block-content {
}

.site-footer .footer-menu {
  list-style: none;
  padding: 0;
  font-size: 80%;
}

.site-footer .footer-menu li {
  text-transform: none;
  font-weight: 600;
  font-size: 120%;
}

.site-footer .footer-menu li .icon {
  font-size: 100%;
  margin-right: 0.4em;
  display: none;
}

.page-header {
  margin: 0;
  font-weight: 700;
  font-size: 150%;
  margin-top: 0.5em;
  margin-bottom: 1.3em;
  display: flex;
  align-items: center;
  color: #456;
  color: #236;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
}

.elm-notice {
  background-color: #236;
  border: 1px solid #236;
  border-radius: 0px;
  padding: 1em 1.8em;
  margin: 2em 0;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  position: relative;
  animation: appear 0.3s ease-out;
  font-size: 90%;
  font-weight: 600;
}

.elm-notice:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #236;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

.elm-notice.compact {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.elm-error {
  background-color: #d32;
  border-color: #d32;
  color: #fff;
  font-weight: 800;
}

.elm-error::after {
  display: none;
}

.feedback-notice {
  margin: 3em 0;
}

.login-organization {
  max-width: 400px;
  margin: auto;
}

select {
  background: none;
}

.block-login {
  margin: 2.5em 0;
  margin-bottom: 3.5em;
  width: 100%;
}

.block-login button[type="submit"] {
  margin-top: 1.5em;
  width: 100%;
  justify-content: center;
}

.block-login input {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  appearance: none;
}

.block-login button .icon {
  margin-left: -1em;
}

.suggest-org {
  margin-top: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
}

.button-suggest-org {
  width: 100%;
  max-width: 500px;
  text-align: center;
  justify-content: center;
  font-size: 80%;
  border: 2px solid #236;
  color: #236;
  background-color: transparent;
  border-radius: 2em;
  padding: 0.5em 2em;
  transition: 0.3s background, 0.3s color;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 80%;
  color: #236 !important;
  text-decoration: none !important;
}

.button-suggest-org:hover {
  background-color: #236;
  color: #fff !important;
}

.button-suggest-org i {
  margin-right: 0.5em;
}

.elm-input-group {
  margin-bottom: 1em;
}

.elm-input-group input {
  width: 100%;
  /*height: 1.8em !important;*/
}

.elm-input-group button {
  margin: 0.5em 0;
  height: 3em !important;
}

.elm-input-group h2 {
  font-size: 100%;
  font-weight: 500;
}

.elm-input-group .icon {
  margin-right: 0.5em;
}

.header-home-link {
  background-color: #fff;
  color: #236;

  /*
  width: 36px;
  height: 36px;
  border-radius: 30px 30px 30px 0;
  */

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: background 0.2s;
  flex-shrink: 0;
}

.header-home-link:hover {
}

.header-home-link span {
  color: inherit;
  font-size: 22px;
}

.breadcrumb-separator {
  margin: 0 0.3em;
  color: #678;
  font-size: 50%;
  line-height: 1em;
}

.issues-section .issues-section-title {
  font-size: 150%;
  font-weight: 400;
  /*text-align: right;*/
  margin: 1.2em 0;
}

.issues-section .issues {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0;
  margin: 1em 0;
  margin-right: -2%;
}

.issues-section .issues li {
  width: 8%;
  margin-right: 2%;
  position: relative;
}

.issues li .img-wrapper {
  width: 100%;
  padding-top: 145%;
  position: relative;
}

.service-1 .issues li .img-wrapper {
  padding-top: 155%;
}

.issues li .img-container.placeholder {
  background-image: url(../img/cover_blank.svg);
  background-position: center;
}

.issues li .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.issues li .img-container img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 4px solid white;
}

.issues-section .issues li .img-container img.loaded {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.issues-section .issues li .issue-code {
  padding-top: 0.5em;
  height: 3em;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  font-size: 90%;
  margin: 0.5em 0;
  font-weight: 500;
  margin-left: -1em;
  margin-right: -1em;
}

.issues-section:nth-child(2) {
  margin-top: -3.9em;
}

.icon {
  vertical-align: middle;
}

#search-input-search-button,
#search-input-search-button-lower {
  width: 6em;
  text-align: center;
  display: inline-block;
}

.search-results-list li {
  display: flex;
}

.search-results-list li .cover img {
  max-width: 5em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.search-results-list li .cover {
  margin-right: 1.5em;
}

.search-results-list li .result-text {
  min-width: 50%;
}

.search-results-list h4 {
  font-weight: 800;
  font-size: 120%;
  margin-bottom: 0.5em;
}

.search-results-list h4 a {
  color: #222;
}

.search-results-list p {
  overflow-wrap: break-word;
}

.search-results-list a {
  font-weight: 800;
}

.search-results-container {
  max-width: 1000px;
}

.top-navbar {
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  background-color: #1c1c1c;
  max-height: 69px;
}

.login-form-container td {
  padding-right: 1em;
  padding-bottom: 1em;
}

button:focus {
  outline: none;
}

button,
.elm-action-button {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  background: #236;
  color: #fff;
  border: 0;
  padding: 0.1em 1em;
  border-radius: 30px 30px 30px 30px;
  margin: 0;
  height: 2.5em;
  font-size: 90%;
  font-weight: 800;
  text-transform: uppercase;
  transition: 0.2s opacity;
}

button[disabled] {
  opacity: 0.5;
}

.elm-action-button:hover {
  color: #fff;
  text-decoration: none;
}

.elm-action-button .material-icons {
  margin-left: 0.5rem;
}

button:focus,
.elm-action-button:focus {
  outline: none !important;
}

button:focus-visible,
.elm-action-button:focus-visible {
  outline: #5d9dd5 solid !important;
}

.action-area {
  padding: 2rem;
  text-align: center;
}

.centered {
  text-align: center;
}

.elm-unsubscribe-cancel {
  font-size: 90%;
}

button.elm-cancel,
.elm-button-alt {
  background-color: #ffc900;
  color: #236;
}

.elm-button-alt {
  font-size: 80%;
}

.elm-action-button .elm-button-label {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.elm-inline-actions {
  display: flex;
  align-items: center;
}

.elm-inline-actions button {
  margin-right: 0.8em;
}

.elm-button-inline {
  display: inline-flex;
}

input[type="text"],
input[type="password"],
select,
.search-titles-list {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.4em 0.5em;
}

select {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  padding-right: 2em;
  width: 100%;
  background-image: url(../img/select_chevron_dn.svg);
  background-size: 1.2em;
  background-repeat: no-repeat;
  background-position: right 5px top 50%;
  appearance: none;
  -webkit-appearance: none;
}

.search-phrase-block {
  display: flex;
  align-items: center;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

img.lazy.loaded {
  opacity: 1;
}

.search-phrase-block input {
  flex-grow: 1;
  margin-right: 10px;
}

.search-titles-list {
  list-style: none;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.search-titles-list li {
  cursor: pointer;
  user-select: none;
  padding: 0 0.3em;
  transition: background 0.1s, color 0.1s;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 90%;
}

.search-titles-list li:hover {
  background: #236;
  color: #fff;
  border-radius: 3px;
}

.search-period-input {
  width: 40%;
  width: calc(50% - 0.8em);
}

.search-options-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-right: -1em;
  margin-bottom: 1em;
}

.search-options-container h2 {
  font-size: 100%;
  color: #236;
}

.search-option-block {
  margin-bottom: 1em;
  width: 100%;
  padding-right: 1em;
}

.half-col {
  width: 50%;
}

.service-tabs {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 30px;
}

.service-tab {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  background: none !important;
}

.service-tab .content {
  color: #fff !important;
  padding: 1em 0 !important;
  border-bottom: 4px solid transparent;
}

.service-tabs .service-tab.service-tab-active {
  border-bottom: 4px solid #fa0;
}

.service-tabs .service-tab:nth-child(1) {
  left: 0 !important;
}

.service-tab {
  margin: 0 1em;
  height: 69px;
  background: url(../img/tab_bg_inactive.png);
  background-size: 100% 101%;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s, opacity 0.3s;
  opacity: 0.8;
}

.service-tabs:hover .service-tab.service-tab-active {
  background: url(../img/tab_bg_inactive.png);
  background-size: 100% 101%;
}

.service-tab a:hover {
  text-decoration: none !important;
}

.service-tab .content {
  padding: 25px 20px 0 30px;
  box-sizing: border-box;
  height: 69px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 90%;
  font-weight: 900;
  transition: opacity 0.3s;
  opacity: 0.7;
  color: #124;
}

.service-tab .service-icon {
  height: 25px;
  margin: 0 12px;
}

.service-tab.service-tab-active {
  z-index: 99;
  background: url(../img/tab_bg_active.png);
  background-size: 100% 101%;
  opacity: 1;
}

.service-tab.service-tab-active .service-icon,
.service-tab:hover .service-icon {
}

.service-tabs:hover .service-tab:hover {
  z-index: 100;
  background: url(../img/tab_bg_active.png);
  background-size: 100% 101%;
  opacity: 1;
}

.service-tab-active .content,
.service-tab:hover .content {
  opacity: 1;
}

.top-menu-toggle {
  display: flex;
  align-items: center;
  padding: 28px;
  -webkit-tap-highlight-color: transparent;
}

.top-menu-toggle:focus {
  outline-width: 0;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff !important;
}

.top-menu-collapsible {
  box-sizing: border-box;
  background-color: #fff;
  margin: 20px 30px;
  margin: 20px calc(40px + env(safe-area-inset-left));
  box-sizing: border-box;
  /* border-bottom: 1px solid #e0e6ef; */
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}

.top-menu-collapsible .dropdown-menu {
  border: 0;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  margin-top: 16px;
  font-size: inherit;
  margin-left: -30px;
}

.top-menu-collapsible .dropdown-menu a {
  font-weight: 600;
  padding: 15px 30px;
  padding-right: 100px;
}

.top-menu-collapsible .dropdown-menu a:hover {
  background-color: transparent;
  color: #236;
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideOut {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}

@keyframes slideInAlt {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.top-menu-collapsible ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.top-menu-collapsible.is-active a:hover {
  text-decoration: none;
}

.top-menu-collapsible ul li {
  font-size: 90%;
  font-weight: 400;
  /* border-bottom: 1px solid #eee; */
  color: #333;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  margin-right: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  height: 30px;
  font-weight: 800;
  border-right: 1px solid #ccc;
}

.top-menu-collapsible .search-field-container,
.top-menu-collapsible .search-mini {
  border: 0;
  padding-right: 0;
}

.top-menu-collapsible ul li select {
  text-transform: initial;
  max-width: 9em;
  color: #456;
  color: #236;
}

.top-menu-collapsible ul li select:focus-visible {
  outline: 2px #126 solid;
}

.top-menu-collapsible select:focus {
  outline: none;
}

.top-menu-collapsible ul li a {
  display: flex;
  align-items: center;
  color: #456;
  color: #236;
}

.top-menu-collapsible ul li a:hover {
  color: #236;
}

.top-menu-collapsible ul a {
  color: inherit;
  text-decoration: none;
}

.top-menu-collapsible .spacer {
  height: 1px;
  border-bottom: 1px solid #d0d6df;
  margin: 0;
  padding: 0;
}

.top-menu-collapsible select {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  color: inherit;
  width: 200px;
  background-image: url(../img/select_chevron_dn.svg);
  background-size: 20px 20px;
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
  padding-right: 20px;
  font-weight: 700;
  max-width: 220px;
}

.top-menu-collapsible select:focus {
  outline: none !important;
}

.top-menu-collapsible select:focus-visible {
  outline: 2px solid #236 !important;
}

.top-menu-collapsible select::-ms-expand {
  display: none;
}

.top-menu-collapsible .icon {
  vertical-align: middle;
  margin-right: 0.3em;
}

.top-menu-collapsible .dropdown-toggle::after {
  display: none;
}

.button-flag {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0e5ef;
  border-radius: 30px;
  float: left;
}

.language-select {
  padding-bottom: 10px;
}

.language-select:after {
  content: "";
  display: table;
  clear: both;
}

.language-select .button-flag {
  margin-right: 10px;
}

.button-flag img {
  width: 25px;
}

.thin {
  font-weight: 400;
}

.newsfeed-dot {
  display: inline-block;
  margin-right: 1.4em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 1em;
  background-color: #e21;
  animation: pulse 3s infinite;
}

.top-navbar .block-content {
  display: flex;
}

.top-navbar .user-menu-container {
  display: flex;
  justify-content: flex-end;
}

.top-navbar .user-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  color: #bce;
  margin-right: 40px;
  margin-left: 10px;
  font-size: 85%;
}

.top-navbar .user-menu .elm-action-button {
  white-space: nowrap;
  border: none;
  background: transparent;
  background-color: #bcd;
  background-color: #fb0;
  color: #236;
  font-weight: 900;
  text-transform: none;
  transition: background 0.2s, border 0.2s, color 0.2s;
}

.top-navbar .user-menu .elm-action-button:hover {
  background-color: #fa0;
  color: #236;
}

.top-navbar .user-menu a {
  color: #fff;
}

.top-navbar .user-menu .user-name * {
  vertical-align: middle;
  font-weight: 800;
}

.top-navbar .user-menu .user-name span {
  font-size: 130%;
}

.top-navbar .user-menu .user-logout {
  text-transform: uppercase;
  font-size: 90%;
}

.top-navbar .icon {
  vertical-align: middle;
  font-size: 120%;
}

.top-menu-collapsible ul li:last-child {
  border: 0;
}

.top-menu-collapsible ul li.nomargin {
  margin: 0;
}

.top-menu-collapsible ul li.search-field-container {
  cursor: initial;
}

.top-menu-extended-search-button {
  text-transform: none;
  font-size: 80%;
  margin-left: 10px;
  max-width: 100px;
}

.top-menu-collapsible input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: inherit;
  font-family: inherit;
  max-width: 180px;
  font-size: 90%;
}

.block-content {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

input.search-field {
  box-sizing: border-box;
  background-image: url(../img/search.svg);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.search-field-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.search-field-container i {
  margin-left: 15px;
  font-size: 160%;
}

.mini-only {
  display: none !important;
}

.padded-content {
  padding-left: 40px;
  padding-right: 40px;
  padding-left: calc(40px + env(safe-area-inset-left));
  padding-right: calc(40px + env(safe-area-inset-right));
}

.main-block {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.col-main {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  padding-bottom: 2em;
}

.col-sidebar {
  margin-left: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  /* padding: 10px; */
}

.col-footer {
  width: 25%;
  position: absolute;
  top: 0;
}

.col-footer.col-right {
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 99;
}

.sub-section-header {
  font-size: 100%;
  text-transform: none;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e6ef;
  color: #101f61;
}

.sub-section-header * {
  vertical-align: middle;
}

.sub-section-header .icon {
  margin-right: 0.3em;
  /* color: #347; */
  width: 1.03em;
  height: 1em;
}

.news-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 100%;

  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;

  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}

.news-listing .meta-category {
  display: flex;
  align-items: center;
  padding: 0.2em 0;
}

.news-listing .meta-category-icon {
  width: 12px;
  height: 12px;
  opacity: 0.2;
  margin-right: 0.2em;
}

.title-listing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -3%;
}

.title-listing .title-item {
  padding: 0;
  margin: 0;
  /* margin-bottom: 1em; */
  width: 17%;
  margin-right: 3%;
  margin-bottom: 0.5em;
}

.title-listing .cover-container {
  max-width: 100%;
  position: relative;
  /*
  display: flex;
  justify-content: center;
*/
}

.title-listing .cover {
  transition: box-shadow 0.2s, opacity 0.3s, transform 0.3s;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.title-listing .img-container:hover .cover,
.title-listing a:focus .cover {
  box-shadow: 0 3px 20px rgba(0, 30, 60, 0.4);
}

.title-listing a:focus-visible .cover,
.issues a:focus-visible img {
  outline: #5d9dd5 solid;
}

.title-listing .img-container .open-label {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
}

.title-listing .img-container .open-label span {
  background-color: rgba(34, 51, 102, 1);
  padding: 0.2em 1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 20px 20px 20px 20px;
  font-size: 80%;
  font-weight: 600;
}

.title-listing .img-container:hover .open-label {
  transform: translateY(0px);
  opacity: 1;
}

.title-listing .title-issue-name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: 4em;
  box-sizing: border-box;
  font-size: 95%;
  font-weight: 800;
  color: #124;
  margin-top: 1em;
  line-height: 1.3em;
}

.title-listing .archive-link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #888;
  font-size: 70%;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.title-listing .archive-link-container .icon {
  display: none;
  font-size: 150%;
}

.title-listing .title-item.inaccessible {
}

.title-listing .title-item.inaccessible .cover {
  opacity: 0.4;
}

/*
.title-listing .notify-link {
  position: absolute;
  right: 0;
  top: 0.1em;
}

.title-listing .notify-link {
  color: #789;
}

.title-listing .notify-link:hover {
  color: #237;
}

*/

.catalog-titles .favorite-link {
  text-decoration: none;
  color: #fff;
  height: 30px;
  width: 30px;
  background-color: #126;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-top: -40px;
  right: 10px;
}

.preference-title-toggle {
  transition: color 0.2s;
}

.preference-title-toggle .text {
  text-align: left;
}

.preference-title-toggle:hover .option-button {
  color: #111;
  border-color: #111;
}

.preference-title-toggle:hover {
  color: #111;
}

.catalog-titles .preference-title-toggle:hover {
  color: #fff;
}

.catalog-titles .favorite-link:hover {
  background-color: #222;
}

.catalog-titles .favorite-link span {
  font-size: 22px;
}

.preference-title-toggle .icon-inactive {
}

.preference-title-toggle .icon-active {
  display: none;
}

.preference-title-toggle.state-active .icon {
  color: #fff !important;
}

.preference-title-toggle .option-button {
  transition: color 0.2s, background 0.2s, border 0.2s;
  text-decoration: none;
  background-color: none;
  font-size: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.preference-title-toggle.state-active .option-button {
  background-color: #222 !important;
  border-color: #222 !important;
}

.preference-title-toggle.state-active .icon-inactive {
  display: none;
}

.preference-title-toggle.state-active .text-inactive {
  display: none;
}

.preference-title-toggle:not(.state-active) .text-active {
  display: none;
}

.preference-title-toggle.state-active .icon-active {
  color: #fff !important;
  display: inline-block;
}

.preference-title-toggle .loader {
  color: inherit;
  height: 1rem;
  line-height: 0;
}

.preference-title-toggle.state-active .loader {
  color: #fff;
}

.preference-title-toggle:not(.loading) .loader {
  display: none;
}

.preference-title-toggle.loading .icon {
  display: none;
}

.preference-title-toggle {
  cursor: pointer;
  user-select: none;
  width: 100%;
}

.issue-section .preference-title-toggle {
  min-width: 300px;
}

.title-search-container {
  display: flex;
  height: 2.5em;
  box-sizing: border-box;
  border: 2px solid #222;
  border-radius: 2em;
  align-items: center;
  padding: 0.2em 0.8em;
  animation: appear 0.3s;
  max-width: 200px;
}

.title-search-container form {
  width: 100%;
  display: flex;
  align-items: center;
}

.title-search-container .title-search-field {
  appearance: none;
  border: none;
  outline: none;
  border-radius: 1em;
  width: 100%;
  background: transparent;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1.1em;
  width: 1.1em;
  border-radius: 50em;
  background: url(/img/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  cursor: pointer;
}

input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: 0.5;
  pointer-events: all;
}

input[type="search"]:focus::-webkit-search-cancel-button:hover {
  opacity: 0.9;
}

/*
.title-listing .archive-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 1em;
  border: 1px solid #236;
  text-decoration: none !important;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 600;
}
*/

.title-listing .archive-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 1em;
  border: 2px solid #789;
  color: #789;
  text-decoration: none !important;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 800;
  border-radius: 2em;
}

.title-listing .archive-link:hover {
  background-color: #236;
  border-color: #236;
  color: #fff;
}

.title-listing .archive-link .icon {
  margin-right: 0.2em;
}

@keyframes ringing {
  0% {
    transform: rotate(-20deg);
  }

  3% {
    transform: rotate(20deg);
  }

  6% {
    transform: rotate(-10deg);
  }

  9% {
    transform: rotate(10deg);
  }

  12% {
    transform: rotate(-10deg);
  }

  15% {
    transform: rotate(0deg);
  }
}

.a-ringing {
  animation: ringing 2s ease-out infinite;
  animation-delay: 0.6s;
}

.dialog-setting {
  display: flex;
  padding: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  font-size: 90%;
}

.dialog-setting .setting-icon {
  display: flex;
  align-items: flex-start;
  margin-right: 0.75rem;
  color: #236;
}

.dialog-setting .icon {
  margin: 0;
}

.dialog-setting .setting-description {
  font-weight: 800;
  flex-grow: 1;
}

.dialog-setting .info {
  font-weight: 500;
  color: #456;
  font-size: 90%;
  margin-top: 0.5em;
}

.dialog-setting .setting-tools {
  margin-left: 0.75em;
  display: flex;
  align-items: center;
}

.login-eu-container {
  display: none;
  animation: appear 0.3s ease-out;
}

.login-eu-subheader {
  font-size: 120%;
  text-align: center;
  margin-bottom: 1em;
  color: #236;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.login-eu-subheader .material-icons {
  margin-right: 0.3em;
}

.login-eu-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5em 0;
  color: #000;
  opacity: 0.4;
}

.login-eu-separator .login-eu-separator-dash {
  border-top: 2px solid #aaa;
  height: 2px;
  flex-grow: 1;
}

.login-eu-separator .login-eu-separator-label {
  margin: 0 1em;
}

.login-eu-library-container .login-eu-action,
.elm-button-activate {
  height: 4em;
}

.eul-activation-container {
  max-width: 430px;
  margin: 2rem auto;
}

.eul-activation-container h1 {
  font-size: 150%;
  font-weight: 800;
  color: #236;
  margin-bottom: 2rem;
}

.eul-activation-container p {
  margin-bottom: 2rem;
}

.password-strength {
  margin: 0.5em 0;
  font-size: 90%;
  color: #999;
  margin-top: -0.5em;
  text-align: center;
}

.password-strength .s-term {
  display: inline-block;
  width: 2em;
  height: 0.5em;
  border: 1px solid #ddd;
  border-radius: 0.5em;
  transition: 0.2s border, 0.2s background-color, opacity 0.2s;
}

.password-strength[data-strength="0"] .s-term {
  opacity: 0;
}

.password-strength[data-strength="1"] .s-weak {
  background-color: #c50;
  border-color: #c50;
}

.password-strength[data-strength="2"] .s-weak {
  background-color: #fc0;
  border-color: #fc0;
}

.password-strength[data-strength="2"] .s-medium {
  background-color: #fc0;
  border-color: #fc0;
}

.password-strength[data-strength="3"] .s-weak {
  background-color: #4c1;
  border-color: #4c1;
}

.password-strength[data-strength="3"] .s-medium {
  background-color: #4c1;
  border-color: #4c1;
}

.password-strength[data-strength="3"] .s-strong {
  background-color: #4c1;
  border-color: #4c1;
}

.login-eu-container .password-toggle {
  margin-left: -1.5em;
  vertical-align: middle;
  cursor: pointer;
  color: #89a;
  user-select: none;
}

.login-eu-action .label {
  animation: appear 0.2s ease-out;
}

.login-eu-action .spinner-border {
  display: none;
}

.login-eu-action.loading .spinner-border {
  display: inline-block;
}

.login-eu-action.loading .label {
  display: none;
}

.login-eu-wrapper {
  padding: 2em 0;
}

div[data-elm-view="login"] .login-eu-container.login {
  display: block;
}

div[data-elm-view="signup"] .login-eu-container.signup {
  display: block;
}

div[data-elm-view="password-request"] .login-eu-container.password-request {
  display: block;
}

div[data-elm-view="password-reset"] .login-eu-container.password-reset {
  display: block;
}

.login-eu-container .complete-notice {
  display: none;
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid #eee;
  border-radius: 0.5em;
  background-color: #236;
  color: #fff;
  margin: 3em 0.5em;
}

.login-eu-container .complete-notice a {
  color: #fff;
  text-decoration: underline;
}

.login-eu-container .complete-notice p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.login-eu-container .complete-notice .material-icons {
  font-weight: 800;
}

.login-eu-container .complete-notice p:last-child {
  margin: 0;
}

.login-eu-container .complete-notice p > * {
  vertical-align: middle;
}

.login-eu-container .complete-notice i {
  width: 2em;
  height: 2em;
  background-color: #8d5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  flex-shrink: 0;
  flex-grow: 0;
}

.login-eu-container .complete > * {
  display: none;
}

.login-eu-container .complete .complete-notice {
  display: flex;
  align-items: center;
  animation: appear 0.2s ease-out;
}

.check-notice {
  margin-bottom: 1em;
  display: flex;
}

.check-notice .icon {
}

.required-notice {
  font-size: 90%;
  color: tomato;
}

.required-input,
.required-input .elm-checkbox-custom {
  border-color: tomato !important;
}

.required-notice {
  display: none;
}

.required-notice.visible {
  display: block;
}

.user-menu .material-icons {
  font-size: 130%;
}

.elm-dialog a {
  font-weight: 800;
}

.legal * {
  font-size: initial;
  color: inherit;
}

.legal h1,
.legal h2,
.legal h3,
.legal h4,
.legal h5,
.legal h6 {
  font-weight: bold;
  margin: 1em 0;
}

.page-info {
  max-width: 1000px;
}

.elm-list {
  margin-bottom: 2em;
  padding-left: 1em;
}

.elm-list li {
  margin: 0.8em 0;
  font-weight: 700;
  color: #126;
}

.elm-selected-issue-container {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
}

.issue-info-section .issue-title {
  font-size: 200%;
  font-weight: 800;
}

.issue-info-section .issue-number {
  font-size: 150%;
  color: #666;
  margin-bottom: 0.5em;
}

.back-issues-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none !important;
}

.back-issues-link .icon {
  margin-right: 0.4em;
}

.issue-section {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
}

.primary-button {
  padding: 1em 2em;
  background-color: #236;
  color: #fff;
  font-weight: 800;
  border-radius: 2em;
  display: inline-flex;
  align-items: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  user-select: none;
  transition: background 0.2s, color 0.2s;
}

.primary-button:hover {
  text-decoration: none;
  background-color: #014;
  color: #fff;
}

.alt-button {
  border: 2px solid #236;
  color: #236;
  background-color: transparent;
  font-size: 100%;
  padding: 0.5em 2em;
  box-shadow: none;
}

.primary-button.listen-button {
  background-color: #fb0;
  color: #236;
}

.primary-button.listen-button:hover {
  background-color: #fa0;
}

.primary-button .button-label {
  margin-left: 0.5em;
}

.issue-title-actions {
  display: flex;
  align-items: center;
}

.issue-title-actions .primary-button {
  margin-right: 0.5em;
  white-space: nowrap;
}

.issue-cover-section .read-button-container {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 2em;
  left: 0;
}

.issue-cover-section {
  position: relative;
  text-align: center;
  margin-right: 3em;
}

.issue-cover-section .issue-cover-image {
  display: block;
  width: 25vw;
  max-width: 350px;
  min-width: 250px;
  margin: auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.issue-title-options-container {
  margin-bottom: 2em;
}

.issue-title-options {
  margin: 1em 0;
  margin-bottom: 1em;
  list-style: none;
  padding: 0;
}

.issue-title-options li {
  font-weight: 600;
  margin-bottom: 1em;
  color: #333;
  display: flex;
  align-items: center;
  /* min-width: 300px; */
}

.issue-title-options li:last-child {
  margin-bottom: 0;
}

.issue-title-options .option-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  flex-shrink: 0;
  border-radius: 2em;
  background-color: #222;
  margin-right: 0.8em;
  color: #fff;
  vertical-align: middle;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border: 2px solid #666;
  color: #666;
  background: none;
  user-select: none;
  -webkit-user-select: none;
}

.issue-title-options .option-button .icon {
  font-size: 140%;
  color: inherit;
}

.issue-title-options .option-button:hover {
}

.issue-action {
  margin-bottom: 1.5em;
}

.issue-publication-date {
  color: #999;
}

.issue-cover-section .read-button-container {
  display: none;
}

.issue-info-section {
  flex-grow: 1;
  flex-shrink: 1;
}

.title-headlines-section {
  max-width: 500px;
  flex-grow: 0;
  margin-left: 4em;
  border-left: 1px solid #ddd;
  padding-left: 2em;
  flex-basis: 450px;
}

.title-headlines {
  list-style: none;
  padding: 0;
}

.title-headlines .headline {
  font-size: 90%;
  font-weight: bold;
  margin: 0;
  color: inherit;
  line-height: 1.2;
  display: block;
}

.title-headlines .headline-metadata {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  color: #888;
}

.title-headlines .headline-metadata a {
  color: inherit !important;
}

.title-headlines li {
  margin-bottom: 1em;
}

.headlines-header {
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 200%;
  color: #236;
}

h1,
h2 {
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

.hero-banner {
  margin-bottom: 1em;
  margin-top: -20px;
}

.hero-banner-image {
  width: 100%;
}

.carousel-cell {
  width: 100%;
}

.flickity-page-dots {
  bottom: 5px;
}

/* white circles */
.flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

.elm-livefeed-container h1 {
  font-family: inherit;
}

@media (min-width: 1200px) {
  .top-menu-collapsible ul li {
    font-size: 100%;
  }
}

@media (max-width: 1199px) {
  .elm-news {
    font-size: 90%;
  }

  .elm-news .img-container {
    width: 120px;
  }

  .issues-section .issues li {
    width: 10.5%;
    margin-right: 2%;
  }

  .issues-section .issues {
    margin-right: -2%;
  }

  .title-listing .title-item {
    width: 22%;
  }

  .search-titles-list {
    font-size: 90%;
  }

  .search-options-container h2 {
    font-size: 90%;
  }
}

@media (max-width: 1023px) {
  .top-menu-collapsible input {
    max-width: 140px;
  }

  .issues-section .issues li {
    width: 13.6%;
    margin-right: 3%;
  }

  .issues-section .issues {
    margin-right: -3%;
  }

  .title-listing .title-item {
    width: 29%;
    margin-right: 4.3%;
  }

  .title-listing {
    margin-right: -4%;
  }

  .issue-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
  }

  .elm-selected-issue-container {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }

  .title-headlines-section {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 0;
    flex-basis: unset;
    overflow: hidden;
    padding-bottom: 2em;
    margin-top: 2em;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 899px) {
  .issues-section:nth-child(2) {
    margin-top: -1em;
  }

  .col-footer {
    width: 50%;
  }

  .col-footer.col-right {
    left: 50%;
  }

  .col-sidebar {
    padding: 0;
  }

  .title-listing .title-item {
    font-size: 90%;
  }

  .sub-section-icon {
    width: 18px;
    margin-right: 10px;
  }

  .news-listing .feed-item .metadata {
    hyphens: none;
  }

  .news-listing .feed-item .icon-container {
    width: 18px;
    margin-right: 10px;
  }

  .news-listing .metadata .meta-spacer {
    display: inline-block;
    margin: 0 0.2em;
  }

  .news-listing .feed-item .post-metadata {
    display: block;
  }

  .news-listing .feed-item .text-container {
    line-height: 1.1em;
  }

  .news-listing .headline {
    display: inline;
  }

  .col-sidebar {
    width: 180px;
  }

  .news-listing {
    font-size: 90%;
  }

  .mini-only {
    display: flex !important;
  }

  .search-field-container {
    display: none !important;
  }

  .search-titles-list {
    font-size: 80%;
  }

  .search-options-container h2 {
    font-size: 80%;
  }

  .hero-banner {
    margin-top: 0;
  }
}

@media (max-width: 850px) {
  .top-menu-collapsible ul li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .top-menu-collapsible ul li.search-mini {
    margin-right: 0;
    padding-right: 0;
  }

  .top-navbar .user-menu {
    font-size: 80%;
  }
}

@media (max-width: 767px) {
  button:focus,
  .elm-action-button:focus {
    outline: none !important;
  }

  .title-search-container {
    max-width: 100%;
  }

  .top-logo {
    display: flex;
    margin-left: 20px;
    height: 55px;
  }

  .top-logo span {
    color: #236;
    color: #fff;
  }

  .top-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    /*
    background: unset;
    background-color: rgba(255,255,255,.95);
    */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-out;
    padding-top: 5px;
    margin-top: -5px;
  }

  .menu-hidden:not(.menu-active) .top-navbar {
    transform: translateY(-60px);
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    /*
    background-color: #585858 !important;
    */
  }

  .service-tabs {
    display: none;
  }

  .header-home-link i {
    font-size: 18px;
  }

  .mobile-tab-bar {
    display: flex;
    transition: transform 0.15s ease-out;
  }

  .menu-hidden .mobile-tab-bar {
    transform: translateY(60px);
    transform: translateY(calc(env(safe-area-inset-bottom) + 60px));
  }

  /*
  .header-home-link {
    width: 26px;
    height: 26px;
  }
  */

  .elm-dropdown-holder {
    width: calc(100% - 60px);
    margin: 0 30px;
  }

  .issue-section {
    flex-direction: column;
    /* margin-bottom: 2em; */
    border-top: 1px solid #ddd;
    padding-top: 2em;
  }

  .issue-cover-section {
    margin: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }

  .back-issues-link {
    justify-content: center;
  }

  .issue-cover-section .issue-cover-image {
    width: 100%;
  }

  .issue-info-section {
    text-align: center;
  }

  .issue-info-section .issue-title {
    display: none;
  }

  .issue-info-section .issue-title-actions {
    display: none;
  }

  .issue-cover-section .read-button-container {
    display: flex;
    justify-content: center;
  }

  .issue-cover-section .listen-button {
    margin-left: 0.5em;
    padding: 1em;
  }

  .issue-cover-section .issue-cover-image {
    max-width: 250px;
  }

  .issue-title-options-container {
    display: flex;
    justify-content: center;
  }

  .issue-title-options {
    margin-bottom: 0em;
  }

  .issue-section .preference-title-toggle {
    min-width: 280px;
  }

  .title-headlines-section {
    margin: 0;
    margin-top: 2em;
  }

  .end-user-signup-campaign .signup-text {
    font-size: 90%;
  }

  .padded-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: calc(20px + env(safe-area-inset-left));
    padding-right: calc(20px + env(safe-area-inset-right));
  }

  .elm-notice {
    font-size: 90%;
  }

  .elm-news .elm-news-icon {
    display: initial;
  }

  .elm-news .elm-news-img {
    display: none;
  }

  .elm-news {
    font-size: 80%;
  }

  .elm-news li {
    margin-bottom: 1em;
  }

  .elm-news .img-container {
    max-width: 40px;
    margin-right: 1em;
  }

  .search-results-pages-list {
    float: none;
  }

  .search-results-sort-controls {
    font-size: 80%;
    float: none;
    margin-bottom: 1.5em;
  }

  .body-text .img-right {
    float: none;
    margin: 1em 0;
    width: 100%;
    max-height: 10em;
    object-fit: cover;
  }

  .page-header {
    font-size: 120%;
  }

  .issues-section .issues-section-title {
    font-size: 100%;
  }

  .issues-section .issues li {
    width: 21%;
    margin-right: 4%;
  }

  .issues-section .issues {
    margin-right: -4%;
  }

  .site-footer .block-content {
    display: block;
  }

  .site-footer .col-footer {
    width: 100%;
  }

  .site-footer {
    height: 280px;
  }

  .site-wrapper {
    padding-bottom: calc(280px + 60px);
  }

  .title-listing .title-issue-name {
    height: 4em;
  }

  .title-listing .title-item {
    /* margin-bottom: 1em; */
  }

  .main-block {
    display: block;
    padding-top: 20px;
  }

  .col-sidebar {
    margin: 0;
    margin-top: 20px;
    width: auto;
  }

  .desktop-only {
    display: none !important;
  }

  .mini-only {
    display: none !important;
  }

  .top-menu-collapsible.is-active {
    display: block;
    position: fixed;
    z-index: 999;
  }

  .top-menu-collapsible {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 0;
    padding-top: 1px;
    display: none;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    animation: appear 0.2s ease-out;
    height: auto;
    margin: 0;
  }

  .top-menu-collapsible ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 20px 0;
    margin-bottom: 0px;
    display: block;
  }

  .top-menu-collapsible ul li {
    font-size: 100%;
    font-weight: 800;
    /* border-bottom: 1px solid #eee; */
    color: #125;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    margin: 0;
    height: auto;
    padding: 0;
    display: block;
    border: 0;
  }

  .top-menu-collapsible ul li.dropdown {
    background-image: url(../img/select_chevron_dn.svg);
    background-size: 20px 20px;
    background-position: right 30px top 21px;
    background-repeat: no-repeat;
    transition: none;
  }

  .top-menu-collapsible ul li.dropdown.show {
    background-image: url(../img/select_chevron_up.svg);
  }

  .top-menu-collapsible .dropdown-menu {
    display: block;
    position: initial !important;
    float: none;
    box-shadow: none;
    margin: 0;
    transform: none !important;
    padding: 0;
    background: transparent;
    padding-left: 0px;
  }

  .top-menu-collapsible .dropdown-menu a {
    font-weight: 600;
    color: #678;
  }

  .top-menu-collapsible .dropdown-toggle:focus {
    outline: none !important;
  }

  .top-menu-collapsible .dropdown-toggle:focus-visible {
    outline: 2px solid #26c;
  }

  .top-menu-collapsible .dropdown-menu:not(.show) {
    display: none;
  }

  .top-menu-collapsible ul li a {
    color: inherit;
    width: 100%;
    display: block;
    padding: 20px 30px;
    padding: 20px calc(30px + env(safe-area-inset-left));
    transition: color 0.1s;
  }

  .top-menu-collapsible ul li.selectable a:hover {
    color: #fff;
  }

  .top-menu-collapsible ul li.selectable:hover {
    background: #235;
    color: #fff;
  }

  .top-menu-collapsible ul li.nopad {
    padding: 0 30px;
  }

  .top-menu-collapsible ul li select {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 20px 0;
    max-width: initial;
    width: 100%;
  }

  .service-tab {
    width: 155px;
    height: 55px;
    left: -40px;
  }

  .service-tab .content {
    padding: 18px 14px 0 14px;
    box-sizing: border-box;
    height: 55px;
    width: 100%;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    font-size: 100%;
  }

  .service-tab .service-icon {
    height: 20px;
    margin: 0 15px;
    margin-right: 8px;
  }

  .top-menu-toggle {
    padding: 20px 15px;
    transform: scale(0.7);
  }

  .mobile-full-col {
    width: 100%;
  }

  .elm-settings-block > div {
    width: 100%;
  }

  .elm-settings-block {
    flex-wrap: wrap;
  }
}

@media (max-width: 450px) {
  .end-user-signup-campaign p {
    flex-direction: column;
  }

  .end-user-signup-campaign .signup-button {
    text-align: center;
    margin: 0;
    margin-top: 1em;
  }

  .login-eu-options {
    font-size: 80%;
  }

  .login-eu-page {
    padding-top: 0;
  }

  .login-eu-wrapper {
    padding: 0;
    width: 100%;
    border: 0;
    box-shadow: none;
  }

  .login-eu-content-block {
    padding: 0 0em;
  }

  .search-titles-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
    padding: 0.2em 0.3em;
  }

  .search-titles-list li:last-child,
  .search-titles-list-selected li:nth-last-child(2) {
    border: 0;
  }

  .issues-section:nth-child(2) {
    margin-top: -0.8em;
  }

  .issues-section .issues li {
    width: 28.3%;
    margin-right: 5%;
    font-size: 90%;
  }

  .issues-section .issues {
    margin-right: -5%;
  }

  .col-footer {
    width: 100%;
    position: initial;
    margin-bottom: 30px;
  }

  .col-footer.col-right {
    position: initial;
  }

  .site-footer {
    height: 350px;
  }

  .site-wrapper {
    padding-bottom: 350px;
  }

  .title-listing .title-item {
    width: 40%;
    margin-right: 10%;
  }

  .title-listing {
    margin-right: -10%;
  }
}

@media (min-width: 701px) {
  .mobile-only {
    display: none !important;
  }
}

.tippy-box[data-animation="shift-away-subtle"][data-state="hidden"] {
  opacity: 0;
}

.tippy-box[data-animation="shift-away-subtle"][data-state="hidden"][data-placement^="top"] {
  transform: translateY(5px);
}

.tippy-box[data-animation="shift-away-subtle"][data-state="hidden"][data-placement^="bottom"] {
  transform: translateY(-5px);
}

.tippy-box[data-animation="shift-away-subtle"][data-state="hidden"][data-placement^="left"] {
  transform: translateX(5px);
}

.tippy-box[data-animation="shift-away-subtle"][data-state="hidden"][data-placement^="right"] {
  transform: translateX(-5px);
}

.tippy-box[data-theme~="light"] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
    0 4px 80px -8px rgba(36, 40, 47, 0.25),
    0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~="light"][data-placement^="bottom"]
  > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~="light"][data-placement^="left"] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~="light"][data-placement^="right"] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~="light"] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~="light"] > .tippy-svg-arrow {
  fill: #fff;
}

/*
.tippy-box {
  padding: 3px;
  font-family: Raleway;
  background-color: #fff;
  color: #000;
}

.tippy-arrow {
  color: #fff;
}
*/
