@font-face {
    font-family: 'integral_cfbold';
    src: url('../fonts/integral-cf-bold-webfont.woff2') format('woff2'),
         url('../fonts/integral-cf-bold-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.5em;
}

.page_content_wrap {
	padding: 0;
	background-color: white;
	font-size: 1.3rem;
}

.page_content_wrap p strong {
	color: #000;
}

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

h2, h5 { 
	text-transform: none; 
}

article {
	font-size: 1.2rem;
	line-height: 1.8rem;
}

article a {
	text-decoration: underline; 
	color: rgb(38, 55, 92) !important;
}

article a:hover {
	color: rgb(157, 211, 236) !important;
}

.report-blue a, report-green a {
	color: white !important;
}

article img {
	margin: 15px 0px;
}

article p {
	margin-bottom: 25px;
}

article big {
	display: inline-block;
	padding-bottom: 10px;
}

article ul, article ol {
	padding-left: 2em;
}

.btn {
	font-size: 1.4rem;
	color: #222;
	padding: 14px 20px;
	text-decoration: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

}

.btn:hover {

}

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

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

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

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

#report-header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
}

#report-header h1, #report-header h2 {
	font-family: 'integral_cfbold', sans-serif !important;
	color: rgb(38, 55, 92);
}

#report-header h1 {
	font-size: 5rem;
}

#report-header h2 {
	font-size: 2.5rem;
}

#report-title-header {
	padding: 25px 0px;
}

.report-title-small {
	font-size: 1.8rem;
	color: black !important;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-transform: none;
}

.report-title {
	color: black !important;
	margin: 0px 0px 30px 0px;
	text-transform: none;
	font-size: 2.4rem;
	font-family: 'integral_cfbold', sans-serif !important;
	font-weight: normal;
}

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

.blue-text {
	color: rgb(38, 55, 92) !important;
}

#report-banner {
	width: 100%;
	background-color: rgb(38, 55, 92);
}

#report-banner ul { 
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#report-banner li {
	float: left;
	padding: 0;
	margin: 0;
}

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

#report-banner a:hover {
	color: rgb(157, 211, 236);
}

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

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

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

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

.report-link {
	display: block;
	color: rgb(38, 55, 92) !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;
}

.report-link.blue {
	color: white !important;
	background-color: rgb(38, 55, 92);
	border: 1px solid rgb(38, 55, 92);
}

.report-link.blue:hover {
	background-color: rgb(157, 211, 236);
}

.report-link.red {
	color: white !important;
	background-color: #f16c6e;
	border: 1px solid #f16c6e;
}

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

.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.4rem;
	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 #73B7B3;
	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-cream {
	background-color: #f6f5f2;
}

.report-blue {
	color: white;
	background-color: rgb(38, 55, 92);
}

.report-green {
	color: white;
	background-color: #73B7B3;
}

.report-blue h5, .report-green h5 {
	color: white !important;
}

.report-black {
	color: white;
	background-color:#222;
}

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

.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: rgb(38, 55, 92);
}

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

.quote {
	margin-top: 0;
	font-size: 1.8rem;
	font-weight: bold;
}

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-header .item {
		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;
	}*/

	/*#report-header .item {
		height: 200px;
	}*/
}


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


.no-scroll {
    overflow: hidden !important;
}

@media only screen and (max-width: 768px) {
    .no-scroll {
        height: 100% !important; /* Helps with mobile scrolling/zoom */
        margin: 0 !important;
        padding: 0 !important;
    }
}


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

Dropdown

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


ul.dropdown-menu li {
	position: relative;
	display: inline-block;
}

ul.dropdown-menu li a {
	display: block;
	font-size: 16px;
	background-color: transparent;
}

ul.dropdown-menu li a:hover {
	text-decoration: none;
	color: #e37b75;
}

ul.dropdown-menu li > ul {
	position: absolute;
	display: none;
	width: 250px;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 1000;
	left: 0;
	top: 100%;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.2);
}

ul.dropdown-menu li:hover > ul {
	display: block;
}

/*.menu-item-has-children:after {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
   	content: "\f107";
}*/

ul.dropdown-menu li > ul li {
	display: block;
	margin: 0;
	padding: 0;
}

ul.dropdown-menu li > ul li a {
	padding: 10px 10px !important;
	color: #222 !important;
	font-weight: bold;
	font-size: 1rem !important;
}

ul.dropdown-menu li > ul li a:hover {
	color: rgb(38, 55, 92) !important;
}

.tabs {
	list-style-type: none;
	margin: 20px 0 30px 0;
	padding: 0;
}

.tabs li {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
}

.tabs .tab-link {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 12px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.tabs .tab-link:hover {
	color: white;
}

.tabs .tab-link.active {
	color: white !important;
	background-color: rgb(38, 55, 92);
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

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

2022 Additions 

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

#performance-content h5 {
	margin-top: 0;
	margin-bottom: 10px;
}

#performance-content h6 {
	margin-top: 0;
	font-size: 1rem;
	color: #555;
}

#performance-content ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#performance-content li {
	margin-left: 15px;
	font-size: 0.9rem;
	margin-bottom: 5px;
}

.annotate {
	border: 3px dashed #6baec7;
	padding: 10px;
	margin-top: 10px;
	width: 100%;
	color: white;
	font-size: 1rem;
	font-weight: bold;
}