a {
  color: #111;
  text-underline-offset: 2px;
}
a:focus, a:focus-visible, a:active {
  outline: 2px solid #111;
  outline-offset: 2px;
}

ul li {
  margin-bottom: 0.5rem;
}

.bg-gray {
  background: #111;
}

.bg-light-gray {
  background: #999;
}

.bg-lightest-gray {
  background: #eee;
}

.bg-mid-gray {
  background: #444;
}

.color-light-gray {
  color: #999;
}

.font-heading {
  font-family: linotype-didot-headline, serif !important;
}

.font-body {
  font-family: fira-sans-condensed, arial, sans-serif !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.pre {
  font-size: 1.45rem;
}

.lead {
  font-size: 1.75rem;
}

.hide {
  display: none !important;
}

strong {
  font-weight: bold;
}

@-webkit-keyframes loading {
  0% {
    -webkit-box-shadow: -20px 0 #000, 20px 0 rgba(0, 0, 0, 0.1333333333);
            box-shadow: -20px 0 #000, 20px 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    -webkit-box-shadow: -20px 0 #000, 20px 0 rgba(0, 0, 0, 0.1333333333);
            box-shadow: -20px 0 #000, 20px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    -webkit-box-shadow: -20px 0 rgba(0, 0, 0, 0.1333333333), 20px 0 #000;
            box-shadow: -20px 0 rgba(0, 0, 0, 0.1333333333), 20px 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    -webkit-box-shadow: -20px 0 rgba(0, 0, 0, 0.1333333333), 20px 0 #000;
            box-shadow: -20px 0 rgba(0, 0, 0, 0.1333333333), 20px 0 #000;
    background: #000;
  }
}

@keyframes loading {
  0% {
    -webkit-box-shadow: -20px 0 #000, 20px 0 rgba(0, 0, 0, 0.1333333333);
            box-shadow: -20px 0 #000, 20px 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    -webkit-box-shadow: -20px 0 #000, 20px 0 rgba(0, 0, 0, 0.1333333333);
            box-shadow: -20px 0 #000, 20px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    -webkit-box-shadow: -20px 0 rgba(0, 0, 0, 0.1333333333), 20px 0 #000;
            box-shadow: -20px 0 rgba(0, 0, 0, 0.1333333333), 20px 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    -webkit-box-shadow: -20px 0 rgba(0, 0, 0, 0.1333333333), 20px 0 #000;
            box-shadow: -20px 0 rgba(0, 0, 0, 0.1333333333), 20px 0 #000;
    background: #000;
  }
}
@-webkit-keyframes rotating {
  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes rotating {
  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
.ua-popover {
  --bs-popover-border-radius: 0 !important;
  --bs-popover-bg: #222;
  --bs-popover-header-bg: #222;
  --bs-popover-header-color: #fff;
  --bs-popover-body-color: #fff;
  --bs-popover-body-padding-x: 0.5rem;
  --bs-popover-body-padding-y: 0.5rem;
  --bs-popover-font-size: .85rem !important;
}

body.login {
  height: auto;
  background: white;
}
body.login label {
  font-weight: 300;
}
body.login #login {
  font-family: fira-sans-condensed, arial, sans-serif !important;
  font-weight: 300 !important;
  padding: 0;
  width: 100%;
  max-width: 400px;
}
body.login #login #lostpasswordform,
body.login #login #loginform {
  overflow: visible;
  min-height: 200px;
  padding: 1.5rem 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.login #login #lostpasswordform input,
body.login #login #loginform input {
  font-weight: 300 !important;
}
body.login #login #lostpasswordform input:autofill,
body.login #login #loginform input:autofill {
  background-color: #fff !important;
}
body.login #login #lostpasswordform input:-webkit-autofill,
body.login #login #loginform input:-webkit-autofill {
  -webkit-text-fill-color: #111 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  caret-color: #111 !important;
}
body.login #login #lostpasswordform input[type=text],
body.login #login #loginform input[type=text] {
  font-family: fira-sans-condensed, arial, sans-serif;
}
body.login #login #lostpasswordform input[type=text], body.login #login #lostpasswordform input[type=password],
body.login #login #loginform input[type=text],
body.login #login #loginform input[type=password] {
  font-size: 1.25rem;
  border-radius: 0;
  padding-left: 0.5rem;
}
body.login #login #lostpasswordform input[type=text]:focus, body.login #login #lostpasswordform input[type=password]:focus,
body.login #login #loginform input[type=text]:focus,
body.login #login #loginform input[type=password]:focus {
  font-size: 1.25rem !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #111;
  outline: 2px solid #111;
  outline-offset: 1px;
}
body.login #login #lostpasswordform input[type=password],
body.login #login #loginform input[type=password] {
  line-height: 1;
}
body.login #login #lostpasswordform input[type=submit],
body.login #login #loginform input[type=submit] {
  background: #111;
  border-radius: 0;
  border: 0;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  min-height: 32px !important;
}
body.login #login #lostpasswordform input[type=submit]:focus,
body.login #login #loginform input[type=submit]:focus {
  outline: 2px solid #111;
  outline-offset: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.login #login #lostpasswordform input[type=checkbox],
body.login #login #loginform input[type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
  border-color: #111;
}
body.login #login #lostpasswordform input[type=checkbox]::before,
body.login #login #loginform input[type=checkbox]::before {
  height: 1.375rem;
  width: 1.375rem;
  -webkit-transform: translate3d(1px, 1px, 0);
          transform: translate3d(1px, 1px, 0);
}
body.login #login #lostpasswordform input[type=checkbox]:checked,
body.login #login #loginform input[type=checkbox]:checked {
  background: #111;
  border-color: #111;
}
body.login #login #lostpasswordform input[type=checkbox]:focus,
body.login #login #loginform input[type=checkbox]:focus {
  outline: 2px solid #111;
  outline-offset: 2px;
}
body.login #login #lostpasswordform button,
body.login #login #loginform button {
  border-radius: 0;
  color: #111;
  line-height: 1;
}
body.login #login #lostpasswordform button.wp-hide-pw,
body.login #login #loginform button.wp-hide-pw {
  color: #111;
}
body.login #login #lostpasswordform button.wp-hide-pw:focus,
body.login #login #loginform button.wp-hide-pw:focus {
  outline: 2px solid #111;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: -2px;
}
body.login #login a:hover {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px !important;
  text-underline-position: auto;
}
body.login .notice {
  background: #f3f3f3;
}
body.login .notice.notice-info {
  border-left: 4px solid #111 !important;
}
body.login .efo-login-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 6rem 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.login .efo-login-logo .brand-link {
  display: inline-block;
  overflow: visible;
  background: none;
  font-size: 1rem;
  height: auto;
  text-indent: 0;
  color: #111 !important;
  font-weight: 500;
  font-family: linotype-didot-headline, serif;
  text-transform: uppercase;
}
body.login .efo-login-logo .brand-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.login .efo-login-logo .brand-link .brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: linotype-didot-headline, serif;
}
body.login .efo-login-logo .brand-link .brand .abbre {
  font-size: 2rem;
}
@media (min-width: 768px) {
  body.login .efo-login-logo .brand-link .brand .abbre {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  body.login .efo-login-logo .brand-link .brand .abbre {
    font-size: 2.5rem;
  }
}
body.login .efo-login-logo .brand-link .brand .sep {
  width: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  margin: 0 0.75rem;
  position: relative;
}
body.login .efo-login-logo .brand-link .brand .sep::after {
  content: "";
  height: 32px;
  width: 1px;
  background: #111;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  body.login .efo-login-logo .brand-link .brand .sep::after {
    height: 36px;
  }
}
@media (min-width: 992px) {
  body.login .efo-login-logo .brand-link .brand .sep::after {
    height: 40px;
  }
}
body.login .efo-login-logo .brand-link .brand .name {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  body.login .efo-login-logo .brand-link .brand .name {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  body.login .efo-login-logo .brand-link .brand .name {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  body.login .efo-login-logo .brand-link {
    max-width: 400px;
  }
}
body.login a {
  text-decoration: none;
}
body.login a:focus {
  outline: 2px solid #111;
  outline-offset: 1px;
  color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.login h1 {
  display: none;
}
body.login #nav,
body.login #backtoblog,
body.login .language-switcher {
  display: none !important;
}