.anchor-position {
    display: block;
    position: relative;
    //top: -66px;  /* to offset fixed nav */
    visibility: hidden;
    height: 0;
}
.anchor-position p {
	margin: 0 !important;
    height: 0 !important;
}

.section-header-wrapper {
	position: relative;
	display: block;
	width: 100vw;
	//height: 540px;
	background-size: cover !important;
	padding: 20px;
	text-align: center;
	
}

.section-header-wrapper .overlay {
	opacity: 0.75;
}

.section-header-wrapper .center-wrapper {
		position: relative;
	    max-width: 730px;
	    margin: 0 auto;
	}

.section-header-wrapper .center-wrapper h3 {
	margin-top: 0;
}
.section-header-wrapper .center-wrapper h3,
.section-header-wrapper .center-wrapper p,
.section-header-wrapper .center-wrapper ul,
.section-header-wrapper .center-wrapper ol {
	color: #fff;
}

.section-header-wrapper .center-wrapper ul,
.section-header-wrapper .center-wrapper ol {
	text-align: left;
	margin-top: 35px;
}

.section-header-wrapper.in-view .center-wrapper .icon-wrapper {
	opacity: 1;
	
}

@media screen and (min-width:768px){
	.section-header-wrapper {
		height: 540px;
	}
	.section-header-wrapper .center-wrapper {
		position: relative;
	    top: 50%;
	    -ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	    transform: translateY(-50%);
	    max-width: 1140px;
	    max-width: 730px;
	    margin: 0 auto;
	}
	.section-header-wrapper .center-wrapper .icon-wrapper {
		margin-bottom: 25px;
		opacity: 0;
		-webkit-transition: all 1.5s ease 0.5s;
		-moz-transition: all 1.5s ease 0.5s;
		-o-transition: all 1.5s ease 0.5s;
		transition: all 1.5s ease 0.5s;
	}
}
