@font-face {
  font-family: 'Museo300';
  src: url('./../fonts/Museo-300.woff2') format('woff2'),
      url('./../fonts/Museo-300.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo500';
  src: url('./../fonts/Museo-500.woff2') format('woff2'),
      url('./../fonts/Museo-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoSans500';
  src: url('./../fonts/MuseoSans-500.woff2') format('woff2'),
      url('./../fonts/MuseoSans-500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo700';
  src: url('./../fonts/Museo-700.woff2') format('woff2'),
      url('./../fonts/Museo-700.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoSans300';
  src: url('./../fonts/MuseoSans-300.woff2') format('woff2'),
      url('./../fonts/MuseoSans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo900';
  src: url('./../fonts/Museo-900.woff2') format('woff2'),
      url('./../fonts/Museo-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoSans900';
  src:  url('./../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
      url('./../fonts/MuseoSansCyrl-900.woff') format('woff'),
      url('./../fonts/MuseoSansCyrl-900.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bx-wrapper .bx-pager {
  padding: 0 !important;
  margin: 0 !important;
  
  left: 5% !important;
  bottom: 6.3em !important;
  width: 53.125em !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 42px !important;
  height: 42px !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: none !important;
  margin: 0 5px !important;
  position: relative;
  transform: translateY(40%) !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 3px solid #0076ce !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover:after, 
.bx-wrapper .bx-pager.bx-default-pager a.active:after {
  background-color: #0076ce !important;
}

.cta {
  font-family: 'MuseoSans900';
  font-size: 25px;
  border: none;
  background: none;
  border: 4px solid #eea70a;
  border-radius: 50px;
  padding: 10px 20px;
  color: #FFF;
  outline: none;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  cursor: pointer;
}

.cta i {
  color: #eea70a;
  display: inline-block;
  margin-right: 0.5em;
}


.cta--general {

}

.wrapper {
  width: 100%;
  display: block;
  background: #c1c1c1;
}

.wrapper.wrapper--bg {
  background-image: url(./../images/texture-bg.jpg);
  background-size: auto;
  background-repeat: repeat;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(18, 15, 30, 0.5);
  z-index: 20;
}

.header__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.header__logo {
  width: 466px;
}

.header__logo img {
  width: 100%;
  display: block;
}

.header__navigator {
}

.header__navigator,
.header__nav,
.header__social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__navitem {
  font-family: 'MuseoSans500';
  font-size: 20px;
  border-right: 2px solid #505050;
}

.header__navitem a {
  padding: 0 40px;
}

.header__navitem a,
.header__socialitem a {
  color: #ffffff;
  text-decoration: none;
  transition: .5s;
}

.header__navitem a:hover,
.header__navitem.active a,
.header__socialitem a:hover {
  color: #eea70a;
}

.header__social {
  font-size: 18px;
  padding-left: 30px;
}

.header__socialitem {
  margin-left: 0px;
}

.header__socialitem:nth-child(1) {
  margin-left: 0;
}

.header__socialitem a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__socialitem--menu,
.header__nav--close {
  display: none;
}

.hero__wrapper {
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.hero__wrapper,
.hero__banner,
.banner__item,
.banner__item img {
  width: 100%;
  display: block;
}

.banner__item picture {
  width: 100%;
  display: block;
}

.banner__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero__wrapper,
.hero__banner--slider,
.banner__item {
  width: 100%;
  display: block;
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}

.banner__cta {
  position: absolute;
  bottom: 5em;
  right: 5%;
}

.banner__cta a {
  font-family: 'MuseoSans900';
  text-decoration: none;
  color: #eea70a;
  font-size: 1.5625em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.75);
}

.banner__cta a i {
  margin-left: .5em;
}

.banner__details {
  position: absolute;
  width: 90%;
  /* left: 50%;
  top: 50%; */
  /* transform: translateX(-50%, -50%); */
  top: calc(50%);
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner__info {
  width: 55em;
}

.banner__title {
}

.banner__title h3 {
  font-family: 'MuseoSans500';
  font-size: 6.25em;
  line-height: 1em;
  color: #FFF;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.75);
}

.banner__description {
  margin: 1.25em 0 2.5em 0;
}

.banner__description p {
  font-family: 'MuseoSans500';
  font-size: 2.5em;
  color: #FFF;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.75);
}

.banner__ctas,
.banner__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner__ctas .cta {
  margin-right: 2em;
}

.banner__socialitem a {
  width: 42px;
  height: 42px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1.875em;
  margin-right: 1.25em;
  transition: .5s;
}

.banner__socialitem a:hover {
  color: #eea70a;
}

.header__navitem--social {
  display: none;
}

.news__list {
  width: 100%;
  background-color: #c1c1c1;
  padding: 40px 0;
  font-size: 16px;
  overflow: auto !important;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
}

.news__list--wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.news__list--item {
  width: 31%;
  /* border-radius: 40px;
  overflow: hidden; */
}

.news__list--item {
  width: 48%;
}

.news__title--wrapper {
  padding: 2em 2.5em 1.25em 2.5em;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-sizing: border-box;
}

.news__option--wrapper .news__option:nth-last-child(1),
.news__list {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.news__list--item.firstColor .news__title--wrapper {
  background-color: #6e2585;
}

.news__list--item.secondColor .news__title--wrapper {
  background-color: #00447c;
}

.news__list--item.thirdColor .news__title--wrapper {
  background-color: #0076ce;
}

.news__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__title h3 {
  font-family: 'MuseoSans500';
  font-size: 3.125em;
  color: #ffffff;
}

.news__icon {
  height: 2.75em;
}

.news__icon img {
  width: auto;
  height: 100%;
  display: block;
}

.news__description {
  margin-top: 1.75em;
  max-width: 520px;
}

.news__description p {
  font-family: 'MuseoSans500';
  font-size: 1.875em;
  color: #ffffff;
  margin-bottom: .5em;
}

.news__description a {
  font-family: 'MuseoSans900';
  font-size: 1.5625em;
  color: #eea70a;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.news__description a i {
  font-size: .75em;
  margin-left: .25em;
}

.news__option {
  width: 100%;
  padding: 2.5em 2.5em 2.5em 2.5em;
  box-sizing: border-box;
  background-color: #f3edf5;
  margin: .5em 0;
}

.news__option--details h4 {
  font-family: 'MuseoSans900';
  font-size: 1.875em;
  color: #505050;
}

.news__option--details p {
  font-family: 'MuseoSans500';
  font-size: 1.5625em;
  color: #505050;
  margin: .5em 0;
  display: block;
  width: 100%;
}

.news__option--details a {
  font-family: 'MuseoSans900';
  font-size: 1.5625em;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.news__option--details a i,
.news__more a i {
  font-size: .75em;
  margin-left: .25em;
}

.news__list--item.firstColor .news__option--details a,
.news__list--item.firstColor .news__more a {
  color: #6e2585;
}

.news__list--item.secondColor .news__option--details a,
.news__list--item.secondColor .news__more a {
  color: #00447c;
}

.news__list--item.thirdColor .news__option--details a,
.news__list--item.thirdColor .news__more a {
  color: #0076ce;
}

.news__more {
  padding: 1em 2.5em 0em 2.5em;
}

.news__more a {
  font-family: 'MuseoSans900';
  font-size: 1.5625em;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.post-hero__wrapper {
  width: 100%;
  display: block;
  font-size: 16px;
}

.post-hero__shadow {
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.post-hero__banner {
  width: 100%;
  position: relative;
/* 
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; */
}

.post-hero__banner--gradient:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;


  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(7,115,196,0.5) 100%, rgba(7,115,196,0.6) 100%);
}

.post-hero__banner .post-hero__img {
  width: 100%;
  display: block;
  height: auto;
  max-height: 985px;
  object-fit: cover;
}

.post-hero__details {
  position: absolute;
  bottom: 4.6875em;
  left: 4.6875em;

  padding-right: 4.6875em;
  box-sizing: border-box;
  z-index: 3;
}

.post-hero__info {
  width: 65em;
}

.post-hero__info a {
  display: inline-block;
}

.post-hero__type {
  width: auto;
  height: 8.125em;
  margin-bottom: 2.5em;
  position: relative;
  display: inline-block;
}

.post-hero__type--loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.post-hero__type--loading span {
  font-size: 2em;
  color: #ffffff;
}

.post-hero__type img {
  width: auto;
  height: 100%;
  display: block;
}

.post-hero__title h3 {
  font-size: 5em;
  font-family: 'MuseoSans500';
  color: #ffffff;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.75);
}

.post-hero__description {
  margin: 1.25em 0 2.5em 0;
}

.post-hero__description p {
  font-size: 2.5em;
  font-family: 'MuseoSans500';
  color: #ffffff;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.75);
}

.post-list__wrapper {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  min-height: calc(25vh);
}

.post-list__wrapper {
}

.post-list__wrapper--noitems {
  padding-top: 90px;
  box-sizing: border-box;
  min-height: calc(100vh - 140px);
}

.post-list__header {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-list__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.post-list__breadcrumb a,
.post-list__filter-cta {
  font-size: 1.5625em;
  color: #00447c;
  text-decoration: none;
  font-family: 'MuseoSans900';
  line-height: 1em;
  margin-top: .15em;
}

.post-list__wrapper--secondary .post-list__breadcrumb a,
.post-list__wrapper--secondary .post-list__breadcrumb i,
.post-list__wrapper--secondary .post-list__filter-cta,
.post-list__wrapper--secondary .post-list__filter-cta i,
.post-list__wrapper--secondary .post-list__search label i {
  color: #6e2585;
}

.post-list__wrapper--secondary .post-list__search label {
  border: 4px solid #6d2684;
}

.post-list__breadcrumb i,
.post-list__filter-cta i,
.post-list__search label i {
  font-size: 20px;
  color: #00447c;
  margin: 0 .5em;
}

.post-list__breadcrumb a:nth-child(1),
.post-list__filter-cta {
  font-family: 'MuseoSans500';
  margin-top: 0em;
}

.post-list__options {
  display: flex;
  align-items: center;
}

.post-list__search {
  margin-left: 3em;
}

.post-list__search span {
  cursor: pointer;
  display: block;
}

.post-list__search label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 4px solid #489fd7;
  padding: .5em 1.5em;
  border-radius: 3em;
}

.post-list__search label input {
  background: none;
  border: none;
  outline: none;
  font-size: 1.5625em;
  color: #737373;
  font-family: 'MuseoSans500';
  width: 9em;
}

.post-list__search label i {
  margin: 0;
}

.post-list__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.post-list__item {
  width: 47%;
  margin-bottom: 6%;
  position: relative;
  border-radius: 40px;
  overflow: hidden;

  -webkit-box-shadow: 0px 8px 7px -6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 8px 7px -6px rgba(0,0,0,0.4);
  box-shadow: 0px 8px 7px -6px rgba(0,0,0,0.4);
}

.podcast-list__item {
  margin-bottom: 4em;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
}

.podcast-list__item.podcast-list__item--hidden {
  display: none !important;
}

.post-list__item > a {
  position: relative;
  display: flex;
  width: 100%;
}

.post-item__cover,
.post-item__cover img {
  width: 100%;
  display: block;
}

.post-item__cover {
  overflow: hidden;
}

.post-item__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.post-item__watch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,68,124,0.8);
  padding: 1.25em 2.5em;
  box-sizing: border-box;
}

.post-item__watch.post-item__watch--secondary {
  background-color: #6e2585
}

.podcast-list__item.playing .post-item__watch.post-item__watch--secondary,
.podcast-list__item.paused .post-item__watch.post-item__watch--secondary,
.podcast-list__item.endend .post-item__watch.post-item__watch--secondary {
  background-color: #eea70a;
}

.podcast-list__item.playing .post-item__watch span,
.podcast-list__item.paused .post-item__watch span,
.podcast-list__item.endend .post-item__watch span {
  color: #6e2585;
}

.podcast-list__item.playing .post-item__watch span:nth-child(2),
.podcast-list__item.playing .post-item__watch--image picture:nth-child(1),
.podcast-list__item.paused .post-item__watch span:nth-child(2),
.podcast-list__item.paused .post-item__watch--image picture:nth-child(1),
.podcast-list__item.endend .post-item__watch span:nth-child(2),
.podcast-list__item.endend .post-item__watch--image picture:nth-child(1) {
  display: none;
}

.podcast-list__item.playing .post-item__watch span:nth-child(3),
.podcast-list__item.playing .post-item__watch--image picture:nth-child(2),
.podcast-list__item.paused .post-item__watch span:nth-child(3),
.podcast-list__item.paused .post-item__watch--image picture:nth-child(2),
.podcast-list__item.endend .post-item__watch span:nth-child(3),
.podcast-list__item.endend .post-item__watch--image picture:nth-child(2) {
  display: block;
}

.post-list__items--full .post-item__watch  {
  min-width: 12em;
}

.post-list__items--full a:last-child .podcast-list__item {
  margin-bottom: 4em;
}

.post-item__watch img {
  width: auto;
  height: 5.5em;
  display: block;
}

.post-item__watch span {
  text-align: center;
  font-family: 'MuseoSans900';
  color: #eea70a;
  font-size: 1.125em;
  display: block;
  margin-top: 0.625em;
}

.post-item__watch span:nth-child(3),
.post-item__watch--image picture:nth-child(2) {
  display: none;
}

.post-item__watch--image picture:nth-child(1) {
  display: block;
}


.post-item__info {
  width: 100%;
  background-color: rgba(255,255,255, 0.8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 28px 2.125em;
}

.post-item__info span,
.podcast-details__description p span {
  color: #00447c;
  text-decoration: none;
  display: inline-block;
  margin-left: .5em;
}

.post-item__info span {
  display: block;
  margin-left: 0;
}

.podcast-details__description p span { 
  color: #6e2585;
}

.post-item__info span i,
.podcast-details__description span i {
  font-size: .75em;
}

.post-item__info h4,
.podcast-details__title h4,
.podcast-details__title h5,
.podcast-details__cta {
  color: #505050;
  font-size: 1.875em;
  font-family: 'MuseoSans900';
}

.podcast-details__title h4 {
  padding-right: .75em;
  margin-right: .75em;
  border-right: 2px solid #505050;
}

.podcast-details__title h5 {
  font-family: 'MuseoSans500';
}

.post-item__info p,
.podcast-details__description p {
  color: #505050;
  font-size: 1.5625em;
  font-family: 'MuseoSans500';
  margin-top: 7px;
}

.podcast-details__description p {
  margin-top: 0;
}

.podcast-details__cta {
  color: #6e2585;
  font-size: 1.5625em;
  margin-top: .5em;

  display: flex;
  justify-content: space-between;
}

.footer {
  width: 100%;
  display: block;
  padding: 40px 0;
  background: #191919;
}

.footer__wrapper {
  width: 90%;
  max-width: 1192px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
}

.footer__address p,
.footer__sitemap h5,
.footer__sitemap a,
.footer__social h5 {
  color: #c8c9c7;
  font-size: 1.5625em;
  font-family: 'MuseoSans500';
  text-decoration: none;
}

.footer__address p {
  margin-bottom: 8px !important;
}


.footer__sitemap h5,
.footer__social h5 {
  font-family: 'MuseoSans900';
  color: #ffffff;
}

.footer__sitemap h5 {
  margin-bottom: 8px;
}

.footer__sitemap ul,
.footer__social ul {
  display: flex;
}

.footer__sitemap ul li {
  margin-right: 1em;
}

.footer__social ul li a {
  color: #c8c9c7;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  text-decoration: none;
}

.footer__sitemap li a:hover {
  text-decoration: underline;
}

.header__nav {
  /* transition: 0; */
}

.differentiator__wrapper {
  width: 100%;
  font-size: 16px;
  padding: 6em 0 4em 0;
}

.differentiator__content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.differentiator__logo {
  width: 32.125em;
  min-width: 30px;
  margin: 0 auto;
}

.differentiator__logo img {
  width: 100%;
  display: block;
}

.differentiator__description {
  margin-top: 3em;
  margin-bottom: 4em;
}

.differentiator__description p {
  font-size: 5em;
  font-family: 'MuseoSans500';
}

.about__wrapper {
  width: 100%;
  display: block;
  font-size: 16px;

  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}

.about__content {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}

.about__cover {
  width: 50em;
}

.about__cover img {
  width: 100%;
  display: block;
}

.about__details--wrapper {
  font-size: .7em;

  width: calc(110% - 50em);
  background-image: url('./../images/about__bg.png');
  background-size: 100% auto;
  background-position: left;
  margin-left: -9%;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.scroll_top {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
}

.scroll_top i {
  transform: rotate(270deg);
}

.about__details {
  width: 80%;
  margin: 0 auto;
  margin-right: 5%;
}

.about__details h3 {
  font-size: 5em;
  font-family: 'MuseoSans500';
  color: #421c0c;
}

.about__details p {
  font-size: 2.1875em;
  font-family: 'MuseoSans500';
  color: #421c0c;
  margin-top: 1em;
}

.post-list__items--full a {
  width: 100%;
  display: block;
}

.podcast-list__item {
  width: 100%;
  background: #f3edf5;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 40px;
  overflow: hidden;
}

.podcast-list__item .post-item__watch {
  width: auto;
}

.podcast-list__details {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px;
  box-sizing: border-box;
}

.podcast-details__title {
  display: flex;
  align-items: center;
}

.podcast-details__title h4 {
  color: #524c54;
}

.podcast-details__title h5 {
  color: #524c54;
}

.podcast-details__description {
  margin-top: 1em;
}

.podcast-details__cta {
  width: 100%;
  text-align: right;
}

.player__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F8F9FA;
  z-index: 30;

  -webkit-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);

  transform: translateY(100%);
  transition: .5s;
}

.player__content {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0;
}

.player__wrapper.active {
  transform: translateY(0%);
}

.player__bar {
  position: absolute;
  height: 14px;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  display: none;
}

.player__wrapper.active .player__bar {
  display: block;
}

.player__bar input,
.volume__controls input {
  width: 100%;
  height: 4px;
  /* background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s; */
}



input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;

  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}




.player__bar--wrapper {
  position: relative;
}

.player {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.player__description,
.player__volume,
.player__controls {
  width: 30%;
}

.player__description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.player__cover {
  width: 60px;
  display: block;
}

.player__cover img {
  display: block;
  width: 100%;
}

.player__title {
  width: 80%;
  text-align: left;
  margin-left: 1.25vw;
  white-space: nowrap;
  overflow: hidden;
}

.player__title h4 {
  font-family: 'MuseoSans900';
  font-size: 14px;
}

.player__title p {
  font-family: 'MuseoSans500';
  font-size: 14px;
}

.player__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #727273;
  font-size: 25px;
}

.play_pause {
  margin: 0 3em;
}

.play_pause span:nth-child(1),
.player__wrapper.active .play_pause span:nth-child(2),
.player__wrapper.active.pause .play_pause span:nth-child(1) {
  display: flex;
} 

.play_pause span:nth-child(2),
.player__wrapper.active .play_pause span:nth-child(1),
.player__wrapper.active.pause .play_pause span:nth-child(2) {
  display: none
} 

.undo,
.redo {
  position: relative;
}

.undo:after,
.redo:after {
  font-size: 8px;
  font-family: Arial, Helvetica, sans-serif;
  color: #524c54;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.player__volume {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.player__volume--wrapper {
  display: flex;
  align-items: center;
}

.volume__icons i {
  color: #727273;
  font-size: 25px;
}

.volume__icons i:nth-child(3) {
  /* display: block; */
}

.volume__controls {
  margin-top: -5px;
  margin-left: 10px;
}

.player__controls .volume__icons {
  display: none;
}

.volume__icons span,
.volume__icons.volume__icons--responsive span {
  display: none;
}

.volume__icons span:nth-child(3),
.player__controls span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.player__controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.player__controls span:hover i,
.volume__icons span:hover i { 
  cursor: pointer;
  color: #00447c;
}

.podcast-play,
.podcast-loading {
  width: 36px;
  height: 36px;
  font-size: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.podcast-pause {
  cursor: pointer;
  display: none;
}

.podcast-play span,
.podcast-loading span {
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #6d2684;
  width: 36px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.podcast-pause i {
  color: #eea70a !important;
  font-size: 14px !important;
}

.podcast-list__item.playing .podcast-pause i:nth-child(1),
.podcast-list__item.paused .podcast-pause i:nth-child(2),
.podcast-list__item.endend .podcast-pause i:nth-child(2) {
  display: block; 
}

.podcast-list__item.playing .podcast-pause i:nth-child(2),
.podcast-list__item.paused .podcast-pause i:nth-child(1),
.podcast-list__item.endend .podcast-pause i:nth-child(1) {
  display: none; 
}

.podcast-pause > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-list__item .podcast-play {
  display: flex;
}

.podcast-list__item.loading .podcast-loading {
  display: flex;
}

.podcast-list__item.playing .podcast-pause,
.podcast-list__item.paused .podcast-pause,
.podcast-list__item.endend .podcast-pause {
  display: flex;
}




.podcast-loading i,
.post-hero__type--loading i {
  animation-name: rotate;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 1.25em;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.podcast-list__item.loading .podcast-play,
.podcast-list__item.playing .podcast-play,
.podcast-list__item.paused .podcast-play,
.podcast-list__item.endend .podcast-play {
  display: none;
}

.podcast-download {
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-download i {
  margin-left: 5px;
}

.podcast-download a {
  color: #6e2585;
}

.volume__icons span {
  display: none !important;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
}

.volume__icons.off span:nth-child(1),
.volume__icons.down span:nth-child(2),
.volume__icons.up span:nth-child(3) {
  display: flex !important;
}

.podcast-details__cta--wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.time__recording {
  font-family: 'MuseoSans500';
  font-size: 14px;
}

.player__wrapper.active ~ .footer {
  margin-bottom: 98px;
}

.post-list__found {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.post-list__found h3 {
  font-family: 'MuseoSans500';
  font-size: 2em;
}

.post-list__found h3 strong {
  font-family: 'MuseoSans900';
}

.post-list__found p {
  font-family: 'MuseoSans500';
  font-size: 1.5em;
}

.post-list__wrapper .post-list__found h3 {
  color: #00447c;
}

.post-list__wrapper .post-list__found  p {
  color: #00447c;
}

.post-list__wrapper--secondary .post-list__found h3 {
  color: #6d2684;
}

.post-list__wrapper--secondary .post-list__found p {
  color: #6d2684
}

.video-details__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 80px;
  margin-top: 89px;
}

.video-details {
  width: calc(100% - 360px);
  padding-bottom: 80px;
}

.video-details__player,
.video-details__player video,
.video-details__player iframe {
  width: 100%;
  display: block;
  position: relative;
}

.video-details__player iframe {
  height: 39.6vw;
}

.video-details__player video {
  object-fit: cover;
  outline: none;
}

.video-list__wrapper {
  width: 320px;
  margin-left: 60px;
  align-self: stretch;
  position: relative;
}

.video-list {
  max-height: calc(100vh - 189px);
  overflow: auto;
  position: relative;
  margin-top: -42px;
}

.video-list.video-list__short {
  margin-top: 0 !important;
}

.video-list__wrapper .post-list__item {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10%;
}

.video-list__wrapper .post-item__info {
  padding: 10px;
}

.video-list__wrapper .post-item__info h4 {
  font-size: 16px;
  margin-top: 5px;
}

.video-list__wrapper .post-item__watch {
  padding: 10px 20px;
}

.video-list__wrapper .post-item__watch img {
  width: 30px;
  height: auto;
}

.video-list__title {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  background-color: #C1C1C1;
  padding-bottom: 20px;
}

.video-list__title h3 {
  font-family: 'MuseoSans900';
  font-size: 22px;
  color: #00447c;
}

.video-details__player--play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.video-details__player--play.active {
  display: flex;
}

.video-details__player--play picture {
  width: 100%;
  display: block;
}

.video-details__player--play img {
  max-width: 180px;
  width: 15%;
  margin: 0 auto;
  display: block;
}

.video-details__description {
  width: 100%;
  margin: 20px 0;
}

.video-details__description h2 {
  font-family: 'MuseoSans900';
  font-size: 32px;
  color: #505050;
}

.video-details__description p {
  font-family: 'MuseoSans500';
  font-size: 26px;
  color: #00447c;
  margin-top: 20px;
}

.video-details__navigator {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.video-navigator__prev,
.video-navigator__next {
  font-size: 25px;
  width: 47.5%;
}

.video-navigator__prev a,
.video-navigator__next a {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #505050;
} 

.video-navigator__prev a i,
.video-navigator__next a i {
  font-size: .75em;
}

.video-navigator__prev a span,
.video-navigator__next a span {
  font-size: 1em;
  font-family: 'MuseoSans500';
  display: inline-block;
}

.video-navigator__prev a span {
  margin-left: .5em;
}

.video-navigator__next a span {
  margin-right: .5em;
}

.scroll__indicator {
  top: calc(100% - 42px);
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  height: 42px;
  z-index: 2;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll__indicator--top {
  top: 22px;
}

.scroll__indicator.disable {
  display: none;
}

.scroll__indicator--responsive {
  display: none;
}

.video-navigator__prev a {
  justify-content: flex-start;
  text-align: left;
}

.video-navigator__next a {
  justify-content: flex-end;
  text-align: right;
}

.post-list__items--full a {
  color: #6d2684 !important;
}

@media(max-width: 1620px) {
  .hero__wrapper,
  .news__list,
  .post-hero__wrapper,
  .post-list__wrapper,
  .footer__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 15px;
  }

  .cta {
    font-size: 22px;
    padding: 10px 20px;
  }

  .post-list__item {
    width: 48%;
    margin-bottom: 4%;
  }
  
  .about__details h3,
  .differentiator__description p {
    font-size: 4.75em;
  }

  .about__details p {
    font-size: 2.0em;
  }

  .video-details__description h2 {
    font-size: 30px;
  }
  
  .video-details__description p {
    font-size: 25px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 23px;
  }

  .video-details__player iframe {
    height: 32.6vw;
  }
}

@media(max-width: 1520px) {
  .about__details h3,
  .differentiator__description p {
    font-size: 4.5em;
  }

  .about__details p {
    font-size: 1.9em;
  }
}

@media(max-width: 1420px) {
  .hero__wrapper,
  .news__list,
  .post-hero__wrapper,
  .post-list__wrapper,
  .footer__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 14px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 21px;
  }

  .post-list__breadcrumb i, .post-list__filter-cta i, .post-list__search label i {
    font-size: 19px;
  }

  .video-details__description h2 {
    font-size: 28px;
  }
  
  .video-details__description p {
    font-size: 24px;
  }

  .about__details p {
    font-size: 18px !important;
  }
}

@media(max-width: 1320px) {
  .hero__wrapper,
  .news__list,
  .post-hero__wrapper,
  .post-list__wrapper,
  .footer__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 13px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 19px;
  }

  .banner__item ._img,
  .banner__item picture {
    width: 125%;
  }

  .post-hero__banner .post-hero__img,
  .post-item__cover img {
    width: 125%;
    margin-left: -12.5%;
  }

  .video-list .post-item__cover img {
    width: 100%;
    margin: 0;
  }

  .cta {
    font-size: 20px;
    padding: 10px 20px;
  }

  .about__details h3,
  .differentiator__description p {
    font-size: 4em;
  }

  .about__details p {
    font-size: 1.8em;
  }

  .scroll_top {
    bottom: 30px;
    right: 30px;
  }
}

@media(max-width: 1220px) {
  .header__navitem {
    font-size: 18px;
  }

  .header__navitem a {
    padding: 0 30px;
  }

  .header__social {
    padding-left: 20px;
    font-size: 16px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 18px;
  }

  .header__logo {
    width: 360px;
  }

  .hero__wrapper,
  .news__list,
  .post-hero__wrapper,
  .post-list__wrapper,
  .footer__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 12px;
  }

  .news__list--item {
    width: 32%;
  }

  .news__list--item {
    width: 48%;
  }

  .news__title--wrapper {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .about__wrapper {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  
  .news__option--wrapper .news__option:nth-last-child(1),
  .news__list {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .post-list__item {
    border-radius: 30px;
  }

  .podcast-list__item {
    border-radius: 30px;
  }

  .post-list__breadcrumb i, .post-list__filter-cta i, .post-list__search label i {
    font-size: 18px;
  }

  .post-list__search label {
    border: 3px solid #489fd7;
  }

  .post-list__wrapper--secondary .post-list__search label {
    border: 3px solid #6d2684;
  }

  .footer__social ul li a {
    font-size: 16px;
  }

  .player__controls,
  .volume__icons i {
    font-size: 20px;
  }

  .video-list__wrapper {
    width: 280px; 
    margin-left: 40px;
  }

  .video-details {
    width: calc(100% - 300px);
  }

  .video-list__title h3 {
    font-size: 20px;
  }

  .video-details__wrapper {
    padding-top: 60px;
    margin-top: 75px;
  }

  .video-list {
      max-height: calc(100vh - 189px);
      margin-top: -60px;
  }

  .video-details__description h2 {
    font-size: 26px;
  }
  
  .video-details__description p {
    font-size: 22px;
  }

  .scroll__indicator--top {
    top: 40px;
  }

  .about__details {
    width: 80%;
    margin-right: 5%;
  }

  .about__details p {
    font-size: 17px !important;
  }
}

@media(max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(18, 15, 30, 1);
    flex-direction: column;
    transform: translateX(-100%);
    /* transition: .5s transform; */
  }

  .header__nav.animate {
    transition: .5s;
  }

  .header__nav.active {
    
    transform: translateX(0%);
  }

  .header__nav--close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 5%;
    z-index: 2;
    color: #FFF;
    font-size: 28px;
    height: 42px;
    width: 42px;
    cursor: pointer;
  }

  .header__navitem {
    width: 100%;
    text-align: center;
    border: none;
    font-size: 24px;
    position: relative;
  }

  .header__navitem:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    width: 80%;
    height: 2px;
    background-color: transparent;
  }

  .header__navitem a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    padding: 20px 0;
  }

  .header__socialitem--menu {
    display: block;
    font-size: 30px;
    margin-left: 20px;
  }

  .banner__item ._img,
  .banner__item picture {
    width: 123%;
  }

  .post-hero__banner .post-hero__img,
  .post-item__cover img {
    width: 150%;
    margin-left: -25%;
  }

  .hero__wrapper,
  .news__list,
  .post-hero__wrapper,
  .post-list__wrapper,
  .footer__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 11px;
  }

  .cta {
    font-size: 18px;
    padding: 7.5px 15px;
    border: 3px solid #eea70a;
  }

  .post-list__breadcrumb i, .post-list__filter-cta i, .post-list__search label i {
    font-size: 17px;
  }

  .post-list__item {
    width: 48%;
    margin-bottom: 4%;
  }

  .post-list__header {
    padding: 30px 0;
  }
  
  .scroll_top {
    bottom: 20px;
    right: 20px;
  }

  .play_pause {
    margin: 0 2em;
  } 

  .about__content {
    flex-direction: column;
  }

  .about__cover {
    width: 100%;
  }

  .about__details--wrapper {
    width: 100%;
    margin: 0;
    background-size: 150% auto;
    background-position: right;
  }
  
  .about__details {
    width: 90%;
    max-width: 720px;
    margin: 4em 0;
  }
}

@media(max-width: 920px) {
  .hero__wrapper,
  .news__list,
  .post-hero__wrapper,
  .post-list__wrapper,
  .footer__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 10px;
  }

  .banner__title h3 {
    font-size: 5.5em;
  }

  .post-hero__title h3 {
    font-size: 4.5em;
  }

  .banner__description p,
  .post-hero__description p {
    font-size: 2.25em;
  }

  .banner__ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner__social {
    margin-left: 0;
    margin-top: 2em;
  }

  .banner__cta a,
  .post-list__breadcrumb a,
  .post-list__filter-cta,
  .post-list__search label input,
  .post-item__info p,
  .podcast-details__description p,
  .podcast-details__cta,
  .post-list__found p {
    font-size: 16px;
  }

  .post-list__found h3 {
    font-size: 22px;
  }

  .post-item__info h4,
  .podcast-details__title h4,
  .podcast-details__title h5 {
    font-size: 18px;
  }

  .banner__cta {
    bottom: 5em;
    right: 5em;
  }
  
  .news__title--wrapper {
    padding: 2em 2em 1.25em 2em;
  }

  .news__more {
    padding: 1em 2em 0em 2em;
  }

  .news__option {
    padding: 2em 2em 2em 2em;
  }

  .news__option--details h4 {
    font-size: 18px;
  }
  
  .news__option--details a,
  .news__option--details p,
  .news__description a,
  .news__more a {
    font-size: 16px;
  }

  .news__list--wrapper {
    flex-wrap: wrap;
  }

  .news__list--item:nth-child(1) {
    width: 100%;
    margin-bottom: 5%;
  }

  .news__list--item {
    width: 48%;
    margin: 1%;
  }

  .post-hero__info {
    width: 100%;
  }

  .news__list--item {
    width: 48% !important;
  }

  .post-hero__type {
    height: 6em;
  }

  .post-hero__banner--gradient:after {
    background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(7,115,196,0.5) 100%, rgba(7,115,196,0.6) 100%);
  }

  .post-list__breadcrumb i, .post-list__filter-cta i, .post-list__search label i,
  .footer__address p, .footer__sitemap h5, .footer__sitemap a, .footer__social h5 {
    font-size: 16px;
  }

  .post-item__watch span {
    font-size: 12px;
  }

  .footer__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer__sitemap {
    margin: 5em 0;
  }

  .footer__address,
  .footer__sitemap,
  .footer__social {
    text-align: center;
  }

  .footer__sitemap ul li {
    margin: 0 1em;
  }

  .footer__sitemap ul,
  .footer__social ul {
    margin-top: 1em;
  }

  .footer__social ul li a {
    justify-content: center;
  }

  .footer__wrapper {
    position: relative;
    align-items: flex-start;
  }

  .footer__address,
  .footer__sitemap {
    width: 50%;
  }

  .footer__sitemap {
    margin: 0;
    margin-top: 20px;
  }

  .footer__social {
    float: right;
    position: absolute;
    top: 0px;
    right: 0;
  }

  .footer__sitemap ul, .footer__social ul {
    justify-content: center;
  }

  .footer__social ul {
    margin-top: 0;
  }

  .about__details {
    margin-bottom: 10em !important;
  }

  .play_pause {
    margin: 0 1em;
  } 

  .post-list__found {
    margin-bottom: 20px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:after {
    width: 8px;
    height: 8px;
    border-width: 3px !important;
  }

  .footer__sitemap ul, .footer__social ul {
    justify-content: flex-start;
  }

  .footer__sitemap h5,
  .footer__address {
    text-align: left;
  }

  .footer__sitemap ul li {
    margin-left: 0;
  }

  .footer__address p {
    margin-bottom: 10px !important;
  }

  .footer__social {
    text-align: left;
  }

  .video-details__wrapper {
    flex-direction: column;
  }
  
  .video-list__wrapper {
    width: 100%; 
    margin: 0;
  }

  .video-list__wrapper .video-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    position: relative;
  }

  .video-list__wrapper .video-list .post-list__item {
    width: 33vw;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 3vw;
    margin-bottom: 0px;
  }

  .video-list__wrapper .video-list .post-list__item:nth-last-child(1) {
    margin-right: 0;
  }
  
  .video-list .post-item__cover img {
    width: 130%;
    margin-left: -15%;
  }

  .video-details {
    width: calc(100%);
  }

  .video-list__wrapper .post-item__watch img {
    width: 22px;
    height: auto;
  }

  .video-list__wrapper .post-item__watch {
    padding: 5px 12px;
  }

  .video-list__wrapper .post-item__info h4 {
    font-size: 14px;
  }

  .video-list__title {
    text-align: center;
  }

  .video-list__wrapper {
    margin: 40px 0;
    margin-top: 0;
  }

  .video-details__wrapper {
    padding-top: 40px;
  }
  
  .video-details {
    padding-bottom: 40px;
  }

  .video-details__description h2 {
    font-size: 24px;
  }
  
  .video-details__description p {
    font-size: 20px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 18px;
  }

  .scroll__indicator {
    display: none;
  }

  .scroll__indicator--responsive {
    display: flex;
    position: absolute;
    top: 63px;
    right: 0;
    left: auto;
    width: 42px;
    height: calc(100% - 62px);
  }   

  .scroll__indicator--responsive.scroll__indicator--left {
    right: auto;
    left: 0;
  }

  .scroll__indicator--responsive.disable {
    display: none !important;
  }

  .scroll__indicator--responsive i {
    transform: rotate(270deg);
  }

  .scroll__indicator--responsive.scroll__indicator--left i {
    transform: rotate(90deg);
  }

  .video-list {
    margin-top: 0;
  }

  .post-list__wrapper--noitems {
    padding-top: 70px;
  }

  .video-details__player iframe {
    height: 50.6vw;
  }
}

@media(max-width: 849px) {
  .header__logo {
    width: 290px;
  }

  .video-details__wrapper {
    margin-top: 72px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 18px;
  }
}

@media(max-width: 720px) {
  .hero__wrapper,
  .post-hero__wrapper,
  .post-list__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 9px;
  }

  .banner__item ._img,
  .banner__item picture  {
    width: 150%;
    margin-left: -25%;
  }

  .post-hero__banner .post-hero__img,
  .post-item__cover img {
    width: 175%;
    margin-left: -37.5%;
  }

  .banner__title h3 {
    font-size: 5em;
  }

  .post-hero__title h3 {
    font-size: 4em;
  }

  .banner__info,
  .bx-wrapper .bx-pager {
    width: 45em !important;
  }

  .banner__socialitem a {
    font-size: 16px;
    margin-right: 10px;
  }

  .post-list__header {
    flex-wrap: wrap;
  }

  .post-list__breadcrumb,
  .post-list__options {
    width: 100%;
  }

  .post-list__options {
    justify-content: flex-end;
    margin-top: 0px;
  }

  .post-list__search {
    margin-left: 2em;
  }

  .post-list__breadcrumb {
    display: none;
  }

  .post-list__item {
    width: 100%;
    margin-bottom: 5%;
  }

  .post-item__cover img {
    width: 100%;
    margin-left: 0;
  }

  .podcast-details__title {
    flex-direction: column;
    align-items: flex-start;
  }

  .podcast-details__title h4 {
    border-right: 0;
  }

  .podcast-details__cta {
    text-align: left;
  }

  .podcast-list__details {
    padding: 20px 20px;
  }

  .player__controls .volume__icons {
    display: block;
  }

  .player__volume {
    display: none;
  }

  .player__description, 
  .player__controls {
    width: 47.5%;
  }

  .player__controls {
    justify-content: flex-end;
  }

  .play_pause {
    margin: 0 5px;
  }

  .player__controls .volume__icons {
    margin-left: 5px;
  }

  .video-list__wrapper .video-list .post-list__item {
    width: 50vw;
    margin-right: 5vw;
  }

  .video-details__description h2 {
    font-size: 22px;
  }
  
  .video-details__description p {
    font-size: 19px;
  }

  .about__details h3 {
    font-size: 24px;
  }
}

@media(max-width: 700px) {
  .footer__sitemap ul, .footer__social ul {
    justify-content: flex-start;
  }

  .footer__sitemap h5,
  .footer__address {
    text-align: left;
  }

  .footer__sitemap ul li {
    margin-left: 0;
  }
}

@media(max-width: 649px) {
  .header__social {
    display: none;
  }

  .hero__wrapper,
  .post-hero__wrapper,
  .post-list__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 8px;
  }

  .banner__cta {
    bottom: 4em;
    right: 4em;
  }

  .bx-wrapper .bx-pager {
    bottom: 5.4em !important;
  }

  .header__navitem--social {
    display: flex;
    justify-content: center;
  }

  .header__navitem--social a {
    width: 42px;
    margin: 0 10px;
    font-size: 20px;
  }

  .news__list--item {
    width: 100%;
    margin-bottom: 5%;
  }

  .news__list--item {
    width: 100% !important;
  }

  .news__list {
    font-size: 9px;
  }

  .news__title--wrapper {
    padding: 2em 2.5em 1.25em 2.5em;
  }

  .news__more {
    padding: 1em 2.5em 0em 2.5em;
  }

  .news__option {
    padding: 2em 2.5em 2em 2.5em;
  }

  .news__title--wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .news__option--wrapper .news__option:nth-last-child(1),
  .news__list {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 16px;
  }

  .about__wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .post-hero__shadow {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .post-list__item {
    border-radius: 20px;
  }

  .podcast-list__item {
    border-radius: 20px;
  }

  .post-hero__banner--gradient:after {
    background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(7,115,196,0.5) 100%, rgba(7,115,196,0.6) 100%);
  }

  .post-list__search label input {
    width: 8em;
  }

  .post-item__cover img {
    width: 125%;
    margin-left: -12.5%;
  }

  .bx-wrapper .bx-pager {
    width: auto !important;
    display: flex;
  }

  .bx-wrapper .bx-pager {
    bottom: 5.5em !important;
  }

  .footer__address,
  .footer__sitemap,
  .footer__social {
    width: 100%;
  }

  .footer__social {
    position: static;
    transform: none;
  }

  .footer__sitemap {
    margin: 40px 0;
  }

  .about__details p {
    font-size: 16px;
  }

  .post-list__found h3 {
    font-size: 20px;
  }

  .footer__sitemap ul, .footer__social ul {
    justify-content: center;
  }

  .footer__sitemap h5,
  .footer__address,
  .footer__social {
    text-align: center;
  }

  .video-details__wrapper {
    padding-top: 20px;
  }
  
  .video-details {
    padding-bottom: 20px;
  }

  .video-details__description h2 {
    font-size: 20px;
  }
  
  .video-details__description p {
    font-size: 18px;
    margin-top: 10px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 24px;
  }

  .video-navigator__prev,
  .video-navigator__next {
    width: 45%;
    display: flex;
  }

  .video-navigator__next {
    justify-content: flex-end;
    text-align: right;
  }

  .video-navigator__prev,
  .video-navigator__next {
    font-size: 18px;
  }

  .about__details p {
    font-size: 16px !important;
  }

  .news__list--wrapper {
    flex-direction: column-reverse;
  }
}

@media(max-width: 520px) {
  .player__controls, .volume__icons i {
    font-size: 16px;
  }

  .scroll__indicator--responsive {
    top: 60px;
    height: calc(100% - 59px);
  }

  .video-list__wrapper .video-list .post-list__item {
    width: 260px;
    margin-right: 20px;
  }

  .video-list__title h3 {
    font-size: 18px;
  }
}

@media(max-width: 480px) {
  .header__logo {
    width: 220px;
  }

  .header__socialitem--menu {
    font-size: 25px;
  }

  .hero__wrapper,
  .post-hero__wrapper,
  .post-list__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 7px;
  }

  .banner__item ._img,
  .banner__item picture {
    width: 180%;
    margin-left: -75%;
  }

  .post-hero__banner .post-hero__img,
  .post-item__cover img {
    width: 180%;
    margin-left: -75%;
  }

  .banner__details {
    transform: translate(-50%, -10%);
  }

  .banner__info {
    width: 40em !important;
  }

  .banner__social {
    display: none;
  }

  .banner__title h3 {
    font-size: 4em;
  }

  .post-hero__title h3 {
    font-size: 3.5em;
  }

  .banner__description p,
  .post-hero__description p {
    font-size: 16px;
  }

  .cta {
    font-size: 16px;
    padding: 5px 10px;
    border: 2px solid #eea70a;
  }

  .banner__socialitem a {
    font-size: 16px;
    margin-right: 0px;
  }

  .news__list {
    font-size: 8px;
  }

  .post-item__cover img {
    width: 150%;
    margin-left: -25%;
  }

  /* .bx-wrapper .bx-pager {
    bottom: 14em !important;
  } */

  .podcast-list__item {
    margin-bottom: 2em !important;
  }

  .banner__cta {
    bottom: 22vw;
  }

  .video-details__description h2 {
    font-size: 18px;
  }
  
  .video-details__description p {
    font-size: 16px;
  }

  .about__details h3 {
    font-size: 20px;
  }
}

@media(max-width: 420px) {
  .video-list__wrapper .video-list .post-list__item {
    width: 220px;
    margin-right: 20px;
  }
}

@media(max-width: 370px) {
  .header__logo {
    width: 200px;
  }

  .hero__wrapper,
  .post-hero__wrapper,
  .post-list__wrapper,
  .about__wrapper,
  .differentiator__wrapper {
    font-size: 6px;
  }

  .post-item__cover img {
    width: 175%;
    margin-left: -37.5%;
  }
}

@media screen and (max-width: 550px) {
  .banner__description {
    display: none;
  }
}

@media(max-height: 420px) {
  .banner__item ._img, .banner__item picture {
    width: 100%;
  }

  .banner__social {
    display: none;
  }

  .banner__title h3 {
    font-size: 3.5em;
  }

  .banner__description p {
    font-size: 2em;
  }

  .bx-wrapper .bx-pager {
    display: flex;
  }
}

@media screen and (max-width: 720px) {
  .post-hero__img.podcasts__banner {
    margin-left: -15%
  }
}

@media screen and (max-width: 480px) {
  .post-hero__img.podcasts__banner {
    margin-left: -15%
  }

  .post-hero__img.videos__banner {
    margin-left: -60%
  }
}