@charset "UTF-8";
/**podcast-form**/
.page-view-newsroom-podcasts .view-newsroom-podcasts .view-header p {
  margin: 0;
}
@media (max-width: 480px) {
  .page-view-newsroom-podcasts .view-newsroom-podcasts .view-header {
    background-color: #eee;
    padding: 10px 15px;
  }
}
.page-view-newsroom-podcasts .view-newsroom-podcasts .view-header a {
  background-color: #000;
  color: #fff;
  width: 20%;
  height: 40px;
  border-radius: 3px;
  margin-right: 20px !important;
  margin-top: 34px !important;
  transition: 0.5s;
  border: 0;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .page-view-newsroom-podcasts .view-newsroom-podcasts .view-header a {
    margin-top: 37px !important;
  }
}
@media (max-width: 480px) {
  .page-view-newsroom-podcasts .view-newsroom-podcasts .view-header a {
    width: 100%;
    margin: 0 !important;
    float: none !important;
  }
}
.page-view-newsroom-podcasts .view-newsroom-podcasts .view-header a:hover {
  background-color: #e37705;
  transition: 0.5s;
  transform: translate(0px, -3px);
}

.podcast-inner {
  background-color: #005F60;
  padding: 15px 20px;
}
.podcast-inner .bef-exposed-form {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .podcast-inner .bef-exposed-form {
    width: 100%;
    display: block;
  }
}
.podcast-inner .bef-exposed-form .podcast-form-date {
  width: 70%;
}
@media (max-width: 1200px) {
  .podcast-inner .bef-exposed-form .podcast-form-date {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .podcast-inner .bef-exposed-form .podcast-form-date {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .podcast-inner .bef-exposed-form .podcast-form-date {
    width: 100%;
  }
}
.podcast-inner .bef-exposed-form .podcast-form-date .js-form-wrapper .fieldset-wrapper {
  display: flex;
  gap: 20px;
}
.podcast-inner .bef-exposed-form .podcast-form-date .js-form-wrapper .fieldset-wrapper .js-form-item {
  width: 100%;
  margin-bottom: 0 !important;
}
.podcast-inner .bef-exposed-form .podcast-form-date .js-form-wrapper .fieldset-wrapper .js-form-item label {
  color: #fff;
}
.podcast-inner .bef-exposed-form .podcast-form-date .js-form-wrapper .fieldset-wrapper .js-form-item .form-control {
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px;
  border: 0;
  height: 40px;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 0 10px;
  outline: none;
  border: 0;
}
.podcast-inner .bef-exposed-form legend {
  margin: 0;
}
.podcast-inner .bef-exposed-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .podcast-inner .bef-exposed-form fieldset {
    width: 100%;
  }
}
.podcast-inner .bef-exposed-form .apply-btn {
  width: 25%;
  margin-top: 4px;
  margin-left: 18px;
}
@media (max-width: 1200px) {
  .podcast-inner .bef-exposed-form .apply-btn {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .podcast-inner .bef-exposed-form .apply-btn {
    width: 35%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .podcast-inner .bef-exposed-form .apply-btn {
    width: 100%;
  }
}
.podcast-inner .bef-exposed-form .apply-btn .form-actions {
  margin-bottom: 0 !important;
}
.podcast-inner .bef-exposed-form .apply-btn .form-actions input {
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px;
  border: 0;
  height: 40px;
  background-color: #e37705;
  border: 0;
}

/**podcast-table**/
.podcast-tabel {
  margin-top: 20px;
}
.podcast-tabel table {
  width: 100%;
  border-collapse: collapse;
}
.podcast-tabel table thead {
  background-color: #1f2937;
  color: white;
}
.podcast-tabel table thead th {
  text-align: left;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
}
.podcast-tabel table thead th:nth-child(2) {
  width: 150px;
}
.podcast-tabel table tbody tr td {
  padding: 16px;
  vertical-align: top;
  font-size: 15px;
  color: #000;
}
.podcast-tabel table tbody tr td a {
  color: #008083;
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.podcast-tabel table tbody tr td a::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #e37705;
  font-size: 14px;
}
.podcast-tabel table tbody tr td a:hover {
  color: #e37705;
}
.podcast-tabel table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}
.podcast-tabel table tbody tr:nth-child(even):hover {
  background-color: #EEFBFB;
}
.podcast-tabel table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

/**podcast-detail-page**/
.podcasts-page {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px 0px;
}
.podcasts-page .podcasts_date .podcast-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.podcasts-page .podcasts_date time.datetime {
  font-weight: 500;
}
.podcasts-page .podcasts_field .podcast-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.podcasts-page .podcasts_field a {
  font-weight: 500;
}

.dashboard-header {
  padding: 0px 0px 15px 0px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dashboard-header {
    padding: 0px 0px 0px 0px;
  }
}
.dashboard-header h2 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
}
.dashboard-header h2:after {
  content: "";
  background-color: #008083;
  width: 90px;
  height: 5px;
  display: block;
  margin-top: 4px;
}
@media (max-width: 1090px) {
  .dashboard-header h2 {
    font-size: 20px;
  }
}

.podcast-list-center {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
  .podcast-list-center {
    padding: 15px;
  }
}

.podcast-list-banner {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  margin: 10px 0px;
  position: relative;
  padding: 0px;
}
.podcast-list-banner img {
  border-radius: 8px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 440px;
}
.podcast-list-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 95, 96, 0.7019607843);
  border-radius: 8px;
  z-index: 1;
}
.podcast-list-banner .podcast-list-banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  z-index: 3;
  color: #ffffff;
  max-width: 600px;
}
.podcast-list-banner .podcast-list-banner-content .fe-text {
  color: #efecec;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .podcast-list-banner .podcast-list-banner-content .fe-text {
    font-size: 13px;
  }
}
.podcast-list-banner .podcast-list-banner-content h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.podcast-list-banner .podcast-list-banner-content h2 a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .podcast-list-banner .podcast-list-banner-content h2 a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .podcast-list-banner .podcast-list-banner-content h2 {
    font-size: 18px;
  }
}
.podcast-list-banner .podcast-list-banner-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .podcast-list-banner .podcast-list-banner-content p {
    font-size: 13px;
  }
}
.podcast-list-banner .podcast-list-banner-content .btn-listen-banner {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 7px 0px;
}
.podcast-list-banner .podcast-list-banner-content .btn-listen-banner:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005F60;
  color: #ffffff;
}
.podcast-list-banner .podcast-list-banner-content .btn-listen-banner:hover span {
  color: #ffffff;
}
.podcast-list-banner .podcast-list-banner-content .btn-listen-banner span {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .podcast-list-banner .podcast-list-banner-content .btn-listen-banner span {
    font-size: 13px;
  }
}
.podcast-list-banner .podcast-list-banner-content .date {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .podcast-list-banner .podcast-list-banner-content .date {
    font-size: 13px;
  }
}

.podcast-filter {
  margin: 20px 0px;
}
.podcast-filter .d-flex {
  gap: 10px;
  flex-wrap: wrap;
  background-color: #005F60;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 4px;
}
.podcast-filter .d-flex label {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 3px;
}
.podcast-filter .d-flex .form-select {
  font-size: 16px;
  height: 42px;
}
.podcast-filter .d-flex .form-select:focus {
  box-shadow: none;
  border: 1px solid #005F60;
}
.podcast-filter .d-flex .chosen-single {
  font-size: 16px;
  height: 42px;
  padding: 7px;
  border: 1px solid #dee2e6;
}
.podcast-filter .d-flex .chosen-single:focus {
  box-shadow: none;
  border: 1px solid #005F60;
}
.podcast-filter .d-flex .form-control {
  font-size: 16px;
  height: 42px;
  border: 1px solid #dee2e6;
}
.podcast-filter .d-flex .form-control:focus {
  box-shadow: none;
  border: 1px solid #005F60;
}
.podcast-filter .d-flex .filter-series {
  flex: 1 1 0%;
  min-width: 200px;
}
.podcast-filter .d-flex .filter-year {
  width: 128px;
}
.podcast-filter .d-flex .filter-month {
  width: 160px;
}
@media (max-width: 481px) {
  .podcast-filter .d-flex .filter-month {
    width: 50%;
  }
}
.podcast-filter .d-flex .filter-apply .js-form-submit {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 5px 20px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 18px 0px 7px 0px;
  border: 0px;
}
@media (max-width: 481px) {
  .podcast-filter .d-flex .filter-apply .js-form-submit {
    margin-top: 0;
  }
}
.podcast-filter .d-flex .filter-apply .js-form-submit:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #e37705;
  color: #ffffff;
}

.podcast-title {
  background-color: #f3f4f6;
  padding: 15px;
  border-radius: 8px;
}
.podcast-title h4 {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .podcast-title h4 {
    font-size: 14px;
  }
}
.podcast-title h5 {
  font-size: 20px;
  margin-bottom: 0px;
  text-align: right;
  font-weight: 600;
}
@media (max-width: 768px) {
  .podcast-title h5 {
    font-size: 14px;
  }
}

.podcast-list-div {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  margin: 10px 0px;
  transition: all 0.3s ease;
}
.podcast-list-div h4 {
  font-size: 20px;
  color: #333333;
}
@media (max-width: 768px) {
  .podcast-list-div h4 {
    font-size: 16px;
  }
}
.podcast-list-div p {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 22px;
}
.podcast-list-div:hover h4 {
  color: #005F60;
}
.podcast-list-div:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.podcast-list-div .categorie-list-div ul {
  padding: 0px;
  list-style: none;
  margin: 10px 0px;
}
.podcast-list-div .categorie-list-div ul li {
  display: inline-block;
  color: #6b7280;
  font-size: 15px;
  padding-right: 5px;
}
.podcast-list-div .categorie-list-div ul li .podcast-category {
  background-color: #eeeeee;
  color: #747373;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 30px;
}
.podcast-list-div .categorie-list-div ul li .podcast-category.blue {
  background-color: #EFF6FF;
  color: #1D4ED8;
}
.podcast-list-div .categorie-list-div ul li .podcast-category.green {
  background-color: #F0FDF4;
  color: #15803D;
}
.podcast-list-div .categorie-list-div ul li .podcast-category.orange {
  background-color: #ffedd5;
  color: #9a3412;
}
.podcast-list-div .podcast-list-download {
  text-align: center;
}
@media (max-width: 768px) {
  .podcast-list-div .podcast-list-download {
    text-align: left;
  }
}
.podcast-list-div .podcast-list-download p {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 0px;
}
.podcast-list-div .podcast-list-download .btn-listen-banner {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 15px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 7px 0px;
}
.podcast-list-div .podcast-list-download .btn-listen-banner:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005F60;
  color: #ffffff;
}
.podcast-list-div .podcast-list-download .btn-listen-banner:hover span {
  color: #ffffff;
}
.podcast-list-div .podcast-list-download .btn-listen-banner span {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .podcast-list-div .podcast-list-download .btn-listen-banner span {
    font-size: 13px;
  }
}

.pagination {
  text-align: center;
  margin: 40px 0px 40px 0px;
}
.pagination .page-item.active .page-link {
  background-color: #e37705;
  border: 1px solid #e37705;
  color: #ffffff;
}
.pagination .page-item .page-link {
  color: #333333;
  font-weight: 400;
}
.pagination .pager-ellipsis {
  padding: 3px 15px;
}

.podcast-series-box {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  margin: 20px 0px;
  transition: all 0.3s ease;
  height: calc(100% - 30px);
}
.podcast-series-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.podcast-series-box.green {
  background: #eefbfb;
  background: linear-gradient(138deg, rgb(238, 251, 251) 0%, rgb(255, 255, 255) 100%);
}
.podcast-series-box.orange {
  background: #FFF9F2;
  background: linear-gradient(138deg, rgb(255, 249, 242) 0%, rgb(255, 255, 255) 100%);
}
.podcast-series-box.black {
  background: #FFF9F2;
  background: linear-gradient(138deg, rgb(255, 249, 242) 0%, rgb(255, 255, 255) 100%);
}
.podcast-series-box.dark-green {
  background: #eefbfb;
  background: linear-gradient(138deg, rgb(238, 251, 251) 0%, rgb(255, 255, 255) 100%);
}
.podcast-series-box.pink {
  background: #fff5f9;
  background: linear-gradient(138deg, rgb(255, 245, 249) 0%, rgb(255, 255, 255) 100%);
}
.podcast-series-box.blue {
  background: #eefbfb;
  background: linear-gradient(138deg, rgb(238, 251, 251) 0%, rgb(255, 255, 255) 100%);
}
.podcast-series-box.purple {
  background: #F9F2FF;
  background: linear-gradient(138deg, rgb(249, 242, 255) 0%, rgb(255, 255, 255) 100%);
}
.podcast-series-box.red {
  background: #FFF2F2;
  background: linear-gradient(138deg, rgb(255, 242, 242) 0%, rgb(255, 255, 255) 100%);
}
.podcast-series-box a {
  display: block;
  text-decoration: none;
}
.podcast-series-box .icon {
  background-color: #a6a6a6;
  color: #fff;
  padding: 5px 10px;
  border-radius: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
}
.podcast-series-box .icon.green {
  background-color: #008083;
}
.podcast-series-box .icon.orange {
  background-color: #e37705;
}
.podcast-series-box .icon.black {
  background-color: #333333;
}
.podcast-series-box .icon.dark-green {
  background-color: #005F60;
}
.podcast-series-box .icon.pink {
  background-color: #d23369;
}
.podcast-series-box .icon.blue {
  background-color: #2563eb;
}
.podcast-series-box .icon.purple {
  background-color: #6b3fa0;
}
.podcast-series-box .icon.red {
  background-color: #d64242;
}
.podcast-series-box h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.podcast-series-box p {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.podcast-series-box .session {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 22px;
  font-weight: 400;
}
.podcast-series-box.green h3 {
  color: #008083;
}
.podcast-series-box.green .icon {
  background-color: #008083;
}
.podcast-series-box.orange h3 {
  color: #e37705;
}
.podcast-series-box.orange .icon {
  background-color: #e37705;
}
.podcast-series-box.black h3 {
  color: #333333;
}
.podcast-series-box.black .icon {
  background-color: #333333;
}
.podcast-series-box.dark-green h3 {
  color: #005F60;
}
.podcast-series-box.dark-green .icon {
  background-color: #005F60;
}
.podcast-series-box.pink h3 {
  color: #d23369;
}
.podcast-series-box.pink .icon {
  background-color: #d23369;
}
.podcast-series-box.blue h3 {
  color: #2563eb;
}
.podcast-series-box.blue .icon {
  background-color: #2563eb;
}
.podcast-series-box.purple h3 {
  color: #6b3fa0;
}
.podcast-series-box.purple .icon {
  background-color: #6b3fa0;
}
.podcast-series-box.red h3 {
  color: #d64242;
}
.podcast-series-box.red .icon {
  background-color: #d64242;
}

.sortby-exchange {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
.sortby-exchange label {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1025px) {
  .sortby-exchange label {
    font-size: 13px;
  }
}
.sortby-exchange .chosen-single {
  font-size: 16px;
  height: 42px;
  padding: 7px;
  border: 1px solid #dee2e6;
}
.sortby-exchange .chosen-single:focus {
  box-shadow: none;
  border: 1px solid #005F60;
}
@media (max-width: 1025px) {
  .sortby-exchange .chosen-single {
    font-size: 13px;
    width: 80px;
    padding: 7px 8px;
  }
}
.sortby-exchange .form-type-select {
  margin-bottom: 0px !important;
}
@media (max-width: 620px) {
  .sortby-exchange {
    justify-content: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1300px) {
  .page-node-1000192 .node--type-landing-page .container {
    padding: 0 10px;
  }
}
.page-node-1000192 .subscribe-title {
  display: none;
}
.page-node-1000192 .subsribe-journal-wrap .subscribe-cards .subs-card {
  background-color: #005f60;
  padding: 30px;
  margin: 20px 0px;
  text-align: center;
  border-radius: 8px;
  width: 100%;
}
.page-node-1000192 .subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box {
  box-shadow: none !important;
  border: 0px solid #f3f4f6;
  border-radius: 0px;
  padding: 0px;
  height: inherit;
  transition: none !important;
  border-top: 0px;
  background-color: transparent;
}
.page-node-1000192 .subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box:hover {
  transition: none !important;
  transform: none;
}
.page-node-1000192 .subsribe-journal-wrap .subscribe-cards .subs-card h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.page-node-1000192 .subsribe-journal-wrap .subscribe-cards .subs-card p {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-node-1000192 .subsribe-journal-wrap .subscribe-cards .subs-card .subscribe-btn button {
  border-radius: 6px;
  display: inline-block;
  background-color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  color: #005F60 !important;
  padding: 10px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 7px 0px;
  width: auto !important;
}
.page-node-1000192 .subsribe-journal-wrap .subscribe-cards .subs-card .subscribe-btn button:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #e37705 !important;
  color: #ffffff !important;
}

.page-node-1000192 .node__content .float-start {
  float: none !important;
}
/*# sourceMappingURL=node--podcast.css.map */
