@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: ubuntumedium;
  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: #D83D12;
  text-decoration: none;
}
main section p {
  margin-bottom: 40px;
  line-height: 2;
}
main section p small {
  font-size: 11px;
}

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

:-ms-input-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: 960px;
}
.navigation-header .left-section {
  float: left;
  width: 25%;
  margin-top: -20px;
}
.navigation-header .responsive-menu {
  margin-right: 7vw;
  margin-top: -20px;
  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;
  width: 75%;
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
}
.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: 30px;
  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 .h-selected {
  border-top: 2px solid #D83D12;
  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: #541111;
  font-size: 12px;
  margin-left: 35px;
  outline: none;
  padding-left: 20px;
  transition: border 0.3s ease;
  height: 48px;
  width: 150px;
  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: 46px;
  width: 40px;
  position: absolute;
  right: 1px;
  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 :-ms-input-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(84, 17, 17, 0.95);
  position: fixed;
  margin-top: 0;
  top: -115px;
  height: 105px;
  transition: top 0.3s;
}
.fixedheader .left-section {
  margin-top: 16px;
}
.fixedheader .left-section img {
  width: 155px;
}
.fixedheader .right-section {
  margin-top: 10px;
}

#music {
  display: none;
}

.showplayer {
  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(216, 61, 18, 0.4);
  height: 56px;
  width: 56px;
  background-color: #D83D12;
  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 #timeline {
  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: #dd785c;
}
.playbar .pbwrap button:hover {
  box-shadow: 0 7px 16px 0 rgba(216, 61, 18, 0.5);
  transform: scale(1.1, 1.1);
}
.playbar .pbwrap .paused {
  background-color: #FFFFFF;
  border: 1px solid #D83D12;
  box-shadow: 0 4px 7px 0 rgba(216, 61, 18, 0);
}
.playbar .pbwrap .paused .play-image {
  background-image: url(../images/Play-Red.svg);
}
.playbar .pbwrap .paused:hover {
  background-color: #D83D12;
}
.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: #D83D12;
}
.playbar .pbwrap span {
  cursor: pointer;
  color: #D83D12;
  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: 955px) {
  .navbar {
    padding: 0 2% 0 6%;
  }

  .navigation-header .dropclass {
    display: block !important;
    position: absolute;
    right: 0;
    top: 95px;
  }
  .navigation-header .right-section {
    background-color: #541111;
    display: none;
    margin-right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: right;
    width: 230px;
  }
  .navigation-header .right-section .nav {
    padding-top: 15px;
    padding-bottom: 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;
  }
  .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: 160px;
    margin-left: 0;
  }
  .navigation-header .right-section .nav .search-item form .search-icon {
    right: 36px;
  }
  .navigation-header .dropdown-menu {
    display: block;
  }
}
.main {
  background-image: url(../images/Landing_Background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 35%;
  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 {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 0 6%;
}
.main .middlewrap .homeheader h1 {
  line-height: 1;
  font-size: 48px;
}
.main .middlewrap .homeheader h3 {
  margin: 13px 0 15px 0;
  font-size: 18px;
}
.main .middlewrap .homeheader .buttons {
  cursor: default;
}
.main .middlewrap .homeheader .buttons button {
  cursor: pointer;
  margin: 15px 15px;
  color: #FFFFFF;
  font-family: ubunturegular;
  font-size: 14px;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #D83D12;
  background-color: rgba(216, 61, 18, 0);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  transition-duration: 0.4s;
}
.main .middlewrap .homeheader .buttons button:hover {
  background-color: #d83d12;
}
.main .middlewrap .homeheader .buttons button:focus {
  outline: 0;
}
.main .middlewrap .homeheader .buttons .subscribe {
  background-color: #d83d12;
}
.main .homewrap {
  padding-top: 215px;
  padding-bottom: 227px;
}

.latest-episode {
  max-width: 800px;
  padding: 0 8% !important;
  margin: -150px auto 100px;
}
.latest-episode .latest-title {
  width: 100%;
  margin: 0 auto 20px;
  color: white;
  font-size: 20px;
}
.latest-episode .record {
  background-color: #FFFFFF;
}

.media-records-2 {
  padding: 0 8% !important;
}
.media-records-2 .episode-filter {
  list-style-type: none;
  padding: 0 0 25px;
  width: 100%;
  margin: 0 0 40px;
  white-space: nowrap;
  overflow: auto;
}
.media-records-2 .episode-filter .filter-item {
  display: inline-table;
  margin-right: 30px;
  cursor: pointer;
}
.media-records-2 .episode-filter .filter-item h3 {
  color: rgba(216, 61, 18, 0.5);
  font-size: 20px;
  padding-top: 10px;
}
.media-records-2 .episode-filter .filter-item h3:hover {
  color: #d83d12;
}
.media-records-2 .episode-filter .filter-item .selected {
  color: #D83D12 !important;
  border-top: 2px solid #D83D12;
}
.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(216, 61, 18, 0);
  transition: background-color 0.3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #D83D12;
  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(216, 61, 18, 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: #D83D12;
  background-color: rgba(216, 61, 18, 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.2;
}
.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: #D83D12;
  font-size: 18px;
}

.record {
  border: 1px solid #E3E3E3;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 20px 20px 0;
  position: relative;
  transition: 250ms;
  width: 100%;
}
.record .record-main {
  display: flex;
  height: 75%;
  justify-content: space-between;
  padding-bottom: 25px;
  position: relative;
}
.record .record-main .record-container {
  background-color: #F0F0F0;
  width: 170px;
  height: 170px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.record .record-main .record-container img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.record .record-main .record-main-right {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  margin-left: 20px;
  width: 75%;
}
.record .record-main .record-main-right .title p small {
  font-family: ubunturegular;
  font-size: 12px;
  color: #737373;
}
.record .record-main .record-main-right .title h2 {
  display: -webkit-box;
  font-size: 22px;
  color: #737373;
  margin-top: 5px;
  max-height: 2.46em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.record .record-main .record-main-right .description {
  margin-top: 10px;
}
.record .record-main .record-main-right .description p {
  display: -webkit-box;
  font-size: 14px;
  color: #737373;
  line-height: 24px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.record .record-main .record-main-right .bottom-row {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
  bottom: -5px;
  white-space: nowrap;
  width: 100%;
  flex-wrap: wrap;
}
.record .record-main .record-main-right .bottom-row .date {
  justify-content: space-between;
  display: inline-flex;
  max-width: 155px;
  width: 75%;
}
.record .record-main .record-main-right .bottom-row .date span {
  font-size: 14px;
  color: #737373;
}
.record .record-main .record-main-right .bottom-row .date span:hover {
  cursor: pointer;
}
.record .record-main .record-main-right .bottom-row .view-record {
  font-size: 14px;
  text-decoration: none;
  color: #D83D12;
  display: inline-flex;
}
.record .record-bottom {
  border-top: 1px solid #E3E3E3;
  margin: 0;
  position: relative;
}
.record .record-bottom .list-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
}
.record .record-bottom .list-wrap::-webkit-scrollbar {
  display: none;
}
.record .record-bottom .list-wrap .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.record .record-bottom .list-wrap .tabs .tab {
  color: #737373;
  display: inline-block;
  font-size: 12px;
  padding: 10px;
}
.record .record-bottom .list-wrap .tabs .tab:hover {
  cursor: pointer;
  color: #D83D12;
}
.record .record-bottom .list-wrap .tabs .tab a {
  color: #D83D12;
  text-decoration: none;
}
.record .record-bottom .arrow {
  padding: 90px 10px 10px;
  position: absolute;
  top: -40px;
}
.record .record-bottom .arrow:hover {
  cursor: pointer;
}
.record .record-bottom .left {
  background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
  left: 18px;
  padding-left: 12px;
  transform: rotate(90deg);
}
.record .record-bottom .right {
  background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
  right: 18px;
  transform: rotate(-90deg);
}
.record .record-bottom .hidden {
  display: none;
}
.record:hover {
  border: 1px solid #D83D12;
  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 #D83D12;
  transition: 250ms;
}
.record .play-button .play-image {
  height: 30px;
  width: 36px;
  margin-left: 2px;
  background-image: url(../images/Play-Red.svg);
  background-repeat: no-repeat;
  transition: 250ms;
}
.record .play-button:hover {
  background-color: #D83D12;
}
.record .play-button:hover .play-image {
  background-image: url(../images/Play-White.svg);
}
.record button:focus {
  outline: 0;
}
.record .playing {
  background-color: #D83D12;
  box-shadow: 0 4px 7px 0 rgba(216, 61, 18, 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) {
  .title {
    margin-top: 30px;
  }

  .record {
    height: 550px;
    padding: 0 0 180px 0;
  }
  .record .record-main {
    flex-wrap: wrap;
    height: 100%;
  }
  .record .record-main img {
    margin: 0;
    width: 175px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .record .record-main .record-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #F0F0F0;
  }
  .record .record-main .record-main-right {
    box-sizing: border-box;
    height: 56%;
    padding: 20px 20px 0;
    width: 100%;
  }
  .record .record-main .record-main-right .title p {
    margin-bottom: 10px;
  }
  .record .record-main .record-main-right .title h2 {
    -webkit-line-clamp: 2;
  }
  .record .record-main .record-main-right .description {
    margin: 20px 0;
    position: static;
    top: unset;
    transform: none;
    -webkit-transform: none;
  }
  .record .record-main .record-main-right .description p {
    -webkit-line-clamp: 4;
  }
  .record .record-main .record-main-right .bottom-row {
    position: static;
    margin-top: 0;
    gap: 10px 180px;
  }
  .record .record-main .record-main-right .bottom-row .metadata {
    display: none;
  }
  .record .record-main .record-main-right .bottom-row .date {
    display: inline-flex;
    justify-content: space-between;
  }
  .record .record-bottom {
    margin-top: 116px;
  }
  .record .record-bottom .left {
    left: 37px;
    z-index: 1;
  }
  .record .record-bottom .right {
    right: 38px;
  }
  .record .play-button {
    margin-left: -28px;
    top: 27%;
    left: 50%;
  }
}
@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: 12px;
}
.about-title h3 {
  font-size: 24px;
}

.text-with-nav {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.text-with-nav .text-nav {
  align-self: flex-start;
  position: -webkit-sticky;
  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 #D83D12;
  cursor: pointer;
}
.text-with-nav .text-nav .text-nav-list .text-link:hover a {
  color: #D83D12;
  opacity: 1;
}
.text-with-nav .text-nav .text-nav-list .link-selected {
  border-right: 2px solid #D83D12;
}
.text-with-nav .text-nav .text-nav-list .link-selected a {
  color: #D83D12;
  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;
}
.text-with-nav .main-col .section h2 {
  margin: 30px 0;
  font-size: 30px;
}
.text-with-nav .main-col .section h2 a {
  color: #737373;
  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: 20px;
  margin-bottom: 12px;
}
.text-with-nav .main-col .section ul li {
  font-size: 16px;
  line-height: 24px;
}
.text-with-nav .main-col .section a {
  color: #D83D12;
  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: 20px;
  margin-bottom: 18px;
  padding-top: 16px;
}
.text-with-nav .main-col .section .host-card p {
  font-size: 18px;
  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 .host-card img {
  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 .host-card #host1 {
  background-image: url(../images/limb-photo.jpg);
  background-size: cover;
  background-position: center;
}
.text-with-nav .main-col .section .host-card #host2 {
  background-image: url(../images/alegi_photo.jpg);
  background-size: cover;
  background-position: center;
}

@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;
}

#modal-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  display: none;
  font-family: ubunturegular;
}
#modal-container #comment-modal {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  width: 465px;
  background-color: white;
  position: relative;
  margin: auto auto;
  margin-top: 80px;
  padding: 30px;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.2);
}
#modal-container #comment-modal #comment-submit {
  background-color: #D83D12;
  color: white;
  display: inline-block;
  float: right;
  margin-right: 0px;
  bottom: 0;
  height: 33px;
  padding-top: 15px;
  width: 157px;
  background-color: #D83D12;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}
#modal-container #comment-modal .comment-submit-top {
  margin-top: 20px;
}
#modal-container #comment-modal #incomplete-comment {
  text-align: right;
  color: red;
  margin-top: 5px;
  display: none;
}
#modal-container #comment-modal #incomplete-comment-email {
  text-align: right;
  color: red;
  margin-top: 5px;
  display: none;
}
#modal-container #comment-modal input::-moz-placeholder {
  color: #323232;
  opacity: 0.6;
  line-height: 24px;
  font-style: italic;
}
#modal-container #comment-modal input:-ms-input-placeholder {
  color: #323232;
  opacity: 0.6;
  line-height: 24px;
  font-style: italic;
}
#modal-container #comment-modal input::placeholder {
  color: #323232;
  opacity: 0.6;
  line-height: 24px;
  font-style: italic;
}
#modal-container #comment-modal input {
  padding: 15px;
  width: calc(100% - 30px);
  margin-top: 20px;
  height: 15px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
}
#modal-container #comment-modal textarea::-moz-placeholder {
  color: #323232;
  opacity: 0.6;
  line-height: 24px;
  font-style: italic;
}
#modal-container #comment-modal textarea:-ms-input-placeholder {
  color: #323232;
  opacity: 0.6;
  line-height: 24px;
  font-style: italic;
}
#modal-container #comment-modal textarea::placeholder {
  color: #323232;
  opacity: 0.6;
  line-height: 24px;
  font-style: italic;
}
#modal-container #comment-modal textarea {
  font-family: ubunturegular;
  padding: 15px;
  width: calc(100% - 30px);
  margin-top: 20px;
  height: 180px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  resize: none;
}
#modal-container #comment-modal .post-a-comment {
  height: 50px;
  width: 300px;
  color: #323232;
  font-family: ubunturegular;
  font-size: 24px;
  line-height: 28px;
}

#submit-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  display: none;
  font-family: ubunturegular;
}
#submit-modal-container #submit-modal {
  width: 465px;
  height: 220px;
  background-color: white;
  position: relative;
  margin: auto auto;
  margin-top: 80px;
  padding: 30px;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.2);
}
#submit-modal-container #submit-modal #submit-submit {
  background-color: #D83D12;
  color: white;
  display: inline-block;
  float: right;
  margin-right: 20px;
  bottom: 0;
  height: 33px;
  padding-top: 15px;
  width: 157px;
  background-color: #D83D12;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}
#submit-modal-container #submit-modal .post-a-comment {
  height: 27px;
  width: 234px;
  color: #323232;
  font-family: ubunturegular;
  font-size: 24px;
  line-height: 28px;
}
#submit-modal-container #submit-modal .submitted {
  height: 72px;
  width: 410px;
  color: #737373;
  font-family: ubunturegular;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}

.full-record-2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.full-record-2 .left-col {
  width: 16%;
  position: relative;
}
.full-record-2 .left-col .play-button {
  z-index: 50;
  cursor: pointer;
  position: absolute;
  background-color: #FFFFFF;
  left: -28px;
  top: -28px;
  box-sizing: border-box;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  border: 1px solid #D83D12;
  transition: background-color 250ms;
}
.full-record-2 .left-col .play-button .play-image {
  height: 30px;
  width: 36px;
  margin-left: 2px;
  background-image: url(../images/Play-Red.svg);
  background-repeat: no-repeat;
  transition: 250ms;
}
.full-record-2 .left-col .play-button:hover {
  background-color: #D83D12;
}
.full-record-2 .left-col .play-button:hover .play-image {
  background-image: url(../images/Play-White.svg);
}
.full-record-2 .left-col button:focus {
  outline: 0;
}
.full-record-2 .left-col .playing {
  background-color: #D83D12;
}
.full-record-2 .left-col .playing .play-image {
  background-image: url(../images/Pause.svg);
}
.full-record-2 .left-col .playing:hover .play-image {
  background-image: url(../images/Pause.svg);
}
.full-record-2 .left-col .pod-image {
  display: block;
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.full-record-2 .left-col p {
  color: #737373;
  font-size: 13px;
  margin-top: 10px;
}
.full-record-2 .left-col .date {
  margin: 40px 0 0;
}
.full-record-2 .left-col .date span {
  font-size: 13px;
  color: #737373;
  margin-right: 5%;
}
.full-record-2 .left-col .guests-left {
  margin-top: 40px;
}
.full-record-2 .left-col .hosts-left {
  margin-bottom: 40px;
}
.full-record-2 .left-col .tags {
  margin: 40px 0 25px;
}
.full-record-2 .left-col .tags span {
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  color: #D83D12;
  padding-right: 10px;
  margin-bottom: 15px;
}
.full-record-2 .left-col .tags span:hover {
  color: #D83D12;
}
.full-record-2 .left-col .rating {
  width: 130px;
  margin: 25px 0 40px;
  justify-content: space-between;
  display: flex;
}
.full-record-2 .left-col .rating .star {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  background-image: url(../images/Star-clear.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.full-record-2 .left-col .rating .hover {
  background-image: url(../images/Star.svg);
}
.full-record-2 .left-col .rating .selected {
  background-image: url(../images/Star.svg);
}
.full-record-2 .left-col .media-links {
  margin: 40px 0 28px;
}
.full-record-2 .left-col .media-links img {
  cursor: pointer;
  margin-bottom: 12px;
  max-height: 35px;
}
.full-record-2 .left-col .cc-by-nc {
  margin: 0 0 40px;
}
.full-record-2 .left-col a.side-links {
  display: block;
  color: #D83D12;
  font-size: 13px;
  margin-bottom: 20px;
  width: 100%;
}
.full-record-2 .left-col a.side-links-download {
  display: block;
  color: #D83D12;
  font-size: 13px;
  margin-bottom: 20px;
  width: 100%;
}
.full-record-2 .main-col {
  width: 78%;
}
.full-record-2 .main-col .section {
  border-bottom: 1px solid #e7e7e7;
}
.full-record-2 .main-col .section .title {
  margin-bottom: 30px;
}
.full-record-2 .main-col .section .title p {
  font-size: 14px;
  margin-bottom: 2px;
  color: #737373;
}
.full-record-2 .main-col .section .title h3 {
  font-size: 30px;
  color: #323232;
}
.full-record-2 .main-col .section p {
  font-size: 16px;
  line-height: 34px;
  color: #737373;
}
.full-record-2 .main-col .section p span {
  cursor: pointer;
  color: #D83D12;
  text-decoration: underline;
}
.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: #D83D12;
  font-size: 16px;
  margin-right: 22px;
  min-width: 140px;
}
.full-record-2 .main-col .section .time-title .timedesc {
  color: #737373;
  font-size: 16px;
}
.full-record-2 .main-col .section .time-title:first-child {
  margin-top: 30px;
}
.full-record-2 .main-col .comments {
  display: block;
  margin: 30px 0 60px;
}
.full-record-2 .main-col .comments .comment-header {
  overflow: hidden;
}
.full-record-2 .main-col .comments .comment-header h3 {
  color: #737373;
  font-size: 18px;
  float: left;
}
.full-record-2 .main-col .comments .comment-header .post-button {
  color: #D83D12;
  font-size: 14px;
  float: right;
  cursor: pointer;
}
.full-record-2 .main-col .comments .comment-single {
  overflow: hidden;
  margin-top: 40px;
  border-bottom: 1px dashed #e7e7e7;
}
.full-record-2 .main-col .comments .comment-single span:first-child {
  float: left;
  color: #737373;
  font-size: 16px;
}
.full-record-2 .main-col .comments .comment-single .date {
  float: right;
  color: #737373;
  font-size: 14px;
}
.full-record-2 .main-col .comments .comment-single p {
  margin-top: 35px;
  margin-bottom: 20px;
  color: #737373;
  font-size: 14px;
}
.full-record-2 .main-col .comments .comment-single .reply-button {
  width: 100%;
  margin: 0 0 20px;
  text-align: right;
  color: #D83D12;
  cursor: pointer;
}
.full-record-2 .main-col .comments .reply {
  margin-left: 150px;
}
.full-record-2 .main-col .comments .extra {
  display: none;
}
.full-record-2 .main-col .comments .show-all {
  cursor: pointer;
  float: left;
  margin: 40px auto 20px;
  font-size: 14px;
  color: #D83D12;
  text-align: center;
}
.full-record-2 .main-col .comments #pagination {
  float: right;
  margin: 5px auto;
  padding: 30px 5%;
  position: relative;
  text-align: center;
  transition: 400ms;
  min-width: 300px;
  width: 40%;
}
.full-record-2 .main-col .comments #pagination .align-left,
.full-record-2 .main-col .comments #pagination .align-right {
  background-color: rgba(216, 61, 18, 0);
  transition: background-color 0.3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #D83D12;
  display: block;
  cursor: pointer;
  opacity: 1;
  padding: 18px 16px;
  position: absolute;
}
.full-record-2 .main-col .comments #pagination .align-left #pagiLeftArrow, .full-record-2 .main-col .comments #pagination .align-left #pagiRightArrow,
.full-record-2 .main-col .comments #pagination .align-right #pagiLeftArrow,
.full-record-2 .main-col .comments #pagination .align-right #pagiRightArrow {
  height: 8px;
  width: 12px;
  background-image: url(../images/chevron-down-active.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.full-record-2 .main-col .comments #pagination .align-left:hover,
.full-record-2 .main-col .comments #pagination .align-right:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  background-color: rgba(216, 61, 18, 0.2);
}
.full-record-2 .main-col .comments #pagination .align-left {
  bottom: 13px;
  transform: rotate(90deg);
  left: 0;
}
.full-record-2 .main-col .comments #pagination .align-right {
  bottom: 13px;
  transform: rotate(-90deg);
  right: 0;
}
.full-record-2 .main-col .comments #pagination .page-numbers {
  max-width: 280px;
  margin: 0 auto;
}
.full-record-2 .main-col .comments #pagination .page-numbers span.active {
  opacity: 1;
  color: #D83D12;
  background-color: rgba(216, 61, 18, 0.15);
  padding: 2px 8px 4px;
  border-radius: 22%;
}
.full-record-2 .main-col .comments #pagination .page-numbers span {
  cursor: pointer;
  font-family: ubunturegularmedium !important;
  color: #323232;
  margin: 0 2px;
  font-size: 14px;
  opacity: 0.2;
}
.full-record-2 .main-col .comments #pagination .page-numbers span:hover {
  opacity: 1;
}

.border-container {
  height: 0;
  position: relative;
  max-width: 800px;
  padding: 0 8%;
  margin: 0 auto;
}
.border-container .border {
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  height: 0;
}

.similar-episodes {
  margin: 40px auto 0;
  padding: 20px 8%;
  max-width: 800px;
}
.similar-episodes h3 {
  margin: 0 auto 20px;
  color: #737373;
  font-size: 20px;
}
.similar-episodes .view-all {
  width: 200px;
  margin: 80px auto 100px;
}
.similar-episodes .view-all h3 {
  cursor: pointer;
  color: #D83D12;
  font-size: 20px;
}

.modimg-view {
  background: rgba(51, 51, 51, 0.7);
  color: #333333;
  display: none;
  height: 100%;
  width: 100%;
  transition: 400ms;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  z-index: 1001;
}
.modimg-view .modimg-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 780px) {
  .full-record-2 {
    flex-wrap: wrap;
    padding-top: 100px;
  }
  .full-record-2 .left-col {
    margin-bottom: 100px;
    margin-top: 40px;
    order: 2;
    width: 100%;
    position: unset;
  }
  .full-record-2 .left-col .play-button {
    left: 5%;
    top: 190px;
  }
  .full-record-2 .main-col {
    order: 1;
    width: 100%;
  }
  .full-record-2 .main-col .comments .reply {
    margin-left: 40px;
  }
  .full-record-2 .main-col .comments .reply .reply-button {
    display: none;
  }
  .full-record-2 .main-col .comments .show-all {
    float: none;
  }
  .full-record-2 .main-col .comments #pagination {
    float: none;
  }
}
.text-xs-center {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

.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: white;
  background-color: #541111;
  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%;
  /*label{
      flex: 1;
      //margin-right: 20px;
      font-family: ubunturegular;
      &:last-child{
          margin-right: 0;
      }
  }*/
}
.middlewrap .header-search .categories .select2-container {
  color: #FFFFFF;
  margin-right: 20px;
  flex: 1;
}
.middlewrap .header-search .categories .select2-container .select2-selection {
  background-color: #541111;
  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: #541111;
  border: 1px solid #FFFFFF;
  padding: 5px;
  font-size: 14px;
  margin: 7px;
  margin-left: 0;
  border-radius: 0;
}
.middlewrap .header-search .categories .select2-container .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  color: #FFFFFF;
  opacity: 0.7;
}
.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 .searched-term {
  margin-top: 50px;
  font-size: 14px;
}
.middlewrap .header-search #searchResults-showing {
  font-size: 17px;
  margin-top: 60px;
}

.select2-dropdown {
  background-color: #541111 !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: #D83D12 !important;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #D83D12 !important;
}
.select2-dropdown .select2-results__option[id*=multi] {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
}

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

@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 {
  max-width: 790px;
  padding: 65px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#footer .footerwrap .footer-links button {
  cursor: pointer;
  margin: 20px 10px;
  color: #FFFFFF;
  font-family: ubunturegular;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #D83D12;
  background-color: #d83d12;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  transition-duration: 0.4s;
}
#footer .footerwrap .footer-links button:hover {
  background-color: rgba(216, 61, 18, 0);
}
#footer .footerwrap .footer-links button:focus {
  outline: 0;
}
#footer .footerwrap .footer-links .matrix-logo {
  height: 44px;
  width: 158px;
  margin: 20px 10px;
  background-image: url(../images/Matrix.svg);
}
#footer .footerwrap .footer-links .msu-history {
  height: 27px;
  width: 135px;
  margin: 20px 10px;
  background-image: url(../images/msu_history.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#footer .footerwrap .footer-links .cc-by-nc {
  height: 29px;
  width: 126px;
  margin: 20px 10px;
  background-image: url(../images/CC-BY-NC.svg);
}
#footer .footerwrap .footer-links .msu-logo {
  height: 39px;
  width: 179px;
  margin: 20px 10px;
  background-image: url(../images/MSU.svg);
}
#footer .footerwrap .footer-links .end-info {
  height: 50px;
  width: 470px;
  font-family: ubunturegular;
  position: relative;
  text-align: left;
}
#footer .footerwrap .footer-links .end-info a {
  color: #fff !important;
  text-decoration: none;
}
#footer .footerwrap .footer-links .end-info a:hover {
  color: #D83D12 !important;
}
#footer .footerwrap .footer-links .end-info .info-text {
  position: absolute;
  color: #FFFFFF;
  font-family: ubunturegular;
  font-size: 12px;
  font-weight: 300;
}
#footer .footerwrap .footer-links .end-info .phone {
  position: absolute;
  left: 40px;
  font-weight: bold;
}
#footer .footerwrap .footer-links .end-info .seperator {
  box-sizing: border-box;
  height: 0.1px;
  width: 454px;
  border: 0.7px dotted #FFFFFF;
  position: absolute;
  top: 16px;
}
#footer .footerwrap .footer-links .end-info .line2 {
  position: absolute;
  top: 21px;
  font-size: 12px;
  line-height: 1;
}
#footer .footerwrap .footer-links .end-info .line3 {
  position: absolute;
  top: 33px;
  font-size: 14px;
}

@media screen and (max-width: 820px) {
  #footer .footerwrap .footer-links .end-info {
    display: none;
  }
}
.donate {
  color: #737373;
  padding: 60px 8% 100px;
}

#section-support-afripod h2 {
  display: none;
}

.donate-p {
  margin-bottom: 50px;
  width: 100%;
}

.donate-button {
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border: 1px solid #D83D12;
  background-color: #d83d12;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  transition-duration: 0.4s;
}

.donate-button:hover {
  background-color: rgba(216, 61, 18, 0);
  color: #D83D12;
}

.donate-button:focus {
  outline: 0;
}
