.x.axis g text {
    fill: none;
}
.x.axis path,
.y.axis path {
  fill: none;
  stroke: #c6c6c6;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

#line_chart_item{
  min-height: 300px;
}
#line_chart_item .axis path,
#line_chart_item .axis line {
  fill: none;
  stroke: #c6c6c6;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

#line_chart_item .line {
  fill: none;
  stroke: #ffd100;
  stroke-width: 1.5px;
}

#line_chart_item .dot {
  fill: #ffd100;
  stroke: #ffd100;
  stroke-width: 1.5px;
}
#line_chart_item text{
  font-size: 16px;
  font-weight: 500;
}
#line_chart_item div.tooltip {
    position: fixed;
    text-align: left;
    width: auto;
    height: auto;
    padding: 4px 9px;
    font: 12px sans-serif;
    background: #0e2755;
    border: 0px;
    border-radius: 0px;
    pointer-events: none;
    display: none;
    color: #fff;
}
#pie_chart_item{
  min-height: 376px;
  min-width: 380px;
  text-align: center;
}
#pie_chart_item_legend{
  text-align: center;
}
#pie_chart_item_legend text{
  font-size: 14px;
}
#bar_chart_item{
  text-align: center;
}
#bar_chart_item_legend{
  text-align: center;
}
#bar_chart_item text.label{
  font-weight: bold;
  fill: #fff;
}
.hide_bar_y g{
  display: none;
}
.pie-chart-label{
  font-size: 18px;
  font-weight: 500;
}
.pie-chart-label-bold{
  font-weight: bold;
  fill: #fff; 
}
#line_chart_item .x.axis text{
  fill: black;
  font-size: 12px;
  font-weight: inherit;
}
#line_chart_item .y.axis text{
  fill: black;
  font-size: 12px;
  font-weight: inherit;
}
#multi_line_chart_item{
  min-height: 300px;
}
#multi_line_chart_item .axis path, 
#multi_line_chart_item .axis line{
  fill: none;
    stroke: #c6c6c6;
    stroke-width: 1;
    shape-rendering: crispEdges;
}
#multi_line_chart_item text {
    font-size: 16px;
    font-weight: 500;
}
#multi_line_chart_item .x.axis text{
  fill: black;
  font-size: 12px;
  font-weight: inherit;
}
#multi_line_chart_item .y.axis text {
    fill: black;
    font-size: 12px;
    font-weight: inherit;
}
#multi_line_chart_item .title-text{
  fill: black;
  font-size: 12px;
  font-weight: inherit;
}

#multi_line_chart_item .dot,
#multi_line_chart_item .circle{
  /*fill: #ffd100;*/
  /*stroke: #ffd100;*/
  stroke-width: 1.5px;
}
#multi_line_chart_item .line{
  fill: none;
  stroke: #ffd100;
  stroke-width: 1.5px;
}
#multi_line_chart_item div.tooltip{
  position: fixed;
  text-align: left;
  width: auto;
  height: auto;
  padding: 4px 9px;
  font: 12px sans-serif;
  background: #0e2755;
  border: 0px;
  border-radius: 0px;
  pointer-events: none;
  display: none;
  color: #fff;
}
#multi_line_chart_item .multi-line-legend text{
  font-size: 14px;
  font-weight: inherit;
}
/*#multi_line_chart_item .multi-set-0 .line{
  stroke: #c6c6c6;
}*/
img.align-left {
  margin-right:20px;
}
img.align-right {
  margin-left:20px;
}
@media screen and (min-width: 1025px) {
  #pie_chart_item{
    max-width: 100%;
    min-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  #pie_chart_item{
    max-width: 100%;
    min-height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .owl-carousel .owl-stage{
    max-height: 534px;
    overflow: hidden;
  }
  #pie_chart_item {
    min-height: 400px;
  }
  #multi_line_chart_item{
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pie-chart-label{
    /* display: none; */
  }
}
@media screen and (max-width: 576px) {
  #pie_chart_item{
    min-width: inherit;
  }
  #block-cdb-content img.align-left {float:none;margin-right:0px;}
  #block-cdb-content img.align-right {float:none;margin-left:0px;}
}
.node--view-mode-full.node--type-podcast .field--node--field-soundcloud-url {
  margin-top: 1.389rem;
  margin-bottom: 2.778rem;
}
.node--view-mode-full.node--type-podcast .node--title {
    margin-bottom: 1.334rem;
}