.foot-free-spon {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

/***********************************************
  Small Desktop Styles
***********************************************/

@media handheld, only screen and (max-width: 1160px) {
	.lear-content {
		justify-content: space-around;
	}
	.lear-show {
		max-width: 230px;
		padding: 0px 10px;
	}

	.lear-show-subtitle {
		font-size: 12px;
	}

	.lear-forecast {
		display: flex;
		justify-content: space-between;
	}

	.lear-forecast-icon {
		padding: 0px 0px 0px 20px;
	}

	.lear-forecast-temp {
		padding: 0px 10px;
	}

	.lear-forecast-summary {
		padding: 23px 20px 23px 0px;
	}

	.lear-performance {
		width: 200px;
		padding: 0px 10px;
	}
}

/************************************************
	Tablet Styles
************************************************/

@media handheld, only screen and (max-width: 1023px) {
	.lear-show {
		max-width: none !important;
		width: auto;
		flex-basis: 45%;
	}

	.lear-performance {
		order: 2;
		-ms-flex-order: 2;
		border-left: 1px solid #eaeaea;
		flex-basis: 45%;
	}

	.lear-performance-status {
		width: 70%;
		margin: 0 auto;
	}

	.lear-forecast {
		order: 3;
		-ms-flex-order: 3;
		border-left: none;
		border-right: none;
		padding: 20px 20px 0px;
		margin: 20px 30px 0px;
		border-top: 1px solid #eaeaea;
		justify-content: space-around !important;
		width: 100%;
	}

	.lear-forecast-temp-label {
		top: 15px;
	}
}

/************************************************
	Phone Styles
************************************************/

@media handheld, only screen and (max-width: 767px) {

}

@media handheld, only screen and (max-width: 540px) {
	.lear-content {
		padding: 20px 0px 10px;
	}

	.lear-show {
		padding: 0px 10px;
		flex-basis: 40%;
		min-height: 0 !important;
	}

	.lear-show-subtitle {
		font-size: 9px;
		margin: 0px 0px 10px;
	}

	.lear-show-title {
		font-size: 14px;
	}

	.lear-forecast {
		padding: 10px 0px 0px;
		margin: 0px 10px 0px;
		justify-content: space-around !important;
		order: 4;
		-ms-flex-order: 4;
		border-top: none;
		position: relative;
	}

	.lear-forecast-icon {
		padding: 0px 20px 0px 20px;
	}

	.lear-forecast-icon img {
		max-width: 55px;
	}

	.lear-forecast-temp-label {
		font-size: 9px;
		padding: 0px 0px 4px;
		line-height: 1;
		position: absolute;
		top: 15px;
		left: 0%;
		width: 100%;
	}

	.lear-forecast-temp-degree {
		font-size: 50px;
		padding: 0px 10px;
	}

	.lear-forecast-temp-degree span {
		font-size: 16px;
	}

	.lear-forecast-summary {
		padding: 23px 0px;
	}

	.lear-forecast-summary-blurb {
		font-size: 16px;
	}

	.lear-forecast-summary-rain {
		font-size: 11px;
	}

	.lear-performance {
		flex-basis: 45%;
		width: 200px;
		min-height: 0 !important;
	}

	.lear-performance-date {
		font-size: 9px;
	}

	.lear-performance-time {
		font-size: 35px;
	}

	.lear-performance-time span {
		font-size: 18px;
	}

	.lear-performance-status {
		display: none;
	}

	a.regan.cordelia {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		order: 3;
		-ms-flex-order: 3;
	}

	.lear-performance-status.edmund {
		display: flex;
		flex-direction: column;
		padding: 10px 10px;
		width: 85%;
		margin: 15px auto 0px;
		order: 3;
		-ms-flex-order: 3;
	}

	.lear-performance-status-label {
		text-align: center;
		font-size: 12px;
	}

	.lear-performance-status-link {
		top: 10px;
		right: 10px;
		font-size: 20px;
	}

}
