button, .btn {
  transition: background-color 100ms, color 100ms;
  background-color: #32b96b;
  text-transform: uppercase;
  padding: 10px 14px;
  line-height: 36px;
  font-weight: 700;
  overflow: hidden;
  padding: 0 14px;
  color: white;
}
button:disabled, .btn:disabled {
  background-color: #ddd !important;
  color: #999 !important;
}
button:hover, .btn:hover {
  background-color: #2ba25e;
}
button .ripple-container .ripple-effect, .btn .ripple-container .ripple-effect {
  background-color: rgba(255, 255, 255, 0.1);
}
button.transparent, .btn.transparent {
  background-color: transparent;
  color: #32b96b;
}
button.transparent:hover, .btn.transparent:hover {
  color: #2ba25e;
}
button.transparent .ripple-container .ripple-effect, .btn.transparent .ripple-container .ripple-effect {
  background-color: rgba(0, 0, 0, 0.1);
}

a[link] {
  color: #32b96b;
  position: relative;
  font-weight: 500;
}
a[link]::after {
  background-color: #32b96b;
  transition: opacity 100ms;
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  opacity: 0;
  bottom: 0;
  left: 0;
}
a[link]:hover:after {
  opacity: 1;
}

section {
  padding: 0.05px;
}
section:after {
  display: table;
  clear: both;
  content: "";
}
section#podcasts {
  background: linear-gradient(110deg, #4e8e3a 0%, #bbcc57 100%);
  color: white;
}
section#podcasts h2 {
  color: white;
}
section#programes {
  background-color: #2b2a30;
  color: white;
}
section#programes h2 {
  color: #32b96b;
}
section .sectionHead {
  margin-bottom: 40px;
  margin-top: 80px;
}
section .sectionHead:after {
  display: table;
  clear: both;
  content: "";
}
section .sectionHead h1, section .sectionHead h2 {
  text-transform: uppercase;
  color: #32b96b;
  font-weight: 700;
  font-size: 72px;
  float: left;
}
section .sectionHead h3 {
  transform: translateY(26px);
  text-transform: uppercase;
  vertical-align: bottom;
  margin-left: 30px;
  font-weight: 100;
  font-size: 40px;
  float: left;
  color: #fff;
}
section .cols:after {
  display: table;
  clear: both;
  content: "";
}
section .cols article {
  margin-right: 50px;
  width: 764px;
  float: left;
}
section .cols aside {
  width: 356px;
  float: left;
}
section .cols:first-child {
  margin-top: 50px;
}

#header {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin: 60px auto;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
}
#header:after {
  display: table;
  clear: both;
  content: "";
}
#header .logo {
  background: url("../img/logo.svg") no-repeat center center;
  background-size: contain;
  display: block;
  width: 250px;
  height: 75px;
  float: left;
}
#header .headerRight {
  transform: translateY(-10px);
  float: right;
}
#header .headerRight .headerRightTop {
  margin-bottom: 18px;
  overflow: hidden;
}
#header .headerLive {
  transition: color 100ms;
  color: #32b96b;
  line-height: 44px;
  overflow: hidden;
  float: left;
}
#header .headerLive span {
  float: left;
}
#header .headerLive span:hover {
  color: #333;
}
#header .headerLive .headerPlay {
  transition: background-color 200ms, border-color 200ms;
  background-color: #32b96b;
  border: 7px solid #363738;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  margin-left: 10px;
  line-height: 28px;
  font-size: 18px;
  color: white;
  height: 28px;
  width: 28px;
  float: left;
}
#header .headerLive .headerPlay:hover {
  border-color: #32b96b;
  background-color: #363738;
}
#header #headerSearch {
  overflow: hidden;
  float: right;
}
#header #headerSearch input {
  background-color: #333333;
  box-sizing: border-box;
  margin-right: 3px;
  font-weight: 400;
  padding: 0 10px;
  color: white;
  height: 44px;
  width: 340px;
  float: left;
}
#header #headerSearch button {
  line-height: 44px;
  height: 44px;
  width: 148px;
  float: left;
  padding: 0;
}
#header .headerNav a {
  transition: color 100ms;
  margin-right: 22px;
  font-weight: 700;
}
#header .headerNav a:last-child {
  margin-right: 0;
}
#header .headerNav a:hover {
  color: #777;
}
#header .headerNav a.active {
  color: #32b96b;
}

#main {
  transition: min-height 100ms;
  min-height: calc(100% - 156px);
}

#footer {
  background-color: #1b1b1b;
  color: #666;
}
#footer .footerTop {
  padding: 50px 0;
  padding-bottom: 30px;
}
#footer .footerBottom {
  border-top: 2px solid white;
  padding: 30px 0;
}
#footer .footerBottom p {
  font-size: 18px;
}
#footer .logos {
  overflow: hidden;
  width: auto;
  float: left;
}
#footer .logo {
  background: url("../img/logo_full.svg") no-repeat center center;
  background-size: contain;
  height: 220px;
  width: 150px;
}
#footer .logo_gen {
  background: url("../img/dep_pres_gen_white.svg") no-repeat top left;
  margin-top: 20px;
  width: 206px;
  height: 50px;
}
#footer .pageLinks {
  overflow: hidden;
  float: right;
}
#footer .pageLinks .linksGroup {
  margin-right: 120px;
  float: left;
}
#footer .pageLinks .linksGroup:last-child {
  margin-right: 0;
}
#footer .pageLinks .linksGroup h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  color: white;
}
#footer .pageLinks .linksGroup a, #footer .pageLinks .linksGroup p {
  transition: color 100ms;
  line-height: 18px;
  font-size: 13px;
  display: block;
}
#footer .pageLinks .linksGroup a:hover {
  color: white;
}
#footer .pageLinks .linksGroup .selectable a {
  display: inline-block;
}
#footer .facebook, #footer .twitter, #footer .instagram {
  line-height: 36px !important;
  box-sizing: border-box;
  text-align: center;
  margin-right: 8px;
  border: 2px solid;
  height: 42px;
  width: 42px;
  float: left;
}
#footer .facebook i, #footer .twitter i, #footer .instagram i {
  height: 20px;
  width: 20px;
}
#footer .facebook {
  border-color: #566fad;
}
#footer .twitter {
  border-color: #6fb7e7;
}
#footer .instagram {
  border-color: #ffffff;
  margin-right: 0;
}

.wrapper {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.wrapper:after {
  display: table;
  clear: both;
  content: "";
}

#homeArticles, #articlesList {
  overflow: hidden;
}
#homeArticles .ads, #articlesList .ads {
  float: left;
}

.ads {
  margin-bottom: 50px;
  display: block;
  height: 356px;
  width: 356px;
  border: none;
}
.ads.ads-1170x200 {
  margin-bottom: 50px;
  height: 200px;
  width: 1170px;
}
.ads.ads-160x600 {
  margin-bottom: 50px;
  height: 600px;
  width: 160px;
}
.ads.ads-160x600:last-child {
  position: sticky;
  top: 50px;
}

body[user=admin] .ads.ads-160x600:last-child {
  position: sticky;
  top: 82px;
}

.ads + .ads {
  margin-top: 30px;
}

.over-left, .over-right {
  display: none;
}

.desktop1920 .over-left, .desktop1920 .over-right, .desktopMax .over-left, .desktopMax .over-right {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
}
.desktop1920 .over-left, .desktopMax .over-left {
  transform: translateX(-100%);
  left: -50px;
}
.desktop1920 .over-right, .desktopMax .over-right {
  transform: translateX(100%);
  right: -50px;
}

.article {
  background-color: white;
  flex-direction: column;
  margin-bottom: 50px;
  margin-right: 51px;
  display: flex;
  height: 576px;
  width: 356px;
  float: left;
}
.article.horizontal {
  flex-direction: row;
  margin-right: 50px;
  height: 356px;
  width: 764px;
}
.article.horizontal h4 {
  line-height: 22px;
  font-size: 20px;
}
.article.horizontal .articleCover {
  height: 100%;
  width: 356px;
}
.article.small {
  margin-right: 35px;
  height: 395px;
  width: 206px;
}
.article.small h4 {
  font-size: 12px;
}
.article.small .articleCover {
  height: 145px;
}
.article.small .articleInfo {
  line-height: 14px;
  font-size: 12px;
}
.article.small .articleInfo .articleAuthor {
  display: block;
}
.article.small .articleInfo .articleAuthor:before {
  content: none;
}
.article.small .articleSummary {
  display: none;
}
.article:nth-child(5n):not(.small), .article:last-child {
  margin-right: 0;
}
.article .articleCover {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cccccc;
  background-size: cover;
  height: 268px;
}
.article .articleWrapper {
  position: relative;
  margin: 20px;
  flex: 1;
}
.article h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 16px;
  font-weight: 500;
  font-size: 14px;
}
.article .articleInfo {
  margin-bottom: 15px;
  line-height: 16px;
  font-size: 13px;
  color: #999;
}
.article .articleInfo .articleAuthor:before {
  content: "|";
  margin: 0 10px;
}
.article .articleSummary {
  margin-bottom: 30px;
  line-height: 22px;
  font-size: 16px;
  color: #555;
}
.article .articleActions {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
}

.articleAlt {
  width: calc((100% - 50px) / 2);
  margin-bottom: 50px;
  margin-right: 50px;
  float: left;
}
.articleAlt:last-child {
  margin-right: 0;
}
.articleAlt header {
  background: linear-gradient(45deg, #4e8e3a 0%, #bbcc57 100%);
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 700;
  font-size: 24px;
  padding: 0 15px;
  color: white;
  height: 50px;
}
.articleAlt .article {
  flex-direction: row;
  height: 310px;
  width: 100%;
  margin: 0;
}
.articleAlt .article .articleCover {
  height: 100%;
  width: 210px;
}

.fake-text {
  background-color: #ccc;
  display: inline-block;
  height: 15px;
  width: 100%;
}

article {
  margin-bottom: 50px;
}
article .cover {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cccccc;
  background-size: cover;
  margin-bottom: 20px;
  height: 440px;
}
article h1 {
  margin-bottom: 16px;
  line-height: 28px;
  font-weight: 700;
  font-size: 24px;
}
article .metadata {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #999;
}
article .metadata span, article .metadata a {
  float: left;
}
article .metadata span:not(:first-child):before, article .metadata a:not(:first-child):before {
  content: "|";
  margin: 0 10px;
}
article .metadata .schedule {
  color: #32b96b;
}
article .content {
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: black;
}
article .actions {
  overflow: hidden;
  margin-top: 20px;
}
article .comments h2 {
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: 700;
  font-size: 24px;
}

.articleActions button, article .actions button {
  background-color: transparent;
  border: 2px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 100%;
  margin-right: 10px;
  line-height: 1;
  height: 44px;
  width: 44px;
  float: left;
  padding: 0;
}
.articleActions button:last-child, article .actions button:last-child {
  margin-right: 0;
}
.articleActions button.articleShare i, article .actions button.articleShare i {
  height: 22px;
  width: 22px;
}
.articleActions button.articlePlay i, article .actions button.articlePlay i {
  color: #32b96b;
  font-size: 28px;
}

.ads {
  background-color: #222;
  display: block;
}

#commentsList:empty:after {
  content: "No hi han comentaris, sigues el primer a comentar.";
  background-color: #ddd;
  letter-spacing: 0.1px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 20px;
}

.commentItem {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.commentItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.commentItem .avatar {
  background-position: top -2px center;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-size: 66px;
  border-radius: 5px;
  margin-right: 15px;
  opacity: 0.8;
  height: 70px;
  width: 70px;
  float: left;
}
.commentItem .content {
  width: calc(100% - 95px);
  float: left;
}
.commentItem .title {
  margin-bottom: 6px;
  overflow: hidden;
}
.commentItem .title .name {
  font-weight: 500;
  font-size: 18px;
  float: left;
}
.commentItem .title .date {
  transform: translateY(2px);
  margin-left: 10px;
  font-size: 12px;
  float: left;
  color: #777;
}
.commentItem .message {
  line-height: 20px;
}

.relatedArticle {
  margin-bottom: 40px;
}
.relatedArticle .cover {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cccccc;
  background-size: cover;
  margin-bottom: 15px;
  display: block;
  height: 200px;
}
.relatedArticle .title {
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 500;
  font-size: 18px;
  display: block;
}
.relatedArticle .metadata {
  color: #999;
}
.relatedArticle .metadata .author:before {
  content: "|";
  margin: 0 10px;
}

.separatorTitle {
  background-color: #32b96b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 30px 0;
  padding: 15px;
  color: white;
}

#homePodcasts, #programPodcasts {
  flex-wrap: wrap;
  overflow: hidden;
  margin: 80px 0;
  display: flex;
}

.podcast-item {
  border-bottom: 1px solid #b8ca56;
  border-right: 1px solid #b8ca56;
  box-sizing: border-box;
  width: calc(100% / 4);
  position: relative;
  min-height: 246px;
  font-size: 18px;
  padding: 24px;
}
.podcast-item:nth-child(n+9) {
  border-bottom: none;
}
.podcast-item:nth-child(4n) {
  border-right: none;
}
.podcast-item button {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 200ms;
  border-radius: 100%;
  line-height: 1;
  padding: 15px;
  height: 100px;
  width: 100px;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}
.podcast-item button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.podcast-item button i {
  height: 100%;
  width: 100%;
}
.podcast-item span {
  text-align: center;
  display: block;
}
.podcast-item .program {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
}
.podcast-item .title {
  line-height: 1.2;
  font-weight: 300;
}
.podcast-item .share {
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  padding: 10px;
  right: 5px;
  top: 5px;
}

#stickyPlayer {
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  position: absolute;
  position: sticky;
  width: 100%;
  z-index: 9;
  bottom: 0;
  left: 0;
}
#stickyPlayer .close {
  transition: background-color 100ms;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  padding: 8px;
  right: 8px;
  top: 8px;
}
#stickyPlayer .close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.stickyPlayer {
  box-sizing: border-box;
  padding: 16px;
}
.stickyPlayer .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ddd;
  border-radius: 3px;
  height: 80px;
  width: 80px;
  float: left;
}
.stickyPlayer .image.loading {
  position: relative;
}
.stickyPlayer .image.loading::after {
  animation: loading 800ms linear infinite;
  transform: translate(-50%, -50%);
  border: 3px solid #009688;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-radius: 100%;
  position: absolute;
  height: 32px;
  width: 32px;
  content: "";
  z-index: 3;
  left: 50%;
  top: 50%;
}
.stickyPlayer .data {
  width: calc(100% - 90px);
  float: right;
}
.stickyPlayer .data .title {
  text-align: center;
  margin: 2px 18px;
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  display: block;
}
.stickyPlayer .player:empty::after {
  background-color: #e5e5e5;
  border-radius: 3px;
  margin-left: 18px;
  margin-top: 10px;
  display: block;
  height: 44px;
  content: "";
}

#homePrograms {
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  display: flex;
}

.home-program {
  width: calc((100% - 60px) / 3);
  background-color: #ddd;
  flex-direction: column;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 30px;
  min-height: 495px;
  display: flex;
}
.home-program:empty {
  position: relative;
}
.home-program:empty:before {
  background-color: #464646;
  position: absolute;
  height: 125px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
}
.home-program .cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 370px;
}
.home-program:nth-child(3n), .home-program:last-child {
  margin-right: 0;
}
.home-program .data {
  background-color: #464646;
  text-align: center;
  padding: 24px;
  flex: 1;
}
.home-program .data span {
  line-height: 1.2;
  display: block;
}
.home-program .data .name {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
}
.home-program .data .participants {
  font-size: 24px;
}

.player.live button[data-plyr=fast-forward],
.player.live button[data-plyr=rewind] {
  display: none;
}

.sectionHead .dropdown {
  border: 2px solid #32b96b;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #32b96b;
  position: relative;
  font-weight: 700;
  margin-top: 10px;
  font-size: 18px;
  float: right;
}
.sectionHead .dropdown span {
  transition: background-color 200ms;
  display: inline-block;
  position: relative;
  padding: 16px 20px;
  padding-right: 56px;
  cursor: pointer;
}
.sectionHead .dropdown span::after {
  border: 10px solid transparent;
  border-top-color: #32b96b;
  border-right-width: 8px;
  border-left-width: 8px;
  position: absolute;
  content: "";
  right: 16px;
  top: 20px;
}
.sectionHead .dropdown nav {
  transition: opacity 250ms, transform 250ms;
  border: 2px solid #32b96b;
  transform: translateY(0);
  background-color: white;
  pointer-events: none;
  position: absolute;
  max-height: 390px;
  overflow: auto;
  width: 200px;
  z-index: 1;
  opacity: 0;
  right: -2px;
  top: 100%;
}
.sectionHead .dropdown nav a {
  border-bottom: 2px solid #32b96b;
  transition: background-color 200ms;
  padding: 16px 20px;
  display: block;
}
.sectionHead .dropdown nav a:last-child {
  border-bottom: none;
}
.sectionHead .dropdown nav a:hover {
  background-color: #d3ffe5;
}
.sectionHead .dropdown::after {
  position: absolute;
  height: 20px;
  width: 100%;
  content: "";
  top: 100%;
  left: 0;
}
.sectionHead .dropdown:hover:not(.closed) span {
  background-color: white;
}
.sectionHead .dropdown:hover:not(.closed) nav {
  transform: translateY(20px);
  pointer-events: auto;
  opacity: 1;
}

#programes .sectionHead .dropdown:hover:not(.closed) span, #programes .sectionHead .dropdown nav {
  background-color: #1b1b1b;
}
#programes .sectionHead .dropdown nav a:hover {
  background-color: #1c3b29;
}

.articlesPagination, .podcastsPagination {
  margin-bottom: 50px;
  overflow: hidden;
}
.articlesPagination .btn, .podcastsPagination .btn {
  line-height: 44px;
  padding: 0 20px;
}

.podcastsPagination .btn {
  background-color: white;
  color: #32b96b;
}

#searchStats {
  margin-bottom: 30px;
  font-size: 18px;
}

#contactForm {
  margin-bottom: 80px;
}

.contactCols:after {
  display: table;
  clear: both;
  content: "";
}
.contactCols .col {
  width: calc(50% - 25px);
  margin-right: 50px;
  float: left;
}
.contactCols .col:last-child {
  margin-right: 0;
}
.contactCols h3 {
  color: #32b96b;
  margin-bottom: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 24px;
}
.contactCols p {
  margin-bottom: 16px;
  font-size: 18px;
  color: black;
}

#program {
  padding-bottom: 30px;
}

#adminTop {
  background-color: #222;
  overflow: hidden;
  position: sticky;
  padding: 0 10px;
  z-index: 9999;
  top: 0;
}
#adminTop a {
  line-height: 32px;
  padding: 0 10px;
  display: none;
  color: white;
  float: left;
}
#adminTop a:hover {
  background-color: #444;
}
#adminTop a i {
  vertical-align: -4px;
  margin-right: 4px;
  font-size: 18px;
}
#adminTop a:last-child, #adminTop a.cpanel {
  display: block;
}

#cookies {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: rgba(246, 249, 252, 0.9);
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 4px;
  position: fixed;
  font-size: 15px;
  color: #424770;
  margin: 0 auto;
  display: none;
  bottom: 10px;
  left: 10px;
  z-index: 999;
}

#cookies span {
  padding: 8px 5px 8px 15px;
  box-sizing: border-box;
  display: inline-block;
}

#cookies span a {
  color: #1565c0;
}

#cookies .close {
  transition: color 150ms;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  color: #8898aa;
  float: right;
  width: 40px;
}

#cookies .close:hover {
  color: #32325d;
}

#toUp {
  transition: background-color 200ms, opacity 200ms;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  position: fixed;
  cursor: pointer;
  width: 56px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  z-index: 9;
}
#toUp:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#toUp.visible {
  pointer-events: auto;
  opacity: 1;
}
#toUp i {
  transform: translateY(-1px);
  font-size: 36px;
  color: white;
}

.document {
  padding-bottom: 35px;
}
.document body {
  font-family: "Bitter", serif;
}
.document #head {
  position: relative;
}
.document #head #headLogo {
  background-image: url("../img/logo.png");
}
.document #head #headNav a {
  text-decoration: none;
  color: #333;
}
.document #head #headNav a::after {
  background-color: #333;
}
.document main {
  padding: 100px 0;
}
.document h1 {
  text-transform: uppercase;
  font-family: Helvetica;
  font-weight: 900;
  margin-bottom: 100px;
  text-align: center;
  font-size: 38px;
}
.document h2 {
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 600;
  font-size: 28px;
}
.document h2:first-child {
  margin-top: 0;
}
.document h3 {
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 600;
  font-size: 24px;
}
.document p, .document li {
  line-height: 1.6;
  font-size: 16px;
}
.document ul, .document ol {
  margin: 20px;
  margin-left: 30px;
}
.document ul li, .document ol li {
  margin-bottom: 5px;
}
.document ul li:last-child, .document ol li:last-child {
  margin-bottom: 0;
}
.document ul.alpha, .document ol.alpha {
  list-style-type: lower-alpha;
}
.document a {
  color: #1565c0;
}
.document a:hover {
  text-decoration: underline;
}
.document .wrapper > p {
  margin-bottom: 15px;
}
.document .sectionHead h1 {
  margin: 0;
}

.mobile {
  background-color: white;
}
.mobile #adminTop {
  display: none;
}
.mobile #header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #f4f4f4;
  padding-top: 44px;
  padding-bottom: 0;
  border: none;
  z-index: 1;
  margin: 0;
}
.mobile #header .headerRight, .mobile #header .logo {
  float: none;
}
.mobile #header .logo {
  margin: 24px;
}
.mobile #header .headerRight {
  transform: none;
}
.mobile #header .headerRight .headerRightTop {
  margin-bottom: 0;
}
.mobile #header .headerLive span {
  display: none;
}
.mobile #header .headerLive i {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  line-height: 42px;
  position: fixed;
  font-size: 30px;
  height: 42px;
  width: 42px;
  bottom: 16px;
  right: 16px;
  z-index: 9;
}
.mobile #header #headerSearch {
  display: none;
}
.mobile #header .headerNav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #222;
  white-space: nowrap;
  line-height: 44px;
  overflow-y: hidden;
  overflow-x: auto;
  position: fixed;
  height: 44px;
  width: 100%;
  z-index: 9;
  top: 0;
}
.mobile #header .headerNav a {
  transform: translateY(-2px);
  display: inline-block;
  font-size: 18px;
  margin: 0 10px;
}
.mobile #header .headerNav a:not(:hover):not(.active) {
  color: white;
}
.mobile section .sectionHead {
  margin-bottom: 30px;
  margin-top: 36px;
}
.mobile section .sectionHead h1, .mobile section .sectionHead h2 {
  margin-left: 20px;
  font-size: 48px;
  float: none;
}
.mobile section .sectionHead h3 {
  margin-left: 20px;
  margin-top: 10px;
  transform: none;
  font-size: 24px;
  float: none;
}
.mobile section .sectionHead .dropdown {
  margin-left: 20px;
  margin-top: 20px;
  float: left;
}
.mobile section .sectionHead .dropdown nav {
  right: auto;
  left: -2px;
}
.mobile section .cols:first-child {
  margin-top: 0;
}
.mobile section .cols article, .mobile section .cols aside {
  margin-bottom: 16px;
  width: 100%;
  float: none;
}
.mobile .articleAlt {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  float: none;
}
.mobile .article {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  flex-direction: column;
  height: auto;
  width: 100%;
  float: none;
}
.mobile .article .articleCover {
  height: 268px;
  width: 100%;
}
.mobile .article .articleWrapper {
  padding-bottom: 60px;
  flex: none;
}
.mobile .article h4 {
  line-height: 22px;
  font-size: 20px;
}
.mobile #homeArticles .ads, .mobile #articlesList .ads {
  height: 100vw;
  width: 100vw;
  margin: 32px 0;
  float: none;
}
.mobile aside .ads {
  height: 100vw;
  width: 100vw;
}
.mobile .ads + .ads {
  display: none;
}
.mobile .ads-1170x200 {
  display: none;
}
.mobile #homePodcasts, .mobile #programPodcasts {
  margin: 0;
  margin-bottom: 20px;
}
.mobile .podcast-item {
  border-bottom: 1px solid #b8ca56 !important;
  border-right: none;
  width: 100%;
}
.mobile .podcast-item:last-child {
  border-bottom: none !important;
}
.mobile #homePrograms {
  margin-bottom: 0;
  padding: 0 20px;
}
.mobile .home-program {
  margin-bottom: 20px;
  min-height: auto;
  margin-right: 0;
  width: 100%;
}
.mobile .home-program .cover {
  height: calc(100vw - 40px);
  width: calc(100vw - 40px);
}
.mobile #footer .footerTop {
  box-sizing: border-box;
  padding: 32px;
}
.mobile #footer .footerBottom {
  box-sizing: border-box;
  text-align: center;
  padding: 16px;
}
.mobile #footer .logo, .mobile #footer .logos {
  margin-bottom: 32px;
  float: none;
}
.mobile #footer .logos {
  width: auto;
}
.mobile #footer .pageLinks {
  float: none;
}
.mobile #footer .pageLinks .linksGroup {
  margin-bottom: 32px;
  overflow: hidden;
  margin-right: 0;
  float: none;
}
.mobile #footer .pageLinks .linksGroup:last-child {
  margin-bottom: 0;
}
.mobile article .cover {
  margin-bottom: 16px;
  height: 268px;
}
.mobile article > .selectable, .mobile article .actions, .mobile article .comments {
  padding: 0 16px;
}
.mobile article .comments h2 {
  margin-bottom: 16px;
  margin-top: 32px;
}
.mobile #commentsList:empty:after {
  margin-bottom: 0;
}
.mobile .relatedArticle {
  margin-bottom: 20px;
}
.mobile .relatedArticle .selectable {
  padding: 0 16px;
}
.mobile article .metadata span, .mobile article .metadata a,
.mobile .relatedArticle .metadata span,
.mobile .relatedArticle .metadata a,
.mobile .article .articleInfo span,
.mobile .article .articleInfo a {
  line-height: 18px;
  display: block;
  float: none;
}
.mobile article .metadata span:not(:first-child):before, .mobile article .metadata a:not(:first-child):before,
.mobile .relatedArticle .metadata span:not(:first-child):before,
.mobile .relatedArticle .metadata a:not(:first-child):before,
.mobile .article .articleInfo span:not(:first-child):before,
.mobile .article .articleInfo a:not(:first-child):before {
  content: none;
}
.mobile .separatorTitle {
  text-align: center;
  margin: 16px 0;
  padding: 16px;
}
.mobile .articlesPagination, .mobile .podcastsPagination {
  margin: 20px;
  margin-top: 0;
}
.mobile #program {
  padding-bottom: 0;
}
.mobile #program aside {
  margin-bottom: 0;
}
.mobile #stickyPlayer .close {
  right: 0;
  top: 0;
}
.mobile .stickyPlayer {
  padding: 8px;
}
.mobile .stickyPlayer .data {
  width: calc(100% - 64px);
}
.mobile .stickyPlayer .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 14px;
  overflow: hidden;
  text-align: left;
  margin: 8px 10px;
  font-size: 16px;
}
.mobile .stickyPlayer .image {
  height: 64px;
  width: 64px;
}
.mobile .stickyPlayer .plyr--audio .plyr__controls {
  transform: translateX(2px);
  padding: 0;
}
.mobile .stickyPlayer .plyr--audio .plyr__control:hover {
  background-color: inherit;
  color: inherit;
}
.mobile .stickyPlayer .plyr--audio .plyr__control:active {
  background-color: #32b96b;
  color: white;
}
.mobile .stickyPlayer .plyr__menu, .mobile .stickyPlayer .plyr__volume {
  display: none;
}
.mobile .stickyPlayer .plyr__controls .plyr__controls__item {
  margin-left: 0;
}
.mobile .commentItem:last-child {
  margin-bottom: 30px;
}
.mobile #contactForm {
  margin-bottom: 32px;
  padding: 0 16px;
}
.mobile .contactCols {
  flex-direction: column;
  display: flex;
}
.mobile .contactCols .col {
  margin-right: 0;
  width: 100%;
  order: 2;
}
.mobile .contactCols .col.selectable {
  margin-bottom: 16px;
  order: 1;
}
.mobile .contactCols h3 {
  font-size: 22px;
}
.mobile #cookies {
  text-align: center;
  border-radius: 0;
  line-height: 1.2;
  width: 100%;
  bottom: 0;
  left: 0;
}
.mobile #cookies span {
  max-width: calc(100% - 40px);
}
.mobile #toUp {
  bottom: 16px;
  left: 16px;
}

article .content,
.customPage {
  margin-top: 32px;
  line-height: 1.4;
  font-size: 16px;
}
article .content .ql-font-serif,
.customPage .ql-font-serif {
  font-family: serif;
}
article .content .ql-font-sans-serif,
.customPage .ql-font-sans-serif {
  font-family: sans-serif;
}
article .content .ql-font-monospace,
.customPage .ql-font-monospace {
  font-family: monospace;
}
article .content .ql-font-roboto,
.customPage .ql-font-roboto {
  font-family: "Roboto";
}
article .content .ql-size-small,
.customPage .ql-size-small {
  font-size: 13px;
}
article .content .ql-size-large,
.customPage .ql-size-large {
  font-size: 24px;
}
article .content .ql-size-huge,
.customPage .ql-size-huge {
  font-size: 32px;
}
article .content .ql-size-giant,
.customPage .ql-size-giant {
  font-size: 48px;
}
article .content .ql-align-center,
.customPage .ql-align-center {
  text-align: center;
}
article .content .ql-align-justify,
.customPage .ql-align-justify {
  text-align: justify;
}
article .content .ql-align-right,
.customPage .ql-align-right {
  text-align: right;
}
article .content .ads-1170x200,
.customPage .ads-1170x200 {
  margin: 32px 0;
}
article .content img,
.customPage img {
  max-width: 100%;
}
article .content a,
.customPage a {
  color: #06c;
}
article .content a:hover,
.customPage a:hover {
  text-decoration: underline;
}

.survey .survey-wrap {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background-color: white;
  margin: 40px auto;
  max-width: 400px;
  padding: 16px;
}
.survey .survey-question {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
}
.survey .survey-answer {
  position: relative;
}
.survey .survey-answer:not(:last-child) {
  margin-bottom: 16px;
}
.survey .survey-answer input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
.survey .survey-answer label {
  color: #555;
  padding: 10px;
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 16px;
  background-color: whitesmoke;
}
.survey .survey-answer label::before {
  background-color: #32b96b;
  transition: width 100ms;
  position: absolute;
  height: 100%;
  content: "";
  width: 4px;
  left: 0;
  top: 0;
}
.survey .survey-answer label:hover::before {
  width: 8px;
}
.survey .survey-answer label span {
  transition: color 100ms;
  position: relative;
}
.survey .survey-answer input:checked + label::before {
  width: 100%;
}
.survey .survey-answer input:checked + label span {
  color: white;
}
.survey .survey-actions {
  text-align: center;
  margin-top: 16px;
}
.survey .survey-result:not(:last-child) {
  margin-bottom: 16px;
}
.survey .survey-result .survey-result-head {
  justify-content: space-between;
  margin-bottom: 4px;
  display: flex;
}
.survey .survey-result .survey-result-text {
  padding-right: 16px;
}
.survey .survey-result .survey-result-votes {
  white-space: nowrap;
}
.survey .survey-result .survey-result-bar {
  background-color: #e0e0e0;
}
.survey .survey-result .survey-result-bar .survey-result-progress {
  background-color: #32b96b;
  box-sizing: border-box;
  color: white;
  height: 100%;
}
.survey .survey-result .survey-result-bar .survey-result-progress span {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
  display: block;
  padding: 6px;
}

/* Ennogtal */

#stickyArticles{
	display: flex;
    flex-direction: row;
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.articleAlt{
	margin-right: 0px;
}

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