/* PDF BUTTONS */
.file-btn,
.file-btn:hover {
	display: inline-flex;
	background: url(../images/file-btn.png) left center no-repeat;
	background-size: 60px auto;
	padding: 0px 0px 0px 70px;
	border:  0px;
	color:  #193B73;
	border-radius: 0px;
	min-height: 80px;
	align-items: center;
}
.file-btn:hover {
	text-decoration: underline;
}
.doc-wrapper {
	border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    background: rgba(216, 216, 216, 0.17);
    padding-top: 30px;
    padding-bottom: 30px;
}

/* INVEST TEMPLATE */
.invest-navigator {
	z-index: 2;
	position: relative;
}
.invest-navigator .row {
	--bs-gutter-x: 5px;
}
.invest-navigator .invest-page-navigator a,
.invest-navigator .invest-tab-navigator a {
	color: #193B73;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	background: rgba(41, 132, 195, 0.1);
	padding:  20px;
	display: block;
	width: 100%;
	position: relative;
}
.invest-navigator .invest-page-navigator a.active,
.invest-navigator .invest-tab-navigator a.active {
	background: #fff;
	color: #009BDE;
}
.invest-navigator .invest-page-navigator a.active:after,
.invest-navigator .invest-tab-navigator a.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #193B73;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}
.invest-tab-content {
	display: none;
}
.invest-tab-content.active {
	display: block;
}
/******/
.invest-steps-content-navigator .col hr {
	background: rgba(145, 146, 155, 0.45);
	height: 3px;
}
.invest-steps-content-navigator .col:nth-child(even) hr {
	background: rgba(145, 146, 155, 1);
}
.invest-steps-content-navigator .tab-toggler {
	border-radius: 0px;
	background: #00ACA0;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 26px;
	text-align: center;
	padding:  20px 15px;
}

/* ACCORDION */
.sp-easy-accordion .sp-ea-single {
	background: rgba(26, 59, 115, 0.13) !important;
	border: 1px solid #193B73 !important;
}
.sp-easy-accordion .sp-ea-single .ea-body {
	background: #fff !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a,
.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa,
.sp-easy-accordion .sp-ea-single .ea-body {
	font-size: 15px !important;
	color: #193B73 !important;
}

/* RATINGS  */
.ratings-logo img {
	height: 100px !important;
	width:  auto;
	margin:  0px auto 60px;
}

/* HOME BG  */
.has-white-bg {
	background-color: rgba(255, 255, 255, 1);
}
.has-gray-overlay {
	background-color: rgba(255, 255, 255, 0.60);
}
.banner-slider {
	background: url(/wp-content/uploads/2021/09/1_home-scaled.jpg) no-repeat;
	background-size: cover;
}
@media all and (min-width:  975px) {
	body.home {
		background: url(/wp-content/uploads/2021/09/1_home-scaled.jpg) no-repeat;
		background-position: center -400px;
		background-size: 100% auto;
	}
	.banner-slider {
		background: transparent;
	}
}

/* VISUALIZER */
.google-visualization-table-table {
	font-family: 'DIN' !important;
}
.google-visualization-table-td:not(:first-child) {
	text-align: right;
}

/* CUSTOMIZED VISUALIZER TABLE */
.visualizer-front-1006 table tr.google-visualization-table-tr-head th:last-child,
.visualizer-front-1006 table tbody tr td:last-child {
	display: none;
}

.visualizer-front-1944 table tr.google-visualization-table-tr-head th:last-child,
.visualizer-front-1944 table tbody tr td:last-child {
	display: none;
}



html, body {
	scroll-behavior: auto!important;
}

g.highcharts-input-group
{
	display: none;
}
.gated-form-note{
	font-style: italic;
	font-size: 14px;
}
.gated-form-note a{
	text-decoration: underline;
}

div.ratings-awards ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
div.ratings-awards ul li{
	padding: 30px 30px 30px;
	margin: 0 0 40px;
	display: inline-block;
	text-align: center;
}

div.ratings-awards ul li img {
	height:100px;
}

div.ratings-awards ul li h6 {
	margin-top: 10px;
}