.challengeWinner {
	border: solid 2px;
/* 	border-radius: 5px; */
	padding: 7px 0px 10px 20px;
	margin-right: 3.5%;
	margin-bottom: 25px;
	background-color: #f2f2f2;
	font-size: 1.3em;
	width: 40%;
	float:left;
	font-weight: 700;
}
.marchWinner {
	border-color: #ff7b00;
}
.summerWinner {
	border-color: rgb(29, 204, 210);
}
.springWinner {
	border-color: #5cd02b;
}
.newYearsWinner {
	border-color: #7fbdfb;
}
.valentinesYearsWinner {
	border-color: #f01b1b;
}
.winnerSmallText {
	font-size: .8em;
	font-weight: 500;
}
.aboutImages {
	width: 18%;
	margin: 0 1%;
	float:left;
	text-align: center;
	max-width: 150px;
}
.bannerSplit {
	width:50%;
	float:left;
}
.bannerSplitContent {
	
}
.fullContent {
	width: 100%;
	float:left
}
.bannerContentSplit {
  background:white;
  width:335px;
  height:175px;
  float:right;
  padding:5px 10px 0 10px;
}
.lowerDates {
	width:25%;
}
.lowerDates2020{
width:16.6%;
}
.mpLandingContent{
	width: 66.6%;
}
@media screen and (max-width: 1023px) {
	.content {
		text-align:left;
	}
}

@media screen and (max-width: 737px) {
	.lowerDates {
		text-align:center;
		width: 100%;
		font-size: .8em;
		display:block;
	}
	#mpLandingSidebar{
		display:none;
	}
	.mpLandingContent{
		width: 100%;
	}
}