/* 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;
}

@media (max-width: 760px) {
	#header_cfbranding {
	  display: none;
	}
}

@media (min-width: 761px) {
	#header_cfbranding {
	  display: block;
	}
}

/*
@media (max-width: 1009px) {
  #pghdr_logo_desktop_credible,
  #pghdr_logo_desktop_faith,
  #pghdr_logo_desktop_name {
    display: none;
  }
}
*/


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

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

#pghdr_logo_desktop_faith {
  height: 83px;
  width: 233px;
  position: absolute;
  bottom: 39px;
  left: 25px;
  -webkit-perspective: 600px; /* Chrome, Safari, Opera */
  -moz-perspective: 600px;
  -ms-perspective: 600px; /* IE 9 */
  -o-perspective: 600px;
  perspective: 600px;
}

#pghdr_logo_desktop_name {
  height: 19px;
  width: 249px;
  position: absolute;
  bottom: 19px;
  right: 0;
  -webkit-perspective: 600px; /* Chrome, Safari, Opera */
  -moz-perspective: 600px;
  -ms-perspective: 600px; /* IE 9 */
  -o-perspective: 600px;
  perspective: 600px;
}

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

#pghdr_logo_mobile_faith {
  height: 83px;
  width: 233px;
  position: absolute;
  bottom: 39px;
  left: 25px;
  -webkit-perspective: 600px; /* Chrome, Safari, Opera */
  -moz-perspective: 600px;
  -ms-perspective: 600px; /* IE 9 */
  -o-perspective: 600px;
  perspective: 600px;
}

#pghdr_logo_mobile_name {
  height: 19px;
  width: 249px;
  position: absolute;
  bottom: 24px;
  left: 23px;
  -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%;
}

#pghdr_logo_mobile_credible,
#pghdr_logo_mobile_faith,
#pghdr_logo_mobile_name {
   display: none;
}

