@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?48srg9");
  src: url("../fonts/icomoon.eot?48srg9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?48srg9") format("truetype"), url("../fonts/icomoon.woff?48srg9") format("woff"), url("../fonts/icomoon.svg?48srg9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: '\e900'; }

.icon-venmo:before {
  content: '\e901'; }

.icon-shop:before {
  content: '\e902'; }

.icon-hamburger-menu:before {
  content: '\e903'; }

.icon-map-marker-alt-solid:before {
  content: '\e904'; }

:root {
  --mainColor: #a50027;
  --textColor: #fff; }

html, body {
  font-family: Roboto; }

.container--boxed {
  max-width: 940px; }

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

.fixed-header {
  background-color: #550015; }

.header {
  position: fixed;
  z-index: 1030; }
  .error404 .header {
    background-color: #550015; }
  @media (max-width: 768px) {
    .header .mobile-offcanvas {
      visibility: hidden;
      transform: translateX(100%);
      border-radius: 0;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: visibility .1s ease-in-out, transform .1s ease-in-out; }
      .header .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0); } }
  .header .screen-overlay {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.64);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in; }
    .header .screen-overlay.show {
      transition: opacity 0.5s ease, width 0s;
      opacity: 1;
      width: 100%;
      visibility: visible; }
      @media (min-width: 992px) {
        .header .screen-overlay.show {
          display: none; } }
  .header .container-fluid {
    padding: 5px 36px 5px 10px; }
    @media (max-width: 991.98px) {
      .header .container-fluid {
        padding: 0; } }

.top-menu {
  max-width: inherit;
  padding: 0; }
  @media (max-width: 991.98px) {
    .top-menu {
      padding: 8px 0;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); } }
  @media (min-width: 768px) {
    .top-menu .mobile {
      display: inline-block; } }
  @media (min-width: 768px) {
    .top-menu .pc {
      display: none; } }
  .top-menu .navbar-collapse {
    background-color: transparent;
    margin-top: 10px; }
    @media (max-width: 991.98px) {
      .top-menu .navbar-collapse {
        margin-top: 0px;
        margin-right: -15px;
        position: absolute;
        top: 0;
        right: 0;
        width: 66%;
        height: 100vh;
        padding: 20px;
        background: #1B1B1B; } }
  .top-menu .navbar-brand {
    margin: 0;
    margin-left: 38px;
    padding: 0; }
    @media (max-width: 991.98px) {
      .top-menu .navbar-brand {
        margin: 0;
        padding: 0; } }
  .top-menu .navbar-toggler {
    margin: 5px 0 5px 5px;
    background: transparent; }
    @media (max-width: 991.98px) {
      .top-menu .navbar-toggler {
        margin-right: 4px; } }
    .top-menu .navbar-toggler .icon-hamburger-menu {
      font-size: 17px; }
  .top-menu .close-menu {
    display: none; }
    @media (max-width: 991.98px) {
      .top-menu .close-menu {
        margin: 0;
        display: inline-block; } }
  .top-menu .login-mobile {
    border: 1px solid var(--textColor);
    border-radius: 4px;
    text-align: center;
    color: var(--textColor);
    display: none;
    padding: 0;
    vertical-align: middle;
    line-height: 1;
    margin-right: 10px; }
    .top-menu .login-mobile i {
      font-size: 24px;
      line-height: 1;
      width: 24px; }
    .top-menu .login-mobile img {
      width: 24px;
      height: auto; }
    @media (max-width: 991.98px) {
      .top-menu .login-mobile {
        display: block; } }
  .top-menu .navbar-nav .nav-link,
  .top-menu form a {
    color: var(--textColor);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.78); }
    @media (max-width: 767.98px) {
      .top-menu .navbar-nav .nav-link,
      .top-menu form a {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .top-menu .navbar-nav .nav-link,
      .top-menu form a {
        color: #fff; } }
    @media screen and (min-width: 1280px) and (max-width: 1440px) {
      .top-menu .navbar-nav .nav-link,
      .top-menu form a {
        padding: 0.5rem 0.25rem; } }
  @media (max-width: 991.98px) {
    .top-menu form {
      border-top: 0.5px solid #fff;
      margin-top: 10px;
      flex-direction: column;
      align-items: flex-end; } }
  .top-menu form a {
    border: 1px solid var(--textColor);
    margin: 0 1em;
    padding: 0.5em 1.5em;
    font-size: 16px; }
    .top-menu form a:hover, .top-menu form a:focus, .top-menu form a:active {
      color: var(--mainColor);
      background: transparent; }
    @media (max-width: 991.98px) {
      .top-menu form a:first-child {
        margin-top: 15px !important; } }
    @media (max-width: 991.98px) {
      .top-menu form a {
        display: inline-block;
        margin: 0;
        text-align: right;
        padding: 0.5em 20px; } }
    @media (min-width: 768px) {
      .top-menu form a {
        padding: 0.5em 20px;
        font-size: 14px;
        margin: 0; } }
    .top-menu form a img,
    .top-menu form a .fa {
      margin-right: 8px; }
    .top-menu form a .icon-shop {
      vertical-align: middle;
      margin-right: 10px;
      display: inline-block; }
    .top-menu form a.login i {
      width: 24px;
      vertical-align: middle;
      margin-right: 3px; }
    .top-menu form a.login:hover {
      text-decoration: none; }
  @media (max-width: 991.98px) {
    .top-menu form .get-started {
      margin-right: 20px; } }
  .top-menu .get-started {
    border: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px 31px;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    color: #FFFFFF; }
    .top-menu .get-started:hover {
      background-color: #c50432;
      color: #fff; }
    @media (max-width: 991.98px) {
      .top-menu .get-started {
        width: auto;
        display: inline-block;
        font-size: 12px;
        padding: 6px 12px;
        font-family: 'Roboto';
        font-weight: 700;
        letter-spacing: 0; } }
  .top-menu .navbar-nav .nav-item {
    text-align: right;
    font-weight: 500; }
  .top-menu .navbar-nav .nav-link {
    padding: 7px 0 !important;
    margin: 0 20px;
    border-bottom: 5px solid transparent; }
    .top-menu .navbar-nav .nav-link:hover, .top-menu .navbar-nav .nav-link:focus {
      color: var(--mainColor);
      border-bottom: 5px solid var(--mainColor);
      text-decoration: none; }
      .top-menu .navbar-nav .nav-link:hover > a, .top-menu .navbar-nav .nav-link:focus > a {
        color: var(--mainColor); }
    .top-menu .navbar-nav .nav-link > a {
      color: var(--textColor); }
      .top-menu .navbar-nav .nav-link > a:hover, .top-menu .navbar-nav .nav-link > a:focus {
        color: var(--mainColor);
        text-decoration: none; }
    @media (max-width: 991.98px) {
      .top-menu .navbar-nav .nav-link {
        font-size: 14px;
        display: inline-block; } }
  .top-menu .navbar-nav .active > .nav-link {
    color: var(--textColor);
    letter-spacing: 0;
    border-color: var(--mainColor); }
    @media (max-width: 767.98px) {
      .top-menu .navbar-nav .active > .nav-link {
        border-bottom: 0;
        color: var(--mainColor); } }
  .top-menu .navbar-nav .show > .nav-link {
    color: var(--mainColor);
    border-bottom: 5px solid var(--mainColor); }
  .top-menu .dropdown-toggle:after {
    border: 0; }
  .top-menu .dropdown-toggle:active, .top-menu .dropdown-toggle:focus {
    box-shadow: unset !important;
    background-color: transparent !important; }
  .top-menu .dropdown-toggle.nav-link :hover {
    border-bottom: 0; }
    .top-menu .dropdown-toggle.nav-link :hover span {
      padding: 8px 0;
      border-bottom: 5px solid var(--mainColor); }
      @media (max-width: 767.98px) {
        .top-menu .dropdown-toggle.nav-link :hover span {
          border-bottom: 0; } }
  @media (max-width: 575.98px) {
    .top-menu .dropdown-toggle.nav-link {
      padding-bottom: 3px; } }
  .top-menu .dropdown-menu {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    margin: 0 !important;
    left: -281%;
    padding: 1rem 0.5rem; }
    @media (max-width: 991.98px) {
      .top-menu .dropdown-menu:hover > .dropdown-menu {
        background-color: unset;
        padding-top: 0;
        padding-right: 20px; } }
    @media (max-width: 991.98px) {
      .top-menu .dropdown-menu {
        left: 0;
        background-color: transparent;
        border: 0;
        text-align: right; } }
    .top-menu .dropdown-menu.show {
      display: flex; }
      @media (max-width: 991.98px) {
        .top-menu .dropdown-menu.show {
          display: block !important; } }
    .top-menu .dropdown-menu .dropdown-item {
      text-transform: uppercase;
      padding: 0.25rem 0;
      margin: 0.25rem 1rem;
      border-bottom: 2px solid transparent;
      font-size: 16px;
      font-weight: bold; }
      @media (max-width: 575.98px) {
        .top-menu .dropdown-menu .dropdown-item:first-child, .top-menu .dropdown-menu .dropdown-item:nth-child(4) {
          display: none; } }
      .top-menu .dropdown-menu .dropdown-item.active, .top-menu .dropdown-menu .dropdown-item:active, .top-menu .dropdown-menu .dropdown-item:hover, .top-menu .dropdown-menu .dropdown-item:focus {
        color: #212121;
        border: 0;
        background-color: unset;
        border-bottom: 2px solid var(--mainColor); }
        @media (max-width: 991.98px) {
          .top-menu .dropdown-menu .dropdown-item.active, .top-menu .dropdown-menu .dropdown-item:active, .top-menu .dropdown-menu .dropdown-item:hover, .top-menu .dropdown-menu .dropdown-item:focus {
            color: #FFFFFF; } }
      @media (max-width: 991.98px) {
        .top-menu .dropdown-menu .dropdown-item {
          color: #d2d1d1;
          font-family: 'Roboto';
          font-size: 12px;
          letter-spacing: 0;
          line-height: 14px;
          text-transform: capitalize;
          display: block;
          width: auto; } }

.logo {
  vertical-align: inherit; }
  @media (max-width: 767.98px) {
    .logo {
      margin-left: 12px; } }
  @media (max-width: 991.98px) {
    .logo {
      width: 140px; } }
  @media (max-width: 360px) {
    .logo {
      margin-left: 3px; } }
  @media (max-width: 320px) {
    .logo {
      width: 102px !important; } }

.footer {
  background: #000000;
  padding: 1em; }
  .footer .card,
  .footer .card button {
    background-color: #000; }
  .footer .card .btn-dark {
    border: 2px solid #FFFFFF;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-family: 'Bebas Neue';
    background: transparent; }
    .footer .card .btn-dark:hover {
      background-color: var(--mainColor);
      color: #fff; }
    .footer .card .btn-dark img {
      display: inline-block;
      margin-right: 5px; }
  .footer .card-img-top {
    width: 98px;
    height: 99px;
    margin: 0 auto; }
  .footer .social {
    text-align: center; }
    .footer .social li .fab, .footer .social li .fa {
      font-size: 28px;
      color: var(--textColor); }
    .footer .social .footer-logo {
      margin: 1em auto; }
    .footer .social .footer-menu {
      margin: 1em 0; }
      .footer .social .footer-menu .nav-item:last-child i {
        font-size: 14px;
        padding-right: 3px; }
      .footer .social .footer-menu .nav-item img {
        display: inline-block; }
  .footer .social-list {
    justify-content: center;
    margin: 0; }
    .footer .social-list .nav-item {
      margin: 0; }
      .footer .social-list .nav-item .nav-link {
        color: #FFFFFF; }
        .footer .social-list .nav-item .nav-link:hover, .footer .social-list .nav-item .nav-link:active, .footer .social-list .nav-item .nav-link:focus {
          text-decoration: none; }
  .footer .footer-menu a {
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    font-size: 16px;
    line-height: 18px; }

@media screen and (max-width: 768px) {
  .footer .card {
    display: none; }
  .footer .social {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .footer .social .footer-logo {
      margin: 0 auto; }
    .footer .social li .fa, .footer .social li .fab {
      font-size: 24px; }
    .footer .social .footer-logo {
      width: 181px;
      margin: 0 auto; }
  .footer .social-list {
    margin: 0; }
  .footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .footer .footer-menu a {
      padding: 0 0.35em; } }

.blog-layout__header {
  height: 229px;
  background: url("../images/blog-header-mb.png") no-repeat left top #000000;
  color: #FFFFFF; }
  @media (min-width: 992px) {
    .blog-layout__header {
      background: url("../images/blog-header-dt.png") no-repeat center top #000000;
      height: 180px; } }

.blog-layout__header-inner {
  max-width: 940px;
  padding-top: 86px;
  padding-left: 82px;
  margin: 0 auto; }

.blog-layout__title {
  font-size: 32px;
  line-height: 38px;
  font-family: 'Bebas Neue';
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .blog-layout__title {
      font-size: 40px;
      line-height: 47px; } }

.blog-layout__subtitle {
  font-size: 16px;
  line-height: 19px; }

.blog-layout__navbar {
  background: #FFFFFF;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }

.blog-layout__navbar-inner {
  padding: 20px 20px 0;
  max-width: 940px;
  margin: 0 auto;
  flex: 1; }
  @media (min-width: 992px) {
    .blog-layout__navbar-inner {
      padding-top: 10px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; } }

.blog-layout__search-form {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .blog-layout__search-form {
      order: 2;
      margin-bottom: 10px;
      width: 340px; } }

.blog-layout__search-group input {
  box-shadow: inset 0 1px 2px rgba(197, 197, 197, 0.5);
  border-radius: 10px 0 0 10px;
  font-size: 16px !important;
  height: 44px !important; }
  .blog-layout__search-group input::placeholder {
    color: #666666; }

.blog-layout__search-group .btn {
  height: 44px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  .blog-layout__search-group .btn .fa {
    font-size: 1.8rem; }

.blog-layout__nav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0; }
  .blog-layout__nav li {
    position: relative;
    margin-right: 15px;
    margin-left: 0; }
    .blog-layout__nav li.active:after, .blog-layout__nav li:hover:after {
      content: '';
      display: block;
      bottom: -2px;
      height: 2px;
      width: 100%;
      background: #a50027;
      position: absolute; }
    @media (min-width: 992px) {
      .blog-layout__nav li {
        margin-left: 20px; } }
    .blog-layout__nav li a {
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 19px;
      color: #212121;
      padding: 10px 0;
      display: block; }
      .blog-layout__nav li a:active, .blog-layout__nav li a:focus, .blog-layout__nav li a:hover {
        text-decoration: none; }
      @media (min-width: 768px) {
        .blog-layout__nav li a {
          font-size: 16px; } }
  @media (min-width: 992px) {
    .blog-layout__nav {
      order: 1; } }

.podcast-page__header {
  height: 232px;
  background: url("../images/podcast-header-mb.png") no-repeat center top #000000; }
  @media (min-width: 992px) {
    .podcast-page__header {
      background: url("../images/podcast-header-dt.png") no-repeat center top #000000;
      height: 179px; } }

.article__badge {
  color: #FFFFFF;
  background: #F70D28;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.6px;
  display: inline-block;
  padding: 3px; }
  .article__badge a {
    color: #FFFFFF; }
    .article__badge a:hover, .article__badge a:active, .article__badge a:focus {
      color: #FFFFFF; }

.article-item {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .article-item--columns {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .article-item--columns .article-item__img-wrap,
      .article-item--columns .article-item__info {
        width: calc(50% - 15px); }
      .article-item--columns .article-item__title {
        font-size: 20px;
        line-height: 24px; } }
  .article-item--overlay {
    position: relative; }
    .article-item--overlay .article-item__info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      padding: 15px; }
    .article-item--overlay .article-item__title {
      color: #FFFFFF;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 19.2px; }
      .article-item--overlay .article-item__title a {
        color: #FFFFFF; }
        .article-item--overlay .article-item__title a:hover, .article-item--overlay .article-item__title a:active, .article-item--overlay .article-item__title a:focus {
          color: #FFFFFF; }
  .article-item--media {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .article-item--media .article-item__img-wrap {
      width: 96px;
      margin-right: 10px; }
    .article-item--media .article-item__info {
      flex: 1; }
  @media (min-width: 768px) {
    .article-item--first .article-item__title {
      font-size: 20px;
      line-height: 24px; } }
  .article-item--count-first .article-item__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .article-item--count-first .article-item__title:after {
      content: '01';
      color: #D7D7D7;
      font-size: 28px;
      line-height: 34px;
      display: inline-block;
      padding: 10px;
      border-left: solid 1px #EEEEEE;
      margin-left: 15px;
      white-space: nowrap; }
  .article-item__img-wrap {
    position: relative;
    margin-bottom: 5px;
    display: block; }
    .article-item__img-wrap .article__badge {
      position: absolute;
      top: 5px;
      left: 5px; }
      .article-item__img-wrap .article__badge.bottom {
        top: auto;
        bottom: 5px; }
  .article-item__img {
    width: 100%;
    height: auto; }
  .article-item__title {
    color: #212121;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px; }
    .article-item__title a {
      color: #212121; }
      .article-item__title a:hover, .article-item__title a:active, .article-item__title a:focus {
        text-decoration: none;
        color: #373737; }
  .article-item__meta {
    color: #A0A0A0;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase; }
    .article-item__meta-icon {
      color: #2E9FFF;
      margin-right: 10px; }
    .article-item__meta-date {
      text-transform: uppercase; }
  .article-item__content {
    font-size: 16px;
    color: #53585C;
    padding-top: 10px;
    padding-bottom: 15px; }
  .article-item__read-more {
    display: inline-block;
    border: 0.8px solid #E0E0E0;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    color: #A50027;
    font-size: 9.6px;
    letter-spacing: 0.61px;
    text-transform: uppercase; }
  .article-item__img-caption {
    text-align: center;
    font-size: 14px;
    font-style: italic; }
  .article-item .post-meta-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    max-width: 100%; }
  @media screen and (min-width: 700px) {
    .article-item .post-meta {
      margin-left: 0; } }
  .article-item .post-meta li:first-child {
    margin-left: 0; }
  .article-item .section-inner {
    max-width: 100%; }
    @media screen and (min-width: 700px) {
      .article-item .section-inner {
        width: 100%; } }
  .article-item .entry-title {
    text-align: left;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 3rem; }
  .article-item .entry-content > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important; }
  .singular .article-item .entry-header {
    padding: 1rem 0; }
    @media screen and (min-width: 700px) {
      .singular .article-item .entry-header {
        padding: 1rem 0; } }
  .article-item .post-inner {
    padding-top: 2rem; }
    @media screen and (min-width: 700px) {
      .article-item .post-inner {
        padding-top: 2rem; } }

.load-more {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .load-more:before, .load-more:after {
    content: '';
    display: block;
    height: 1px;
    background: #EEEEEE;
    flex: 1; }
  .load-more__btn {
    color: #212121;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    border: 0.8px solid #E0E0E0;
    border-radius: 1.6px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    width: 180px;
    margin: 0 15px;
    display: inline-block;
    text-align: center;
    padding: 5px 10px; }
    .load-more__btn:hover, .load-more__btn:active, .load-more__btn:focus {
      background: #E0E0E0;
      text-decoration: none;
      color: #212121; }

.comments-wrapper {
  margin-top: 50px; }
  @media screen and (min-width: 700px) {
    .comments-wrapper {
      margin-top: 50px; } }

.comment-respond p {
  max-width: 100% !important; }

.news-carousel {
  position: relative; }
  .news-carousel__section {
    padding: 0 0 42px; }
  .news-carousel__item {
    position: relative; }
  .news-carousel__item-link {
    display: block;
    position: relative;
    height: 400px;
    overflow: hidden; }
    .news-carousel__item-link--small {
      height: 50px; }
  .news-carousel__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 32px 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
    @media (min-width: 768px) {
      .news-carousel__info {
        padding-bottom: 32px; } }
  .news-carousel__title {
    font-family: "Roboto";
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 10px 0 10px; }
    @media (min-width: 768px) {
      .news-carousel__title {
        max-width: 75%; } }
    .news-carousel__title-link, .news-carousel__title-link:hover {
      text-decoration: none;
      color: #fff; }
  .news-carousel__img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .news-carousel__meta {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .news-carousel__meta {
        font-size: 9px;
        line-height: 10px; } }
    .news-carousel__meta-icon {
      color: #2E9FFF;
      margin-right: 5px; }
    .news-carousel__meta-date {
      text-transform: uppercase; }
  .news-carousel .slick-arrow {
    position: absolute;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 10;
    display: flex;
    width: 32px;
    height: 32px;
    color: #FFFFFF !important;
    align-items: center;
    justify-content: center;
    background: transparent;
    bottom: 20px; }
    .news-carousel .slick-arrow:before {
      font-family: inherit;
      font-size: 3rem; }
    .news-carousel .slick-arrow.slick-prev {
      left: 32px;
      right: auto; }
    .news-carousel .slick-arrow.slick-next {
      right: 32px;
      left: auto; }
    @media (min-width: 768px) {
      .news-carousel .slick-arrow {
        right: 0 !important;
        left: auto !important;
        padding: 0;
        font-size: 1rem; }
        .news-carousel .slick-arrow:before {
          content: none; }
        .news-carousel .slick-arrow.slick-prev {
          bottom: 0 !important;
          color: #53585C !important;
          background: #FFFFFF; }
        .news-carousel .slick-arrow.slick-next {
          bottom: 32px !important;
          color: #FFFFFF;
          background: #A50027; } }

.slick-slide:focus, .slick-slide a {
  outline: none; }

.news-tabs {
  padding: 0 0 50px; }
  .news-tabs__nav {
    border-bottom: solid 2px #EEEEEE;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px; }
    .news-tabs__nav:after {
      content: '';
      display: block;
      height: 2px;
      width: 24px;
      background: #F70D28;
      bottom: -2px;
      left: 0;
      z-index: 1;
      position: absolute; }
  .news-tabs__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2.7px;
    font-family: 'Bebas Neue';
    color: #212121;
    margin: 0; }
  .news-tabs .nav-tabs {
    border: none;
    margin: 0 !important; }
    .news-tabs .nav-tabs .nav-link {
      margin: 0;
      font-weight: 500;
      color: #53585C;
      padding: 10px 18px;
      background: #F7F7F7;
      border: solid 1px #EEEEEE;
      border-radius: 1px; }
      .news-tabs .nav-tabs .nav-link.active {
        background: #FFFFFF;
        color: #212121;
        border-bottom: solid 1px #F70D28; }

.widget {
  margin-bottom: 15px; }
  .widget__title {
    margin: 0;
    border-bottom: solid 2px #EEEEEE;
    position: relative;
    color: #212121;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    padding-bottom: 10px; }
    .widget__title:after {
      content: '';
      display: block;
      width: 24px;
      height: 2px;
      position: absolute;
      bottom: -2px;
      background: #F70D28; }
  .widget__content {
    padding: 30px 0 0; }

.social-networks-widget {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-networks-widget__item {
    padding: 0;
    margin: 0 !important;
    border: solid 1px #E0E0E0;
    width: calc(100% / 3); }
  .social-networks-widget__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    justify-content: center; }
    .social-networks-widget__link:hover, .social-networks-widget__link:active, .social-networks-widget__link:focus {
      text-decoration: none; }
  .social-networks-widget__count {
    font-size: 14px;
    font-weight: 700;
    color: #53585C;
    text-align: center; }
  .social-networks-widget__name {
    font-size: 8px;
    color: #A0A0A0;
    text-align: center; }
  .social-networks-widget__icon {
    font-size: 2rem; }
  .social-networks-widget__facebook {
    color: #45629F; }
  .social-networks-widget__twitter {
    color: #1E3050; }
  .social-networks-widget__instagram {
    color: #E4405F; }
  .social-networks-widget__pinterest {
    color: #E4405F; }
  .social-networks-widget__youtube {
    color: #C61D23; }
  .social-networks-widget__rss {
    color: #FF6F00; }

.popular-articles-widget {
  border-top: solid 2px #EEEEEE;
  margin: 30px 0 0;
  padding: 30px 0 0;
  list-style: none; }
  .popular-articles-widget__item {
    margin: 0 0 30px;
    padding: 0; }
  .popular-articles-widget__link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .popular-articles-widget__link:hover, .popular-articles-widget__link:active, .popular-articles-widget__link:focus {
      text-decoration: none; }
  .popular-articles-widget__count {
    width: 32px;
    height: 32px;
    display: flex;
    margin-right: 15px;
    border-radius: 50%;
    white-space: nowrap;
    background: #EEEEEE;
    font-weight: 700;
    font-style: italic;
    color: #212121;
    align-items: center;
    justify-content: center; }
  .popular-articles-widget__title {
    color: #A50027;
    font-size: 16px;
    line-height: 1;
    flex: 1; }

.podcast-carousel-widget__item {
  position: relative; }

.podcast-carousel-widget__img {
  width: 100%;
  height: auto; }

.podcast-carousel-widget__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.podcast-carousel-widget__title {
  text-align: center;
  margin-top: 10px; }
  .podcast-carousel-widget__title a {
    color: #FFFFFF; }
    .podcast-carousel-widget__title a:hover, .podcast-carousel-widget__title a:active, .podcast-carousel-widget__title a:focus {
      color: #FFFFFF;
      text-decoration: none; }

.podcast-carousel-widget__meta {
  color: #FFFFFF;
  font-size: 10px; }
  .podcast-carousel-widget__meta-icon {
    color: #2E9FFF; }
  .podcast-carousel-widget__meta-date {
    text-transform: uppercase; }

.podcast-carousel-widget .slick-arrow {
  top: auto !important;
  bottom: 10px;
  background: transparent;
  z-index: 10;
  width: 40px;
  color: #FFFFFF; }
  .podcast-carousel-widget .slick-arrow:before {
    font-family: inherit;
    font-size: 2.4rem; }
  .podcast-carousel-widget .slick-arrow.slick-prev {
    left: 15px; }
  .podcast-carousel-widget .slick-arrow.slick-next {
    right: 15px; }

.subscribe-widget {
  background: #F9A826;
  padding: 30px;
  color: #FFFFFF; }
  .subscribe-widget__title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500; }
  .subscribe-widget__form {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .subscribe-widget__input {
    border: solid 1px #E0E0E0;
    border-radius: 0;
    padding: 13px;
    margin-bottom: 16px !important;
    font-size: 16px;
    line-height: 19px;
    height: 44px; }
  .subscribe-widget__btn {
    border: solid 2px #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'Bebas Neue';
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 10px 30px;
    background: transparent !important; }
    .subscribe-widget__btn:hover, .subscribe-widget__btn:focus, .subscribe-widget__btn:active {
      background: #ffffff !important;
      color: #000000 !important; }

.pagination--dolce .page-item {
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
  line-height: 30px; }
  .pagination--dolce .page-item a {
    color: #212121;
    box-shadow: none;
    border-radius: 0 !important;
    margin: 0;
    border: solid 1px #EEEEEE;
    min-width: 38px;
    height: 38px;
    line-height: 28px;
    text-align: center; }
    .pagination--dolce .page-item a:hover, .pagination--dolce .page-item a:focus, .pagination--dolce .page-item a:active {
      color: #FFFFFF;
      background: var(--mainColor);
      border-color: var(--mainColor); }
  .pagination--dolce .page-item.disabled a {
    color: #FFFFFF;
    background: var(--mainColor);
    border-color: var(--mainColor); }

.pagination.navigation {
  margin-bottom: 30px; }

.pagination .nav-links {
  justify-content: center; }

.pagination .page-numbers {
  color: #212121;
  box-shadow: none;
  border-radius: 0 !important;
  border: solid 1px #EEEEEE;
  min-width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  padding: 0 5px;
  margin: 0 0 0 10px; }
  .pagination .page-numbers:first-child {
    margin-left: 0; }
  .pagination .page-numbers.current {
    color: #FFFFFF;
    background: var(--mainColor);
    border-color: var(--mainColor); }
  .pagination .page-numbers.dots {
    border: solid 1px transparent; }

.pagination a.page-numbers:hover, .pagination a.page-numbers:focus, .pagination a.page-numbers:active {
  color: #FFFFFF;
  background: var(--mainColor);
  border-color: var(--mainColor);
  text-decoration: none; }

.podcast-channel-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
  .podcast-channel-widget__item {
    flex: 1;
    min-width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin: 0 0 10px !important; }
  .podcast-channel-widget__link {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: flex-start;
    background: #202020;
    border-radius: 7px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.3px; }
    .podcast-channel-widget__link:hover, .podcast-channel-widget__link:active, .podcast-channel-widget__link:focus {
      color: #FFFFFF;
      text-decoration: none;
      background: var(--mainColor); }
    .podcast-channel-widget__link img {
      height: 34px;
      width: auto;
      margin-right: 10px; }

.program-card {
  border: none;
  border-radius: 7px 7px 4px 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .program-card:hover, .program-card:focus, .program-card:active {
    color: #202020;
    text-decoration: none; }
  .program-card .card-header {
    padding: 8px 15px;
    background: linear-gradient(180deg, #FDD34E 0%, #F9A826 100%);
    border-radius: 7px 7px 0 0; }
  .program-card .card-title {
    font-size: 24px;
    letter-spacing: 1.92px;
    line-height: 28px;
    text-align: center;
    font-family: 'Bebas Neue';
    color: #ffffff;
    margin: 0; }
  .program-card .card-image {
    position: relative; }
  .program-card__title-area {
    background-color: #121212;
    border-radius: 0 0 4px 4px;
    padding: 22px 33px; }
  .program-card__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .program-card__subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase; }
  .program-card__content-area {
    padding: 20px;
    background: radial-gradient(circle, #FFFFFF 0%, #F6F7F9 100%);
    border-radius: 0 0 4px 4px; }
  .program-card__cta {
    border-radius: 0;
    padding: 16px 10px;
    background: #A50027;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    width: 100%; }
    .program-card__cta:hover, .program-card__cta:active, .program-card__cta:focus {
      text-decoration: none;
      outline: none;
      background: #C50432; }
  .program-card__list {
    margin: 0 0 25px;
    color: #202020;
    font-size: 14px;
    line-height: 32px; }
  .program-card__price {
    border-radius: 7px 1px 1px 7px;
    background-color: #56A71C;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff; }
    .program-card__price-value {
      font-weight: 900;
      font-size: 24px; }
