@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'FSElliotPro';
    src: url('../fonts/FSElliotPro.eot');
    src: local('FS Elliot Pro'), local('FSElliotPro'),
        url('../fonts/FSElliotPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FSElliotPro.woff2') format('woff2'),
        url('../fonts/FSElliotPro.woff') format('woff'),
        url('../fonts/FSElliotPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FSElliotPro-Bold';
    src: url('../fonts/FSElliotPro-Bold.eot');
    src: local('FS Elliot Pro Bold'), local('FSElliotPro-Bold'),
        url('../fonts/FSElliotPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FSElliotPro-Bold.woff2') format('woff2'),
        url('../fonts/FSElliotPro-Bold.woff') format('woff'),
        url('../fonts/FSElliotPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FS Elliot Pro Light';
    src: url('../fonts/FSElliotPro-Light.eot');
    src: local('FS Elliot Pro Light'), local('FSElliotPro-Light'),
        url('../fonts/FSElliotPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FSElliotPro-Light.woff2') format('woff2'),
        url('../fonts/FSElliotPro-Light.woff') format('woff'),
        url('../fonts/FSElliotPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body{
	font-family: 'FSElliotPro';
	}
button:focus {
    outline: none;
    outline: none;
}
.header-text h2{
	color: #464E7E;
    font-size: 40px;
    font-family: 'FSElliotPro-Bold';
    padding-bottom: 1rem;
	}	
.header-text p{
	color: #4D4E53;
}
.yt-video{
	background:#464E7E;
	    padding-bottom: 2rem;
	}
.credit-box p{
	font-size: 18px;
	}	
.header-top{
	padding-bottom: 15rem;
	}	
#facts-slider{
	    margin-top: -15rem;
	}
.section-heading h2{
	    color: #464E7E;
    font-size: 36px;
    font-family: 'FSElliotPro-Bold';
    padding-bottom: 1rem;
	}
iframe{
	border-radius:20px;
	height:500px;
	}
	
.tenor{
	background:rgb(219 219 219 / 30%);
	}
	
.mf-section{
	background:#0091DA;
	}
	
.statue-box{
	box-shadow: 0px 5px 15px #0000001a;
    border-radius: 20px;
    padding: 4rem 0;
	}	
	
.statue-box h3{	
	color: #464E7E;
    font-size: 24px;
    font-family: 'FSElliotPro-Bold';
    padding-bottom: 30px;
}
.icon-circle{
	width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    background: #F4F4F4;
        margin: 0 auto 30px;
	}
.icon-circle img{	
    width: auto;
    padding-top: 25px;	
}
.statue-box p{
	color: #0091DA;
    text-transform: uppercase;
    font-family: 'FSElliotPro-Bold';
    font-size: 14px;
    margin-bottom: 0;
}
.statue-box h4{
	    color: #0091DA;
    font-family: 'FSElliotPro-Bold';
    font-size: 27px;
}

.fund-cta a{
    border: 2px solid #464E7E;
    display: inline-block;
    background: #fff;
    width: 155px;
    padding: 7px 0;
    color: #464E7E;
    font-family: 'FSElliotPro-Bold';
    border-radius: 50px;
    /* height: 36px; */
    margin-top: 25px;
	    cursor: none;
	transition:0.4s all ease-in-out;
}
.fund-cta a:hover{
	background:#0091DA;
	color:#fff;
	text-decoration:none;
	transition:0.4s all ease-in-out;
}
.blue-sec-heading h1{
	    font-family: 'FSElliotPro-Bold';
    font-size: 48px;
	padding-bottom: 40px;
	}
.highlight-box{
	box-shadow: inset 0px 7px 20px #00000029;
    background: #fff;
    border-radius: 20px;
	    margin-bottom: 30px;
	}
.highlight-box p{
	color: #0091DA;
    font-size: 48px;
    font-family: 'FS Elliot Pro Light';
    line-height: 1.3;
    padding: 25px;
	}
.contact p{
	font-size: 28px;
	}	
.contact p span{
	font-family: 'FSElliotPro-Bold';
	text-decoration:underline;
	/*color:#fff;*/
	}
.contact p a:hover{	
	color: #464E7E;	
}
.disclaimer p{
	    color: #4D4E53;
	}
.disclaimer p.bold{
	font-family: 'FSElliotPro-Bold';
	}	
@media only screen and (max-width:575.9px){
.logo img{
	display: block;
    margin: auto;
	}
.header-text h2 {
    font-size: 28px;
    padding-top: 1rem;
}	
.header-text p {
    text-align: center;
}
iframe {
    height: 300px;
}
#facts-slider {
    margin-top: -12rem;
}
.header-top {
    padding-bottom: 12rem;
}
.highlight-box p{
    font-size: 44px;
	}
.section-heading h2 {
    font-size: 28px;
}
.blue-sec-heading h1 {
    font-size: 36px;
}
	}

