a.anchor{display: block; position: relative; top: -150px; visibility: hidden;}

.rt-block {
    padding-top: 5px !important;
}

.rt-heading-title-white .rt-block {
    margin: auto;
    width: 60%;
}
.rt-heading-title-white .title {
    color: #c88e18;
    font-family: "Walkway",Verdana,Helvetica,Arial,sans-serif;
    font-size: 300%;
    line-height: 160%;
    margin-bottom: 0;
}
.rt-heading-title-white .title::after {
    background: #c88e18;
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    margin: auto;
}

.rt-heading-title-white .title span {
    color: #835e10;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.video-background {
    background: #000;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
  	overflow:hidden;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
}
#vidtop-content {
    top: 0;
}