/* 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:  #1A3B73;
	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;
}
.invest-navigator .row {
	--bs-gutter-x: 5px;
}
.invest-navigator .invest-page-navigator a,
.invest-navigator .invest-tab-navigator a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    background: rgba(41, 132, 195, 0.8);
    display: block;
    padding:  25px 15px;
    width: 100%;
	position: relative;
}
.invest-navigator .invest-page-navigator a.active,
.invest-navigator .invest-tab-navigator a.active {
	background: #fff;
	color: #2984C3;
}
.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 #fff;
    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: 0;
	background: #2984c3;
	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 {
	border: 0px !important;
	background: #fff !important;
	border-radius: 0 !important;
}
.sp-easy-accordion .sp-ea-single:nth-child(even) {
	background: #ddd !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: #1A3B73 !important;
}
.sp-easy-accordion .sp-ea-single .ea-header {
	padding: 15px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	border-left: 1px solid #009583;
	padding: 0px 15px !important;
	font-weight: 400;
}
.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
	margin: 0px 20px 0px 10px;
}

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

/* HOME BG  */
.has-gray-overlay {
	background-color: rgba(255, 255, 255, 0.60);
}
body.page-id-2065 .main-content {
	background: url(/wp-content/uploads/2022/04/about.jpg) no-repeat;
	/* background-position: bottom center; */
	background-position: center -2000px;
	background-size: cover;
}
body.page-id-2065 .banner-slider {
	background: transparent;
}
body.page-id-2065 .breadcrumbs {
	display: none;
}

/* CUSTOM */
.dark-overlay > div {
	z-index: 1;
}
.dark-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	background: #1a3b73;
	opacity: 0.5;
}
.remove-sideline .has-row-side-line:before {
	display: none !important;
}
@media all and (min-width:  768px) {
	.banner-invest.banner-container .banner-slide .credits,
	.adjust-banner-credit.banner-container .banner-slide .credits {
	    bottom: 150px;
	}
	.banner-invest.has-sub-nav.banner-container .banner-slide .credits {
	    bottom: 240px;
	}
	.is-inav-banner.banner-container .banner-slide .credits {
	    bottom: 265px;
	}
}
@media all and (max-width:  767px) {
	.banner-invest.banner-container .banner-slide .credits {
	    bottom: 215px;
	}
	.banner-invest.has-sub-nav.banner-container .banner-slide .credits {
	    bottom: 595px;
	}
    .mobile-navigation  li.blue-bg {
        display: block;
        padding: 0px 0px 0px 30px;
    }
}

.hidden
{
	display: none;
}

#disclaimerModal .modal-content
{
	padding:100px;
	background-color: #ecf7f5;
	border-radius: 0;
}

#disclaimerModal .modal-dialog
{
	max-width: 60%;
}

#disclaimerModal .modal-header
{
	border-bottom: none;
}

#disclaimerModal .modal-footer
{
	border-top: none;
}

#disclaimerModal button#disclaimer-submit
{
	border: none;
	margin-top: 50px;
	font-weight: bold;
}

#disclaimerModal .modal-header .btn-close
{
	position: absolute;
	top: 30px;
	right: 30px;
	width: auto;
	height: auto;
	color: #009583;
	font-size: 10px;
	background-position: right center;
	background-image: url('../images/close-button.png');
	background-size: 100%;
	background-size: contain;
	padding-right: 50px;
}
@media all and (max-width:  767px) {
	#disclaimerModal .modal-content
	{
		padding: 60px 10px 10px 10px;

	}
	#disclaimerModal .modal-dialog
	{
		max-width: 100%;
	}
}

g.highcharts-input-group
{
	display: none;
}
.subscribe-container .acf-col{
	padding-bottom: 30px;
}
.subscribe-container .subcription-note{
	padding: 0 12px;
}
.subscribe-container .subcription-note p{
	font-size: 14px;
}