/* Header - Logo */

#header_cfbranding {
	position: absolute;
/*	height: 166px; */
	height: 100%;
	top: 0;
	left: 0;
	max-width: 305px;
/*	max-height: 125px; */
}

#header_cfbranding {
	perspective: 800px;
	-webkit-perspective: 800px;}

#header_cfbranding {
	width: 305px;
}

#pghdr_logo_desktop_bluetest
 {
	height: 123px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	width: 300px;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(153, 153, 153, .2));
	filter: drop-shadow(1px 1px 1px rgba(153, 153, 153, .2))
	
}


#pghdr_logo_desktop_credible {
	height: 52px;
	width: 236px;
	position: absolute;
	bottom: 19px;
	left: 21px;
   	-webkit-perspective: 600px; /* Chrome, Safari, Opera */
   	-moz-perspective: 600px;
   	-ms-perspective: 600px; /* IE 9 */
	-o-perspective: 600px;	  
	perspective: 600px;
}

#pghdr_logo_desktop_faith {
	height: 75px;
	width: 107px;
	position: absolute;
	bottom: 69px;
	left: 5px;
   	-webkit-perspective: 600px; /* Chrome, Safari, Opera */
   	-moz-perspective: 600px;
   	-ms-perspective: 600px; /* IE 9 */
	-o-perspective: 600px;	  
	perspective: 600px;
}

#pghdr_logo_desktop_name {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
	height: 66px;
	width: 105px;
	position: absolute;
	bottom: 78px;
	left: 139px;
   	-webkit-perspective: 600px; /* Chrome, Safari, Opera */
   	-moz-perspective: 600px;
   	-ms-perspective: 600px; /* IE 9 */
	-o-perspective: 600px;	  
	perspective: 600px;
}


#pghdr_logo_mobile_credible {
	height: 59px;
	width: 226px;
	position: absolute;
	bottom: 19px;
	left: 21px;
   	-webkit-perspective: 600px; /* Chrome, Safari, Opera */
   	-moz-perspective: 600px;
   	-ms-perspective: 600px; /* IE 9 */
	-o-perspective: 600px;	  
	perspective: 600px;
}

#pghdr_logo_mobile_faith {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
	height: 85px;
	width: 121px;
	position: absolute;
	bottom: 69px;
	left: 5px;
   	-webkit-perspective: 600px; /* Chrome, Safari, Opera */
   	-moz-perspective: 600px;
   	-ms-perspective: 600px; /* IE 9 */
	-o-perspective: 600px;	  
	perspective: 600px;
}

#pghdr_logo_mobile_name {
	height: 76px;
	width: 116px;
	position: absolute;
	bottom: 78px;
	left: 139px;
   	-webkit-perspective: 600px; /* Chrome, Safari, Opera */
   	-moz-perspective: 600px;
   	-ms-perspective: 600px; /* IE 9 */
	-o-perspective: 600px;	  
	perspective: 600px;
}

#pghdr_logo_desktop_bluetest a,
#pghdr_logo_desktop_name a,
#pghdr_logo_desktop_credible a,
#pghdr_logo_desktop_faith a {
	width: 100%;
	height: 100%;
}

#pghdr_logo_desktop_name_img,
#pghdr_logo_desktop_credible_img,
#pghdr_logo_desktop_faith_img,
#pghdr_logo_desktop_bluetest_img, {
	max-height: 100%;
}

@media (min-width: 1010px) {
	
	#pghdr_logo_mobile_credible,
	#pghdr_logo_mobile_faith,
	#pghdr_logo_mobile_name {
		display: none;
	}
}

@media (max-width: 1009px) {

	#pghdr_logo_desktop_credible,
	#pghdr_logo_desktop_faith,
	#pghdr_logo_desktop_name {
		display: none;}

}