/* FILE: /application/src/themes/main/assets/styl/common.styl */

@-moz-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child,
.form-control:first-child,
.form-group:first-child,
.table:first-child,
.navbar:first-child,
.jumbotron:first-child,
.alert:first-child,
.card:first-child,
.list-group:first-child,
.well:first-child,
.progress:first-child {
  margin-top: 0 !important;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
.form-control:last-child,
.form-group:last-child,
.table:last-child,
.navbar:last-child,
.jumbotron:last-child,
.alert:last-child,
.card:last-child,
.list-group:last-child,
.well:last-child,
.progress:last-child {
  margin-bottom: 0 !important;
}
.table-responsive:first-child > .table,
.row:first-child > * {
  margin-top: 0 !important;
}
.table-responsive:last-child > .table,
.row:last-child > * {
  margin-bottom: 0 !important;
}
html[data-env="dev"]:before {
  display: block;
  position: fixed;
  right: 0;
  bottom: 30%;
  padding: 12px 10px 10px 12px;
  background: #111;
  box-shadow: 0 0 3px #fff, 0 0 15px rgba(0,0,0,0.8);
  color: #fff;
  white-space: pre;
  text-align: right;
  font-weight: bold;
  content: "Size: xs\A Breakpoint: 0px";
  opacity: 0.5;
  z-index: 9999999;
  cursor: default;
}
@media (min-width: 576px) {
  html[data-env="dev"]:before {
    content: 'Size: sm\A Breakpoint: 540px';
  }
}
@media (min-width: 768px) {
  html[data-env="dev"]:before {
    content: 'Size: md\A Breakpoint: 720px';
  }
}
@media (min-width: 992px) {
  html[data-env="dev"]:before {
    content: 'Size: lg\A Breakpoint: 960px';
  }
}
@media (min-width: 1426px) {
  html[data-env="dev"]:before {
    content: 'Size: xl\A Breakpoint: 1366px';
  }
}
body {
  margin: 0;
  background: #f5f5f5;
}
#header {
  height: 150px;
  background: #bd001d;
}
#header .container {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  height: 100%;
}
#header .container .header-hamburger {
  display: none;
}
#header .container #logo {
  display: block;
  position: absolute;
  left: 15px;
  top: 21px;
}
#header .container #logo img {
  display: block;
  width: 307px;
  height: 112px;
}
#header .container #player-header {
  position: absolute;
  left: 377px;
  right: 15px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1426px) {
  #header .container #player-header {
    left: 257.45px;
  }
}
#header .container #player-header > .current {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35%;
}
#header .container #player-header > .current > .current-info {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#header .container #player-header > .current > .current-info > .time-who {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-size: 14px;
}
#header .container #player-header > .current > .current-info > .time-who > .time {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 800;
}
#header .container #player-header > .current > .current-info > .title {
  display: block;
  margin: 5px 0 0 0;
  color: #fff;
  line-height: 110%;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 800;
}
#header .container #player-header > .illustration {
  position: absolute;
  left: 35%;
  top: 0;
  bottom: 0;
  width: 15%;
}
#header .container #player-header > .illustration img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
#header .container #player-header > .play {
  position: absolute;
  left: 50%;
  top: 0;
  width: 14%;
  height: 100%;
  background: #fff;
  text-decoration: none;
}
#header .container #player-header > .play:before {
  display: block;
  position: relative;
  margin: 27px auto 0 auto;
  width: 67px;
  height: 67px;
  content: "";
  background: url("../../themes/main/images/player-bt.png?v=2") no-repeat 0 0;
  background-size: auto 100%;
}
#header .container #player-header > .play span {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  color: #b22127;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
#header .container #player-header > .play.active:before,
#header .container #player-header > .play.playing:before {
  background-position: -67px 0;
}
#header .container #player-header > .play:hover span {
  color: #000;
}
#header .container #player-header > .play:hover:before {
  background-position: -134px 0;
}
#header .container #player-header > .play:hover.active:before,
#header .container #player-header > .play:hover.playing:before {
  background-position: -201px 0;
}
#header .container #player-header > .to-follow {
  position: absolute;
  left: 64%;
  top: 0;
  width: 36%;
}
#header .container #player-header > .to-follow > * {
  display: block;
  padding: 0 0 0 30px;
  text-transform: uppercase;
}
#header .container #player-header > .to-follow > .label {
  margin: 24px 0 0 0;
  font-size: 14px;
}
#header .container #player-header > .to-follow > .who {
  margin: 10px 0 0 0;
  line-height: 16px;
  font-size: 15px;
  font-weight: 600;
}
#header .container #player-header > .to-follow > .title {
  margin: 2px 0 0 0;
  line-height: 92%;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1426px) {
  #header .container #player-header > .current {
    left: 0;
    width: 52%;
  }
  #header .container #player-header > .illustration {
    left: 52%;
    width: 28%;
  }
  #header .container #player-header > .play {
    left: 80%;
    width: 20%;
  }
  #header .container #player-header > .to-follow {
    display: none;
  }
}
@media (max-width: 992px) {
  #header .container #player-header > .current {
    left: 0;
    width: 74%;
  }
  #header .container #player-header > .illustration {
    display: none;
  }
  #header .container #player-header > .play {
    left: 74%;
    width: 26%;
  }
  #header .container #player-header > .to-follow {
    display: none;
  }
}
@media (max-width: 768px) {
  #header .container #player-header {
    left: auto !important;
    right: 0 !important;
    width: auto !important;
  }
  #header .container #player-header > .current,
  #header .container #player-header > .illustration,
  #header .container #player-header > .to-follow {
    display: none;
  }
  #header .container #player-header > .play {
    left: auto !important;
    right: 0 !important;
    width: 80px !important;
  }
  #header .container #player-header > .play:before {
    margin-top: 47px;
    width: 40px;
    height: 40px;
  }
  #header .container #player-header > .play span {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  #header.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 75px;
    background: #bd001d;
  }
  #header.fixed-top .container .header-hamburger {
    display: block;
    position: absolute;
    left: 15px;
    top: 19px;
    padding: 4px 0 0 6px;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
  }
  #header.fixed-top .container .header-hamburger * {
    pointer-events: none;
  }
  #header.fixed-top .container .header-hamburger:hover {
    background: #fff;
    color: #000;
  }
  #header.fixed-top .container #logo {
    display: block;
    position: absolute;
    left: 71px;
    top: 10px;
  }
  #header.fixed-top .container #logo img {
    display: block;
    width: 150px;
    height: 55px;
  }
  #header.fixed-top .container #player-header {
    position: absolute;
    left: 290px;
    right: 15px;
    top: 0;
    bottom: 0;
  }
  #header.fixed-top .container #player-header > .current {
    left: 0;
    top: 14px;
    width: 35%;
  }
  #header.fixed-top .container #player-header > .current > .current-info > .time-who {
    padding: 3px 7px 2px 7px;
    font-size: 13px;
  }
  #header.fixed-top .container #player-header > .current > .current-info > .time-who > .time {
    margin: 0 5px 0 0;
  }
  #header.fixed-top .container #player-header > .current > .current-info > .title {
    overflow: hidden;
    margin: 0;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
  }
  #header.fixed-top .container #player-header > .illustration {
    left: 35%;
    width: 15%;
  }
  #header.fixed-top .container #player-header > .illustration img {
    left: 29%;
  }
  #header.fixed-top .container #player-header > .play {
    left: 50%;
    width: 7%;
  }
  #header.fixed-top .container #player-header > .play:before {
    margin: 14px auto 0 auto;
    width: 47px;
    height: 47px;
    background-size: auto 100%;
  }
  #header.fixed-top .container #player-header > .play span {
    display: none;
  }
  #header.fixed-top .container #player-header > .play.active:before,
  #header.fixed-top .container #player-header > .play.playing:before {
    background-position: -47px 0;
  }
  #header.fixed-top .container #player-header > .play:hover:before {
    background-position: -94px 0;
  }
  #header.fixed-top .container #player-header > .play:hover.active:before,
  #header.fixed-top .container #player-header > .play:hover.playing:before {
    background-position: -141px 0;
  }
  #header.fixed-top .container #player-header > .to-follow {
    left: 57%;
    width: 36%;
  }
  #header.fixed-top .container #player-header > .to-follow > * {
    padding: 0 0 0 52px;
  }
  #header.fixed-top .container #player-header > .to-follow > .label {
    margin: 8px 0 4px 0;
    font-size: 12px;
  }
  #header.fixed-top .container #player-header > .to-follow > .who {
    margin: 0 0 0 0;
    line-height: normal;
    font-size: 13px;
  }
  #header.fixed-top .container #player-header > .to-follow > .title {
    overflow: hidden;
    margin: -4px 0 0 0;
    height: 30px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #header.fixed-top #logo {
    left: 50%;
    margin-left: -75px;
  }
}
@media (min-width: 576px) and (max-width: 1426px) {
  #header.fixed-top > .current {
    left: 0;
    width: 52%;
  }
  #header.fixed-top > .illustration {
    left: 52%;
    width: 28%;
  }
  #header.fixed-top > .play {
    left: 80%;
    width: 20%;
  }
  #header.fixed-top > .to-follow {
    display: none;
  }
}
@media (max-width: 1426px) {
  #header .container #logo {
    top: 38.6px;
  }
  #header .container #logo img {
    width: 199.55px;
    height: 72.8px;
  }
}
@media (max-width: 768px) {
  #header .container #logo {
    left: 18px;
    margin-left: 0;
  }
}
#nav {
  padding: 0;
  background: #000;
}
#nav .navbar-nav.mr-auto li:not(:nth-child(1)) {
  visibility: hidden;
  width: 1px;
  font-size: 0.1px;
  text-indent: -1000px;
}
@media (min-width: 992px) {
  #nav .navbar-nav.mr-auto li:not(:nth-child(1)) {
    visibility: visible;
    width: auto;
    font-size: 100%;
    text-indent: 0;
  }
}
#nav > .container {
  padding-left: 15px;
  padding-right: 15px;
}
#nav > .container .nav-item a {
  display: inline-block;
  padding: 17px 10px 16px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
#nav > .container .nav-item a.highlight {
  margin: 0 15px;
  background: rgba(255,255,255,0.18);
}
#nav > .container .nav-item a.active {
  background: #5f5f5f;
}
#nav > .container .nav-item a.active.nav-link-search {
  background: #b22127;
}
@media (min-width: 1426px) {
  #nav > .container .nav-item a {
    padding: 18px 20px 21px 20px;
    font-size: 129%;
  }
  #nav > .container .nav-item a.highlight {
    margin: 0 30px;
  }
}
#nav > .container .nav-item.nav-item-img a {
  padding: 17px 20px;
}
#nav > .container .nav-item.nav-item-img a > img {
  height: 32px;
}
@media (max-width: 1426px) {
  #nav > .container .nav-item.nav-item-img a {
    padding: 11px 20px;
  }
}
@media (max-width: 340px) {
  #nav > .container .nav-item:not(.nav-item-hamburger) {
    visibility: hidden;
    width: 1px;
  }
}
#nav > .container .nav-item.active a {
  background: #5f5f5f;
}
#nav > .container .nav-item.active a.nav-link-search {
  background: #b22127;
}
#nav > .container .nav-item:hover a {
  background: rgba(255,255,255,0.25);
}
#nav > .container .nav-item:hover.active a {
  background: #5f5f5f;
}
#nav > .container .nav-item:hover.active a.nav-link-search {
  background: #b22127;
}
#nav > .container .nav-item.nav-item-hamburger a {
  margin: 8px 13px 8px 0;
  padding: 0;
  background: none;
}
@media (min-width: 1426px) {
  #nav > .container .nav-item.nav-item-hamburger a {
    margin: 14px 13px 0 0;
  }
}
#nav > .container .nav-item.nav-item-hamburger a .hamburger-show-bt {
  display: inline-block;
  padding: 4px 0 0 6px;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 17px;
}
#nav > .container .nav-item.nav-item-hamburger a .hamburger-show-bt * {
  pointer-events: none;
}
#nav > .container .nav-item.nav-item-hamburger a:hover {
  background: none;
}
#nav > .container .nav-item.nav-item-hamburger a:hover .hamburger-show-bt {
  background: #fff;
  color: #000;
}
#footer {
  margin: 0;
  background: #b22127;
  z-index: 3;
}
@media (min-width: 0) {
  #footer {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  #footer {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  #footer {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  #footer {
    margin-top: 55px;
  }
}
@media (min-width: 1426px) {
  #footer {
    margin-top: 100px;
  }
}
#footer .container h3 {
  display: inline-block;
  padding: 8px 11px 9px 11px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
#footer .container ul {
  margin: 0;
  padding: 5px 0 10px 11px;
  list-style: none;
}
#footer .container ul li {
  margin: 0;
  padding: 0;
}
#footer .container ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
#footer .container .footer-right-column .footer-right {
  padding: 33px 33px 155px 33px;
  background: #000;
}
#footer .container .footer-right-column .footer-right .footer-logo {
  display: block;
  position: absolute;
  right: 38px;
  top: 38px;
  width: 110px;
  height: 110px;
  background: #b22127;
}
@media (max-width: 1426px) {
  #footer .container .footer-right-column .footer-right .footer-logo {
    display: none;
  }
}
#footer .container .footer-right-column .footer-right .footer-logo img {
  display: block;
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 104px;
}
#footer .container .footer-right-column .footer-right ul li {
  margin-bottom: 2px;
}
#footer .container .footer-right-column .footer-right ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
#footer .container .footer-right-column .footer-right ul li.highlight {
  margin-bottom: 13px;
}
#footer .container .footer-right-column .footer-right ul li.highlight a {
  margin: 0 0 0 -8px;
  padding: 3px 8px 3px 8px;
  background: #b22127;
}
#footer .container .footer-right-column .footer-right .footer-phone {
  position: absolute;
  left: 0;
  bottom: 34px;
}
#footer .container .footer-right-column .footer-right .footer-phone span {
  display: block;
  margin: 0 0 0 59px;
  color: rgba(255,255,255,0.4);
}
#footer .container .footer-right-column .footer-right .footer-phone a {
  margin: 0 0 0 59px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 160%;
}
@media (max-width: 576px) {
  #footer .container {
    padding-top: 15px;
  }
  #footer .container .footer-right-column {
    margin-top: 10px !important;
    padding: 0;
  }
  #footer .container .footer-right-column .footer-right {
    padding-bottom: 105px;
  }
  #footer .container .footer-right-column .footer-right .footer-phone span,
  #footer .container .footer-right-column .footer-right .footer-phone a {
    margin-left: 45px;
  }
}
#footer-ad {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  border-top: 1px solid rgba(170,170,170,0.4);
  background: rgba(170,170,170,0.9);
  background: -moz-linear-gradient(0deg, rgba(170,170,170,0.9) 0%, rgba(170,170,170,0.5) 100%);
  background: -webkit-linear-gradient(0deg, rgba(170,170,170,0.9) 0%, rgba(170,170,170,0.5) 100%);
  background: linear-gradient(0deg, rgba(170,170,170,0.9) 0%, rgba(170,170,170,0.5) 100%);
  opacity: 0;
  z-index: 100;
}
#footer-ad > a {
  display: block;
  position: absolute;
  right: 12px;
  top: 8px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 120%;
}
#footer-ad > a span {
  display: inline-block;
  position: relative;
  font-size: 110%;
}
#footer-ad > a:hover {
  color: #000;
}
#footer-ad .ad-image {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
#footer-ad .ad-image img {
  border: 1px solid #000;
  border-bottom: none;
}
#footer-ad .ad-video {
  display: block;
  position: relative;
  text-align: center;
}
#footer-ad .ad-video .video-js {
  border: 1px solid #777;
}
#footer-ad .ad-video .video-action-mute {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  padding: 1px 0 0 0;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  z-index: 2;
  cursor: pointer;
}
#footer-ad .ad-video .video-action-mute.muted:before {
  display: block;
  position: absolute;
  left: 14px;
  right: 0;
  top: -1px;
  bottom: -1px;
  width: 2px;
  background: #fff;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer-ad .ad-video > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1426px) {
  .container {
    max-width: 1366px;
  }
}
#content {
  margin-bottom: 0;
}
@media (min-width: 0) {
  #content {
    margin-top: 17px;
  }
}
@media (min-width: 576px) {
  #content {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  #content {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  #content {
    margin-top: 75px;
  }
}
@media (min-width: 1426px) {
  #content {
    margin-top: 85px;
  }
}
@media (max-width: 992px) {
  .content-container .row {
    margin-bottom: 0;
  }
  .content-container .row .col-md-1 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-2 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-3 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-4 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-5 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-6 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-7 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-8 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-9 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-10 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-11 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
  .content-container .row .col-md-12 {
    margin-bottom: 30px;
    flex: 0 1 auto;
    max-width: none;
  }
}
#homepage-ad {
  position: absolute;
  overflow-x: hidden;
  left: 0;
  right: 0;
  top: 216px;
  z-index: 1;
}
#homepage-ad .ad-image {
  margin: 0 -2000px;
  text-align: center;
}
#homepage-ad .ad-image .ad-image-wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#homepage-ad .ad-image .ad-image-wrap > img {
  float: left;
  visibility: hidden;
  width: auto;
}
#homepage-ad .ad-image .ad-image-wrap > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#homepage-ad .ad-image .ad-image-wrap > div > img {
  display: none;
  position: relative;
  float: left;
  margin: 0 0 0 25%;
  width: 50%;
}
.container.homepage-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #homepage-ad .ad-image .ad-image-wrap > div > img {
    display: block;
    margin-left: 24%;
    width: 52%;
  }
  .container.homepage-container.with-homepage-ad {
    margin-top: 97.5px;
  }
}
@media (min-width: 992px) {
  #homepage-ad .ad-image .ad-image-wrap > div > img {
    display: block;
    margin-left: 15.000000000000002%;
    width: 70%;
  }
  .container.homepage-container.with-homepage-ad {
    margin-top: 147.5px;
  }
}
@media (min-width: 1426px) {
  #homepage-ad .ad-image .ad-image-wrap > div > img {
    display: block;
    margin-left: 0%;
    width: 100%;
  }
  .container.homepage-container.with-homepage-ad {
    margin-top: 280px;
  }
}
#lateral {
  padding-top: 85px;
  padding-bottom: 0;
}
#lateral .lbox {
  position: relative;
  margin: 0 0 50px 0;
}
#lateral .lbox .lbox-heading {
  position: relative;
  background: #b22127;
  height: 56px;
}
#lateral .lbox .lbox-heading:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 56px;
  background: #000;
  content: "";
}
#lateral .lbox .lbox-heading h4 {
  position: relative;
  margin: 0;
  padding: 17px 0 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 140%;
}
#lateral .lbox .lbox-content {
  background: #fff;
}
#lateral .lbox .lbox-content.more-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#lateral .lbox .lbox-content.more-info ul li {
  margin: 0;
  padding: 0;
}
#lateral .lbox .lbox-content.more-info ul li a {
  padding: 16px 20px 18px 20px;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  color: #000;
  line-height: 130%;
  text-decoration: none;
}
#lateral .lbox .lbox-content.more-info ul li a:hover {
  background: rgba(0,0,0,0.025);
}
#lateral .lbox .lbox-content.more-info ul li:last-child a {
  border-bottom: none;
}
#lateral .lbox .lbox-content.newsletter {
  position: relative;
  padding: 17px 20px 20px 20px;
}
#lateral .lbox .lbox-content.most-listened ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: lbox-most-listened-counter;
}
#lateral .lbox .lbox-content.most-listened ol li {
  position: relative;
  margin: 0;
  padding: 0;
  counter-increment: lbox-most-listened-counter;
}
#lateral .lbox .lbox-content.most-listened ol li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 20px 15px 50px;
  color: #777;
  font-weight: 600;
  font-size: 120%;
}
#lateral .lbox .lbox-content.most-listened ol li a:before {
  display: block;
  position: absolute;
  left: 20px;
  top: -9px;
  color: #ddd;
  font-size: 165%;
  content: counter(lbox-most-listened-counter) ".";
}
#lateral .lbox .lbox-content.most-listened ol li a:hover {
  text-decoration: none;
  color: #000;
}
#lateral .lbox .lbox-content.most-listened ol li:first-child {
  padding-top: 25px;
}
#lateral .lbox .lbox-content.most-listened ol li:last-child {
  padding-bottom: 10px;
}
#lateral .lbox .lbox-content .form-group {
  position: relative;
}
#lateral .lbox .lbox-content .form-group button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 13px 2px 13px;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #b22127;
  font-size: 125%;
  cursor: pointer;
}
#lateral .lbox .lbox-footer {
  position: relative;
  padding: 20px;
  background: #d7d7d7;
}
#lateral .lbox .lbox-footer .lbox-footer-action {
  display: inline-block;
  color: #909090;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 120%;
}
#lateral .lbox .lbox-footer .lbox-footer-action:hover {
  color: #000;
}
#lateral .lbox-ad {
  position: relative;
  margin: 0 0 50px 0;
  padding: 5px;
  background: #d7d7d7;
}
#lateral .lbox-ad .ad-image {
  display: block;
  text-align: center;
}
#lateral .lbox-ad .ad-image img {
  max-width: 100%;
  border: 1px solid #777;
}
#lateral .lbox-ad .ad-video {
  display: block;
  position: relative;
  text-align: center;
}
#lateral .lbox-ad .ad-video .video-js {
  border: 1px solid #777;
}
#lateral .lbox-ad .ad-video .video-action-mute {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  padding: 1px 0 0 0;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  z-index: 2;
  cursor: pointer;
}
#lateral .lbox-ad .ad-video .video-action-mute.muted:before {
  display: block;
  position: absolute;
  left: 14px;
  right: 0;
  top: -1px;
  bottom: -1px;
  width: 2px;
  background: #fff;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lateral .lbox-ad .ad-video > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  #lateral {
    padding-top: 15px;
  }
  #lateral .lbox:last-child {
    margin-bottom: 0;
  }
}
.async-loading {
  position: fixed;
  z-index: 9999999;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: rgba(0,0,0,0.1);
}
.async-loading span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #b22127;
}
#global-loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  z-index: 99999999;
}
#global-loading > div {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px 15px;
  transform: translate(-50%, -50%);
  background: #b22127;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.section-title {
  margin: 60px 0 20px 0 !important;
  color: #b22127;
  font-weight: 200;
  font-size: 300%;
}
.section-title small {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 60%;
  font-weight: font_normal;
  text-transform: uppercase;
  color: #999;
}
.form-control:not(select)::-webkit-input-placeholder {
  color: #828282;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control:not(select):-moz-placeholder {
  color: #828282;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}
.form-control:not(select)::-moz-placeholder {
  color: #828282;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}
.form-control:not(select):-ms-input-placeholder {
  color: #828282;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control:not(select)::-ms-input-placeholder {
  color: #828282;
  text-transform: uppercase;
  font-weight: 600;
}
.btn {
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.btn .fa {
  color: #000;
}
.btn.btn-light-icon .fa {
  color: #fff;
}
.tooltip-inner {
  background-color: #fff;
  color: #000;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #fff;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #fff;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #fff;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #fff;
}
.btn-light:active,
.btn-light.active {
  border-color: #dae0e5;
  box-shadow: 0 0 0 3px #e2e6ea;
}
.btn .btn-unchecked,
.btn .btn-checked {
  display: none;
  margin-right: 5px;
}
.btn .btn-unchecked {
  display: inline-block;
}
.btn.active .btn-unchecked {
  display: none;
}
.btn.active .btn-checked {
  display: inline-block;
}
.custom-select {
  -webkit-appearance: none;
}
.form-group .custom-select {
  display: block;
  width: 100%;
}
.input-group .custom-select {
  display: flex;
  flex: 1 1 auto;
}
.custom-file-name:after {
  content: attr(data-placeholder) !important;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 0.5rem 1rem;
}
.custom-file-name:before {
  content: attr(data-button) !important;
}
.asterisk {
  color: #b22127;
  font-weight: bold;
}
.badge-lg {
  padding: 0.5em;
  font-size: 100%;
  margin: 0.22em 0.1em;
}
.post-meta-header {
  position: relative;
  color: #b22127;
  text-transform: uppercase;
  font-size: 105%;
  font-weight: 700;
}
.post-meta-header,
.post-meta-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-meta-header:after,
.post-meta-header ul:after {
  display: table;
  clear: both;
  content: "";
}
.post-meta-header li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 36px 0 0;
}
.post-meta-header li:after {
  display: block;
  position: absolute;
  right: 18px;
  top: -2px;
  width: 1px;
  height: 26px;
  border-left: 1px solid rgba(0,0,0,0.25);
  content: "";
}
.post-meta-header li:last-child {
  padding-right: 0;
}
.post-meta-header li:last-child:after {
  display: none;
}
.post-meta-header li.post-meta-header-tags a strong {
  display: inline-block;
  padding: 2px 6px 1px 6px;
  background: rgba(178,33,39,0.1);
  color: #b22127;
  font-weight: 700;
  font-size: 90%;
}
.post-meta-header li.post-meta-header-tags a:hover strong {
  background: #b22127;
  color: #fff;
}
.post-meta-authors {
  position: relative;
  color: #909090;
  font-size: 105%;
  margin: 0;
  padding: 0;
}
.post-meta-authors span {
  font-weight: 400;
}
.post-meta-authors em {
  font-weight: 700;
  font-style: normal;
}
.post-meta-authors em:before {
  display: inline-block;
  margin-right: 5px;
  content: ",";
  font-weight: 400;
}
.post-meta-authors em:nth-child(2):before {
  display: none;
}
.post-meta-authors em:last-child:before {
  margin-left: 5px;
  content: "et";
}
.soc {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px;
  color: #fff;
  font-size: 160%;
}
.soc.soc-fb {
  background: #2d609b;
}
.soc.soc-tw {
  background: #00c3f3;
}
.soc:hover {
  background: #000 !important;
  color: #fff;
  text-decoration: none;
}
.program-selection {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 140px 0;
  z-index: 1031;
}
.program-selection.active {
  display: block;
}
.program-selection:before {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.6);
  content: "";
  z-index: 1;
}
.program-selection .program-selection-container {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  list-style: none;
  z-index: 2;
}
@media (min-width: 576px) {
  .program-selection .program-selection-container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .program-selection .program-selection-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .program-selection .program-selection-container {
    width: 960px;
  }
}
@media (min-width: 1426px) {
  .program-selection .program-selection-container {
    width: 1366px;
  }
}
.program-selection .program-selection-container h2 {
  margin: 0;
  padding: 2px 0 49px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 260%;
}
.program-selection .program-selection-container ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.program-selection .program-selection-container ul li {
  position: relative;
  margin: 0 0 9px 0;
  padding: 0;
}
.program-selection .program-selection-container ul li:last-child {
  margin-bottom: 0;
}
.program-selection .program-selection-container ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 75px;
  background: #fff;
  border: 2px solid #f5f5f5;
  text-decoration: none;
}
.program-selection .program-selection-container ul li a img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  border-left: 75px solid rgba(0,0,0,0.1);
}
.program-selection .program-selection-container ul li a strong {
  display: block;
  position: relative;
  margin: 13px 0 0 75px;
  padding: 0 0 0 95px;
  color: #b22127;
  text-transform: uppercase;
  font-size: 130%;
  font-weight: 700;
}
.program-selection .program-selection-container ul li a em {
  display: block;
  position: relative;
  margin: 0 0 0 75px;
  padding: 0 0 0 95px;
  color: #000;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 400;
  font-style: normal;
}
.program-selection .program-selection-container ul li a:hover {
  border-color: #d7d7d7;
}
.program-selection .program-selection-container .program-selection-close {
  display: block;
  position: absolute;
  right: 34px;
  top: 32px;
  margin: 14px 13px 0 0;
  padding: 0;
  color: #b22127;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
}
.program-selection .program-selection-container .program-selection-close .program-selection-close-bt {
  display: inline-block;
  padding: 1px 0 0 4px;
  width: 50px;
  height: 50px;
  border: 2px solid #b22127;
  border-radius: 30px;
  font-size: 29px;
}
.program-selection .program-selection-container .program-selection-close:hover {
  background: none;
}
.program-selection .program-selection-container .program-selection-close:hover .program-selection-close-bt {
  background: #b22127;
  color: #fff;
}
@media (max-width: 576px) {
  .program-selection {
    padding-top: 0;
    padding-bottom: 0;
  }
  .program-selection .program-selection-container {
    padding: 10px;
  }
  .program-selection .program-selection-container h2 {
    margin: 0;
    padding: 13px 57px 16px 14px;
    font-size: 150%;
  }
  .program-selection .program-selection-container ul li {
    margin-bottom: 5px;
  }
  .program-selection .program-selection-container ul li a {
    padding-bottom: 10px;
    height: auto;
  }
  .program-selection .program-selection-container ul li a img {
    display: none;
  }
  .program-selection .program-selection-container ul li a strong,
  .program-selection .program-selection-container ul li a em {
    margin-left: 13px;
    padding-left: 0;
  }
  .program-selection .program-selection-container ul li a strong {
    margin-top: 9px;
    font-size: 120%;
  }
  .program-selection .program-selection-container ul li a em {
    font-size: 85%;
  }
  .program-selection .program-selection-container .program-selection-close {
    top: 15px;
    right: 15px;
  }
  .program-selection .program-selection-container .program-selection-close .program-selection-close-bt {
    padding: 0 0 0 1px;
    width: 30px;
    height: 31px;
    line-height: 26px;
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .program-selection .program-selection-container ul li a {
    padding-bottom: 10px;
    height: auto;
  }
  .program-selection .program-selection-container ul li a img {
    border: none;
  }
  .program-selection .program-selection-container ul li a strong,
  .program-selection .program-selection-container ul li a em {
    margin-left: 0;
    padding-left: 20px;
  }
}
.date-range-selection {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 140px 0;
  z-index: 9;
}
.date-range-selection.active {
  display: block;
}
.date-range-selection:before {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.6);
  content: "";
  z-index: 1;
}
.date-range-selection .date-range-selection-container {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  max-width: 960px;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  list-style: none;
  z-index: 2;
}
@media (min-width: 576px) {
  .date-range-selection .date-range-selection-container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .date-range-selection .date-range-selection-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .date-range-selection .date-range-selection-container {
    width: 960px;
  }
}
@media (min-width: 1426px) {
  .date-range-selection .date-range-selection-container {
    width: 1366px;
  }
}
.date-range-selection .date-range-selection-container h2 {
  margin: 0;
  padding: 2px 0 49px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 260%;
}
.date-range-selection .date-range-selection-container hr {
  margin: 50px -50px 40px -50px;
}
.date-range-selection .date-range-selection-container .date-range-selection-close {
  display: block;
  position: absolute;
  right: 34px;
  top: 32px;
  margin: 14px 13px 0 0;
  padding: 0;
  color: #b22127;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
}
.date-range-selection .date-range-selection-container .date-range-selection-close .date-range-selection-close-bt {
  display: inline-block;
  padding: 1px 0 0 4px;
  width: 50px;
  height: 50px;
  border: 2px solid #b22127;
  border-radius: 30px;
  font-size: 29px;
}
.date-range-selection .date-range-selection-container .date-range-selection-close:hover {
  background: none;
}
.date-range-selection .date-range-selection-container .date-range-selection-close:hover .date-range-selection-close-bt {
  background: #b22127;
  color: #fff;
}
.date-range-selection .date-range-selection-container label {
  font-size: 130%;
  font-weight: 600;
}
.date-range-selection .date-range-selection-container [type="text"] {
  font-size: 200%;
}
@media (max-width: 576px) {
  .date-range-selection {
    padding-top: 0;
    padding-bottom: 0;
  }
  .date-range-selection .date-range-selection-container {
    padding: 10px;
    height: 100%;
  }
  .date-range-selection .date-range-selection-container h2 {
    margin: 0;
    padding: 13px 57px 16px 14px;
    font-size: 150%;
  }
  .date-range-selection .date-range-selection-container .date-range-selection-close {
    top: 5px;
    right: 15px;
  }
  .date-range-selection .date-range-selection-container .date-range-selection-close .date-range-selection-close-bt {
    padding: 0 0 0 1px;
    width: 30px;
    height: 31px;
    line-height: 26px;
    font-size: 19px;
  }
  .date-range-selection .date-range-selection-container hr {
    display: none;
  }
  .date-range-selection .date-range-selection-container .row {
    margin: 0;
    font-size: 90%;
  }
  .date-range-selection .date-range-selection-container .row .col-md-6 {
    margin-bottom: 10px;
  }
  .date-range-selection .date-range-selection-container button[type="submit"] {
    margin: 15px;
  }
}
.filters {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.filters:after {
  display: table;
  clear: both;
  content: "";
}
.filters li {
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  background: #d7d7d7;
  color: #000;
  line-height: 21px;
}
.filters li .filter-label {
  display: block;
  color: rgba(0,0,0,0.4);
  text-transform: uppercase;
  font-size: 100%;
  font-weight: 700;
}
.filters li .filter-value {
  display: inline-block;
  font-size: 120%;
  font-weight: 400;
}
.filters li .filter-remove {
  display: inline-block;
  color: #b22127;
  font-size: 130%;
}
.filters li .filter-remove:hover {
  color: #000;
}
.podcasts-list {
  position: relative;
  margin: 0;
  padding: 50px 0 0 0;
  list-style: none;
}
.podcasts-list > li {
  margin: 0 0 20px 0;
  padding: 0;
  background: #fff;
  border-top: 1px solid #b22127;
}
.podcasts-list > li .podcast-list-heading {
  position: relative;
  padding: 20px 20px 0 20px;
}
.podcasts-list > li .podcast-list-heading:after {
  display: table;
  clear: both;
  content: "";
}
.podcasts-list > li .podcast-list-heading .podcast-list-illustration {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  top: 10px;
  width: 150px;
}
.podcasts-list > li .podcast-list-heading .podcast-list-illustration img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info {
  position: relative;
  margin: 0 0 0 160px;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info p.podcast-list-program {
  margin: 0;
  padding: 0;
  color: #b22127;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 120%;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info p.podcast-list-program a {
  color: #b22127;
  text-decoration: none;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info p.podcast-list-program a:hover {
  color: #000;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info h4 {
  margin: 10px 130px 7px 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-size: 150%;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info h4 a {
  color: #000;
  text-decoration: none;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info h4 a:hover {
  color: #b22127;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info h5 {
  margin: 0 130px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 90%;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info p.podcast-list-published-at {
  margin: 13px 0 21px 0 !important;
  padding: 0;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info .podcast-list-play {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -35px 0 0 0;
  padding: 11px 0 0 2px;
  width: 70px;
  height: 70px;
  background: #b22127;
  border-radius: 75px;
  color: #fff;
  text-align: center;
  font-size: 230%;
}
.podcasts-list > li .podcast-list-heading .podcast-list-info .podcast-list-play:hover {
  background: #000;
}
.podcasts-list > li .podcast-list-description {
  margin: 0;
  padding: 40px;
  background: #fafafa;
  border-top: 1px solid #d7d7d7;
}
.podcasts-list > li .podcast-list-description h3 {
  margin: 0 0 20px 0;
  color: #909090;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.podcasts-list > li .podcast-list-description hr {
  margin: 22px -40px;
}
.podcasts-list > li .podcast-list-description ul,
.podcasts-list > li .podcast-list-description ol {
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .podcasts-list > li .podcast-list-heading .podcast-list-illustration {
    display: none;
  }
  .podcasts-list > li .podcast-list-heading .podcast-list-info {
    margin: 0 0 0 0;
  }
  .podcasts-list > li .podcast-list-heading .podcast-list-info .podcast-list-play {
    top: auto;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 133%;
  }
}
@media (max-width: 576px) {
  .podcasts-list {
    padding-top: 15px;
  }
  .podcasts-list > li {
    font-size: 90%;
  }
  .podcasts-list > li .podcast-list-heading .podcast-list-info .podcast-list-play {
    padding: 8px 0 0 1px;
    width: 35px;
    height: 35px;
    font-size: 103%;
  }
}
@media (max-width: 768px) {
  .podcast-list-filter-btn {
    display: block;
    margin: 0 0 5px 0;
  }
}
.podcast-context-title {
  display: inline-block;
  margin: 0;
  padding: 8px 10px 8px 11px;
  background: #b22127;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 115%;
}
.podcast-content {
  position: relative;
  background: #fff;
  border-top: 1px solid #b22127;
}
.podcast-content .podcast-heading {
  position: relative;
  padding: 20px 20px 0 20px;
}
.podcast-content .podcast-heading:after {
  display: table;
  clear: both;
  content: "";
}
.podcast-content .podcast-heading .podcast-illustration {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  top: 10px;
  width: 190px;
}
.podcast-content .podcast-heading .podcast-illustration img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.podcast-content .podcast-heading .podcast-info {
  position: relative;
  margin: 0 0 0 200px;
}
.podcast-content .podcast-heading .podcast-info h3 {
  margin: 0;
  padding: 0;
  color: #b22127;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 140%;
}
.podcast-content .podcast-heading .podcast-info h3 a {
  color: #b22127;
  text-decoration: none;
}
.podcast-content .podcast-heading .podcast-info h3 a:hover {
  color: #000;
}
.podcast-content .podcast-heading .podcast-info h1 {
  margin: 10px 0 7px 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-size: 200%;
}
.podcast-content .podcast-heading .podcast-info h1 a {
  color: #000;
  text-decoration: none;
}
.podcast-content .podcast-heading .podcast-info h1 a:hover {
  color: #b22127;
}
.podcast-content .podcast-heading .podcast-info h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 110%;
}
.podcast-content .podcast-heading .podcast-info p.podcast-published-at {
  margin: 13px 0 21px 0 !important;
  padding: 0;
  font-size: 120%;
}
.podcast-content .podcast-player-container {
  padding: 50px;
  background: #fafafa;
  border-top: 1px solid #d7d7d7;
}
@media (max-width: 576px) {
  .podcast-content .podcast-player-container {
    padding: 15px 0;
  }
}
.podcast-content .podcast-content-illustration {
  border-top: 1px solid #d7d7d7;
}
.podcast-content .podcast-content-illustration img {
  width: 100%;
}
.podcast-content .podcast-description {
  margin: 0;
  padding: 40px;
  border-top: 1px solid #d7d7d7;
}
.podcast-content .podcast-description,
.podcast-content .podcast-description > * {
  line-height: inherit !important;
}
.podcast-content .podcast-description .podcast-hat {
  margin: 0 -40px 40px -40px;
  padding: 0 40px 40px 40px;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 700;
  font-size: 120%;
}
.podcast-content .podcast-description .podcast-hat strong {
  font-weight: 700;
}
.podcast-content .podcast-description h3 {
  margin: 0 0 20px 0;
  color: #909090;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.podcast-content .podcast-description hr {
  margin: 22px -40px;
}
.podcast-content .podcast-description ul,
.podcast-content .podcast-description ol {
  margin: 0 0 20px 0;
}
.podcast-content .podcast-description p {
  text-align: justify;
}
@media (max-width: 576px) {
  .podcast-content .podcast-heading .podcast-illustration {
    display: none;
  }
  .podcast-content .podcast-heading .podcast-info {
    margin-left: 0;
  }
}
ul.pagination {
  display: block;
  position: relative;
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.pagination li a,
ul.pagination li em {
  display: block;
  padding: 4px 12px 5px 11px;
  border: 1px solid transparent;
  color: #000;
  text-decoration: none;
  font-size: 130%;
  line-height: 26px;
}
ul.pagination li a:hover {
  border-color: #b22127;
  color: #b22127;
}
ul.pagination li.active a {
  background: #b22127;
  color: #fff;
}
ul.pagination li.prev,
ul.pagination li.next {
  margin: 0 20px;
}
ul.pagination li.prev a,
ul.pagination li.next a,
ul.pagination li.prev em,
ul.pagination li.next em {
  padding-top: 5px;
  padding-bottom: 4px;
  background: #000;
  color: #fff;
  font-size: 100%;
}
ul.pagination li.prev a:hover,
ul.pagination li.next a:hover {
  background: #b22127;
}
ul.pagination li.prev em,
ul.pagination li.next em {
  background: rgba(0,0,0,0.1);
  color: rgba(255,255,255,0.8);
}
ul.pagination li.next a,
ul.pagination li.next em {
  padding-left: 11px;
  padding-right: 10px;
}
.schedule .schedule-days {
  position: relative;
  margin: 86px 0 0 0;
  height: 62px;
}
.schedule .schedule-days > a,
.schedule .schedule-days > span {
  padding: 15px 0 0 0;
  width: 33px;
  height: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 170%;
}
.schedule .schedule-days > a.prev,
.schedule .schedule-days > span.prev {
  float: left;
}
.schedule .schedule-days > a.next,
.schedule .schedule-days > span.next {
  float: right;
}
.schedule .schedule-days > a:hover {
  background: rgba(0,0,0,0.8);
}
.schedule .schedule-days > span {
  opacity: 0.15;
}
.schedule .schedule-days ul {
  position: relative;
  margin: 0 36px;
  padding: 0;
  height: 100%;
  list-style: none;
}
.schedule .schedule-days ul:after {
  display: table;
  clear: both;
  content: "";
}
.schedule .schedule-days ul li {
  position: relative;
  float: left;
  width: 14.285714285714286%;
  height: 100%;
  border-right: 1px solid #b22127;
}
.schedule .schedule-days ul li:last-child {
  border: none;
}
.schedule .schedule-days ul li a {
  display: block;
  padding: 7px 0 0 11px;
  height: 100%;
  background: #fff;
  color: #b22127;
  text-decoration: none;
}
.schedule .schedule-days ul li a strong {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 120%;
}
.schedule .schedule-days ul li a em {
  display: block;
  margin: 0;
  font-size: 110%;
  font-weight: normal;
  opacity: 0.5;
}
.schedule .schedule-days ul li a:hover {
  color: #000;
}
.schedule .schedule-days ul li.active a {
  background: #b22127;
  color: #fff;
}
.schedule h1.page-title {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
}
.schedule .schedule-day {
  position: relative;
  margin: 40px 0 0 0;
}
.schedule .schedule-day:before {
  display: block;
  position: absolute;
  left: 98px;
  top: -40px;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #d7d7d7;
  content: "";
}
.schedule .schedule-day .schedule-event {
  position: relative;
  margin: 0 0 20px 0;
}
.schedule .schedule-day .schedule-event .schedule-event-time {
  position: absolute;
  left: 0;
  width: 83px;
  top: 0;
  color: #b22127;
  text-transform: uppercase;
  text-align: right;
  font-weight: 400;
  font-size: 155%;
}
.schedule .schedule-day .schedule-event .schedule-event-time:before {
  display: block;
  position: absolute;
  left: 98px;
  top: 16px;
  width: 140px;
  height: 1px;
  border-top: 1px solid #d7d7d7;
  content: "";
  z-index: 1;
}
.schedule .schedule-day .schedule-event .schedule-event-time:after {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 85.5px;
  top: 4px;
  background: #b22127;
  border-radius: 20px;
  border: 7px solid #f5f5f5;
  content: "";
  z-index: 2;
}
.schedule .schedule-day .schedule-event .schedule-event-body {
  position: relative;
  margin: 0 0 0 140px;
  height: 100%;
  background: #fff;
  z-index: 3;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-illustration {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 200px;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-illustration img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 90%;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-content {
  position: relative;
  margin: 0 20px 0 230px;
  height: 100%;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-content h4 {
  position: relative;
  margin: 0;
  padding: 25px 0 7px 0;
  color: #b22127;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 154%;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-content h4 a {
  color: #b22127;
  text-decoration: none;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-content h4 a:hover {
  color: #000;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-content h5 {
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 115%;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-content p {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 117%;
}
.schedule .schedule-day .schedule-event .schedule-event-body .schedule-event-content .schedule-event-buttons {
  position: relative;
  margin: 0;
  padding: 15px 0 25px 0;
}
.search-page h1 {
  margin: 0;
  padding: 86px 0 20px 0;
}
.search-page .search-form {
  margin: 0;
}
.search-page .search-form .form-group {
  position: relative;
}
.search-page .search-form .form-group .form-control {
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
}
.search-page .search-form .form-group button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 17px 2px 17px;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #b22127;
  font-size: 125%;
  cursor: pointer;
}
.search-page .search-filters {
  margin: 30px 0;
  font-size: 120%;
}
.search-page .search-filters > span {
  display: inline-block;
  position: relative;
  padding: 3px 30px 4px 0;
}
.search-page .search-filters ul {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.search-page .search-filters ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.search-page .search-filters ul li:first-child {
  padding-right: 8px;
  color: rgba(0,0,0,0.5);
}
.search-page .search-filters ul li a {
  display: inline-block;
  padding: 3px 9px 4px 9px;
  color: #000;
  text-decoration: none;
}
.search-page .search-filters ul li a:hover {
  background: rgba(0,0,0,0.05);
}
.search-page .search-filters ul li.active a {
  background: #b22127;
  color: #fff;
}
.search-page .search-results {
  position: relative;
}
.search-page .search-results .search-result {
  position: relative;
  margin: 0 0 20px 0;
}
.search-page .search-results .search-result h4 {
  display: inline-block;
  margin: 0;
  padding: 8px 11px 8px 11px;
  background: #b22127;
  color: #fff;
  text-transform: uppercase;
  font-size: 115%;
  font-weight: 700;
}
.search-page .search-results .search-result h4 i {
  color: #000;
}
.search-page .search-results .search-result .search-result-container {
  position: relative;
  background: #fff;
  padding: 20px 20px 0 20px;
}
.search-page .search-results .search-result .search-result-container:after {
  display: table;
  clear: both;
  content: "";
}
.search-page .search-results .search-result .search-result-container .search-result-illustration {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  top: 0;
  width: 190px;
  background: #f5f5f5;
  background: -moz-linear-gradient(135deg, #f5f5f5 0%, #d7d7d7 100%);
  background: -webkit-linear-gradient(135deg, #f5f5f5 0%, #d7d7d7 100%);
  background: linear-gradient(135deg, #f5f5f5 0%, #d7d7d7 100%);
}
.search-page .search-results .search-result .search-result-container .search-result-illustration img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 95%;
  max-height: 95%;
}
.search-page .search-results .search-result .search-result-container .search-result-illustration.fill img {
  left: 0;
  top: 0;
  max-width: none;
  max-height: none;
  width: 100%;
}
.search-page .search-results .search-result .search-result-container .search-result-illustration .search-result-illustration-icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 500%;
  opacity: 0.15;
}
.search-page .search-results .search-result .search-result-container .search-result-illustration .search-result-illustration-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.search-page .search-results .search-result .search-result-container .search-result-illustration .search-result-illustration-icon i {
  vertical-align: middle;
}
.search-page .search-results .search-result .search-result-container .search-result-illustration .search-result-illustration-action {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.6);
}
.search-page .search-results .search-result .search-result-container .search-result-illustration .search-result-illustration-action > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32.5px;
  margin-top: -32.5px;
  width: 65px;
  height: 65px;
  background: #b22127;
  color: #fff;
  border-radius: 50px;
  line-height: 65px;
  text-align: center;
  font-size: 28px;
}
.search-page .search-results .search-result .search-result-container .search-result-illustration .search-result-illustration-action > span > i {
  display: inline-block;
}
.search-page .search-results .search-result .search-result-container .search-result-illustration .search-result-illustration-action.play > span {
  padding-left: 4px;
}
.search-page .search-results .search-result .search-result-container .search-result-content {
  position: relative;
  margin: 0 0 0 200px;
}
.search-page .search-results .search-result .search-result-container .search-result-content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #b22127;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 120%;
}
.search-page .search-results .search-result .search-result-container .search-result-content h3 a {
  color: #b22127;
  text-decoration: none;
}
.search-page .search-results .search-result .search-result-container .search-result-content h3 a:hover {
  color: #000;
}
.search-page .search-results .search-result .search-result-container .search-result-content h5 {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 90%;
}
.search-page .search-results .search-result .search-result-container .search-result-content p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: font_normal;
}
.search-page .search-results .search-result .search-result-container .search-result-content .search-result-actions {
  margin: 20px 0;
}
.calendar-grid-header {
  margin: 25px 0 25px 0;
  text-align: center;
  font-size: 130%;
}
.calendar-grid {
  position: relative;
}
.calendar-grid .calendar-day-spacer,
.calendar-grid .calendar-day {
  position: relative;
  float: left;
  width: 14.285714285714286%;
  height: 150px;
}
.calendar-grid .calendar-day-spacer.calendar-day-off,
.calendar-grid .calendar-day.calendar-day-off {
  background: #f5f5f5;
}
.calendar-grid .calendar-day-spacer.calendar-day-today,
.calendar-grid .calendar-day.calendar-day-today {
  z-index: 1;
}
.calendar-grid .calendar-day-spacer.calendar-day-today > div,
.calendar-grid .calendar-day.calendar-day-today > div {
  border-color: #999;
}
.calendar-grid .calendar-day-spacer.calendar-day-today > div strong,
.calendar-grid .calendar-day.calendar-day-today > div strong {
  font-weight: bold;
}
.calendar-grid .calendar-day-spacer.calendar-day-active,
.calendar-grid .calendar-day.calendar-day-active {
  z-index: 2;
  background: rgba(66,152,197,0.05);
}
.calendar-grid .calendar-day-spacer.calendar-day-active > div,
.calendar-grid .calendar-day.calendar-day-active > div {
  border-color: #4298c5;
}
.calendar-grid .calendar-day-spacer.calendar-day-active > div strong,
.calendar-grid .calendar-day.calendar-day-active > div strong {
  font-weight: bold;
}
.calendar-grid .calendar-day-spacer > div,
.calendar-grid .calendar-day > div {
  position: absolute;
  left: 0;
  right: -1px;
  top: 0;
  bottom: -1px;
  border: 1px solid #eee;
}
.calendar-grid .calendar-day-spacer > div strong,
.calendar-grid .calendar-day > div strong {
  display: block;
  position: relative;
  margin: 5px 0 0 7px;
  font-size: 100%;
  font-weight: normal;
}
.calendar-grid .calendar-day-spacer > div strong em,
.calendar-grid .calendar-day > div strong em {
  color: #999;
  font-style: normal;
  font-weight: normal;
  font-size: 80%;
}
.calendar-grid .calendar-day-spacer > div .calendar-day-add,
.calendar-grid .calendar-day > div .calendar-day-add {
  display: none;
}
.calendar-grid .calendar-day-spacer > div .calendar-day-events,
.calendar-grid .calendar-day > div .calendar-day-events {
  position: relative;
  margin: 15px 5px 0 5px;
}
.calendar-grid .calendar-day-spacer > div .calendar-day-events a,
.calendar-grid .calendar-day > div .calendar-day-events a {
  display: block;
  margin: 1px 0 0 0;
  padding: 2px 3px;
  background: #777;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 75%;
}
.calendar-grid .calendar-day-spacer > div .calendar-day-events a.active,
.calendar-grid .calendar-day > div .calendar-day-events a.active {
  background: #000 !important;
}
.calendar-grid .calendar-day-spacer > div .calendar-day-events a span i,
.calendar-grid .calendar-day > div .calendar-day-events a span i {
  font-size: 80%;
}
.calendar-grid .calendar-day-spacer > div .calendar-day-events a em,
.calendar-grid .calendar-day > div .calendar-day-events a em {
  font-style: normal;
}
.calendar-grid .calendar-day-spacer:hover > div .calendar-day-add,
.calendar-grid .calendar-day:hover > div .calendar-day-add {
  display: block;
  position: absolute;
  margin: 0;
  padding: 2px 6px;
  right: 8px;
  top: 8px;
  font-size: 80%;
}
.calendar-grid .calendar-day-spacer {
  background: #fcfcfc;
}
.calendar-grid .calendar-day-spacer strong {
  color: #aaa;
}
body.minimal {
  background: rgba(0,0,0,0.03);
}
body.minimal #minimal-header {
  position: relative;
  margin: 0;
  padding: 30px 0;
  background: #b22127;
  text-align: center;
}
body.minimal #minimal-header a#minimal-back {
  position: absolute;
  left: 62px;
  top: 50%;
  margin: -24px 0 0 0;
}
body.minimal #minimal-header a#minimal-logo {
  display: inline-block;
}
body.minimal #minimal-header a#minimal-logo img {
  display: inline-block;
}
body.minimal #minimal-content {
  position: relative;
  padding: 70px 0;
  background: #fff;
}
body.minimal #minimal-footer {
  margin: 0;
  padding: 20px 0;
  color: rgba(0,0,0,0.3);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 900px) {
  body.minimal .container {
    max-width: 850px;
  }
}

