.GeneralBlueMainBody{display:none;} /*hide page until page loaded*/
.SupportedCharitiesEP{display:none;}
.supportedCharitiesTitle {display: none;}
.supportedCharitiesDescription{display:none;}
.PortletWebNote,.PortletNote10-Custom{display:none;}
.ThermometerSection{display:none;} /*small box appears top right corner*/
#MainContent .Area-HomePage .Page-Home h1{
	display: none;
}
.LFArea .Thermometer {
	margin: 0 auto;
}
.thermometer-outer {
	margin: 0 auto;
}

.panelheader,.panelcontent,
.supportedCharitiesPanel,
.Body-Page-UserRegistration form#RegisterForm section.Block > .BlockDetails{
	width: 100%;
	margin-bottom:10px;
	padding:15px 0;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
}
.Body-Page-UserRegistration form#RegisterForm section.Block > .BlockDetails{
	padding:0px 10px;
}
.Body-Page-UserRegistration form#RegisterForm section.Block > .BlockDetails > h2 {
  border-bottom:1px solid #e1e1e1;
}

.Body-Page-UserRegistration form#RegisterForm section.Block > .BlockDetails > h2 .note p{
  margin:10px 0;
}


#companylogo img {
	max-width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#campaigmanager::before{
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#005191;
}
#companyHeader > .companyTitleContainer{
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
#companydescription {
	margin-top: 40px;
}

#supportedCharities {
	display: inline-flex;
	flex-wrap: wrap;

}
.supportedCharitiesRow.row {
	width: 100%;
}
.supportedCharitiesItem  {
	margin:5px 0;	
}
.supportedCharitiesImage {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  min-height:200px;
}
.supportedCharitiesItem img{
	
	padding: 5px;
	background-color: #fff;
	width: 99%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	max-width:225px;
	max-height: 99%;
}
.companyPercentageThermometerOuter{
	background-color: #000;
  color:#ffffff;
  font-size:14px;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0;
}
.CurrentParticipationPercent{
	text-align:center;	
}
.CurrentParticipationTxt{
	text-align:center;
	font-size:20px;
}
.companyThermometerOuter {
  background-color: #002a5c;
  color:#ffffff;
  font-size:14px;
  padding: 15px;
  border-radius: 5px;
}
.TotalFundsRaised,
.EmployeeRaised,
.FundRaisingGoal,
.CompanyMatch,
.CurrentParticipationPercent{
  font-weight: bold;
  font-size: 54px;
  /*! font-family: 'Open Sans',sans-serif; */
}
.BeginDateTxt, .EndDateTxt {
	margin-top: 10px;
}
.BeginDateTxt i,.EndDateTxt i{
	margin-right:10px;
	font-size:22px;
}
.BeginDate{
	margin-right:25px;
}
.FundRaisingGoalTxt {
  margin-bottom: 20px;
}

.ThermometerDonateButton a {
	width: 100%;
	margin: 15px 0 0 0;
	border: 1px solid #ffffff;
	font-size: 21px;
	padding: 10px;
	text-align: center;
	background-color: #2a588e;
	border-radius: 5px;
	text-decoration: none;
	color: inherit;
	display: block;
}
.ThermometerDonateButton a:hover{
	color: #002a5c !important;
	text-decoration: none !important;
}
.ThermometerDonateButton i{
	margin-right:15px;
}



.Body-Page-IPledgeDes1 .DesignationTotals .Row-DesignatedAmount,
.Body-Page-IPledgeDes1 .DesignationTotals .Row-UndesignatedAmount,
.Body-Page-IPledgeDesFedList .DesignationTotals .Row-DesignatedAmount,
.Body-Page-IPledgeDesFedList .DesignationTotals .Row-UndesignatedAmount{
	display: none;  
}

.Role-Donor .PledgeTypeSelection #CCPPSection .paymentStartDate{

	display:none;
}

@media only screen and (max-width: 992px) {
	#companyThermometer {
		margin-top: 25px;
	}
	#companylogo img {
		max-width: 200px;
		margin-bottom:30px;
	}
	/*.supportedCharitiesImage {

	  width: 200px;
	  height: 200px;
	  margin: 0 auto;
	}*/
}
@media only screen and (max-width: 576px) {


	.supportedCharitiesImage {
		height: 150px;
	}
	.supportedCharitiesItem img {
		max-width: 150px;
	
	}
	.supportedCharitiesRow.row {
		width: auto;
	}
	#supportedCharities {
		display: block;
		text-align: center;
	}
	.supportedCharitiesItem{
		max-width:250px;
		margin:10px auto;
	}
	.supportedCharitiesItem.col-sm-6{
		flex: 0 0 50%;
		max-width: 50%;
	}	
}
