/*reduce pledge type icons width to make them on one row.*/
.PledgeTypeSelection .TypeSelection-Items > div, div#PledgePaymentInfo > .Block > .BlockDetails > .form-check {
	flex-grow: 1;
	width: 20% !important;
	max-width: 20% !important;
	margin-bottom: 12px;
}

.Body-Page-SinglePageRegEvent .Page-SinglePageRegEvent div[class^=EventOccurrence] .card {
	border: none !important;
}

.Section-Outcomes .OutcomeInfo .Row-Data.Row-Year, 
.Section-Outcomes .OutcomeInfo .Row-Data.Row-Scope, 
.Section-Outcomes .OutcomeInfo .Row-Sequence {
    display: none;
}

.Section-Outcomes .OutcomeInfo p {
	margin:0;
}

.Outcomes p, .Indicators p {
  margin: 0 !important;
}

.Section-Outcomes .Outcomes .Col-Scope, 
.Section-Outcomes .Outcomes .Col-Category {
    display: none;
}

.Indicators .Col-Description {
    width: 1px;
    border-left: 0 !important;
    color: #eee;
}

.Section-Indicator .IndicatorInfo .Row-CommunityOutcome {
    display: none;
}

.IndicatorInfo .Row-CommunityIndicator .Col-CommunityIndicator #CommOucomeFullDesc,
.IndicatorInfo .Row-CommunityIndicator .Col-CommunityIndicator br {
    display: none;
}

.OutcomeDetails .Col-CommunityOutcome #CommOucomeFullDesc,
.OutcomeDetails .Col-CommunityOutcome br {
    display: none;
}

.Indicators .Col-SeqNumber,
.Indicators .Col-OutcomeScope,
.Indicators th.Col-Description:last-of-type {
	display: none;
}

.Classic.Indicators {
    width: 100%;
}

@media only screen and (min-width: 576px) {
.Body-Page-SinglePageRegEvent form#EventReg .BlockDetails .col-sm-3 {
	width:15%;
}
	
.Body-Page-SinglePageRegEvent form#EventReg .BlockDetails .col-sm-9 {
	width:85%;
}
}

.Body-Page-SinglePageRegPledge #MainContent {
	margin-top: 0px; 
}
.Body-Page-SinglePageRegPledge .GeneralBlueMainPage {
	padding-top: 0px;
}


