.chart-component {
  color: #7A7A7A;
  background-color: #F5F5F5;
}
.chart-component canvas {
  aspect-ratio: 16/9;
  min-height: 380px;
}

.chart-component-header {
  color: #7A7A7A;
  background-color: #F5F5F5;
}
.chart-component-header .legend.line .light-blue:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0.3em;
  background: #257bc9;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.chart-component-header .legend.line .yellow:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0.3em;
  background: #a4955b;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.chart-component-header .legend.line .dark-blue:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0.3em;
  background: #002868;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.chart-component-header .legend.line .mauve:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0.3em;
  background: #828BA7;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

.chart-table {
  background-color: #F5F5F5;
  color: #7A7A7A;
}
.chart-table b {
  font-weight: bold;
}
.chart-table .chart-table-header {
  border-bottom: #A3955A solid 1px !important;
}
.chart-table ul.chart-table-rows {
  padding: 0;
  margin: 0;
}
.chart-table .chart-table-row {
  border-bottom: #7A7A7A solid 1px;
}
.chart-table .chart-table-row > div {
  padding: 10px 20px;
  min-width: 20%;
  text-align: center;
}
.chart-table .chart-table-row > div:first-of-type {
  text-align: left;
}
.chart-table .chart-table-row:last-child {
  border-bottom: #A3955A solid 1px;
}
.chart-table .chart-table-footer {
  padding: 10px 20px;
}
.chart-table.blue {
  color: #ffffff;
  background-color: #000035;
}
.chart-table.blue .chart-table-row:last-child {
  border-bottom: none;
}
.chart-table.right-align {
  text-align: right;
}
.chart-table.right-align .chart-table-row > div {
  text-align: right;
}
.chart-table.right-align .chart-table-row > div:first-of-type {
  text-align: left;
}

.chart-container_padding_top {
  padding-top: 125px;
}
@media (min-width: 768px) {
  .chart-container_padding_top {
    padding-top: 245px;
  }
}


/*accordion */

.accordion-row {
  background: transparent;
}

.accordion-row .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height .4s ease-in-out;
}

.accordion .accordion-row .accordion-heading{
  font-weight: 600;
  color: #212529;
  border-top: 1px solid #7A7A7A;
  /*#212529;*/
}

.accordion .accordion-row .accordion-heading:after {
  /* content: '';
  position: absolute;
  top: 25px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/CaledoniaInvTheme/assets/images/arrow-right.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  transition: all .3s; */

    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 50%;
    content: ' ';
    color: #fff;
    width: 12px;
    height: 12px;
    border: #a3955a 2px solid;
    border-top: none;
    border-left: none;
    transform-origin: 75% 75%;
    transform: translateY(-75%) rotateZ(45deg);
}

.accordion .accordion-row .accordion-heading.active:after {
    transform: translateY(-75%) rotateZ(225deg);
}

#response-films .changePage.active,  #response-podcasts .changePage.active{
  background: #A3955A; 
}

.podcast a, .film a{
  color: #000035;
}

.date{
    color: #000035;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 300;
}

.hide-pagination .pagination{
    display: none !important;
}

.hide-pagination .film-thumb{
  display: none;
}

.hide-pagination .film-thumb:nth-child(1), .hide-pagination .film-thumb:nth-child(2), .hide-pagination .film-thumb:nth-child(3){
  display: block;
}

.link.dark{
  color: #ffffff !important;
}

.play-icon{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
  cursor: pointer;
}