.plainlink {
  color: inherit;
  text-decoration: none;
}
.plainlink:link {
  color: inherit;
}
.plainlink:visited {
  color: inherit;
}
.plainlink:active {
  color: inherit;
}
.plainlink:hover {
  color: inherit;
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0.5rem 0;
}

h1 {
  font-size: 28pt;
}

h2 {
  font-size: 24pt;
  line-height: 30pt;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #dedede;
  margin: 0;
  padding: 0;
}

a {
  color: #1d4dc2;
  text-decoration: underline;
  transition: color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:link {
  color: #1d4dc2;
}
a:visited {
  color: rgb(34.232, 71.4032, 162.008);
}
a:hover {
  color: rgb(23.78, 63.14, 159.08);
}
a:active {
  color: rgb(23.78, 63.14, 159.08);
}
a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(29, 77, 194, 0.2);
}

.novelty {
  background-color: rgb(222.6, 230.2, 198.6) !important;
}

.red {
  color: #c92929 !important;
}

.red-bg {
  background-color: #c92929 !important;
}

.white {
  color: #ffffff !important;
}

.gray-bg {
  background-color: #b3b3b3 !important;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #2b2b2b;
  min-height: 8rem;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.footer {
  display: grid;
  column-gap: 1rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #2b2b2b;
  color: #b3b3b3;
  min-height: 8rem;
}
@media not screen and (max-width: 640px) {
  .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.footer h4 {
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.footer h4 + p {
  margin-top: 0.25rem;
}
.footer a {
  color: inherit;
}
.footer a:link {
  color: inherit;
}
.footer a:visited {
  color: inherit;
}
.footer a:active {
  color: inherit;
}
.footer a:hover {
  color: inherit;
}
.footer > div:nth-child(3) > p:first-child {
  margin-top: 0.5rem;
}
.footer > div:nth-child(3) > p:not(:last-child) {
  margin-bottom: 0;
}
.footer > div:nth-child(3) > p {
  margin-top: 0;
}

.headline {
  margin: 2rem 0;
}

#logo-container {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  #logo-container {
    align-items: center;
  }
}
#logo-container > a > #logo {
  height: 8rem;
  margin-left: 1.9rem;
  margin-bottom: -1rem;
}
@media only screen and (max-width: 640px) {
  #logo-container > a > #logo {
    height: 64px;
    margin: 2px;
  }
}

#rsfm-name {
  font: 500 24pt Oswald, sans-serif;
  text-transform: uppercase;
  padding-left: 1rem;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #rsfm-name {
    display: none;
  }
}
#rsfm-name > a {
  color: inherit;
  text-decoration: none;
}
#rsfm-name > a:link {
  color: inherit;
}
#rsfm-name > a:visited {
  color: inherit;
}
#rsfm-name > a:active {
  color: inherit;
}
#rsfm-name > a:hover {
  color: inherit;
}
#rsfm-name > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#rsfm-name > a > div:nth-child(1) {
  color: #ffffff;
}
#rsfm-name > a > div:nth-child(2) {
  font-size: 10.4pt;
  color: #c92929;
}

@media only screen and (max-width: 640px) {
  #current-track {
    font-size: 9pt;
  }
}
#current-track > div:nth-child(1) > div:nth-child(1) {
  max-width: 96px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 640px) {
  #current-track > div:nth-child(1) > div:nth-child(1) {
    max-width: 32px;
  }
}
#current-track > div:nth-child(1) > div:nth-child(1) > img {
  min-width: 96px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #current-track > div:nth-child(1) > div:nth-child(1) > img {
    min-width: 32px;
  }
}

#rsfm-piggybank {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: 500 24pt Oswald, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 1rem;
  text-align: center;
}
#rsfm-piggybank > a {
  color: inherit;
  text-decoration: none;
}
#rsfm-piggybank > a:link {
  color: inherit;
}
#rsfm-piggybank > a:visited {
  color: inherit;
}
#rsfm-piggybank > a:active {
  color: inherit;
}
#rsfm-piggybank > a:hover {
  color: inherit;
}
#rsfm-piggybank > a > div:nth-child(1) {
  color: #c92929;
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
}
#rsfm-piggybank > a > div:nth-child(2) {
  font-size: 10.4pt;
}

main {
  padding-top: 1rem;
}

.main-outer {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 6rem auto;
}
@media only screen and (max-width: 640px) {
  .main-outer {
    grid-template-columns: min-content auto;
  }
}
.main-outer > div:nth-child(1) {
  background-color: #2b2b2b;
  height: 100%;
}
.main-outer > div:nth-child(1) > div {
  width: 6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-top: 2rem;
  padding: 0 1rem;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .main-outer > div:nth-child(1) > div {
    width: auto;
  }
}
.main-outer > div:nth-child(1) > div > a {
  color: inherit;
  text-decoration: none;
}
.main-outer > div:nth-child(1) > div > a:link {
  color: inherit;
}
.main-outer > div:nth-child(1) > div > a:visited {
  color: inherit;
}
.main-outer > div:nth-child(1) > div > a:active {
  color: inherit;
}
.main-outer > div:nth-child(1) > div > a:hover {
  color: inherit;
}
.main-outer > div:nth-child(1) > div > a {
  display: block;
  margin: 0.5rem 0;
  height: 6rem;
  transition: filter 0.15s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .main-outer > div:nth-child(1) > div > a {
    height: auto;
  }
}
.main-outer > div:nth-child(1) > div > a > div:nth-child(1) {
  font-size: 22pt;
}
@media only screen and (max-width: 640px) {
  .main-outer > div:nth-child(1) > div > a > div:nth-child(1) {
    font-size: 14pt;
  }
}
.main-outer > div:nth-child(1) > div > a > div:nth-child(2) {
  font: 10pt Oswald, sans-serif;
  text-transform: uppercase;
  line-height: 12pt;
  margin-top: 0.125rem;
  color: #b3b3b3;
}
@media only screen and (max-width: 640px) {
  .main-outer > div:nth-child(1) > div > a > div:nth-child(2) {
    display: none;
  }
}
.main-outer > div:nth-child(1) > div > a:hover {
  filter: brightness(140%);
  transition: filter 0.15s ease-in-out;
}

.grid, .grid-inv {
  display: grid;
  column-gap: 4rem;
  width: 100%;
}

.grid > div, .grid-inv > div {
  padding: 0 1rem;
}

.grid {
  grid-template-columns: 3fr 7fr;
}

.grid-inv {
  grid-template-columns: 7fr 3fr;
}

.grid-news {
  display: grid;
  column-gap: 0.5rem;
  width: 100%;
  grid-template-columns: 2fr 1fr;
  font-family: "Open Sans", sans-serif;
  font-size: 11pt;
}
@media screen and (max-width: 640px) {
  .grid-news {
    grid-template-columns: auto;
  }
}
.grid-news > div {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 1rem;
}
.grid-news > div > div:nth-of-type(1) > p:nth-of-type(1) {
  font-size: 80%;
  font-style: italic;
}
.grid-news > div:not(.active) {
  display: grid;
  column-gap: 0.5rem;
  width: 100%;
  row-gap: 0.5rem;
  grid-template-columns: 100px auto;
  grid-column: 2;
}
@media screen and (max-width: 640px) {
  .grid-news > div:not(.active) {
    grid-column: 1;
  }
}
.grid-news > div:not(.active):not(:last-child) {
  margin-bottom: 0.5rem;
}
.grid-news > div:not(.active) > img:nth-of-type(1) {
  background-color: #808080;
  width: 100%;
  grid-column: 1;
  align-self: end;
}
.grid-news > div:not(.active) > h3:nth-of-type(1) {
  font: 500 14pt Oswald, sans-serif;
  text-transform: uppercase;
  color: #c92929;
  grid-column: 2;
  align-self: end;
  margin-bottom: -0.35rem;
}
.grid-news > div:not(.active) > div:nth-of-type(1) {
  grid-row: 2;
  grid-column: 1/3;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-of-type(1), .grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-of-type(2) {
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > :not(p:nth-last-of-type(1)):not(p:nth-of-type(1)):not(p:nth-of-type(2)) {
  display: none;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > iframe {
  display: none;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-last-of-type(1) {
  color: #c92929;
  float: right;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-last-of-type(1) a {
  color: inherit;
  text-decoration: none;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-last-of-type(1) a:link {
  color: inherit;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-last-of-type(1) a:visited {
  color: inherit;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-last-of-type(1) a:active {
  color: inherit;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-last-of-type(1) a:hover {
  color: inherit;
}
.grid-news > div:not(.active) > div:nth-of-type(1) > p:nth-last-of-type(2) {
  margin-bottom: 0;
}
.grid-news > div.active {
  grid-column: 1;
  grid-row: 1/1000;
}
@media screen and (max-width: 640px) {
  .grid-news > div.active {
    grid-row: auto;
  }
  .grid-news > div.active:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.grid-news > div.active .more {
  display: none;
}
.grid-news > div.active > h3:nth-of-type(1) {
  font: 500 16pt Oswald, sans-serif;
  text-transform: uppercase;
  color: #c92929;
  grid-column: 2;
  align-self: end;
  margin-bottom: -0.35rem;
}

.grid-howto {
  display: grid;
  column-gap: 0.5rem;
  width: 100%;
  grid-template-columns: 1fr 2fr;
  font-family: "Open Sans", sans-serif;
}
.grid-howto > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-howto > div:nth-child(1) .header-rect + div {
  background-color: #b3b3b3;
}
.grid-howto > div:nth-child(1) .header-rect:first-of-type {
  margin-top: -1.5rem;
}
.grid-howto > div:nth-child(1) .header-rect:not(:first-of-type) {
  margin-top: 2rem;
}
.grid-howto > div:nth-child(2) {
  background-color: #ffffff;
  padding: 0.5rem;
}

.grid-mobile-apps {
  font-family: Oswald, sans-serif;
  display: grid;
  grid-template-columns: auto auto auto;
  box-sizing: border-box;
  padding: 1.5rem 0.5rem 0.5rem;
}
.grid-mobile-apps > div:nth-child(3n-1), .grid-mobile-apps > div:nth-child(3n+0) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.grid-mobile-apps img {
  width: 200px;
}
.grid-mobile-apps .fab {
  display: block;
  font-size: 32pt;
}

.text-18 {
  font-weight: 500;
  font-size: 18pt;
}

.text-14 {
  font-weight: 500;
  font-size: 14pt;
}

.text-12 {
  font-size: 12pt;
}

.grid-gallery {
  display: grid;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  grid-template-columns: auto auto;
}

.grid-2 {
  display: grid;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  padding: 0 1rem;
  grid-template-columns: minmax(100px, 500px) minmax(100px, 500px);
}
@media screen and (max-width: 640px) {
  .grid-2 {
    grid-template-columns: auto;
  }
}

.gallery-item {
  background-color: #dedede;
  width: 125px;
  height: 75px;
  margin: 4px;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
}

.flex-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1040px;
  padding: 8px;
}

.flex-vertical {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.flex-5 > div, .flex-vertical > div {
  margin: 8px;
}

.tile-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #808080;
}

.square {
  min-width: 192px;
  width: 192px;
  height: 192px;
}

.wide {
  min-width: 512px;
  width: 512px;
  height: 256px;
}

.flex-column-e {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flex-column-b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-row-b {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tile-content {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 16pt;
  text-transform: uppercase;
  padding: 8px;
  height: 48pt;
}

.artist, .album, .title {
  margin: 0;
}

.artist, .album {
  text-transform: uppercase;
}

.artist {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.album, .title {
  font-family: "Open Sans", sans-serif;
}

.album {
  color: #808080;
}

.header-rect {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0.25rem;
  padding: 0.5rem 1rem;
  min-width: 15rem;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}
.header-rect:link, .header-rect:visited, .header-rect:active, .header-rect:hover {
  color: #ffffff;
}
.header-rect:not(.active) {
  background-color: #000000;
}
.header-rect.active {
  background-color: #c92929;
}

.header-rect-white {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0.25rem;
  padding: 0.5rem 1rem;
  min-width: 15rem;
  box-sizing: border-box;
  text-align: center;
  color: #c92929;
}
.header-rect-white:link, .header-rect-white:visited, .header-rect-white:active, .header-rect-white:hover {
  color: #c92929;
}
.header-rect-white:not(.active) {
  background-color: #ffffff;
}
.header-rect-white.active {
  background-color: #c92929;
}

.overlap {
  position: relative;
  margin-bottom: -1rem !important;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.weekdays {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .weekdays {
    flex-direction: column;
  }
}
.weekdays > a {
  color: inherit;
  text-decoration: none;
}
.weekdays > a:link {
  color: inherit;
}
.weekdays > a:visited {
  color: inherit;
}
.weekdays > a:active {
  color: inherit;
}
.weekdays > a:hover {
  color: inherit;
}
.weekdays > a > div {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0.25rem;
  padding: 0.5rem 1rem;
  min-width: 8rem;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}
.weekdays > a > div:link, .weekdays > a > div:visited, .weekdays > a > div:active, .weekdays > a > div:hover {
  color: #ffffff;
}
.weekdays > a > div:not(.active) {
  background-color: #000000;
}
.weekdays > a > div.active {
  background-color: #c92929;
}

.white-stripe {
  background-color: #ffffff;
  margin-left: -8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12pt;
}

@media only screen and (max-width: 640px) {
  .broadcasts {
    width: 100%;
  }
}

.broadcasts .broadcast {
  margin: 8px;
}
@media not screen and (max-width: 640px) {
  .broadcasts .broadcast {
    min-width: 500px;
    width: 500px;
  }
}

.broadcast, .news {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #808080;
}
.broadcast > div, .news > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  padding: 8px;
  min-height: 42pt;
}
.broadcast > div > div:nth-child(1), .news > div > div:nth-child(1) {
  font: 500 16pt Oswald, sans-serif;
  text-transform: uppercase;
}

.review {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #808080;
}
.review > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  padding: 8px;
  min-height: initial;
}
.review > div > div:nth-child(1) {
  font: 400 12pt Oswald, sans-serif;
  text-transform: uppercase;
}
.review {
  color: inherit;
  text-decoration: none;
}
.review:link {
  color: inherit;
}
.review:visited {
  color: inherit;
}
.review:active {
  color: inherit;
}
.review:hover {
  color: inherit;
}
.review {
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  background-clip: content-box;
  background-color: #808080;
}
.review > div > :first-child {
  font: 12pt "Open Sans", sans-serif;
  font-weight: bold;
  transform: scale(0.7, 1);
  transform-origin: 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin: 0;
  margin-right: -43%;
}
.review > div > :nth-child(2) {
  font: 11pt "Open Sans", sans-serif;
  transform: scale(0.7, 1);
  transform-origin: 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-right: -43%;
}

.reviews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 984px !important;
}
.reviews > .review {
  margin: 2px;
}

.broadcast {
  color: inherit;
  text-decoration: none;
}
.broadcast:link {
  color: inherit;
}
.broadcast:visited {
  color: inherit;
}
.broadcast:active {
  color: inherit;
}
.broadcast:hover {
  color: inherit;
}
.broadcast {
  height: 200px;
}
.broadcast > div > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font: 500 10pt Oswald, sans-serif;
  text-transform: uppercase;
}
.broadcast > div > div:nth-child(1) > div:nth-child(1) {
  background-color: #ffffff;
  color: #c92929;
  margin-left: -8px;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 10pt;
}
.broadcast > div > div:nth-child(1) > div:nth-last-child(2) > span:nth-last-child(1) {
  font-weight: 400;
  font-size: 8pt;
}
.broadcast > div > div:nth-child(1) > div:nth-last-child(1) {
  font-size: 8pt;
}
.broadcast > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font: 400 10pt Oswald, sans-serif;
  text-transform: uppercase;
  text-align: right;
}
.broadcast > div > div:nth-child(2) > div:nth-last-child(2) {
  font-size: 9pt;
}

.news > div > div:nth-child(1) {
  font: 500 14pt Oswald, sans-serif;
  text-transform: uppercase;
}

.news-big {
  min-height: 512px;
}
.news-big > div > div:nth-child(1) {
  font: 500 16pt Oswald, sans-serif;
  text-transform: uppercase;
}

.person-info-2, .broadcast-2 {
  color: inherit;
  text-decoration: none;
}
.person-info-2:link, .broadcast-2:link {
  color: inherit;
}
.person-info-2:visited, .broadcast-2:visited {
  color: inherit;
}
.person-info-2:active, .broadcast-2:active {
  color: inherit;
}
.person-info-2:hover, .broadcast-2:hover {
  color: inherit;
}
.person-info-2, .broadcast-2 {
  display: grid;
  background-color: #b3b3b3;
  width: 100%;
}
.person-info-2:nth-child(odd), .broadcast-2:nth-child(odd) {
  grid-template-columns: 40% 60%;
  justify-self: end;
}
@media screen and (max-width: 640px) {
  .person-info-2:nth-child(odd), .broadcast-2:nth-child(odd) {
    grid-template-columns: 60% 40%;
  }
}
.person-info-2:nth-child(odd) > div:nth-child(1), .broadcast-2:nth-child(odd) > div:nth-child(1) {
  text-align: right;
}
.person-info-2:nth-child(even), .broadcast-2:nth-child(even) {
  grid-template-columns: 60% 40%;
  justify-self: start;
}
@media screen and (max-width: 640px) {
  .person-info-2:nth-child(even), .broadcast-2:nth-child(even) {
    grid-template-columns: 40% 60%;
  }
}
.person-info-2:nth-child(even) > div:nth-child(1), .broadcast-2:nth-child(even) > div:nth-child(1) {
  grid-column: 2;
}
.person-info-2:nth-child(even) > div:nth-child(2), .broadcast-2:nth-child(even) > div:nth-child(2) {
  grid-row: 1;
  grid-column: 1;
}
.person-info-2 > div:nth-child(1), .broadcast-2 > div:nth-child(1) {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
}
.person-info-2 > div:nth-child(1) > div:nth-child(1), .broadcast-2 > div:nth-child(1) > div:nth-child(1) {
  font-size: 18pt;
  font-weight: 500;
  color: #c92929;
  flex: 1;
}
.person-info-2 > div:nth-child(1) > div:nth-last-child(3):not(:nth-child(1)), .broadcast-2 > div:nth-child(1) > div:nth-last-child(3):not(:nth-child(1)) {
  font-size: 12pt;
  color: #ffffff;
}
.person-info-2 > div:nth-child(1) > div:nth-last-child(2), .broadcast-2 > div:nth-child(1) > div:nth-last-child(2) {
  font-size: 14pt;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.person-info-2 > div:nth-child(1) > div:nth-last-child(1), .broadcast-2 > div:nth-child(1) > div:nth-last-child(1) {
  font-size: 12pt;
  font-weight: 500;
}
.person-info-2 > div:nth-child(2), .broadcast-2 > div:nth-child(2) {
  background-color: #808080;
}

.broadcast-2 > div:nth-child(2) {
  height: 300px;
  margin: 0.5rem;
}

.person-info-2 {
  min-height: 308px;
}
@media not screen and (max-width: 640px) {
  .person-info-2 > div:nth-child(2) {
    height: 240px;
    margin: 2rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }
}

.tile-image-2, .tile-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #808080;
  min-width: 192px;
  width: 192px;
  height: 192px;
}
.tile-image-2 > div, .tile-image > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  padding: 8px;
}

.tile-image > div {
  font: 500 16pt Oswald, sans-serif;
  text-transform: uppercase;
  min-height: 48pt;
}

.tile-image-2 > div {
  font: 12pt "Open Sans", sans-serif;
  min-height: 34pt;
}
.tile-image-2 > div > div:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
}

.czarts {
  font: 14pt Oswald, sans-serif;
  text-transform: uppercase;
  background-color: #b3b3b3;
}
.czarts > ul > li > a {
  font: 12pt Oswald, sans-serif;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
.czarts > ul > li > a:link {
  color: #000000;
}
.czarts > ul > li > a:visited {
  color: #000000;
}
.czarts > ul > li > a:active {
  color: #000000;
}
.czarts > ul > li > a:hover {
  color: #000000;
}

.czart > .track:nth-of-type(1) > div > div:nth-last-of-type(4) > div, .czart > #czart-form > .track:nth-of-type(1) > div > div:nth-last-of-type(4) > div {
  background-color: #c92929;
  color: #ffffff;
}

.czart > .track, .czart > #czart-form > .track {
  display: flex;
  flex-direction: column;
  background-color: #dedede;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 640px) {
  .czart > .track, .czart > #czart-form > .track {
    font-size: 10pt;
  }
}
.czart > .track > div, .czart > #czart-form > .track > div {
  display: flex;
  flex-direction: row;
}
.czart > .track > div > div:nth-last-of-type(4), .czart > #czart-form > .track > div > div:nth-last-of-type(4) {
  font: 500 24pt Oswald, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 0;
}
.czart > .track > div > div:nth-last-of-type(4) > div, .czart > #czart-form > .track > div > div:nth-last-of-type(4) > div {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  background-color: #ffffff;
  box-shadow: 4px 4px 8px -1px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 640px) {
  .czart > .track > div > div:nth-last-of-type(4) > div, .czart > #czart-form > .track > div > div:nth-last-of-type(4) > div {
    font-size: 16pt;
    width: 2rem;
    height: 2rem;
  }
}
.czart > .track > div > div:nth-last-of-type(4) + div:nth-last-of-type(3), .czart > #czart-form > .track > div > div:nth-last-of-type(4) + div:nth-last-of-type(3) {
  margin-left: 2rem;
}
@media only screen and (max-width: 640px) {
  .czart > .track > div > div:nth-last-of-type(4) + div:nth-last-of-type(3), .czart > #czart-form > .track > div > div:nth-last-of-type(4) + div:nth-last-of-type(3) {
    margin-left: 1rem;
  }
}
.czart > .track > div > div:nth-last-of-type(3), .czart > #czart-form > .track > div > div:nth-last-of-type(3) {
  width: 96px;
  height: 96px;
  background-color: #808080;
  margin: 2px 2rem 2px 2px;
  align-self: center;
}
@media only screen and (max-width: 640px) {
  .czart > .track > div > div:nth-last-of-type(3), .czart > #czart-form > .track > div > div:nth-last-of-type(3) {
    width: 64px;
    height: 64px;
    margin: 2px 0.5rem 2px 2px;
  }
}
.czart > .track > div > div:nth-last-of-type(2), .czart > #czart-form > .track > div > div:nth-last-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.czart > .track > div > div:nth-last-of-type(2) > p, .czart > #czart-form > .track > div > div:nth-last-of-type(2) > p {
  margin: 0;
}
.czart > .track > div > div:nth-last-of-type(2) > p:nth-child(1), .czart > #czart-form > .track > div > div:nth-last-of-type(2) > p:nth-child(1) {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.czart > .track > div > div:nth-last-of-type(2) > p:nth-child(2), .czart > #czart-form > .track > div > div:nth-last-of-type(2) > p:nth-child(2) {
  font-family: "Open Sans", sans-serif;
}
.czart > .track > div > div:nth-last-of-type(2) > p:nth-child(3), .czart > #czart-form > .track > div > div:nth-last-of-type(2) > p:nth-child(3) {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: rgb(143.2, 143.2, 143.2);
}
.czart > .track > div > div:nth-last-of-type(1), .czart > #czart-form > .track > div > div:nth-last-of-type(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2px 2rem;
}
@media only screen and (max-width: 640px) {
  .czart > .track > div > div:nth-last-of-type(1), .czart > #czart-form > .track > div > div:nth-last-of-type(1) {
    margin: 2px 0.5rem 2px 2px;
  }
}
.czart > .track textarea, .czart > #czart-form > .track textarea {
  width: 100%;
  resize: none;
  font-family: "Open Sans", sans-serif;
}

.czart.czart-up-down > #czart-form > .track > div > div:nth-last-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2px 2rem;
  font-size: 16pt;
  transition: color 0.15s, opacity 0.15s;
}
@media only screen and (max-width: 640px) {
  .czart.czart-up-down > #czart-form > .track > div > div:nth-last-of-type(1) {
    margin: 2px 0.5rem 2px 2px;
  }
}
.czart.czart-up-down > #czart-form > .track > div > div:nth-last-of-type(1) > :nth-child(1):hover {
  color: #aec172;
  cursor: pointer;
  transition: color 0.15s, opacity 0.15s;
}
.czart.czart-up-down > #czart-form > .track > div > div:nth-last-of-type(1) > :nth-last-child(1):hover {
  color: #c92929;
  cursor: pointer;
  transition: color 0.15s, opacity 0.15s;
}

.czart-main {
  display: grid;
  column-gap: 1rem;
  width: 100%;
  background-color: #2b2b2b;
}
@media not screen and (max-width: 640px) {
  .czart-main {
    grid-template-columns: 7fr 3fr;
  }
}
.czart-main > div {
  box-sizing: border-box;
}
.czart-main > :not(:last-child) {
  padding: 1rem 0 1rem 1rem;
}
@media screen and (max-width: 640px) {
  .czart-main > :not(:last-child) {
    padding: 1rem;
  }
}
.czart-main > :last-child {
  padding: 1rem 1rem 1rem 0;
}
.czart-main > div:nth-child(2) > div:nth-child(1) {
  margin: 0.25rem 0 1.25rem;
  text-align: center;
}
.czart-main > div:nth-child(2) > div:nth-child(1) > a {
  font: 500 18pt Oswald, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.czart-main > div:nth-child(2) > div:nth-child(1) > a > i.fas {
  font-size: 24pt;
  vertical-align: bottom;
}
.czart-main > div:nth-child(2) > div:nth-child(1) > a:link, .czart-main > div:nth-child(2) > div:nth-child(1) > a:visited, .czart-main > div:nth-child(2) > div:nth-child(1) > a:active, .czart-main > div:nth-child(2) > div:nth-child(1) > a:hover {
  color: #ffffff;
}
.czart-main > div:nth-child(2) > div:nth-child(2) > div > a:nth-child(2) {
  font: 500 16pt Oswald, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.czart-main > div:nth-child(2) > div:nth-child(2) > div > a:nth-child(2) > i.fas {
  font-size: 24pt;
  vertical-align: bottom;
}
.czart-main > div:nth-child(2) > div:nth-child(2) > div > a:nth-child(2):link, .czart-main > div:nth-child(2) > div:nth-child(2) > div > a:nth-child(2):visited, .czart-main > div:nth-child(2) > div:nth-child(2) > div > a:nth-child(2):active, .czart-main > div:nth-child(2) > div:nth-child(2) > div > a:nth-child(2):hover {
  color: #ffffff;
}

.czart {
  background-color: #2b2b2b;
}
.czart button {
  font: 500 18pt Oswald, sans-serif;
  text-transform: uppercase;
  width: 100%;
  padding: 0.25rem;
  background-color: #c92929;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background-clip: padding-box;
  transition: background-color 0.2s ease-in-out;
}
.czart button:hover {
  background-color: rgb(160.8, 32.8, 32.8);
  transition: background-color 0.2s ease-in-out;
}
.czart button:focus {
  box-shadow: 0px 0px 0px 3px rgba(201, 41, 41, 0.5);
  transition: box-shadow 0.2s ease-in-out;
}

.news-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 0 256px 256px 256px 0 256px;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .news-main {
    grid-template-columns: 100%;
    grid-template-rows: none;
  }
}
.news-main > div {
  background-color: #808080;
}
@media not screen and (max-width: 640px) {
  .news-main > div:nth-child(1) {
    grid-row: 1;
    grid-column: 1/span 2;
  }
  .news-main > div:nth-child(2) {
    grid-row: 1;
    grid-column: 3;
  }
  .news-main > .news-1-2 {
    grid-row: 2;
    grid-column: 1/span 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-1-2-3-4 {
    grid-row: 2/span 2;
    grid-column: 1/span 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-1-2-3-4-5-6 {
    grid-row: 2/span 3;
    grid-column: 1/span 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-3-4 {
    grid-row: 3;
    grid-column: 1/span 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-3-4-5-6 {
    grid-row: 3/span 2;
    grid-column: 1/span 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-5-6 {
    grid-row: 4;
    grid-column: 1/span 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-1-3 {
    grid-row: 2/span 2;
    grid-column: 1;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-1-3-5 {
    grid-row: 2/span 3;
    grid-column: 1;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-3-5 {
    grid-row: 3/span 2;
    grid-column: 1;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-2-4 {
    grid-row: 2/span 2;
    grid-column: 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-2-4-6 {
    grid-row: 2/span 3;
    grid-column: 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-4-6 {
    grid-row: 3/span 2;
    grid-column: 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .concerts-main {
    grid-row: 2/span 5;
    grid-column: 3;
  }
  .news-main > .news-1 {
    grid-row: 2;
    grid-column: 1;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-2 {
    grid-row: 2;
    grid-column: 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-3 {
    grid-row: 3;
    grid-column: 1;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-4 {
    grid-row: 3;
    grid-column: 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-5 {
    grid-row: 4;
    grid-column: 1;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-6 {
    grid-row: 4;
    grid-column: 2;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .news-main > .news-7 {
    grid-row: 6;
    grid-column: 1;
    margin-right: 0.25rem;
  }
  .news-main > .news-8 {
    grid-row: 6;
    grid-column: 2;
    margin-right: 0.25rem;
  }
  .news-main > .news-9 {
    grid-row: 6;
    grid-column: 3;
  }
}
@media only screen and (max-width: 640px) {
  .news-main > [class^=news-], .news-main [class*=" news-"] {
    height: 256px;
  }
  .news-main > [class^=news-]:not(:last-of-type), .news-main [class*=" news-"]:not(:last-of-type) {
    margin-bottom: 0.25rem;
  }
}
.news-main .overlap {
  position: relative;
  margin-top: -1rem !important;
  max-width: 8rem;
}

.podcasts-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.podcasts-container > .podcasts {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100%;
}
.podcasts-container > .podcasts > div {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
}
.podcasts-container > .podcasts > div:not(:last-child) {
  margin-bottom: 1rem;
}
.podcasts-container > .podcasts > div > div:nth-child(1) {
  width: 256px;
  height: 128px;
  background-color: #808080;
  margin-right: 2rem;
}
.podcasts-container > .podcasts > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 2rem;
}
.podcasts-container > .podcasts > div > div:nth-child(2) > p {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.podcasts-container > .podcasts > div > div:nth-child(2) > p:nth-child(1) {
  font-size: 16pt;
  margin-bottom: 0;
  margin-top: 1rem;
}
.podcasts-container > .podcasts > div > div:nth-child(2) > p:nth-child(2) {
  flex: 1;
  margin: 0;
  color: #c92929;
}
.podcasts-container > .podcasts > div > div:nth-child(2) > p:nth-last-child(1) {
  margin-bottom: 1rem;
}
.podcasts-container > .podcasts > div > div:nth-child(3) {
  margin: 0 2rem;
  text-align: center;
}
.podcasts-container > .podcasts > div > div:nth-child(3) > p:nth-child(2) {
  font-size: 28pt;
  margin: 0;
}

.concerts-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concerts-container > .concerts {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100%;
  background-color: #2b2b2b;
  box-sizing: border-box;
  padding: 1rem;
}
.concerts-container > .concerts > div {
  display: flex;
  flex-direction: row;
  background-color: #b3b3b3;
}
.concerts-container > .concerts > div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.concerts-container > .concerts > div > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  flex: 1;
  margin: 1rem 0 1rem 1rem;
}
.concerts-container > .concerts > div > div:nth-child(2) {
  width: 256px;
  height: 128px;
  background-color: #808080;
  margin: 2px 2rem;
}
.concerts-container > .concerts > div > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin: 1rem 1rem 1rem 0;
}
.concerts-container > .concerts > div > div:nth-child(3) p {
  margin: 0;
}

.grid-inv.reports {
  column-gap: 1rem;
}
.grid-inv.reports > div {
  padding: 0;
}

.reports h1, .reports h2, .reports h3, .reports h4, .reports h5, .reports h6 {
  color: #c92929;
}
.reports > div > div {
  background-color: #ffffff;
  padding: 1rem;
  box-sizing: border-box;
}
.reports > div:nth-child(1) > div > div:nth-child(1) {
  width: 100%;
  height: 400px;
  background-color: #808080;
}
.reports > div:nth-child(2) > div > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.reports > div:nth-child(2) > div > div:nth-child(1) div:nth-child(1) {
  flex-shrink: 0;
  width: 120px;
  height: 100px;
  background-color: #808080;
}
.reports > div:nth-child(2) > div > div:nth-child(1) div:nth-child(2) {
  padding-left: 1rem;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  padding-right: 1rem;
}
.container > * {
  max-width: 1040px;
  margin-top: 0;
}
.container > *:not(:last-child) {
  margin-bottom: 1rem;
}

.grid-1 {
  display: grid;
  width: 100%;
}
@media not screen and (max-width: 640px) {
  .grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: center;
  }
}
.grid-1 > div:not([class]) {
  background-color: #ffffff;
  padding: 0 0.5rem;
}

.overlap + .grid-1 > div:not([class]) {
  padding: 0.5rem 0.5rem 0;
}

.grid-3 {
  display: grid;
  width: 100%;
  column-gap: 1rem;
}
@media only screen and (max-width: 640px) {
  .grid-3 {
    row-gap: 0.5rem;
  }
}
@media not screen and (max-width: 640px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
  }
}
.grid-3 > div:not([class]) {
  background-color: #ffffff;
  padding: 0 0.5rem;
}

.overlap + .grid-3 > div:not([class]) {
  padding: 0.5rem 0.5rem 0;
}

.promoted {
  display: grid;
  justify-content: center;
  column-gap: 2rem;
  width: 100%;
}
@media not screen and (max-width: 640px) {
  .promoted {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.promoted h3 {
  color: #c92929;
  margin-bottom: 0;
}
.promoted h4 {
  color: #c92929;
  margin-top: 0;
}
.promoted > div:nth-child(1) > :nth-child(1) {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0.25rem;
  padding: 0.5rem 1rem;
  min-width: 15rem;
  box-sizing: border-box;
  text-align: center;
  color: #c92929;
}
.promoted > div:nth-child(1) > :nth-child(1):link, .promoted > div:nth-child(1) > :nth-child(1):visited, .promoted > div:nth-child(1) > :nth-child(1):active, .promoted > div:nth-child(1) > :nth-child(1):hover {
  color: #c92929;
}
.promoted > div:nth-child(1) > :nth-child(1):not(.active) {
  background-color: #ffffff;
}
.promoted > div:nth-child(1) > :nth-child(1).active {
  background-color: #c92929;
}
.promoted > div:nth-child(1) > :nth-child(1) {
  margin-left: 1rem;
  margin-right: 50%;
}
.promoted > div:nth-child(1) > :nth-child(2) {
  background-color: #000000;
  color: #ffffff;
  padding: 2rem;
}
@media not screen and (max-width: 640px) {
  .promoted > div:nth-child(1) > :nth-child(2) {
    grid-template-columns: auto min-content;
  }
}
.promoted > div:nth-child(1) > :nth-child(2) > :nth-child(1) {
  grid-row: 1;
}
@media not screen and (max-width: 640px) {
  .promoted > div:nth-child(1) > :nth-child(2) > :nth-child(1) {
    grid-column: 2;
  }
}
.promoted > div:nth-child(1) > :nth-child(2) > :nth-child(2) {
  grid-row: 1;
}
@media not screen and (max-width: 640px) {
  .promoted > div:nth-child(1) > :nth-child(2) > :nth-child(2) {
    grid-column: 1;
    text-align: right;
  }
}
@media not screen and (max-width: 640px) {
  .promoted > div:nth-child(1) > :nth-child(2) > :nth-child(3) {
    text-align: right;
  }
}
.promoted > div:nth-child(1) > :nth-child(2) h3:nth-child(1) {
  margin-top: 0;
}
.promoted > div:nth-child(2) > :nth-child(1) {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0.25rem;
  padding: 0.5rem 1rem;
  min-width: 15rem;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}
.promoted > div:nth-child(2) > :nth-child(1):link, .promoted > div:nth-child(2) > :nth-child(1):visited, .promoted > div:nth-child(2) > :nth-child(1):active, .promoted > div:nth-child(2) > :nth-child(1):hover {
  color: #ffffff;
}
.promoted > div:nth-child(2) > :nth-child(1):not(.active) {
  background-color: #000000;
}
.promoted > div:nth-child(2) > :nth-child(1).active {
  background-color: #c92929;
}
.promoted > div:nth-child(2) > :nth-child(1) {
  margin-left: 50%;
  margin-right: 1rem;
}
.promoted > div:nth-child(2) > :nth-child(2) {
  background-color: #ffffff;
  padding: 2rem;
}
.promoted > div:nth-child(2) > :nth-child(2) h3:nth-child(1) {
  margin-top: 0;
}
.promoted > div:nth-child(2) > :nth-child(2) > div:nth-child(3) {
  color: rgb(143.2, 143.2, 143.2);
}
.promoted > div:nth-child(2) {
  margin-top: 1.5rem;
}
.promoted > div > div:nth-child(2) {
  display: grid;
  grid-template-columns: min-content auto;
  column-gap: 2rem;
  row-gap: 2rem;
}
.promoted > div > div:nth-child(2) > div:nth-child(1) {
  width: 128px;
  height: 128px;
}
.promoted > div > div:nth-child(2) > div:nth-child(3) {
  grid-row: 2;
  grid-column: 1/-1;
  color: #b3b3b3;
  font: 9pt "Open Sans", sans-serif;
}

.main-reports h1, .main-reports h2, .main-reports h3, .main-reports h4, .main-reports h5, .main-reports h6 {
  color: #c92929;
}
.main-reports {
  font-size: 11pt;
  column-gap: 0.5rem;
}
.main-reports > div > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .main-reports > div > div:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
}
.main-reports > div > div:nth-child(1) > :not(:last-child) {
  margin-right: 1rem;
}
.main-reports > div > div:nth-child(1) > :nth-child(1) {
  width: 96px;
  height: 96px;
  background-color: #808080;
  flex-shrink: 0;
}
.main-reports > div > p:last-child {
  margin-bottom: 0;
}
.overlap + .main-reports > div:not([class]) {
  padding: 2rem;
}

.main-broadcasts {
  column-gap: 0.5rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: 3fr 7fr;
  justify-content: center;
  column-gap: 1rem;
  width: 100%;
}
.detail-grid > div:not([class]) {
  padding: 0 0.5rem;
}
@media only screen and (max-width: 640px) {
  .detail-grid {
    grid-template-columns: inherit;
  }
}
.detail-grid > div:nth-child(1) {
  background-color: #b3b3b3;
  padding: 1rem;
}
.detail-grid > div:nth-child(1) > :nth-child(1) {
  display: block;
  box-sizing: border-box;
  margin: 0 0 1rem;
  width: 100%;
  padding-top: calc(100% - 2px);
  background-color: #808080;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.detail-grid > div:nth-child(1) > h2 {
  font-size: 18pt;
  line-height: 1.2;
  margin: 1rem 0;
}
.detail-grid > div:nth-child(1) > h3 {
  margin: 1rem 0;
}
.detail-grid > div:nth-child(1) > h2:nth-of-type(1) {
  color: #c92929;
}
.detail-grid > div:nth-child(1) > h2:nth-last-of-type(1) {
  letter-spacing: 6pt;
}

.detail-broadcasts > div:nth-child(1) > h3:nth-of-type(1), .detail-person > div:nth-child(1) > h3:nth-of-type(1) {
  color: #ffffff;
}
.detail-broadcasts > div:nth-child(1) > h2:nth-of-type(2) span, .detail-person > div:nth-child(1) > h2:nth-of-type(2) span {
  font-size: 12pt;
}
.detail-broadcasts > div:nth-child(1) > h3 + p, .detail-person > div:nth-child(1) > h3 + p {
  margin-bottom: 0;
}
.detail-broadcasts > div:nth-child(1) > .broadcasts > h3, .detail-person > div:nth-child(1) > .broadcasts > h3 {
  margin-bottom: 0;
}
.detail-broadcasts > div:nth-child(1) > .broadcasts > h3 + p, .detail-person > div:nth-child(1) > .broadcasts > h3 + p {
  margin-top: 0;
}

.detail-review > div:nth-child(1) > h2:nth-of-type(2) span {
  font-size: 14pt;
}
.detail-review > div:nth-child(1) > h3:nth-of-type(2) {
  color: #ffffff;
}
.detail-review > div:nth-child(1) > h3:nth-of-type(3) > span {
  color: #c92929;
}
.detail-review > div:nth-child(1) > h3:nth-of-type(3) {
  color: #ffffff;
}
.detail-review > div:nth-child(1) > h3:nth-last-of-type(1) {
  color: rgb(114.56, 114.56, 114.56);
  margin-bottom: 0;
}
.detail-review > div:nth-child(1) > p:nth-last-of-type(1) {
  color: rgb(114.56, 114.56, 114.56);
  margin-top: 0;
}
.detail-review > div:nth-child(1) > p:nth-last-of-type(1) > a:link {
  color: rgb(114.56, 114.56, 114.56);
}
.detail-review > div:nth-child(1) > p:nth-last-of-type(1) > a:visited {
  color: rgb(114.56, 114.56, 114.56);
}
.detail-review > div:nth-child(1) > p:nth-last-of-type(1) > a:active {
  color: rgb(114.56, 114.56, 114.56);
}
.detail-review > div:nth-child(1) > p:nth-last-of-type(1) > a:hover {
  color: rgb(68.736, 68.736, 68.736);
}

.player {
  font: 500 10pt Oswald, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  padding: 0 1rem;
  flex: 1;
}
.player > div {
  box-sizing: border-box;
  padding: 0.5rem;
  margin: 0.5rem;
  background-color: #2b2b2b;
  border-top: 0.5px solid rgb(114.56, 114.56, 114.56);
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px black;
}
.player > div:nth-child(2) {
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome";
  font-size: 64pt;
  cursor: pointer;
  color: #aec172;
  text-shadow: 0px 5px 10px black;
  transition: color 0.15s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .player > div:nth-child(2) {
    font-size: 32pt;
  }
}
.player > div:nth-child(2):hover {
  color: rgb(222.6, 230.2, 198.6);
  transition: color 0.15s ease-in-out;
}
.player > div:not(:nth-child(2)) {
  padding: 0;
}
.player > div:not(:nth-child(2)) > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.player > div:not(:nth-child(2)) > div:nth-child(1) > div:nth-child(1) {
  padding: 0.5rem;
}
.player > div:not(:nth-child(2)) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  height: 100%;
  background-color: #808080;
}
.player > div:not(:nth-child(2)) > div:nth-child(1) > div:nth-child(2) {
  width: 2px;
  background: linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, #2b2b2b 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 16%, black 16%, black 66%, rgb(68.736, 68.736, 68.736) 66%, rgb(68.736, 68.736, 68.736) 100%);
}
.player > div:not(:nth-child(2)) > div:nth-child(1) > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.5rem;
}
.player > div:not(:nth-child(2)) > div:nth-child(1) > div:nth-child(3) > div:nth-last-child(4) {
  flex: 1;
  color: #aec172;
}
.player > div:not(:nth-child(2)) > div:nth-child(1) > div:nth-child(3) > div:nth-last-child(2) {
  flex: 1;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
.player > div:not(:nth-child(2)) > div:nth-child(1) > div:nth-child(3) > div:nth-last-child(1) {
  color: #b3b3b3;
}
.player > div:not(:nth-child(2)) > div:nth-child(2) {
  box-sizing: border-box;
  padding: 0.5rem;
  padding-top: 0;
}
.player > div:not(:nth-child(2)):not(:nth-child(3)) {
  font: 500 8pt Oswald, sans-serif;
  text-transform: uppercase;
  flex: 1;
}
.player > div:nth-child(3) {
  flex: 2;
}

#last-track {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  #last-track {
    display: none;
  }
}

#next-track {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  #next-track {
    display: none;
  }
}

#cookies {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
}

#login-form p,
#registration-form p,
#password-reset-form p {
  margin: 0 0 0.75rem 0;
}
#login-form input[type=text],
#login-form input[type=email],
#login-form input[type=password],
#registration-form input[type=text],
#registration-form input[type=email],
#registration-form input[type=password],
#password-reset-form input[type=text],
#password-reset-form input[type=email],
#password-reset-form input[type=password] {
  box-sizing: border-box;
  min-height: 44px;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgb(143.2, 143.2, 143.2);
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  box-shadow: 0 0 0 0 rgba(43, 43, 43, 0);
  transition: border-color 0.18s ease-in-out, box-shadow 0.18s ease-in-out;
}
#login-form input[type=text]::placeholder,
#login-form input[type=email]::placeholder,
#login-form input[type=password]::placeholder,
#registration-form input[type=text]::placeholder,
#registration-form input[type=email]::placeholder,
#registration-form input[type=password]::placeholder,
#password-reset-form input[type=text]::placeholder,
#password-reset-form input[type=email]::placeholder,
#password-reset-form input[type=password]::placeholder {
  color: rgb(114.56, 114.56, 114.56);
  opacity: 1;
}
#login-form input[type=text]:focus,
#login-form input[type=email]:focus,
#login-form input[type=password]:focus,
#registration-form input[type=text]:focus,
#registration-form input[type=email]:focus,
#registration-form input[type=password]:focus,
#password-reset-form input[type=text]:focus,
#password-reset-form input[type=email]:focus,
#password-reset-form input[type=password]:focus {
  outline: none;
  border-color: rgb(68.736, 68.736, 68.736);
  box-shadow: 0 0 0 2px rgba(43, 43, 43, 0.15);
}
#login-form input[type=checkbox],
#registration-form input[type=checkbox],
#password-reset-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  margin: 0.1rem 0.3rem 0 0;
  border: 1px solid rgb(143.2, 143.2, 143.2);
  border-radius: 0;
  background-color: #ffffff;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(43, 43, 43, 0);
  transition: border-color 0.18s ease-in-out, box-shadow 0.18s ease-in-out;
}
#login-form input[type=checkbox]:focus,
#registration-form input[type=checkbox]:focus,
#password-reset-form input[type=checkbox]:focus {
  outline: none;
  border-color: rgb(68.736, 68.736, 68.736);
  box-shadow: 0 0 0 2px rgba(43, 43, 43, 0.15);
}
#login-form input[type=checkbox]:checked,
#registration-form input[type=checkbox]:checked,
#password-reset-form input[type=checkbox]:checked {
  border-color: rgb(68.736, 68.736, 68.736);
  background-color: #ffffff;
}
#login-form input[type=checkbox]:checked::after,
#registration-form input[type=checkbox]:checked::after,
#password-reset-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #2b2b2b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#login-form p:has(input[type=checkbox]),
#registration-form p:has(input[type=checkbox]),
#password-reset-form p:has(input[type=checkbox]) {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}
#login-form label,
#registration-form label,
#password-reset-form label {
  display: inline-block;
  line-height: 1.35;
  color: #000000;
  cursor: pointer;
}
#login-form button,
#registration-form button,
#password-reset-form button {
  font: 400 12pt Oswald, sans-serif;
  text-transform: uppercase;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgb(143.2, 143.2, 143.2);
  border-radius: 0;
  background-color: rgb(204.24, 204.24, 204.24);
  color: #2b2b2b;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 0 0 rgba(43, 43, 43, 0);
}
#login-form button:hover,
#registration-form button:hover,
#password-reset-form button:hover {
  background-color: rgb(190.92, 190.92, 190.92);
  border-color: rgb(114.56, 114.56, 114.56);
}
#login-form button:focus,
#registration-form button:focus,
#password-reset-form button:focus {
  outline: none;
  border-color: rgb(68.736, 68.736, 68.736);
  box-shadow: 0 0 0 2px rgba(43, 43, 43, 0.15);
}

button.button, #cookies button {
  font: 400 12pt Oswald, sans-serif;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  background-color: #c92929;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background-clip: padding-box;
  transition: background-color 0.2s ease-in-out;
}
button.button:hover, #cookies button:hover {
  background-color: rgb(160.8, 32.8, 32.8);
  transition: background-color 0.2s ease-in-out;
}
button.button:focus, #cookies button:focus {
  box-shadow: 0px 0px 0px 3px rgba(201, 41, 41, 0.5);
  transition: box-shadow 0.2s ease-in-out;
}

#support-us {
  color: inherit;
  text-decoration: none;
}
#support-us:link {
  color: inherit;
}
#support-us:visited {
  color: inherit;
}
#support-us:active {
  color: inherit;
}
#support-us:hover {
  color: inherit;
}
#support-us {
  width: 100%;
}
#support-us > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background-color: rgb(160.8, 32.8, 32.8);
  color: #ffffff;
}
#support-us > div > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
#support-us > div > div:nth-child(1) > p {
  font: 400 18pt Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#support-us > div > div:nth-child(1) > p:nth-child(1) {
  font-size: 14pt;
  color: #dedede;
}
#support-us > div > div:nth-child(1) > p:nth-child(2) {
  text-align: right;
}
#support-us > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 4px;
  margin-left: 1rem;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 29pt;
  color: #c92929;
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
}

.schedules > a, .schedules .schedule {
  display: flex;
  flex-direction: row;
  color: inherit;
  text-decoration: none;
}
.schedules > a:link, .schedules .schedule:link {
  color: inherit;
}
.schedules > a:visited, .schedules .schedule:visited {
  color: inherit;
}
.schedules > a:active, .schedules .schedule:active {
  color: inherit;
}
.schedules > a:hover, .schedules .schedule:hover {
  color: inherit;
}
.schedules > a, .schedules .schedule {
  margin: 0.5rem 0;
  background-color: #ffffff;
}
.schedules > a > :nth-child(1), .schedules .schedule > :nth-child(1) {
  width: 100px;
  height: 60px;
  margin: 0 2rem 0 0;
  background-size: cover;
  background-position: center;
  background-clip: padding-box;
}
.schedules > a > :nth-child(2), .schedules .schedule > :nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.25rem 0;
}
.schedules > a > :nth-child(2) > *, .schedules .schedule > :nth-child(2) > * {
  margin: 0;
  font: 500 10pt Oswald, sans-serif;
  text-transform: uppercase;
}
.schedules > a > :nth-child(2) > :nth-child(2), .schedules .schedule > :nth-child(2) > :nth-child(2) {
  color: #c92929;
}

.rsfm-player-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-top: -0.5rem;
  background-color: #ffffff;
}

.rsfm-player-bar {
  flex: 1;
  width: 100%;
  height: 8px;
  border: 1px solid #2b2b2b;
  border-radius: 1px;
  background-color: #2b2b2b;
  overflow: hidden;
  cursor: pointer;
}

.rsfm-player-bar-inner {
  height: 100%;
  background-color: #aec172;
}

.rsfm-player-play {
  background-color: #ffffff;
  cursor: pointer;
  margin: 0.5rem 0;
}

.playlist-table {
  font-size: 0.8rem;
}
.playlist-table thead {
  text-align: left;
}
.playlist-table tr {
  height: 2rem;
}
.playlist-table th, .playlist-table td {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*# sourceMappingURL=radiors.css.map */
