.section {width: 100%;}
.section-container{max-width: 1140px; }

.section.upcoming-event{background: #2E284E;}

.row-section{ width: 100%; margin: 4% 0;}

.fundtype-bg{
    background:url('../images/fundtype-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 400px;
    padding:4% 0;
}

.underline{
    border-top: 2px solid #000;
    margin-bottom: 10px;
    display: table;
}

.section-title{
    color:#6D9DC5;
    font-size:24px;
    font-family: monserrat-bold;
    display: table;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before{
    color:#6D9DC5;
    font-size: 18px;
}

/*.cr .slick-arrow{
    position: absolute;
    top:95%;
    z-index: 10;
}
*/
.cr2 .slick-arrow{
    position: absolute;
    top:100%;
    z-index: 10;
}
.slick-prev{
    background:url('../images/arrow-left.png') no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
/*    left:90%;
	*/
}
.slick-prev:hover, .slick-prev:focus{
    background:url('../images/arrow-left.png') no-repeat;
    background-size: 100%;
}
.slick-prev:before{content: none;}

.slick-next{
    background:url('../images/arrow-right.png') no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
/*    left:95%;
	*/
}
.slick-next:hover, .slick-next:focus{
    background:url('../images/arrow-right.png') no-repeat;
    background-size: 100%;
}
.slick-next:before{content: none;}

/*
@media only screen and (max-width: 800px) {
    .slick-prev{
        left:88%;
    }
        
    .slick-next{
        left:95%;
    }
        
}
@media only screen and (max-width: 512px) {
    .slick-prev{
        left:84%;
    }
        
    .slick-next{
        left:95%;
    }
        
}
*/
