html {
    scroll-behavior: smooth;
}

.mf_resources_hero{
	position: relative;
}

.mf_resources_hero::before{
	content: "";
    display: inline-block;
    background-image: url('../png/resource-bg-img.png');
	background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;
}

.mf_toc_content_wrapper_info{
	line-height: 180%;
	font-size: 16px;
}

.mf_page_toc_content .panel{
	border: unset;
    box-shadow: none;
    margin-bottom: 0;
    background-color: inherit;
}

.mf_page_toc_content .panel-body {
    padding: 0 15px;
}

.mf_page_toc_navlink{
	color: inherit;
    width: 100%;
    display: block;
    padding: 5px 8px;
    padding-left: 0;
    cursor: pointer;
}

.mf_page_toc_navlink:hover{
	color: #1c7ce2;
    opacity: 1;
}

.mf_page_toc_navlinkWrapper{
	padding-left: 25px;
	padding-top: 5px;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.mf_page_toc_navwrapper .panel-title{
	padding-bottom: 0;
	font-size: 14px;
    font-weight: 400;
}

.mf_page_toc_label{
	font-size: 14px;
    font-weight: 600;
    color: #616161;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.mf_page_toc_navwrapper a[aria-expanded="true"] {
    font-weight: 500;
}

.mf_toc_divider {
    height: 70px;
}

.mf_toc_page_item_heading{
	font-size: 30px;
	padding-top: 10px;
}

.mf_toc_page_item_subheading {
    font-size: 26px;
    padding-bottom: 8px;
    font-family: "Cal Sans";    
    padding-top: 10px;
}

.mf_page_toc_navwrapper .panel-heading{
	padding: 10px 0;
}

.mf_toc_page_item{
	padding-bottom: 10px;
}

.mf_smoothScrollWrapper,.mf_toc_content_wrapper_info,.mf_page_toc_navwrapper{
	scroll-behavior: smooth;
}

.mf_toc_panel_link{
	display: block;
	background: transparent;
    border: unset;
    padding: 0;
}


.mf_toc_page_item_features_list_item {
    padding: 5px 0;
}

.mf_page_toc_navlinkmain{
	font-size: 14px;
    font-weight: 400;
}

.mf_page_toc_navlink.active{
	color: #1c7ce2;
}

.mf_toc_page_link{
	text-decoration: underline;
	color: #1c7ce2;
}

.mf_toc_page_link:hover{
	text-decoration: none;
}

.mf_page_toc_navwrapper{
	max-height: 300px;
    overflow-y: auto;
}

h4.mf_toc_item_title{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	font-family: "Cal Sans";
	padding-bottom: 0;
}

@media(min-width: 768px){
	.mf_page_toc_navwrapper{
		max-width: 325px;
		position: sticky;
		position: -webkit-sticky;
		top: 10px;
		z-index: 2;
		max-height: calc(100vh - 50px);
		
		/* with background color */
		/* background: #f9fcff;
        padding: 24px;
        border-radius: 8px; */
        
        
	}
	
	.d-sm-flex{
		display: flex;
	}
}

@media(max-width: 767px){
	.mf_page_toc_navwrapper{
		border: 1px solid #e6e3e3;
	    margin-bottom: 25px;
	    padding: 20px;
	    border-radius: 8px;
	}
}