.measurements-nav > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 28px;
    font-weight: 700;
    color: #f3d054;
    text-decoration: none;
    border: none;
    padding-bottom: 10px;
}

.measurements-nav > a i {
	transition: transform 300ms ease;
	transform-origin: center center;
}

.measurements-nav > a[aria-expanded='true'] i {
	transform: rotate(180deg);
}

.measurements-nav li {
	list-style: none;
	padding: 0.3em 0;
}

.measurements-nav li a {
	text-decoration: none;
	color: #28939d;
	font-size: 16px;
}

.measurements-nav li a.active {
	font-weight: 700;
}

.sidebar-menu-container {
	position: relative;
}
#sidebar-menu {
	position: relative;
}
@media (max-width: 767px) {
	#sidebar-menu {
		width: 100% !important;
	}
}
@media (min-width: 768px) {
	.sidebar-menu-container {
		height: 100%;
	}
	#sidebar-menu {
		position: absolute;
		top: 0;
	}
	#sidebar-menu.sticky {
		position: fixed;
	}
	#sidebar-menu.sticky.bottom {
		position: absolute;
		top: auto;
		bottom: 0;
	}
}
#sidebar-menu ul li a {
	text-decoration: none;
	color: #28939d;
}

#sidebar-menu ul li a.active {
	font-weight: 700;
}

.topics-wrapper ul.topics-list li {
	list-style: none;
}

.mx-n1 {
	margin-left: -0.25rem !important;
	margin-right: -0.25rem !important;
}

@media (max-width: 991px) {
	.bar-graph-side {
		max-width: none !important;
	    font-weight: bold;
	    font-size: 1.2em;
	}
}

@media (min-width: 992px) {
	.bar-graph {
		position: relative;
		padding-left: 50px;
	}
	.bar-graph:first-child .bar-graph-side + .border-top {
		border-top: 0 !important;
	}

	.bar-graph-side {
		position: absolute; 
		top: 0.5rem; 
		left: 0; 
		line-height: 1.2;
		-webkit-transform-origin: left top; 
		-moz-transform-origin: left top; 
		transform-origin: left top; 
		-webkit-transform: rotate(-90deg) translateX(-100%);
		-moz-transform: rotate(-90deg) translateX(-100%);
		transform: rotate(-90deg) translateX(-100%);
		height: 50px;
	    padding: 0 0.6em;
	    text-align: right;
	}
}

.bar-graph-bar {
	position: relative;
	margin-top: 0.7em;
	height: 0.9em;
	background: #20939e;
	background: linear-gradient(to right, rgb(32,147,158) 0%,rgb(32,147,158) 59%,rgb(32,147,158) 100%);
}

.bar-graph-bar span {
	position: absolute;
    top: 0;
    left: 100%;
    padding-left: 4px;
    font-size: 0.8em;
    line-height: 0.8;
    color: #888;
}

.bar-graph-column {
	position: relative;
	height: 100%;
	background: #20939e;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin: 0 1px;
}

.bar-graph-column span {
	position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 4px;
    font-size: 0.7em;
    line-height: 1;
    color: #888;
}

.pie-chart figure {
	padding: 0;
	margin: 0;
}

.pie-chart .jchart__summary {
	font-size: 6px;
}

.border-blue {
	border: 2px solid #1dcdce;
}

.border-grey {
	border: 2px solid #bebebe;
}

.graph-table {
	border: none;
	border-collapse: collapse;;
}
.graph-table th {
	color: #fff;
	background-color: #539ba5;
}
.graph-table td, 
.graph-table th {
	border-color: #555;
	vertical-align: middle;
}
.graph-table thead th,
.graph-table thead td {
	border-bottom-width: 1px;
	border-color: #555;
}
@media (min-width: 992px) {
	.graph-table thead td:first-child {
		border-top: none;
		border-left: none;
	}
}
.graph-level-1 {
	background-color: #b2dbc4;
}
.graph-level-2 {
	background-color: #b0e8ca;
}
.graph-level-3 {
	background-color: #dff2c9;
}
.graph-level-4 {
	background-color: #ffe5b2;
}
.graph-level-5 {
	background-color: #eeb3b1;
}

.graph-bubble {
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #685b58;
}

.bubble-table {
	border-collapse: collapse;
}
.bubble-table td, 
.bubble-table th {
	vertical-align: middle;
	border-top-width: 2px;
}
@media (min-width: 992px) {
	.bubble-table td, 
	.bubble-table th {
		border-top-style: dashed;
	}
}
.bubble-table thead th,
.bubble-table thead td {
	text-align: center;
	vertical-align: middle;
	border: none;
}
.bubble-table thead th:nth-child(2n+1),
.bubble-table tbody td:nth-child(2n+1) {
	background-color: #f1f1f1;
}
.bubble-table thead tr:first-child th {
	background-color: #6fb2b7;
	color: #fff;
	font-size: 1.2em;
}
.bubble-table thead tr:first-child th:nth-child(2n+1) {
	background-color: #20939e;
}
@media (min-width: 992px) {
	.bubble-table tbody tr:nth-child(2) td,
	.bubble-table tbody tr:nth-child(2) th {
		border-top-style: solid;
	}
}
.bubble-cell-yes .rounded-circle,
.bubble-cell-no .rounded-circle {
	border: 2px solid transparent;
	width: 1.4em;
	height: 1.4em;
}
.bubble-cell-yes .rounded-circle {
	background-color: #f3d054;
	border-color: #cb9e00;
}
.bubble-cell-no .rounded-circle {
	background-color: #28939d;
	border-color: #147079;
}
.bubble-table thead th:nth-child(2n+1) .rounded-circle,
.bubble-table tbody td:nth-child(2n+1) .rounded-circle {
	border-color: #fff;
}
.bubble-cell {
	position: relative;
	z-index: 1;
}
.bubble-arrow {
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 2px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    z-index: 0;
}
.bubble-arrow-yes {
	background-color: rgba(242, 208, 84, 0.4);
}
.bubble-arrow-no {
	background-color: rgba(40, 147, 157, 0.4);
}

.income-table {
	border-collapse: collapse;
}
.income-table td, 
.income-table th {
	vertical-align: middle;
}
.income-table thead th,
.income-table thead td {
	border-bottom-width: 1px;
	vertical-align: middle;
}
.income-table thead th:nth-child(n+2) {
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}
.income-table th {
	font-size: 90%;
}
.income-frequency {
	background-color: #ddd;
	border-right: 1px solid #fff;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.income-frequency:first-child {
	border-left: 1px solid #fff;
}
.income-frequency-1 {
	background-color: #0b3a3e;
	color: #fff;
}
.income-frequency-2 {
	background-color: #1d6d77;
	color: #fff;
}
.income-frequency-3 {
	background-color: #8ec7cd;
	color: #333;
}
.income-frequency-4 {
	background-color: #6f6259;
	color: #fff;
}
.income-bubble {
	margin: 0 auto;
}
.income-bubble.position-absolute {
	top: 50%;
	left: 50%;
}

.graph-list ol li,
.graph-list ul li  {
	line-height: 1.5;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}
.graph-list ul li  {
	list-style: disc;
}
