.main-stories img {
	width: 100%;
	display: block;
}

@media (min-width: 992px) {
	.main-stories .slide {
		position: relative;
	}

	.main-stories .slide .content {
		position: absolute;
		bottom: 0;
		z-index: 3;
		width: 100%;

	}
	
	.box {
		background: rgba(32,61,95,0.8);
		color: #fff;
		padding: 15px 15px 0 15px;
		margin-bottom: 30px;
		max-width: 400px;
	}
}

@media (max-width: 992px) {
	.main-stories {
		background: rgba(32,61,95,1);
		color: #fff;
	}
	.box {
		padding-top: 15px;
		padding-bottom: 5px;
		width: 100%;
	}
}

/**/

h2.main-title {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	font-weight: lighter;
	font-size: 2em;
}

@media (max-width: 480px) {
	h2.main-title {
		font-size: 1.2em;
	}
}

h2.main-title span {
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

h2.main-title:before {
	background: #ddd;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}

h2.main-title:before {
	left: 0;
}

/**/

.subjects {
	padding: 15px 0;
}

.subjects h2 {
	margin: 15px 0;
}

.subjects a {
	color: inherit;
	display: block;
	margin: 15px 0;
}

.subjects figure img {
	display: block;
	width: 100%;
}

.subjects figure figcaption {
	background: #fff;
	/*padding: 10px;*/
}

.subjects figure h3 {
	margin: 0;
}

.subjects figure p {
	color: #777;
	margin: 0;
	height: 70px;
}

.subjects a:hover {
	text-decoration: none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

/**/

.space {
	padding: 30px 0;
}

.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100%;
}

/**/

.sm-box h2 {
	font-weight: normal;
	border-bottom: 2px solid #203d5f;
	margin-bottom: 20px;
}

/**/

#newsletter:focus {
	outline: 1px dotted #ddd;
	background: #fffedc;
}

.newsletter .fld {
	margin-bottom: 10px;
	
}

.newsletter label {
	display: block;
	font-size: 0.9em;
	color: #333;
}

.newsletter input {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100%;
}

.newsletter button {
	background: #203d5f;
	color: #fff;
	padding: 5px 15px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}

.newsletter button:focus, .newsletter button:hover {
	background: #112741;
}

/**/

.news {
	padding: 30px 0;
	background: #f1f1f1;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.news h2 span {
	background: #f1f1f1;
}

.news-slick {
	padding: 0 40px;
}

.news figure img {
	display: block;
	width: 100%;
}

/**/

.donate {
	background: url(images/donate.png);
	text-align: center;
	display: block;
	padding: 60px 0 120px 0;
	font-size: 1.8em;
	height: 214px;
	overflow: hidden;
}

.donate:hover {
	text-decoration: none;
	color: #d31f85;
}

/**/

.to-all {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin-top: 15px;
}