.pbfLead{
	padding:98px 30px;
	background-size:cover;
	background-position: center center;
	text-align: center;
	color:white;
	position: relative;
	box-shadow:0px 5px 10px #d3d1dd;
	z-index:1;
}
.pbfLead:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: rgba(0,0,0,0.4);
}

.pbfLead .container, .pbfLead .row, .pbfLead .col-md-12{
	width:100%;
	padding:0;
	margin:0;
	max-width:none;
	z-index:1;
}

.pbfLead h2{
	text-shadow: 0 1px 3px black;
	line-height: 46px;
	margin-bottom: 26px;
}
.pbfLead .headline {
	color:#fff;
}
.modalOpener {
	cursor: pointer;
}
@media screen and (min-width: 601px) {
	.pbfLead h2{
		font-size:40px;
	}
}
.pbfLead .underlinedText{
	display:inline-block;
	padding-bottom:10px;
	border-bottom:3px solid #6dcff6;
}

.pbfLead p{
	font-size: 18px;
	line-height: 30px;
	text-shadow: 0 1px 2px black;
	max-width:648px;
	margin: 0 auto 24px auto;
}

.pbfLead .playButtonContainer{
	display: inline-block;
	position: relative;
}
.pbfLead .hex{
	position: absolute;
	top:-5px;
	left:50%;
	width:78px;
	margin-left:-39px;
}
@media screen and (min-width: 601px) {
	.pbfLead .particles{
		width:465px;
		margin-left:-54px;
		margin-bottom: 25px;
		max-width:none;
	}
}
@media screen and (max-width: 600px) {
	.pbfLead .particles{
		margin-bottom: 50px;
	}
}
.pbfLead .videoTitle{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	line-height: 28px;
	font-weight: 100;
}
.pbfLead .videoTitle span{
	text-decoration: underline;
	font-weight: 400;
}

/* PBF Step */

.pbfSteps .container, .pbfSteps .row, .pbfSteps .col-md-12{
	width:100%;
	padding:0;
	margin:0;
	max-width:none;
}
.pbfSteps .container{
	max-width:1000px;
}

.pbfSteps{
	background:white;
}

.pbfSteps .container, .pbfSteps .row, .pbfSteps .col-md-12{
	margin:0;
	padding:0;
}
.pbfSteps .container{
	margin:0 auto;
	padding:0 15px;
}
.pbfSteps .col-md-12 > div{
	display:flex;
}

.pbfSteps .pbfStepContainer{
	width:33.333%;
	text-align:center;
	border-right:1px solid #ededed;
}
.pbfSteps .pbfStepContainer:nth-of-type(1){
	text-align:left;
}
.pbfSteps .pbfStepContainer:nth-of-type(3){
	text-align:right;
	border-right:0 none;
}

@media screen and (min-width:980px){
	.pbfSteps .pbfStepContainer:nth-of-type(2){
		width:38%;
	}
}

.pbfStepContainer .pbfStepInner{
	margin:23px 15px 32px;
	display:inline-block;
	text-align:left;
	position:relative;
}

@media screen and (max-width:850px){
	.pbfSteps .col-md-12 > div{
		display:block;
	}
	.pbfSteps .col-md-12 .pbfStepContainer{
		width:100%;
		text-align:center;
		margin-bottom:0;
		border:0;
	}
	.pbfSteps .col-md-12 .pbfStepContainer:nth-of-type(1){
		margin-top:40px;
	}
	.pbfSteps .col-md-12 .pbfStepContainer:last-of-type{
		margin-bottom:40px;
	}
	.pbfStepContainer .pbfStepInner{
		width:320px;
	}
}

.pbfStepInner .number{
	position:absolute;
	top:0;
	left:0;
	font:64px/1 'Roboto Condensed';
	color:#00aeef;
	font-weight: 100;
}

.pbfStepInner .pbfContent{
	padding-left:40px;
}

.pbfContent .headline{
	font:24px/27px Merriweather;
	margin-top:6px;
	margin-bottom: 1px;
}
@media screen and (max-width: 350px) {
	.pbfContent .headline {
		font-size: 20px;
	}
}
.pbfContent p{
	margin:0;
	color:#1e303a;
}

.pbfContent .smallText{
	font:14px/27px 'Roboto Condensed';
	text-transform: uppercase;
	margin-bottom: 3px;
}

.pbfContent .blueLine{
	width:25px;
	height:20px;
	margin-right:9px;
	border-top:1px solid #00aeef;
	display: inline-block;
}

.pbfContent .blueText{
	font:30px/37px 'Roboto Condensed';
	color:#00aeef;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 2px;
}

/* PBF SHARE YOUR PASSION */

.pbfShareYourPassion .container, .pbfShareYourPassion .row, .pbfShareYourPassion .col-md-12{
	width:100%;
	padding:0;
	margin:0;
	max-width:none;
}

.pbfShareYourPassion:after{
	position:absolute;
}

.pbfShareYourPassion{
	background-size:cover;
	background-position: center center;
	position:relative;
}

.pbfShareYourPassion .inner{
	margin:0 auto;
	max-width:1000px;
	padding:141px 15px;
}
.pbfShareYourPassion .headline{
	font-size:30px;
	line-height: 36px;
	margin:0 0 10px 0;
	font-weight: normal;
}
@media screen and (min-width: 768px) {
	.pbfShareYourPassion .inner{
		display:flex;
		align-items:center;
	}
	.pbfShareYourPassion .left{
		text-align: right;
		width:50%;
		padding-right:43px;
		border-right:1px solid #00aeef;
	}
	.pbfShareYourPassion .right{
		text-align: left;
		padding-left:43px;
	}
	.pbfShareYourPassion .headline{
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	.pbfShareYourPassion, .pbfShareYourPassion .headline {
		text-align: center;
	}
	.pbfShareYourPassion .bodyText {
		margin-bottom: 55px;
	}
	.pbfShareYourPassion .inner, .pbfLead {
		padding: 55px 15px;
	}
}
.pbfShareYourPassion .bodyText{
	font-size:16px;
	line-height: 30px;
}

.pbfShareYourPassion .right a{
	display:inline-block;
	text-transform: uppercase;
	transition:background-color 0.25s ease;
	color:white;
	width: 290px;
}

.pbfShareYourPassion .right a:nth-of-type(1){
	background-color:#2d556b;
	font:16px/21px 'Roboto Condensed';
	padding:13px 38px;
	margin-bottom: 28px;
}

.pbfShareYourPassion .right a:nth-of-type(1):hover{
	background-color:#5c8195;
}

.pbfShareYourPassion .right a:nth-of-type(2){
	background-color:#00aeef;
	font:18px/21px 'Roboto Condensed';
	padding:16px 27px;
}

.pbfShareYourPassion .right a:nth-of-type(2):hover{
	background-color:#0288ba;
}

.pbfFindYourPassionHeader{
	text-align: center;
	background:white;
	position:relative;
	padding-bottom:44px;
}

.pbfFindYourPassionHeader:after{
	position:absolute;
	content: '';
	top:-3px;
	left:0;
	right:0;
	height:3px;
	width:100%;
	background: linear-gradient(to right, #ee363d 0%,#fcd71c 38%,#50b55a 63%,#4f91c6 87%,#8f4d9f 100%);
}

.pbfFindYourPassionHeader img{
	display:inline-block;
	max-width:86px;
	margin-top: 59px;
	margin-bottom: 18px;
}

.pbfFindYourPassionHeader h3{
	margin:0;
	font-weight: normal;
	font-size:34px;
	line-height:1.1;
	margin-bottom: 28px;
}

.pbfFindYourPassionHeader p{
	font-size:16px;
	line-height:30px;
	margin:0;
	margin-bottom: 70px;
}

/* PBF FIND YOUR PASSION */


.pbfFindYourPassion{
	position: relative;
	background-color: white;
}

.pbfFindYourPassion .container {
	border-top:1px solid #d5dde1;
}

.pbfFindYourPassion:after{
	position:absolute;
	content:'';
	width:960px;
	margin:0 auto;
	height:44px;
	top:-44px;
	left:0;
	right:0;
	border:1px solid #d5dde1;
	border-bottom:0;
}

.pbfFindYourPassion .container, .pbfFindYourPassion .row, .pbfFindYourPassion .col-md-12{
	width:100%;
	padding:0;
	margin:0 auto;
	max-width:1400px;
	z-index:1;
}

.pbfFindYourPassion .col-md-12 > div{
	display:flex;
	align-items:stretch;
	flex-wrap: wrap;
}
.pbfFindYourPassion .col-md-12 > div > a{
	display:block;
	width:25%;
}

@media screen and (max-width:1060px){
		.pbfFindYourPassion .col-md-12 > div > a{
		width:50%;
	}
}

@media screen and (max-width:540px){
		.pbfFindYourPassion .col-md-12 > div > a{
		width:100%;
	}
}

.pbfFindYourPassionItem{
	position:relative;
	height:505px;
	background-size: cover;
	background-position: center center;
	border-bottom-width:4px;
	border-bottom-style: solid;
}

.pbfFindYourPassionItem .overlay{
	position:absolute;
	width:100%;
	bottom:0;
	background-color:rgba(0,0,0,0.7);
	color:white;
	text-shadow: 0px 1px 2px #444444;
	text-decoration: none;
	text-align: center;
}

.pbfFindYourPassionItem .overlay .content{
	position:relative;
	padding-top:58px;
	padding:58px 15px 57px 15px;
}
.pbfFindYourPassionItem .overlay .content > img{
	position:absolute;
	top:-37.5px;
	left:50%;
	margin-left:-33px;
	width:66px;
	height:auto;
}

.pbfFindYourPassionItem span{
	font:14px/26px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.pbfFindYourPassionItem h4{
	font:24px/30px 'Merriweather', serif;
}

.pbfFindYourPassionItem svg{
	height:17px;
	width:17px;
	display: inline-block;
	fill:#acacac;
	position:absolute;
	bottom:23px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.pbfTextRow{
	background-color:white;
	text-align: center;
	padding:104px 0 114px 0;
}

.pbfTextRow h3{
	font-size:33px;
	font-weight: normal;
	margin-bottom: 25px;
}

.pbfTextRow p{
	margin-bottom: 25px;
	font:16px/30px 'Merriweather', serif;
}

.pbfTextRow .button{
	border:0;
	background-color:#2d556b;
	font-weight: normal;
	padding:12px 40px;
	margin-top: 10px;
	transition:background-color 0.25s ease;
}

.pbfTextRow .button:hover{
	background-color:#5c8195;
}

.pbfSmallHero{
	position:relative;
}
.pbfSmallHero:after{
	position:absolute;
	content:'';
	background-color:rgba(0,0,0,0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.pbfSmallHero:before{
	position:absolute;
	content:'';
	width:960px;
	margin:0 auto;
	height:44px;
	bottom:0;
	left:0;
	right:0;
	border:1px solid rgba(213, 221, 225, 0.5);
	border-bottom:0;
	z-index:1;
}

.pbfSmallHero{
	background-size:cover;
	background-position: top center;
}

.pbfSmallHero .col-md-12{
	color:white;
	z-index:3;
	text-shadow:0 1px 2px rgba(0,0,0,0.5);
	text-align: center;
}

.pbfSmallHero .col-md-12 h3{
	color:white;
}
.pbfSmallHero h4{
	font:20px/1.1 'Roboto Condensed', sans-serif;
	color:white;
	text-transform: uppercase;
	margin-top: 76px;
	margin-bottom: 10px;
}

.pbfSmallHero h3{
	font:34px/1.1 'Merriweather', serif;
	margin-bottom: 80px;
}

.pbfFundraisingHeader, .pbfFundraisingTypes{
	background:white;
}

.pbfFundraisingHeader{
	padding:55px 0 74px 0;
}

.pbfFundraisingHeader p{
	font:16px/30px 'Merriweather', serif;
	text-align: center;
	margin:0;
}

.pbfFundraisingTypes{
	text-align: center;
}

.pbfFundraisingTypes h3{
	font:28px/34px 'Merriweather', serif;
	font-weight: normal;
	margin:0;
	min-height:68px;
	display: flex;
	align-items:center;
	justify-content: center;
	margin-bottom: 16px;
}

.pbfFundraisingTypes img{
	margin-bottom:26px;
}


/* PBF TOOLKIT OLD SITE */

.step {
    width: 100% !important;
}

.wrapper, .pbfToolkitStep .container {
  max-width: 100%;
  background-color: #f6f9fb;
  margin: 0 auto;
  overflow: hidden;
    /*background: url("/static/weizmannimages/pbftoolkit/promo-left-bg.png") no-repeat top left;*/
  width: 100%;
}

.steps > ul, li, p {
  padding: 0;
  margin: 0;
}

.steps ul {
  list-style: none;
}

ol, ul {
    list-style: none!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
}

ul {
    overflow: hidden;
}

ol, ul {
    list-style: none;
}

.step__tip-list .step__tip-item:before {
  content: ".";
  padding-right: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  font-family: "Merriweather", serif;

}

.wrapper .steps, .pbfToolkitStep .steps {
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}



.step__number {
  display: block;
  width: 38px;
  height: 22px;
  background-color: #ec242a;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto 10px;
  font-family: "Roboto", sans-serif;
 }


.step__content-intro {
  position: relative;
  background: url("/static/weizmannimages/pbftoolkit/step-1-bg.png") repeat top center #f6f9fb;
  min-height: 341px;
  height: auto;
  border-bottom: 1px solid #e3e3e3;
  padding: 25px 20px 35px;
  background-size: auto 100%;
}


@media (min-width: 375px) {
  .step__content-intro {
    padding-top: 40px;
  }
}



@media (min-width: 769px) {
  .step__content-intro {
    padding: 60px 50px 0;
  }
}

@media (min-width: 1024px) {
  .step__content-intro {
    padding-left: 200px;
    padding-right: 200px;
  }
}


.step:nth-child(2) .step__content-intro {
  background: url("/static/weizmannimages/pbftoolkit/step-2-bg.png") repeat top center #f6f9fb;
  min-height: 459px;
}

.step:nth-child(3) .step__content-intro {
  background: url("/static/weizmannimages/pbftoolkit/step-3-bg.png") repeat top center #f6f9fb;
  min-height: 497px;


}

.step:nth-child(4) .step__content-intro {
  background: url("/static/weizmannimages/pbftoolkit/step-4-bg.png") repeat top center #f6f9fb;
  min-height: 467px;

}

.step:nth-child(5) .step__content-intro {
  background: url("/static/weizmannimages/pbftoolkit/step-5-bg.png") repeat top center #f6f9fb;
  min-height: 524px;

}

.step:nth-child(6) .step__content-intro {
  background: url("/static/weizmannimages/pbftoolkit/step-6-bg.png") repeat top center #f6f9fb;
  min-height: 444px;
}

.step:nth-child(n) .step__content-intro {
  background-size: auto 100%;
}

/*@media (min-width: 768px) {
  .step:nth-child(n) .step__content-intro {
    background-size: 100% 100%;
  }
}*/


@media (max-width: 767px) {
  .step.step--expanded .step__content-intro {
    height: auto;
    padding-bottom: 60px;
  }
}

.step.step--expanded .step__content-intro {
  border-bottom: 0;
}


.step--expanded .step__content-intro:after {
  content: "";
  background: url("/static/weizmannimages/pbftoolkit/step-expanded-arrow.png") no-repeat bottom center;
  width: 78px;
  height: 28px;
  position: absolute;
  display: block;
  left: 50%;
  bottom: -27px;
  margin-left: -28px;
}


.step .step__number {
  background: url("/static/weizmannimages/pbftoolkit/step-no-1-bg.png") no-repeat top left transparent;
  width: 37px;
  height: 43px;
  padding-top: 10px;
}

.step:nth-child(2) .step__number {
  background-image: url("/static/weizmannimages/pbftoolkit/step-no-2-bg.png");
}

.step:nth-child(3) .step__number {
  background-image: url("/static/weizmannimages/pbftoolkit/step-no-3-bg.png");
}

.step:nth-child(4) .step__number {
  background-image: url("/static/weizmannimages/pbftoolkit/step-no-4-bg.png");
}
.step:nth-child(5) .step__number {
  background-image: url("/static/weizmannimages/pbftoolkit/step-no-5-bg.png");
}

.step:nth-child(6) .step__number {
  background-image: url("/static/weizmannimages/pbftoolkit/step-no-6-bg.png");
}

.step .step__header {
  font-size: 20px !important;  /* overriding base style! */
  text-align: center;
  position: relative;
  font-family: "Merriweather", serif;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.25;
}

.step .step__text {
  font-size: 15px !important; /* overriding base style! */
  line-height: 1.5;
  word-wrap: break-word;
  max-width: 768px;
  margin: 0 auto;
  font-family: "Merriweather", serif;
}

@media (min-width: 667px) {
  .step .step__header {
    font-size: 26px !important; /* overriding base style! */
  }
  .step .step__text {
    font-size: 16px !important; /* overriding base style! */
    line-height: 1.8;
  }
}


@media (min-width: 768px) {
  .step .step__header {
    font-size: 28px !important; /* overriding base style! */
  }
}



.step__toggle-view {
  background-color: #a0c5db;
  width: 242px;
  height: 52px;
  text-transform: uppercase;
  text-align: center;
  color: white !important;
  box-shadow: 1px 1px 0px 1px #55768b;
  text-decoration: none;
  line-height: 52px;
  margin-top: 25px;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  cursor: pointer;
}

@media (min-width: 667px) {
  .step__toggle-view {
    margin-top: 45px;
  }
}

.step__toggle-view:hover {
  color: #fff;
}

.step__tips {
  display: none;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 40px 0 60px;
  background: url("/static/weizmannimages/pbftoolkit/step-expanded-tip-right.png") 30px 535px repeat-y, url("/static/weizmannimages/pbftoolkit/step-expanded-tip-left.png") -130px -500px repeat-y;
  background-color: #fff;
}

@media (min-width: 768px) {
  .step__tips {
    background: url("/static/weizmannimages/pbftoolkit/step-expanded-tip-right.png") right top repeat-y, url("/static/weizmannimages/pbftoolkit/step-expanded-tip-left.png") left top repeat-y;
    background-color: #fff;
  }
}

.step--expanded .step__tips {
  display: block;
}

.step__tips-item {
  padding: 20px;
  border-bottom: 1px solid #c7d1d7;
  overflow: hidden;
}

.step__tips-item:first-child {
  margin: 0 15px;
  padding: 20px 0;
  border-bottom: 1px solid #c7d1d7;
}


.step__tips-item:last-child {
  border-bottom: 0;
}

@media (min-width: 667px) {
  .step__tips-item {
    padding: 20px 40px 20px;
  }
}

@media (min-width: 768px) {
  .step__tips-item {
  	max-width: 95%;
    padding: 50px 0;
    font-size: 15px;
    margin: 0 auto;
  }
  .step__tips-item:first-child {
    margin: 0 auto;
  }
}
.step__tip-item {
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 0;
  position: relative;
  line-height: 1.25;
  font-family: "Merriweather", serif;
}

@media (min-width: 769px) {
  .step__tip-item {
    padding-bottom: 20px;
    font-size: 15px !important; /* overriding base style! */
  }
}

.step__tip-list {
  width: auto;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .step__tip-list {
    width: 550px;
    padding-left: 15px;
  }

}

.step .step__tips-header {
  font-weight: 400 !important; /* overridding base important style! */
  text-transform: uppercase;
  padding-bottom: 25px;
  font-size: 18px !important; /* overridding base important style! */
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .step .step__tips-header {
    font-size: 20px !important; /* overridding base important style! */
  }
}

.step__tips-header-icon {
  width: 24px;
  height: 20px;
  display: inline-block;
  margin-right: 7px;
  background: url("/static/weizmannimages/pbftoolkit/email-tips.png") no-repeat top left;
  position: absolute;
  top: 0;
  left: -10px;
}


.step__tips-email {
  width: 25px;
  background-image: url("/static/weizmannimages/pbftoolkit/email.png");
  margin-top: 3px;
}

.step__tips-tweets {
  width: 22px;
  height: 19px;
  background-image: url("/static/weizmannimages/pbftoolkit/twitter-icon.png");

}

.step__tips-fb {
  width: 13px;
  height: 23px;
  background-image: url("/static/weizmannimages/pbftoolkit/fb-icon.png");
}

.step__tips-image-banner {
  width: 26px;
  height: 21px;
  background-image: url("/static/weizmannimages/pbftoolkit/image-icon.png");
}

.step__image-banners {
  display: none;
}

.step__image-banner a {
  display: block;
}

@media (max-width: 768px) {
  .step__image-banner img {
    margin: 0 auto;
  }
}

.step__image-banners--active {
  display: block;
  padding: 0 40px;
}

@media screen and (min-width: 1080px) {
	.step__image-banners--active {
		display: -webkit-flex;
  		display: flex;
  		-webkit-justify-content: center;
  		justify-content: center;
	}
	.step__image-banner {
		padding-left: 15px;
		padding-right: 15px;
		max-width: 500px;
	}
}

@media (min-width: 769px) {
  .step__image-banners--active {
    padding: 0;
  }
}


.step__image-banner:nth-child(odd) {
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .step__image-banner {
    width: 48%;
    float: left;
    margin-bottom: 0;
  }


  .step__image-banner:nth-child(even) {
    float: right;
  }
}

.step__toggle-less-view, .step--expanded .step__toggle-more-view {
  display: none;
}

.step--expanded .step__toggle-less-view, .step__toggle-more-view {
  display: inline-block;
}

.fundraiser__promo {
  position: relative;
  overflow: hidden;
}

.fundraiser__promo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}


.fundraiser__promo-image {
  position: relative;
}
.fundraiser__promo-image:after {
  content: "";
  background: url("/static/weizmannimages/pbftoolkit/promo-left-bg.png") no-repeat bottom 0 left -138px;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}
.fundraiser__promo-image:before {
  content: "";
  background: url("/static/weizmannimages/pbftoolkit/promo-right-bg.png") no-repeat top -10px right -130px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100% 100%;
}
.fundraiser__promo-image img {
  width: 100%;
}


@media (min-width: 769px) {
  .fundraiser__promo-image {
    height: 424px;
  }
  .fundraiser__promo-image:after {
    background-position: top left;
    width: 326px;
    height: 477px;
    opacity: 1;
  }
  .fundraiser__promo-image:before {
    background-position: top left;
    height: 452px;
    width: 499px;
  }
  .fundraiser__promo-image img {
    width: 100%;
  }
}

@media (min-width: 1270px) {
  .fundraiser__promo-image {
    height: 525px;
  }
}

.fundraiser__promo-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  color: #fff;
  text-shadow: 1px 0 1px #000;
  text-align: center;
  z-index: 9;
}

@media (min-width: 568px) {
  .fundraiser__promo-text {
    top: 30px;
    padding: 0 10px;
  }
}


@media (min-width: 768px) {
  .fundraiser__promo-text {
    top: 80px;
    padding: 0 50px;
  }
}

@media (min-width: 1024px) {
  .fundraiser__promo-text {
    padding: 0 100px;
  }
}


.fundraiser__promo-header {
  margin-bottom: 8px;
  margin-top: 5px;
  line-height: 1;
  font-size: 24px !important; /* overriding important */
  font-family: "Merriweather", serif;
  color: #fff;
  max-width: 768px;
}

@media (min-width: 375px) {
  .fundraiser__promo-header {
    margin-top: 10px;
    font-size: 28px !important; /* overriding important */
  }
}

@media (min-width: 568px) {
  .fundraiser__promo-header {
    margin-top: 0;
    font-size: 32px !important; /* overriding important */
    line-height: 1.25;
  }
}


.fundraiser__promo-subheader {
  line-height: 1.1;
  font-size: 15px;
  max-width: 768px;
}

@media (min-width: 375px) {
  .fundraiser__promo-subheader {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (min-width: 568px) {
  .fundraiser__promo-subheader {
    line-height: 1.4;
    font-size: 22px;
  }
}


 @media (min-width: 768px) {
  .fundraiser__promo-header, .fundraiser__promo-subheader {
    margin: 0 auto 12px;
  }
}



@media (max-width: 768px) {
  .step__tabs-wrapper {
    position: relative;
  }
}

.step__tabs-cause-mobile {
  font-family: "Merriweather", serif;
  font-size: 14px;
  padding-bottom: 6px;
  text-align: center;
  display: block;
}



.step__tabs-mobile--active {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 5px 10px 5px 25px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  font-family: "Merriweather", serif;
  font-size: 17px;
  float: left;
  cursor: pointer;
  background: url("/static/weizmannimages/pbftoolkit/select-arrows.png") no-repeat right 10px center #fff;
  position: relative;
}


.step__mobile-active-icon {
  width: 10px;
  height: 5.5px;
  position: absolute;
  background-color: #e82028;
  top: 12px;
  left: 7px;
}

@media (max-width: 767px) {
	.step__mobile-active-icon {
		top: 16px;
	}
}

.step__mobile-active-icon:before {
  content: "";
  position: absolute;
  top: -2.5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 2.5px solid #e82028;
}

.step__mobile-active-icon:after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 2.5px solid #e82028;
}

.step__tabtype-technology .step__mobile-active-icon {
  background-color: #f79421;
}

.step__tabtype-technology .step__mobile-active-icon:before {
  border-bottom-color: #f79421;
}

.step__tabtype-technology .step__mobile-active-icon:after {
  border-top-color: #f79421;
}


.step__tabtype-education .step__mobile-active-icon {
  background-color: #fbd605;
}

.step__tabtype-education .step__mobile-active-icon:before {
  border-bottom-color: #fbd605;
}

.step__tabtype-education .step__mobile-active-icon:after {
  border-top-color: #fbd605;
}


.step__tabtype-planet .step__mobile-active-icon {
  background-color: #3aac49;
}

.step__tabtype-planet .step__mobile-active-icon:before {
  border-bottom-color: #3aac49;
}

.step__tabtype-planet .step__mobile-active-icon:after {
  border-top-color: #3aac49;
}



.step__tabtype-health .step__mobile-active-icon {
  background-color: #3a81c3;
}

.step__tabtype-health .step__mobile-active-icon:before {
  border-bottom-color: #3a81c3;
}

.step__tabtype-health .step__mobile-active-icon:after {
  border-top-color: #3a81c3;
}


.step__tabtype-physical-world .step__mobile-active-icon {
  background-color: #843b94;
}

.step__tabtype-physical-world .step__mobile-active-icon:before {
  border-bottom-color: #843b94;
}

.step__tabtype-physical-world .step__mobile-active-icon:after {
  border-top-color: #843b94;
}


@media (min-width: 768px) {
  .step__tabs-mobile--active,
  .step__tabs-mobile-text,
  .step__tabs-cause-mobile {
    display: none;
  }
}



.step__tabs {
  display: none;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 30px !important; /* overridding important on base style! */
}

.step__tabs--active {
  display: block;
  position: absolute;
  left: 20px;
  width: 270px;
  top: 57px;
  border: 1px solid #999;
  padding: 0;
  background-color: #fff;
}


.step__tabs-item {
  display: block;
  text-transform: uppercase;
  padding: 5px 12px 5px 10px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
  color: #a6a6a6;
  font-size: 13px !important;
  font-family: "Roboto", sans-serif;
}



@media (min-width: 768px) {
  .step__tabs {
    display: table;
    padding: 0;
  }
  .step__tabs--active {
    position: static;
    width: auto;
    background-color: transparent;
    padding: 0;
    border: 0;
  }
  .step__tabs-item {
    display: table-cell;
    padding: 10px 12px 10px 10px;
    text-align: center;
    font-size: 12px !important;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    letter-spacing: -0.5px;
    font-weight: 300;
  }
  .step__tabs-item--active {
    color: #fff;
    text-shadow: 1px 1px 1px #ccc;
  }

  .step__tabs-item:first-child {
    border-left: 0;
  }
  .step__tabs-item:last-child {
    border-right: 0;
  }
}

@media (min-width: 1024px) {
  .step__tabs {
    padding: 0 20px;
  }

  .step__tabs-item {
    font-size: 15px !important;
  }
}


.step__tabs-item:before {
  content: url('/static/weizmannimages/pbftoolkit/red_hex.png');
    height: 15px;
    width: 15px;

}

 .step__tabs-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #e82028;
  height: 1px;
  width: 100%;
  left: 0;
}

@media (min-width: 768px) {
  .step__tabs-item:after {
    height: 3px;
  }
}

.step__tabs-item--active, .step__tabs-item:hover {
  background-color: rgba(232, 32, 40, 0.2);
}

.step__tabs-item:nth-child(2):after
 {
  background-color: #f79421;
}
.step__tabs-item:nth-child(2):before{
  content: url('/static/weizmannimages/pbftoolkit/orange_hex.png');
    height: 15px;
    width: 15px;
}
.step__tabs-item--active:nth-child(2), .step__tabs-item:nth-child(2):hover {
  background-color: rgba(247, 148, 33, 0.2);
}

.step__tabs-item:nth-child(3):after
 {
  background-color: #fbd605;
}
.step__tabs-item:nth-child(3):before{
  content: url('/static/weizmannimages/pbftoolkit/yellow_hex.png');
    height: 15px;
    width: 15px;

}

.step__tabs-item--active:nth-child(3), .step__tabs-item:nth-child(3):hover {
  background-color: rgba(251,214,5, 0.2);
}

.step__tabs-item:nth-child(4):after
 {
  background-color: #3aac49;
}
.step__tabs-item:nth-child(4):before{
  content: url('/static/weizmannimages/pbftoolkit/green_hex.png');
    height: 15px;
    width: 15px;
}

.step__tabs-item--active:nth-child(4), .step__tabs-item:nth-child(4):hover {
  background-color: rgba(58, 172, 73, 0.2);
}

.step__tabs-item:nth-child(5):after
 {
  background-color: #3a81c3;
}
.step__tabs-item:nth-child(5):before{
  content: url('/static/weizmannimages/pbftoolkit/blue_hex.png');
    height: 15px;
    width: 15px;
}

.step__tabs-item--active:nth-child(5), .step__tabs-item:nth-child(5):hover {
  background-color: rgba(58, 129, 195, 0.2);
}

.step__tabs-item:nth-child(6):after
 {
  background-color: #843b94;
}
.step__tabs-item:nth-child(6):before{
  content: url('/static/weizmannimages/pbftoolkit/purple_hex.png');
    height: 15px;
    width: 15px;
}

.step__tabs-item--active:nth-child(6), .step__tabs-item:nth-child(6):hover {
  background-color: rgba(132, 59, 148, 0.2);
}

.step__tabs-text {
  padding-left: 6px;
  font-family: "Roboto Condensed", sans-serif;
}


.step__tips-message {
  clear: both;
  overflow-y: scroll;
  border: 2px solid #e5e5e5;
  font-size: 14px;
  text-align: left;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  padding: 15px 20px;
  display: none;
  font-family: "Merriweather", serif;
}

@media (min-width: 769px) {
  .step__tips-message {
    width: 660px;
  }
}

.step__tips-message--active {
  display: block;
}

.step__tips-message.step__tips-message-fb {
  height: 102px;
  background: url("/static/weizmannimages/pbftoolkit/fb-icon-v2.png") no-repeat 20px center #fff;
  padding-left: 70px;
}

@media (min-width: 769px) {
  .step__tips-message.step__tips-message-fb {
    padding-top: 28px;
  }
}

.step__message-copy {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  padding-top: 12px;
  color: #3a81c3;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  padding-left: 0;
}

.step__tip-messages + .step__message-copy,
.step__tip-messages ~ .step__note {
	width: 100%;
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
}

.step__message-copy:focus {
  outline: none;
}


.step__note {
  display: block;
  margin: 10px auto;
  text-align: left;
  font-size: 12px;
}

@media (min-width: 768px) {
  .step__note {
    text-align: left;
    font-size: 14px;
  }
}


.step__tips-message-col .step__tips-message {
  height: 102px;
  padding-left: 70px;
}

.step__tips-message-col-1 {
  margin-bottom: 20px;
}

.step__tips-message-tweets {
  background: url("/static/weizmannimages/pbftoolkit/twitter-icon-dark.png") no-repeat 20px center #fff;
}

@media (min-width: 768px) {

  .step__tip-messages-cols {
    max-width: 870px;
    margin: 0 auto;
  }

  .step__tips-message-col {
    display: inline-block;
    width: 47%;
    float: left;
  }

  .step__tips-message-col-2 {
    float: right;
  }

  .step__tips-message-col .step__tips-message {
    width: 100%;
  }

  .step__tips-message-col-1 {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.step__tips-sample {
  font-family: "Merriweather", serif;
  text-align: left;
  font-size: 12px;
  font-style: italic;
  line-height: 1.25;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .step__tips-sample {
    padding: 0;
  }
}

.steps__tips-message-with-sample {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
.steps__tips-message-with-sample .step__tips-message {
  height: 260px;
  padding-left: 20px;
}


/* temp fix for twitter -should be better fix for this */
.stButton .stMainServices {
  height: 22px;
}




.step__callout-col {
  height: 304px;
  background: url("/static/weizmannimages/pbftoolkit/callout-bg-full.png") repeat-x top center;
  background-size: auto 100%;
}

@media (min-width: 768px) {
  .steps__callout {
    height: 304px;
    width: 100%;
    background: url("/static/weizmannimages/pbftoolkit/callout-bg-full.png") repeat-x top center;
    background-size: auto 100%;
    border-bottom: 3px solid #dee5eb;
  }
  .steps__callout-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .step__callout-col {
    background-image: none;
    width: 33%;
    float: left;
  }
}

@media (min-width: 1270px) {
  .steps__callout {
    background-size: auto 100%;
  }
}

.step__callout-wrapper {
  padding-top: 30px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.step__callout-wrapper {
  padding-top: 30px;
}


@media (min-width: 768px) {
  .step__callout-wrapper {
    padding-top: 20px;
  }
}

.step__callout-header {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 24px;
  margin: 18px 0;
}


.step__callout-image {
  background: url("/static/weizmannimages/pbftoolkit/callout-image-1.png") no-repeat top left;
  width: 66px;
  height: 74px;
  margin: 0 auto;
}

.step__callout-text {
  line-height: 1.35;
  font-family: "Merriweather", serif;
}


.step__callout-col:nth-child(2) .step__callout-image {
  background-image: url("/static/weizmannimages/pbftoolkit/callout-image-2.png");
}

.step__callout-col:nth-child(3) .step__callout-image {
  background-image: url("/static/weizmannimages/pbftoolkit/callout-image-3.png");
}


@media (min-width: 768px){
    .step__note5{
        float: none;
    }
}


/* PBF Toolkit CSS */
.pbfToolkitLead {
	padding: 85px 0 165px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	background-position: center 20%;
	    text-shadow: 1px 0 1px #000;
	    position: relative;
}
.pbfToolkitLead h2 {
	line-height: 1.4em;
}
.pbfToolkitLead h4 {
	line-height: 1.6em;
    font-size: 21px;
    margin-top: 20px;
}
.pbfToolkitLead:after {
    content: "";
    background: url(/static/weizmannimages/pbftoolkit/promo-left-bg.png) no-repeat bottom 0 left 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0.7;
    background-position: top left;
    width: 326px;
    height: 477px;
}
.pbfToolkitLead:before {
    content: "";
    background: url(/static/weizmannimages/pbftoolkit/promo-right-bg.png) no-repeat top 0 right 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.7;
    background-position: top left;
    height: 452px;
    width: 499px;
}

@media screen and (max-width: 666px) {
	.pbfToolkitLead {
		padding: 50px 0 100px;
	}
	.pbfToolkitLead:before, .pbfToolkitLead:after {
		opacity: .6;
		background-size: cover;
	}
	.pbfToolkitLead:after { 
		width: 197px;
		height: 288px;
	}
	.pbfToolkitLead:before {
		width: 242px;
		height: 219px;
	}
	.pbfToolkitLead h2 {
		font-size: 24px;
	}
	.pbfToolkitLead h4 {
		font-size: 18px;
	}
}
