#tbnGiveForm,
#tbnGiveForm p,
#tbnGiveForm2 {
	margin:0;
	padding:0;
}
#tbnGiveForm2 input,
#tbnGiveForm2 select,
#tbnGiveForm2 select option {
	color: #333;
}
#tbnGiveForm,
#tbnGiveForm p {
	height: 0;
}
#tbnGiveForm2 {
  /* background-color: #ccc; */
  padding: 10px 0 0;
  max-width: 660px;
  margin: 0 auto;
  border-radius: 17px;
}
#iframeDiv {
  /* margin-left: 20px; */
  margin-top: -15px;
}
#iframeDiv,
#tbnGiveIframe {
	border:none;
  margin-top: 5px;
	/* padding:0 15% 0; */
	width:100% !important;
}
#tbnGiveIframe {
	height:900px;
	margin:-35px 0 0 20px;
}
.updateBlurbText {
  margin: 15px auto 0;
  max-width: 650px;
}
form label {
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  width: 100%;
}
/*
#amount_label {
	padding-top: 35px;
}
*/
#reactivate-amount {
	padding: 6px 15px;
  text-align: right;
}
#charge_day_div {
	text-align: center;
}
#tbn-chargeday {
	padding: 15px;
}
.giveSubmit {
	padding: 10px;
}
.tbnGiveForm2Submit {
	margin: 10px 0;
  border-top: 1px dotted #333;
  padding: 10px;
}
#updateIFrame {
	background-color: #0d43a0;
  color: #fff;
  padding: 0 !important;
  border-radius: 9px;
}
.full-width {
	clear: both;
	float: none;
	width: 100%;
}
.left {
	float: left;
	width: 49%;
}
.right {
	margin-left: 50%;
	text-align: left;
}
.center {
	text-align: center;
}
details {
    user-select: none;
}
details>summary span.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  margin-left: auto;
}
details[open] summary span.icon {
  transform: rotate(180deg);
}
summary {
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
.page-node-type-parallax-landing-page #main-content .one-column-image-title-and-text,
.page-node-type-parallax-landing-page #main-content .one-column-title-and-text {
    background-color: #fff;
    color: #000;
    width: 100%;
}
.tbn-ambassadors-image {
	background: center/contain no-repeat url(/sites/default/files/2024-07/TBNAmbassadors_Logo_Black.webp);
	margin:0 auto;
	min-height: 200px;
	max-width:660px;
}
@media screen and (max-width: 991px) {
	.left, .right {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 18px;
    text-align: center;
  }
  .page-node-type-parallax-landing-page #main-content .one-column-title-and-text {
    padding: 10px 0;
  }
  #amount_label {
		padding-top: 0;
	}
	#charge_day {
		padding: 0;
	}
	#charge_day_label {
		margin-top: 25px;
	}
	#updateIFrameDetails {
		margin: 15px;
	}
	#updateIFrameSubmit {
		background-color: #999;
	}
	#iframeDiv,
	#tbnGiveIframe {
		padding:0;
	}
}