* {
	font-family: "Texta-Regular", sans-serif;
}
body {
	margin-top: 3rem;
}
body, .callout {
	background-color: #e6e6e6;
}
h1,h2,h3,h4,h5,a {
	color: #ff4f23;
	font-family: "Texta-Heavy", sans-serif;
}
ul {
	list-style-type:circle;
}

.callout {
	border-color: #ff4f23;
}
.callout.recommendation {
	border: 6px solid;
	border-color: #fafafa;
}

.upr-session-number {
	font-size: 4.5rem;
	font-weight: bold;
	color: white;
	line-height: 1;
}

.flag-cl {
	width: 5rem;
	margin-bottom: 1rem;
}

span.title {
	font-size: large;
	display: block;
	text-transform: uppercase;
	padding-top: 2rem;
}

@media screen and (min-width: 400px) {
	.recommendations .medium-7.cell {
		padding-right: 2rem;
	}
}

.recommendations img {
	width: 3em;
	margin-bottom: 16px;
}

.footer {
	padding-top: 5rem;
	padding-bottom: 2rem;
}
