#nav-header{
    display: none;
}

.header-mobilelog {
    display: flex;
    padding-bottom: 505px;
    justify-content: space-between;
    padding-left: 31px;
    padding-right: 21px;
    align-items: flex-end;
}
.button5 a {
	text-decoration:none;
    padding-top: 20px;
    box-shadow: none;
}
.button5:focus-visible {
    outline: 0 !important;
}
.btn-open:after {
	content: url("/wp-content/uploads/2023/07/little-nav.svg");
    transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
    box-shadow: none;
}
.btn-close:after {
	content:url(/wp-content/uploads/2023/07/cancel.png);
    transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
    box-shadow: none;
}
.btn-close {
    display: inline;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 999;
    font-size: 30px;
}
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background: #0d7978;
	overflow:auto;
	z-index:99;
    padding-top: 80px;
}
.wrap {
    color: #e9e9e9;
    text-align: center;
    max-width: 100%;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
}
.wrap ul.wrap-nav {
    /* text-transform: capitalize; */
    margin: 95px 0px 0px;
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
}
ul.wrap-nav li:nth-child(4) {
    background-color: white;
    border: 1px solid #DCDCDC;
    border-radius: 50px;
    margin-top: 64px !important;
    padding: 18px !important;
    width: 16% !important;
}
.wrap ul.wrap-nav li {
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    /* width: 34%; */
    position: relative;
    line-height: 40px;
    /* font-weight: 300; */
    font-family: Urbanist;
    margin: 0 auto;
    /* color: #000000; */
}
.wrap ul.wrap-nav li a {
    display: block;
    padding-bottom: 45px;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    color: black;
     font-weight: bold;
    font-size: 30px;
    background: white;
    border-radius: 35px;
    padding: 14px 36px;
    margin-bottom: 35px;
}

.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}

@media screen and (max-width: 600px){
	header#masthead {
        display: none;
    }
	.overlay {
        padding-top: 77px;
    }
	#nav-header {
    display: block;
    background-image: url(https://metlifedev.wpengine.com/wp-content/uploads/2023/07/parents-banner-mobile.png);
}
	.home .lessons {
    z-index: 1;
}
	.home .inner-section {
    flex-direction: column;
}
	.page-template-parents-template .banner-section h2 {
    right: 3em;
    bottom: 2.2em;
    font-size: 50px;
}
	.banner-section h2 {
    z-index: 1;
}
}
@media screen and (max-width: 375px) {
	.page-template-parents-template .banner-section h2 {
    font-size: 46px;
}
}
