

/* Content */
.content section {
	font-size: 1.25em;
	padding: 3em 1em;
	display: none;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 32%;
padding: 0 5px;

}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	background:#006dbf;
}

.mediabox h3 {
	margin: 0.75em 0 5px 0;
	text-align:center;
	color:#006dbf;
		text-transform:uppercase;
}

.mediabox p {
	padding: 0 1em 1em 1em;
	margin: 0 0 24px 0;
	font-size:14px;
	
}

/* Example media queries */

@media screen and (max-width: 52.375em) {


	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
		background:#006dbf;
	}

	.mediabox h3 {
		margin-top: 0;
		text-align:left;
		color:#006dbf;
		text-transform:uppercase;
	}

	.mediabox p {
	
		text-align:left;
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {


	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
			background:#006dbf;
	}

	.mediabox h3 {
		margin: 1em 0 5px;
		text-align:left;
		color:#006dbf;
		text-transform:uppercase;
	}

	.mediabox p {
		margin: 0;
		text-align:left;
	}
}