@charset "UTF-8";
/* CSS Document */


@media (min-width: 1400px) {


}


@media (max-width: 1199.98px) {


}

@media (max-width: 991.98px) {

:root {
	--pgTop: 10rem;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

	.mainNav .pbf-logo {
		left: calc( 50% - 65px );
	}		

	.navSet .donateBtn {
		border: none;
	}

	.mainNav .navSet ul li a {
	}

	.ourMission .sectionHead {
  	font-size: 3.5rem;
	}

	.attQuote {
		line-height: 1.6;
	}

	.ourMission {
		padding-bottom: 1rem;
	}

	.showStats h1.accent {
  	font-size: 2.5rem;
	}

.figure-1 {
	padding-bottom: 2rem;
}

.figure-2 {
  border-top: 2px solid white;
  border-left: 0;
	padding-top: 2rem;
}

.figure-3 {
	border-top: 2px solid white;
}

.figure-3 .numStack {
	flex-direction: column;
}

.figure-3 h1 {
	font-size: calc(5rem + 10vw);
}

.statSources ul {
	flex-direction: column;
}

.ourWork .bigHead {
  font-size: 5rem;
  line-height: 1.1;
}

.pillars h3 {
  font-size: 1.125rem;
  padding-bottom: 1rem;
}

.pillars p {
	min-height: unset;
  padding:0;
}


.pillar {
	margin-bottom: 4rem;
}

.pillar span {
	display: none;
}


.madison {
	flex-direction: column;
}

.madisonTitle {
	text-align: center;
}

.madison h5 {
	margin-bottom: 1rem;
}

.madison img {
  margin-left: unset;
}

.portrait {
	text-align: center;
}

.silence {
	flex-direction: column;
}

.silenceAbout {
  width: auto;
}

.silenceData {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.mapSet {
  padding-bottom: 4rem;
}

.partners {
	padding-bottom: 12rem;
	padding-top: 5rem !important;
}

.partners ul {
	grid-template-columns: 1fr 1fr;
}

.trainLanding {
	padding: 6rem 0 8rem;
}

.trainLanding h1 {
	font-size: 12vw;
	line-height: 1.125em;
}

.trainLanding h4 {
	font-size: 1rem;
}

.warningCircle {
  height: 160px;
  margin-top: -80px;
  padding: 30px;
  width: 160px;
}

.whyShowstop {
	padding-bottom: 0rem;
  padding-top: 5rem;
}

.pointsContainer {
	margin-bottom: 0;
	margin-top: 4rem;
}

.pointsContainer .pointsBow {
	display: none;
}

.whyShowstop .whyPoints li:first-child {
	border-right: none;
	padding: 0 0 2rem 0;
}

.whyShowstop .whyPoints li:nth-child(2) {
	padding: 2rem 0 2rem 0;
}

.whyShowstop .whyPoints li:nth-child(3) {
	border-right: none;
  padding: 2rem 0 2rem 0;
}

.whyShowstop .whyPoints li:last-child {
	border-top:1px solid var(--pbfSecondary);
  padding: 2rem 0 2rem 0;
}

.whyPoints {
	flex-direction: column;
}

.whyShowstop .accent {
  font-size: 2.25rem;
  line-height: 1.4;
}

.expertise {
	background-position-x: center;
	background-size: 150vw;
}

.expertIntro p {
  font-size: 1rem;
}

.expertise h1.accent {
  font-size: 5rem;
}

.showCap {
  min-height: 20vw;
}

.sourceLink {
	font-size: .75rem;
}

.globalNeed {
	background-size: 105%;
  background-position-x: calc( 0% - 3vw );
  padding-bottom: 2rem;
  padding-top: 6rem;
}

.globalNeed .accent {
  font-size: 4rem;
}

.globalNeed ul {
	margin-top: 2rem;
	flex-wrap: wrap;
}

.globalNeed ul li {
	flex:50%;
	margin-bottom: 1.5rem;
	margin-right: unset;
  padding-right: 1rem;
  width: 50%;
}

.globalNeed ul li img {
	width: 80%;
}


.testimonials {
  padding-bottom: 4rem;
}

.sirPaul {
	flex-direction: column;
}

.attend .accent {
	font-size: 4rem;
	margin-left: unset;
	margin-top: -2rem;
}

.attend h3 {
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.attendImg img {
	width: 110%;
}

.attend p {
  font-size: 1rem;
}

.courseRoles li::before {
  border: 3px solid var(--pbfMain);
  border-radius: 50%;
  content: "";
  height: 16px;
  left: -1.75rem;
  top: .375rem;
  width: 16px;
}

.supports li {
	flex-direction: column;
}

.supports .quote {
	padding: 0;
	width: 100%;
}

.supports .attribute {
	padding-left: .675rem;
	width: 100%;
}

.showComments ul {
}

.showComments ul li {
	font-size: 1.125rem;
}


/* News */

.radialShadow {
	padding: 18rem 0 30vw
}

.blog .siteFrame,.single-post .siteFrame {
	background-image: none;
}

.postlet {
	padding-right: 0;
}




.newsPost .featuredImg {
	padding: .75rem;
}

.postBody p:first-child {
	font-size: 1.25rem;
}

.postBody {
	margin-bottom: 0;
}

.postBody p {
	padding: 0;
}

.postlet h2 {
	font-size: 1.5rem;
}


.otherNews .postFeed {
	flex-direction: column;
}

.otherNews .postFeed li {
	padding-right: 0;
	width: auto;
}

.otherNews .postFeed li {
	padding-right: 0;
	width: auto;
}

.otherNews .postFeed .postThumb {
	max-height: max-content;
}

footer .pbf-logo {
	margin-top: -2rem;
}

.footerNav {
	flex-direction: column;
	margin-top: 1rem;
}



	.bullet {
		left: -3.25rem;
	}

	.bullet .interior {
		height: 29px;
  	width: 29px;
	}

	.ourValues ul {
		flex-direction: column;
	}

	.ourValues li {
		display: flex;
		margin-bottom: 1.5rem;
		margin-right: 0;
		position: relative;
		width: auto;
	}

	.valueRing {
		height: 120px;
		width: 120px;
	}

	.valueRing::after {
		height: 30px;
		left: calc(50% - 5px) ;
		top: calc(100% + 10px);
		width: 10px;
	}

	.valuesArt {
		top: 20px;
		height: 80px;
		left: 0;
		text-align: center;
		width: 120px;
	}

	.valuesArt img {
		height: 100%;
  	margin-top: 0;
	}

	.valueTitle {
		padding-left: 0.5rem;
		padding-top: 2.5rem;
	}

	.aboutLanding h1 {
		font-size: 2.5rem;
		line-height: 1.2;
		margin-bottom: 4rem;
	}

	.catalyst .catDetail {
		padding-right: 10vw;
	}

	.catalyst .catDetail p {
		font-size: .875rem;
	}

	.sectionIntro {
  	font-size: 1.25rem;
  	line-height: 1.4;
	}

	.fourPoints p {
		font-size: 1rem;
		line-height: 1.675;
		margin-bottom: 2rem;
	}

	.setContent h2 {
		font-size: 1.3rem;
		width: 30%;
	}

	.setContent ul {
		width: 70%;
	}

	.impactPoints {
		flex-flow: inherit;
	}

	.impactPoints li {
		margin-bottom: 1rem;
		width: 50%;
	}

	.impactPoints h5 {
		padding: 0 1rem;
	}

}


@media (max-width: 767.98px) {

	.pbf-logo {
		left: calc( 50% - 80px );
		width: 160px;
	}

	.mainNav {
		min-height: 7rem;
	}

	.navLogo {
		top: -40px;
	}

	.navSet {
		padding-top: calc(4rem + 22vh);
	}

	.sub-menu li {
		transform: scale(.875);
	}

	.navBG {
		min-height: 8rem;
	}

	.curved-edge-bottom {
	  	mask: radial-gradient(60% 40px at bottom,transparent 99%,black);
	}

	.curved-edge-top {
  	mask: radial-gradient(60% 40px at top,transparent 99%,black);
	}

	.nav-pills .nav-link.active::after {
		left: calc(50% - 10px);
		top: 35px;
  	width: 20px;
	}

	header .mb-logo {
    left: 0;
		position: absolute;
		width:150px;
    z-index: 4;
	}

	.homeLanding {
		padding: 4rem 0 6rem;
	}

	.primeStatement {
		font-size: calc(1rem + 5vw);
		margin-bottom: 15vw;
		margin-top: 20vw;
	}

	.ourMission .sectionIntro {
		font-size: 1.5rem;
	}

	.sectorCard h2 {
		font-size: 1.25rem;
		margin-bottom: .875rem;
	}

	.approachLanding {
		background-position: center;
	}

	.approachLanding h1 {
		font-size: calc(1rem + 5vw);
    margin-top: 72vw;
	}

	.fourPoints h4 {
		margin-bottom: .75rem;
	}

	.impact {
		background-size: cover;
	}

	.setContent {
		flex-direction: column;
	}

	.setContent h2 {
		margin-bottom: 1rem;
		width: 100%;
	}

	.setContent ul {
		width: 100%;
	}

	.cycleSet {
  	margin-bottom: 2rem;
  }

  .contactFrame {
  	padding: 8rem 0 12rem;
	}

	.contactPg {
	  min-height: 23rem;
	}

  .formWrap {
  	padding-left: 2.5rem;
  	padding-right: 2.5rem;
	}


	.bigHead {
  	font-size: 4rem;
	}


	/* News */

	.catFilters li {
		font-size: .75rem;
		margin: 0 .5rem;
	}

	.postFeed li {
		flex-direction: column;
	}

	.postFeed li .postThumb {
		width: auto;
	}

	.postFeed li .postBrief{
		padding-left: 0;
	  width: auto;
	}

	.postThumb {
		max-height: max-content;
	}


	/* About */

	.aboutLanding {
		padding: 18rem 0 14rem;
	}

	.aboutImgArray img {
  	max-width: 90%;
	}

	.initiative {
		padding-bottom: 2rem;
		padding-right: 1rem;
	}

	/* Community */

	.commLanding {
		padding: 18rem 0 14rem;
	}

	.orgTime::before {
		display: none;
	}

	.orgTime ul {
		flex-direction: column;
		border-left: 2px solid var(--pbfMain);
	}

	.orgTime ul li {
		margin-bottom: 1rem;
		padding-left: 1.5rem;
		padding-right: 0;
		width: 100%;
	}

	.orgTime ul li h6 {
		text-align: left;
	}

	.orgTime ul li h6::before {
		left: calc(-1.5rem - 6px);
		top: calc(50% - 6px);
	}

	.safeSpaces {
  	padding-bottom: 2rem;
  	padding-top: 6rem;
	}

	.aboutImgArray img:nth-child(2) {
		margin-left: 3rem;
		margin-top: -5rem;
		max-width: 330px;
		margin-right: 2rem;
	}

	.aboutImgArray img:last-child {
		margin-left: -2rem;
  	margin-top: -3rem;
	}

	.missionGallery {
		display: grid;
	  gap: 2rem;
		grid-template-columns: 1fr 1fr;
  }

	.missionGallery img {
  	max-height: 10rem;
	}

	.commQuote:first-child p {
  	font-size: 1rem;
	}

	/* Training Courses */
	.coursesLanding {
		padding:18rem 0 calc(10rem + 8vw);
	}

	.coursesList ul {
		padding:0;
	}

	.coursesList li {
		flex-direction:column;
	}

	.coursesList li .coursesThumb {
		flex-direction:column;
		height: calc(115px + 15vw);
	}


}

@media (max-width: 575.98px) {


	.pbf-logo {
		left: calc( 50% - 70px );
		width: 140px;
	}

	.mainNav .navSet ul li {
		margin-bottom: .375rem;
		margin-top: .375rem;
	}

	.menuCarat {
		margin-top: .25rem;
	}

	.menuCarat a	{
		border-width: 0 2px 2px 0;
		height: .5rem;
		width: .5rem;
	}

	.ourWork .pbfBtn {
		margin-top: 1rem;
	}

	/* About */
	.pillars h3 {
		padding-bottom: 0;
	}

	.supports li:first-child .quote p {
		font-size: 1.75rem;
	}

	.mainNav .navSet ul li a {
    font-size: 1rem;
  }

	h5, .h5 {
  	font-size: 1rem;
  	line-height: 1.6;
	}

	.primeStatement {
		margin-bottom: 25vw;
	}

	.sectionHead {
		font-size: 2.25rem;
	}

	.pbfMap h1 {
		padding: 2rem 0 0 2rem;
	}

	.ourMission {
		background-size: 480px;
		padding-top: 2rem;
	}

	.approachPoints {
		margin-bottom: 1rem;
	}

	.approachPoints p {
		padding-top: .25rem;
	}

	.ourProjects ul p {
		font-size: .875rem;
	}

	.whyCapture ul li {
		font-size: .875rem;
	}

	.headSet {
	  margin: 0 0 0 1.5rem;
	}

	.setContent {
		padding-left: 2.5rem;
	}

  .setContent h2 {
    margin-bottom: .5rem;
  }

	.setContent ul {
		flex-flow:column;
		max-height: fit-content;
	}

	.setContent li {
		font-size: .875rem;
		line-height: 1.875;
		width: auto;
	}

	.sectorCard {
		padding: 1rem 2rem 1.5rem 1.25rem;
	}

	.sectorCard ul {
		margin-bottom: 2rem;
	}

	.sectorCard ul li:last-child {
		padding-right: 25vw;
	}

	.cardArt {
		height: 25vw;
		bottom: 0;
		right:5vw;
		top:unset;
		width: 30%;
	}

	.cardArt img {
		width: 100%;
	}
	
	.impactPoints .artwork {
		background-size: 20px;
		height: 124px;
		width: 124px;
	}

	.artwork img {
  	width: 50%;
	}

	.impactPoints h5 {
		padding: 0 .75rem;
		font-size: .875rem;
		line-height: 1.375;
		margin-top: 0;
	}

	.ContactPanel > .row {
		padding-left: .5rem;
  	padding-right: .5rem;
	}

	footer ul {
	}

	footer ul li {
		margin-bottom: 0.25rem;
	}

	/* Headband */
	.notifyBand h5 {
		font-size: .75rem;
		margin-bottom: 0;
	}


}

@media (max-width: 419.98px) {

	.sectorCard ul {  
		margin-bottom: 1rem;
	}

  .sectorCard ul li:last-child {
    padding-right: 15vw;
  }

	.cardArt img {
		margin-left: 5vw;
	}

	.formWrap {
		border-radius: var(--mcRadii);
	}

	.formTitle {
		margin-bottom: 2rem;
		padding: 1.25rem 1.375rem;
	}

}




@media (min-width: 767.98px) {


}





