/* ------------------ Everything ------------------ */

.harbinger_container .countdown_time {
	display: inline-block;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
	color: #FFF;

	-webkit-box-shadow:inset 2px 2px 5px 2px rgba(0, 0, 0, .9);
	box-shadow:inset 2px 2px 5px 2px rgba(0, 0, 0, .9);
	background: #999999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #999999 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #999999 0%,#000000 100%);
	background: -o-linear-gradient(top,  #999999 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #999999 0%,#000000 100%);
	background: linear-gradient(to bottom,  #999999 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#000000',GradientType=0 );

	height: 30px;
	line-height: 30px;
	padding: 0 6px;
}

.harbinger_container .separator {
	display: inline-block;
	font-size: 1.5em;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding: 0;
}

.harbinger_fallback {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 14px;
	color: #FFF;
	font-family: "silkscreen", Arial, sans-serif;
	font-size: 10px;
}

#countDownRapper {
	padding: 10px 0 5px;
	background-color:  #02549C;
	text-align: center;
}

.harbinger_labels {
	color: #FFF;
	line-height: 14px;
}

	.harbinger_labels span {
		display: inline-block;
		padding: 0;
		font-family: "silkscreen", Arial, sans-serif;
		font-size: 8px;
		margin: 0 10px;
	}

/*!
 * Age verification CSS to go with the JS that can be found at (https://github.com/Herudea/age-verification)
 */

#modal_screen {
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1100;
	background-color: rgba(0,0,0,.8);
}

#modal_content {
	position: fixed;
	top: 10em;
	top: 30vh;
	left: 30vw;
	z-index: 1101;
	width: 90%;
	max-width: 450px;
	padding:3em;
	margin: 0 auto;
	background-color:#fff;
	border:4px solid #444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#modal_content h2 {
	margin-top:0;
}

#modal_content p {
	color: #000;
}

#modal_content nav small {
	display: block;
	text-align: center;
	color:#777;
}

#modal_content input {
	float: left;
	width: 13em;
	height: 2em;
	margin: 0 1em 1em 0;
}

#modal_content nav a.pass_btn {
	float: left;
	display: block;
	width: 150px;
	border-radius: 3px;
	padding: 7px 0 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1em;
}

#modal_content nav .pass_go {
	background-color: #EE3D42;
}

#modal_content nav .pass_go:hover {
	background-color: #0C6FC7;
}

#modal_content nav .pass_go:active {
	text-shadow: 0 1px 0 #4c9021;
}

#modal_content nav .pass_no {
	background-color: #b90034;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b90034), color-stop(100%, #940034));
	background-image: -webkit-linear-gradient(top, #b90034, #940034);
	background-image: -moz-linear-gradient(top, #b90034, #940034);
	background-image: -ms-linear-gradient(top, #b90034, #940034);
	background-image: -o-linear-gradient(top, #b90034, #940034);
	background-image: linear-gradient(top, #b90034, #940034);
	border: 1px solid #8f0034;
	border-bottom: 1px solid #7b0034;
	-webkit-box-shadow: inset 0 1px 0 0 #af0034;
	box-shadow: inset 0 1px 0 0 #af0034;
	text-shadow: 0 -1px 0 #880034;
}

#modal_content nav .pass_no:hover {
	background-color: #ab0034;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab0034), color-stop(100%, #850823));
	background-image: -webkit-linear-gradient(top, #ab0034, #850823);
	background-image: -moz-linear-gradient(top, #ab0034, #850823);
	background-image: -ms-linear-gradient(top, #ab0034, #850823);
	background-image: -o-linear-gradient(top, #ab0034, #850823);
	background-image: linear-gradient(top, #ab0034, #850823);
	-webkit-box-shadow: inset 0 1px 0 0 #af0034;
	box-shadow: inset 0 1px 0 0 #af0034;
}

#modal_content nav .pass_no:active {
	text-shadow: 0 1px 0 #880034;
}

/* ------------------ Tablets ------------------ */
@media only screen and (max-width: 989px) {
	body {
		background-image:url(https://files.campsaginaw.com/img/bgPhotos/iPad-bgPhoto.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		padding:0;
		margin:0;
		color:#fff;
		background-color: #003462;
		font:1em/1.4em Arial, sans-serif;
		}
	a {
		color: #EF3D43;
		}
	a:hover {
		color: #FFFFFF;
		}
	blockquote {
		font-style:italic;
		color:#666;}
	h1 {
		margin:.5em 0;
		font-size:1.7em;
		line-height:1.2em;
		}
	.page h1 {
		font-family: adobe-garamond-pro, Georgia, "Times New Roman", serif;
		font-weight:700;
		font-style:italic;
		letter-spacing:.02em;
		}
	h2 {
		font-size:1.3em;
		line-height:1.2em;
		margin:1.7em 0 .8em;
		color:#67b7ff;
		}
	h3 {
		font-size:1.1em;
		line-height:1.2em;
		color:#67b7ff;
		}
	h4 {
		font-size:1em;
		line-height:1.2em;
		color:#67b7ff;
		}
	p {
		margin:0 0 1em 0;
		}
	iframe {
		max-width: 100%;
		max-height: 300px;
		}
	#pageCopy iframe {max-height: none;}
	/* ------------------ Structure ------------------ */
	#logoAndHamburger {
		position: relative;
	}

	#menuToggle {
		display: block;
		position: absolute;
		right: 20px;
		bottom: 38px;
		text-indent: -999em;
		width: 33px;
		height: 30px;
		background-image: url(https://files.campsaginaw.com/img/hamburger.png);
		background-size: cover;
		-ms-behavior: url(/bgsize/backgroundsize.min.htc);
		behavior: url(/bgsize/backgroundsize.min.htc);
	}

	#logoLink {
		display: block;
		text-indent: -999em;
		width: 158px;
		height: 90px;
		background-image: url(https://files.campsaginaw.com/img/iPhone5Logo.png);
		background-size: cover;
		margin: 1em auto 0;
		}
	#wrapper {
		width:94%;
		margin:0 auto;
		}
	#slideWrapper {
		max-width: 100%;
		}
		#slideshow {
			max-width:100% !important;
			}
	/* ------------------ Social Nav ------------------ */
	nav#socialNav {
		text-align: center;
		}
	nav#socialNav a {
		width: 24%;
		display: inline-block;
		text-align: center;
		color: white;
		font-size:.75em;
		margin: 0 0.5% .5em;
		padding:.5em 0;
		line-height:1em;
		text-decoration: none;
		border-radius: .5em;
		}
		nav#socialNav a#facebookIcon {background:#47639c/* EF3D43 */;}
		nav#socialNav a#twitterIcon {background:#59adeb/* EF3D43 */;}
		nav#socialNav a#youTubeIcon {background:#EF3D43/* cf242a */;}
		nav#socialNav a#cmLogin {background:#41ad49/* EF3D43 */;}
	/* ------------------ Primary Nav ------------------ */

	header nav#primaryNav {
		max-height: 0;
		overflow: hidden;
		transition: max-height .5s ease-in-out;
	}
		header nav#primaryNav.expanded {
			max-height: 1000px;
		}
	header nav#primaryNav a {
		display:block;
		padding:.25em 1em;
		line-height:2.5em;
		color: white;
		text-decoration: none;
		}
	header nav#primaryNav a#nav_home {background:#ef3e42;}
	header nav#primaryNav a#nav_aboutUs {background:#027d85;}
	header nav#primaryNav a#nav_campers {background:#f69540;}
	header nav#primaryNav a#nav_parents {background:#ffc029;}
	header nav#primaryNav a#nav_staff {background:#9dc8ba;}
	header nav#primaryNav a#nav_alumni {background:#0c6fc7;}
	header nav#primaryNav a#nav_groupRentals {background:#ef3e42;}
	header nav#primaryNav a#nav_news {background:#41ad49;}
	/* ------------------ Main Template ------------------ */
	header+img {
		width:100%;
		/*
outline: 2px solid white;
		outline-offset: -2px;
 */
		border-radius: 1em;
		margin: 1em 0;
		}
	p.next {
		font-style:italic;
		}
	/* ------------------ Subnav ------------------ */
	#subNav {
		padding:0;
		margin:0;
		font-size: .75em;
		clear: both;
		}
	#subNav li {
		padding:0;
		margin:0;
		list-style-type: none;
		}
	#subNav li a {
		display:block;
		padding:.5em 1em;
		margin:0 0 1px;
		line-height:1.5em;
		text-decoration: none;
		color: white;
		background: #02549c;
		}
	/* ------------------ Left/Right/Full Photos ------------------ */
	div.right img,
	div.left img,
	div.full img {
		max-width: 100%;
		outline: 2px solid white;
		outline-offset: -2px;
		margin: 0 auto;
		}
	div.left {
		float: left;
		width: 254px;
		margin: 0 1em 1em 0;
		}
	div.right {
		float: right;
		width: 254px;
		margin: 0 0 1em 1em;
		}
	div.captionated span.caption {
		display:block;
		margin:.5em 0 1em;
		font-style:italic;
		line-height:1.2em;
		}
	div.left img, div.right img, div.full img {display:block;}
	/* ------------------ Footer Content ------------------ */
	.acaLogo {
		display: block;
		padding: 1em 0;
		}
	.acaLogo img {
		display: none;
		}
	.acaLogo a {
		display: block;
		width: 100px;
		height: 70px;
		background-image: url(https://files.campsaginaw.com/img/acaLogo-Mobile.png);
		background-size: cover;
		margin: 0 auto;
		}
	.credLocation div {
		margin: 0 5% 1em 0;
		width: 45%;
		float: right;
		}
	.credLocation div.yearRound {
		width: 100%;
		float: none;
		}
	.credLocation address,
	.credLocation p {
		font-style: normal;
		margin:0;
		font-size: .75em;
		line-height: 1.25em;
		}
	.credLocation p.fauxHeader {
		font-weight: bold;
		}
	.credLocation span {
		display: none;
		}
	.credLocation div a {
		white-space: nowrap;
		}
	#warning {
		font-size: .75em;
		line-height: 1.25em;
		}
	#warning img {
		float:left;
		width: 2em;
		padding: 0 .5em .5em 0;
		}
	#copyright {
		font-size: .75em;
		text-align: left;
		width: 40%;
		float:left;
		margin: 0 0 .5em;
		}
	#translateWrapper {
		display: none;
		}
	/* ------------------ Pre & Footer Nav ------------------ */
	nav#preFooterNav {
		font-size: .75em;
		text-align: right;
		width: 60%;
		float:right;
		margin: 0 0 .5em;
		}
	nav#preFooterNav a {
		color: white;
		padding: 0 0 0 1em;
		}
	nav#footer {
		margin: 1.5em 0 0;
		text-align: center;
		}
	nav#footer a {
		width: 24%;
		display: inline-block;
		text-align: center;
		color: white;
		font-size:.75em;
		margin: 0 0.5% .5em;
		padding:.5em 0;
		line-height:1em;
		text-decoration: none;
		border-radius: .5em;
		}
	nav#footer a.Olark {background:#EF3D43;}
	nav#footer a.datesRatesBtn {background:#59adeb;}
	nav#footer a.requestInfoBtn {background:#41ad49;}
	nav#footer a.weekendClubBtn {background:#47639c;}
	/* ------------------ Video ------------------ */
	.campStoryVideoContainer,
	.activityVideoContainer {
		max-width: 320px;
			float: right;
			margin: 0 0 1em 1em;
		}
		.campStoryVideoContainer h2 {
			display: none;
			}
		video {
			max-width: 100%;
			}
		.campStoryFooter {
			color: white;
			background: #EF3D43;
			max-width: 320px;
			border-radius: 0 0 .5em .5em;
			}
			.campStoryFooter p {
				margin-bottom: 0;
				padding: .25em .5em;
				}
	/* ------------------ Letters from the Directors ------------------ */
	.letterBody {
		background: #7e2733;
		border-radius: 0 0 1em 1em;
		padding: 0 .75em .125em;
		margin-bottom: 30px;
		}
	.letterHeader {
		background: #7e2733;
		border-radius: 1em 1em 0 0;
		margin: 0;
		padding: .75em;
		}
	.letterHeader h2,
	.letterBody span {
		color: #ff8f93;
		margin: 0;
		}
	.letterBody a:link,
	.letterBody a:visited {
		color: #FFF;
		font-style: italic;
		}
	.letterBody .right img,
	.letterBody .left img {
		border: none;
		}
	/* ------------------ General Table ------------------ */
	#pageCopy table {
		width:100%;
		border-collapse:collapse;
		line-height: 1.5em;
		margin: 1em 0;
		}
	#pageCopy table th {
		padding: .5em;
		text-align: left;
		background: #EF3D43;
		}
	#pageCopy table td {
		color:#000;
		padding: .5em;
		}
	#pageCopy table tr td {
		background: #aca154;
		}
	table#sessions tr.odd td,
	#pageCopy table tr:nth-child(even) td {
		background: #d0c573;
		}
	/* ------------------ Sample Schedule Styles ------------------ */
	#pageCopy .sampleSchedule table tr td,
	#pageCopy .sampleSchedule table tr:first-child,
	#pageCopy .sampleSchedule table tr:last-child {
		background: transparent;
		color: white;
		}
	/* ------------------ Activity Table Styles ------------------ */
	#pageCopy table#activityMasterList {
		margin-top: 1em;
		}
	#pageCopy table#activityMasterList th {
		background: transparent;
		padding: 0;
		}
	#pageCopy table#activityMasterList td {
		padding: 0;
		vertical-align: top;
		background: transparent;
		}
	#pageCopy table#activityMasterList td ul,
	#pageCopy table#activityMasterList td li {
		margin: 0;
		padding: 0;
		width: auto;
		list-style: none;
		}
	#pageCopy table#activityMasterList td li a {
		display: block;
		padding: .25em .5em;
		margin: .25em .25em .25em 0;
		color: white;
		background: #EF3D43;
		text-decoration: none;
		font-size: .85em;
		border-radius: .5em;
		}
	/* ------------------ Activity List Styles ------------------ */
	.activities h2 {
		clear: both;
		padding: 1em 0 0;
		}
	ul.customActivityList {
		clear:both;
		padding:0;
		margin:0;
		}
	ul.customActivityList li {
		float:left;
		width:24%;
		margin:0 0.5% .5em;
		list-style: none;
		}
	ul.customActivityList li a {
		display: block;
		text-align: center;
		color: white;
		background:#EF3D43;
		font-size:.75em;
		margin: 0;
		padding:.5em 0;
		line-height:1em;
		text-decoration: none;
		border-radius: .5em;
		}
	.activities .next {
		clear: both;
		padding:1em 0 0;
		}
	/* ------------------ Home ------------------ */
	#home .forMobileOnly {
		display: block;
		margin: 1em 0;
		}
	#home #innerWrapper div.right {
		width: 40%;
		float: right;
		margin: 0;
		}
	#home .right img {
		display: none;
		}
	#home .right p {
		font-size: .8em;
		line-height: 1.25em;
		}
	#home .right article {
		padding: .5em 0 0;
		border-bottom: 1px dashed #002444;
		}
	.col.narrow.gold.recentNews + .col.narrow.gold,
	.col.narrow.gold + .next {
		display: none;
		}
	.col.wide.green {
		width: 55%;
		float: left;
		}
	#home .video-js-box,
	#home .video-js-box video {
		max-width: 100% !important;s
		}
	#tweetBox {
		width: 100%;
		clear: both;
		}
	#tweetBox #tb_1,#tb_2,#tb_3,#tb_4,#tb_6,#tb_7,#tb_8,#tb_9 {
		display: none;
		}
	.tweet_list {
		margin: 1em 0;
		padding: 0;
		}
	.tweet_list li {
		margin: 0;
		padding: .5em 0;
		list-style: none;
		border-bottom: 1px dashed #002444;
		font-size: .8em;
		}
	.tweet_list:first-child:before {
		content: "Recent Tweets";
		font-weight: bold;
		font-size:1.3em;
		line-height:1.2em;
		margin:1.7em 0 .8em;
		color:#67b7ff;
		}
	/* ------------------ Blog ------------------ */
	.postDate {
		font-style: italic;
		color: #67b7ff;
		}
	.postMeta {
		background: #002444;
		border-radius: .5em;
		margin: 1em 0;
		}
	.nonSocial {
		color: #002444;
		float: left;
		width: 49%;
		margin: 0;
		padding: .5em 0 .5em 1%;
		line-height: 1.5em;
		height: 1.5em;
		}
		.nonSocial span {
			color: white;
			}
	.beSocial {
		float: right;
		width: 49%;
		margin: 0;
		padding: .5em 1% .5em 0;
		height: 1.5em;
		}
	.pagination {
		padding: 1em 0;
		}
	.pagination:after {
		display: block;
		clear: both;
		width: 100%;
		content: "";
		}
	span.previous_page {
		display: none;
		}
	a.previous_page,
	a.next_page {
		width: 24%;
		display: inline-block;
		text-align: center;
		color: white;
		background:#EF3D43;
		font-size:.75em;
		margin: 0 0.5% .5em;
		padding:.5em 0;
		line-height:1em;
		text-decoration: none;
		border-radius: .5em;
		}
	.previous_page {
		float: right;
		}
	.next_page {
		float: left;
		}
	#latestTweets h3 {
		display: none;
		}
	/* -------- Comments -------- */
	#commentsRapper {
		width: 45%;
		margin: 0;
		float: left;
		}
	#comments {
		width: 100%;
		padding:0;
		margin:0;
		list-style:none;
		}
	#comments li#commentSubmited {
		display:none;
		width: 90%;
		padding: 5%;
		margin: 0 0 30px;
		color: #fff;
		font-size: 1em;
		line-height: 1.25em;
		font-weight:bold;
		background-color:#EF3E42;
		}
	#comments .comment {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
		font-style: italic;
		}
	#comments .comment p {
		margin: 0;
		}
	#comments .comment .author {
		font-style: normal;
		font-weight: bold;
		margin-top: .5em;
		}
	#addComment {
		float: right;
		width: 50%;
		}
	#addComment form {
		width: 100%;
		}
	#addComment form #comment_body {
		height: 10em;
		font-size: .85em;
		}
	#addComment form #comment_body,
	#addComment form #comment_author,
	#addComment form #comment_email {
		width: 96%;
		padding: 1em 2%;
		margin: 0 0 1em;
		display: block;
		border: 1px solid #ef3d43;
		box-shadow: inset 1px 1px px rgba(0,0,0,.8);
		font-size: .85em;
		}
	#addComment textarea.error,
	#addComment input.error {
		padding: 1%;
		border: 1px solid #f00 !important;
		margin-bottom: 0 !important;}
	#addComment label.error {
		display: block;
		width: 96%;
		padding: 2%;
		margin: 0 0 1em;
		color: #fff;
		background: #ef3d43;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-webkit-border-bottom-left-radius:3px;
		-webkit-border-bottom-right-radius:3px;
		border-radius-bottomleft:3px;
		border-radius-bottomright:3px;
		text-shadow:#666 1px 1px 1px;
		font-size:.85em;}
	#comment_submit {
		width: 100%;
		text-align: center;
		font-size:1.25em;
		margin: 0 0 1em 0;
		}

	.clear {
		clear: both;
		}
	.notOnAPhone, .hideChat {
		display: none !important;
		}

	header nav#primaryNav {/* display: none; */}

	/* ------------------ Video Gallery ------------------ */

		.video-download {float: right;}
		.subtype-wrapper {
			margin: 0 -1.66% 20px;
			clear: both;
			display: none;
		}
			.subtype-wrapper.expanded {display: block;}
		.video-block {
			width: 30%;
			margin: 0 1.66% 20px;
			float: left;
		}
			.video-block img {
				width: 100%;
			}
			.video-thumb {
				display: block;
				position: relative;
				border: none;
				outline: none;
			}
			.video-thumb img {
				opacity: .8;
				border: none;
				outline: none;
			}
			.video-thumb:hover img {opacity: 1;}
			.video-thumb .vjs-big-play-button {display:block;}
    #homeCopy { display: none; }
}

/* ------------------ Phones Only ------------------ */
@media only screen and (max-width: 640px) {
	body {
		background-image:url(https://files.campsaginaw.com/img/bgPhotos/iPhone5-BgPhoto.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	#logoLink {
		display: block;
		text-indent: -999em;
		width: 125px;
		height: 72px;
		}
	#menuToggle {
		bottom: 27px;
	}
	#slideshow {
		max-height: 250px !important;
		}
		.ssp-mobile-poster-content {
			top: 64px !important;
			}
	/* ------------------ Social Nav ------------------ */
	nav#socialNav a {
		font-size:.5em;
		padding:.5em 0;
		line-height:1.5em;
		}
	/* ------------------ Footer Content ------------------ */
	#warning {
		font-size: .5em;
		}
	#copyright {
		font-size: .5em;
		}
	/* ------------------ Pre & Footer Nav ------------------ */
	nav#preFooterNav {
		font-size: .5em;
		}
	nav#footer a {
		width: 24%;
		display: inline-block;
		text-align: center;
		color: white;
		font-size:.5em;
		margin: 0 0.5% .5em;
		padding:.5em 0;
		line-height:1.5em;
		text-decoration: none;
		}
	/* ------------------ Left/Right/Full Photos ------------------ */
	div.right img,
	div.left img,
	div.full img {
		max-width: 100%;
		outline: 2px solid white;
		outline-offset: -2px;
		margin: 0 auto;
		}
	div.left,
	div.right,
	div.full {
		margin:0 auto 1em;
		width: 100%;
		}
	div.captionated span.caption {
		display:block;
		margin:.5em 0 1em;
		font-style:italic;
		line-height:1.2em;
		}
	div.left img, div.right img, div.full img {display:block;}
	/* ------------------ Video ------------------ */
	.campStoryVideoContainer,
	.activityVideoContainer {
		/* max-width: 100% !important; */
		float: none;
		margin: 0 auto;
		}
		video {
			max-width: 100% !important;
			}
		.campStoryFooter {
			color: white;
			background: #EF3D43;
			}
			.campStoryFooter p {
				margin-bottom: 0;
				padding: .25em .5em;
				}
	/* ------------------ General Table ------------------ */
	#pageCopy table {
		font-size: .65em;
		}
	/* ------------------ Activity List Styles ------------------ */
	ul.customActivityList li {
		float:left;
		width:48%;
		margin:0 01% 2%;
		}
	/* ------------------ Home ------------------ */
	#home #innerWrapper div.right {
		width: 100%;
		float: none;
		}
	#home .right p {
		font-size: .8em;
		line-height: 1.25em;
		}
	#home .video-js-box,
	#home .video-js-box video.video-js {
		max-width: 100% !important;
		max-height: 225px !important;
		}
	.col.wide.green {
		width: 100%;
		float: none;
		}
	#tweetBox #tweets .tweet_list {
		margin: 1em 0;
		padding: 0;
		}
	#tweetBox #tweets .tweet_list li {
		margin: 0;
		padding: .5em 0;
		list-style: none;
		border-bottom: 1px dashed #002444;
		font-size: .8em;
		}
	#tweetBox #tweets .tweet_list:first-child:before {
		content: "Recent Tweets";
		font-weight: bold;
		font-size:1.3em;
		line-height:1.2em;
		margin:1.7em 0 .8em;
		color:#67b7ff;
		}
	/* ------------------ Blog ------------------ */
	.nonSocial {
		color: #002444;
		width: 96%;
		margin: 0;
		padding: 2%;
		line-height: 1.5em;
		height: 1.5em;
		}
	.beSocial {
		width: 96%;
		margin: 0;
		padding: 2%;
		line-height: 1.5em;
		height: auto;
		}
	/* -------- Comments -------- */
	#commentsRapper {
		width: 100%;
		margin: 0;
		float: none;
		}
	#comments {
		width: 100%;
		padding:0;
		margin:0;
		list-style:none;
		}
	#comments li#commentSubmited {
		display:none;
		width: 90%;
		padding: 5%;
		margin: 0 0 30px;
		color: #fff;
		font-size: 1em;
		line-height: 1.25em;
		font-weight:bold;
		background-color:#EF3E42;
		}
	#comments .comment {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
		font-style: italic;
		}
	#comments .comment p {
		margin: 0;
		}
	#comments .comment .author {
		font-style: normal;
		font-weight: bold;
		margin-top: .5em;
		}
	#addComment {
		float: none;
		width: 100%;
		}
	#addComment form {
		width: 100%;
		}
	#addComment form #comment_body {
		height: 10em;
		font-size: .85em;
		}
	#addComment form #comment_body,
	#addComment form #comment_author,
	#addComment form #comment_email {
		width: 96%;
		padding: 1em 2%;
		margin: 0 0 1em;
		display: block;
		border: 1px solid #ef3d43;
		box-shadow: inset 1px 1px px rgba(0,0,0,.8);
		font-size: .85em;
		}
	#addComment textarea.error,
	#addComment input.error {
		padding: 1%;
		border: 1px solid #f00 !important;
		margin-bottom: 0 !important;}
	#addComment label.error {
		display: block;
		width: 96%;
		padding: 2%;
		margin: 0 0 1em;
		color: #fff;
		background: #ef3d43;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-webkit-border-bottom-left-radius:3px;
		-webkit-border-bottom-right-radius:3px;
		border-radius-bottomleft:3px;
		border-radius-bottomright:3px;
		text-shadow:#666 1px 1px 1px;
		font-size:.85em;}
	#comment_submit {
		width: 100%;
		text-align: center;
		font-size:1.25em;
		margin: 0 0 1em 0;
		}

	.video-block {
		width: 46%;
		margin: 0 2% 20px;
	}
}

/* ------------------ Desktop ------------------ */
@media only screen and (min-width : 990px) {

	body {
		padding:0;
		margin:0;
		color:#000;
		background:url(https://files.campsaginaw.com/img/wood.jpg) fixed;
		font:12px/1.4em Arial, sans-serif;
		}

	a {
		color: #EF3D43;
		text-decoration: none;
		}
	a:hover {
		color: #FFFFFF;
		text-decoration:underline;
		}

	blockquote {
		font-style:italic;
		color:#666;}

	h1 {
		margin:0 0 1.3em;
		font-size:1.7em;
		line-height:1.2em;
		}

	.page h1 {
		font-family: adobe-garamond-pro, Georgia, "Times New Roman", serif;
		font-weight:700;
		font-style:italic;
		letter-spacing:.02em;
		}

	h2 {
		font-size:1.3em;
		line-height:1.2em;
		margin:1.7em 0 .8em;
		color:#67b7ff;
		}

	h1 + h2 {margin-top: 0;}

	h3 {
		font-size:1.1em;
		line-height:1.2em;
		color:#67b7ff;
		}

	h4 {
		font-size:1em;
		line-height:1.2em;
		color:#67b7ff;
		}

	p {
		margin:0 0 1em 0;
		}



	/* ------------------ Structure ------------------ */
	#wrapper {
		width:990px;
		margin:0 auto;
		background:#003462;
		}

	#wrapper #innerWrapper {
		min-height:780px;
		padding:32px 72px 130px 0;
		background:#003462 url(https://files.campsaginaw.com/img/bgPhotos/homeBgPhoto.jpg) 0 0 no-repeat;
		}

	.blog #wrapper #innerWrapper {
		padding-right:0;
		}

	header#mainHeader {
		position:absolute;
		z-index:1;
		width:990px;
		height:120px;
		background:url(https://files.campsaginaw.com/img/headerBg.png) no-repeat;
		}

	#menuToggle {display: none;}

	a#logoLink {
		display:block;
		width:259px;
		height:120px;
		margin:0 0 0 61px;
		text-indent:-999em;
		}

	header nav#superNav {
		position: absolute;
		top: 14px;
		right: 250px;
	}

	header nav#superNav a {
		color: #fff;
		display: inline-block;
		float: left;
		font-family: adobe-garamond-pro,Georgia,serif;
		font-size: 16px;
		font-style: italic;
		font-weight: 700;
		height: 27px;
		padding: 0 10px;
		line-height: 19px;
		text-shadow: -1px 1px 0 #793437;
	}

	header nav#superNav a:hover {
		text-decoration: none;
		color: #000;
		text-shadow: none;
	}

	header nav#superNav a .buttonCenter {
		background-color: #EE3D42;
		float: left;
		padding: 4px 0;
	}

	header nav#superNav a .buttonLeft,
	header nav#superNav a .buttonRight {
		display: inline-block;
		float: left;
		height: 27px;
		width: 14px;
		background:url(https://files.campsaginaw.com/img/navButton.png) no-repeat;
	}

	header nav#superNav a.requestInfo .buttonCenter {
		background-color: #0C6FC7;
	}

	header nav#superNav a.requestInfo .buttonLeft,
	header nav#superNav a.requestInfo .buttonRight {
		background:url(https://files.campsaginaw.com/img/navButton-blue.png) no-repeat;
	}

	header nav#superNav a .buttonLeft {
		background-position: left 0;
	}

	header nav#superNav a .buttonRight,
	header nav#superNav a.requestInfo .buttonRight {
		background-position: right 0;
	}

	header nav#socialNav {
		position:absolute;
		top:14px;
		right:0;
		background:url(https://files.campsaginaw.com/img/socialBg.png) left center no-repeat;
		height:27px;
		width:237px;
		}

	header nav#socialNav a {
		float:left;
		display:inline-block;
		text-decoration:underline;
		margin:4px 0 0 14px;
		line-height:19px;
		color: #FFFFFF;
		}

	header nav#socialNav #facebookIcon {
		width:18px;
		height:18px;
		background:url(https://files.campsaginaw.com/img/niceSprites.png) left top no-repeat;
		text-indent:-999em;
		}

	header nav#socialNav #twitterIcon {
		width:18px;
		height:18px;
		background:url(https://files.campsaginaw.com/img/niceSprites.png) -18px top no-repeat;
		text-indent:-999em;
		}

	header nav#socialNav #youTubeIcon {
		width:39px;
		height:18px;
		background:url(https://files.campsaginaw.com/img/niceSprites.png) -36px top no-repeat;
		text-indent:-999em;
		}

	header nav#primaryNav {
		position:absolute;
		top:55px;
		right:59px
		}

	header nav#primaryNav a {
		display:inline-block;
		padding:0 13px;
		line-height:2.5em;
		}


	header nav#primaryNav a#nav_home {color:#ef3e42;}
	header nav#primaryNav a#nav_aboutUs {color:#027d85;}
	header nav#primaryNav a#nav_campers {color:#f69540;}
	header nav#primaryNav a#nav_parents {color:#ffc029;}
	header nav#primaryNav a#nav_staff {color:#9dc8ba;}
	header nav#primaryNav a#nav_alumni {color:#0c6fc7;}
	header nav#primaryNav a#nav_groupRentals {color:#ef3e42;}
	header nav#primaryNav a#nav_news {color:#41ad49;}
	header nav#primaryNav a:hover {color:#fff !important; text-decoration:none;}


	#slideWrapper {
		height:395px;
		position:relative;
		padding:75px 0 0;
		overflow:hidden;
		z-index:0;
		}

	object,
	img {display:block;}

	#home .headerSlideshow {height:395px;}
	.headerSlideshow {height:334px;}

	nav#featurePhotoNav {
		height:50px;
		margin:0 0 32px;
		}

	nav#featurePhotoNav a.thumb {
		display:inline-block;
		width:75px;
		height:45px;
		border:2px solid #f00;
		margin:0 4px;
		}

	nav#featurePhotoNav .arrow {
		display:block;
		height:50px;
		width:20px;
		text-indent:-999em;
		}

	nav#featurePhotoNav .arrow.left {background:url(https://files.campsaginaw.com/img/homeSlides/homeSlideNavArrows.png) left center no-repeat}
	nav#featurePhotoNav .arrow.right {background:url(https://files.campsaginaw.com/img/homeSlides/homeSlideNavArrows.png) right center no-repeat}

	#homeCopy {
		position:absolute;
		bottom:0;
		right:70px;
		width:446px;
		padding:16px;
		background:url(https://files.campsaginaw.com/img/homeCopyBg.png) center top no-repeat;
		font-size: 1.3em;
                z-index: 100;
                display: block;
		}
	#homeCopy h1 {
		font-family:Georgia, serif;
		font-style:italic;
		margin:0 0 .5em;
		}

	#homeCopy h1, #homeCopy p {
		color:#fff;
		margin: 0;
		}

	#homeCopy #homeCopyHide {
		float:right;
		position: absolute;
		right: 16px;
		bottom: 10px;
                display: none;
		}

	#pageCopy {
		float:right;
		width:540px;
		color:#fff;
		margin:0 0 110px;
		}

	#subNav,
	#subNav ul {
		padding:0;
		margin:0;
		list-style:none;
		width:318px;
		}

	#subNav {
		margin:0 0 110px 0;
		}

	#subNav li {
		padding:0 0 5px;
		background:url(https://files.campsaginaw.com/img/subNavBack.png) left top no-repeat;
		}

	#subNav li.current,
	#subNav li:hover {background-position:-318px 0;}

	#subNav ul li {
		padding:0;
		margin:0;
		background:none !important;
		}

	#subNav ul,
	#subNav ul ul {
		padding-top:5px;
		display:none;
		}

	#subNav li.current ul {
		display:block;
		background:url(https://files.campsaginaw.com/img/subSubNavBack.png) 72px top no-repeat;
		}

	#subNav li a {
		color: #FFFFFF;
		display:block;
		min-height:12px;
		padding:0 0 0 86px;
		line-height:27px;
		font-size:16px;
		text-shadow:-1px 1px 0 #793437;
		font-family:adobe-garamond-pro, Georgia, serif;
		font-style: italic;
		font-weight: 700;
		letter-spacing:.02em;
		}

	#subNav li#nav_2012-dates-and-rates {
		display:none;
		}

	#subNav li.current a,
	#subNav a:hover {
		color:#fff;
		text-shadow:-1px 1px 0 #0f304d;
		text-decoration: none;
		}

	#subNav li.current ul li.current a,
	#subNav li.current ul a:hover {
		color:#EF3E42;
		text-shadow:none;
		}

	#subNav ul a {
		font-size:0.95em;
		}

	#sidebar_addresses {
		width:246px;
		padding:0 0 0 72px;
		}
		#sidebar_addresses .addressWrapper {}
			#sidebar_addresses .addressWrapper h2 {
				font-size:1.5em;
				margin:0 0 5px;
				color:#fff;
				color:#67b7ff;
				}
			#sidebar_addresses .addressWrapper p.address {
				margin:0 0 8px 0;
				font-size:1.3em;
				line-height: 1.2em;
				color:#fff;
				}
			#sidebar_addresses .addressWrapper p.other {
				font-size:1.2em;
				line-height: 1.3em;
				color:#fff;
				margin-bottom:30px;
				}

	.col {
		margin:0 0 20px 0;
		}

	.col p:last-child {
		margin:0;
		}

	.col.narrow {width:320px;}
	.col.wide {width:490px;}

	.col .colHeader {
		height:32px;
		text-indent:-999em;
		}

	.col.narrow .colHeader {
		background:url(https://files.campsaginaw.com/img/narrowHeader.png) center top;
		}

	.col.wide .colHeader {
		background:url(https://files.campsaginaw.com/img/wideHeader.png) center top;
		}

	.col .colHeader h2 {
		height:32px;
		margin:0;
		}

	.colHeader.campVideo h2 {background:url(https://files.campsaginaw.com/img/colHeader_video.png) center center no-repeat;}
	.colHeader.campNews h2 {background:url(https://files.campsaginaw.com/img/colHeader_news.png) center center no-repeat;}
	.colHeader.herbCohen h2 {background:url(https://files.campsaginaw.com/img/colHeader_herbCohen.png) center center no-repeat;}

	.col.narrow.gold .colContent {
		width:288px;
		padding:16px;
		background:url(https://files.campsaginaw.com/img/narrowGold.png) center bottom;
		}

	.col.narrow.green .colContent {
		width:288px;
		padding:16px;
		background:url(https://files.campsaginaw.com/img/narrowGreen.png) center bottom;
		}

	.col.wide.gold .colContent {
		width:458px;
		padding:16px;
		background:url(https://files.campsaginaw.com/img/wideGold.png) center bottom;
		}

	.col.wide.green .colContent {
		width:458px;
		padding:16px;
		background:url(https://files.campsaginaw.com/img/wideGreen.png) center bottom;
		}

	table#tweetBox {
		border-collapse:collapse;
		border:0;
		}

	table#tweetBox td#tb_1 {width:32px; height:8px; background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_01.png) left bottom;}
	table#tweetBox td#tb_2 {height:8px; background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_02.png) left bottom;}
	table#tweetBox td#tb_3 {width:8px; height:8px; background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_03.png) left bottom;}
	table#tweetBox td#tb_4 {width:32px; background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_04.png) left top repeat-y !important; vertical-align:middle;}
	table#tweetBox td#tb_5 {padding:0 10px 0 18px; background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_05.png) left top repeat-y !important;}
	table#tweetBox td#tb_6 {width:8px; background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_06.png) left top repeat-y !important;}
	table#tweetBox td#tb_7 {width:32px; background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_07.png) left top;}
	table#tweetBox td#tb_8 {background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_08.png) left top;}
	table#tweetBox td#tb_9 {width:8px; background:url(https://files.campsaginaw.com/img/tweetBox/tweetBox_09.png) left top;}
	table#tweetBox td {background-repeat:no-repeat !important; padding:0;}

	table#tweetBox td#tb_5 #tweets ul {
		padding:0;
		margin:0;
		list-style:none;
		}

	table#tweetBox td#tb_5 #tweets ul li {
		border-bottom:1px dashed #111;
		padding:4px 0 10px;
		margin-bottom:7px;
		}

	table#tweetBox td#tb_5 p#followMe {
		padding-bottom:0;
		border-bottom:none;
		margin-bottom:0;
		}

	table#loginBox td#lb_1 {width:32px; height:8px; background:url(https://files.campsaginaw.com/img/loginBox/loginBox_01.png) left bottom;}
	table#loginBox td#lb_2 {height:8px; background:url(https://files.campsaginaw.com/img/loginBox/loginBox_02.png) left bottom;}
	table#loginBox td#lb_3 {width:8px; height:8px; background:url(https://files.campsaginaw.com/img/loginBox/loginBox_03.png) left bottom;}
	table#loginBox td#lb_4 {width:32px; background:url(https://files.campsaginaw.com/img/loginBox/loginBox_04.png) left top repeat-y !important; vertical-align:middle;}
	table#loginBox td#lb_5 {padding:0 10px 0 18px; background:url(https://files.campsaginaw.com/img/loginBox/loginBox_05.png) left top repeat-y !important;}
	table#loginBox td#lb_6 {width:8px; background:url(https://files.campsaginaw.com/img/loginBox/loginBox_06.png) left top repeat-y !important;}
	table#loginBox td#lb_7 {width:32px; background:url(https://files.campsaginaw.com/img/loginBox/loginBox_07.png) left top;}
	table#loginBox td#lb_8 {background:url(https://files.campsaginaw.com/img/loginBox/loginBox_08.png) left top;}
	table#loginBox td#lb_9 {width:8px; background:url(https://files.campsaginaw.com/img/loginBox/loginBox_09.png) left top;}
	table#loginBox td {background-repeat:no-repeat !important; padding:0;}

	table#loginBox td table {
		color:#033865;
		margin-bottom:6px;
		}

	table#loginBox td table td input {
		width:175px;
		margin:0 0 0 8px
		}

	table#loginBox td a {
		font-size:91%;
		color:#033865;
		text-decoration: underline;
		text-transform:uppercase;
		}

	table#loginBox td #login_btn {
		width:65px;
		height:21px;
		border:none;
		margin:0 0 0 66px;
		background:url(https://files.campsaginaw.com/img/loginBtn.png) left top no-repeat;
		text-indent:-999em;
		}

	table#loginBox td #login_btn:hover {
		}

	table#loginBox img {border:none;}

	div.recentNews article {
		padding:0 0 12px;
		border-bottom:1px dashed #111;
		margin:0 0 10px;
		}

	div.recentNews article.hasPhoto {
		min-height:50px;
		}

	div.recentNews article:last-child {
		padding-bottom:0;
		border-bottom:none;
		margin-bottom:0;
		}

	div.recentNews article .recentThumb {
		float:right;
		margin:0 0 0 12px;
		border: 2px solid #FFF;
		}

	div.recentNews article .recentThumb img {border:none;}

	div.recentNews article p {
		margin:0;
		}

	div.recentNews article.hasPhoto p {
		width:288px;
		}

	div.colContent p a {
		color:#FFFFFF;
		}

	div.credLocation,
	.col.wide {margin-left:72px;}

	.credLocation {
		height:56px;
		color:#fff;
		margin-bottom:1.5em;
		}

	.credLocation div {
		float:left;
		width:736px;
		font-size:0.95em;
		vertical-align:middle;
		}

	.credLocation p,
	.credLocation address {
		float:left;
		display:inline-block;
		margin: 0;
		font-style:normal;
		}

	.credLocation .pushMe {margin-top:18px;}
	.credLocation .acaLogo {float:left;}

	.credLocation p img {margin-right:20px;}

	nav#footer {
		position:fixed;
		bottom:0;
		z-index:5;
		height:27px;
		width:894px;
		padding:0 45px 0 51px;
		border-top:10px solid #02549c;
		border-bottom:11px solid #02549c;
		background: #02549c;
		}

	nav#footer .inner {
		height: 27px;
		text-align: center;
	}

	nav#footer a {
		height:27px;
		display:inline-block;
		margin: 0 2em;
		color:#fff;
		line-height:27px;
		text-decoration:none;
		}

	nav#footer a .buttonCenter {
		background-color: #EE3D42;
		float: left;
	}

	nav#footer a .buttonLeft,
	nav#footer a .buttonRight {
		display: inline-block;
		float: left;
		height: 27px;
		width: 14px;
		background:url(https://files.campsaginaw.com/img/navButton.png) no-repeat;
	}

	nav#footer a .buttonLeft {
		background-position: left 0;
	}
	nav#footer a .buttonRight {
		background-position: right 0;
	}

	header nav#socialNav a:hover,
	nav#footer a:hover {
		color:#222;
		text-shadow:none;}

	p.next {
		font-size:1.3em;
		font-style:italic;
		line-height:35px;
		padding-right:40px;
		text-align:right;
		background:url(https://files.campsaginaw.com/img/nextIcon.png) right center no-repeat;
		clear:both;
		color:#fff;
		}


	#warning {clear:both; margin-left:72px;}
	#warning img {float:left; margin-right:8px;}
	#warning p {color:#79afe2;}
	#warning p strong {color:#f9d716;}

	#copyright {
		margin-top:20px;
		margin-left:72px;
		text-align:center;
		color:#285884;
		font-weight:bold;
		}

	/* Google Translate */

	.goog-te-gadget {
		width: 175px;
		margin: 0 auto;
		}
	.goog-te-gadget div {
		color: #FFF;
		}
	#translate img {
		display: inline;
		}
	#translate {
		margin-top:70px;
		margin-left:72px;
		text-align:center;
		color:#285884;
		font-weight:bold;

		}
	#translate a:link,
	#translate a:hover,
	#translate a:visited {
		color: #FFF;
		}

	/* Activities */

	table#activityMasterList {
		width:540px;
		border-collapse:collapse;
		border-radius:10px;
		margin:30px 0 0;
		text-align:left;
		background:#ef3d43;
		}

	table#activityMasterList th {
		color:#ff8f93;
		text-transform:uppercase;
		height:35px;
		padding:5px 20px 0 20px !important;
		text-align:left;
		}

	table#activityMasterList td {
		padding:0 20px 20px;
		vertical-align:top;
		background-image:none !important;
		}

	table#activityMasterList td ul {
		padding:0;
		margin:0 0 0 15px;
		}

	table#activityMasterList td ul li {
		color: #FFF;
		}

	table#activityMasterList td ul a {color:#fff;}
	table#activityMasterList td ul a:hover {
		text-decoration:underline;
		color:#fff;
		}

	.activities--2 h2,
	.activities h2 {
		text-transform:uppercase;
		}

	ul.customActivityList {
		clear:right;
		width:70%;
		min-height:60px;
		padding:0;
		margin:0 0 50px;
		color:#ef3d43;
		}

	ul.customActivityList li {
		float:left;
		width:160px;
		margin-left:15px;
		}

	ul.customActivityList li a {color:#ef3d43;}
	ul.customActivityList li a:hover {color:#fff;}

	div.activityVideoContainer {
		width: 320px;
		height: 240px;
		float: right;
		margin: 0px 0px 30px 25px;
	}


	/* ------------------ Letters from the Directors ------------------ */

	.letterBody {
		background: url(https://files.campsaginaw.com/img/fullFooter.png) repeat-y scroll left bottom transparent;
		padding: 20px;
		margin-bottom: 30px;
		}

	.letterHeader {
		background: url(https://files.campsaginaw.com/img/fullHeader.png) no-repeat scroll left top transparent;
		margin: 0;
		padding: 20px 20px 0;
		}

	.letterHeader h2,
	.letterBody span {
		color: #ff8f93;
		margin: 0;
		}

	.letterBody a:link,
	.letterBody a:visited {
		color: #FFF;
		font-style: italic;
		}

	.letterBody .right img,
	.letterBody .left img {
		border: none;
		}

	/* ------------------ General Table ------------------ */

	#pageCopy table {
		width:540px;
		border-collapse:collapse;
		margin:19px 0 1em;
		border-radius:10px;
		}

	#pageCopy table th {
		padding:0 0 0 19px;
		}

	#pageCopy table td {
		padding:10px 0 10px 19px;
		color:#000;
		}

	#pageCopy table tr td {
		background:url(https://files.campsaginaw.com/img/wideGold.png) repeat;
		}

	table#sessions tr.odd td,
	#pageCopy table tr:nth-child(even) td {
		background:url(https://files.campsaginaw.com/img/wideGold_75.png) repeat;
		}

	#pageCopy table tr:first-child {
		height:32px;
		}

	#pageCopy table tr:last-child {
		height:32px;
		}

	#pageCopy table tr:last-child td,
	#pageCopy table tr:first-child td,
	#pageCopy table tr:first-child th {
		background:#ef3d43;
		}

	#pageCopy table tr:last-child td:first-child {
		border-bottom-left-radius:10px;
		}

	#pageCopy table tr:last-child td:last-child {
		border-bottom-right-radius:10px;
		}

	#pageCopy table tr:first-child td:first-child,
	#pageCopy table tr:first-child th:first-child {
		border-top-left-radius:10px;
		}

	#pageCopy table tr:first-child td:last-child,
	#pageCopy table tr:first-child th:last-child {
		border-top-right-radius:10px;
		}

	/* ------------------ Session Table ------------------ */

	table#sessions tr#sessionHeaderRow {
		height:32px;
		background:url(https://files.campsaginaw.com/img/sessionHeaderFooter.png) no-repeat scroll left top;
		}

	table#sessions tr#sessionFooterRow {
		height:32px;
		background:url(https://files.campsaginaw.com/img/sessionHeaderFooter.png) no-repeat scroll left bottom;
		}

	table#sessions tr#sessionHeaderRow th,
	table#sessions tr#sessionFooterRow th {
		height:32px;
		}

	#pageCopy table#sessions tr th {
		text-indent:-999em;
		background:url(https://files.campsaginaw.com/img/sessionHeaderFooter.png) no-repeat scroll 0 0;
		}

	table#sessions tr#sessionHeaderRow th#header_0 {width:128px;}
	table#sessions tr#sessionHeaderRow th#header_1 {width:142px; background-position:-147px 0;}
	table#sessions tr#sessionHeaderRow th#header_2 {width:108px; background-position:-312px 0;}
	table#sessions tr#sessionHeaderRow th#header_3 {width:82px; background-position:-440px 0;}

	table#sessions tr#sessionFooterRow th#header_4 {width:128px; background-position:0 -32px;}
	table#sessions tr#sessionFooterRow th#header_5 {width:142px; background-position:-147px -32px;}
	table#sessions tr#sessionFooterRow th#header_6 {width:108px; background-position:-312px -32px;}
	table#sessions tr#sessionFooterRow th#header_7 {width:82px; background-position:-440px -32px;}

	/*
	NO Early Bird version - take the class off when early bird prices become visible again.
	(check the clientFile dir for the markup for the table)
	*/
	#pageCopy table#sessions.noEarlyBird tr th {
		text-indent:-999em;
		background:url(https://files.campsaginaw.com/img/sessionHeaderFooter_noEarlyBird.png) no-repeat scroll 0 0;
		}

	table#sessions.noEarlyBird tr#sessionHeaderRow th#header_0 {width:124px !important;}
	table#sessions.noEarlyBird tr#sessionHeaderRow th#header_1 {width:271px !important;}
	table#sessions.noEarlyBird tr#sessionHeaderRow th#header_3 {width:88px !important;}


	/* ------------------ Sample Schedule Styles ------------------ */

	body.a-typical-day-our-program .sampleSchedule {
		width:250px;
		float:right;
		margin:20px 0 40px 20px;
		font-size:.9em;
		}
		body.a-typical-day-our-program .sampleSchedule h2 {
			margin-top:0;
			}
	#pageCopy .sampleSchedule table {
		color:#79AFE2;
		width: 100%;
		color: #FFFFFF;
		margin: 0;
		}

	#pageCopy .sampleSchedule table tr td,
	#pageCopy .sampleSchedule table tr:first-child,
	#pageCopy .sampleSchedule table tr:last-child {
		background: transparent;
		color: #FFFFFF;
		padding: 5px;
		}

	/* ------------------ Facilities Styles ------------------ */

	body.facilities #wrapper > img {padding-top:78px;}


	/* ------------------ Accommodations & Attractions Styles ------------------ */

	div.right h2:first-child,
	div.left h2:first-child {
		margin-top: 0;
		}

	/* ------------------ Activities ------------------ */

	/*
	body.activities--2 #pageCopy div.clear, body.activities #pageCopy div.clear {
		margin-bottom:2em;
		}

	body.activities--2 #pageCopy table, body.activities #pageCopy table {
		width:100%;
		margin:0 0 2em;
		clear:both;
		border-collapse:collapse;
		border-bottom:1px solid #fff;
		background:url(https://files.campsaginaw.com/img/white.png);
		}

	body.activities--2 #pageCopy table td, body.activities #pageCopy table td {
		padding:10px;
		}
	*/


	/* ------------------ Blog ------------------ */

	.blog #pageCopy {
		width:612px;
		margin-bottom:50px;
		}

	article.post {
		margin:0 0 55px 0;
		}

	article.post .postContent {
		padding:0 72px 0 0;
		}

	article.post .postContent h1 {
		margin:0 0 4px 0;
		font-size:1.2em;
		}

	article.post .postContent .postDate {
		font-style:italic;
		color:#67b7ff;
		}

	article.post .postContent h1 a {
		color:#ef3d43;
		}
	article.post .postContent h1 a:hover {
		text-decoration:underline;
		}

	article.post .postMeta {
		height:28px;
		line-height:28px;
		padding-left:20px;
		background:url(https://files.campsaginaw.com/img/postMeta.png) right top;
		font-size:1.2em;
		}

	article.post .postMeta a:hover {color:#fff; text-decoration:underline;}

	article.post .postMeta .author {
		color:#ffc1c3;
		}
	body.blog article.post .postMeta .nonSocial {
		float:left;
		display:inline-block;
		}

	body.blog article.post .postMeta .nonSocial a {
		color: #FFFFFF;
		}

	body.blog article.post .postMeta .beSocial {
		float:left;
		display:inline-block;
		min-width:238px;
		padding:3px 0 0 0;
		margin-left:10px;
		}

	/*
	body.blog article.post .postMeta .beSocial .fb_iframe_widget,
	body.blog article.post .postMeta .beSocial #___plusone_0,
	body.blog article.post .postMeta .beSocial #___plusone_1,
	body.blog article.post .postMeta .beSocial #___plusone_2,
	body.blog article.post .postMeta .beSocial #___plusone_3,
	body.blog article.post .postMeta .beSocial #___plusone_4,
	body.blog article.post .postMeta .beSocial #___plusone_5,
	body.blog article.post .postMeta .beSocial .twitter-share-button,
	body.blog article.post .postMeta .beSocial .IN-widget {
		float:left !important;
		height:20px !important;
		margin:3px 10px 5px 0 !important;
		}

	body.blog article.post .postMeta .beSocial iframe {
		margin:0 !important;
		}

	body.blog article.post .postMeta .beSocial iframe.fb_ltr {
		height:24px !important;
		width:51px !important;
		margin-top:-1px !important;
	}
	*/

	body.blog #subNav {
		margin-bottom:18px;
		}

	#countDownRapper {
		width:228px;
		height:44px;
		padding:36px 0 0 90px;
		background:url(https://files.campsaginaw.com/img/countdownBack.png) right top;
		background-color: transparent;
		text-align: left;
		}

	#countDownRapper #countdown {
		margin:0 0 0 0;
		}

		#countdown .harbinger_labels {text-align: left;}
		#countdown .harbinger_labels span { margin: 0; }

		#countdown .harbinger_labels span.day_label {margin-right: 24px; margin-left: 7px;}
		#countdown .harbinger_labels span.hour_label {margin-right: 11px; }
		#countdown .harbinger_labels span.minute_label {margin-right: 10px;}
		#countdown .harbinger_labels span.second_label {margin-right: 10px;}

		#countdown .harbinger_fallback {
			padding-right: 60px;
			width: auto;
		}

	#latestTweets {
		margin:20px 0 0 0;
		}

	#latestTweets h3 {
		width:318px;
		height:32px;
		margin:0;
		background:url(https://files.campsaginaw.com/img/blogLatestTweets.png) right top;
		text-indent:-999em;
		}

	#latestTweets #tweets {
		width:214px;
		padding:20px 15px 20px 89px;
		background:url(https://files.campsaginaw.com/img/blogLatestTweets.png) right bottom;
		margin-bottom: 30px;
		}

	#latestTweets #tweets #tweetsWrapper ul {
		padding:0;
		margin:0;
		list-style:none;
		}

	#latestTweets #tweets #tweetsWrapper ul li {
		margin-bottom:20px;
		}

	#latestTweets #tweets #tweetsWrapper ul li .tweet_time a {
		color:#555;
		}

	#latestTweets #tweets p#followMe {
		padding:17px 0 0;
		margin-bottom:0;
		border-top:1px dashed #333;
		}
	#latestTweets #tweets p#followMe a:link,
	#latestTweets #tweets p#followMe a:visited {
		color: #FFF;
		}

	.pagination .previous_page {
		float:right;
		display:inline-block;
		height:30px;
		padding:0 40px 0 0;
		margin:0 72px 0 0;
		line-height:30px;
		background:url(https://files.campsaginaw.com/img/prevnext.png) right center no-repeat;
		font-size:14px;
		font-style:italic;
		color:#ef3d43;
		}

	.pagination .next_page {
		display:inline-block;
		height:30px;
		padding:0 0 0 40px;
		line-height:30px;
		background:url(https://files.campsaginaw.com/img/prevnext.png) left center no-repeat;
		font-size:14px;
		font-style:italic;
		color:#ef3d43;
		}

	.pagination .previous_page:hover,
	.pagination .next_page:hover {
		color:#fff;
		}

	.pagination .disabled {
		display:none;
		}

	#commentsRapper {
		width:240px;
		padding:0;
		margin:0;
		}

	#commentsRapper h3,
	#addComment h4 {
		font:bold 16px Georgia, "Times New Roman", serif;
		}

	#comments {
		width:240px;
		padding:0;
		margin:0;
		list-style:none;
		}

	#comments li#commentSubmited {
		display:none;
		width:200px;
		padding:20px;
		margin:0 0 30px;
		color:#fff;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		background-color:#EF3E42;
		}

	#comments .comment {
		width:240px;
		padding:0;
		margin:0 0 30px;
		font-style:italic;
		}

	#comments .comment p {margin:0;}

	#comments .comment .author {
		font-style:normal;
		font-weight:bold;
		margin-top:8px;
		}

	#addComment {
		float:right;
		width:240px;
		margin:0 72px 0 0;
		}

	#addComment h4 {
		margin:0 0 10px 0;
		}

	#addComment form {
		width:240px;
		}

	#addComment form #comment_body {
		height:140px;
		}

	#addComment form #comment_body,
	#addComment form #comment_author,
	#addComment form #comment_email {
		width:230px;
		padding:4px;
		margin:0 0 20px;
		display: block;
		border:1px solid #ef3d43;
		box-shadow: inset 1px 1px px rgba(0,0,0,.8);
		}

	/* -------- Comment Errors -------- */
	#addComment textarea.error,
	#addComment input.error {
		padding:3px;
		border:1px solid #f00 !important;
		margin-bottom:0 !important;}

	#addComment label.error {
		display:block;
		width:230px;
		padding:3px 5px;
		margin:0 0 20px;
		color:#fff;
		background:#f00;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-webkit-border-bottom-left-radius:3px;
		-webkit-border-bottom-right-radius:3px;
		border-radius-bottomleft:3px;
		border-radius-bottomright:3px;
		text-shadow:#666 1px 1px 1px;
		font-size:110%;}

	/* ------------------ Left/Right, Photos ------------------ */

	div.right img,
	div.left img {
		border: 2px solid #FFF;
		}

	div.left {
		max-width:250px;
		margin:0 16px 20px 0;
		}

	div.right {
		max-width:250px;
		margin:0 0 20px 16px;
		}

	div.full {
		margin:0 0 16px 0;
		border: 2px solid #FFF;
		}

	div.captionated span.caption {
		display:block;
		margin:5px 0 0;
		font-style:italic;
		line-height:1.2em;
		}

	div.left img, div.right img, div.full img {display:block;}

	/* Override for the home page column */
	#home #innerWrapper div.right {max-width:320px;}
	#home div.left{margin: 0 12px 0 0;}

	/* ------------------ Camp Story Container ------------------ */

	.campStoryVideoContainer {
		width: 320px;
		float: right;
		margin: 0 0 10px 10px;
		}
	.campStoryVideoContainer h2 {
		margin: 0;
		padding: 0;
		height: 32px;
		}
	.campStoryVideoContainer img {
		border: none;
	}
	.campStoryHeader {
		text-indent: -999em;
		width: 320px;
		height: 32px;
		margin: 0;
		background: url(https://files.campsaginaw.com/img/campStoryHeader.png) no-repeat scroll center center transparent;
		}
	.campStoryFooter {
		width: 100%;
		height: 48px;
		padding: 0;
		background: url(https://files.campsaginaw.com/img/campStoryFooter.png) no-repeat scroll center center transparent;
		}
	.campStoryFooter p {
		text-align: center;
		margin: 0;
		padding-top: 6px;
		}
	.campStoryFooter p span {
		font-style: italic;
		}

	#innerWrapper nav {
		margin-top: 20px;
		padding-left: 72px;
		text-align: center;
	}

	#innerWrapper nav a {
		margin-right: 12px;
	}

	#innerWrapper nav a:last-of-type {margin-right: 0;}

	/* ------------------ Video Gallery ------------------ */

		.profile.video #subNav {
			margin-bottom:18px;
		}
		.video-download {float: right;}
		.subtype-wrapper {
			margin: 0 -10px;
			clear: both;
			display: none;
		}
			.subtype-wrapper.expanded {display: block;}
		.video-block {
			width: 166px;
			margin: 0 10px 20px;
			float: left;
		}
			.video-thumb {
				position: relative;
				display: block;
			}
			.video-thumb img {
				width: 100%;
				margin-bottom: 10px;
				opacity: .8;
			}
			.video-thumb:hover img {opacity: 1;}
			.video-thumb .vjs-big-play-button {display:block;}

	/* ------------------ Olark ------------------ */

		#habla_window_div {
			margin: 0 32px !important;
			bottom: 48px !important;
		}

	/* ------------------ Utility ------------------ */
	.right {float:right;}
	.left {float:left;}
	.clear {clear:both;}

	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section, video {
		display:block;
	}

	a img {border:none}

	div.video-js-box.vjs-fullscreen {background:#000;}

	/* Webkit */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		nav#footer a {
			padding:0 7px 0 7px;
			}
	}

	/* Mobile Considerations */
	body.mobileAndNotiOSFive nav#footer {
		position:absolute;
		}


/* ------------------ Mobile Cleanup ------------------ */
	.hideChat {
		display: inline;
		}
	.forMobileOnly {
		display: none;
		}


    #homeCopy #homeCopyHide { display: block; }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: none;
    width: 100%;
    height: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide,
.slick-initialized .slick-slide img
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#first-video-content { display: none; }
