@font-face {
  font-family: "ubunturegular";

  src: url("../../fonts/ubuntu/ubuntu-regular.woff2") format("woff2"), url("../../fonts/ubuntu/ubuntu-regular.woff") format("woff"), url("../../fonts/ubuntu/ubuntu-regular.ttf") format("truetype"), url("../../fonts/ubuntu/ubuntu-regular.svg#ubunturegular") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "ubuntuitalic";

  src: url("../../fonts/ubuntu/ubuntu-italic.woff2") format("woff2"), url("../../fonts/ubuntu/ubuntu-italic.woff") format("woff"), url("../../fonts/ubuntu/ubuntu-italic.ttf") format("truetype"), url("../../fonts/ubuntu/ubuntu-italic.svg#ubuntuitalic") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "ubuntumedium";

  src: url("../../fonts/ubuntu/ubuntu-medium.woff2") format("woff2"), url("../../fonts/ubuntu/ubuntu-medium.woff") format("woff"), url("../../fonts/ubuntu/ubuntu-medium.ttf") format("truetype"), url("../../fonts/ubuntu/ubuntu-medium.svg#ubuntumedium") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "ubuntumediumitalic";

  src: url("../../fonts/ubuntu/ubuntu-mediumitalic.woff2") format("woff2"), url("../../fonts/ubuntu/ubuntu-mediumitalic.woff") format("woff"), url("../../fonts/ubuntu/ubuntu-mediumitalic.ttf") format("truetype"), url("../../fonts/ubuntu/ubuntu-mediumitalic.svg#ubuntumediumitalic") format("svg");

  font-weight: normal;

  font-style: normal;
}

html {
  margin: 0 0 0 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, p, a {
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: ubunturegular;
  font-size: 80px;
}

h2 {
  font-family: ubunturegular;
  font-size: 46px;
}

h3 {
  font-family: ubunturegular;
  font-size: 26px;
}

h4 {
  font-family: ubunturegular;
  font-size: 25px;
}

p {
  font-family: ubunturegular;
  font-size: 16px;
}

a {
  font-family: ubunturegular;
  cursor: pointer;
}

span {
  font-family: ubunturegular;
}

b {
  font-family: ubunturegular;
  font-weight: normal;
}

i {
  font-family: ubuntuitalic;
  font-style: normal;
}

ul {
  font-family: ubunturegular;
}

li {
  font-family: ubunturegular;
}

main {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 8%;
}

main a {
  color: #57ABCE;
}

main section p {
  margin-bottom: 40px;
  line-height: 2;
}

main section p small {
  font-size: 11px;
}

::-moz-placeholder {
  color: #FFFFFF;
  font-family: ubunturegular;
}

::placeholder {
  color: #FFFFFF;
  font-family: ubunturegular;
}

@media screen and (max-width: 768px) {
  main {
    padding: 50px 5% 0 5%;
  }
}

@media screen and (max-width: 400px) {
  main {
    padding: 30px 4% 0 4%;
  }
}

.navigation-header {
  height: 133px;
  margin: 0;
  margin-top: 42px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.navigation-header .navbar {
  margin: 0 auto;
  max-width: 800px;
}

.navigation-header .left-section {
  float: left;
}

.navigation-header .left-section .logo-link {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 85px;
  font-size: 20px;
  font-family: ubunturegular;
}

.navigation-header .responsive-menu {
  margin-right: 7vw;
  width: 100%;
}

.navigation-header .dropdown-menu {
  display: none;
  float: right;
}

.navigation-header .dropdown-menu .nav-link {
  color: #FFFFFF;
  cursor: pointer;
  font-family: ubunturegular;
  font-size: 13px;
  font-weight: 300;
  line-height: 85px;
  padding-right: 10px;
  text-decoration: none;
}

.navigation-header .dropdown-menu .dropdown-button {
  cursor: pointer;
  font-size: 12px;
}

.navigation-header .dropdown-menu .dropdown-button img {
  width: 13px;
}

.navigation-header .right-section {
  float: right;
}

.navigation-header .right-section .nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation-header .right-section .nav .nav-item {
  display: inline-table;
}

.navigation-header .right-section .nav .nav-item .drop-carat, .navigation-header .right-section .nav .nav-item drop-link {
  display: inline-block;
}

.navigation-header .right-section .nav .nav-item .drop-carat {
  cursor: pointer;
  margin-left: 7px;
}

.navigation-header .right-section .nav .nav-item .drop-carat img {
  width: 12px;
}

.navigation-header .right-section .nav .nav-item .nav-link {
  color: #FFFFFF;
  cursor: pointer;
  font-family: ubunturegular;
  font-size: 13px;
  font-weight: 300;
  line-height: 85px;
  margin-left: 20px;
  opacity: 0.8;
  text-decoration: none;
  transition: 0.6s ease;
}

.navigation-header .right-section .nav .nav-item .nav-link:hover {
  opacity: 1;
  transition: 0.6s ease;
}

.navigation-header .right-section .nav .nav-item .btn-link {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-family: ubunturegular;
  font-size: 13px;
  font-weight: 300;
  line-height: 85px;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.6s ease;
}

.navigation-header .right-section .nav .nav-item .btn-link:hover {
  opacity: 1;
  transition: 0.6s ease;
}

.navigation-header .right-section .nav .nav-item .h-selected {
  border-top: 2px solid #57ABCE;
  opacity: 1;
  padding: 12px 3px;
}

.navigation-header .right-section .nav .nav-item form {
  position: relative;
}

.navigation-header .right-section .nav .nav-item form .search-field {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.05);
  color: white;
  background-color: rgba(9, 76, 104, 0.65);
  font-size: 12px;
  margin-left: 35px;
  outline: none;
  padding-left: 20px;
  transition: border 0.3s ease;
  height: 48px;
  width: 220px;
  padding-right: 40px;
}

.navigation-header .right-section .nav .nav-item form .search-field:hover {
  border: 1px solid white;
}

.navigation-header .right-section .nav .nav-item form .search-field:focus-within {
  border: 1px solid white;
}

.navigation-header .right-section .nav .nav-item form .search-icon {
  cursor: pointer;
  height: 50px;
  width: 40px;
  position: absolute;
  right: 10px;
  top: 1px;
  background-image: url(../../images/Search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.navigation-header .right-section .nav .nav-item form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  /* Firefox */
}

.navigation-header .right-section .nav .nav-item form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  /* Firefox */
}

.navigation-header .right-section .nav .nav-item form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}

.navigation-header .right-section .nav .nav-item form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.7);
}

.fixedheader {
  background-color: rgba(9, 76, 104, 0.95);
  position: fixed;
  margin-top: 0;
  top: -115px;
  height: 105px;
  transition: top 0.3s;
}

.fixedheader .left-section {
  margin-top: 10px;
}

.fixedheader .left-section img {
  width: 100px;
}

.fixedheader .right-section {
  margin-top: 10px;
}

.fixedheader .responsive-menu {
  margin-top: 10px;
}

#music {
  display: none;
}

.showplayer {
  display: block !important;
  bottom: 0 !important;
  transition: 0.7s;
}

.playbar {
  display: block;
  width: 100%;
  height: 96px;
  background-color: #FFFFFF;
  z-index: 500;
  bottom: -96px;
  position: fixed;
  box-shadow: 0 0px 9px 9px rgba(0, 0, 0, 0.05);
  transition: 0.7s;
}

.playbar .pbwrap {
  margin: 0 auto;
  height: auto;
  max-width: 840px;
  padding: 0 10%;
}

.playbar .pbwrap .p-button {
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 7px 0 rgba(87, 170, 206, 0.4);
  height: 56px;
  width: 56px;
  background-color: #57ABCE;
  border: none;
  transition: 250ms;
  margin: 20px 0;
}

.playbar .pbwrap .p-button .play-image {
  height: 30px;
  width: 36px;
  margin-left: 3px;
  background-image: url(../../images/Pause.svg);
  background-repeat: no-repeat;
  transition: 250ms;
}

.playbar .pbwrap .timelineContainer .column {
  float: left;
}

.playbar .pbwrap .timelineContainer .left, .playbar .pbwrap .timelineContainer .right {
  width: 25%;
}

.playbar .pbwrap .timelineContainer .middle {
  width: 50%;
}

.playbar .pbwrap #timeline {
  width: 50%;
  cursor: pointer;
  height: 6px;
  background: #bbbbbb;
  margin-left: 85px;
  margin-right: 10px;
  top: 60px;
  position: absolute;
}

.playbar .pbwrap #timeline .chapthead {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: -9px;
  background: #a3a3a3;
  margin-left: 7%;
}

.playbar .pbwrap #timeline .chapthead:hover {
  transform: scale(1.3, 1.3);
}

.playbar .pbwrap #timeline #playbar {
  height: 6px;
  width: 0;
  background: #3f8cad;
}

.playbar .pbwrap button:hover {
  box-shadow: 0 7px 16px 0 rgba(87, 170, 206, 0.5);
  transform: scale(1.1, 1.1);
}

.playbar .pbwrap .paused {
  background-color: #FFFFFF;
  border: 1px solid #57ABCE;
  box-shadow: 0 4px 7px 0 rgba(87, 170, 206, 0);
}

.playbar .pbwrap .paused .play-image {
  background-image: url(../../images/Play-Blue.svg);
}

.playbar .pbwrap .paused:hover {
  background-color: #57ABCE;
}

.playbar .pbwrap .paused:hover .play-image {
  background-image: url(../../images/Play-White.svg);
}

.playbar .pbwrap button:focus {
  outline: 0;
}

.playbar .pbwrap .play-title {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: ubunturegular;
  top: 20px;
  margin: 0;
  position: absolute;
  width: 42%;
  margin-left: 85px;
  color: #737373;
  font-size: 11px;
  transition: 0.3s;
}

.playbar .pbwrap .play-title:hover {
  color: #57ABCE;
}

.playbar .pbwrap span {
  cursor: pointer;
  color: #57ABCE;
  font-size: 11px;
  top: 20px;
  margin: 0;
  position: relative;
  float: right;
  margin-right: 20px;
}

.playbar .pbwrap #close-bar {
  cursor: pointer;
  float: right;
  margin-top: 22px;
}

@media screen and (max-width: 1100px) {
  .navbar {
    padding: 0 6%;
  }
}

@media screen and (max-width: 540px) {
  .playbar .pbwrap span {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .navigation-header .left-section .logo-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 850px) {
  .navbar {
    padding: 0 2% 0 6%;
  }

  .navigation-header .dropclass {
    display: block !important;
    position: absolute;
    right: 0;
    top: 95px;
  }

  .navigation-header .right-section {
    background-color: #094c68;
    display: none;
    height: 550px;
    margin-right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: right;
    width: 230px;
  }

  .navigation-header .right-section .nav {
    padding-top: 30px;
  }

  .navigation-header .right-section .nav .submenu-drop {
    display: block !important;
  }

  .navigation-header .right-section .nav #drop-link {
    margin-right: 35px;
  }

  .navigation-header .right-section .nav .nav-item {
    display: block;
  }

  .navigation-header .right-section .nav .nav-item .drop-carat {
    margin-left: -55px;
  }

  .navigation-header .right-section .nav .nav-item .nav-link {
    line-height: 45px;
    margin-right: 71px;
    margin-left: 30px;
  }

  .navigation-header .right-section .nav .nav-item .btn-link {
    margin-right: 54px;
    line-height: 40px;
  }

  .navigation-header .right-section .nav .nav-item .selected {
    padding: 0 0 5px;
  }

  .navigation-header .right-section .nav .search-item {
    text-align: center !important;
    margin-top: 15px;
  }

  .navigation-header .right-section .nav .search-item form .search-field {
    width: 140px;
    margin-left: 0;
  }

  .navigation-header .right-section .nav .search-item form .search-icon {
    right: 20px;
  }

  .navigation-header .dropdown-menu {
    display: block;
  }
}

.main {
  background-image: url(../../images/Landing.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75%;
  height: auto;
  width: 100%;
}

.main .middlewrap {
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 800px;
  position: static;
  padding-top: 165px;
  padding-bottom: 65px;
  text-align: left;
}

.main .middlewrap .homeheader {
  margin: 0 auto;
  text-align: center;
  padding: 0 6%;
}

.main .middlewrap .homeheader h1 {
  line-height: 1;
  font-size: 48px;
}

.main .middlewrap .homeheader h3 {
  margin: 17px 0 20px 0;
  font-size: 32px;
}

.main .middlewrap .homeheader .head-period {
  color: rgba(255, 255, 255, 0.5);
}

.main .middlewrap .homeheader p {
  max-width: 535px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
}

.main .middlewrap .homeheader p #learn-more {
  color: #57ABCE;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #57ABCE;
}

.main .homewrap {
  padding-top: 215px;
  padding-bottom: 227px;
}

.latest-episode {
  max-width: 800px;
  padding: 0 8% !important;
  margin: -150px auto 60px;
}

.latest-episode .latest-title {
  width: 100%;
  margin: 0 auto 25px;
  color: #FFFFFF;
  font-size: 20px;
}

.media-records-2 {
  padding: 0 8% !important;
  overflow: unset;
}

.media-records-2 h3 {
  font-size: 20px;
  color: #323232;
  margin: 0 auto 25px;
}

.media-records-2 #pagination {
  margin: 30px auto;
  padding: 30px 5%;
  position: relative;
  text-align: center;
  transition: 400ms;
  width: 40%;
}

.media-records-2 #pagination .align-left,
.media-records-2 #pagination .align-right {
  background-color: rgba(87, 170, 206, 0);
  transition: background-color 0.3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #57ABCE;
  display: block;
  cursor: pointer;
  opacity: 1;
  padding: 18px 16px;
  position: absolute;
}

.media-records-2 #pagination .align-left #pagiLeftArrow, .media-records-2 #pagination .align-left #pagiRightArrow,
.media-records-2 #pagination .align-right #pagiLeftArrow,
.media-records-2 #pagination .align-right #pagiRightArrow {
  height: 8px;
  width: 12px;
  background-image: url(../../images/chevron-down-active.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.media-records-2 #pagination .align-left:hover,
.media-records-2 #pagination .align-right:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  background-color: rgba(87, 170, 206, 0.2);
}

.media-records-2 #pagination .align-left {
  bottom: 13px;
  transform: rotate(90deg);
  left: 0;
}

.media-records-2 #pagination .align-right {
  bottom: 13px;
  transform: rotate(-90deg);
  right: 0;
}

.media-records-2 #pagination .page-numbers {
  max-width: 280px;
  margin: 0 auto;
}

.media-records-2 #pagination .page-numbers span.active {
  opacity: 1;
  color: #57ABCE;
  background-color: rgba(87, 170, 206, 0.15);
  padding: 2px 8px 4px;
  border-radius: 22%;
}

.media-records-2 #pagination .page-numbers span {
  cursor: pointer;
  font-family: ubuntumedium !important;
  color: #323232;
  margin: 0 2px;
  font-size: 14px;
  opacity: 0.3;
}

.media-records-2 #pagination .page-numbers span:hover {
  opacity: 1;
}

.media-records-2 .view-all {
  margin: 80px auto 100px;
  text-align: center;
}

.media-records-2 .view-all h3 {
  cursor: pointer;
  color: #57ABCE;
  font-size: 18px;
}

.record {
  border: 1px solid #d1d1d1;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  background-color: #FFFFFF;
  margin: 0 auto 40px;
  padding: 25px;
  padding-left: 63px;
  position: relative;
  transition: 250ms;
  width: 100%;
}

.record .record-main {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.record .record-main .record-main-right {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.record .record-main .record-main-right .title h2 {
  display: -webkit-box;
  font-size: 22px;
  line-height: 25px;
  color: #323232;
  max-height: 2.46em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.record .record-main .record-main-right .title h3 {
  margin: 0;
  margin-top: 10px;
  color: #737373;
  font-size: 16px;
  line-height: 21px;
}

.record .record-main .record-main-right .description {
  margin-top: 20px;
}

.record .record-main .record-main-right .description p {
  display: -webkit-box;
  font-size: 14px;
  color: #737373;
  line-height: 24px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.record .record-main .record-main-right .bottom-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.record .record-main .record-main-right .bottom-row .date {
  justify-content: space-between;
  display: inline-flex;
}

.record .record-main .record-main-right .bottom-row .date p {
  font-size: 14px;
  color: #737373;
}

.record .record-main .record-main-right .bottom-row .date p:hover {
  cursor: pointer;
}

.record .record-main .record-main-right .bottom-row .view-record {
  font-size: 14px;
  text-decoration: none;
  color: #57ABCE;
}

.record:hover {
  border: 1px solid #57ABCE;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.record .play-button {
  z-index: 50;
  cursor: pointer;
  position: absolute;
  background-color: #FFFFFF;
  left: -28px;
  top: 72px;
  box-sizing: border-box;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  border: 1px solid #57ABCE;
  transition: 250ms;
}

.record .play-button .play-image {
  height: 30px;
  width: 36px;
  margin-left: 2px;
  background-image: url(../../images/Play-Blue.svg);
  background-repeat: no-repeat;
  transition: 250ms;
}

.record .play-button:hover {
  background-color: #57ABCE;
}

.record .play-button:hover .play-image {
  background-image: url(../../images/Play-White.svg);
}

.record button:focus {
  outline: 0;
}

.record .playing {
  background-color: #57ABCE;
  box-shadow: 0 4px 7px 0 rgba(87, 170, 206, 0.4);
}

.record .playing .play-image {
  background-image: url(../../images/Pause.svg);
}

.record .playing:hover .play-image {
  background-image: url(../../images/Pause.svg);
}

.modal-showing {
  background-color: rgba(51, 51, 51, 0.2) !important;
  transition: all 0.7s !important;
}

.modal-view {
  background-color: rgba(51, 51, 51, 0);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: 0.6s;
}

.modal-view .modal-image {
  max-width: 385px;
  background-color: #FFFFFF;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.2);
  margin: 0 20px;
  position: relative;
  transition: 0.3s;
  padding: 35px 35px 15px;
  top: -1000px;
}

.modal-view .modal-image h2 {
  color: #323232;
  font-size: 24px;
}

.modal-view .modal-image p {
  margin: 20px 0;
  color: #323232;
  word-wrap: break-word;
}

.modal-view .modal-image .close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-view .modal-image .media-links {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-view .modal-image .media-links img {
  margin-bottom: 20px;
  height: 52px;
}

@media screen and (max-width: 600px) {
  .record {
    padding: 0;
  }

  .record .record-main {
    flex-wrap: wrap;
  }

  .record .record-main .record-main-right {
    box-sizing: border-box;
    padding: 25px;
    padding-top: 35px;
  }

  .record .record-main .record-main-right .description p {
    -webkit-line-clamp: 4;
  }

  .record .play-button {
    margin-left: -20px;
    margin-top: -20px;
    top: 0;
    left: 0;
  }

  .media-records-2 h3 {
    margin-bottom: 35px;
  }

  .latest-episode .latest-title {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 880px) {
  #pagination {
    padding: 30px 10px 80px;
    margin: 0 auto 40px;
    width: 95%;
    min-width: 320px;
  }

  #pagination #pagiLeft, #pagination #pagiRight {
    box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
    padding: 17px 15px;
  }
}

@media screen and (max-width: 550px) {
  #pagination {
    padding: 30px 10px 80px !important;
    min-width: 240px !important;
  }
}

@media screen and (max-width: 400px) {
  .main .middlewrap h1 {
    font-size: 45px;
  }

  .main .middlewrap h3 {
    font-size: 19px;
    margin: 30px 0;
  }
}

@media screen and (max-width: 1100px) {
  .middlewrap {
    padding: 0 6%;
  }

  .aboutwrap {
    padding: 0 6%;
  }

  .optionswrap {
    padding: 0 6%;
  }
}

.about-title h1 {
  font-size: 40px;
  margin-bottom: 7px;
}

.about-title h3 {
  font-size: 32px;
}

.about-title h3 span {
  color: rgba(255, 255, 255, 0.5);
}

.text-with-nav {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}

.text-with-nav .text-nav {
  align-self: flex-start;
  position: sticky;
  top: 135px;
  vertical-align: top;
}

.text-with-nav .text-nav .text-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.text-with-nav .text-nav .text-nav-list .text-link {
  border-right: 2px solid rgba(13, 18, 48, 0.07);
  padding: 8px 20px;
}

.text-with-nav .text-nav .text-nav-list .text-link a {
  color: #737373;
  opacity: 0.6;
  text-decoration: none;
  font-size: 14px;
}

.text-with-nav .text-nav .text-nav-list .text-link:hover {
  border-right: 2px solid #57ABCE;
  cursor: pointer;
}

.text-with-nav .text-nav .text-nav-list .text-link:hover a {
  color: #57ABCE;
  opacity: 1;
}

.text-with-nav .text-nav .text-nav-list .link-selected {
  border-right: 2px solid #57ABCE;
}

.text-with-nav .text-nav .text-nav-list .link-selected a {
  color: #57ABCE;
  opacity: 1;
}

.text-with-nav .main-col {
  vertical-align: top;
  width: 75%;
  color: #737373;
}

.text-with-nav .main-col .section {
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.text-with-nav .main-col .section:last-child {
  border-bottom: none;
}

.text-with-nav .main-col .section p {
  font-size: 18px;
  line-height: 32px;
  color: #737373;
}

.text-with-nav .main-col .section p span {
  color: #323232;
}

.text-with-nav .main-col .section h2 {
  margin: 0 0 30px;
  color: #323232;
  font-size: 30px;
}

.text-with-nav .main-col .section h2 a {
  color: #323232;
  font-family: ubunturegular;
  text-decoration: none;
}

.text-with-nav .main-col .section h2 a:hover {
  cursor: default;
}

.text-with-nav .main-col .section h2 a:focus {
  outline: none;
}

.text-with-nav .main-col .section h3 {
  font-size: 19px;
  margin-bottom: 12px;
}

.text-with-nav .main-col .section ul li {
  font-size: 12px;
  line-height: 24px;
}

.text-with-nav .main-col .section a {
  color: #57ABCE;
  text-decoration: underline;
}

.text-with-nav .main-col .section .host-card {
  height: 123px;
  margin: 40px 0;
}

.text-with-nav .main-col .section .host-card h3 {
  font-size: 18px;
  margin-bottom: 18px;
  padding-top: 16px;
}

.text-with-nav .main-col .section .host-card p {
  font-size: 12px;
  margin: 0;
  margin-bottom: 18px;
}

.text-with-nav .main-col .section .host-card .card-photo {
  height: 121px;
  width: 121px;
  border: 1px solid #323232;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 40px;
}

.text-with-nav .main-col .section .key-events {
  margin: 65px 0;
}

.text-with-nav .main-col .section .key-events .key-events-title {
  font-size: 28px;
  color: #737373;
  margin-bottom: 30px;
}

.text-with-nav .main-col .section .key-events .key-events-date {
  font-size: 24px;
  color: #323232;
  margin-bottom: 20px;
}

.text-with-nav .main-col .section .key-events .key-events-text {
  color: #737373;
  border-left: 2px solid rgba(68, 68, 68, 0.2);
  padding-left: 34px;
  padding-bottom: 15px;
  margin-left: 10px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 18px;
}

.text-with-nav .main-col .section .key-events .key-events-text:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .text-with-nav .text-nav {
    display: none;
  }

  .text-with-nav .main-col {
    width: 100%;
  }
}

.main .fullpodcast {
  padding-bottom: 0;
}

.full-record-2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 60px;
}

.full-record-2 .left-col {
  width: 16%;
  position: relative;
}

.full-record-2 .left-col .cc-by-nc {
  margin: 40px 0 0;
}

.full-record-2 .left-col a.side-links {
  display: block;
  color: #57ABCE;
  font-size: 13px;
  margin-bottom: 20px;
  width: 100%;
}

.full-record-2 .left-col a.side-links-download {
  display: block;
  color: #57ABCE;
  font-size: 13px;
  margin-bottom: 20px;
  width: 100%;
}

.full-record-2 .main-col {
  width: 78%;
}

.full-record-2 .main-col .section {
  margin-bottom: 40px;
}

.full-record-2 .main-col .section .title {
  margin-bottom: 45px;
}

.full-record-2 .main-col .section .title h3 {
  font-size: 30px;
  color: #323232;
  margin-bottom: 30px;
}

.full-record-2 .main-col .section .title h4 {
  font-size: 22px;
  color: #323232;
}

.full-record-2 .main-col .section p {
  font-size: 18px;
  color: #737373;
  line-height: 34px;
  margin: 0;
}

.full-record-2 .main-col .section .time-title {
  margin-bottom: 30px;
  display: inline-flex;
  width: 100%;
}

.full-record-2 .main-col .section .time-title .timestamp {
  cursor: pointer;
  color: #57ABCE;
  font-size: 14px;
  margin-right: 22px;
  min-width: 120px;
}

.full-record-2 .main-col .section .time-title .timedesc {
  color: #737373;
  font-size: 15px;
}

.full-record-2 .main-col .section .time-title:first-child {
  margin-top: 30px;
}

.full-record-2 .main-col .extra-info h4 {
  color: #737373;
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 3.5px;
  line-height: 24px;
}

.full-record-2 .main-col .extra-info p {
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 33px;
}

.full-record-2 .top-player {
  width: 106px;
  margin-bottom: 50px;
}

.full-record-2 .top-player .play-button {
  z-index: 50;
  cursor: pointer;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  border: 1px solid #57ABCE;
  transition: background-color 250ms;
}

.full-record-2 .top-player .play-button .play-image {
  height: 30px;
  width: 36px;
  margin-left: 2px;
  background-image: url(../../images/Play-Blue.svg);
  background-repeat: no-repeat;
  transition: 250ms;
}

.full-record-2 .top-player .play-button:hover {
  background-color: #57ABCE;
}

.full-record-2 .top-player .play-button:hover .play-image {
  background-image: url(../../images/Play-White.svg);
}

.full-record-2 .top-player button:focus {
  outline: 0;
}

.full-record-2 .top-player .playing {
  background-color: #57ABCE;
  box-shadow: 0 4px 7px 0 rgba(87, 170, 206, 0.4);
}

.full-record-2 .top-player .playing .play-image {
  background-image: url(../../images/Pause.svg);
}

.full-record-2 .top-player .playing:hover .play-image {
  background-image: url(../../images/Pause.svg);
}

.full-record-2 .top-player p {
  float: right;
  font-size: 14px;
  color: #57ABCE;
  line-height: 56px;
}

.border-container {
  height: 0;
  position: relative;
  max-width: 800px;
  padding: 0 8%;
  margin: 0 auto;
}

.border-container .border {
  border-bottom: 2px solid #e7e7e7;
  width: 100%;
  height: 0;
}

.similar-episodes {
  margin: 40px auto 0;
  padding: 20px 8%;
  max-width: 800px;
}

.similar-episodes h3 {
  margin-bottom: 20px;
  color: #737373;
  font-size: 19px;
}

.similar-episodes .view-all {
  margin: 80px auto 100px;
  text-align: center;
}

.similar-episodes .view-all h3 {
  cursor: pointer;
  color: #57ABCE;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .full-record-2 {
    flex-wrap: wrap;
    padding: 50px 8%;
  }

  .full-record-2 .left-col {
    margin-top: 40px;
    order: 2;
    width: 100%;
    position: unset;
  }

  .full-record-2 .main-col {
    order: 1;
    width: 100%;
  }

  .full-record-2 .top-player {
    margin-bottom: 35px;
  }
}

.middlewrap .header-search form {
  position: relative;
}

.middlewrap .header-search form .search-field {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.05);
  color: #ffffff;
  background-color: rgba(9, 76, 104, 0.85);
  font-family: ubunturegular;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 0;
  padding-left: 20px;
  transition: border 0.3s ease;
  height: 62px;
  width: 100%;
  padding-right: 60px;
  border-radius: 0;
  box-sizing: border-box;
  /*input {
      margin-left: 10px;
  }*/
}

.middlewrap .header-search form .search-field:hover {
  border: 1px solid white;
}

.middlewrap .header-search form .search-field:focus-within {
  border: 1px solid white;
}

.middlewrap .header-search form .search-icon {
  cursor: pointer;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 1px;
  top: 1px;
  background-image: url(../../images/Search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.middlewrap .header-search form .search-close {
  position: absolute;
  right: 65px;
  width: 16px;
  top: 25px;
  cursor: pointer;
}

.middlewrap .header-search .categories {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2%;
}

.middlewrap .header-search .categories .select2-container {
  color: #FFFFFF;
  margin-right: 20px;
  flex: 1;
}

.middlewrap .header-search .categories .select2-container .select2-selection {
  background-color: rgba(9, 76, 104, 0.85);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  min-height: 42px;
}

.middlewrap .header-search .categories .select2-container .select2-selection .select2-selection__choice {
  background-color: rgba(9, 76, 104, 0.85);
  border: 1px solid #FFFFFF;
  padding: 5px;
  font-size: 14px;
  margin: 7px;
  margin-left: 0;
  border-radius: 0;
  white-space: normal;
  text-align: left;
}

.middlewrap .header-search .categories .select2-container .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  color: #FFFFFF;
  opacity: 0.7;
  float: left;
}

.middlewrap .header-search .categories .select2-container .select2-selection .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #FFFFFF;
  opacity: 1;
}

.middlewrap .header-search .categories .select2-container .select2-selection .select2-search__field {
  margin-top: 0;
  padding: 0;
  padding-top: 12px;
  padding-left: 10px;
  color: #FFFFFF;
  font-family: ubunturegular;
  font-size: 14px;
  box-sizing: border-box;
}

.middlewrap .header-search .categories .select2-container .select2-selection .select2-selection__rendered {
  min-height: 42px;
  padding: 0 10px;
}

.middlewrap .header-search .categories .select2-container .select2-selection .multi-show .select2-selection__choice {
  display: none;
}

.middlewrap .header-search .categories .select2-container .select2-selection .multi-show .select2-selection__choice[title*=selected] {
  display: list-item;
}

.middlewrap .header-search .categories .select2-container:last-child {
  margin-right: 0;
}

.middlewrap .header-search .categories label {
  flex: 1;
  margin-right: 20px;
  font-family: ubunturegular;
}

.middlewrap .header-search .categories label:last-child {
  margin-right: 0;
}

.middlewrap .header-search .searched-term {
  margin-top: 50px;
  font-size: 14px;
}

.middlewrap .header-search #searchResults-showing {
  font-size: 17px;
  margin-top: 60px;
}

.select2-dropdown {
  background-color: rgba(9, 76, 104, 0.95) !important;
  border-radius: 0 !important;
}

.select2-dropdown .select2-results__option[aria-selected] {
  color: #FFFFFF;
  padding-left: 20px;
  font-size: 14px;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #57ABCE !important;
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #57ABCE !important;
}

.select2-dropdown .select2-results__option[id*=multi] {
  display: none;
}

.search-records {
  margin-top: 50px;
}

.searchResults {
  font-size: 17px;
  margin-top: 40px;
}

@media screen and (max-width: 550px) {
  .middlewrap .header-search .categories .select2-container {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
    flex: none;
  }

  .middlewrap .header-search .categories label {
    width: 100%;
    flex: none;
    margin-right: 0;
  }
}

#footer {
  background-color: #171717;
}

#footer .footerwrap {
  max-width: 800px;
  padding: 0 8%;
  margin: 0 auto;
  text-align: center;
}

#footer .footerwrap .footer-links {
  padding: 65px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .footerwrap .footer-links .matrix-logo {
  margin: 20px 40px;
}

#footer .footerwrap .footer-links .matrix-logo img {
  width: 200px;
}

#footer .footerwrap .footer-links .aodl-logo {
  margin: 20px 40px;
}

#footer .footerwrap .footer-links .aodl-logo img {
  margin-top: 10px;
  width: 175px;
}

#footer .footerwrap .landing-credit {
  padding-bottom: 65px;
}

#footer .footerwrap .landing-credit p {
  color: #FFFFFF;
  font-family: ubunturegular;
  font-size: 16px;
}

#footer .footerwrap .landing-credit p a {
  color: #57ABCE;
}
