@font-face {
    font-family: 'Sharp Grotesk Bold';
    src: url('../../fonts/sharpgroteskbold20-regular-webfont.woff2') format('woff2'),
         url('../../fonts/sharpgroteskbold20-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.flex-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

ul>li {
	margin-bottom: 0.2em;
}

.page_content_wrap {
	padding: 0;
	background-color: white;
	font-size: 1.3rem;
	/*font-size: 1.1rem;
	font-family: 'Open sans', sans-serif !important;*/
}

.page_content_wrap p strong {
	color: #000;
}

.page_content_wrap .row {
	margin-right: -15px !important;
}

.green-button {
	background-color: #4dc9ae !important;
	color: white !important;
}

.green-button:hover {
	background-color: #42b89e !important;
}

.white-button {
	background-color: white !important;
	color: #333 !important;
}

.white-button:hover {
	background-color: #f1f1f1 !important;
}

#report-header {
	/*position: relative;
	z-index: 1;
	margin-top: -120px;*/
	background: url(Andrei_Small.jpg) center center no-repeat; 
	background-size: cover;
	height: 500px;
}

#report-title-header {
	/*position: relative;
	z-index: 2;*/
	padding: 25px 0px;
}

.report-title-small {
	font-size: 1.6rem;
	color: #666 !important;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	text-transform: none;
}

.report-title {
	color: black !important;
	margin: 0px 0px 50px 0px;
	text-transform: none;
	font-size: 3.6rem;
	font-size: 3rem;
	font-family: 'Sharp Grotesk Bold', sans-serif !important;
	font-weight: normal;

	/*font-size: 3rem;
	font-weight: 800;*/
}

#report-title-header .report-title {
	margin-bottom: 30px;
}

.report-title-sub {
	position: relative;
	z-index: 2;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0px 0px 30px 0px;
	color: black !important;
	background-color: white;
	text-transform: none;
}

.blue-text {
	color: #377a93 !important;
}

#report-banner {
	width: 100%;
	background-color: #377a93;
}

#report-banner a {
	color: white;
	display: inline-block;
	padding: 25px 10px;
	margin: 0px 5px;
	font-size: 1.1rem;
}

#report-banner a.active {
	font-weight: bold;
}

#report-intro {
	padding: 70px 0px;
}

.padded-section {
	padding: 120px 0px;
}

.padded {
	padding: 0px 0px 40px 0px;
}

.report-link {
	display: block;
	color: #2d5ba1 !important;
	border: 1px solid #ddd;
	padding: 12px 15px;
	margin-bottom: 12px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

.report-link:hover {
	background-color: #f5f5f5;
}

#download-pdf {
	color: white !important;
	background-color: #377a93;
	border: 1px solid #377a93;
}

#download-pdf:hover {
	background-color: #2a6a82;
}

.border {
	width: 100%;
	height: 5px;
	background-color: #eee;
}

.center {
	text-align: center;
}

.report-social {
	margin-top: 20px;
}

.report-social a {
	font-size: 34px;
	margin-right: 2px;
	padding: 4px;
}

button.expand {
	/*font-weight: normal;*/
	/*border: 1px solid #111;*/
	font-size: 1.5rem;
	color: #222;
	padding: 5px;
	margin-bottom: 20px;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}

button.expand:hover {
	color: #44A590 !important;
	background-color: transparent !important;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

[class^="expand-"] {
	display: none;
}

[class^="expand-"].show {
	display: block;
}

.smaller {
	font-size: 1rem;
}

.variable-intro {
	border-top: 7px solid #44A590;
	padding-top: 20px;
	margin-bottom: 30px;
	font-size: 1rem;

}

.variable-intro .report-title {
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.report-table {
	width: 100%;
	/*margin-bottom: 1.5em;*/
	/*margin-bottom: 100px;*/
}

.report-table tr {
	background-color: white !important;
}

.report-table th {
	border: none !important;
	font-weight: 700;
}

.report-table td {
	padding: 0.8em 1em !important;
	font-size: 1.3rem !important;
	letter-spacing: 0 !important;
	border: none !important;
	line-height: inherit !important;
}

.report-table tr:first-child {
	background-color: white !important;
	color: #333 !important;
}

.report-table tr:first-child td {
	font-weight: normal !important;
}

.report-table tr:nth-child(odd) {
	background-color: #f6f5f2 !important;
}

.report-table td.green {
	font-style: italic;
	font-size: 2rem !important;
	color: #44A590 !important;
}

.report-table td.purple {
	font-style: italic;
	font-size: 2rem !important;
	color: #8a69c0 !important;
}

.report-table td.amber {
	font-style: italic;
	font-size: 2rem !important;
	color: #e48563 !important;
}

.report-table td.red {
	font-style: italic;
	font-size: 2rem !important;
	color: #de4a4a !important;
}

.report-table td.gray {
	font-style: italic;
	font-size: 2rem !important;
	color: #999 !important;
}

.overflow {
	overflow-x: auto;
}

.report-table.wide {
	max-width: 100vw !important;
}

.report-table.wide th {
	font-size: 1rem !important;
}


.report-blue {
	color: white;
	background-color:#377a93;
}

.page_content_wrap .report-blue p strong {
	color: white;
}

.report-blue button.expand {
	color: white;
	border-color: white;
}

.report-blue .report-title-small, .report-blue .report-title, .report-blue .report-title-sub {
	color: white !important;
}

.report-blue .report-title-sub {
	background-color:#377a93;
}

.report-blue .report-table {
 	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.report-blue a {
	color: #4dc9ae !important;
}

.report-blue a:hover {
	color: #37b59a !important;
}

a.findings-box {
	position: relative;
	top: 0;
	display: block;
	background-color: white;
	padding: 0px 30px;
	margin-bottom: 30px;
	/*font-family: 'Sharp Grotesk Bold', sans-serif;*/
	font-weight: 600;
	font-size: 1.5rem;
	font-size: 1.1rem;
	color: black !important;
	height: 120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 0px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 0px 1px rgba(0,0,0,0.15);
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease
}

a.findings-box:hover {
	top: -10px;
}

a.findings-box.green {
	background-color:#44A590;
	color: white !important;
}

a.findings-box.green:hover {
	color: black !important;
}

a.findings-box span {
	height: 100%;
}

#infographics img {
	margin-bottom: 30px;
}

@media only screen and (max-width : 991px) {	
	#report-header {
		height: 350px;
	}

	#report-banner a {
		padding: 15px 10px;
	}

	#report-intro {
		padding: 40px 0px;
	}

	.padded-section {
		padding: 50px 0px;
	}

	.padded {
		padding: 0px 0px 20px 0px;
	}
}

@media only screen and (max-width : 767px) {
	#report-header {
		height: 200px;
	}
}


/* -------------------------------- 

Vertical Fixed Navigation 

-------------------------------- */

#dot-nav-overlay {
	display: none;
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(255,255,255,0.9);
}


#dot-nav {
	display: none;
	position: fixed;
	left: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999999999;
}

@media only screen and (min-width : 992px) {	
	#dot-nav.active {
		display: block;
	}
}

#dot-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#dot-nav ul li {
	margin: 0;
}

#dot-nav li a {
	position: relative;
	padding: 0px 20px;
	display: inline-block;
	color: #333;
	font-size: 1.3rem;
	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}

#dot-nav li a .dot {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	display: inline-block;
	height: 14px;
	width: 14px;
	background-color: #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
  	-moz-transition: all 0.2s ease;
  	-o-transition: all 0.2s ease;
  	transition: all 0.2s ease;
}

#dot-nav li a .dot-label {
	display: none;
	margin-left: 25px;
	font-family: 'Sharp Grotesk Bold', sans-serif;
	font-weight: normal;
}

#dot-nav li a.selected {
	font-size: 1.8rem;
	color: black;
}

#dot-nav li a.selected .dot {
	background-color: #44A590;
}

#dot-nav.focus li a {
	padding: 8px 20px;
}

#dot-nav.focus .dot-label {
	display: block;
	opacity: 1;
}


@media only screen and (max-width : 991px) {	
	#dot-nav li a .dot {
		height: 10px;
		width: 10px;
	}
}





/* -------------------------------- 

Chart JS

-------------------------------- */

.container-chart {
	position: relative;
}

.donut-line {
	position: absolute; 
	z-index: 1; 
	top: 60%; 
	right: -40%; 
	width: 300px; 
	height: 500px; 
	border-top: 4px solid #eee; 
	border-right: 4px solid #eee;
}

.report-chart {
	position: relative; 
	z-index: 2; 
	background-color: white;
}

.report-blue .report-chart {
	background-color: #427a94;
	/*background-color: transparent;*/
}

/*@media only screen and (max-width : 1439px) {	
	.donut-line {
		right: -52%; 
		height: 230px;
	}
}*/


@media only screen and (max-width : 991px) {	
	.donut-line {
		display: none;
	}
}


@media only screen and (max-width : 767px) {	
	.content_wrap {
	    	width: 90% !important;
	}
}