/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 1.5em;
	color: #221f1f;
	font-weight: 400;
	
}

* {
	margin: 0;
	padding: 0;
}



.mobile {
	display: none;
}
.screen {
	display: block;
}


.btn_block {
	display: block;
	text-align: center;
}
#gallery_photos { text-align: center; }
#gallery_photos img {
	width: 230px;
	margin: 1%;
}

.teaser_text {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 2em;
}

.sub_slideshow_two {
	width: 72%;
	margin: 0 15% 0 15%;
	height: 350px;
}

.content_section {
	clear: both;
}

.sub_page ul li {
	margin: 0 0 .5em 2em;
}


/* Tab Styles */

nav.tabs {
	border-bottom: 2px solid #67b357;
	margin-bottom: 1em;
}
nav.tabs a {
	display: inline-block;
	padding: .5em 1em .5em 1em;
	margin-right: .2em;
	background: #eee;
	color: #666;
	text-decoration: none;
}
nav.tabs a:hover {
	background: #67b357;
	color: #fff;
}
nav.tabs a.chosen {
	background: #67b357;
	color: #fff;
}
.tab {
	display: none; 
	clear: both;
	padding-top: 2em;
}
.tab:first-of-type {
	display: block;
}
		
		.tab > div > div  {
			padding-top: 3em;
		}
		
.fabric_swatches > div > div  a {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden;
	height: 200px;
	width: 100%;
}
.fabric_swatches > div > div a img {
	width: auto;
	height: 100%;
	position: absolute;
	max-width: none;
}
		
.fabric_swatches > div > div {
    float: left;
    width: 20.66667%;
	margin: 0 1% 1em 1%;
}
		
		.section_heading {
			background: #ffffff;
			padding: 1em;
			position: relative;
			clear: both;
		}
		.section_heading h4 {
			font-size: 2em;
			margin: 0 0 .5em 0;
		}
		
		.section_heading a {
			display: inline-block;
			background: #d25d2d;
			border-radius: 10px;
			position: absolute;
			right:  1em;
			top:  .5em;
			padding: .5em;
			color: #ffffff;
			text-decoration: none;
		}
.img_right {
    float: right;
    margin: 0 0 2em 2em;
}

.img_left {
    float: left;
    margin: 0 2em 2em 0;
}

.large_img {
	width: 500px;
}

.section_heading {
    background: #313a40;
    padding: 1em;
    position: relative;
	color: #ffffff;
	margin-bottom: 2em;
}

.section_heading h4 {
    font-size: 2em;
    margin: 0 0 0.5em 0;
}




#home_boxes {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: center;
	justify-content: space-around;
}

#home_boxes_sm {
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
}

#home_boxes_sm > div {
	max-width: 1500px;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: center;
	justify-content: space-around;
	margin: 0 auto;
}

#home_boxes article {
	list-style: none;
	margin-left:  1.5%;
	margin-right:  1.5%;
	padding: 1% 1% 2em 1%;
	background:  #eee;
	flex-grow: 1;
	flex-basis: 450px;
	max-width: 450px;
	margin-bottom: 2em;
}
#home_boxes article img { width: 100%; }
#home_boxes article h3 { text-align: center; background: #67b357; padding: .3em; font-weight: 300; font-size: 1em; }
#home_boxes article h3 a {
	text-decoration: none;
	color: #fff;
}

#home_boxes_sm article {
	list-style: none;
	margin-left:  1%;
	margin-right:  1%;
	padding: 1% 1% 2em 1%;
	background:  #eee;
	flex-grow: 1;
	flex-basis: 250px;
	max-width: 250px;
	margin-bottom: 2em;
}
#home_boxes_sm article img { width: 100%; }
#home_boxes_sm article h3 { text-align: center; background: #67b357; padding: .3em; font-weight: 300; font-size: 1.2em; }
#home_boxes_sm article h3 a {
	text-decoration: none;
	color: #fff;
}



.sub_boxes {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: center;
	justify-content: space-around;
}

.sub_boxes .sub_box {
	list-style: none;
	margin-left:  1.5%;
	margin-right:  1.5%;
	padding: 1% 1% 2em 1%;
	background:  #eee;
	flex-grow: 1;
	flex-basis: 300px;
	max-width: 300px;
	margin-bottom: 2em;
	text-align: center;
}



.sub_boxes_large {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: center;
	justify-content: space-around;
}

.sub_boxes_large .sub_box {
	list-style: none;
	margin-left:  1.5%;
	margin-right:  1.5%;
	padding: 2em 1% 2em 1%;
	background:  #eee;
	flex-grow: 1;
	flex-basis: 450px;
	max-width: 450px;
	margin-bottom: 2em;
	text-align: center;
}



ul.qa li {
	list-style: none;
	margin-bottom: 1.5em;
}

ul.qa li span {
	display: block;
	padding: .5em 1em .5em 1em;
}

ul.qa li span:first-of-type {
	background: #373a92;
	color: #fff;
	border-radius: 5px;
}

video#bgvid { 
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/background.jpg) top left no-repeat;
    background-size: cover; 
}

.videos iframe {
	width: 46%;
	height: 360px;
	margin: 0 2% 1em 2%;
	float: left;
}

.page_video {
	width: 95%;
}

.photo_grid {
	padding-top: 2em;
}
.photo_grid img {
	width: 45%;
	margin-bottom: 5%;
}
.photo_grid img:nth-child(odd) {
	margin-right: 5%;
}

.gallery_photos img {
	margin: 2%;
	width: 20%;
}

.lightbox_text {
	display: none;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.4s ease forwards;
}

.come-in:nth-child(2) {
  animation-duration: 0.5s; /* So they look staggered */
}
.come-in:nth-child(3) {
  animation-duration: 0.6s; /* So they look staggered */
}
.come-in:nth-child(4) {
  animation-duration: 0.7s; /* So they look staggered */
}
.come-in:nth-child(5) {
  animation-duration: 0.8s; /* So they look staggered */
}
.come-in:nth-child(6) {
  animation-duration: 0.9s; /* So they look staggered */
}
.come-in:nth-child(7) {
  animation-duration: 1s; /* So they look staggered */
}
.come-in:nth-child(8) {
  animation-duration: 1.1s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

a {
	color: #2f99d6;
}
a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	background: none;
	border-bottom: 3px solid #dfae9d;
	padding: 1em 0 1em 0;
	clear: both;
}

.col_one_float ul.job_listings li {
	list-style: none;
	padding-bottom: 2em;
	padding-top: 1em;
}

.center_text {
	text-align: center;
}

.sub_page div div ol li, .sub_page div div ol li{
	margin: 0 0 1em 2em;
}

.photo_board img {
	width: 30%;
	margin: 0 1.5% 1.5% 1.5%;
}

.photo_board2 img {
	width: 23.6%;
	margin: 0 .2% .5% .2%;
}



.btn {
	background: #000000;
	color: #fff;
	
	padding: .5em 2em .5em 1em;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 4em;
	background: #363636 url("images/cls-web-parts_11.png") right 10px top 13px no-repeat; 
}
ul.link_list li{
	font-size: 1em;
	padding: 1em;
	border-bottom: 1px dashed #eee;
	list-style: none;
}
	ul.link_list li a {
		text-decoration: none;
	}

h2 {
	font-size: 2.5em;
	margin-bottom: 1em;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	color: #30383e;
	line-height: 1em;
}
h2 em {
	font-size: .6em;
	font-style: normal;
}
h3 {
	margin-bottom: 1em;
	color: #221f1f;
	font-size: 1.7em;
	line-height: 1.4em;
	font-family: 'Roboto Condensed', sans-serif;
}
h3 > span {
	display: block;
	padding-top: 1em;
	width: 100px;
	border-bottom: 12px solid #cfd1dd;
}

h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #5e81aa;
}
p {
	margin-bottom: 1em;
}

.stretch { width: 100%; }

.fadeInBlock {
    opacity:0;
}
	
#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}



/* Calendar Styles */
.calendar_table { margin-bottom: 3em; margin-top: 1em; }
#back_month {
	text-align: left;
	width: 27%;
	font-size: 1em;
	vertical-align: middle;
}
#curr_month {
	text-align: center;
	width: 46%;
	font-size: 1.5em;
	vertical-align: middle;
}

#next_month {
	text-align: right;
	width: 27%;
	font-size: 1em;
	vertical-align: middle;
}

#next_month a, #back_month a {
	
	
	background: #b6bb3b;
	color: #fff;
	border-radius: 10px;
	padding: .8em 1.2em .8em 1.2em;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}
#back_month, #next_month, #curr_month {
	font-family: 'Roboto Condensed', sans-serif;
}

#curr_month h2 {
	color: #313d95;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 0;
}

.calendar_table th {
	width: 14%;
	text-align: center;
	background: #08365a;
	padding: .2em;
	color: #fff;
	font-size: 1em;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
}

.table_day_row td {
	height: 100px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px;
	font-size: .9em;
	font-weight: 400;
	line-height: 1em;
}
	.table_day_row h3 {
		margin-bottom: .5em;
		font-size: 1.1em;
		font-weight: 600;
		border-bottom: none;
		margin-bottom: .5em;
		color: #08365a;
	}
	.table_day_row h3 a {
		color: #333;
	}
	.table_day_row em {
		display: block;
		margin-bottom: .5em;
		color: #666;
	}
	
#calendar_print {
	display: none;
}

h2.calendar_list_day {
	background: #08365a;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding: .5em;
}



.detail_box {
	width: 28%;
	float: right;
	padding: 1%;
	border-radius: 10px;
	border: 1px solid #ccc;
	clear: none;
}
	.detail_box h3 {
		background: #373a92;
		padding: .5em;
		border: none;
		color: #fff;
		clear: none;
	}

ul#calendar_cats_public { margin: 0; padding: 0; display: relative; }
ul#calendar_cats_public li {
	list-style: none;
	float: left;
	width: 21%;
	margin: 0;
	margin-bottom: 0em;
	font-weight: 600;
	padding: 1% 2% 1% 2%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1em;
	
}
ul#calendar_cats_public li a.btn {
	position: absolute;
	top: 200px; 
	left: 45%;
	line-height: 1em;
}
.cat_selected { background: #C8E7FF; border-radius: 10px; }
.cat_color_box {
	width: 1em;
	height: 1em;
	display: block;
	float: left;
	margin-right: .3em;
}
ul#calendar_cats_public li .cat_color_box {
	margin-top: .2em;
}




.client_logos {
	line-height: 4em; 
	text-align: center;
}
.client_logos img {
	height: 140px;
}


.col_one_float ul.people_list li {
	list-style: none;
	float: left;
	width:20%;
	margin-right: 5%;
	margin-bottom:3em;
	margin-left: 0;
	min-height: 130px;
}
	.people_list li img {
		width: 100%;
		margin-bottom: 1em;
	}
	.people_list h3 {
		color: #CCCCCC;
		margin-bottom: .3em;
		font-size: 1.2em;
	}
	.people_list em, .people_list a:not(.btn){
		display: block;
		margin-bottom: 0;
	}
.people_list a.btn {
	margin-bottom: 2em;
	line-height: 4em;
}
	.hidden_bio { display: none; }

ul.form li {
	list-style: none;
	float: left;
	width: 25%;
	height: 5em;
}
ul.form li input[type="text"], ul.form li select {
	width: 75%;
}
ul.form li label {
	display: block;
	width: 100%;
}
div.form_divider { 
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	padding-bottom: 1em;
	clear: both;
}



#slideshow {
	width: 100%;
	min-height: 200px;
	height: 380px;
	text-align: left;
	overflow: hidden;
	color: #ccc;
	position: relative;
	margin-bottom: 2em;
	border: 1px solid #f6dad0;
}

#slideshow > span { 
		text-align: center;
		font-size: 24px;
		font-weight: 100;
		width: 100%;
		display: block;
		padding-top: 150px;
		
	}
	
	#slideshow > a {
		display: block;
		width: 100%;
		position: absolute;
	}
	
	#slide_right {
		position: absolute;
		right: -10%;
		top: 2em;
		padding: .5em;
		cursor: pointer;
		display: block;
		width: 2em;
		font-size: 5em;
		color: #667f50;
		z-index: 4000;
		font-weight: 900;
	}
	#slide_left {
		position: absolute;
		left: 1%;
		top: 2em;
		cursor: pointer;
		display: block;
		width: 2em;
		font-size: 5em;
		color: #667f50;
		padding: .5em;
		z-index: 4000;
		font-weight: 900;
	}

dl.form{ width: 100%; }
dl.form dt { float: left; margin-right: 18px; width: 20%; text-align: right; font-size: 1.2em; }
dl.form dd { margin: 0 0 18px 0; }
dl.form dd input[type="text"]  {
	width: 60%;
	height: 1.5em;
	font-size: 1.5em;
}
dl.form dd textarea {
	width: 60%;
	height: 4em;
	font-size: 1.5em;
}
dl.form dd select {
	
	height: 1.7em;
	font-size: 1.5em;
}
dl.form dd input[type="submit"] {
	font-size: 1.3em;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
	background: #222222;
	border: 0;
	border-radius: 5px;
}
p.form_header { border-bottom: 3px solid #ccc; padding-bottom: 10px; }

.flex_img_right {
	float: right;
	width: 30%;
	margin: 0 0 1em 1em;
	
}

.flex_img_left {
	float: left;
	width: 30%;
	margin: 0 1em 1em 0;
}

.news_entry {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 1.5em;
}
	.news_entry h3 {
		margin-bottom: .5em;
	}
.full_news_entry {
	padding-top: 2em;
}
.full_news_entry h3 {
	font-size: 2em;
}

/* Search Styles */
.search_box {
	border: 1px solid #e3e4e5;
	padding: 10px 15px 10px 15px;
	width: 200px;
	position: absolute;
	top: 0;
	right: 20px;
	background: #fff;
	text-align: right;
}
.search_box img {
	width: 20px;
	vertical-align: middle;
}
	.search_box .field_set {
		margin-right: 15px;
	}
	
	.result_stats {
		margin-bottom: 15px;
	}
input[type="text"], input[type="password"], textarea {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 8px;
}
select {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 5px;
}


/* Dropdown Styles

                                { margin: 15px 0; }

/* 
	LEVEL ONE


ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } 
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }

*/

ul.dropdown                         { position: relative; }
ul.dropdown li:hover                { position: relative; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 300px; visibility: hidden; position: absolute; top: 2em;  left: 0; }
ul.dropdown ul li 					{ list-style: none; float: left; text-align: left; margin: 0; padding:  0; width: 100%; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding: 1em 5% 1em 5%; color: #7c7c7c; background: #000000; margin: 0; text-decoration: none; font-size: 1em; border-top: 1px solid #333333;  }
ul.dropdown ul li a	img { width: 100%; }
ul.dropdown ul li a:hover { color: #ffffff; background: #2f6c40; }

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }





/* Layout Styles */

#back_photo {
	position: fixed;
	top: 75px;
	width: 100%;
	height: 600px;
	z-index: 0;
	background: #fff;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgb(0,0,0,.5);
	height: 125px;
	z-index: 3000;
	border-top: 5px solid #2f6c40;
}

	header > a#mobile_btn {
		position: absolute;
		top: 20px;
		right: 15px;;
		display: none;
		z-index: 4000;
		border-radius: 5px;
		border: #CCCCCC 1px solid;
		padding: 15px 15px 10px 15px;
	}
header > a#mobile_btn img {
	width: 45px;
	height: 38px;
}

	

	header h1 {
		position: relative;
		top: 10px;
		left: 3%;
		width: 200px;
	}


		


header h1 img {
	width: 100%;
}
		
	header nav {
		display: block;
		top: 75px;
		position: absolute;
		z-index: 10;
		right: 230px;
		width: 100%;
		text-align: right;
	}

		header nav #top_nav {

			margin-bottom: .5em;

		}
			header nav #top_nav li {
				margin: 0 1% 0 1%;
			}
			header nav #top_nav li a {
				font-weight: 400;
				color: #4c565d;
			}
			header nav #top_nav a:hover {
				color: #d25d2d;
			}

		header nav #bottom_nav {



		}
			header nav #bottom_nav > li > a {
				color: #ffffff;
				font-size: 1em;
				font-weight: 300;
			}
			header nav #bottom_nav > li > a:hover {
				border-bottom: 12px solid #2f6c40;
			}

	
	
		header nav > ul > li {
			list-style: none;
			display: inline-block;
			font-size: 1em;
			margin: 0 2% 0 2%;
			padding-bottom: 20px;
		}
			header nav > ul > li > a {
				color: #2b2b2b;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 300;
				padding-top: 1em;
				padding-bottom: .5em;
			}

a#top_tel {
	display: block;
	width: 220px;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 57px;
	padding: 1em .5em .7em 0;
	text-decoration: none;
	background: #363636 url("images/cls-web-parts_11.png") right 15px top 30px no-repeat; 
}
a#top_tel span {
	display: block;
	padding-top: .3em;
}
a#top_tel span#top_tel_num {
	color: #ffffff;
	font-size: 1em;
	padding-bottom: .5em;
}

	
.dropdown_nav_btn  {
	background: url("images/cls-web-parts_09.png") center top 35px no-repeat; 
	background-size: 10px;
}
	
	header #mobile_nav {
		display: none;
		position: absolute;
		right: 0;
		width: 15em;
		background: #000000;
		z-index: 4000;
		text-align: left;
		top: 115px;
	}
	header #mobile_nav > li > a {
		display: block;
		padding: 1em 1.5em 1em 1.5em;
		background: #000000;
		color: #ffffff;
		border-top: 1px solid #333333;
		font-size: 1.1em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
	}
	header #mobile_nav > li > a:hover {
		background: #2f6c40;
		color: #ffffff;
	}
	header #mobile_nav > li {
		display: block;
		margin: 0;
		padding: 0;
	}



#top_tagline {
	width: 94%;
	padding: 2em 3% 2em 3%;
	text-align: center;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 4;
}



#top_tagline > article > img {
	width: 100%;
	float: none;
	position: relative;
}

.body_video {
	float: right;
	margin-left: 3em;
}
			
#back_photo video {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center center;
		z-index: 2;
		margin: 0 auto;
		text-align: center;
	}

	.top_back_img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center center;
		z-index: 2;
		margin: 0 auto;
		text-align: center;
	}

	#home_video_screen {
		z-index: 3;
		position: absolute;
		top: -100px;
		left: 0;
		height: 1100px;
		width: 100%;
		
	}

	#top_tagline article {
		transform: translateY(-1%);
		z-index: 4;
		display: flex;
		color: #ffffff;
		margin: 0 auto;
		text-align: center;
		max-width: 1200px;
		width: 100%;
	}
	div#home_video_cols {
		position: relative;
		margin-top: 30px;
		margin-bottom: 3em;
		padding: 0;
		width: 90%;
	}
	div#home_video_cols > div.home_service_btn {
		margin: 0;
		padding: 20px 10px;
		flex-basis: 25%;
	}
	div#home_video_cols > div#home_video_more_btn {
		margin: 0;
		padding: 30px 0 0 0;
	}

	div#home_video_cols > div h3 a {
		
	}

	div#home_video_cols > div.home_service_btn a{
		background: url("images/mp-web-parts_15.jpg");
		color: #ffffff;
		padding: 2em 0 2em 0;
		border-radius: 5px;
		background-size: auto 100%;
		width: 100%;
		text-decoration: none;
		display: block;
		font-size: 1.3em;
	}




/* Programs Styles */

#programs_list {
	/*
	display: flex;
	    flex-flow: row wrap;
	align-content: center;
	    align-items: stretch;
	
	justify-content: space-around;
	*/
	text-align: center;
	margin-bottom: 0;
	position: relative;
	top: -130px;
	display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2% 0 2%;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: center;
    justify-content: space-around;
    
}

#programs_list > div {
	padding: 0 2% 2em 2%;
    margin: 0 2% 2em 2%;
    padding-top: 1.5em;
    flex-grow: 1;
    flex-basis: 200px;
    max-width: 300px;
    color: #ffffff;
    
}
#program_glassbore  { background-image: url(images/cls-web-parts_18.jpg); }
#program_glasswrap  { background-image: url("images/cls-web-parts_20.jpg"); }
#program_threading  { background-image: url("images/cls-web-parts_22.jpg"); }


#programs_list > div > h3 {
	color: #ffffff;
	font-weight: 300;
}
#programs_list > div > h3 strong {
	font-weight: 700;
}

#programs_list > div > div > a:hover {
	border: 1px solid #ffffff;
	padding-top: 80px;
	height: 180px;
}

#programs_list > div > div > a span {
	display: inline-block;
	background: url("images/ymca_web_parts_10.jpg");
	background-size: auto 100%;
	border-radius: 5px;
	padding: .5em;
	box-shadow: 0 1px 0 0 #333333;
}

	
#home_btns a {
	display: inline-block;
	padding: .5em 1em;
	font-size: 1.3em;
	color: #ffffff;
	background: #b6bb3b;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 1em 0 1em;
}


.photo_text_wrapper {
	display: table;
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
}

.photo_text_block {
	display: table-row;
	position: relative;
	margin-bottom: -2em;
}
	.photo_text_block div.screen {
		display: table-cell;
		width: 60%;
		overflow: hidden;
		position: relative;
	}
	.photo_text_block div.mobile {
		display: none;
	}
	.photo_text_block div img {
		width: 100%;
		position: relative;
	}


	.photo_text_block article {
		display: table-cell;
		background: #e5e6f0;
		width:  40%;
		vertical-align: top;
		padding: 2em 4% 0 4%;
		text-align: left;
	}
.photo_text_block article p {
	font-size: 1.3em;
	line-height: 1.5em;
}
	





main {
	z-index: 2000;
	position: relative;
	width: 100%;
}
	
.sub_page {
	padding-top: 550px;
	
	min-height: 700px;
	position: relative;
	margin: 0 auto;
}
	.sub_page ul {
		margin-bottom:  2em;

	}
	
	.sub_page > div {
		background: #fff;
		min-height: 700px;
		position: relative;
		
		margin: 0 auto;
		text-align: left;
		padding: 0em 2% 6em 2%;
	}
.sub_page > div > div {
	top: -130px;
}
	.sub_page > div > div > h2 {
		font-size: 3.5em;
		font-weight: 800;
		line-height: 1.2em;
		margin-bottom: 1em;
		text-align: center;
		padding: .5em 1em 1em 1em;
		font-family: 'Roboto Condensed', sans-serif;
		color: #ffffff;
	}
.sub_page > div > div > p.top_breadcrumb {
	font-size: .9em;
	color: #DADADA;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	padding-top: 2em;
}


	.sub_page > div > div {
		max-width: 1100px;
		position: relative;
		margin: 0 auto;
		text-align: left;
	}
	
	.col_one {
		width: 100%;
		float: left;
		font-weight: 500;
		padding-bottom: 2em;
		margin-bottom: 2em;
		border-bottom: 2px solid #eee;
	}
	.col_two {
		width: 100%;
		text-align: center;
	}
		.col_two h2 {
			margin-bottom: .2em;
			padding: .5em;
			text-transform: none;
			font-size: 1.7em;
			margin-left: -1em;
		}
		.col_two article {
			margin-bottom: 1em;
			width: 21%;
			float: left;
			padding: 0 2% 0 2%;
		}
		.col_two article h3 {
			margin-bottom: .5em;
		}
		.col_two article img {
			width: 100%;
			max-width: 150px;
			margin-bottom: .5em;
			border-radius: 1em;
		}
		
	.col_one_float {
		width: 64%;
		padding-right: 1%;
		padding-left: 3%;
		float: left;
		top: -2em;
		position: relative;
	}
.col_one_float ul li {
	margin-left: 2em;
	border-bottom: 1px solid #eee;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
	.col_two_float {
		width: 25%;
		float: right;
		padding: 1em 2% 2em 2%;
		margin-left: 2%;
		margin-bottom: 3em;
		border-left: 1px solid #cccccc;
		position: relative;
		top: -2em;
	}
	.col_two_float h3 { font-size: 1.2em; }



.sub_col_one {
	width: 45%;
	float: left;
	padding-right: 4%;
	border-right: 1px solid #eeeeee;
}

.sub_col_two {
	width: 45%;
	float: left;
	padding-left: 5%;
}
		
#home_main {
	padding-top: 700px;
	z-index: 2000;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.home_section {
	padding-top: 3.5em;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
	background: #ffffff;
}

.home_section p {
	margin-bottom: 2em;
}

.home_content_inner {
	max-width: 1100px;
	width: 90%;
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
}


#home_cols {
		width: 100%;
		margin: 0 auto;
		z-index: 10000;
		background: url("images/cls-web-parts_27.jpg")no-repeat top center;
		background-size: 100% 100%;
	padding-top: 4em;
	text-align: center;
	
	
	
	}

#home_cols h2 { color: #ffffff; }

#home_cols > div {
	max-width: 1200px;
	display: table;
	margin: 0 auto;
	padding-bottom: 2em;
}

#home_cols > div > div {
	display: table-row;
	
}
#home_cols  div > div > article {
	display: table-cell;
	width: 27%;
	padding: 0 3% 1em 3%;
}
#home_cols  div > div > article:nth-of-type(2){
	border-left: 2px solid #232323;
	border-right: 2px solid #232323;
}

#home_cols > div > div > article.home_col p {
	text-align: left;
}

#home_cols_bottom {
	width: 100%;
	background: #313a40;
	text-align: center;
	padding: 2em 0 2em 0;
}


#home_wide_photo {
	margin-bottom: 0;
}
#home_wide_photo img {
	width: 100%;	
}

#home_text {
	margin: 0 auto;
	font-weight: 300;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 0;
	padding: 4em 4% 0 4%;
	width: 92%;
	font-size: 1.2em;
}
#home_text div {
	max-width:  800px;
	margin: 0 auto;
	padding:  0 0 5em 0;
	text-align: center;
}

#home_text div h2, .sub_page section h2 {
	font-weight: 300;
	margin-bottom: 2em;
	text-align: center;
	width: 80%;
	padding: 0 10% 0 10%;
	line-height: 1em;
}

h2 span {
	display: block;
	border-bottom: 10px solid #f0d353;
	width: 30%;
	margin: 0 35% 0 35%;
	padding-top: 1em;
	
}



footer {
	background: #262626;
	color: #fff;
	margin: 0 auto;	
	text-align: left;
	padding: 13em 0 0 0;
	font-weight: 300;
	z-index: 2000;
	position: relative;
	width: 100%;
}
	footer a {
		text-decoration: none;
		color: #d9d9d9;
	}
	footer > div {
		width: 90%;
		padding: 2em 5% 2em 5%;
		margin: 0 auto;
		text-align: left;
		background: #242424;
		color: #7c7c7c;
		
	}

		footer img#footer_logo {
			position: absolute;
			top: 70px;
			right: 20px;
		}
		footer img#footer_logo_two {
			position: absolute;
			top: 70px;
			right: 200px;
		}

footer > ul#footer_upper_nav {
	width: 97%;
	position: absolute; 
	left: 3%; 
	top: 2em;
	font-size: 1em;
	text-transform: uppercase;
}
footer > ul#footer_upper_nav a { color: #aeaeae; }
footer > ul#footer_lower_nav {
	width: 100%;
	position: absolute; 
	left: 3%; 
	top: 5em;
	text-transform: uppercase;
}

ooter > ul#footer_lower_nav a { color: #7c7c7c; }

	footer > ul li {
		list-style: none;
		float: left;
		margin-right: 2em;
	}
		
		
		
@media (max-width: 1400px) {
	.home_nav_btn { display: none; }	
	
}





	
		
@media (max-width: 1000px) {
	
	.teaser_text .btn {
		font-size: .8em;
	}
	
	.mobile {
		display: block;
	}
	.screen {
		display: none;
	}
	
	#back_photo {
		height: 350px;
	}
	
	.flex_img_right {
		float: none;
		width: 90%;
		margin: 0 5% 1em 5%;

	}

	.flex_img_left {
		float: none;
		width: 90%;
		margin: 0 5% 1em 5%;
	}
	.large_img {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.img_right, .img_left {
		margin-left: 10%;
		margin-right: 10%;
		float: none;
	}
	
	
	nav.tabs {
		border-bottom: 2px solid #67b357;
		margin-bottom: 1em;
	}
	nav.tabs a {
		display: block;
		margin-right: 0;
		margin-bottom: .2em;
		padding: .5em 1em .5em 1em;
		
		background: #eee;
		color: #666;
		text-decoration: none;
	}
	nav.tabs a:hover {
		background: #67b357;
		color: #fff;
	}
	nav.tabs a.chosen {
		background: #67b357;
		color: #fff;
	}
	
	
	

	
	
	.section_heading {
		padding: 1em;
		position: relative;
		clear: both;
	}
	.section_heading h4 {
		font-size: 1.5em;
		margin: 0 0 .5em 0;
	}

	.section_heading a {
		display: block;
		background: #d25d2d;
		border-radius: 10px;
		position: absolute;
		right: auto;
		left: -1%;
		top:  -4em;
		padding: .5em;
		color: #ffffff;
		text-decoration: none;
	}
	
	
	header nav { display: none; }
	header {
		top: 0;
		height: 115px;
	}
	header > div {
		display: none;
	}
	header h1 {
		text-align: left;
		margin-left: .5em;
		top: 12px;
		width: 130px;
		left: 1%;
	}
	#logo_container {
		width: 270px;
		min-width: 170px;
		margin-bottom: 3em;
	}
	.col_one_float, .col_two_float {
		margin: 0;
		padding: 4%;
		width: 92%;
		float: none;
	}
	
	
	a#top_tel {
		
		right: 120px;
		top: 24px;
		width: 200px;
		background: #363636 url("images/cls-web-parts_11.png") right 10px top 30px no-repeat; 
	}
	
	a#top_tel span#top_tel_num {
		font-size: 1em;
	}
	
	header > a#mobile_btn {
		display: block;
	}
	
	header >span {
		top: 130px;
		padding: 1em 1.5em 1em 1.5em;
		font-size: 1.2em;
	}
	
	#top_tagline {
		top: 150px;
		overflow: hidden;
	}
	#top_tagline > article {
		display: block;
		text-align: center;
		text-indent: -60%;
		overflow: hidden;
	}
	
	#top_tagline > article > img {
		width: 160%;
		
		float: none;
		position: relative;
	}
	#top_tagline > article > a {
		display: block;
		width: 100%;
		float: none;
		position: relative;
		padding: 1em 0 0 0;
		text-align: center;
	}
	#top_tagline > article > a > img {
		width: 200px;
	}
	
	.sub_page {
		padding-top: 350px;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.sub_page > div {
		
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.sub_page > div > div > h2 {
		font-size: 2.5em;
		
	}
	
	
	.sub_col_one {
	width: 100%;
	float: none;
	padding-right: 0;
		padding-bottom: 2em;
	border-left: none;
}

	.sub_col_two {
		width: 100%;
		float: none;
		padding-left: none;
	}
	
	.photo_text_wrapper {
		display: block;
		position: relative;
		margin: 0 auto;
	}

	.photo_text_block {
		display: block;
		position: relative;
		margin-bottom: 0;
	}
		.photo_text_block div {
			display: block;
			width: 100%;
			overflow: hidden;
			position: relative;
		}
		.photo_text_block div.mobile {
			display: block;
		}
		.photo_text_block div.screen {
			display: none;
		}
		.photo_text_block div img {
			width: 100%;
			position: relative;
		}


		.photo_text_block article {
			display: block;
			background: #e5e6f0;
			width:  92%;
			vertical-align: top;
			padding: 2em 4% 3em 4%;
			text-align: left;
			border-bottom: 12px solid #cfd1dd;
			margin-bottom: 1em;
		}
	.photo_text_block article p {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	
	
	
	footer {
		display: none;
	}
	
	
	.home_section {
	}
	
	#home_cols {
		background-size: auto 100%;
	}
	
	#home_cols > div {
		display: block;
	}

	#home_cols > div {
		display: block;
		margin: 0 auto;
		padding-bottom: 2em;
	}

	#home_cols > div > div {
		display: block;
		
		margin-bottom: 3em;

	}
	#home_cols  div > div > article {
		display: block;
		width: 70%;
		margin: 0 11% 1em 11%;
		padding: 4%;
		background: rgb(255,255,255,.5);
	}
	#home_cols  div > div > article:nth-of-type(2){
		border-left: none;
		border-right: none;
	}
	
	
	.photo_board img {
		width: 29%;
		margin: 0 1.5% 1.5% 1.5%;
	}
	
	.photo_board2 img {
		width: 23.6%;
		margin: 0 .2% .5% .2%;
	}
	
	
	
	.col_one_float ul.people_list li {
		width:45%;
		margin-right: 4%;
	}
	
	
	.sub_col_one, .sub_col_two, .sub_col_three {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.sub_col_one img.stretch, .sub_col_two img.stretch, .sub_col_three img.stretch {
		width: 70%;
		padding-left: 15%;
	}
	.sub_col_one h3, .sub_col_two h3, .sub_col_three h3 {
		
		padding-left: 15%;
	}
	
	.mobile {
		display: inline-block;
	}
	
	.bio_text {
		display: none;
	}
	.expand_btn {
		margin-bottom: 3em;
		text-align: center;
		margin-left: 15%;
	}
	
	
	
}

@media(max-width: 500px){
	
	a#top_tel {
		display: none;
	}
	
	
}

@media print {
    header, #content #col_two, #home_slide_container, footer, .no_print, #header_top, .cat_color_box {
		display: none;
    }
	
	body {
		font-size: 12px;
	}
	
	#calendar_print {
		display: none;
	}
	
	.event_item h3 {
		margin-bottom: 12px;
		font-size: 1.1em;
	}
	main {
		padding-top: 0;
		width: 100%;
	}
	.calendar_table th {
		color: #000;
		border-bottom: 4px solid #ccc;
	}
}

