main .splash {
	height: 525px;
	position: relative;
	
	background: #777 no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-box-shadow: inset 0px -15px 15px -7px rgba(0, 0, 0, 0.15625);
	-moz-box-shadow: inset 0px -15px 15px -7px rgba(0, 0, 0, 0.15625);
	box-shadow: inset 0px -15px 15px -7px rgba(0, 0, 0, 0.15625);
	
	line-height: 525px;
	text-align: center;
}

main .splash .title {
	font-weight: normal;
	font-size: 88px;
	color: #fff;
	
	-webkit-text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

main .content {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	padding: 120px 0px;
}

main .content > section {
	padding-top: 40px;
	padding-bottom: 40px;
}

main .content > section.blue { background-color: #badbed; }
main .content > section.grey { background-color: #f9f9f9; }

main .content > section.border {
	border: 1px solid #000;
	border-width: 1px 0px;
}

main .content > section:not(.full_width):not(.menu_section) {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px;
	margin: 0px auto;
}

main .content > .full_width > div {
	margin: 0px auto;
	max-width: 1000px;
	padding: 0px 20px;
}

main .content .menu_section > div {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px;
	margin: 0px auto;
	font-size: 0px;
}

main .content .menu_section > div::after {
	content: '';
	display: block;
	clear: both;
}

main .content .menu_section.blue { background-color: #badbed; }
main .content .menu_section.grey { background-color: #e6e6e6; }
main .content .menu_section.green_text h2 { color: #275135; }

main .content .menu_section .cat { display: inline-block; }
main .content .menu_section .links { float: right; }

main .content .menu_section .links > div {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

main .content .menu_section .links > div:first-child:last-child { margin-right: 300px; }

main .content .menu_section h2 {
	display: inline-block;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0px;
	
	min-width: 240px;
}

main .content .menu_section h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 0px;
}

main .content .menu_section ul {
	padding-left: 1em;
	font-weight: normal;
	font-size: 18px;
}

main .content .menu_section li {
	list-style: disc;
	padding-top: 2px;
}

main .content .menu_section .icon {
	display: block;
	width: 115px;
	height: 115px;
	margin: 0px auto;
	
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

main .content .quick_links h2 {
	text-align: center;
	font-weight: 100;
	font-size: 57px;
	color: #7c7d7f;
	margin-bottom: 90px;
}

main .content .quick_links > div {
	display: table;
	width: 100%;
}

main .content .quick_links ul { display: table-row; }

main .content .quick_links li {
	display: table-cell;
	text-align: center;
}

main .content .quick_links li ~ li { border-left: 1px solid #333333; }

main .content .quick_links h3 {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 10px;
}

main .content .quick_links .icon {
	display: block;
	width: 115px;
	height: 115px;
	margin: 0px auto 50px auto;
	
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

main .content .quick_links a {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #275135;
}

main .content .quick_links a:hover { text-decoration: underline; }
main .content .quick_links a::after { display: none; }

main .content .menu {
	margin: 0px auto;
	max-width: 1000px;
	padding: 0px calc(5% + 20px);
	
	text-align: justify;
	text-justify: distribute;
	font-size: 0px;
}

main .content .menu::after {
	content: '';
	display: inline-block;
	width: 100%;
}

main .content .menu a {
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 30px;
	
	text-align: center;
	vertical-align: top;
}

main .content .menu a:hover { text-decoration: underline; }
main .content .menu a::after { display: none; }

main .content .menu span {
	display: block;
	width: 125px;
	height: 125px;
	
	margin: 0px auto 30px auto;
	
	background: no-repeat center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

main .stories {
	position: relative;
	max-width: 1000px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
}

main .stories nav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 9;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

main .stories nav a {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: rgba(255, 255, 255, 0.5);
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: background-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out, -moz-box-shadow 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	
	-webkit-box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.125);
	box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.125);
}

main .stories > nav a ~ a { margin-left: 15px; }

main .stories nav a:hover {
	-webkit-box-shadow: 0px 0px 15px 7px rgba(255, 255, 255, 0.125);
	-moz-box-shadow: 0px 0px 15px 7px rgba(255, 255, 255, 0.125);
	box-shadow: 0px 0px 15px 7px rgba(255, 255, 255, 0.125);
}

main .stories nav a.active { background-color: rgba(255, 255, 255, 0.9); }

main .stories ul {
	position: relative;
	height: 500px;
	overflow: hidden;
}

main .stories li {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

main .stories li.old { z-index: 8 !important; }

main .stories li.active {
	z-index: 7;
	
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

main .stories li > div { display: table-row; }
main .stories li > div > div {
	display: table-cell;
	text-align: left;
	height: 500px;
}

main .stories .img {
	background: #777 no-repeat center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	position: relative;
}

main .stories .excerpt {
	background-color: #275135;
	font-weight: 300;
	font-size: 23px;
	color: #fff;
	width: 40%;
	line-height: 24px;
	padding: 60px 40px;
}

main .stories .excerpt > a {
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 60px;
	line-height: normal;
	color: #fff;
	
	-webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}

main .stories .excerpt > a:hover {
	color: #275135;
	background-color: #badbed;
	border-color: #badbed;
	text-decoration: none;
}

main .stories .excerpt > a:active { padding: 11px 30px 9px 30px; }

main .stories .img h1 {
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: rgba(39, 81, 53, 0.75);
	
	line-height: 60px;
	padding: 0px 5px 0px 10px;
	
	font-weight: 400;
	font-size: 24px;
	color: #fff;
}

main .stories .img h1::after {
	content: '';
	position: absolute;
	right: -25px;
	
  width: 0px;
  height: 0px;
  
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid rgba(39, 81, 53, 0.75);
}

main .content .title {
	font-weight: 300;
	font-size: 49px;
	color: #275135;
	
	max-width: 1000px;
	margin: 0px auto 50px auto;
	padding: 0px 20px 10px 20px;
}

main .content .title::after {
	content: '';
	display: block;
	border-bottom: 1px solid #000;
	margin-top: 10px;
}

main .content h1 {
	font-weight: 100;
	font-size: 75px;
	
	margin-bottom: 50px;
}

main .content h2 {
	font-weight: 300;
	font-size: 48px;
    
	margin-bottom: 40px;
}

main .content h3 {
	font-weight: 300;
	font-size: 37px;
	
	margin-bottom: 20px;
}

main .content h4 {
	font-weight: normal;
	font-size: 30px;
	color: #275135;
	
	margin-bottom: 15px;
}

/*main .content a::after {
	content: '';
	display: block;
	border-top: 1px solid transparent;
}

main .content a:hover::after { border-color: inherit; }*/

main .content a:hover { text-decoration: underline; }

main .content a {
	color: #275135;
	display: inline-block;
}

main .content .centered {
	margin-left: auto;
	margin-right: auto;
}

main .content td
, main .content th {
	vertical-align: top;
	padding: 10px;
}

main .content th { text-align: center; }
main .content td { text-align: left; }

main .content .border td
, main .content .border th { border: 1px solid #000; }

main .content table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

main .content table.border { border: 1px solid #000; }

main .content h5 {
	font-weight: normal;
	font-size: 18px;
	color: #275135;
	text-transform: uppercase;
	
	margin-bottom: 10px;
}

main .content .subnote {
	margin-bottom: 0px;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #000;
}

main .content img { max-width: 100%; }

main .content ul { padding-left: 1em; }
main .content li { list-style: disc; }
main .content p { margin-bottom: 40px; }
main .content p.half_space { margin-bottom: 20px; }
main .content .blue:not(.menu_section) h2 { color: #7c7d7f; }

main .content .two_column
, main .content .three_column { font-size: 0px; }

main .content .two_column > *
, main .content .three_column > * {
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
}

main .content .two_column > * { width: 50%; }
main .content .three_column > * { width: 33.3333%; }

main .content sup
, main .content sub {
	line-height: 0px;
	font-size: 75%;
}

@media (min-width: 769px) {
	main .content .two_column > *:first-child
	, main .content .three_column > *:first-child { padding-right: 10%; }
}

main .atms {
	font-size: 0px;
	margin-top: 0px;
	margin-left: -20px;
	margin-right: -20px;
}

main .atms p { margin-bottom: 0px; }

main .atms li {
	display: inline-block;
	width: 33.3333%;
	font-size: 18px;
	padding: 20px;
	vertical-align: top;
}

main .atms h3 {
	font-weight: 600;
	font-size: 28px;
	color: #275135;
}

main .top_posts h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 5px;
}

main .top_posts article { margin-bottom: 50px; }
main .top_posts article::after {
	content: '';
	display: block;
	clear: both;
}

main .top_posts .thumb {
	display: block;
	
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

main .top_posts .more {
	display: inline-block;
	background-color: #275135;
	font-weight: normal;
	color: #fff;
	padding: 7px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

main .top_posts .more:hover {
	text-decoration: none;
	color: #275135;
	background-color: #badbed;
}

@media (min-width: 769px) {
	main .top_posts article > div { margin-left: 200px; }
	main .top_posts h2 { margin-left: 200px; }
	main .top_posts .thumb {
		float: left;
		width: 150px;
		height: 150px;
	}
}

@media only screen and (max-width: 1024px) {
	main .content .quick_links > div {
		display: block;
		width: auto;
	}
	
	main .content .quick_links ul {
		display: block;
		font-size: 0px;
	}
	
	main .content .quick_links li {
		display: inline-block;
		width: 50%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	main .content .quick_links li ~ li { border-left: 0px; }
	main .content .quick_links li:nth-child(even) { border-left: 1px solid #000; }
}

@media only screen and (max-width: 1000px) {
	main .stories {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	main .stories ul { height: 900px; }
	main .stories nav {
		top: 450px;
		bottom: auto;
	}
	
	main .stories li > div
	, main .stories li > div > div {
		display: block;
		width: auto !important;
	}
	
	main .stories .img { height: 500px; }
	main .stories .excerpt {
		padding: 40px;
		height: 400px;
	}
	
	main .story > div { padding: 225px 0px; }
}

@media only screen and (max-width: 950px) {
	main .content .menu_section .links > div { width: 270px; }
	main .content .menu_section .links > div:first-child:last-child { margin-right: 270px; }
}

@media only screen and (max-width: 900px) {
	main .atms li { width: 50%; }
}

@media only screen and (max-width: 890px) {
	main .content .menu_section .links > div { width: 240px; }
	main .content .menu_section .links > div:first-child:last-child { margin-right: 240px; }
}

@media only screen and (max-width: 830px) {
	main .content .menu_section .links > div {
		display: block;
		width: auto;
	}
	
	main .content .menu_section .links > div:first-child:last-child { margin-right: 0px; }
	main .content .menu_section .links > div ~ div { margin-top: 40px; }
	
	main .content .menu_section .links
	, main .content .menu_section .cat { width: 50%; }
}

@media only screen and (max-width: 800px) {
	main .locations > li > * {
		display: block;
		width: auto;
	}
	
	main .locations > li > div { margin-bottom: 20px; }
}

@media only screen and (max-width: 768px) {
	main .content { font-size: 30px; }
	main .content .menu a { display: block; }
	main .content .menu a ~ a { margin-top: 50px; }
	
	main .content .two_column > *
	, main .content .three_column > * {
		margin-right: 0px !important;
		display: block;
		width: auto;
		
		font-size: 30px;
	}
	
	main .content .two_column > * ~ *
	, main .content .three_column > * ~ * { margin-top: 20px; }
	
	main .stories nav a {
		width: 35px;
		height: 35px;
  }
  
	main .stories .excerpt {
		font-size: 28px;
		line-height: normal;
	}
	
	main .atms li {
		display: block;
		width: auto;
	}
	
	main .content .menu_section ul { font-size: 30px; }
	main .content h5 { font-size: 30px; }
	main .content .subnote { font-size: 22px; }
	main .atms li { font-size: 30px; }
	
	main .top_posts .thumb {
		margin-bottom: 40px;
		height: 250px;
	}
}

@media only screen and (max-width: 630px) {
	main .content .menu_section { text-align: center; }
	
	main .content .menu_section .cat {
		display: block;
		width: auto;
		float: none;
	}
	
	main .content .menu_section .links {
		display: inline-block;
		margin-top: 50px;
		text-align: left;
		float: none;
	}
	
	main .content .quick_links li {
		width: auto;
		display: block;
		border-left: 0px !important;
	}
}