a.fvid {
    display: block;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.home .builder-module-1-background-wrapper,
.page-id-5690 .builder-module-1-background-wrapper {
    background: rgba(255, 255, 255, 0.65) !important;
    z-index: 9999999999;
    position: absolute;
    width: 100%;
	padding-top: 11px;
}
.home .builder-module-1-background-wrapper div,
.page-id-5690 .builder-module-1-background-wrapper div {
    background: transparent !important;
    padding: 0px;
    margin-top: 0px;
}
.home .builder-container-background-wrapper .builder-container-outer-wrapper,
.page-id-5690 .builder-container-background-wrapper .builder-container-outer-wrapper {
    margin-top: 0px;
}
.home .builder-module-1-background-wrapper .title,
.page-id-5690 .builder-module-1-background-wrapper .title {
    text-shadow: 0px 1px 0px rgba(0,0,0,0.50);
}
.home-video {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 3.5em;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.50),1px 1px 1px rgba(0,0,0,0.50);
	position: relative;
}
.home-video:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	right: 0;
}
.home .builder-module-navigation li a,
.page-id-5690 .builder-module-navigation li a {
    background: transparent;
}

a.hpviddonate {
    position: absolute;
    z-index: 9;
    top: 173px;
    right: 230px;
    padding: 0px 20px;
    background: #05c8d4;
    color: white;
    font-weight: 200;
    font-size: 36px;
}
a.hpviddonate:hover {
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 960px) {

#builder-module-5509b8c9565dc .builder-module-sidebar-outer-wrapper, #builder-module-5509b8c9565dc .builder-module-element-outer-wrapper{
float:left !important;
}
}

@media screen and (max-width: 675px) {
.home-video {
font-size: 2em;
}

.home .builder-module-1-background-wrapper,
.page-id-5690 .builder-module-1-background-wrapper {
    position: relative;
    display: block;
    text-align:center;
}
/*
.page-id-5690 .builder-module-1-background-wrapper > div {
   max-width: 98% !important;
}
.page-id-5690 .builder-module-1-background-wrapper div div div {
    width: 100%;
}
*/

}



/*	VIMEO EMBED
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* VIDEO CONTAINER ASPECT RATIO CONTAINER */ 
	.video-container {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}
	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
/* POPUP VIDEO STYLES */	

	/* JQUERY UI DIALOGUE */
	.ui-dialog.jpro-vimeo {
		max-width: 100%;
		max-height: 100%;
	}
	body.playerActive{
		position: relative;
	}
	body.playerActive:before {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.9);
		display: block;
		z-index: 2;
	}
	.ui-dialog.jpro-vimeo, 
	.ui-dialog.jpro-vimeo .ui-dialog-titlebar {
		background: transparent;
		border: 0px;
		position: relative;
		z-index: 3; 
	}
	.ui-dialog.jpro-vimeo .ui-widget-content {
		padding: 0px;
	}
	.ui-dialog.jpro-vimeo iframe {
		margin: 0px auto;
		position: relative;
		display: block;
		z-index: 3;
		max-width: 900px;
	}
	
	/* STYLE FOR POPUP VIDEO */	
	.jpro-tile-wrap.vimeo {
		position: relative;
	}
	.jpro-tile-wrap.vimeo img {
		width: 100%;
		height: auto;
	}
	.jpro-tile-wrap.vimeo:hover {
		cursor: pointer;
	}
	.jpro-tile-wrap.vimeo a.video-play:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 99%;
		background-color: none;
	}
	.jpro-tile-wrap.vimeo a.video-play:after {
		position: absolute;
		border: 3px solid #fff;
		border-radius: 137px;
		color: #fff;
		line-height: 135px;
		content: '►';
		font-size: 45px;
		cursor: pointer;
		width: 137px;
		height: 137px;
		top: 50%;
		left: 50%;
		z-index: 1;
		margin-top: -68.5px;
		margin-left: -68.5px;
		text-align: center;
		padding: 7px 0px 0px 7px;
	}
	.vimeo.jpro-tile-content {
		visibility: hidden;
		font-size: 29px;
		color: #FFF;
		position: absolute;
		bottom: 35px;
		text-align: center;
		width: 100%;
		z-index: 1;
	}
	.jpro-tile-wrap.vimeo a.video-play:hover:before {
		background-color: rgba(0,0,0,.48);
		-moz-transition: background 300ms cubic-bezier(.165,.84,.44,1) 0ms;
		-o-transition: background 300ms cubic-bezier(.165,.84,.44,1) 0ms;
		-webkit-transition: background 300ms cubic-bezier(.165,.84,.44,1);
		-webkit-transition-delay: 0ms;
		transition: background 300ms cubic-bezier(.165,.84,.44,1) 0ms;
	}
	.jpro-tile-wrap.vimeo a.video-play:hover .vimeo.jpro-tile-content {
		visibility: visible;
	}


/* Background Video Style */
	.jpro-tile-container.background-video .video-container:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 9;
	}
	.tile-group {
		position: absolute;
		top: 87%;
		left: 50%;
		width: 85%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		z-index: 10;
		text-align: center;
	}

/* VIDEO LOADER */
	#loader {
		position:absolute;
		left:40%;
		top:35%;
		border-radius:20px;
		padding:25px;
		border:1px solid #777777;
		background:#ffffff;
		box-shadow:0px 0px 10px #777777;
	}
	.jpro-tile-wrap.vimeo #loader {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}