#replicated-header {
    color: white;
    top: 28px;
    left: 7px;
    position: absolute;
    font-weight: bold;
}

#header_main .logo {
    position: relative;
}

#page_nuverus-opportunity_ppt-link {
	white-space: nowrap;
	margin: 48px 0 0 0;
}

@media only screen and (max-width: 767px) {
    #replicated-header {
        top: 68px;
        left: 4px;
        font-size: 1.1rem;
    }
	
	#page_nuverus-opportunity_ppt-link {
		margin: 0;
	}
}