.nav-wrapper {
	display: none;
}

.accordion {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

@media only screen and (max-width: 734px) {
    .accordion {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}


.section-hero .hero-copy {
    margin-top: 25px;
    margin-bottom: 70px;
    max-width:65%
}

@media only screen and (max-width: 1068px) {
    .section-hero .hero-copy {
        max-width:85%
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .hero-copy {
        margin-top: 20px;
        margin-bottom: 30px;
        max-width:100%
    }
}