* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
* a {
  text-decoration: none;
}
* img {
  border: 0;
}
* :focus, * :active {
  outline: 0;
}
* table {
  border-collapse: collapse;
  border-spacing: 0;
}
* input[type=text], * input[type=submit], * input[type=email], * textarea, * select {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Roboto";
  src: url("/application/themes/primenews/fonts/hinted-Roboto-Regular.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-Roboto-Regular.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("/application/themes/primenews/fonts/hinted-Roboto-Bold.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-Roboto-Bold.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("/application/themes/primenews/fonts/hinted-Roboto-BoldItalic.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-Roboto-BoldItalic.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("/application/themes/primenews/fonts/hinted-Roboto-Italic.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-Roboto-Italic.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/application/themes/primenews/fonts/hinted-IBMPlexSans.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-IBMPlexSans.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-IBMPlexSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "IBM Plex Sans Medium";
  src: url("/application/themes/primenews/fonts/hinted-IBMPlexSans-Medium.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-IBMPlexSans-Medium.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PT Serif";
  src: url("/application/themes/primenews/fonts/hinted-PTSerif-Bold.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-PTSerif-Bold.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-PTSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PT Serif";
  src: url("/application/themes/primenews/fonts/hinted-PTSerif-Italic.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-PTSerif-Italic.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-PTSerif-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PT Serif";
  src: url("/application/themes/primenews/fonts/hinted-PTSerif-BoldItalic.woff2") format("woff2"), url("/application/themes/primenews/fonts/hinted-PTSerif-BoldItalic.woff") format("woff"), url("/application/themes/primenews/fonts/hinted-PTSerif-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
html, body {
  background: white;
}

body {
  overflow-x: hidden;
}
body .clear {
  clear: both;
}
body .hidden {
  display: none !important;
}
body .marginfix {
  height: 1px;
  width: 100%;
}
body .blurry {
  color: #999 !important;
}
body .tiny {
  font-size: 13px !important;
}
body .nowrap {
  white-space: nowrap;
}
body strong, body b {
  font-weight: bold;
}
body em, body i {
  font-style: italic;
}
body sup {
  font-size: 50%;
  line-height: 0;
}

.ccm-page {
  position: relative;
  min-height: 100vh;
}
.ccm-page .pagecontent {
  min-height: calc(100vh - 90px);
}
.ccm-page, .ccm-page * {
  box-sizing: border-box;
}
.ccm-page, .ccm-page p, .ccm-page td, .ccm-page input, .ccm-page textarea {
  color: black;
  font: 19px/1.4 "Roboto", Helvetica, Arial, sans-serif;
}
.ccm-page ul, .ccm-page ol {
  padding-left: 1.5em;
  margin: 2em 0;
}
.ccm-page ul li, .ccm-page ol li {
  padding-left: 0.2em;
  line-height: 1.4;
  margin: 0.6em 0;
}
.ccm-page ul li ul, .ccm-page ul li ol, .ccm-page ol li ul, .ccm-page ol li ol {
  margin: 0;
}
.ccm-page a {
  color: black;
}
.ccm-page p {
  margin-bottom: 2em;
}
.ccm-page p.center {
  text-align: center;
}
.ccm-page p.right {
  text-align: right;
}
.ccm-page p small, .ccm-page td small, .ccm-page li small, .ccm-page .comments small {
  font-size: 80%;
}
.ccm-page p a, .ccm-page td a, .ccm-page li a, .ccm-page .comments a {
  font-family: "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  border-bottom: 5px solid transparent;
  white-space: nowrap;
}
.ccm-page p a:hover, .ccm-page td a:hover, .ccm-page li a:hover, .ccm-page .comments a:hover {
  border-color: #ffd93b;
  transition: linear border-color 0.25s;
}
.ccm-page p a .fas, .ccm-page p a .far, .ccm-page p a .fal, .ccm-page p a .fab, .ccm-page p a .fa, .ccm-page td a .fas, .ccm-page td a .far, .ccm-page td a .fal, .ccm-page td a .fab, .ccm-page td a .fa, .ccm-page li a .fas, .ccm-page li a .far, .ccm-page li a .fal, .ccm-page li a .fab, .ccm-page li a .fa, .ccm-page .comments a .fas, .ccm-page .comments a .far, .ccm-page .comments a .fal, .ccm-page .comments a .fab, .ccm-page .comments a .fa {
  font-size: 70%;
  vertical-align: 1px;
}
.ccm-page .placeholder p {
  margin-bottom: 1em;
}
.ccm-page span.marker {
  padding: 3px 0;
  position: relative;
  left: -10px;
}
.ccm-page span.marker span.marker {
  left: 20px;
}
.ccm-page span.marker span.marker span.marker {
  left: -10px;
}

.login-page {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.login-page .concrete-login-form {
  max-width: 520px;
}
.login-page .concrete-login-form .row {
  margin-bottom: 1.25rem;
}
.login-page .concrete-login-form .col-form-label {
  padding-top: 0.45rem;
  font-weight: 500;
}
.login-page .concrete-login-form .form-check {
  padding-top: 0.35rem;
}
.login-page .concrete-login-form .form-check-label {
  line-height: 1.5;
}
.login-page .concrete-login-form .btn-link {
  padding: 0;
  text-decoration: none;
}
.login-page .concrete-login-form .btn-link:hover {
  text-decoration: underline;
}
.login-page .forgotPassword h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.login-page .forgotPassword .help-block {
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.login-page .forgotPassword .form-group {
  margin-bottom: 1.25rem;
}
.login-page .forgotPassword .form-label {
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.login-page .forgotPassword .form-control {
  display: block;
}
.login-page .forgotPassword .ccm-message:not(:empty) {
  margin-bottom: 1rem;
}
.login-page .forgotPassword .d-grid {
  margin-top: 0.5rem;
}

.responsive-onlydesktop {
  display: block;
}
.responsive-onlydesktop.inline {
  display: inline-block;
}

.responsive-onlymobile {
  display: none;
}

.responsive-onlyphone {
  display: none;
}

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

@media screen and (min-width: 668px) and (max-width: 1040px) {
  .responsive-onlydesktop {
    display: none;
  }
  .responsive-onlymobile {
    display: block;
  }
  .responsive-onlymobile.inline {
    display: inline-block;
  }
  .responsive-onlyphone {
    display: none;
  }
  .responsive-hiddenmobile {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .responsive-onlydesktop {
    display: none;
  }
  .responsive-onlymobile {
    display: block;
  }
  .responsive-onlymobile.inline {
    display: inline-block;
  }
  .responsive-onlyphone {
    display: block;
  }
  .responsive-onlyphone.inline {
    display: inline-block;
  }
  .responsive-hiddenphone {
    display: none !important;
  }
}
html.ccm-toolbar-visible .re_header .web {
  top: 48px !important;
}
html.ccm-toolbar-visible .pagecontent,
html.ccm-toolbar-visible section.halfpage {
  margin-top: 48px;
}

.ccm-only-editmode {
  display: none;
}

.ccm-edit-mode .spacer {
  height: 40px;
}
.ccm-edit-mode .ccm-layout-column-wrapper {
  margin-bottom: 30px;
}
.ccm-edit-mode .ccm-only-editmode {
  display: initial;
}

#ccm-account-menu-container {
  display: none !important;
  visibility: hidden !important;
}

.ccm-notification-help-launcher {
  display: none !important;
  visibility: hidden !important;
}

.ui-widget-overlay {
  background: rgba(200, 215, 230, 0.95);
}

.ccm-ui fieldset:last-of-type {
  padding-bottom: 0;
}

.cke_wysiwyg_div ul li, .cke_wysiwyg_div ol li {
  margin-left: 25px;
}
.cke_wysiwyg_div ul li {
  list-style: disc;
}

@media screen and (max-width: 667px) {
  .ccm-layout-column-wrapper .ccm-layout-column {
    width: 100% !important;
    float: none;
  }
  .ccm-layout-column-wrapper .ccm-layout-column-inner {
    margin: 0 !important;
  }
  html.ccm-toolbar-visible section.re_header header.web .left-menu {
    margin-top: 48px;
  }
  html.ccm-toolbar-visible section.halfpage {
    margin-top: 48px;
  }
}
.ccm-repix-multilist .entry {
  margin: 10px 0;
  position: relative;
}

.ccm-repix-multilist .images .entry {
  margin: 25px 0;
}

.ccm-repix-multilist .page-selector,
.ccm-repix-multilist .image-selector,
.ccm-repix-multilist select.form-select,
.ccm-repix-multilist label {
  width: calc(100% - 64px);
}

.ccm-repix-multilist .image-selector {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #efefef;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.ccm-repix-multilist .image-selector img {
  border-radius: 3px;
}

.ccm-repix-multilist .image-selector .fa {
  font-size: 54px;
  line-height: 60px;
  color: #aaa;
}

.ccm-repix-multilist label {
  display: block;
}

.ccm-repix-multilist .add {
  font-size: 14px;
}

.ccm-repix-multilist .entry-btn {
  position: absolute;
  width: 32px;
  text-align: right;
  line-height: 36px;
}

.ccm-repix-multilist .entry-btn.move {
  right: 0;
}

.ccm-repix-multilist .entry-btn.remove {
  right: 32px;
}

.ccm-repix-multilist .template {
  display: none;
}

.ccm-page h1 {
  font: bold 42px/1.2 "PT Serif", serif;
  color: black;
  margin-bottom: 0.8em;
}
.ccm-page h1.alt2 {
  font: bold 28px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 50px;
  border-top: 5px solid black;
  padding-top: 5px;
}
.ccm-page h2 {
  font: bold 24px/1.3 "PT Serif", serif;
  color: black;
  margin-bottom: 0.8em;
}
.ccm-page h2.alt {
  font: bold 24px/1.3 "Roboto", Helvetica, Arial, sans-serif;
}
.ccm-page h3 {
  font: bold 18px/1.3 "PT Serif", serif;
  color: black;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}
.ccm-page h4 {
  font: 19px/1.4 "Roboto", Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 0.4em;
}
.ccm-page .heading {
  display: block;
  font: bold 24px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  border-top: 5px solid black;
  padding-top: 5px;
  max-width: calc((100% - 44px) / 2);
}
.ccm-page .heading .icon {
  color: #ffd93b;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.ccm-page .heading:hover .icon, .ccm-page .heading:active .icon {
  opacity: 1;
}
.ccm-page section.three .heading {
  max-width: calc((100% - 88px) / 3);
}
.ccm-page.page-type-author .heading {
  margin-bottom: 75px;
}

@media screen and (max-width: 667px) {
  .ccm-page .heading {
    max-width: 240px !important;
  }
}
.pagewidth {
  width: 100%;
  max-width: 1014px;
  position: relative;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 1040px) {
  .pagewidth {
    padding: 0 20px;
  }
}
.pagecolumns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.pagecolumns .mainarea {
  flex: 1;
}
.pagecolumns .mainarea > *:first-child,
.pagecolumns .mainarea > section:first-of-type {
  margin-top: 0 !important;
}
.pagecolumns .sidearea {
  margin-left: 20px;
  width: 300px;
}
.pagecolumns .sidearea > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 920px) {
  .pagecolumns {
    display: block;
  }
  .pagecolumns .sidearea {
    display: none;
  }
}
footer {
  height: 90px;
  max-width: 1014px;
  position: relative;
}
footer p.copyright {
  text-align: center;
  line-height: 1.5em;
  max-height: 3.3em;
  overflow: hidden;
}
footer p.copyright img {
  vertical-align: middle;
}
footer p.copyright .primenews {
  height: 25px;
  margin-right: 15px;
}
footer p.copyright, footer p.copyright a {
  font-size: 13px;
}
footer p.copyright a {
  display: inline-block;
  margin-right: 15px;
}
footer p.copyright .repix {
  margin-right: 0;
}
footer p.copyright .repix img {
  height: 13px;
}
footer .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 32px;
  background: #ffd93b;
  width: 100%;
}

p.backtohome {
  margin: 50px 0;
  text-align: center;
}
p.backtohome .fas, p.backtohome .far, p.backtohome .fal, p.backtohome .fab, p.backtohome .fa {
  font-size: 32px;
  vertical-align: middle;
  margin-right: 5px;
  color: #ffd93b;
}
p.backtohome a:hover {
  border: 0;
}

body > img[height="1"] {
  display: block;
  height: 0;
}

form.action, .form.action {
  background: #ffd93b;
  padding: 5px 20px;
}
form.action h2, .form.action h2 {
  margin-top: 10px;
  font: 21px/1.2 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
form.action p, .form.action p {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}
form.action p:last-of-type, .form.action p:last-of-type {
  margin-bottom: 1.5em;
}
form.action .row, .form.action .row {
  margin: 20px -10px;
  display: flex;
  justify-content: space-between;
}
form.action label, .form.action label {
  display: block;
  margin: 0 10px;
  flex: 1;
}
form.action label a, .form.action label a {
  text-decoration: underline;
  border: 0;
}
form.action label a:hover, .form.action label a:hover {
  border: 0;
}
form.action label.hc, .form.action label.hc {
  display: none;
}
form.action input[type=text], form.action input[type=password], form.action input[type=email], form.action textarea, .form.action input[type=text], .form.action input[type=password], .form.action input[type=email], .form.action textarea {
  display: block;
  width: 100%;
  padding: 8px;
  background: white;
  border: 0;
  border-bottom: 3px solid white;
  font-family: "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
form.action input[type=text].error, form.action input[type=password].error, form.action input[type=email].error, form.action textarea.error, .form.action input[type=text].error, .form.action input[type=password].error, .form.action input[type=email].error, .form.action textarea.error {
  border-color: red;
}
form.action textarea, .form.action textarea {
  min-height: 150px;
}
form.action input[type=submit], .form.action input[type=submit] {
  background: rgb(255, 207.112244898, 8);
  border: 1px solid white;
  padding: 5px 25px;
  font-family: "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
form.action input[type=reset], .form.action input[type=reset] {
  background: transparent;
  border: 1px solid transparent;
  padding: 5px 15px;
}
form.action input[type=submit], form.action input[type=reset], .form.action input[type=submit], .form.action input[type=reset] {
  transition: linear background 0.25s, linear border-color 0.25s;
  cursor: pointer;
}
form.action input[type=submit]:hover, form.action input[type=submit]:active, form.action input[type=reset]:hover, form.action input[type=reset]:active, .form.action input[type=submit]:hover, .form.action input[type=submit]:active, .form.action input[type=reset]:hover, .form.action input[type=reset]:active {
  background: white;
  border-color: black;
  transition: linear background 0.25s, linear border-color 0.25s;
}
form.action input[readonly], .form.action input[readonly] {
  background: rgb(255, 226.887755102, 110);
  border-color: rgb(255, 226.887755102, 110);
}
form.action label .box-label, .form.action label .box-label {
  border-bottom: 2px dotted transparent;
}
form.action label:focus-within .box-label, .form.action label:focus-within .box-label {
  border-color: white;
}
form.action .errormsg, form.action .successmsg, .form.action .errormsg, .form.action .successmsg {
  margin: 20px 0;
}
form.action .errormsg, form.action .errormsg p, .form.action .errormsg, .form.action .errormsg p {
  color: red;
}
form.action .successmsg, form.action .successmsg p, .form.action .successmsg, .form.action .successmsg p {
  color: green;
}
form.action .fa-spin, .form.action .fa-spin {
  display: none;
}
form.action.loading .fa-spin, .form.action.loading .fa-spin {
  display: inline-block;
}
form.action .buttons, .form.action .buttons {
  margin: 25px -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
form.action .buttons .left, form.action .buttons .right, .form.action .buttons .left, .form.action .buttons .right {
  margin: 0 10px;
}
form.action .buttons .right, .form.action .buttons .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
form.action .buttons .right > *, .form.action .buttons .right > * {
  margin-right: 10px;
}
form.action .buttons .right > *:last-child, .form.action .buttons .right > *:last-child {
  margin-right: 0;
}
form.action .buttons .file, .form.action .buttons .file {
  position: relative;
  padding: 5px 0;
}
form.action .buttons .file label, .form.action .buttons .file label {
  position: absolute;
  margin: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  overflow: hidden;
}
form.action .buttons .file label, form.action .buttons .file label input, .form.action .buttons .file label, .form.action .buttons .file label input {
  display: block;
  width: 100%;
  cursor: pointer;
}
form.action .buttons .file label input, .form.action .buttons .file label input {
  padding-top: 40px;
}

@media screen and (max-width: 667px) {
  form.action .row, .form.action .row {
    display: block;
  }
  form.action .row label:not(:first-child), .form.action .row label:not(:first-child) {
    margin-top: 15px;
  }
}
body .ccm-page .btn {
  display: inline-block;
  background: white;
  border: 1px solid black;
  padding: 0 15px;
  height: 36px;
  line-height: 33px;
  font-family: "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  text-align: center;
  transition: ease-out background 0.3s, linear border-color 0.1s, linear margin 0.1s, linear top 0.1s;
  position: relative;
}
body .ccm-page .btn:hover, body .ccm-page .btn:active {
  background: rgb(255, 207.112244898, 8);
  border-color: #ffd93b;
}
body .ccm-page .btn:hover {
  margin-top: -2px;
  margin-bottom: 2px;
}
body .ccm-page .btn:active {
  margin-top: 0;
  margin-bottom: 0;
}
body .ccm-page .btn .fas, body .ccm-page .btn .far, body .ccm-page .btn .fal, body .ccm-page .btn .fab, body .ccm-page .btn .fa {
  margin-right: 3px;
}
body .ccm-page .btn.dark {
  background: black;
  border: none;
  border-radius: 14px;
  color: white;
}
body .ccm-page .btn.yellow {
  background: rgb(255, 207.112244898, 8);
  border: 1px solid white;
}
body .ccm-page .btn.yellow:hover, body .ccm-page .btn.yellow:active {
  background: white;
  border-color: black;
  margin-top: 0;
  margin-bottom: 0;
}
body .ccm-page form .btn, body .ccm-page .form .btn {
  background: rgb(255, 207.112244898, 8);
  border: 1px solid white;
  padding: 5px 25px;
  height: auto;
  transition: linear background 0.25s, linear border-color 0.25s;
  line-height: 1.4;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
body .ccm-page form .btn:hover, body .ccm-page form .btn:active, body .ccm-page .form .btn:hover, body .ccm-page .form .btn:active {
  margin-top: 0;
  margin-bottom: 0;
  background: white;
  border-color: black;
}
body .ccm-page p.left-buttons {
  position: relative;
}
body .ccm-page p.left-buttons .btn {
  margin-top: 15px;
  margin-right: 15px;
}
body .ccm-page a:hover .btn, body .ccm-page a:active .btn {
  background: rgb(255, 207.112244898, 8);
  border-color: #ffd93b;
  transition: ease-out background 0.3s, linear border-color 0.1s, linear margin 0.1s, linear top 0.1s;
}
body .ccm-page a:hover .btn:hover, body .ccm-page a:hover .btn:active, body .ccm-page a:active .btn:hover, body .ccm-page a:active .btn:active {
  margin-top: 0;
  margin-bottom: 0;
}

.placeholder .placeholder-label {
  font: normal 15px/1.4 "Roboto", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  color: #aaa !important;
  padding: 3px 0 3px 5px;
}

.re-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
.re-modal .alertbox {
  position: relative;
  background: white;
  padding: 50px 50px 30px 50px;
  max-width: 700px;
  opacity: 0;
  margin-top: 20px;
  transition: margin-top linear 0.1s, opacity linear 0.2s;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.re-modal .alertbox .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: black;
}
.re-modal .alertbox .close:hover, .re-modal .alertbox .close:active {
  background: #efefef;
}
.re-modal .alertbox p {
  position: relative;
  padding-left: 36px;
  font: 19px/1.4 "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
.re-modal .alertbox .icon {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 24px;
}
.re-modal .alertbox .btn {
  display: inline-block;
  background: rgb(255, 207.112244898, 8);
  color: black;
  border: 1px solid black;
  padding: 0 15px;
  height: 36px;
  margin: 0 10px;
  line-height: 33px;
  min-width: 100px;
  text-align: center;
  font-family: "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  transition: ease-out background 0.3s, linear border-color 0.1s;
  position: relative;
}
.re-modal .alertbox .btn:hover, .re-modal .alertbox .btn:active {
  background: white;
  border-color: black;
  transition: ease-out background 0.3s, linear border-color 0.1s;
}
.re-modal .alertbox .buttons {
  display: flex;
  justify-content: center;
}
.re-modal .alertbox.shown {
  margin-top: 0;
  opacity: 1;
  transition: margin-top linear 0.1s, opacity linear 0.2s;
}

@media screen and (max-width: 667px) {
  .re-modal .alertbox {
    max-width: 80%;
  }
}
body .aspect-ratio-16-9, body .aspect-ratio-728-90 {
  width: 100%;
  position: relative;
}
body .aspect-ratio-16-9 img, body .aspect-ratio-728-90 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
body .aspect-ratio-16-9 {
  padding-top: 56.25%;
}
body .aspect-ratio-728-90 {
  padding-top: 12.3626%;
}

body .smartwall .sw-block {
  border: 10px solid #ffd93b;
  border-top-width: 0;
  padding: 20px;
  text-align: center;
}
body .smartwall .sw-block .fas, body .smartwall .sw-block .far, body .smartwall .sw-block .fal, body .smartwall .sw-block .fab, body .smartwall .sw-block .fa {
  color: #009eff;
  margin-right: 4px;
}
body .smartwall .sw-block p {
  margin: 0 auto 1em auto;
  max-width: 540px;
}
body .smartwall .sw-block p.title {
  font: bold 24px/1.3 "Roboto", Helvetica, Arial, sans-serif;
}
body .smartwall .sw-block p.price {
  font-size: 24px;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
}
body .smartwall .sw-block:first-child {
  border-top-width: 10px;
}
body .smartwall .sw-widget-footer {
  display: none;
}

section.halfpage {
  position: fixed;
  left: 1034px;
  top: 114px;
  width: 300px;
  min-height: 100px;
  z-index: 8;
}
section.halfpage *:first-child {
  margin-top: 0;
}

.page-template-article section.halfpage {
  top: 20px;
}

@media screen and (max-width: 1160px) {
  section.halfpage {
    display: none;
  }
}
@media screen and (max-height: 740px) {
  section.halfpage {
    top: 20px;
  }
}
iframe.instagram-media {
  min-width: 0 !important;
}

.ptr-wrapper {
  margin-top: 50px;
}

section.re_header {
  width: 100%;
  max-width: 1014px;
  padding-top: 64px;
}
section.re_header header.web {
  position: fixed;
  width: 100%;
  max-width: 1014px;
  top: 0;
  height: 64px;
  background: #ffd93b;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
  z-index: 200;
  transition: linear top 0.25s;
}
section.re_header header.web, section.re_header header.web a {
  color: black;
}
section.re_header header.web .pagewidth {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
}
section.re_header header.web .left, section.re_header header.web .right {
  display: flex;
  position: relative;
}
section.re_header header.web .left {
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 64px;
  padding-left: 20px;
}
section.re_header header.web .right {
  justify-content: flex-end;
  padding: 0 20px;
  overflow: hidden;
}
section.re_header header.web a.logo {
  display: block;
  height: 64px;
  padding: 12px 0;
  margin-right: 15px;
}
section.re_header header.web a.logo img {
  display: block;
  height: 100%;
}
section.re_header header.web .left a.category {
  display: block;
  height: 64px;
  white-space: nowrap;
  color: black;
  margin-left: 25px;
}
section.re_header header.web .left a.category span {
  font: bold 24px/1 "Roboto", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 64px;
  border-bottom: 3px solid white;
  transition: border-color 0.25s linear;
}
section.re_header header.web .left a.category:hover span, section.re_header header.web .left a.category.selected span {
  border-color: black;
}
section.re_header header.web .btn {
  margin: auto 0;
  height: 32px;
  line-height: 30px;
  padding: 0 25px;
}
section.re_header header.web .btn.login {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.re_header header.web .icon-btn {
  font-size: 24px;
  line-height: 64px;
}
section.re_header header.web a.mobile-btn {
  margin-right: -20px;
  padding: 0 20px;
}
section.re_header header.web a.mobile-btn .icon-btn {
  display: inline-block;
  width: 24px;
  text-align: right;
}
section.re_header header.web a.mobile-btn .icon-btn.fa-times {
  font-size: 28px;
}
section.re_header header.web .left-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.25s linear;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 10px solid #ffd93b;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
section.re_header header.web .left-menu.visible {
  opacity: 1;
}
section.re_header header.web .left-menu .newslist {
  display: none;
}
section.re_header header.web .left-menu nav, section.re_header header.web .left-menu .social {
  margin: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
section.re_header header.web .left-menu nav {
  flex-wrap: wrap;
}
section.re_header header.web .left-menu nav .category {
  flex-shrink: 0;
  margin: 10px 50px 30px 0;
  max-width: 280px;
}
section.re_header header.web .left-menu nav .category .accordion-header a.accordion-title {
  display: inline-block;
  color: black;
  font: bold 24px/1 "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: 3px solid #ffd93b;
  transition: color 0.25s linear, background-color 0.25s linear;
}
section.re_header header.web .left-menu nav .category .accordion-header .accordion-button {
  display: none;
}
section.re_header header.web .left-menu nav .category ul.sub {
  margin: 1em 0 0 0;
  padding-left: 0.8em;
}
section.re_header header.web .left-menu nav .category ul.sub li {
  margin: 0.1em 0;
}
section.re_header header.web .left-menu nav .category ul.sub .fa-li {
  left: -1em;
  width: 1em;
}
section.re_header header.web .left-menu nav .category ul.sub .fas, section.re_header header.web .left-menu nav .category ul.sub .far, section.re_header header.web .left-menu nav .category ul.sub .fal, section.re_header header.web .left-menu nav .category ul.sub .fab, section.re_header header.web .left-menu nav .category ul.sub .fa {
  font-size: 4px;
  vertical-align: 5px;
}
section.re_header header.web .left-menu nav .category ul.sub a {
  font: 19px/1.3 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  transition: color 0.25s linear;
  color: black;
  border: none;
  white-space: normal;
}
section.re_header header.web .left-menu nav .category ul.sub a:hover {
  text-decoration: underline;
}
section.re_header header.web .left-menu .social {
  margin-bottom: 10px;
}
section.re_header header.web .left-menu .social a {
  margin-right: 20px;
  font-size: 24px;
}
section.re_header header.print {
  display: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 1cm;
}
section.re_header header.print img {
  height: 100%;
}
section.re_header .back-link-wrapper .back-link {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 16px;
  width: 16px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 0;
  transform: rotate(45deg);
  opacity: 1;
  padding: 0;
  transition: opacity 0.3s ease;
  position: relative;
  display: inline-block;
  top: 20px;
  margin-right: 10px;
}

.page-not-found section.re_header header.web .btn.login {
  display: none;
}

@media screen and (max-width: 920px) {
  section.re_header header.web .left {
    flex-shrink: 0;
  }
  section.re_header header.web .left a.category.desktop {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  html.with-left-menu, html.with-left-menu body {
    overflow: hidden;
  }
  section.re_header header.web .left a.category {
    display: none;
  }
  section.re_header header.web .left-menu {
    position: fixed;
    top: 64px;
    width: 100%;
    height: calc(100vh - 64px);
    overflow-y: auto;
    border: 0;
    margin: 0;
    z-index: 199;
  }
  section.re_header header.web .left-menu .newslist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #ffd93b;
  }
  section.re_header header.web .left-menu .newslist .title {
    font: bold 24px/1 "Roboto", Helvetica, Arial, sans-serif;
  }
  section.re_header header.web .left-menu .newslist .icon {
    font-size: 24px;
    width: 48px;
    text-align: center;
  }
  section.re_header header.web .left-menu .newslist:hover {
    background: black;
    color: white;
  }
  section.re_header header.web .left-menu nav {
    display: block;
  }
  section.re_header header.web .left-menu nav .category {
    width: 100%;
    border-top: 3px solid #ffd93b;
    max-width: none;
    padding: 15px 0;
    margin: 0;
  }
  section.re_header header.web .left-menu nav .category:first-child {
    border-top: none;
  }
  section.re_header header.web .left-menu nav .category .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  section.re_header header.web .left-menu nav .category .accordion-header a.accordion-title {
    border-color: transparent;
    transition: border-color linear 0.25s;
  }
  section.re_header header.web .left-menu nav .category .accordion-header a.accordion-title:hover {
    border-color: black;
  }
  section.re_header header.web .left-menu nav .category .accordion-header .accordion-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 32px;
  }
  section.re_header header.web .left-menu nav .category .accordion-header .accordion-button .open, section.re_header header.web .left-menu nav .category .accordion-header .accordion-button .close {
    font-size: 24px;
  }
  section.re_header header.web .left-menu nav .category .accordion-header .accordion-button .open {
    display: block;
  }
  section.re_header header.web .left-menu nav .category .accordion-header .accordion-button .close {
    display: none;
  }
  section.re_header header.web .left-menu nav .category ul.sub {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height linear 0.25s, margin-top linear 0.25s;
  }
  section.re_header header.web .left-menu nav .category.open .accordion-header .accordion-button .open {
    display: none;
  }
  section.re_header header.web .left-menu nav .category.open .accordion-header .accordion-button .close {
    display: block;
  }
  section.re_header header.web .left-menu nav .category.open ul.sub {
    max-height: 400px;
    margin-top: 10px;
  }
  section.re_header header.web .left-menu section.social {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 240px) {
  section.re_header header.web .btn.login {
    display: none;
  }
}
section.re_search {
  margin: 15px 0;
  padding: 0 20px;
  width: 100%;
}
section.re_search form.search {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  border-bottom: 5px solid black;
  width: 240px;
  max-width: 100%;
  overflow: hidden;
  transition: width linear 0.25s;
}
section.re_search form.search .field {
  flex: 1;
}
section.re_search form.search .button {
  display: flex;
  justify-content: flex-start;
  width: 32px;
}
section.re_search form.search input, section.re_search form.search .fas, section.re_search form.search .far, section.re_search form.search .fal, section.re_search form.search .fab, section.re_search form.search .fa {
  font-size: 20px;
  line-height: 32px;
}
section.re_search form.search input {
  flex: 1;
  border: 0;
  width: 100%;
}
section.re_search form.search input::-moz-placeholder {
  color: #CCC;
}
section.re_search form.search input::placeholder {
  color: #CCC;
}
section.re_search form.search a:hover {
  color: #ffd93b;
}
section.re_search form.search .results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow-y: auto;
  z-index: 300;
  min-height: 100px;
  max-height: calc(100vh - 300px);
  background: white;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
  border: thin solid black;
  border-top: 5px solid black;
}
section.re_search form.search .results .article {
  display: block;
  margin: 0 -13px 20px -13px;
  padding: 0 13px 20px 13px;
  border-bottom: thin solid #dfdfdf;
}
section.re_search form.search .results .article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
section.re_search form.search .results .article .legend {
  display: inline-block;
  background: #ffd93b;
  border-radius: 10px 0;
  padding: 0 10px;
  font: 15px/24px "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
section.re_search form.search .results .article .head {
  margin-bottom: 5px;
}
section.re_search form.search .results .article .head, section.re_search form.search .results .article .foot {
  font: 15px/1.2 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
section.re_search form.search .results .article .head .info, section.re_search form.search .results .article .foot .info {
  display: inline-block;
  margin-right: 20px;
}
section.re_search form.search .results .article .head .info.highlighted, section.re_search form.search .results .article .foot .info.highlighted {
  border-bottom: 3px solid #ffd93b;
}
section.re_search form.search .results .article .head .info:last-child, section.re_search form.search .results .article .foot .info:last-child {
  margin-right: 0;
}
section.re_search form.search .results .article .head .fas, section.re_search form.search .results .article .head .far, section.re_search form.search .results .article .head .fal, section.re_search form.search .results .article .head .fab, section.re_search form.search .results .article .head .fa, section.re_search form.search .results .article .foot .fas, section.re_search form.search .results .article .foot .far, section.re_search form.search .results .article .foot .fal, section.re_search form.search .results .article .foot .fab, section.re_search form.search .results .article .foot .fa {
  margin-right: 3px;
}
section.re_search form.search .results .article h2 {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
section.re_search form.search .results .article .foot {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
section.re_search form.search .results .article .foot .info {
  padding-bottom: 4px;
  margin: 0;
}
section.re_search form.search .results .article .foot .author {
  padding-right: 20px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
section.re_search form.search .results .article .foot .fa-comment-alt {
  vertical-align: -2px;
}
section.re_search form.search .results .article:hover {
  color: black;
}
section.re_search form.search .results .article:hover h2 {
  text-decoration: underline;
}
section.re_search form.search .results .btn {
  margin: 20px 0;
}
section.re_search form.search .results .btn:hover {
  color: black;
}
section.re_search form.search .results .placeholder .head .info,
section.re_search form.search .results .placeholder h2,
section.re_search form.search .results .placeholder p,
section.re_search form.search .results .placeholder .foot .info {
  background: #efefef;
  border-radius: 4px;
  border-width: 0;
}
section.re_search form.search .results .placeholder .head .info {
  min-width: 50px;
}
section.re_search form.search .results .placeholder .foot .info {
  min-width: 100px;
}
section.re_search form.search.focused {
  width: 600px;
  overflow: visible;
  transition: width linear 0.25s;
}
section.re_search form.search.focused .results {
  height: auto;
  opacity: 1;
  transition: height linear 0.25s, opacity linear 0.25s;
}

section.re_ad {
  margin: 50px 0;
}
.sidearea section.re_ad, .halfpage section.re_ad {
  margin-top: 0;
}
section.re_ad.loading {
  display: none;
}
section.re_ad .ad-container {
  min-height: 80px;
  max-width: 100%;
}
section.re_ad .ad-container img, section.re_ad .ad-container video, section.re_ad .ad-container iframe {
  width: 100%;
  margin: 0 !important;
}
section.re_ad .ad-container iframe {
  width: 1px;
  overflow: hidden;
}
@media screen and (max-width: 667px) {
  section.re_ad .ad-container iframe {
    width: auto !important;
  }
}
section.re_ad .ad-container iframe[width="994"],
section.re_ad .ad-container iframe[width="1988"] {
  height: 250px;
}
section.re_ad .ad-container iframe[height="600"],
section.re_ad .ad-container iframe[height="1200"] {
  height: 600px;
}
section.re_ad .ad-container img, section.re_ad .ad-container video {
  display: block;
  height: auto;
}
section.re_ad.placeholder .placeholder-label {
  background: #efefef;
  border-radius: 4px;
}

@media screen and (max-width: 667px) {
  .widearea section.re_ad {
    margin: 25px 0;
  }
}
section.re_teasers {
  margin: 75px 0;
}
section.re_teasers .teasers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px 44px;
}
section.re_teasers a.article, section.re_teasers div.article {
  display: block;
  position: relative;
  margin: -15px;
  padding: 14px;
  background: white;
  border: thin solid transparent;
}
section.re_teasers a.article .legend, section.re_teasers div.article .legend {
  position: absolute;
  top: -12px;
  border-radius: 8px 0;
  margin-left: -5px;
  background: #ffd93b;
  padding: 0 5px;
  font: 13px/20px "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
section.re_teasers a.article .head, section.re_teasers div.article .head {
  margin-bottom: 5px;
}
section.re_teasers a.article .head, section.re_teasers a.article .foot, section.re_teasers div.article .head, section.re_teasers div.article .foot {
  font: 13px/1 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
section.re_teasers a.article .head .info, section.re_teasers a.article .foot .info, section.re_teasers div.article .head .info, section.re_teasers div.article .foot .info {
  display: inline-block;
  margin-right: 20px;
  border-bottom: 3px solid transparent;
}
section.re_teasers a.article .head .info.highlighted, section.re_teasers a.article .foot .info.highlighted, section.re_teasers div.article .head .info.highlighted, section.re_teasers div.article .foot .info.highlighted {
  border-color: #ffd93b;
}
section.re_teasers a.article .head .info:last-child, section.re_teasers a.article .foot .info:last-child, section.re_teasers div.article .head .info:last-child, section.re_teasers div.article .foot .info:last-child {
  margin-right: 0;
}
section.re_teasers a.article .head .fas, section.re_teasers a.article .head .far, section.re_teasers a.article .head .fal, section.re_teasers a.article .head .fab, section.re_teasers a.article .head .fa, section.re_teasers a.article .foot .fas, section.re_teasers a.article .foot .far, section.re_teasers a.article .foot .fal, section.re_teasers a.article .foot .fab, section.re_teasers a.article .foot .fa, section.re_teasers div.article .head .fas, section.re_teasers div.article .head .far, section.re_teasers div.article .head .fal, section.re_teasers div.article .head .fab, section.re_teasers div.article .head .fa, section.re_teasers div.article .foot .fas, section.re_teasers div.article .foot .far, section.re_teasers div.article .foot .fal, section.re_teasers div.article .foot .fab, section.re_teasers div.article .foot .fa {
  margin-right: 3px;
}
section.re_teasers a.article h2, section.re_teasers div.article h2 {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
section.re_teasers a.article figure, section.re_teasers div.article figure {
  margin: 0;
}
section.re_teasers a.article figure img, section.re_teasers div.article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  background: #efefef;
}
section.re_teasers a.article p, section.re_teasers div.article p {
  font: 16px/1.3 "IBM Plex Sans", Helvetica, Arial, sans-serif;
  margin: 15px 0 45px 0;
}
section.re_teasers a.article .foot, section.re_teasers div.article .foot {
  position: absolute;
  width: 100%;
  padding: 0 14px;
  left: 0;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
section.re_teasers a.article .foot .info, section.re_teasers div.article .foot .info {
  padding-bottom: 4px;
  margin: 0;
}
section.re_teasers a.article .foot .info .icon, section.re_teasers div.article .foot .info .icon {
  margin-left: 5px;
}
section.re_teasers a.article .foot .info .icon:first-child, section.re_teasers div.article .foot .info .icon:first-child {
  margin-left: 0;
}
section.re_teasers a.article .foot .author, section.re_teasers div.article .foot .author {
  padding: 0 20px 4px 0;
  border-bottom: 3px solid black;
  position: relative;
  min-width: 100px;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.re_teasers a.article .foot .author img.bubble, section.re_teasers div.article .foot .author img.bubble {
  display: none;
  position: absolute;
  top: 100%;
  left: 30px;
  width: 44px;
  height: 22px;
}
section.re_teasers a.article .foot .fa-comment-alt,
section.re_teasers a.article .foot .fa-play-circle, section.re_teasers div.article .foot .fa-comment-alt,
section.re_teasers div.article .foot .fa-play-circle {
  vertical-align: -2px;
}
section.re_teasers a.article .foot .fa-play-circle, section.re_teasers div.article .foot .fa-play-circle {
  font-size: 120%;
}
section.re_teasers a.article .foot .comment-text, section.re_teasers div.article .foot .comment-text {
  display: none;
}
section.re_teasers a.article.opinion p, section.re_teasers div.article.opinion p {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-style: italic;
}
section.re_teasers a.article.opinion .foot .author img.bubble, section.re_teasers div.article.opinion .foot .author img.bubble {
  display: block;
}
section.re_teasers a.article.placeholder .head .info,
section.re_teasers a.article.placeholder h2,
section.re_teasers a.article.placeholder .img,
section.re_teasers a.article.placeholder p,
section.re_teasers a.article.placeholder .foot .info, section.re_teasers div.article.placeholder .head .info,
section.re_teasers div.article.placeholder h2,
section.re_teasers div.article.placeholder .img,
section.re_teasers div.article.placeholder p,
section.re_teasers div.article.placeholder .foot .info {
  background: #efefef;
  border-radius: 4px;
  border-width: 0;
  color: #aaa !important;
}
section.re_teasers a.article.placeholder .head .info, section.re_teasers div.article.placeholder .head .info {
  min-width: 50px;
}
section.re_teasers a.article.placeholder .foot .info, section.re_teasers div.article.placeholder .foot .info {
  min-width: 100px;
}
section.re_teasers a.article.placeholder .img .fas, section.re_teasers a.article.placeholder .img .far, section.re_teasers a.article.placeholder .img .fal, section.re_teasers a.article.placeholder .img .fab, section.re_teasers a.article.placeholder .img .fa, section.re_teasers div.article.placeholder .img .fas, section.re_teasers div.article.placeholder .img .far, section.re_teasers div.article.placeholder .img .fal, section.re_teasers div.article.placeholder .img .fab, section.re_teasers div.article.placeholder .img .fa {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
}
section.re_teasers a.article {
  top: 0;
  transition: top 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear;
}
section.re_teasers a.article:hover, section.re_teasers a.article:active {
  border-color: black;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
section.re_teasers a.article:hover {
  top: -2px;
}
section.re_teasers a.article:active {
  top: 0;
}
section.re_teasers.one .teasers {
  grid-template-columns: 1fr;
  grid-gap: 0;
}
section.re_teasers.three .teasers {
  grid-template-columns: 1fr 1fr 1fr;
}

.mainarea section.re_teasers:first-child,
.mainarea section.re_teasers:nth-child(2) {
  margin-top: 0;
}

.teaser-preview section.re_teasers {
  margin: 0;
}

@media screen and (max-width: 1040px) {
  section.re_teasers a.article .head .info, section.re_teasers a.article .foot .info, section.re_teasers div.article .head .info, section.re_teasers div.article .foot .info {
    margin-right: 10px;
  }
  section.re_teasers a.article .head .info:last-child, section.re_teasers a.article .foot .info:last-child, section.re_teasers div.article .head .info:last-child, section.re_teasers div.article .foot .info:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 667px) {
  section.re_teasers .teasers, section.re_teasers.three .teasers {
    grid-template-columns: 1fr;
  }
  section.re_teasers a.article .legend, section.re_teasers div.article .legend {
    font: 14px/20px "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  }
  section.re_teasers a.article .head, section.re_teasers a.article .foot, section.re_teasers div.article .head, section.re_teasers div.article .foot {
    font: 14px/1 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  }
  section.re_teasers a.article h2, section.re_teasers div.article h2 {
    font-size: 25px;
  }
  section.re_teasers a.article p, section.re_teasers div.article p {
    font-size: 17px;
  }
  section.re_teasers a.article.opinion p, section.re_teasers div.article.opinion p {
    font-size: 18px;
  }
  section.re_teasers a.article:hover, section.re_teasers div.article:hover {
    top: 0;
    border-color: transparent;
    box-shadow: none;
  }
}
section.re_carousel {
  margin: 75px 0;
}
section.re_carousel .center {
  background: #efefef;
  padding: 0 40px;
  position: relative;
}
section.re_carousel .pager-left,
section.re_carousel .pager-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  padding-bottom: 45px;
  transition: background-color linear 0.25s;
}
section.re_carousel .pager-left:hover,
section.re_carousel .pager-right:hover {
  background-color: #ffd93b;
}
section.re_carousel .pager-left {
  left: 0;
}
section.re_carousel .pager-right {
  right: 0;
}
section.re_carousel a.article, section.re_carousel div.article {
  display: block;
  position: relative;
  padding: 56.25% 0 0 0;
  width: 100%;
  background: #efefef;
}
section.re_carousel a.article .head, section.re_carousel div.article .head {
  position: absolute;
  left: 40px;
  top: 10px;
  z-index: 2;
  font: 13px/1 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
section.re_carousel a.article .head .info, section.re_carousel div.article .head .info {
  display: inline-block;
  background: white;
  border-radius: 8px 0 8px 0;
  padding: 3px 5px;
}
section.re_carousel a.article h2, section.re_carousel div.article h2 {
  position: absolute;
  left: 50px;
  bottom: 10px;
  z-index: 2;
  display: inline-block;
  font-size: 22px;
  max-width: 300px;
}
section.re_carousel a.article h2 .marker, section.re_carousel div.article h2 .marker {
  background: #ffd93b;
  line-height: 1.4;
}
section.re_carousel a.article figure, section.re_carousel div.article figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1;
}
section.re_carousel a.article figure img, section.re_carousel div.article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #efefef;
}

@media screen and (max-width: 667px) {
  section.re_carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  section.re_carousel h2 {
    padding: 0 20px;
  }
  section.re_carousel .center {
    padding: 0 25px;
  }
  section.re_carousel .pager-left,
  section.re_carousel .pager-right {
    width: 25px;
  }
  section.re_carousel a.article, section.re_carousel div.article {
    padding: 85% 0 0 0;
  }
  section.re_carousel a.article h2, section.re_carousel div.article h2 {
    font-size: 19px;
    left: 30px;
  }
}
section.re_imgcarousel {
  margin: 75px 0;
}
section.re_imgcarousel .center {
  background: #efefef;
  padding: 0 40px;
  position: relative;
}
section.re_imgcarousel .pager-left,
section.re_imgcarousel .pager-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  padding-bottom: 45px;
  border-bottom: 60px solid white;
  transition: background-color linear 0.25s;
}
section.re_imgcarousel .pager-left:hover,
section.re_imgcarousel .pager-right:hover {
  background-color: #ffd93b;
}
section.re_imgcarousel .pager-left {
  left: 0;
}
section.re_imgcarousel .pager-right {
  right: 0;
}
section.re_imgcarousel .image {
  width: 100%;
  padding-bottom: 60px;
  background: white;
}
section.re_imgcarousel figure {
  display: block;
  position: relative;
  padding: 56.25% 0 0 0;
  width: 100%;
  background: #efefef;
}
section.re_imgcarousel figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.re_imgcarousel figure figcaption {
  position: absolute;
  top: 100%;
  padding-top: 15px;
  font-style: italic;
  font-size: 80%;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 667px) {
  section.re_imgcarousel {
    margin: 50px -20px;
  }
  section.re_imgcarousel h2 {
    padding: 0 20px;
  }
  section.re_imgcarousel .center {
    padding: 0 25px;
  }
  section.re_imgcarousel .pager-left,
  section.re_imgcarousel .pager-right {
    width: 25px;
  }
  section.re_imgcarousel figure {
    padding: 75% 0 0 0;
  }
}
section.re_lead {
  margin: 50px 0 25px 0;
  position: relative;
}
.page-template-news section.re_lead {
  margin-top: 0;
}
section.re_lead .info-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 15px 0;
}
section.re_lead .info-and-share a.icon-btn {
  display: inline-block;
  padding: 2px 5px;
}
section.re_lead .info-and-share a.icon-btn .fas, section.re_lead .info-and-share a.icon-btn .far, section.re_lead .info-and-share a.icon-btn .fal, section.re_lead .info-and-share a.icon-btn .fab, section.re_lead .info-and-share a.icon-btn .fa {
  font-size: 24px;
}
section.re_lead .share {
  position: relative;
  width: 32px;
  min-width: 32px;
}
section.re_lead .share > a.icon-btn {
  padding-right: 0;
  padding-left: 0;
  width: 32px;
  text-align: right;
}
section.re_lead .share .share-window {
  display: flex;
  position: absolute;
  top: -10px;
  right: 0;
  background: white;
  padding: 10px 0 10px 10px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
section.re_lead .share .share-window a {
  margin-left: 10px;
}
section.re_lead .head, section.re_lead .foot {
  font: bold 15px/1 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
section.re_lead .head .info, section.re_lead .foot .info {
  display: inline-block;
  white-space: nowrap;
  margin-right: 20px;
  line-height: 1.1;
  margin-bottom: 4px;
  border-bottom: 3px solid transparent;
}
section.re_lead .head .info.highlighted, section.re_lead .foot .info.highlighted {
  border-color: #ffd93b;
}
section.re_lead h1 {
  max-width: 690px;
  margin-bottom: 20px;
}
section.re_lead .lead {
  margin: 20px 0 30px 0;
}
section.re_lead .lead p {
  max-width: 690px;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 120%;
}
section.re_lead figure {
  margin-bottom: 40px;
}
section.re_lead figure img {
  -o-object-fit: cover;
     object-fit: cover;
  background: #efefef;
}
section.re_lead figure figcaption {
  margin: 10px 0;
  font-style: italic;
  font-size: 80%;
  max-width: 690px;
}
section.re_lead .foot {
  margin-top: 30px;
}
section.re_lead .foot .author {
  border-bottom: 5px solid black;
  padding: 0 20px 4px 20px;
  white-space: normal;
}
section.re_lead .foot .author a:hover {
  background: #ffd93b;
}
section.re_lead .teaser-preview {
  position: absolute;
  top: 60px;
  right: -280px;
  width: 346px;
  padding: 15px;
  background: white;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border: thin solid black;
  z-index: 90;
}
section.re_lead.placeholder .head .info,
section.re_lead.placeholder .share,
section.re_lead.placeholder h1,
section.re_lead.placeholder .lead p,
section.re_lead.placeholder figure img,
section.re_lead.placeholder figure figcaption,
section.re_lead.placeholder .foot .info {
  border-radius: 4px;
  background: #efefef;
}
section.re_lead.placeholder .head .info,
section.re_lead.placeholder .share,
section.re_lead.placeholder .foot .info {
  display: inline-block;
  width: 140px;
  border-width: 0;
}
section.re_lead.placeholder .share {
  width: 32px;
}

.page-type-interview section.re_lead h1, .page-type-opinion section.re_lead h1 {
  font: bold italic 42px/1.2 "PT Serif", serif;
}
.page-type-interview section.re_lead .lead p, .page-type-opinion section.re_lead .lead p {
  font: italic 24px/1.2 "PT Serif", serif;
  max-width: 740px;
}

.page-template-news .teaser-preview {
  display: none;
}

@media screen and (max-width: 1040px) {
  section.re_lead .teaser-preview {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  section.re_lead {
    margin-top: 40px;
  }
  section.re_lead h1 {
    font-size: 36px;
  }
  section.re_lead .share {
    overflow: hidden;
  }
  section.re_lead .share .share-window {
    opacity: 0;
    width: 0;
    overflow: hidden;
    margin-right: -15px;
  }
  section.re_lead .share.open {
    overflow: visible;
  }
  section.re_lead .share.open .share-window {
    opacity: 1;
    width: auto;
    margin-right: 0;
    transition: linear margin-right 0.25s, linear opacity 0.25s, linear width 0.1s;
  }
}
section.re_text {
  margin: 50px 0;
  max-width: 690px;
}
section.re_text h2 {
  margin: 50px 0 0.7em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
section.re_text p {
  line-height: 1.5;
}
section.re_text p a {
  margin: 0 3px;
}
section.re_text figure {
  margin: 20px 0;
}
section.re_text figure img {
  width: 100%;
}
section.re_text.placeholder h2, section.re_text.placeholder p {
  background: #efefef;
  border-radius: 4px;
}
section.re_text.placeholder p:last-child {
  max-width: 400px;
}
section.re_text.bordered {
  margin: 10px 0;
  border-top: 3px solid #ffd93b;
}
section.re_text.bordered h2 {
  margin: 0.5em 0;
}
section.re_text.bordered figure {
  margin: 0.5em 0;
}
section.re_text.accordion {
  margin: 10px 0;
}
section.re_text.accordion .accordion-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-top: 3px solid #ffd93b;
}
section.re_text.accordion .accordion-heading h2 {
  margin: 0.5em 0;
  padding-right: 20px;
}
section.re_text.accordion .accordion-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 32px;
  margin-top: 0.5em;
  padding-top: 4px;
}
section.re_text.accordion .accordion-button .open, section.re_text.accordion .accordion-button .close {
  font-size: 24px;
}
section.re_text.accordion .accordion-button .open {
  display: block;
}
section.re_text.accordion .accordion-button .close {
  display: none;
}
section.re_text.accordion .accordion-body {
  display: none;
}
section.re_text.accordion.expanded .accordion-body {
  display: block;
}
section.re_text.accordion.expanded .accordion-button .open {
  display: none;
}
section.re_text.accordion.expanded .accordion-button .close {
  display: block;
}

article section.re_text {
  margin: 0;
}

.page-type-interview section.re_text.with-title h2 {
  font-size: 21px;
  line-height: 1.3;
}
.page-type-interview section.re_text.with-title h2, .page-type-interview section.re_text.with-title p {
  margin-left: 50px;
}

@media screen and (max-width: 1040px) {
  section.re_text {
    max-width: 80%;
  }
}
@media screen and (max-width: 667px) {
  section.re_text {
    max-width: 100%;
    overflow-x: hidden;
  }
  section.re_text h2 {
    margin-top: 25px;
  }
  section.re_text figure {
    min-width: 80%;
  }
  .page-type-interview section.re_text.with-title h2, .page-type-interview section.re_text.with-title p {
    margin-left: 0;
  }
}
blockquote.re_quote {
  margin: 50px 0;
  padding-left: 50px;
}
blockquote.re_quote p {
  font-family: "PT Serif", serif;
  font-size: 140%;
  margin-bottom: 20px;
}
blockquote.re_quote .legend {
  margin-top: 20px;
  padding-left: 50px;
  font-style: italic;
  font-size: 15.2px;
  max-width: 690px;
}
blockquote.re_quote .border {
  display: none;
}
blockquote.re_quote.placeholder p {
  background: #efefef;
  border-radius: 4px;
}

.page-type-interview blockquote.re_quote {
  padding-left: 150px;
  padding-bottom: 15px;
}
.page-type-interview blockquote.re_quote p {
  font-size: 160%;
  font-style: italic;
  max-width: 690px;
}
.page-type-interview blockquote.re_quote p:last-of-type {
  margin: 0;
}
.page-type-interview blockquote.re_quote .border {
  display: block;
  width: 100%;
  max-width: 160px;
  position: relative;
  background: black;
  height: 3px;
  margin-top: 15px;
}
.page-type-interview blockquote.re_quote .border .bubble {
  position: absolute;
  top: 0;
  left: 30px;
  width: 44px;
  height: 22px;
}

@media screen and (max-width: 667px) {
  blockquote.re_quote {
    padding-left: 25px;
  }
  blockquote.re_quote .legend {
    padding-left: 25px;
  }
  .page-type-interview blockquote.re_quote {
    padding-left: 50px;
  }
}
section.re_image {
  margin: 50px 0;
}
section.re_image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  background: #efefef;
  max-width: 100%;
}
section.re_image figure figcaption {
  margin: 10px 0;
  font-style: italic;
  font-size: 80%;
  max-width: 690px;
}
section.re_image.placeholder figure .img,
section.re_image.placeholder figure figcaption {
  background: #efefef;
  border-radius: 4px;
}

article section.re_image {
  padding-left: 50px;
}

@media screen and (max-width: 667px) {
  article section.re_image {
    padding-left: 25px;
  }
}
section.re_gallery {
  margin: 50px 0;
}
section.re_gallery .images {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section.re_gallery .images.justify {
  justify-content: space-between;
}
section.re_gallery .images:after {
  content: "";
  flex: auto;
}
section.re_gallery .image {
  padding: 15px;
}
section.re_gallery img, section.re_gallery .img {
  display: inline-block;
}
section.re_gallery img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.re_gallery.placeholder .img {
  background: #efefef;
  border-radius: 4px;
  width: 120px;
  height: 90px;
}

section.re_share {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
section.re_share a.icon-btn {
  display: inline-block;
}
section.re_share a.icon-btn .fas, section.re_share a.icon-btn .far, section.re_share a.icon-btn .fal, section.re_share a.icon-btn .fab, section.re_share a.icon-btn .fa {
  font-size: 24px;
  line-height: 38px;
}
section.re_share .acronym {
  display: none;
  font-size: 15px;
}
section.re_share .share {
  background: rgb(255, 207.112244898, 8);
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.re_share .share .buttons {
  display: flex;
  justify-content: flex-end;
}
section.re_share .share a.icon-btn {
  margin-left: 10px;
  transition: color linear 0.1s, text-shadow linear 0.1s;
}
section.re_share .share a.icon-btn:first-of-type {
  margin-left: 20px;
}
section.re_share .share a.icon-btn .fas, section.re_share .share a.icon-btn .far, section.re_share .share a.icon-btn .fal, section.re_share .share a.icon-btn .fab, section.re_share .share a.icon-btn .fa {
  vertical-align: -3px;
}
section.re_share .share a.icon-btn:hover {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  transition: color linear 0.1s, text-shadow linear 0.1s;
}
section.re_share.placeholder .acronym,
section.re_share.placeholder .share {
  background: #efefef;
  border-radius: 4px;
  min-width: 120px;
}
section.re_share.placeholder .share {
  min-width: 160px;
}

section.re_authorbox {
  margin: 75px 0;
}
section.re_authorbox a {
  display: block;
  position: relative;
  margin: -15px;
  padding: 15px 15px 10px 15px;
  border: thin solid transparent;
  top: 0;
  transition: linear top 0.1s;
}
section.re_authorbox a:hover, section.re_authorbox a:active {
  border: thin solid black;
  transition: linear top 0.1s, linear border-color 0.5s, linear box-shadow 0.5s;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
section.re_authorbox a:hover {
  top: -3px;
}
section.re_authorbox a:active {
  top: 0;
}
section.re_authorbox .image-and-text {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 40px 40px;
}
section.re_authorbox .image img {
  width: 100%;
  max-width: 240px;
  border: thin solid #efefef;
}
section.re_authorbox .text {
  border-top: 5px solid transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.re_authorbox h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
section.re_authorbox p {
  font-size: 110%;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  max-width: 650px;
  margin-bottom: 0.8em;
}
section.re_authorbox p:last-child {
  margin: 0;
}
section.re_authorbox.placeholder .image img,
section.re_authorbox.placeholder .image .img,
section.re_authorbox.placeholder .text .btn,
section.re_authorbox.placeholder h2,
section.re_authorbox.placeholder p {
  background: #efefef;
  border-radius: 4px;
  border-width: 0;
}
section.re_authorbox.placeholder h2 {
  max-width: 250px;
}
section.re_authorbox.placeholder .image {
  border-top-color: #efefef;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.re_authorbox.placeholder .image .img {
  min-height: 150px;
}
section.re_authorbox.placeholder .text .btn {
  min-width: 150px;
}

article section.re_authorbox .image {
  border-top: 5px solid black;
  padding: 20px;
}

@media screen and (max-width: 1040px) {
  section.re_authorbox .image-and-text {
    grid-template-columns: 1fr 4fr;
  }
}
@media screen and (max-width: 667px) {
  section.re_share {
    display: block;
    margin: 0 -20px 0 0;
    padding-right: 0;
  }
  section.re_share .share {
    margin-top: 10px;
  }
  section.re_authorbox a:hover, section.re_authorbox a:active {
    border-color: transparent;
    box-shadow: none;
  }
  section.re_authorbox .image-and-text {
    display: block;
  }
  section.re_authorbox .image {
    width: 140px;
  }
  section.re_authorbox .text {
    padding-left: 20px;
  }
  section.re_authorbox p {
    font-size: 100%;
  }
}
form.re_contact {
  margin: 50px 0;
}
form.re_contact.loading .file {
  display: none;
}

section.re_person {
  margin: 50px 0;
  border-left: 5px solid black;
  padding-left: 45px;
}
section.re_person .label {
  font-weight: bold;
  border-bottom: 5px solid #ffd93b;
  margin-bottom: 40px;
  display: inline-block;
}
section.re_person h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
section.re_person p {
  font-size: 20px;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  max-width: 690px;
}
section.re_person p:last-child {
  margin: 0;
}
section.re_person p a {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
}
section.re_person a.logo, section.re_person .logo {
  margin: 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.re_person a.logo img, section.re_person a.logo .img, section.re_person .logo img, section.re_person .logo .img {
  display: block;
  width: 200px;
}
section.re_person a.logo .description, section.re_person .logo .description {
  margin-left: 25px;
}
section.re_person.placeholder .label, section.re_person.placeholder h2, section.re_person.placeholder p {
  background: #efefef;
  border-radius: 4px;
  border-width: 0;
  color: #aaa;
}
section.re_person.placeholder .label {
  width: 120px;
}
section.re_person.placeholder p:last-child {
  max-width: 400px;
}

@media screen and (max-width: 667px) {
  section.re_person p {
    font-size: 100%;
  }
  section.re_person a.logo, section.re_person .logo {
    display: block;
  }
  section.re_person a.logo img, section.re_person .logo img {
    height: auto;
    width: 90%;
    max-width: 240px;
    margin-bottom: 20px;
  }
  section.re_person a.logo .description, section.re_person .logo .description {
    display: block;
    margin-left: 0;
  }
}
section.re_comments {
  margin: 50px 0;
}
section.re_comments h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
section.re_comments .step2 {
  display: none;
}
section.re_comments form.action h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
section.re_comments form.action textarea {
  height: 80px;
  min-height: 0;
}
section.re_comments .counting {
  position: relative;
}
section.re_comments .counting textarea {
  padding-bottom: 25px;
}
section.re_comments .counting .counter {
  display: none;
  position: absolute;
  bottom: 3px;
  right: 10px;
  padding: 3px 5px;
  font-size: 13px;
  color: #888;
  background: white;
}
section.re_comments .rules p {
  font-size: 80%;
}
section.re_comments.showall .counter {
  display: block;
}
section.re_comments.showall .step2 {
  display: block;
}
section.re_comments.showall form.action textarea {
  height: 200px;
  transition: linear height 0.1s;
}
section.re_comments .comment {
  margin: 50px 0;
  max-width: 690px;
}
section.re_comments .comment .head {
  font: 15px/1.5 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
section.re_comments .comment .head .info {
  display: inline-block;
  margin-right: 10px;
}
section.re_comments .comment .head .info:last-child {
  margin-right: 0;
}
section.re_comments .comment .head .info .action {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #efefef;
  color: black;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
}
section.re_comments .comment .head .info .action:hover, section.re_comments .comment .head .info .action:active {
  background: #ffd93b;
}
section.re_comments .comment .head .date, section.re_comments .comment .head .time {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
}
section.re_comments .comment p {
  margin-bottom: 10px;
  margin-left: 30px;
}
section.re_comments .comment p.full {
  display: none;
}
section.re_comments .comment.placeholder .head .info,
section.re_comments .comment.placeholder p {
  background: #efefef;
  border-radius: 4px;
}
section.re_comments .comment.placeholder .head .info.date {
  min-width: 80px;
}
section.re_comments .comment.placeholder .head .info.time {
  min-width: 40px;
}
section.re_comments .comment.placeholder .head .info.author {
  min-width: 160px;
}

section.re_author {
  margin: 50px 0;
}
section.re_author .head {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 25px;
}
section.re_author .image-and-text {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 50px 50px;
}
section.re_author .image img {
  width: 100%;
  max-width: 180px;
  border: thin solid #efefef;
}
section.re_author .text {
  padding-top: 90px;
}
section.re_author h1 {
  font-weight: bold;
  font-style: italic;
}
section.re_author p {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  max-width: 690px;
}
section.re_author .fas, section.re_author .far, section.re_author .fal, section.re_author .fab, section.re_author .fa {
  font-size: 32px;
  vertical-align: -6px;
  margin-right: 5px;
}
section.re_author.placeholder .head,
section.re_author.placeholder .image .img,
section.re_author.placeholder h1,
section.re_author.placeholder p {
  background: #efefef;
  border-radius: 4px;
  color: #aaa;
}
section.re_author.placeholder h1 {
  max-width: 300px;
}
section.re_author.placeholder p.email {
  max-width: 200px;
}
section.re_author.placeholder .head {
  width: 120px;
}
section.re_author.placeholder .image .img {
  min-height: 200px;
}

@media screen and (max-width: 667px) {
  section.re_author .image-and-text {
    display: block;
  }
  section.re_author .text {
    padding-top: 50px;
  }
}
.re_newsletter {
  margin: 50px 0;
  background: #ffd93b;
  padding: 20px;
}
.re_newsletter h2 {
  font: 21px/1.2 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif !important;
}
.re_newsletter form {
  margin: 0 !important;
}
.re_newsletter #mc_embed_signup {
  max-width: 100%;
  background: transparent;
}
.re_newsletter .indicates-required {
  margin-right: 0 !important;
}
.re_newsletter .mc-field-group {
  width: 100% !important;
}
.re_newsletter .mc-field-group input {
  border: none !important;
  border-radius: 0 !important;
  background: white !important;
}
.re_newsletter div.indicates-required {
  display: none !important;
}
.re_newsletter .clear {
  text-align: right;
}
.re_newsletter input[type=submit] {
  background: #ffcf08 !important;
  border-radius: 0 !important;
  border: 1px solid white !important;
  padding: 5px 25px !important;
  font-family: "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  color: black !important;
  height: auto !important;
  font-size: 18px !important;
}
.re_newsletter .mce_inline_error {
  background: transparent !important;
}

article form.re_newsletter {
  margin-bottom: 0;
}

form.re_subscribe {
  margin: 50px 0;
}
form.re_subscribe h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
form.re_subscribe .plans {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 20px;
  margin-bottom: 40px;
}
form.re_subscribe .plans .plan {
  padding: 4px;
  background: #ffd93b;
  border: 3px solid white;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
form.re_subscribe .plans .plan .inner {
  width: 100%;
  height: 100%;
  padding: 20px 20px 100px 20px;
  position: relative;
  background: #ffd93b;
}
form.re_subscribe .plans .plan p {
  margin-bottom: 1.5em;
}
form.re_subscribe .plans .plan ul, form.re_subscribe .plans .plan ol {
  margin: 1.5em 0;
}
form.re_subscribe .plans .plan h2 {
  font: bold 32px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
}
form.re_subscribe .plans .plan .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
form.re_subscribe .plans .plan .price {
  margin-bottom: 10px;
  display: inline-block;
  font: bold 28px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: 3px solid black;
  border-color: #ffd93b;
}
form.re_subscribe .plans .plan .unchecked {
  font-size: 24px;
}
form.re_subscribe .plans .plan .checked {
  display: none;
  font-size: 32px;
}
form.re_subscribe .plans .plan input[type=radio] {
  opacity: 0;
}
form.re_subscribe .plans .plan.selected {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-color: #ffd93b;
  background: white;
}
form.re_subscribe .plans .plan.selected .checked {
  display: inline-block;
}
form.re_subscribe .plans .plan.selected .unchecked {
  display: none;
}
form.re_subscribe .premiums {
  margin-top: 50px;
}
form.re_subscribe .premiums .logos {
  margin-top: 40px;
  padding-left: 19px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
form.re_subscribe .premiums .logos img {
  margin: 0 40px 30px 0;
  height: 60px;
}
form.re_subscribe .premiums .logos img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 667px) {
  form.re_subscribe .plans {
    grid-template-columns: 1fr;
  }
}
section.re_profile {
  margin: 50px 0;
}
section.re_profile .form {
  margin-bottom: 25px;
}
section.re_profile b, section.re_profile strong {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
section.re_profile table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
section.re_profile table th, section.re_profile table td {
  padding: 4px 20px 4px 4px;
}
section.re_profile table th {
  padding-left: 0;
  text-align: left;
  font-weight: normal;
}
section.re_profile table td {
  font-weight: bold;
}
section.re_profile table td span {
  font-weight: bold;
}
section.re_profile span.red {
  color: red;
}

section.re_logout {
  margin: 50px 0;
}

.re_login, .re_forgot {
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
}
.re_login form, .re_forgot form {
  margin-bottom: 25px;
}
.re_login .links, .re_forgot .links {
  padding: 0 20px;
}
.re_login .links p, .re_forgot .links p {
  margin-bottom: 5px;
}

form.re_promobox {
  margin: 50px 0;
  background: #efefef;
  border: 3px solid #ccc;
  position: relative;
}
.sidearea form.re_promobox {
  margin-top: 0;
}
form.re_promobox .scissors {
  display: none;
  position: absolute;
  top: -14px;
}
form.re_promobox h3 {
  font: bold 20px/1.3 "Roboto", Helvetica, Arial, sans-serif;
}
form.re_promobox textarea {
  height: 120px;
  min-height: 0;
}
form.re_promobox figure {
  margin: 10px 0;
}
form.re_promobox figure img {
  width: 100%;
}
form.re_promobox .disclaimer {
  font-size: 13px;
  margin-top: 40px;
}
form.re_promobox input[type=submit] {
  background: rgb(226.25, 226.25, 226.25);
}
form.re_promobox input[type=submit]:hover {
  background: white;
}
form.re_promobox .more {
  color: #aaa;
}
form.re_promobox.loading .more {
  display: none;
}

.mainarea form.re_promobox {
  display: none;
}

.ccm-edit-mode .mainarea form.re_promobox {
  display: block;
}

.sidearea form.re_promobox {
  display: block;
}

@media screen and (max-width: 920px) {
  .mainarea form.re_promobox {
    display: block;
  }
  .sidearea form.re_promobox {
    display: none;
  }
}
.googleMapCanvas {
  margin: 50px 0;
}
.googleMapCanvas * {
  box-sizing: content-box;
}

.youtubeBlock {
  margin: 50px 0;
}

section.re_newslist {
  margin: 50px 0;
}
.sidearea section.re_newslist {
  margin-top: 0;
}
section.re_newslist .heading {
  border: 0;
  padding: 0;
  font: bold 24px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  max-width: none;
}
section.re_newslist h2 {
  font: bold 24px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
section.re_newslist a.news, section.re_newslist div.news {
  display: block;
  margin: 20px 0;
  font: 15px/1.3 "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
section.re_newslist a.news .border, section.re_newslist div.news .border {
  height: 2px;
  max-width: 120px;
  background: black;
  margin-bottom: 4px;
}
section.re_newslist a.news.placeholder-label, section.re_newslist div.news.placeholder-label {
  background: rgb(255, 226.887755102, 110);
  border-radius: 4px;
}
section.re_newslist.compact {
  padding: 10px 20px 20px 20px;
  background: #ffd93b;
}
section.re_newslist.compact a.news:hover, section.re_newslist.compact a.news:active, section.re_newslist.compact div.news:hover, section.re_newslist.compact div.news:active {
  text-decoration: underline;
}
section.re_newslist.detailed {
  margin-top: 0;
}
section.re_newslist.detailed .day {
  padding: 25px 20px 0 20px;
}
section.re_newslist.detailed .day:first-child {
  background: #ffd93b;
  padding: 10px 20px 25px 20px;
}
section.re_newslist.detailed a.news, section.re_newslist.detailed div.news {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
section.re_newslist.detailed a.news:hover .text, section.re_newslist.detailed a.news:active .text, section.re_newslist.detailed div.news:hover .text, section.re_newslist.detailed div.news:active .text {
  text-decoration: underline;
}
section.re_newslist.detailed a.news .time, section.re_newslist.detailed div.news .time {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  width: 90px;
  padding-top: 6px;
}
section.re_newslist.detailed a.news .text, section.re_newslist.detailed div.news .text {
  flex: 1;
}

.mobile-newslink {
  display: none;
  margin-bottom: 25px;
  margin-right: -20px;
  background: #ffd93b;
  padding: 10px;
  font: bold 24px/1.3 "Roboto", Helvetica, Arial, sans-serif;
}

article section.re_newslist.compact,
.mainarea section.re_newslist.compact,
.page-type-news-overview .sidearea section.re_newslist.compact {
  display: none;
}

.ccm-edit-mode article section.re_newslist.compact,
.ccm-edit-mode .mainarea section.re_newslist.compact,
.ccm-edit-mode .page-type-news-overview .sidearea section.re_newslist.compact {
  display: block;
  opacity: 0.2;
}

@media screen and (max-width: 920px) {
  article section.re_newslist.compact,
  .mainarea section.re_newslist.compact {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .mobile-newslink {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  section.re_newslist.compact a.news, section.re_newslist.compact div.news {
    margin: 10px 0;
  }
  section.re_newslist.compact .more .btn {
    font-size: 15px;
    height: 24px;
    line-height: 22px;
  }
  section.re_newslist.detailed {
    margin-left: -20px;
    margin-right: -20px;
  }
  section.re_newslist.detailed a.news .time, section.re_newslist.detailed div.news .time {
    font-size: 13px;
    padding-top: 9px;
    width: 50px;
  }
}
section.re_offerlist {
  margin: 50px 0;
}
section.re_offerlist h1 {
  max-width: calc((100% - 88px) / 3);
}
section.re_offerlist .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 88px 44px;
}
section.re_offerlist .items a.re_offer {
  margin: 0;
}
section.re_offerlist .items .placeholder-label {
  border: 0;
  background: #efefef;
  border-radius: 4px;
  min-height: 400px;
}

@media screen and (max-width: 920px) {
  section.re_offerlist h1 {
    max-width: calc((100% - 44px) / 2);
  }
  section.re_offerlist .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 667px) {
  section.re_offerlist h1 {
    max-width: 80%;
  }
  section.re_offerlist .items {
    grid-template-columns: 1fr;
  }
}
section.re_offerbox {
  margin: 50px 0;
}
section.re_offerbox p.label {
  font: bold 24px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  display: inline-block;
  background: #ffd93b;
  margin: 0;
  padding: 5px 20px;
}
section.re_offerbox a.re_offer {
  margin: 0;
}
section.re_offerbox div.ccm-block-edit {
  position: initial;
}

.mainarea section.re_offerbox {
  display: none;
}

.ccm-edit-mode .mainarea section.re_offerbox {
  display: block;
}

@media screen and (max-width: 667px) {
  .sidearea section.re_offerbox {
    display: none;
  }
  .mainarea section.re_offerbox {
    display: block;
  }
}
a.re_offer {
  display: none;
  margin: 50px 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 20px 15px 50px 15px;
  position: relative;
}
a.re_offer p {
  font-size: 16px;
}
a.re_offer h2 {
  font: bold 22px/1.3 "Roboto", Helvetica, Arial, sans-serif;
}
a.re_offer h2.mobile {
  display: none;
}
a.re_offer figure {
  margin: 10px 0;
  position: relative;
}
a.re_offer figure img {
  width: 100%;
}
a.re_offer figure.logo img {
  width: 70%;
}
a.re_offer .price {
  margin: 20px 0;
  display: inline-block;
  font: bold 28px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: 3px solid black;
  border-color: #ffd93b;
}
a.re_offer .previous-price {
  font: bold 16px/1.3 "Roboto", Helvetica, Arial, sans-serif;
}
a.re_offer .disclaimer {
  margin: 20px 0;
  font-size: 13px;
}
a.re_offer .bottom {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
a.re_offer .bottom .btn {
  width: 100%;
}
a.re_offer .placeholder h2, a.re_offer .placeholder p, a.re_offer .placeholder figure {
  background: #efefef;
  border-radius: 4px;
}
a.re_offer .placeholder figure.image {
  height: 100px;
}
a.re_offer .placeholder figure.logo {
  height: 40px;
}

.ccm-edit-mode a.re_offer, section.re_offerlist a.re_offer, section.re_offerbox a.re_offer {
  display: block;
}

.ccm-edit-mode a.re_offer figure, .ccm-edit-mode a.re_offer .btn {
  max-width: 200px;
}

@media screen and (max-width: 667px) {
  a.re_offer {
    padding-bottom: 20px;
  }
  a.re_offer p, a.re_offer .disclaimer, a.re_offer .bottom {
    display: none;
  }
  a.re_offer h2 {
    display: none;
  }
  a.re_offer h2.mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  a.re_offer h2.mobile span {
    background: white;
    font-weight: bold;
  }
}
section.re_links {
  margin: 50px 0;
}
section.re_links .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 25px;
}
section.re_links a.link, section.re_links .link {
  display: block;
  position: relative;
  background: #f6f6f6;
  padding: 15px 15px 45px 15px;
  top: 0;
  transition: top 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
  border: 3px solid #f6f6f6;
}
section.re_links a.link img, section.re_links a.link .img, section.re_links .link img, section.re_links .link .img {
  width: auto;
  max-width: 90%;
  max-height: 80px;
}
section.re_links a.link:hover, section.re_links .link:hover {
  background: white;
  border-color: #ffd93b;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  top: -2px;
}
section.re_links a.link .label, section.re_links .link .label {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  font: bold 24px/1.3 "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 0 15px;
}
section.re_links.placeholder a.link, section.re_links.placeholder .link {
  background: #efefef;
  border-width: 0;
  border-radius: 4px;
  min-height: 150px;
}

@media screen and (max-width: 667px) {
  section.re_links .items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  section.re_links a.link img, section.re_links a.link .img, section.re_links .link img, section.re_links .link .img {
    max-height: 100px;
  }
  section.re_links a.link .label, section.re_links .link .label {
    font-size: 18px;
  }
  section.re_links a.link:hover, section.re_links .link:hover {
    top: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 321px) {
  section.re_links a.link .label, section.re_links .link .label {
    font-size: 16px;
  }
}
section.re_parking {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
section.re_parking h1 {
  max-width: calc((100% - 44px) / 2);
}
section.re_parking table {
  width: auto;
  max-width: 100%;
  margin: 25px 0;
}
section.re_parking table tr td {
  padding: 4px 40px 4px 0;
}
section.re_parking table tr td.availability {
  padding-right: 10px;
}
section.re_parking table tr td.availability .fas, section.re_parking table tr td.availability .far, section.re_parking table tr td.availability .fal, section.re_parking table tr td.availability .fab, section.re_parking table tr td.availability .fa {
  font-size: 15px;
  vertical-align: 1px;
}
section.re_parking table tr td.number {
  display: none;
}
section.re_parking table tr td.number span {
  display: inline-block;
  width: 40px;
  padding: 4px;
  text-align: center;
  background: #2a72ba;
  color: white;
}
section.re_parking table tr td.group {
  padding-top: 25px;
  padding-bottom: 10px;
  font-weight: bold;
}
section.re_parking table tr td.group .icon {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: -2px;
}
section.re_parking table tr td.group.north .icon {
  color: #d5f200;
}
section.re_parking table tr td.group.west .icon {
  color: #ff7174;
}
section.re_parking table tr td.group.south .icon {
  color: #c888cd;
}
section.re_parking .illu {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}
section.re_parking figure {
  margin: 25px 0;
}
section.re_parking figure img {
  width: 100%;
}
section.re_parking .availability.available {
  color: #87dc00;
}
section.re_parking .availability.unavailable {
  color: #c75b5b;
}
section.re_parking .name {
  font-weight: bold;
}
section.re_parking .placeholder table tr td span {
  display: inline-block;
  background: #efefef;
  border-radius: 4px;
}
section.re_parking .placeholder table tr td.number span {
  width: 40px;
}
section.re_parking .placeholder table tr td.availability span {
  background: transparent;
  color: #efefef;
}
section.re_parking .placeholder table tr td.count span {
  width: 60px;
}
section.re_parking .placeholder table tr td.name span {
  width: 200px;
}

@media screen and (max-width: 667px) {
  section.re_parking table tr td {
    padding-right: 20px;
  }
  section.re_parking table tr td.availability {
    padding-right: 5px;
  }
  section.re_parking .placeholder table tr td.number span {
    width: 30px;
  }
  section.re_parking .placeholder table tr td.count span {
    width: 40px;
  }
  section.re_parking .placeholder table tr td.name span {
    width: 120px;
  }
}
@media screen and (max-width: 321px) {
  section.re_parking h1 {
    max-width: 70%;
  }
  section.re_parking table tr td.number {
    display: none;
  }
}
section.re_xwords {
  margin: 50px 0;
}
section.re_xwords iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
  border: 0;
}
section.re_xwords.placeholder {
  min-height: 300px;
  background: #efefef;
  border-radius: 4px;
}

section.re_mteasers {
  margin: 50px 0;
  position: relative;
}
section.re_mteasers h1 {
  max-width: calc((100% - 44px) / 2);
}
section.re_mteasers .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 44px;
}
section.re_mteasers a, section.re_mteasers .a {
  display: block;
  position: relative;
  background: rgb(255, 241.7193877551, 186.5);
  padding: 15px;
  top: 0;
  transition: top 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
  border: 3px solid rgb(255, 241.7193877551, 186.5);
}
section.re_mteasers a figure, section.re_mteasers .a figure {
  margin: 10px 0;
}
section.re_mteasers a figure img, section.re_mteasers a figure .img, section.re_mteasers .a figure img, section.re_mteasers .a figure .img {
  width: 100%;
}
section.re_mteasers a p, section.re_mteasers .a p {
  font: 16px/1.3 "IBM Plex Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
section.re_mteasers a:hover, section.re_mteasers .a:hover {
  background: white;
  border-color: #ffd93b;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  top: -2px;
}
section.re_mteasers .illu {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}
section.re_mteasers.placeholder a, section.re_mteasers.placeholder .a {
  background: #efefef;
  border-width: 0;
  border-radius: 4px;
  min-height: 150px;
}

@media screen and (max-width: 667px) {
  section.re_mteasers .items {
    grid-template-columns: 1fr;
  }
  section.re_mteasers a:hover, section.re_mteasers .a:hover {
    top: 0;
    box-shadow: none;
  }
}
section.re_vote {
  margin: 50px 0;
  background: #f6f6f6;
  max-width: 500px;
  padding: 25px;
}
section.re_vote h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}
section.re_vote h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
section.re_vote p {
  margin-bottom: 10px;
}
section.re_vote .option {
  margin-top: 40px;
}
section.re_vote .option p {
  font-size: 17px;
}
section.re_vote .result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
section.re_vote .result .label {
  font-weight: bold;
  font-size: 20px;
  width: 80px;
}
section.re_vote .result .barbg {
  width: 100%;
  background: #eee;
}
section.re_vote .result .bar {
  background: #ffd93b;
  height: 28px;
}
section.re_vote .result.backend {
  margin-bottom: 10px;
}
section.re_vote .more-text {
  margin-top: 25px;
}
section.re_vote.placeholder h2, section.re_vote.placeholder h3, section.re_vote.placeholder p, section.re_vote.placeholder .btn {
  background: #efefef;
  border-radius: 4px;
  border-width: 0;
  color: #aaa;
}
section.re_vote.placeholder .btn {
  width: 160px;
}

.re_paywall {
  margin: 50px 0;
}
.re_paywall .wall {
  background: #ffd93b;
  padding: 10px 50px;
  border-radius: 5px;
}
.re_paywall section {
  background: white;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 25px;
  display: flex;
  justify-content: center;
}
.re_paywall section .container {
  max-width: 690px;
  text-align: center;
}
.re_paywall section h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.re_paywall section:last-child {
  margin-bottom: 0;
}
.re_paywall section .icon {
  height: 24px;
  margin-left: 15px;
  vertical-align: middle;
}
.re_paywall p.blurry {
  font-size: 15px;
  text-align: center;
  margin-bottom: 1em;
}
.re_paywall p:last-child {
  margin: 0;
}

@media screen and (max-width: 667px) {
  .re_paywall .wall {
    padding: 10px 20px;
  }
}
section.re_rteaser {
  margin: 50px 0;
}
section.re_rteaser a.article, section.re_rteaser div.article {
  display: flex;
  position: relative;
  transition: background-color linear 0.2s;
  border-top: 3px solid #ffd93b;
  border-bottom: 3px solid #ffd93b;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
}
section.re_rteaser a.article .left, section.re_rteaser div.article .left {
  flex: 0 0 33.3333%;
}
section.re_rteaser a.article .right, section.re_rteaser div.article .right {
  flex: 0 0 66.6666%;
  padding-left: 25px;
}
section.re_rteaser a.article .legend, section.re_rteaser div.article .legend {
  margin-bottom: 10px;
}
section.re_rteaser a.article .legend span, section.re_rteaser div.article .legend span {
  display: inline-block;
  border-radius: 8px 0;
  background: #e6e6e6;
  padding: 0 10px;
  font: 13px/20px "IBM Plex Sans Medium", Helvetica, Arial, sans-serif;
}
section.re_rteaser a.article h2, section.re_rteaser div.article h2 {
  display: block;
  font-size: 22px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
section.re_rteaser a.article figure, section.re_rteaser div.article figure {
  margin: 0;
}
section.re_rteaser a.article figure img, section.re_rteaser div.article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  background: #efefef;
}
section.re_rteaser a.article p, section.re_rteaser div.article p {
  font: 16px/1.3 "IBM Plex Sans", Helvetica, Arial, sans-serif;
  margin: 15px 0;
}
section.re_rteaser a.article.placeholder .legend span, section.re_rteaser div.article.placeholder .legend span {
  min-width: 100px;
}
section.re_rteaser a.article.placeholder h2, section.re_rteaser a.article.placeholder .img, section.re_rteaser a.article.placeholder p, section.re_rteaser div.article.placeholder h2, section.re_rteaser div.article.placeholder .img, section.re_rteaser div.article.placeholder p {
  background: #efefef;
  border-radius: 4px;
  border-width: 0;
  color: #aaa !important;
}
section.re_rteaser a.article.placeholder .img, section.re_rteaser div.article.placeholder .img {
  position: relative;
}
section.re_rteaser a.article.placeholder .img .fas, section.re_rteaser a.article.placeholder .img .far, section.re_rteaser a.article.placeholder .img .fal, section.re_rteaser a.article.placeholder .img .fab, section.re_rteaser a.article.placeholder .img .fa, section.re_rteaser div.article.placeholder .img .fas, section.re_rteaser div.article.placeholder .img .far, section.re_rteaser div.article.placeholder .img .fal, section.re_rteaser div.article.placeholder .img .fab, section.re_rteaser div.article.placeholder .img .fa {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
}
section.re_rteaser a.article:hover {
  background: #ffd93b;
}

@media screen and (max-width: 1040px) {
  section.re_rteaser a.article .left, section.re_rteaser div.article .left {
    flex: 0 0 40%;
  }
  section.re_rteaser a.article .right, section.re_rteaser div.article .right {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 667px) {
  section.re_rteaser a.article, section.re_rteaser div.article {
    display: block;
    margin-left: 20px;
    padding: 20px 0;
  }
  section.re_rteaser a.article .right, section.re_rteaser div.article .right {
    padding: 0;
  }
  section.re_rteaser a.article .right .legend, section.re_rteaser div.article .right .legend {
    display: none;
  }
  section.re_rteaser a.article figure, section.re_rteaser div.article figure {
    margin-bottom: 25px;
  }
  section.re_rteaser a.article p, section.re_rteaser div.article p {
    margin-bottom: 0;
  }
  section.re_rteaser a.article:hover {
    background: transparent;
  }
}
.ccm-block-mesch-news-ticker.initialized {
  display: block !important;
}
.ccm-block-mesch-news-ticker.default {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  max-width: 1014px;
  z-index: 10000;
  background-color: black;
  color: white;
}
.ccm-block-mesch-news-ticker.default .mesch-news-ticker-inner {
  display: flex;
  height: 100%;
}
.ccm-block-mesch-news-ticker.default .mesch-news-ticker-name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background: red;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: pre-wrap;
  text-align: center;
  line-height: 1;
}
@media (min-width: 668px) {
  .ccm-block-mesch-news-ticker.default .mesch-news-ticker-name {
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ccm-block-mesch-news-ticker.default p {
  margin-bottom: 0;
  color: white;
  font-size: 15px;
  white-space: nowrap;
}
.ccm-block-mesch-news-ticker.default .mesch-news-ticker-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
.ccm-block-mesch-news-ticker.default .mesch-news-ticker-link:focus-visible {
  outline: 2px solid white;
  outline-offset: -2px;
}

/** Custom overrides if toolbar is visible and/or edit mode is active */
html.mesch-news-ticker-active .re_header .web {
  top: 49px !important;
}
html.mesch-news-ticker-active .pagecontent {
  margin-top: 75px;
}
@media (min-width: 668px) {
  html.mesch-news-ticker-active .pagecontent {
    margin-top: 50px;
  }
}
html.mesch-news-ticker-active .halfpage {
  top: 164px;
}
@media screen and (max-width: 667px) {
  html.mesch-news-ticker-active .left-menu {
    top: 113px !important;
    height: calc(100vh - 113px) !important;
  }
}
html.ccm-toolbar-visible.mesch-news-ticker-active .ccm-block-mesch-news-ticker.default {
  top: 48px !important;
}
html.ccm-toolbar-visible.mesch-news-ticker-active .re_header .web {
  top: 94px !important;
}
html.ccm-edit-mode .ccm-block-mesch-news-ticker.default {
  position: static !important;
}

.ccm-tab-content {
  display: none;
}
.ccm-tab-content.active {
  display: block;
}

.ccm-ui label {
  margin-bottom: 5px;
}

.alert {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}
.alert.alert-danger {
  background-color: #ffefef;
  border: 2px solid red;
}
.alert.alert-success {
  background-color: #ecffec;
  border: 2px solid green;
}

:root {
  --bs-body-color: black;
  --bs-body-font-family: "Roboto", Helvetica, Arial, sans-serif;
  --bs-secondary-bg: #4a90e2;
  --bs-body-bg: white;
}
