@charset "UTF-8";
/* Search Page stylesheet document for Calvin Seminary (main) by Grey Matter Group (http://www.greymattergroup.com) */
/* Please don't steal without giving credit where it is due. Thanks! */

.container .header {
	background-image: url(../_img/_header_photos/header_bg_generic.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.container .page_content {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #f4f2e9;
	background-image: url(../_img/_general/background_tile-white.jpg);
}
.container .page_content img,
.container .page_content object,
.container .page_content embed,
.container .page_content video,
.container .page_content audio {
	max-width: 100%;
	height: auto !important;
}
.container .page_content .inner {
	margin: 0 auto;
	padding: 0;
	padding-top: 46px;
	padding-bottom: 46px;
	width: 856px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 100;
	text-align: left;
	line-height: 22px;
	color: #3c3b37;
}
.container .page_content .inner .title {
	margin: 0;
	padding: 0;
	font-family: 'PS-Bold', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 33px;
}
.container .page_content .inner .title2 {
	margin: 0;
	padding: 0;
	padding-top: 18px;
	font-family: 'PS-Bold', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 100;
	line-height: 31px;
}
.container .page_content .inner .title2 a {
	text-decoration: none;
	color: #3c3b37;
}
.container .page_content .inner .title2 a:hover {
	text-decoration: underline;
	color: #3c3b37;
}
.container .page_content .inner .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 16px;
	color: #069081;
}
.container .page_content .inner .copy {
	margin: 0;
	padding: 0;
	width: 100%;
}
.container .page_content .inner .copy p {
	margin: 0;
	padding: 0;
}
.container .page_content .inner .copy a {
	font-family: 'PS-Bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #f7941d;
}
.container .page_content .inner .copy a:hover {
	text-decoration: underline;
	color: #f7941d;
	cursor: pointer;
}

/* Desktop responsive */
@media (max-width:1239px), handheld and (max-device-width:1239px) {
}

/* Desktop and iPad landscape */
@media (max-width:1203px), handheld and (max-device-width:1203px) {
	.container .page_content .inner {
		width: 836px;
	}
}

/* Desktop and inbetween iPad portrait/landscape */
@media (max-width:1039px), handheld and (max-device-width:1039px) {
	.container .page_content .inner {
		width: 684px;
	}
}

/* Desktop and iPad portrait */
@media (max-width:859px), handheld and (max-device-width:859px) {
	.container .page_content .inner {
		width: 582px;
	}
}

/* Desktop and iPad portrait/iPhone 5 landscape */
@media (max-width:759px), handheld and (max-device-width:759px) {
	.container .page_content .inner {
		width: 539px;
	}
}

/* iPhone 5 landscape and mobile */
@media (max-width:743px), handheld and (max-device-width:743px) {
	.container .page_content .inner {
		padding-top: 26px;
		padding-bottom: 26px;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	.container .page_content .inner .title {
		font-size: 24px;
		line-height: 30px;
	}
	.container .page_content .inner .title2 {
		font-size: 20px;
		line-height: 26px;
	}
}

/* iPhone 4 or less landscape and mobile */
@media (max-width:655px), handheld and (max-device-width:655px) {
	.container .page_content .inner {
		padding: 20px;
		font-size: 12px;
		line-height: 14px;
	}
	.container .page_content .inner .title {
		font-size: 18px;
		line-height: 24px;
	}
	.container .page_content .inner .date {
		font-size: 12px;
		line-height: 14px;
	}
	.container .page_content .inner .title2 {
		font-size: 14px;
		line-height: 18px;
	}
}

/* iPhone portrait and mobile */
@media (max-width:495px), handheld and (max-device-width:495px) {
}