/*--- typography/colors/layout ---*/
body, .regularFont {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;	
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, .sidebarHeader, .displayFont, .btn {
    font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
}

h1, .h1, .modal-title, h4, .h4, .blue-800-text {
	color: #052c65 !important;
}

h3, .h3, .sidebarHeader, .warm-grey-text, .lead, body.single-report #content h5 {
	color: #7c6247 !important;
}

h2, .h2, .blue-700-text {
	color: #084298 !important;
}

.fs-7 {
	font-size: .875rem !important;
	line-height: 1rem !important;
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.blue-600-text {
	color: #0a58ca !important;
}

.blue-700-text {
	color: #084298 !important;
}

.orange-text {
	color: #cca94d !important;
}

.bg-orange {
	background-color: #cca94d !important; 
}

.bg-blue-800 {
    background-color: #052c65 !important; 
}

.bd-blue-700 {
    background-color: #084298 !important; 
}

.bg-white {
	background-color: #ffffff !important; 
}

.semi-opacity-dark {
	background-color: rgba(0,0,0,.75) !important;
}

.semi-opacity-light {
	background-color: rgba(0,0,0,.5) !important;
}

.lightbgcolor, .vfbp-form {
    background: rgba(178,156,133,.05) !important;
}

.opacity-gradient {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(3,3,3,0.8) 99%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(3,3,3,0.8) 99%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(3,3,3,0.8) 99%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0 );
}

section:after {
	display: block;
	clear: both;
	content: '';
}

img {
	max-width:100%;
	height: auto;
}

a, .nav-link, .blue-600-text {
	color: #0a58ca;
}

a {
	word-wrap: break-word;
}

a:hover {
    color: #052c65;
}

.btn-primary, a.btn-primary {
    color: #fff;
}

.btn.btn-link {
	line-height: 1rem !important; 
	border: none;
	vertical-align: inherit;
	text-decoration: none !important;
	padding: 0 !important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
}

.bottom_divider:after {
    content: '';
    width: 60px;
    height: 3px;
    display: block;
    background: #cca94d;
    margin: 25px 0;
}

.bottom_divider.text-center:after {
    margin: 25px auto;
}

.breadcrumbs > span:last-child span[property="name"] {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home .breadcrumbs,
body.category-newsroom .breadcrumbs,
body.category-press-releases .breadcrumbs,
body.category-testimonies .breadcrumbs,
body.page-template-page_presskit .breadcrumbs,
body.post-type-archive-report .breadcrumbs,
body.parent-pageid-97188 .breadcrumbs,
body.error404 .breadcrumbs,
body.parent-pageid-81026 .breadcrumbs,
body.page-id-100958 .breadcrumbs,
body.page-id-81114 .breadcrumbs {
	display: none;
}

.card-hover .hover-text {
	display: none;
}

.card-hover:hover .hover-text {
	display: block;
}

.bullet_archive {
	padding-left: 0;
    list-style: none;
	clear: both;
}

.icon_list li, .bullet_archive li {
	position: relative;
	padding-left: 1.25rem;
}

.externalLink:after,
.bullet_archive li:before,
#reportAccordion .panelChapter h3:after {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icon_list li i, .bullet_archive li:before {
	position: absolute;
	left: 0;
	top: 4px;
}

.icon_list li i.icofont-external-link {
    position: relative;
    left: inherit;
    top: inherit;
}

.bullet_archive li:before {
	content: "\ea69";
	color: #cca94d;
}

.externalLink:after {
	content: "\ef1f";
	opacity: .9;
	font-size: 90%;
	position: relative;
	top: -1px;
	margin-left: 5px;
}

.icon_list li a, .bullet_archive li a {
	text-decoration: none; 
}

#dot-nav {    
	right: 15px;
	top: 50%;
	margin-top: -150px;
	height: 300px;
	z-index: 999;
	position: fixed;
}

#dot-nav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#dot-nav li {
	position: relative;
	background-color: rgba(178,156,133,.25);
	border-radius: 50%;
	cursor: pointer;
	height: 15px;
    margin: 15px;
    width: 15px;
}

#dot-nav li.active {
	background-color: #cca94d;
}

#dot-nav li:hover {
	background-color: rgba(178,156,133,.8);
}

#dot-nav a {
	outline: 0;
	vertical-align:top;
	position: relative;
	display: none;
}

#dot-nav .tooltip.left {
	left: -190px !important;
	width: 200px;
}

#navbar_scrollspy .active {
	font-weight: bold;
}

body.single .entry_content img {
	padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.circleCount,
.pageWrapper section .submenu-level2 ul.orderedList li:before {
	display: block;
    width: 30px;
    height: 30px;
    background: #cca94d;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    top: 2px;
    float: left;
    position: relative;
}

.vfbp-form {
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	padding: 1.5rem 1rem;
}

.vfbp-form .vfb-help-block {
    color: #333;
}

.vfbp-form .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-size: 1rem;
}

.vfbp-form .btn-primary:hover {
    background-color: #0a58ca;
}

.table tr th,
.table thead tr td,
#table_wrapper table tr.table-success:first-child td.table-success {
	background: #052c65;
	color: #FFFFFF;
	font-weight: 700;
}

th a {
	color: #fff !important;
}

/*datatables*/
.inlineLabel label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.inlineLabel label select {
    width: auto;
    display: inline-block;
}

.inlineLabel label select,
.form-select,
.form-control {
	font-weight: normal !important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;	
}

/*Internet Explorer (IE) only*/
.dontUseIE{display: none;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.dontUseIE{display: block !important;}	
	body.home header {
		position: relative !important;
		top: inherit !important;
	}
	body.home .carousel {
		position: relative;
		margin-top: -217px;
	}
}

/*--- footer ---*/
.footer a, #miniNav a {
	color:#FFF !important;
	text-decoration: none;
}

.cd-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	background: #FFF;
	border-radius: 50%;
	border: 2px solid #FFF !important;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.no-touch .cd-top:hover i {
	color: #b29036;
	opacity: 1;
}

/*--- navigation ---*/
header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 170px;
	z-index: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(3,3,3,0.8) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(3,3,3,0.8) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(3,3,3,0.8) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

header {
	background-size: cover;
	background-image: url(../images/nav-services.jpg);
	background-position: center center;
	height: 170px;
	position: relative;
}

body.page-id-81032 header, /*about template*/
body.parent-pageid-81032 header /*about parent page*/ {
	background-image: url(../images/nav-about.jpg);
}

body.post-type-archive-report header,
body.single-report header {
	background-image: url(../images/nav-report.jpg);
}

body.category-newsroom header,
body.category-press-releases header,
body.category-testimonies  header,
body.category-videos header,
body.events-archive header,
body.events-single header,
body.page-template-page_submenu_newsroom header,
body.single-post header,
body.page-template-page_presskit header {
	background-image: url(../images/nav-newsroom.jpg);
}

body.page-template-page-employment header,
body.summer-internship-program  header {
	background-image: url(../images/nav-jobs.jpg);
}

body.home header {
	background: none;
	margin-bottom: 0; 
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1000;
}

#navWrapper {
	z-index: 1;
	position: relative;
}


/*--- sidebar ---*/
.sidebar .sidebarPanel {
	border-top: 3px solid rgba(162,128,91,.2);
	padding: 1.5rem 0;
}

.sidebar img {
	width: 100% !important;
	height: auto !important;
}

/*GTranslate Plugin*/
#gtranslate_selector{
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#gtranslate_selector > option {
	color: #000;
}

#word-container{
	width: 130px;
	position: relative;
}

.word {
	opacity: 0;
	position: absolute;
	top: 0px;
	right: 20px;
	color: #fff;
	text-align: right;
}

.w1 {
	animation: w1anim 15s infinite;
}

.w2 {
	animation: w2anim 15s infinite;
}

.w3 {
	animation: w3anim 15s infinite;
}

.w4 {
	animation: w4anim 15s infinite;
}

.w5 {
	animation: w5anim 15s infinite;
}

.w6 {
	animation: w6anim 15s infinite;
}

.w7 {
	animation: w7anim 15s infinite;
}

@keyframes w1anim {
	0% {opacity: 0; }
	2% {opacity: 1; }	
	13% {opacity: 1; }
	15% {opacity:0;	}
}

@keyframes w2anim {
	15% {opacity: 0; }
	17% {opacity: 1; }
	28% {opacity: 1; }
	30% {opacity:0;	}
}

@keyframes w3anim {
	30% {opacity: 0; }
	32% {opacity: 1; }
	43% {opacity: 1; }
	45% {opacity:0;	}
}

@keyframes w4anim {
	45% {opacity: 0; }
	47% {opacity: 1; }
	58% {opacity: 1; }
	60% {opacity:0;	}
}

@keyframes w5anim {
	60% {opacity: 0; }
	62% {opacity: 1; }
	72% {opacity: 1; }
	75% {opacity:0;	}
}

@keyframes w6anim {
	75% {opacity: 0; }
	77% {opacity: 1; }
	86% {opacity: 1; }
	88% {opacity:0; }
}

@keyframes w7anim {
  88% {opacity: 0; }
  90% {opacity: 1; }
  98% {opacity: 1; }
  100% {opacity:0; }
}

/* facets pagination */
.facetwp-pager a,
.page-numbers {
	padding: 0;
    border: 1px solid rgba(162,128,91,.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    height: 35px;
    width: 35px;
	line-height: 35px;
    display: inline-block;
    margin: 0 5px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.facetwp-pager a:hover,
.page-numbers:hover {
    background: rgba(162,128,91,.1);
}

.page-numbers.current,
.paginate_button.current,
.facetwp-pager a.active {
	color: #fff;
    background: #cca94d;
}

.page-numbers.dots {
    background: none;
    width: auto;
    margin: 0;
	border: none;
}

.prev.page-numbers,
.prev.page-numbers:hover,
.paginate_button.previous,
.paginate_button.previous:hover,
.facetwp-page.prev,
.facetwp-page.prev:hover  {
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/arrow_prev.png);
}

.next.page-numbers,
.next.page-numbers:hover,
.paginate_button.next,
.paginate_button.next:hover,
.facetwp-page.next,
.facetwp-page.next:hover {
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/arrow_next.png);
}

/* facets */
.facetwp-facet {
    margin-bottom: 0px !important;
}

.facetwp-facet input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.facetwp-dropdown {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(../images/caret_down.png);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.facet-scroll .facetwp-facet {
	overflow-y: scroll;
	max-height: 300px;
	overflow-x: hidden;
}

.facetwp-type-date_range {
	margin-left: -1%;
	margin-right: -1%;
}

.facetwp-type-date_range input {
	width: 48%;
	display: inline-block;
	margin: 0 1%;
}

.categoryFilter .facetwp-facet input.facetwp-search {
    min-width: inherit;
}

.facetwp-input-wrap {
    width: 100%;
}

.loading {
	display: none;
	content: url(../images/ajax-loader.gif);
	margin: 0 auto;
	text-align: center;
}

#facetwp-location {
	width: 100%;
}

.facetwp-checkbox {
    background-position: 0 1px !important;
}

.facetwp-selections {
	clear: both;
	display: block;
	margin: 10px 0;
	width: 100%;
	float: left;
	background: rgba(178,156,133,.1);
	padding: 3px 6px;
}

.pageWrapper section .facetwp-selections ul {
	margin: 0;
}

.facetwp-selection-label {
	font-weight: bold;
}

.flyout-row {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #dee2e6;
}

.flyout-row h3 {
	font-size: 1.25rem!important;
}

/* home page */
.carousel-item {
	background-size: cover; 
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators [data-bs-target] {
    width: 50px;
    height: 8px;
	background-color: #a2805b;
}

.carousel-indicators .active {
	background-color: #cca94d !important; 
}

/* news cards */
.card-thumbnail {
	min-height: 175px;
	background-size: cover;
    background-position: center center;
}

.pressInfo strong {
	display: block;
	margin-top: 5px; 
}

.pressInfo strong + br {
	display: none;
}

/* reports */
body.report-template-default .entry_content h2,
body.report-template-single-report-chart-php .entry_content h2 {
	border-left: 5px solid #cca94d;
    padding-left: 15px; margin-bottom: 25px;
}

body.report-template-default .entry_content section:not(:first-child),
body.report-template-single-report-chart-php .entry_content section:not(:first-child) {
	border-top: 1px solid #CCC;    
	margin-top: 50px;    
	padding-top: 50px;
}

body.single-report .entry_content .objectCredit {
	margin-top: -.75rem!important;
	display: block;
}

body.single-report .entry_content .table tr td,
body.single-report table tr th {
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 1.4;
	padding: 2px .35em !important;
	border: 1px solid #ddd !important;
}

body.single-report .entry_content .table tr.subtotal td,
body.single-report .entry_content .table tr.subtotal.table-success td {
	background: #dcdcdc !important;
	border-bottom: 1px solid #ccc;
	border-top: none !important;
}

body.single-report .entry_content .table tr.table-success td {
	border-top: 2px solid #8cba78 !important;
}

body.single-report .entry_content .table tr.subtrhead td {
	background-color: #48505d;
	color: #FFF;
	border: none;
}

body.single-report .entry_content .table tr.noWrap td:first-child {
	white-space: pre;
}

body.single-report .entry_content h5.chartHeader {
	text-align: center;
	font-size: 18px;
	color: #002563;
	margin-top: 35px;
}

body.single-report .entry_content h5.chartHeader+.small {
	text-align: center;
}

body.single-report .entry_content .table-responsive+p {
	margin-top: 15px;
}

body.single-report .entry_content p >.thumbnail {
	margin-bottom: -15px;
}


/*google chart filters*/
.card .table_filter_wrapper {
	padding: 10px 0;
	margin-bottom: 10px;
	background: #FFF;
}

.exportBt .goog-menu-button {
	color: #fff !important;
	background: #5cb85c !important;
	border: 1px solid #4cae4c !important;
	border-radius: 4px;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.42857143 !important;
	padding: 3px 12px !important;
	margin: 0 !important;
}

.exportBt .goog-menu-button-hover .goog-menu-button-outer-box, 
.exportBt .goog-menu-button-hover .goog-menu-button-inner-box,
.exportBt .goog-menu-button-outer-box, 
.exportBt .goog-menu-button-inner-box {
    border: none !important;
	padding: 0 !important;
}

.exportBt .goog-menu-button-caption:after {
	content: "Download Data";
}

.exportBt .goog-menu-button-caption span {
	display: none;
}

.table_filter_wrapper .text-center label {
	line-height: 34px;
	margin: 0;
}

.goog-combobox input {
    padding: 5px;
}

.goog-combobox-button {
	line-height: 34px;
}

.google-visualization-controls-categoryfilter ul {
    clear: both;
    display: block;
	margin: 10px -0.2em;
}

.google-visualization-controls-categoryfilter li.goog-inline-block {
    font-size: 90%;
    padding: 0px 6px;
}

.google-visualization-controls-rangefilter-thumblabel {
    color: #002563 !important;
	font-size: 14px;
}

.google-visualization-controls-slider-thumb {
    background-color: #002563 !important;
    border: #002563 !important;
}

.google-visualization-table thead th {
	background: #002563 !important;
	color: #FFF;
}

.google-visualization-table-div-page {
    text-align: right;
}

.google-visualization-table-div-page [role="button"] .goog-custom-button-inner-box,
.google-visualization-table-page-number {
	padding: 2px 8px !important;
	line-height: 16px;
	font-size: 12px !important;
}

.google-visualization-table-div-page {
	padding: 10px !important;
}

.google-visualization-table-page-number {
	border: 1px solid #aaa !important;
	line-height: 16px;
	margin: 0px 3px !important;
}

.google-visualization-table-sortind {
    color: #cca94d !important;
    float: right;
}

.goog-combobox .goog-menu {
    max-height: 300px;
    overflow-y: auto;
}

.pageWrapper section .google-visualization-controls-categoryfilter ul {
	margin: 0;
}

#Change_Slider .goog-inline-block span:after {
	content: '%';
	display: inline;
}

.tableBindChart td,
.tableBindChart th {
	white-space: pre-wrap;
	font-size: 12px;
    line-height: 14px;
}

.tableBindChart.fourCol td,
.tableBindChart.fourCol th {
	width: 25%;
}

.google-visualization-table-table td {
    border-color: #ccc;
}

.tableBindChart.fiveCol td, 
.tableBindChart.fiveCol th {
    width: 20%;
}

.tableBindChart {
	margin-top: 10px;
	margin-bottom: 15px;
}

.google-visualization-table-div-page {
	background: transparent !important;
}

.card table th:first-child,
.google-visualization-table-td.google-visualization-table-type-date {
	text-align: left;
}

table.google-visualization-table-table th {
	cursor: default;
	font-family: arial, helvetica;
	font-weight: bold;
}

.google-visualization-table-table td,
.google-visualization-table-table th {
    line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nohead thead {
	display: none;
}

.nohead table {
	border-top: none;
}

.labelGroup {
    width: 95%;
	margin: 0 auto;
    text-align: center;
}

.labelGroup label {
	font-weight: normal;
	font-size: 12px;
	margin: 0 5px;
	line-height: 14px;
	padding-left: 28px;
	position: relative;
	text-align: left;
}

.labelGroup label:before {
	content: '';
	display: block;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 2px;
	left: 0;
	background: #eeeeee;
}

.labelGroup label.linekey:before {
	height: 2px;
	top: 3px;
	top: 5px;
}

.labelGroup label.linekey:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 2px;
	left: 6px;
	border-radius: 50%;
}

.labelGroup label.orange:before, .labelGroup label.orange:after {
	background: #ff9900;
}

.labelGroup label.blue:before, .labelGroup label.blue:after {
	background: #3366cc;
}

.labelGroup label.darkblue:before, .labelGroup label.darkblue:after {
    background: #202D60;
}

.labelGroup label.grey:before, .labelGroup label.grey:after {
	background: #60647c;
}

.labelGroup label.red:before, .labelGroup label.red:after {
	background: #dc3912;
}

.labelGroup label.darkred:before, .labelGroup label.darkred:after {
	background: #b82e2e;
}

.labelGroup label.purple:before, .labelGroup label.purple:after {
	background: #990099;
}

.labelGroup label.cyan:before, .labelGroup label.cyan:after {
	background: #0099c6;
}

.labelGroup label.pink:before, .labelGroup label.pink:after {
	background: #dd4477;
}

.labelGroup label.teal:before, .labelGroup label.teal:after {
	background: #00A796;
}

.labelGroup label.darkteal:before, .labelGroup label.darkteal:after {
	background: #045159;
}

.labelGroup label.yellow:before, .labelGroup label.yellow:after {
	background: #f1bb1b;
}

.labelGroup label.green:before, .labelGroup label.green:after {
	background: #109618;
}

.labelGroup label.lightgreen:before, .labelGroup label.lightgreen:after {
	background: #66aa00;
}

.labelGroup label.NYC:before {
	background: #123f8a;
}

.labelGroup label.USA:before {
	background: #ffa300;
}

/* interactive reports & charts */
.jumbotron {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.interactiveBudgetReport .alert-danger {
	display: none; 
}

.interactiveBudgetReport .selectQuarterGo {
	height: 28px;
    width: 28px;
    border: 1px solid #ced4da;
}

.interactiveBudgetReport .btn-group .btn {
	padding-top: 6px!important;
	padding-bottom: 6px!important;
	line-height: 1;
}

.interactiveBudgetReport section:not(:first-child) {
    border-top: 2px dotted #EEE;
}

.interactiveBudgetReport section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.interactiveBudgetReport article h2 {
    text-align: center;
	margin-bottom: 1rem;
}

.interactiveBudgetReport section .figureTitle {
	display: none;
}

.interactiveBudgetReport .bullet_archive li a.disabled,
.interactiveBudgetReport .bullet_archive li a.disabled:hover {
	cursor: default;
	color: #ccc;
}

.interactiveBudgetReport .bullet_archive li a.disabled:before {
	color: #ccc;
}

.interactiveBudgetReport .card-body {
	height: 450px;
	position: relative;
}

.interactiveBudgetReport .card-body {
	background: url(../images/chart_bg.png) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.interactiveBudgetReport .panelTable .card-body {
	background: #eee;
	height: auto;
}

.interactiveBudgetReport .card >.card-header,
.interactiveBudgetReport .card-footer {
	background: #FFF;
}

.interactiveBudgetReport .selectTitle {
	padding: 0;
}
 
.interactiveBudgetReport .card .alert  {
	display: none;
}

.interactiveBudgetReport .filter .form-select {
	padding: 5px 25px 5px 5px;
    background-position: right 5px center;
    line-height: 1;
}

.interactiveBudgetReport .card-footer:after,
.interactiveBudgetReport #archiveModal .modal-body:after {
	clear: both;
	display: table;
	content: '';
}

.interactiveBudgetReport .modal-body .bullet_archive {
    border: 1px solid #ddd;
    float: left;
    width: 100%;
}

.interactiveBudgetReport .modal-body .bullet_archive li {
    width: 25%;
    display: block;
    float: right;
    border-top: 1px solid #ddd;
    margin: -1px 0 0;
}

.interactiveBudgetReport #archiveModal .bullet_archive li.yearRow {
	clear: right;
}

body.Q1 .modal-body .bullet_archive li:first-child {
	margin-right: 75%;
}

body.Q2 .modal-body .bullet_archive li:first-child {
	margin-right: 50%;
}

body.Q3 .modal-body .bullet_archive li:first-child {
	margin-right: 25%;
}

.interactiveBudgetReport .card .filter .categoryDropdown {
	width: 100%;
}

.interactiveBudgetReport .filter option[disabled] {
	color: #bbb;
	background: #eee;
}

.interactiveBudgetReport .comparisonSelection table th,
.interactiveBudgetReport .comparisonSelection table td {
	width: 25%;
	word-wrap: break-word;
    white-space: pre-line;
}

.interactiveBudgetReport .comparisonSelection table th:nth-child(1),
.interactiveBudgetReport .comparisonSelection table td:nth-child(1) {
	width: 50%;
}

.interactiveBudgetReport .comparisonSelection .filterWrapper  label {
	font-size: 13px;
    line-height: 28px;
	margin-bottom: 0;
}

body.sitemap .entry_content ul, body.sitemap .entry_content li {
    list-style: disc;
}

/*bonds*/
.bondsDiscover{
	padding:40px;
	border-radius:8px;
	margin:50px 0;
}
.form-inline{
   display: inline-block;
}

#changeSelection p{
    display: inline;
}

.bondsDisclaimer p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 18px;
}

.monwrapup{
	padding:0;
	overflow:hidden;
	background-color:#f0ebe7;
	margin-bottom:50px;
	border-radius:8px;
}
.monwrapup h3{
	font-size:30px;
}
.monwrapup h3 a{
	color: #052c65;
	text-decoration:none;
}
.monwrapup h3 a:hover{
	text-decoration:underline;
}
.monwrapup .col-lg-8{
	margin-left: 10px;
    padding: 40px;
}

.category-transaction h3{
	margin-top:40px !important;
}

.category-transaction {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 30px;
	padding:0;
}
.noUpcoming, .noUpcoming p{
	text-align:center;
}

.category-transaction li{
	list-style:none;
	margin-left:-20px;
}

.category-transaction p {
    color: #3b424c;
	margin-bottom:0 !important;
}
.noUpcoming button{
	margin-top:20px;
}



/* responsive */
@media (max-width: 992px) {	
	#dot-nav {
		display: none;
	}

	.sidebarPanel img {
		max-width: 150px;
	}
	
	#navbarContent {
		background: #FFF;
	}
	
	.navbar-light .navbar-nav > .nav-item > .nav-link {
		color: #084298 !important;
	}
	
	.carousel-text .bottom_divider:after,
	.reportJumbotron .bottom_divider:after,
	.interactiveBudgetReport .bottom_divider:after {
		margin: 15px auto 25px;
	}
	
	.nav.justify-content-center > li {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.nav.justify-content-center > li a {
		border: 1px solid #084298;
		border-radius: .2rem!important;
	}
	
	.nav.justify-content-center > li.active a {
		background-color: #052c65;
		color: #FFF;
	}
	
	#navbarContent {
		border-radius: .25rem!important;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	}
	
	#searchLi {
		background: #cccccc;
		float: left;
		width: 100%;
	}
	
	#searchSuggestions,
	.searchbox-icon {
		display: none !important;
	}

	.searchbox-input {
		width: 85%;
		border: none;
		display: block;
		float: left;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		display: block !important;
	}

	.searchbox-submit {
		width: 15%;
		display: block;
		float: left;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		border: none;
	}
	
	.monwrapup{
		padding:20px;
	}
	.WrapupImage{
		display:none;
	}
}

@media (max-width: 768px) {
	.carousel-item {
		height: 450px; 
	}
	
	.carousel-text {
		bottom: 0;
		position: absolute;
		left: 0;
	}
	
	.card-hover .hover-text {
		display: block;
	}
	
	.reportJumbotron .img-thumbnail {
		max-height: 175px;
	}
	
	.reportJumbotron .jumbotron h1 span,
	.reportJumbotron .jumbotron h2 span,
	.reportJumbotron .jumbotron h3 span {
		line-height: 2rem;
	}
	
	.interactiveBudgetReport .card .card-body {
		height: auto;
	}
	
	.interactiveBudgetReport .card .card-body {
		background-size: cover;
	}
	
	body.report-template-default .sidebar #TOCPanel {
		display: none;
	}
}

@media (max-width: 768px) {
	.navbar-brand img {
		max-width: 250px;
	}
	
	.alignright {
		float: none;
		display: block;
	}

}

@media (min-width: 1200px) {
	.contactOffice {
		background-repeat: no-repeat !important;
		background-position: right top !important; 
		padding-right: 200px !important;
		padding-bottom: 50px !important;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
	
@media (min-width: 992px) {
	
	
	.navbar .navbar-collapse,
	.navbar .navbar-collapse .navbar-nav,
	.navbar .navbar-collapse .dropdown, 
	.navbar .navbar-collapse .menu-item-has-children, 
	.navbar .navbar-collapse .navbar-nav > li {
		position: static;
	}
	
	.navbar-nav .dropdown:hover .dropdown-menu{
		display: block;
	}
	
	.navbar .navbar-nav .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
		position: absolute;
		float: left;
		margin-top: -1px;
	}
	
	.navbar-light .navbar-nav > .nav-item > .nav-link {
		color: #ffffff !important;
	}
	
	.navbar-light .navbar-nav > .nav-item > .nav-link:hover {
		background: #084298;
	}
	
	.navbar-nav .img-thumbnail {
		max-height: 230px;
	}
	
	#reportsDropdown + .dropdown-menu .nav-tabs .nav-item.show .nav-link, 
	#reportsDropdown + .dropdown-menu .nav-tabs .nav-link.active, 
	#reportsDropdown + .dropdown-menu .nav-tabs .nav-link:focus, 
	#reportsDropdown + .dropdown-menu .nav-tabs .nav-link:hover{
		border: 1px solid transparent !important;
	}
	
	#reportsDropdown + .dropdown-menu .nav-tabs .nav-link.active {
		border-bottom: 4px solid #cca94d !important;
	}
	
	#searchLi {
		position: absolute; 
		right: 0;
		top: 20px;
		z-index: 2;
	}

	.searchbox{
		position:relative;
		min-width: 42px;
		width: 42px;
		height: 42px;
		float:right;
		overflow:hidden;
		-webkit-transition: width 0.2s;
		-moz-transition: width 0.2s;
		-ms-transition: width 0.2s;
		-o-transition: width 0.2s;
		transition: width 0.2s;
	}

	.searchbox-input{
		top:0;
		right:0;
		border:0;
		outline:0;
		width:100%;
		height:42px;
		margin:0;
		padding:0px 55px 0px 20px;
	}

	.searchbox-icon,
	.searchbox-submit{
		width:42px;
		height:42px;
		line-height:42px;
		display:block;
		position:absolute;
		top:0;
		font-size:20px;
		right:0;
		padding:0;
		margin:0;
		border:0;
		outline:0;
		text-align:center;
		cursor:pointer;
		color:#FFF;
		z-index: 1;
	}

	#navbarContent {
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		max-width: 820px;
	}
	
	.searchbox-open,
	.searchbox-open #searchSuggestions {
		width: 820px;
		height: auto;
	}

	.searchbox input {
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.searchbox.searchbox-open input { 
		background: #FFF;
	}

	.searchbox  .searchbox-submit {
		display: none;
	}

	.searchbox.searchbox-open .searchbox-submit {
		z-index: 2;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

    .searchbox.searchbox-open .searchbox-submit[disabled] {
        opacity: .7;
    }

	.searchbox-open .searchbox-submit {
		display: block;
	}
	
	#searchSuggestions .sub-menu li {
		list-style: none;
	}
	
	#menu-search-menu >li > a,
	#menu-search-menu >li > a:hover {
		cursor: default;
		text-decoration: none;
		font-weight: bold;
		margin-left: 1.5rem;
		color: #052c65 !important;
	}
	
	.carousel-item {
		height: 675px; 
	}
	
	.staticScroll.active,
	.staticNewsletterScroll.active {
		position: fixed;
		top: 0;
		width: 200px;
	}
	
	.interactiveBudgetReport section {
		padding-right: 7rem;
		padding-left: 7rem;
	}
	
	.interactiveBudgetReport section .card {
		margin: 30px -115px 50px;
	}
	
	.interactiveBudgetReport section .card.cardTable {
		margin: 30px 0 50px;
	}
	
	/* page sub menu*/
	.pageSubmenu .nav.justify-content-center > li {
		border-bottom: 4px solid transparent;
	}

	.pageSubmenu .nav.justify-content-center > li:hover {
		border-bottom-color: rgba(43,125,170,.2);
	}

	.pageSubmenu .nav.justify-content-center > li.active {
		border-bottom: 4px solid #cca94d;
	}

	.pageSubmenu .nav.justify-content-center > li.active > a, 
	.pageSubmenu .nav.justify-content-center > li.active > a:focus, 
	.pageSubmenu .nav.justify-content-center > li.active > a:hover,
	.pageSubmenu .nav.justify-content-center > li.active > a:active {
		color: #052c65;
	}
}

@media (min-width: 786px) {
	#homepageNewsCards .card-body {
		height: 315px;
	}
	
	#homepageNewsCards .card-body:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		z-index: 0;
	}
	
	.carousel-text {
		margin-top: 180px;
	}
	
	#discoverMore .card {
		height: 250px;
	}
	
	.toggleResultView,
	.categoryFilter {
		display: block !important;
	}
	
	

}
