#fullscreen_nav_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
	z-index: 1063;
    width: 100%;
    height: 100vh;
    background: var(--bdBlue);
    transition: none;
}

#fullscreen_nav_wrapper:not(.open) {
	display: none;
}

#fullscreen_nav_wrapper.open {
	display: block;
}

.menu-btn {
    height: 28px;
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
    left: 0;
    top: 0px;
    border-radius: 1px;
    float: right;
	z-index: 1060;
}

.menu-btn span {
    padding: 0;
    position: relative;
    display: block;
    width: 40px;
    height: 4px;
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: var(--bdBlue);
    color: inherit;
    font-size: 0;
    right: 0px;
    transition: 0.35s;
}

.menu-span:after, .menu-span:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 10px;
    background: var(--bdBlue);
    position: absolute;
    top: 0;
    left: 50%;
    transition: transform 0.35s;
}

.menu-span:after, .menu-span:before {
    transform-origin: 0% 0%;
}

.menu-span:before {
    transform: translate(-50%, -12px);
}

.menu-span:after {
    transform: translate(-50%, 12px);
}

.mobile_nav_center_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bd_mobile_nav {
    text-align: center;
    list-style: none;
	width: 22rem;
}

.bd_mobile_nav li {
    margin-bottom: 1rem;
}

.bd_mobile_nav li a {
    color: #fff;
    font-size: 1.0625rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.bd_mobile_nav .bd_btn:hover {
    background-color: var(--bdPrimaryOrange);
    color: var(--bdBlue);
}

.header_static {
    position: static;
}

.menu-btn.active {
    position: absolute;
    z-index: 1067;
/*     top: 0.5922rem; */
    top: 30px;
    left: calc((100% - 40px) - 1.5rem);
    width: 40px;
}

.menu-btn.active span, .menu-btn.active .menu-span:after, .menu-btn.active .menu-span:before {
    background: #fff;
}

.active .menu-span,
.active .menu-span:after, 
.active .menu-span:before {
    background: #fff !important;
}

.active .menu-span:after, 
.active .menu-span:before {
    left: 50%;
}

.menu-btn.active .menu-span:before {
    transform: translate(-50%, 0) rotate(-45deg) scaleX(0.7);
    /* transform: translate(-50%, 0) rotate(-45deg) scaleX(0.7); */
}

.menu-btn.active .menu-span:after {
    /* transform: translate(-39%, 0) rotate(45deg) scaleX(0.7); */
    transform: translate(-44%, 0) rotate(45deg) scaleX(0.7);
    /* top: 2px; */
    top: 0px;
    left: 50%;
}

.no-scroll {
    height: 1px;
    overflow: hidden;
}



@media (max-width: 991px) {
    .bd_hero {
        padding-top: 3.6654rem;
        padding-bottom: 3.6654rem;
    }

    .bd_hero_home{
        padding-bottom: 22.9451rem;
    }

    .bd_hero:not(.bd_hero_state):before, .bd_hero_news:before {
        width: 100%;
        height: 18.9451rem;
        top: auto;
        bottom: 0;
/*         border-radius: 0.1579rem; */
        border-radius: 0px;
    }

    .bd_hero_content img {
        margin-bottom: 1.1519rem;
    }

    .bd_hero_content p {
        font-size: 1.0472rem;
        line-height: 1.4661rem;
        max-width: inherit !important;
        margin-bottom: 0.7854rem;
    }

    .bd_btn, .bd_btn_outline {
        height: 2.6181rem !important;
        padding-inline: 1.0472rem !important;
        font-size: 1.0996rem !important;
    }

    .bd_btn i, .bd_btn_outline i {
        font-size: 1.0472rem;
        margin-left: 1.0472rem;
    }

    .bd_hero_content .bd_btn {
        margin-top: 1.5708rem;
    }

    .bd_intervention {
        padding-top: 3.1585rem;
        padding-bottom: 2.9611rem;
    }

    .bd_hero_about img {
        max-width: 9.4253rem;
    }
    
    .bd_hero_about .bd_hero_content {
        max-width: 27.2286rem;
        margin-inline: auto;
    }
    
    .bd_hero_about .bd_hero_content > * {
        max-width: inherit;
    }
    
    .bd_hero_about .bd_hero_content .eyebrow {
        font-size: 1.0472rem;
        margin-top: 1.0472rem;
        margin-bottom: 1.3090rem;
    }
    
    .bd_hero_about .bd_hero_content h1 {
        font-size: 2.6181rem;
        line-height: 2.6181rem;
        margin-bottom: 1.3090rem;
    }

    .bd_latest {
        margin-top: 1.3090rem;
        margin-bottom: 1.3090rem;
        padding-top: 3.1417rem;
        padding-bottom: 3.1417rem;
    }

    .bd_latest:before {
        width: 100%;
        margin-inline: auto;
        display: block;
        left: 0px;
    }

    .bd_latest h3 {
        font-size: 1.6756rem;
        line-height: 1.6756rem;
    }

    .bd_latest_headline_row {
        margin-bottom: 1.5708rem;
    }
	
	.bd_intervention:before {
		width: 100%;
		left: 0px;
	}
	
	.bd_how_it_work:before {
		width: 100%;
		left: 0px;
	}
	
	.states {
		column-count: 2;
		-webkit-column-count: 2;
		max-width: 35.1388rem;
		padding: 0;
	}
	
	.bd_btn_dont_see_state, .bd_btn_dont_see_state_secondary {
		width: 17.1895rem;
		font-size: 1rem;
		height: 1.5rem;
	}
	
	.bd_hero_news {
        padding-bottom: 24.9451rem;
    }
	
	.bd_hero.bd_hero_contact {
		padding-bottom: 4.6654rem;
	}
	
	.bd_hero_contact .bd_hero_content p:last-child {
		font-size: 0.837806rem;
	}
	
	.bd_form_box {
		max-width: inherit;
		margin-top: 2rem;
	}
	
	.bd_state_resources_section:before {
		width: 100%;
		border-radius: 0px;
		left: 0px;
	}
}

@media (max-width: 767px) {
	.states {
		column-count: 2;
		-webkit-column-count: 2;
		max-width: 90%;
		padding: 0;
	}
	
	.bd_btn_dont_see_state {
		width: 100%;
		font-size: 1rem;
		height: 1.5rem;
		position: static;
	}

	.bd_latest_post_wrapper {
		max-width: 30rem;
		margin-inline: auto;
	}
	
	.bd_state_div {
		overflow-y: scroll;
		display: block;
	}
	
	.bd_state_wrapper {
		margin-top: 3.3688rem;
		margin-bottom: 2rem;
	}
	
	.bd_hero_about img {
		margin-bottom: 1rem;
		width: 100%;
		max-width: 17rem;
	}
	
	.bd_hero_about .bd_hero_content {
		max-width: inherit;
	}
	
	.bd_main_latest .bd_btn {
		max-width: 30rem;
		line-height: 2.5625rem;
	}
	
	.bd_single_post_share {
		flex-direction: column;
	}

	.bd_single_post_share button, .bd_single_post_share a {
		height: 3.9482rem;
		line-height: 2.3482rem;
		display: flex;
	}
	
	.bd_hero_contact .bd_hero_content p:last-child {
		font-size: 1rem;
	}
}
