.site-content h2 {
  letter-spacing: 1px;
}

.grant-graph-header {
  text-align: center;
  font-size: 27px;
  padding-top: 20px;
  margin-bottom: 0px;
}

.grant-graph-sub-header {
  text-align: center;
  margin-top: 5px;
  font-size: 17px;
}

.graph-container {
  height: 600px;
  text-align: center;
  margin-top: 30px;
}

.p0_segmentMainLabel-outer {
  font-family: 'Roboto Light';
}

#pieChart {
  width: 100%;
}

/* ***** Proportions Section ***** */

.proportions-section {
  margin-top: 90px;
}

.proportions-header {
  text-align: center;
  font-size: 27px;
}

div.prop-graph {
  width: 100%;
  min-width: 970px;
  height: 190px;
}

div.prop-graph-head {
  height: 38px;
  border-bottom: 1px solid #aeb0b2;
  font-size: 28px;
  font-family: 'Roboto Light';
}

div.prop-graph-body {
  height: 100%;
  clear: both;
  border-bottom: 1px solid #aeb0b2;
}

.cell {
  width: 120px;
  float: left;
  min-height: 37px;
}

.bar-label {
  display: none;
}

.prop-graph-body .cell {
  height: 100%;
  border-right: 1px solid #dddddf;
  position: relative;
  text-align: right;
  width: 120px;
}

.prop-graph-body .body-cell-one {
  /*width: 216px;*/
}

.prop-graph-body .body-cell-six {
  border: none;
}

.prop-graph-body p {
  padding: 5px 10px 5px 0;
  position: relative;
}

.prop-graph-body .bar {
  position: absolute;
  top: 12px;
  left: 120px;
}

.prop-graph-body .bar-label {
  position: absolute;
  top: -6px;
  right: -10px;
  display: none;
  height: 10px;
  width: 0px;
  font-size: 15px;
}

.prop-graph-head span {
  font-family: 'Lora';
  font-size: 17px;
}

.prop-graph-header>div {
  display: inline-block;
}

.prop-graph-header .year {
  width: 120px;
}

.prop-graph-header .label {
  margin-left: -3px;
}

.cell-one,
.cell-two,
.cell-three,
.cell-four,
.cell-five,
.cell-six {}

.proportions-section .bar {
  height: 10px;
  display: block;
  position: absolute;
}

.expenditures-bar {
  background-color: purple;
}

.grants-bar {
  background-color: #00AEEF;
}

.program-bar {
  background-color: #F9A21C;
}

.administrative-bar {
  background-color: #22AE8F;
}

.site-content select {
  border: 0;
  font-family: 'Lora';
  font-size: 15px;
  border-radius: 0px;
}

#bar-graph {
  margin-bottom: 5px;
  vertical-align: middle;
}

/* ***** Balance Section ***** */

.graph-row-four .balance-cell {
  border-bottom: 1px solid #c9cacb;
}

.balance-graph-head .balance-cell {
  font-family: 'Roboto Medium';
}

.balance-graph-body {
  font-family: 'Lora';
}

div.balance-section {
  padding-top: 90px;
  clear: both;
}

.balance-section p.column-header,
.income-section p.column-header {
  font-family: 'Roboto Medium';
  font-size: 17px;
}

.balance-header {
  text-align: center;
  font-size: 48pt;
  line-height: 58pt;
  font-family: 'Roboto Medium';
  margin-bottom: 50px;
}

.balance-graph {
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
}

div.balance-graph-head {
  height: 28px;
  border-bottom: 1px solid #aeb0b2;
  font-size: 17px;
  font-family: 'Lora';
  font-style: italic;
}

div.balance-graph-body {
  height: 300px;
}

div.balance-cell {
  float: left;
}

div.balance-head-cell-one {
  width: 300px;
  height: 100%;
}

div.balance-head-cell-two {
  width: 270px;
  height: 100%;
}

div.balance-head-cell-two p.balance-head-two {
  padding-left: 135px;
}

div.balance-head-cell-three {
  width: 165px;
  height: 100%;
}

table {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  border-collapse: collapse;
}

table thead th {
  font-size: 17px;
  font-family: 'Roboto Medium';
  border-bottom: 1px solid #aeb0b2;
}

table tbody tr {
  font-size: 14.62px;
}

table th.head-one {
  text-align: left;
}

table th.head-two,
table tbody tr td:nth-child(2) {
  text-align: right;
  padding-right: 60px;
}

table th.head-one,
table tbody tr td:nth-child(1) {
  padding-left: 30px;
}

table tbody tr+tr>td {
  padding-top: 6px;
}

table th.head-two,
table tbody tr td:nth-child(3) {
  text-align: right;
}

table tbody tr td:nth-child(1),
table thead th:nth-child(1) {
  width: 420px;
  border-right: 1px solid #aeb0b2;
}

table tbody tr td:nth-child(3),
table thead th:nth-child(3) {
  width: 250px;
  border-left: 1px solid #aeb0b2;
}

table tr.total {
  border-top: 1px solid #aeb0b2;
}

table th.head-three {
  text-align: right;
}

table tbody tr.empty-row {
  height: 30px;
}

table tbody tr.total td:nth-child(2),
table tbody tr.total td:nth-child(3),
table tbody tr.net-income td:nth-child(2),
table tbody tr.net-income td:nth-child(3) {
  font-weight: bold;
}

div.balance-head-cell-three p.balance-head-three {
  text-align: right;
}

.balance-section .graph-row-two .balance-cell {}

.balance-section .graph-row-three .balance-cell {}

.balance-section .graph-row-four .balance-cell {
  height: 88px;
}

.income-section .graph-row-one .balance-cell {
  height: 55px;
}

.income-section .graph-row-two .balance-cell {}

.income-section .graph-row-three .balance-cell {}

.income-section .graph-row-four .balance-cell {
  height: 88px;
}

div.balance-body-cell-one {
  width: 300px;
  border-right: 1px solid #e8e8e9;
  border-bottom: 1px solid #c9cacb;
}

div.balance-body-cell-two {
  width: 270px;
  border-right: 1px solid #e8e8e9;
  border-bottom: 1px solid #c9cacb;
}

div.balance-body-cell-two p {
  text-align: right;
  padding-right: 50px;
}

div.income p {
  padding-right: 50px;
}

div.balance-body-cell-three {
  width: 165px;
  border-bottom: 1px solid #c9cacb;
}

.balance-body-cell-three p {
  text-align: right;
  padding-right: 2px;
}

.balance-cell .total {
  font-weight: bold;
}

div.graph-row-five .balance-cell {
  border-bottom: none;
}

/* ***** Income section ***** */

div.income-section {
  padding-top: 90px;
  margin-bottom: 200px;
  clear: both;
}

div.income-section div.balance-graph-head {
  height: 53px;
}

div.balance-section p,
div.income-section p {
  margin: 0 0 6px 0;
}

div.balance-head-cell-two p.income-head-two {
  text-align: right;
  padding-right: 48px;
}

div.balance-head-cell-three p.income-head-three {
  text-align: right;
}

a.back-to-top {
  clear: both;
}

p.column-date,
p.column-date-three {
  font-family: 'Roboto Medium';
  font-size: 14.62px;
  text-align: right;
}

p.column-date {
  padding-right: 50px;
}

p.column-multiline {
  margin-bottom: 2px;
}

span.financials-asterisk {
  display: block;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 18px;
}

div.income p {
  padding-right: 50px;
}

/* ids change on select */

/*[id*="_segmentMainLabel0-outer"], [id*="_segmentPercentage0-outer"] {*/

/*fill: #F9A21C !important;*/

/*}*/

/*[id*="_segmentMainLabel1-outer"], [id*="_segmentPercentage1-outer"] {*/

/*fill: #ADAEB2 !important;*/

/*}*/

/*[id*="_segmentMainLabel2-outer"], [id*="_segmentPercentage2-outer"] {*/

/*fill: #2E3092 !important;*/

/*}*/

/*mps*/

/*[id*="_segmentMainLabel3-outer"], [id*="_segmentPercentage3-outer"] {*/

/*fill: #008bbf !important;*/

/*transform: translateY(15px);*/

/*}*/

/*[id*="_segmentMainLabel4-outer"], [id*="_segmentPercentage4-outer"] {*/

/*fill: #00aeef !important;*/

/*}*/

.axis .domain {
  display: none;
}

.axis .tick {
  /*stroke: lightgrey;*/
  /*opacity: 0.7;*/
}

.axis path,
.axis line {
  opacity: 0.2;
  fill: #ccc;
}

.grid path {
  stroke-width: 0;
}

#proportions {
  display: block;
  margin: 0 auto;
}