/**/

main {
	padding: 30px;
}

/* section */

#content h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.8em;

	color: #203d5f;
	border-bottom: 3px solid #ddd;
}

#content h2 {
	color: #203d5f;
	margin: 30px 0 15px 0;
	border-bottom: 1px solid #ddd;
}

#content h3 {
	color: #203d5f;
	margin: 30px 0 15px 0;
}

/**/

aside h2 {
	border-bottom: 3px solid #ddd;
	margin-top: 6px;
	margin-bottom: 20px;
}

aside h2 span {
	color: #203d5f;
}

/**/

div.pic {
	display: block;
	margin: 0 auto;
	border: 1px solid #ddd;
}

div.pic img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

/**/

.section-nav ul {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

.section-nav ul>li {}

@media(min-width: 768px) {
	.section-nav ul>li {
		float: left;
		width: 50%;
	}
}



.section-nav ul>li>a {
	display: block;
	margin: 15px;
	background: #5a6c27;
	color: #fff;
}

.section-nav ul>li>a>span {
	display: block;
	padding: 10px;
}

.section-nav ul>li>a img {
	display: block;
	width: 100%;
}

.section-nav ul>li>a>.arrow {
	margin-right: 5px;
	color: #203d5f;
}

/**/

iframe.youtube {
	display: block;
	margin: 0 auto;
}

@media(min-width: 768px) {
	iframe.youtube {
		width: 480px;
		height: 270px;
	}
}

@media(max-width: 768px) {
	iframe.youtube {
		width: 100%;
		height: 180px;
	}
}

/**/

.gallery {
	/*max-width: 480px;*/
	margin: 0 auto;
}

.gallery img {
	display: block;
	width: 100%;
}

.gallery .gpic {
	display: block;
	float: right;
	width: 33.33%;
}

.gallery .gpic img {
	display: block;
	width: 100%;
	padding: 10px;
}

/**/

@media(min-width: 768px) {
	#content table caption {
		/*
		padding: 5px;
		background: #203d5f;
		color: #fff;
		*/
		position: fixed;
		top: -9999px;
	}

	#content table {
		width: 100%;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-spacing: 0;
		border-collapse: collapse;
	}

	#content table td,
	#content table th {
		padding: 5px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}

	#content table th {
		background: #f1f1f1;
		text-align: right;
	}
}

@media(max-width: 768px) {

	#content table,
	#content table caption,
	#content table thead,
	#content table tbody,
	#content table tr,
	#content table th,
	#content table td {
		display: block;
		width: 100%;
	}

	#content table caption {
		position: fixed;
		top: -9999px;
	}

	#content table tr:first-child {
		display: none;
	}

	#content table tr {
		margin-bottom: 10px;
		border: 1px solid #ddd;
		padding: 5px;
	}

	#content table td {
		padding: 5px;
	}
}

/**/

.social-share {
	margin-top: 20px;
}

.social-share a {
	text-decoration: none;
}

.social-share a.print {
	color: #666;
}

.social-share a.whatsapp {
	color: #71bf44;
}

.social-share a.facebook {
	color: #3b5998;
}

.social-share a.twitter {
	color: #00aced;
}

.social-share a.email {
	color: #ef4023;
}

/**/

/**/

@media (min-width: 992px) {
	.more-in-category {
		background: #f1f1f1;
		padding: 30px;
	}
}

.more-in-category h2 {
	margin: 0 !important;
	margin-bottom: 30px !important;
}

.more-in-category ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.more-in-category ul>li {
	margin-bottom: 30px;
}

.more-in-category ul>li>article>a {
	display: block;
	color: #000;
	text-decoration: none;
}

.more-in-category ul>li>article>a:hover,
.more-in-category ul>li>article>a:focus {
	color: #1978bb;
}

.more-in-category ul>li>article>a>img {
	display: block;
	width: 100%;
}

.more-in-category ul>li>article>a>h3 {
	margin: 0 !important;
	font-size: 1em;
	color: inherit;
	font-weight: normal;
}

figure img {
	width: 100% !important;
}