article.report .entry_content { 
	min-height: inherit; 
}

.entry_content .img-fluid {
	margin: 0;
}

.entry_content h2 {
	position: relative; 
}

.panelChapter > .card-header {
	padding: 0; 
}

#jumboContent {
	min-height: 350px;
	justify-content: center;
	flex-direction: column;
}

.jumbotron h1 span,
.jumbotron h2 span {
	word-wrap: break-word;
	word-break: break-word;
	line-height: 2.75rem;
}

.jumbotron {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}

.jumbotron .container {
	z-index: 1; 
}

.jumbotron:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: '';
}

.google-visualization-table thead th,
.google-visualization-table td {
	white-space: pre-wrap;
	word-break: break-word;
	line-height: 1.4;
}

.google-visualization-table thead th.google-visualization-table-type-number {
	text-align: right;
}

.google-visualization-table tr.success td {
	background-color: #dff0d8;	
}

.google-visualization-table tr.info td {
	background-color: #d9edf7;	
}

/*budget newsletter*/
.interactiveChart h4,
.interactiveChart h5 {
	text-align: center;
	margin-top: 0;
	font-size: 1.25rem !important;
}

.interactiveChart h4 span {
	font-style: italic; 
	font-weight: normal; 
	display: block;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;	
	font-size: 90%;
}

.category-newsroom section {
    border-top: 1px solid #eee;
    padding: 3rem 0;
    clear: both;
}

.category-newsroom section .table-responsive .table {
	margin: 0 0 .25rem !important;
}

.category-newsroom img.alignright  {
	margin-left: 25px;
	margin-bottom: 25px;
}

.category-newsroom img.alignright + br {
	display: none;
}

.category-newsroom .entry_content table tr th {
    background: #002563;
}

.category-newsletter .entry_content h2:first-child {
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.category-newsroom .sms_sig {border: none !important; }
.category-newsroom .sms_sig + br {display:none;}
.category-newsroom .entry_content a {word-wrap: break-word; white-space: pre-wrap; text-align: left; }
.category-newsroom .table td{text-align: right;}
.category-newsroom .table td:first-child{text-align: left;}
.category-newsroom .table tr th {text-align: left;}
.category-newsroom .table tr th:not(:first-child) {text-align: right;}

.panel .alert.callouts {
	display: block;
	float: none;
	margin: 0 0 25px;
	color: #FFF;
	border: 1px solid #FFF;
}


@media (max-width: 998px) {
	.category-newsroom .jumbotron h1 span {
		font-size: 30px;
		line-height: 45px;
	}
	
	.category-newsroom .jumbotron h2 span {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 768px) {
	#jumboContent {
		text-align: center;
		min-height: inherit;
	}
}

@media (min-width: 768px) {
	#reportAccordion > .panelChapter > .card-body {
		padding: 25px 50px;
	}
	
	.category-newsroom h4 + .table-responsive table, 
	.category-newsroom h5 + .table-responsive table {width: auto; white-space: nowrap; }
}

@media (min-width: 768px) {
	.panel .alert.callouts {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		position: absolute;
		bottom: 15%;
		right: 15%;
		z-index: 2;
		text-align: center;
		padding: 5px;
		font-size: 12px;
		line-height: 14px;
	}
	
	.panel .alert .icon {
		display: block;
		margin: 4px 0;
		font-size: 14px;
	}
}