﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.bg-footer {
  margin: 0 auto;
  max-width: 939px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  box-sizing: border-box; }
  .bg-footer p {
    max-width: 600px;
    color: #617A77;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px; }
  .bg-footer a {
    color: #232c36; }
    .bg-footer a:hover {
      color: #f26021; }

.bg-global-menu {
  position: relative;
  display: grid;
  height: 62px;
  box-sizing: border-box;
  grid-template-columns: auto 1fr minmax(180px, 250px);
  align-items: center;
  background-color: #232c36;
  color: white;
  padding: 0 10px;
  transition: 0.2s; }
  @media (min-width: 500px) {
    .bg-global-menu {
      grid-template-columns: minmax(150px, 190px) 1fr minmax(200px, 250px); } }
  @media (max-width: 800px) {
    .bg-global-menu {
      overflow: hidden;
      align-content: start;
      padding: 10px; } }
  .bg-global-menu.bg-bulbapedia-menu {
    margin-bottom: 15px; }
    @media (max-width: 800px) {
      .bg-global-menu.bg-bulbapedia-menu {
        margin-bottom: 0; } }

.bg-global-menu-toggle {
  display: none; }
  @media (max-width: 800px) {
    .bg-global-menu-toggle {
      display: flex; } }

.bg-global-nav {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 25px; }
  @media (max-width: 800px) {
    .bg-global-nav {
      position: absolute;
      flex-direction: column;
      padding: 0 15px;
      top: 62px;
      left: 0;
      right: 0;
      overflow: hidden;
      background-color: #232c36;
      z-index: 100;
      transition: all 0.3s; } }

.bg-global-menu.expanded {
  z-index: 100;
  height: 100vh;
  overflow-y: scroll; }
  .bg-global-menu.expanded .bg-global-nav {
    padding-bottom: 10px; }

.bg-global-nav-logo {
  display: block;
  height: 30px;
  background-image: url("../images/bg-logo-global-orig.png");
  /*background-image: url("../images/bg-logo-global.svg");*/
  background-position: left 40%;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 500px) {
    .bg-global-nav-logo {
      width: 30px;
      background-size: 202px; } }
  .bg-bulbapedia-menu .bg-global-nav-logo {
    background-image: url("../images/bg-logo-green-orig.png");
    /*background-image: url("../images/bg-logo-green.svg");*/ }
  .bg-forums-menu .bg-global-nav-logo {
    background-image: url("../images/bg-logo-blue-orig.png");
    /*background-image: url("../images/bg-logo-blue.svg");*/ }

.bg-global-nav-primary {
  display: flex;
  flex-grow: 1; }
  .bg-global-nav-primary.utilities {
    justify-self: flex-end;
    flex-grow: 0;
    margin-left: 30px; }
  @media (max-width: 800px) {
    .bg-global-nav-primary {
      flex-direction: column;
      align-items: stretch; }
      .bg-global-nav-primary.utilities {
        margin-left: 0; } }

.bg-global-nav-primary-item {
  margin-right: clamp(10px, 1vw, 20px); }
  .bg-global-nav-primary-item:last-child {
    margin-right: 0; }
  @media (max-width: 800px) {
    .bg-global-nav-primary-item {
      padding: 5px 0; } }

.bg-global-nav-primary-link {
  padding: 22px 0 19px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: "Public Sans", sans-serif;
  font-size: 15px;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
  color: white;
  text-decoration: none;
  cursor: pointer; }
  .bg-global-nav-primary-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 16px;
    border-radius: 5px;
    background-color: transparent; }
  .bg-global-nav-primary-link:visited {
    color: white; }
  .bg-global-nav-primary-link:hover {
    text-decoration: none; }
    .bg-global-nav-primary-link:hover:before {
      background-color: #fdc500; }
      .bg-bulbapedia-menu .bg-global-nav-primary-link:hover:before {
        background-color: #54b752; }
      .bg-forums-menu .bg-global-nav-primary-link:hover:before {
        background-color: #0075ff; }
  .bg-global-nav-primary-link.selected:before {
    background-color: #fdc500; }
    .bg-bulbapedia-menu .bg-global-nav-primary-link.selected:before {
      background-color: #54b752; }
    .bg-forums-menu .bg-global-nav-primary-link.selected:before {
      background-color: #0075ff; }
  .bg-global-nav-primary-link.menu {
    display: none;
    margin: 0 22px;
    justify-self: end; }
    .bg-global-nav-primary-link.menu:after {
      content: "";
      display: block;
      position: absolute;
      right: -20px;
      width: 1em;
      height: 1em;
      background-image: url("../images/icon-menu-yellow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      .bg-global-menu.expanded .bg-global-nav-primary-link.menu:after {
        background-image: url("../images/icon-menu-close-yellow.svg"); }
    .bg-bulbapedia-menu .bg-global-nav-primary-link.menu:after {
      background-image: url("../images/icon-menu-green.svg"); }
    .bg-bulbapedia-menu.expanded .bg-global-nav-primary-link.menu:after {
      background-image: url("../images/icon-menu-close-green.svg"); }
    .bg-forums-menu .bg-global-nav-primary-link.menu:after {
      background-image: url("../images/icon-menu-blue.svg"); }
    .bg-forums-menu.expanded .bg-global-nav-primary-link.menu:after {
      background-image: url("../images/icon-menu-close-blue.svg"); }
    .bg-bulbapedia-menu .bg-global-nav-primary-link.menu:hover:before {
      background-color: #54b752; }
    .bg-forums-menu .bg-global-nav-primary-link.menu:hover:before {
      background-color: #0075ff; }
  .bg-global-nav-primary-haschildren .bg-global-nav-primary-link:after {
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    width: 18px;
    height: 100%;
    background-image: url("../images/icon-dropdown-arrow-yellow.svg");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center; }
    .bg-bulbapedia-menu .bg-global-nav-primary-haschildren .bg-global-nav-primary-link:after {
      background-image: url("../images/icon-dropdown-arrow-green.svg"); }
    .bg-forums-menu .bg-global-nav-primary-haschildren .bg-global-nav-primary-link:after {
      background-image: url("../images/icon-dropdown-arrow-blue.svg"); }
  @media (max-width: 800px) {
    .bg-global-nav-primary-link {
      padding: 12px 0;
      font-size: 16px; }
      .bg-global-nav-primary-link:before {
        bottom: 10px; }
      .bg-global-nav-primary-link.active:before {
        background-color: #fdc500; } }
  @media (max-width: 800px) {
    .bg-global-nav-primary-link.menu {
      display: inline-flex;
      flex: 0 0 auto; } }

.bg-global-nav-primary-haschildren {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: clamp(16px, 3vw, 26px); }
  @media (max-width: 800px) {
    .bg-global-nav-primary-haschildren {
      margin-right: 0; } }

.bg-global-nav-primary-children {
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
  padding: 15px 15px 0;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 10px; }
  @media (max-width: 800px) {
    .bg-global-nav-primary-children {
      width: 100%; } }
  @media (min-width: 800px) {
    .bg-global-nav-primary-haschildren:hover > .bg-global-nav-primary-children {
      z-index: 2147483647;
      display: flex;
      position: absolute;
      background-color: white;
      top: 45px;
      padding: 20px 20px 0px;
      box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2); } }

.bg-global-nav-secondary {
  flex: 1 0 110px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  margin-bottom: 20px; }
  .bg-global-nav-secondary.row {
    flex-direction: column;
    flex: 0 0 100%; }
  .bg-global-nav-secondary:last-child {
    padding-right: 0; }
  @media (max-width: 800px) {
    .bg-global-nav-secondary {
      padding-right: 0; }
      .bg-global-nav-secondary.row {
        flex-direction: row;
        margin-bottom: 10px; } }

.bg-global-nav-secondary-item {
  position: relative;
  align-self: stretch;
  padding: 5px 0;
  margin-bottom: 5px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #232c36; }
  .bg-global-nav-secondary-item.header {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    border-bottom: 1px solid #cedfea; }
  .bg-global-nav-secondary-item.bulbapedia, .bg-global-nav-secondary-item.forums {
    padding: 0; }
  .bg-global-nav-secondary-item.bulbapedia a,
  .bg-global-nav-secondary-item.forums a {
    display: inline-block;
    min-width: 120px;
    font-size: 14px;
    padding: 12px 12px 12px 35px;
    margin-right: 10px;
    background-color: #eef5eb;
    border-radius: 5px;
    text-decoration: none; }
    .bg-global-nav-secondary-item.bulbapedia a:before,
    .bg-global-nav-secondary-item.forums a:before {
      content: "";
      display: block;
      position: absolute;
      left: 10px;
      width: 20px;
      height: 16px;
      /*background-image: url("../images/bulbapedia-mark.svg");*/
      background-image: url("../images/bulb-green-orig.png");
      background-size: contain;
      background-repeat: no-repeat; }
    .bg-global-nav-secondary-item.bulbapedia a:hover,
    .bg-global-nav-secondary-item.forums a:hover {
      text-decoration: underline; }
  .bg-global-nav-secondary-item.forums a {
    background-color: #eff5f9; }
    .bg-global-nav-secondary-item.forums a:before {
      background-image: url("../images/bulb-blue-orig.png"); }
  @media (max-width: 800px) {
    .bg-global-nav-secondary-item.header {
      color: #96a2b0;
      border-color: #232c36; }
    .bg-global-nav-secondary-item.bulbapedia a,
    .bg-global-nav-secondary-item.forums a {
      background: #232c36; } }

.bg-global-nav-secondary-link {
  text-decoration: none;
  color: #232c36; }
  .bg-global-nav-secondary-link:visited {
    color: #232c36; }
  .bg-global-nav-secondary-link:hover {
    text-decoration: underline; }
  @media (max-width: 800px) {
    .bg-global-nav-secondary-link {
      color: white; }
      .bg-global-nav-secondary-link:visited {
        color: white; } }

.bg-global-nav-search-wrapper {
  grid-column: 3 / span 1;
  display: flex;
  flex: 0 1 250px;
  align-items: center;
  position: relative;
  margin-left: 30px;
  padding: 0 10px 0 32px;
  border-radius: 50px;
  background-color: white;
  overflow: hidden; }
  .bg-global-nav-search-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon-search.svg"); }
  @media (max-width: 800px) {
    .bg-global-nav-search-wrapper {
      margin-left: 10px; } }

.bg-global-nav-search-input {
  font-family: "Public Sans", sans-serif;
  font-size: 14px !important;
  width: 100% !important;
  padding: 10px 10px 10px 0;
  outline: none;
  border: none; }

.news-list-loadmore {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 150px;
  background: #daf4eb;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  color: #232c36;
  border-radius: 10px;
  font-weight: 600; }
  .news-list-loadmore:hover {
    text-decoration: underline; }

.news-article-card {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: min-content 1fr;
  margin-bottom: 15px;
  position: relative;
  padding: clamp(15px, 3vw, 30px) clamp(20px, 5vw, 40px);
  background-color: white;
  border-radius: 15px; }
  @media (max-width: 800px) {
    .news-article-card {
      margin-bottom: 10px; } }
  @media (max-width: 500px) {
    .news-article-card {
      padding: 10px;
      border-radius: 10px; }
      .news-article-card .news-tag-list {
        display: none; } }

.news-article-card-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: -1.2em;
  top: 30px;
  padding: 0.4em 0.6em;
  font-size: clamp(11px, 2.2vw, 24px);
  font-weight: 850;
  text-align: center;
  color: white;
  background-color: #e71e26;
  border-radius: 10px; }
  .news-article-card-date span {
    display: block;
    font-size: 0.5em;
    font-weight: 750;
    text-transform: uppercase; }
  @media (max-width: 500px) {
    .news-article-card-date {
      padding: 0;
      flex-direction: row;
      position: relative;
      border-radius: 5px;
      top: 0;
      left: 0;
      margin-bottom: 2px;
      grid-column: 2 / span 1;
      justify-self: start;
      border-radius: 5px;
      background-color: transparent;
      color: #e71e26; }
      .news-article-card-date span {
        font-size: inherit;
        font-weight: inherit;
        margin-right: 5px; } }

.news-article-card-thumbnail {
  grid-column: 1 / span 1;
  grid-row: 1 / span 3; }
  .news-article-card-thumbnail img {
    width: 180px;
    height: 180px;
    margin-left: -55px;
    margin-top: -10px;
    margin-right: 20px;
    object-fit: cover;
    border-radius: 10px;
    background-color: #cedfea;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 800px) {
      .news-article-card-thumbnail img {
        width: 120px;
        height: 120px;
        margin-top: 0;
        margin-left: 0px;
        margin-right: 10px; } }
    @media (max-width: 500px) {
      .news-article-card-thumbnail img {
        width: 90px;
        height: 90px;
        margin-top: 0;
        margin-left: 0px;
        margin-right: 10px; } }

.news-article-card-header {
  grid-column: 2 / span 1;
  margin-bottom: clamp(1px, 0.5vw, 15px); }

.news-article-card-title {
  font-size: clamp(14px, 3vw, 24px);
  font-weight: 850;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  color: #232c36; }
  .news-article-card-title a {
    color: #232c36;
    text-decoration: none; }
    .news-article-card-title a:hover {
      text-decoration: underline; }

.news-article-card-excerpt {
  grid-column: 1 / span 2;
  margin: 1em 0;
  font-size: clamp(14px, 2vw, 15px);
  line-height: 1.7;
  color: #232c36; }
  .news-article-card-excerpt em {
    font-style: italic; }
  @media (max-width: 500px) {
    .news-article-card-excerpt {
      display: none; } }

.news-article-card-cta {
  grid-column: 1 / span 2; }
  @media (max-width: 500px) {
    .news-article-card-cta {
      display: none !important; } }

.news-filtermenu {
  position: relative; }

.news-filter-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  box-sizing: border-box; }

.news-filter-button {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2px 8px;
  height: 20px;
  font-family: "Public Sans", sans-serif;
  line-height: 1;
  font-size: 12px;
  font-weight: 550;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.2s; }
  .news-filter-button:hover {
    background-color: #daf4eb;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .news-filter-button.active {
    background-color: #daf4eb;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .news-filter-button a {
    color: #232c36;
    text-decoration: none; }

@media (max-width: 1000px) {
  .news-filter-list {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: calc(100% - 110px);
    border-right: 1px solid #cedfea;
    padding-top: 3px;
    padding-right: 70px; }
  .news-filter-button {
    display: inline-block; } }

.news-tag-list {
  overflow: hidden;
  margin-bottom: -10px; }

.news-tag {
  float: left; }
  .news-tag a {
    align-items: center;
    box-sizing: border-box;
    margin-right: 5px;
    padding: 0 10px;
    line-height: 25px;
    font-family: "Public Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 15px;
    background-color: #dfe5da;
    cursor: pointer;
    color: #232c36;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    margin-bottom: 10px; }
  .news-tag a:hover {
    text-decoration: underline; }

.news-meta-item {
  display: flex;
  align-items: center;
  margin-right: 9px;
  font-family: "Public Sans", sans-serif;
  line-height: 1;
  font-size: 11px;
  font-weight: 600;
  color: #232c36; }
  .news-meta-item a {
    color: #232c36;
    text-decoration: none; }
    .news-meta-item a:hover {
      text-decoration: underline; }
  .news-meta-item:before {
    content: "";
    width: 14px;
    height: 12px;
    margin-right: 5px;
    margin-top: -1px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .news-meta-item.author:before {
    background-image: url("../images/icon-person.svg"); }
  .news-meta-item.views:before {
    background-image: url("../images/icon-eye.svg"); }
  .news-meta-item.comments:before {
    background-image: url("../images/icon-comments.svg"); }

.news-meta-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  @media (max-width: 500px) {
    .news-meta-list {
      margin-bottom: 0; } }

.news-content ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1rem;
  overflow: hidden; }

.news-content li {
  padding-bottom: 6px; }

.news-content b {
  font-weight: bold; }

.news-content i {
  font-style: italic; }

.news-content a {
  color: #e71e26; }
  .news-content a:hover {
    color: #f26021; }

.news-content img {
  max-width: 100%;
  /*width: auto !important;*/
  border-radius: 10px; }

.news-content .bbImage {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1); }

.news-content .bbImageAligned--right {
  float: right;
  margin: 5px 0 5px 5px;
  width: 50% !important; }

.news-content .bbImageAligned--left {
  float: left;
  margin: 5px 5px 5px 0;
  width: 50% !important; }

.news-content blockquote {
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  border: 1px solid #cedfea;
  border-left: 5px solid #0075ff;
  border-radius: 5px;
  overflow: hidden; }

.news-content .bbCodeBlock-title {
  padding: 3px 10px;
  background: #d2e5fa;
  color: #0075ff;
  font-size: 12px;
  font-weight: bold; }
  .news-content .bbCodeBlock-title a {
    text-decoration: none;
    color: #0075ff; }

.news-content .bbCodeBlock-content {
  padding: 10px 10px;
  background: #eff5f9; }

.news-content .bbCodeBlock-expandLink {
  display: none; }

.news-content .bbTable {
  background: #cedfea;
  border-radius: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px; }
  .news-content .bbTable th {
    padding: 4px 4px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    min-width: 100px; }
  .news-content .bbTable td {
    padding: 8px;
    font-size: 12px; }

.news-content .s9e-miniplayer-inactive iframe {
  width: 100%;
  height: 290px; }

.news-content iframe[data-s9e-mediaembed=twitter] {
  height: 600px !important;
  margin-top: 20px; }

@media (max-width: 800px) {
  .news-content img {
    /*max-width: 50%;*/ }
  .news-content .s9e-miniplayer-inactive iframe {
    width: 100%;
    height: 200px; } }

.fauxBlockLink .contentRow {
  display: flex; }

.fauxBlockLink .contentRow-figure--fixedSmall {
  width: 60px; }

.fauxBlockLink .contentRow-main {
  flex: 1; }

.fauxBlockLink .contentRow-snippet {
  font-size: 12px;
  padding-bottom: 3px; }

.fauxBlockLink .contentRow-minor {
  font-size: 12px; }

.fauxBlockLink .js-unfurl-favicon img {
  width: 12px; }

.news-details {
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
  padding: clamp(15px, 3vw, 30px) clamp(20px, 5vw, 40px);
  padding-top: 55px;
  background-color: white;
  border-radius: 15px; }
  @media (max-width: 800px) {
    .news-details {
      margin-bottom: 10px; } }
  @media (max-width: 500px) {
    .news-details {
      padding: 10px 20px;
      border-radius: 10px; } }

.news-details-date {
  width: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 40px;
  top: -20px;
  padding: 0.4em 0.6em;
  font-size: clamp(11px, 2.2vw, 24px);
  font-weight: 850;
  text-align: center;
  color: white;
  background-color: #e71e26;
  border-radius: 10px; }
  .news-details-date span {
    display: block;
    font-size: 0.5em;
    font-weight: 750;
    text-transform: uppercase; }
  @media (max-width: 500px) {
    .news-details-date {
      padding: 10px 0;
      flex-direction: row;
      position: relative;
      border-radius: 5px;
      top: 0;
      left: 0;
      margin-top: -20px;
      margin-bottom: 6px;
      justify-self: start;
      border-radius: 5px;
      background-color: #e71e26;
      color: #fff; }
      .news-details-date span {
        font-size: inherit;
        font-weight: inherit;
        margin-right: 5px; } }

.news-details-thumbnail img {
  width: 180px;
  height: 180px;
  margin-left: -55px;
  margin-top: -10px;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 10px; }
  @media (max-width: 800px) {
    .news-details-thumbnail img {
      width: 120px;
      height: 120px;
      margin-top: 0;
      margin-left: 0px;
      margin-right: 10px; } }
  @media (max-width: 500px) {
    .news-details-thumbnail img {
      width: 90px;
      height: 90px;
      margin-top: 0;
      margin-left: 0px;
      margin-right: 10px; } }

.news-details-header {
  margin-bottom: clamp(1px, 0.5vw, 15px); }

.news-details-title {
  font-size: clamp(35px, 3vw, 24px);
  font-weight: 850;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  color: #232c36; }
  .news-details-title a {
    color: #232c36;
    text-decoration: none; }
    .news-details-title a:hover {
      text-decoration: underline; }
  @media (max-width: 800px) {
    .news-details-title {
      font-size: clamp(26px, 3vw, 24px); } }
  @media (max-width: 500px) {
    .news-details-title {
      font-size: clamp(26px, 3vw, 24px); } }

.news-details-text {
  margin: 1em 0;
  font-size: clamp(14px, 2vw, 15px);
  line-height: 1.7;
  color: #232c36; }
  .news-details-text em {
    font-style: italic; }

.news-details-sources {
  margin-bottom: 20px;
  margin-top: 20px; }

.news-details-sources-header {
  border-bottom: 1px solid #cedfea;
  margin-bottom: 6px;
  padding-bottom: 6px; }

.news-details-source {
  display: block; }
  .news-details-source a {
    display: block;
    padding: 5px;
    font-size: 12px;
    line-height: 1.4;
    color: #6E8198;
    word-break: break-all; }
    .news-details-source a:hover {
      color: #f26021; }

.news-details-author {
  display: block;
  border-top: 1px solid #cedfea;
  padding: 0 20px;
  padding-top: 27px;
  margin-top: 20px;
  position: relative;
  min-height: 88px;
  padding-left: 68px;
  box-sizing: border-box; }

.news-details-author-avatar {
  position: absolute;
  left: 0;
  top: 20px; }
  .news-details-author-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1); }

.news-details-author-label {
  display: block;
  font-size: 12px;
  color: #96a2b0; }

.news-details-author-name {
  padding: 6px 0px;
  display: inline-block;
  font-weight: 600;
  color: #232c36;
  text-decoration: none; }
  .news-details-author-name:hover {
    text-decoration: underline; }

.news-meta-list.news-details-meta-list .news-meta-item {
  font-size: 15px; }
  .news-meta-list.news-details-meta-list .news-meta-item:before {
    content: "";
    width: 16px;
    height: 14px;
    margin-right: 5px;
    margin-top: -1px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.comment-list {
  margin-top: 20px; }

.comment-list-header {
  font-size: clamp(14px, 3vw, 24px);
  font-weight: 850;
  line-height: 1.2em;
  margin-bottom: 1.0em;
  color: #232c36; }

.comment-list-gobuttons {
  font-size: 14px;
  margin-top: 40px; }
  @media (max-width: 800px) {
    .comment-list-gobuttons {
      text-align: center; } }

.comment-list-gotoforum {
  font-weight: 600;
  position: relative;
  display: inline-block;
  min-width: 120px;
  padding: 20px 20px 20px 50px;
  margin-right: 10px;
  background-color: #daf4eb;
  border-radius: 10px;
  text-decoration: none;
  color: #232c36; }
  .comment-list-gotoforum:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 14px;
    width: 30px;
    height: 30px;
    /*background-image: url("/Content/bulbagarden/images/forums-mark.svg");*/
    background-image: url("../images/bulb-blue-orig.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .comment-list-gotoforum:hover {
    text-decoration: underline; }

.comment-list-gotoregistration {
  color: #617A77;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap; }
  .comment-list-gotoregistration:hover {
    text-decoration: underline; }

.comment {
  position: relative;
  margin-left: 70px;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
  padding: clamp(15px, 3vw, 30px) clamp(20px, 5vw, 25px);
  background-color: white;
  border-radius: 15px; }
  @media (max-width: 800px) {
    .comment {
      margin-bottom: 10px; } }
  @media (max-width: 500px) {
    .comment {
      padding: 10px;
      border-radius: 10px; } }
  .comment:before {
    content: " ";
    position: absolute;
    display: block;
    left: -12px;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid white; }

.comment-avatar {
  position: absolute;
  left: -70px;
  top: 5px;
  text-decoration: none; }
  .comment-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .comment-avatar span {
    background: #f26021;
    color: #fff;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold; }

.comment-meta {
  font-size: 12px;
  margin-bottom: 1rem; }

.comment-username {
  text-decoration: none;
  font-weight: bold;
  color: #232c36; }

.comment-date {
  color: #96a2b0;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #96a2b0; }

.comment-content {
  font-size: 15px;
  line-height: 1.5rem; }

@media (max-width: 800px) {
  .comment {
    margin-left: 40px; }
  .comment-avatar {
    left: -50px; }
    .comment-avatar img {
      width: 30px;
      height: 30px; } }

.comment-reactions {
  overflow-y: hidden;
  background: #eff5f9;
  border: 1px solid #cedfea;
  padding: 6px 10px;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 5px; }

.comment-reactions:empty {
  display: none; }

.u-srOnly {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.reactionsBar-link {
  color: #96a2b0;
  text-decoration: none; }

.reactionsBar.is-active {
  display: block;
  opacity: 1; }

.reactionsBar.is-transitioning {
  display: block; }

.reactionsBar.is-active {
  height: auto;
  overflow-y: visible; }

.reactionsBar.is-transitioning {
  overflow-y: hidden; }

.reactionSummary {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 16px;
  height: 16px;
  margin: 0 -2px;
  vertical-align: text-top; }

.reactionSummary > li {
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 2px;
  margin: -2px 0;
  border-radius: 50%;
  position: relative;
  margin-left: -6px; }

.reactionSummary > li:nth-child(1) {
  z-index: 3;
  margin-left: 0; }

.reactionSummary > li:nth-child(2) {
  z-index: 2; }

.reactionSummary > li:nth-child(3) {
  z-index: 1; }

.reactionSummary .reaction {
  position: absolute;
  top: 0; }

.reactionSummary .reaction.reaction {
  display: block; }

.reactionsBar .reactionSummary > li, .message-responseRow .reactionSummary > li {
  background: #D9FFED; }

.reactionsBar .reactionSummary .reaction, .message-responseRow .reactionSummary .reaction {
  top: 2px; }

.reaction {
  display: flex;
  -webkit-touch-callout: none; }

.reaction.reaction--imageHidden img {
  display: none; }

.reaction.reaction--imageHidden.reaction--1 i {
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.reaction.reaction--imageHidden.reaction--1 i:before {
  content: "\f164"; }

.reaction.reaction--small, .reaction.reaction--medium {
  display: inline-block; }

.reaction.reaction--small .reaction-text, .reaction.reaction--medium .reaction-text {
  margin-left: 0; }

.reaction.reaction--right {
  justify-content: flex-end; }

.reaction.reaction--inline {
  display: inline-flex; }

a.reaction:hover, a.reaction:focus {
  text-decoration: none; }

a.reaction:hover .reaction-text, a.reaction:focus .reaction-text {
  text-decoration: underline; }

.reactionScore {
  display: inline-block;
  padding: 2px 3px;
  min-width: 16px;
  text-align: center;
  vertical-align: text-bottom;
  border-radius: 0px;
  font-size: 11px;
  color: #0c413e;
  background: #D9FFED;
  border: 1px solid #3b2f21; }

.reactionScore:hover {
  background: #D9FFED; }

.reaction-image {
  vertical-align: text-bottom; }

.reaction--small .reaction-image {
  max-width: 16px;
  max-height: 16px; }

.reaction--medium .reaction-image {
  max-width: 21px;
  max-height: 21px; }

.reaction-sprite {
  vertical-align: text-bottom; }

.reaction--9 .reaction-sprite {
  width: 32px;
  height: 32px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/wynaut.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--small.reaction--9 .reaction-sprite {
  width: 16px;
  height: 16px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/wynaut.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--medium.reaction--9 .reaction-sprite {
  width: 21px;
  height: 21px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/wynaut.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--8 .reaction-sprite {
  width: 32px;
  height: 32px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/bulbawave.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--small.reaction--8 .reaction-sprite {
  width: 16px;
  height: 16px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/bulbawave.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--medium.reaction--8 .reaction-sprite {
  width: 21px;
  height: 21px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/bulbawave.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--1 .reaction-sprite {
  width: 32px;
  height: 32px;
  background: url("https://forums.bulbagarden.net/styles/default/xenforo/reactions/emojione/sprite_sheet_emojione.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--small.reaction--1 .reaction-sprite {
  width: 16px;
  height: 16px;
  background: url("https://forums.bulbagarden.net/styles/default/xenforo/reactions/emojione/sprite_sheet_emojione.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--medium.reaction--1 .reaction-sprite {
  width: 21px;
  height: 21px;
  background: url("https://forums.bulbagarden.net/styles/default/xenforo/reactions/emojione/sprite_sheet_emojione.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--11 .reaction-sprite {
  width: 32px;
  height: 32px;
  background: url("https://i.imgur.com/yWYgvck.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--small.reaction--11 .reaction-sprite {
  width: 16px;
  height: 16px;
  background: url("https://i.imgur.com/yWYgvck.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--medium.reaction--11 .reaction-sprite {
  width: 21px;
  height: 21px;
  background: url("https://i.imgur.com/yWYgvck.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--7 .reaction-sprite {
  width: 32px;
  height: 32px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/clefairyheart.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--small.reaction--7 .reaction-sprite {
  width: 16px;
  height: 16px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/clefairyheart.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--medium.reaction--7 .reaction-sprite {
  width: 21px;
  height: 21px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/clefairyheart.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--10 .reaction-sprite {
  width: 32px;
  height: 32px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/oolapras.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--small.reaction--10 .reaction-sprite {
  width: 16px;
  height: 16px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/oolapras.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction--medium.reaction--10 .reaction-sprite {
  width: 21px;
  height: 21px;
  background: url("https://forums.bulbagarden.net/styles/customsmilies/oolapras.png") no-repeat 0px 0px;
  background-size: 100%; }

.reaction-text {
  margin-left: 10px;
  align-self: center; }

.reaction-text::after {
  content: " ";
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden; }

.has-reaction .reaction-text {
  font-weight: 700; }

.reaction--small .reaction-text {
  margin-left: 0; }

.reaction--1 .reaction-text {
  color: #0b4d48; }

.news-sidebar {
  grid-column-start: 2; }

.news-sidebar-module {
  margin-bottom: 20px; }

.news-discord {
  text-align: center;
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px; }
  .news-discord img {
    width: 100%;
    max-width: 280px;
    border-radius: 10px; }

.news-sidebar-box {
  background-color: white;
  padding: 20px;
  border-radius: 15px; }

.competition-sidebar-box {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  padding-bottom: 10px; }

.news-sidebar-header {
  display: block;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 850;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  padding-bottom: 3px;
  color: #232c36; }

.news-bulba {
  display: block;
  align-self: start;
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  text-decoration: none; }

.news-bulba-logo {
  display: block;
  margin: 0 auto 7px;
  width: 100%;
  max-width: 220px;
  height: 32px;
  background-image: url("../images/bulbapedia-logo-orig.png");
  background-size: contain;
  /*background-image: url("../images/bg-logo-bulbapedia.svg");*/
  background-repeat: no-repeat; }

.news-bulba-tagline {
  text-align: center;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 0.3em;
  font-weight: 600;
  color: #4a6d67; }

.news-bulba-cta-box {
  text-align: center;
  margin-top: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #eef5eb;
  background-image: url("../images/bulb.svg");
  background-position: bottom left;
  background-repeat: no-repeat; }

.news-bulba-cta-text {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 1em;
  font-weight: 700;
  color: #1f423c; }

.news-bulba-cta-button {
  display: inline-block;
  padding: 17px 30px;
  text-align: center;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
  background-color: #54b752;
  border-radius: 5px;
  box-shadow: 0 3px 0 #248e55;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none; }
  .news-bulba:hover .news-bulba-cta-button {
    background-color: #71c055; }

.ld-card {
  background-color: white;
  padding: 20px 0;
  border-radius: 15px;
  position: relative; }

.ld-header {
  display: block;
  padding-bottom: 18px;
  margin: 0 auto 7px;
  width: 100%;
  max-width: 220px;
  height: 32px;
  /*background-image: url("../images/bg-logo-forum.svg");*/
  background-image: url("../images/forums-logo-orig.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 34px; }

.ld-label {
  position: absolute;
  left: calc(50% - 72px);
  top: 67px;
  z-index: 10; }

.ld-join {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #eff5f9;
  background-image: url("../images/bulb-blue.svg");
  background-position: bottom left;
  background-repeat: no-repeat; }

.ld-joinbutton {
  display: inline-block;
  padding: 17px 0;
  width: 100%;
  text-align: center;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
  background-color: #0075ff;
  border-radius: 5px;
  box-shadow: 0 3px 0 #0C4C98;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none; }
  .ld-joinbutton:hover {
    background-color: #00a1ff; }

.ld-item {
  position: relative;
  border-top: 2px solid #eff5f9;
  text-decoration: none;
  display: block;
  padding: 10px;
  padding-left: 70px;
  padding-right: 20px; }
  .ld-item:hover {
    background: #F6FAFD; }

.ld-item:first-child {
  padding-top: 25px; }
  .ld-item:first-child .ld-item-avatar {
    top: 28px; }

.ld-item-avatar {
  position: absolute;
  left: 16px;
  top: 12px; }
  .ld-item-avatar img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute; }
  .ld-item-avatar span {
    background: #f26021;
    color: #fff;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold; }

.ld-item-title {
  color: #232c36;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px; }

.news-meta-list.ld-item-meta .news-meta-item {
  color: #6E8198; }
  .news-meta-list.ld-item-meta .news-meta-item a {
    color: #6E8198;
    text-decoration: none; }
    .news-meta-list.ld-item-meta .news-meta-item a:hover {
      text-decoration: underline; }
  .news-meta-list.ld-item-meta .news-meta-item.author:before {
    background-image: url("../images/icon-person-gray.svg"); }
  .news-meta-list.ld-item-meta .news-meta-item.comments:before {
    background-image: url("../images/icon-comments-gray.svg"); }

.news-spotlight {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: clamp(15px, 5vw, 30px);
  margin-bottom: clamp(20px, 5vh, 50px);
  background-color: white;
  border-radius: 25px; }
  .news-spotlight .col-left {
    margin-right: clamp(20px, 5vw, 35px);
    flex: 0.5 0 clamp(220px, 35%, 450px); }
  .news-spotlight .col-right {
    margin-top: clamp(-60px, -10vw, -20px);
    flex: 12 0 300px; }
  @media (max-width: 800px) {
    .news-spotlight {
      margin-bottom: 25px; }
      .news-spotlight .col-right {
        margin-top: 0;
        flex: 1 0 100%; } }
  @media (max-height: 650px) and (min-width: 800px) {
    .news-spotlight {
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      margin-bottom: 25px; }
      .news-spotlight .col-right {
        margin-top: 0; } }

.news-spotlight-title {
  font-family: "Public Sans", sans-serif;
  font-size: clamp(23px, 3vw, 35px);
  line-height: 1.15;
  margin-bottom: 0.4em;
  font-weight: 900;
  color: #232c36; }
  .news-spotlight-title a {
    color: #232c36;
    text-decoration: none; }
    .news-spotlight-title a:hover {
      text-decoration: underline; }
  @media (max-height: 650px) and (min-width: 800px) {
    .news-spotlight-title {
      font-size: 30px; } }

.news-spotlight-teaser {
  font-family: "Public Sans", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: 450;
  color: #232c36; }

.news-spotlight-image {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: clamp(200px, 60vh, 450px);
  border-radius: 15px;
  background-color: #cedfea;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 800px) {
    .news-spotlight-image {
      height: clamp(100px, 50vh, 300px); } }
  @media (max-width: 500px) {
    .news-spotlight-image {
      height: clamp(100px, 50vh, 200px); } }

.news-spotlight-button {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  background-color: #fdc500;
  border-radius: 50%;
  background-image: url("../images/slideshow-arrow.svg");
  background-position: 45% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer; }
  .news-spotlight-button.left {
    left: -20px; }
  .news-spotlight-button.right {
    right: -20px;
    transform: rotate(180deg); }
  .news-spotlight-button:hover {
    background-color: white;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }
  @media (max-width: 500px) {
    .news-spotlight-button {
      top: -15px; }
      .news-spotlight-button.left {
        left: initial;
        right: 65px; }
      .news-spotlight-button.right {
        right: 20px; } }

.col-right {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

#ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 800px) {
  .news-spotlight-teaser {
    width: 120%; }
  .news-spotlight-title {
    width: 120%; }
  .news-tag-list {
    display: none; }
  .col-right {
    margin-top: 0; } }

.news-label {
  display: inline-block;
  box-sizing: border-box;
  padding: 7px 6px;
  margin-bottom: 10px;
  height: 25px;
  font-family: "Public Sans", sans-serif;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px; }
  .news-label.yellow {
    background-color: #fdc500; }
  .news-label.red {
    background-color: #e71e26;
    color: white; }
  .news-label.blue {
    background-color: #0075ff;
    color: white; }

.news-cta-link {
  display: inline-block;
  justify-self: start;
  padding-bottom: 2px;
  margin-right: 10px;
  font-size: clamp(12px, 2vw, 13px);
  font-weight: 800;
  text-decoration: none;
  color: #232c36;
  border-bottom: 2px solid;
  transition: 0.2s; }
  .news-cta-link.red {
    border-color: #e71e26; }
    .news-cta-link.red:hover {
      color: #e71e26; }

.news-icon-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0 8px 30px;
  text-decoration: none;
  color: #232c36;
  transition: 0.2s; }
  .news-icon-link:last-child {
    margin-bottom: 0; }
  .news-icon-link:hover {
    text-decoration: underline; }
  .news-icon-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat; }
  .news-icon-link.twitter:before {
    background-image: url("../images/twitter.svg"); }
  .news-icon-link.gleam:before {
    background-image: url("../images/gleam.png"); }
  .news-icon-link.youtube:before {
    background-image: url("../images/youtube.svg"); }
  .news-icon-link.facebook:before {
    background-image: url("../images/facebook.svg");
    width: 24px;
    height: 24px;
    margin-top: -6px;
    margin-left: -2px; }

html,
body {
  margin: 0;
  height: 100%;
  box-sizing: border-box; }

body {
  color: #232c36;
  background-color: #d1e5d9;
  background-image: url(../images/bg-green-2x-optim.png), linear-gradient(180deg, #e5f1ec 0%, #e5f1ec 322px, #d1e5d9 322px);
  background-repeat: no-repeat;
  background-size: 2250px, auto;
  background-position: center 83px, 0 0; }
  @media (max-width: 800px) {
    body {
      background-image: none;
      /*background-image: url(../images/bg-graphic.svg), linear-gradient(180deg, #daf4eb 0%, #daf4eb 617px, #c6e7d9 480px);
        background-position: calc(50% + 55px) 524px, 0 0;
        background-size: 820px;*/ } }

main {
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(420px, 600px) 300px;
  grid-column-gap: clamp(20px, 2vw, 40px);
  margin: 0 auto;
  padding: clamp(15px, 5vw, 100px);
  /*    .news-spotlight {
        grid-column: 1 / span 2;
    }

    .news-article-list {
        grid-column: 1 / span 1;
    }

    .comment-list {
        grid-column: 1 / span 1;
    }

    .news-filtermenu {
        grid-column: 1 / span 1;
    }

    .news-sidebar {
        grid-column: 2 / span 1;
    }*/ }
  main .pre-column {
    grid-column: 1 / span 2; }
  main .main-column {
    grid-column: 1 / span 1; }
  main .side-column {
    grid-column: 2 / span 1; }
  @media (max-width: 800px) {
    main {
      grid-template-columns: 1fr;
      grid-column-gap: 0; }
      main .pre-column {
        grid-column: 1 / span 1; }
      main .main-column {
        grid-column: 1 / span 1; }
      main .side-column {
        grid-column: 1 / span 1;
        margin-top: 40px; } }

.bbCodeSpoiler-content {
  display: none; }

/*img {
    vertical-align: middle;
    width: 100%;
}*/
body {
  font-family: "Public Sans", sans-serif;
  -webkit-font-smoothing: antialiased; }

.header_1 {
  margin-bottom: 2em;
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1em; }

.header_2 {
  margin-bottom: 5em;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  line-height: 1em; }

.header_3 {
  line-height: 1em; }

.header_4 {
  line-height: 1em; }

.header_5 {
  line-height: 1em; }

.header_6 {
  line-height: 1em; }

.para {
  line-height: 1.5em; }

.para_small {
  line-height: 1.5em; }

.para_big {
  line-height: 1.5em; }

.quote {
  line-height: 1.5em; }
