@charset "UTF-8";
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,900");

/*
	Twenty 1.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

	body, #skel-layers-wrapper {
		background: #eee;
	}

	body.loading * {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, select, textarea {
		color: #7c8081;
		font-family: 'Lato', sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	a {
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		color: #3fb1a3;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}
		
	.homeBottomAnchor {
		color:#ff7700;
	}
	
	.homeBottomAnchor:hover {
		color:#E4E24F;
	}

	strong, b {
		font-weight: 400;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 0 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: #ffcc33;
			text-decoration: none;
			border: 0;
			
		}

	h2 {
		font-size: 1.5em;
		letter-spacing: 0.1em;
	}

	h3 {
		font-size: 1.15em;
		letter-spacing: 0.025em;
	}
	
	.h3Trio {
		color:#ff7700;
		font-weight:bold;
		font-size:22px;
	}
	
	.h3Quad {
		margin-bottom:10px;
		font-weight:bold;
		color:#555;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 2em;
	}

	header.special {
		margin-bottom: 2em;
		padding-top: 1em;
		position: relative;
		text-align: center;
	}

	.tcmLogo {
		width:40%;
		text-align:center;
	}

/*
		header.special:before, header.special:after {
			border-bottom: solid 1.5px;
			border-top: solid 1.5px;
			content: '';
			height: 7px;
			opacity: 0.1;
			position: absolute;
			top: 1.75em;
			width: 43%;
		}

		
		header.special:before {
			left: 0;
		}

		header.special:after {
			right: 0;
		} */

		header.special h2 {
			margin-bottom: 0;
			margin-left:auto;
			margin-right:auto;
			width:100%;
		}

		header.special h2 + p {
			margin-bottom: 0;
			padding-top: 0;
			font-style:italic;
		}

		header.special .icon {
			cursor: default;
			height: 7em;
			left: 0;
			position: absolute;
			text-align: center;
			top: 1em;
			width: 100%;
		}

			header.special .icon:before {
				font-size: 3.5em;
				opacity: 1;
			}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form */

	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #fff;
		border: solid 1px #999;
		color: #333;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="tel"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #83d3c9;
		}

	input[type="text"],
	input[type="password"],
	input[type="tel"],
	input[type="email"] {
		line-height: 1em;
		background: #fff;
		color:#000;
		border: solid 1px #999;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.8;
		position: relative;
		top: 3px;
		font-style:italic;
		color:#555;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.8;
		font-style:italic;
		color:#333;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.8;
		font-style:italic;
		color:#333;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.8;
		font-style:italic;
		color:#333;
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image:before {
			background: url("images/overlay.png");
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.feature {
			margin: 0 0 2em 0;
		}

			.image.feature img {
				display: block;
				width: 100%;
				border: 2px solid #ccc;
			}

/* Icon */

	.icon {
		position: relative;
	}

		.icon:before {
			
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			color:#ffffff;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

			.icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-twitter {
				background: #70aecd;
				color: white;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook {
				background: #7490c3;
				color: white;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus {
				background: #db6b67;
				color: white;
			}

				.icon.circle.fa-google-plus:hover {
					background: #df7b77;
				}

			.icon.circle.fa-github {
				background: #dcad8b;
				color: white;
			}

				.icon.circle.fa-github:hover {
					background: #e1b89b;
				}

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: white;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}

		.icon.feature {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
			text-align: center;
		}

			.icon.feature:before {
				font-size: 5em;
				line-height: 1em;
				color:#33cc33;
			}

		.icon > .label {
			display: none;
		}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.feature-icons {
		cursor: default;
		margin: -0.75em 0 0 0;
		opacity: 0.35;
		overflow: hidden;
		position: relative;
	}

		ul.feature-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
		}

			ul.feature-icons li .icon {
				display: inline-block;
				font-size: 6.25em;
				height: 1.25em;
				line-height: 1.25em;
				width: 1em;
			}

	ul.buttons {
		cursor: default;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.buttons li:first-child {
				padding: 0;
			}

		ul.buttons.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.buttons.vertical li:first-child {
				padding: 0;
			}

/* Tables */
			
	table { margin: 3em auto auto auto; width:70%; border-collapse: collapse; border-spacing: 0; font-family: Futura, Arial, sans-serif; background-color: #fff; border: solid 2px #ccc; }
	caption { font-size: larger; margin: 1em auto; }
	th, td { padding: .75em; }
	th { background: #475e30; color: #fff; text-align:left; font-size: 24px;}	
	tr:last-child td:first-child { border-radius: 0 0 0 9px; }
	tr:last-child td:last-child { border-radius: 0 0 9px 0; }
	/*tr:nth-child(odd) { background: #ccc; }*/

/* Button */

	.button {
		background: rgba(59, 59, 70, 0.6);
		border: solid 1px #ffffff;
		color: #ffffff;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0.75em 0;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		.button:hover {
			background: rgba(59, 59, 70, 0.8);
			border-color: inherit;
			color: #ff8800;
		}

		.button.special {
			background: rgba(59, 59, 70, 0.8);
			border: solid 1px #ffffff;
			color: #ffffff;
			display: inline-block;
			font-size: 0.8em;
			font-weight: 900;
			letter-spacing: 2px;
			min-width: 18em;
			padding: 0.75em 0;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
		}

			.button.special:hover {
				background: rgba(59, 59, 70, 0.8);
				border-color: inherit;
				color: #ff8800;
			}

		.button.fit {
			width: 40%;
		}

		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}
		
		.contactButton {
			background: rgba(59, 59, 70, 0.6);
			border: solid 1px #777;
			color: #ffffff;
			display: inline-block;
			font-size: 0.8em;
			font-weight: 900;
			letter-spacing: 2px;
			width: 12em;
			padding: 0.75em 0;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			margin:0 auto 0 auto;
		}

		.contactButton:hover {
			background: rgba(59, 59, 70, 0.8);
			border-color: inherit;
			color: #ff8800;
		}
		
		.12Button {
			width:100%;
		}
/* Wrapper */

	.wrapper {
		margin-bottom: 2em;
		padding: 1em 5em 1em 5em;
	}

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background-color: rgba(36, 64, 11, 0.8);
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: white;
			text-align: center;
		}

			.wrapper.style2 .button:hover {
			background: rgba(59, 59, 70, 0.8);
			border-color: inherit;
			color: #ffffff;
			}

			.wrapper.style2 .button.special {
				background: white;
				border-color: white;
				color: #83d3c9 !important;
			}

				.wrapper.style2 .button.special:hover {
					border-color: inherit !important;
					color: white !important;
				}

		.wrapper.style3 {
			color: inherit;
			background-color:#fff;
			border: solid 2px #ccc;
		}

		.wrapper.style4 {
			background-color:#fff;
			color: #000;
			padding: 2em 4em 2em 4em;
			border: #ccc solid 2px;
			margin-top:2em;
			width:80%;
		}
		
		.wrapper.style4Contact {
			/*padding: 2em 4em 2em 4em;*/
			margin-top:1em;
		}
		
		.acuList {
			list-style-type:circle;
			margin-left:20px;
			font-size:16px;
		}
		

/* Header */
	@-moz-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-webkit-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-o-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-ms-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }

	#header {
		background: rgba(59, 59, 70, 1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: #ffffff;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		padding: 0.5em 0 0 0;
		/*position: fixed; (For the header to follow the page down) */
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			font-weight: 900;
			margin: 0;
		}

			#header h1 span {
				font-weight: 300;
				color: #ffffff;
			}

		#header nav {
			letter-spacing: 0;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: 4em;
			width:50%;
			font-size:16px;
		}

			#header nav ul li {
				display: inline-block;
				margin-left: 1.5em;
			}

				#header nav ul li > ul {
					display: none;
				}

				#header nav ul li a {
					border: solid 1px transparent;
					color: #ffffff;
					display: inline-block;
					padding: 0em 0.75em;
					text-decoration: none;
					font-size:15px;
				}

				#header nav ul li .button {
					font-size: 1em;
					min-width: 0;
					width: auto;
				}

				#header nav ul li.submenu > a:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
				}

				#header nav ul li.submenu > a:before {
					content: '\f107';
					margin-right: 0.65em;
				}

				#header nav ul li.active > a, #header nav ul li:hover > a {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					border: solid 1px #ffffff;
text-decoration: none;
color: #ff8800;
				}

				#header nav ul li.current > a {
					/*font-weight: 900;*/
				}
/*
		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-o-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-o-animation: none;
			-ms-animation: none;
			animation: none;
			background: rgba(59, 59, 70, 1);
			box-shadow: none;
			color: white;
			padding: 1.7em 2.5em;
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: 1.75em;
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border: solid 1px #ffffff;
					text-decoration: none;
					color:#ff8800;
				}
*/
/* Dropotron */

	.dropotron {
		background: rgba(59, 59, 70, 1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 13em;
		padding: 1em 0;
		text-transform: uppercase;
	}

		.dropotron.level-0 {
			font-size: 0.7em;
			font-weight: 400;
			margin-top: 1.5em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				top: -0.45em;
			}

		.dropotron > li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron > li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-o-transition: none;
				-ms-transition: none;
				transition: none;
				color: #ffffff;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
			}

			.dropotron > li:hover > a {
				color: #ff8800;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

/* Banner */
	@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

	#banner {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #645862;
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../images/homeTopBanner1.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: white;
		cursor: default;
		padding: 1em 0 2em 0;
		text-align: center;
	}

		#banner .inner {
			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-o-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-o-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			background: rgba(36, 64, 11, 0.8);
			color: white;
			display: inline-block;
			opacity: 0;
			padding: 2em 0 2em 0;
			margin-top:1em;
			text-align: center;
			width:40%;
		}

			#banner .inner header {
				display: inline-block;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			}

				#banner .inner header h2 {
					border-bottom: #ff7700 solid 2px;
					border-top: #ff7700 solid 2px;
					font-size: 2em;
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					padding-left: 0.05em;
					position: relative;
					text-transform: uppercase;
					color: #ffffff;
					width:100%;
				}

			#banner .inner p {
				letter-spacing: 0.1em;
				margin: 0;
				text-transform: uppercase;
				width:90%;
				margin-left:auto;
				margin-right:auto;
				text-align:jusitfy;
			}

				#banner .inner p a {
					color: inherit;
					font-weight: 400;
					text-decoration: none;
				}

			#banner .inner footer {
				margin: 2em 0 0 0;
			}

/* Main */

	#main {
		/*background-image: url("images/dark-tl.svg"), url("images/dark-tr.svg"), url("images/dark-bl.svg"), url("images/dark-br.svg");*/
		background-color: #eee;
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat;
		background-size: 25em;
		padding: 0 0 2em 0;
		width:100%;
	}

		#main > :last-child {
			margin-bottom: 0;
		}

		#main .sidebar section {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
			margin: 3em 0 0 0;
			padding: 3em 0 0 0;
		}

			#main .sidebar section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
				text-align:justify;
			}

	body.index #main {
		padding-top: 2em;
	}
	
	.tcmLogoMobile {
		display: none;
	}

	.tcmLogoMobileIndex {
		display: none;
	}
	
	.content {
		text-align:justify;
	}
	
	.homeQuad {
		text-align:justify;
		width:90%;
		margin: 10px auto 0 auto;
		font-size:16px;
		line-height:1.5em;
	}
	
	hr {
    border-bottom: 1px solid #ccc;
    border-top: none;
    margin: 0;
    width: 100%;
    margin-top: -14px;
    margin-bottom: 14px;
    margin-right: auto;
    margin-left: auto;
	text-align:center;
}

	
	.herbalBox {
		width:60%;
		margin: 0 auto 3em auto;
		background: rgba(59, 59, 70, 1);
		color:#fff;
		text-align:center;
	}
	
	.herbalBox header {
				display: inline-block;
				margin:1em auto 1em auto;
				font-size:24px;
				color: #ffffff;
				border-top: #ff7700 solid 2px;
				border-bottom: #ff7700 solid 2px;
			
			}
			
	.herbalBox header h2 {
		margin: 0 0 0 0;
	}
	
	.herbalBox p {
		width:70%;
		margin: 0 auto 15px auto;
		text-align:justify;
	}		
		
	.herbalBoxLink  {
		color: #ff8800;
	}
	
	.herbalBoxLink:hover {
		text-decoration:underline;
		color: #ff8800;
	}
	
	.herbalBoxPic {
		width:70%;
		margin-bottom:1em;
		border: 1px #fff solid;
	}
	
.wall {
	width: 95%;
	background:#fff;
	border: solid 2px #ccc;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
}

.normal20 { 
	float: left; 
	width:20%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:16px;
	color:#444;
} 

.normal30 { 
	float: left; 
	width:30%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:16px;
	color:#444;

}

.normal30Green { 
	float: left; 
	width:30%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:16px;
	color:#437517;
	font-weight: bold;
}

.normal40 { 
	float: left; 
	width:40%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:16px;
	color:#444;

}

.normal40Green {
	float:left;
	width:40%;
	padding:30px 30px 0 30px; 
	text-align:center;
	color:#437517;
	font-weight: bold;
	font-size:20px;
}

.normal40Orange { 
	float: left; 
	width:40%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:16px;
	color:#ff7700;
	font-weight:bold;

}

.bold40 { 
	float: left; 
	width:40%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#444;
}

.normal50 { 
	float: left; 
	width:50%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:16px;
	color:#444;
}

.bold50 { 
	float: left; 
	width:50%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#444;
}

.normal60Orange{ 
	float: left; 
	width:60%; 
	padding:30px 30px 0 30px; 
	text-align:center;
	font-size:20px;
	color:#ff7700;
	font-weight:bold;
}


.pdfLinks {
	text-align:center;
	padding-bottom: 2em;
	background: #eee;
}

.pdfLinks a {
	color:#444;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}

.pdfLinks a:hover {
	color:#ff7700;
	font-weight:bold;
}

.acuHeading {
		color: #555;
		font-size:20px;
		margin-bottom: 0;
		text-transform: uppercase;
		font-weight:bold;
}

.acuParagraph {
	font-size:16px;
	margin-top:10px;
	text-align:justify;
}

.acuSideParagraph {
	font-size:16px;
	margin-top:10px;
	text-align:justify;
	line-height:1.6em;
}

.acuList {
	font-size:15px;
	margin-top:10px;
	list-style-type:square;
}

.acuLink {
	color:#ff7700;
	font-weight:bold;
}

.acuLink:hover {
	color:#ff7700;
	font-weight:bold;
	text-decoration:underline;
}

.siteMap {
	text-align:center;
	margin-top:1em;
	
}

.siteMap a {
	color:#555;
	font-weight:bold;
}

.siteMap a:hover {
	color:#ff7700;
}

.contactMap {
	width: 45%;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}

/* Slider */

/* http://www.menucool.com */

#sliderFrame 
{
    position:relative;
    width:80%;
    margin:2em auto 0 auto; /*center-aligned*/
}

#slider, #slider div.sliderInner {
    width:100%;
	height:400px;/* Must be the same size as the slider images */
	display:block;
	}

#slider {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

.sliderLinks {
	color:#ff7700;
}

.sliderLinks:hover {
	color:#E4E24F;
}


/* image wrapper */
#slider a.imgLink, #slider div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background-color: rgba(0, 0, 0, 0.6);
	
}
#slider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
	margin-left:auto;
	margin-right:auto;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
    top:405px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}

	#cta {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #645862;
		background-image: url("images/light-tl.svg"), url("images/light-tr.svg"), url("images/overlay.png"), url("../images/homeBottomBanner.jpg");
		background-position: top left, top right, top left, bottom center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: white;
		padding: 2em 5em 3em 5em;
		text-align: center;
	}

		#cta header {
			margin-bottom: 2em;
		}

/* Footer */

	#footer {
		background: rgba(59, 59, 70, 1);
		color: #ffffff;
		padding: 0 1em 0 0;
		text-align: center;
	}

		#footer .copyright {
			font-size: 0.8em;
			line-height:1em;
			text-align:left;
		}

		#footer .copyright a {
			color: #ff7700;
		}
			
		#footer .copyright a:hover {
			color: #E4E24F;

		}
		
		.footerLocation {
			color:#fff;
			font-size:0.8em;
		}
		
		.footerLocation:hover {
			color:#ff7700;
		}
			
/* Layers */

	#topButton .toggle {
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

		#topButton .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
		}

		#topButton .toggle:before {
			color: white;
			content: '\f039';
			font-size: 0.75em;
			height: 30px;
			left: 0;
			line-height: 30px;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#topButton .toggle:after {
			background: rgba(59, 59, 70, 1);
			border-radius: 0 0 4px 4px;
			content: '';
			height: 30px;
			left: 50%;
			margin-left: -40px;
			position: absolute;
			top: 0;
			width: 80px;
		}

	#sideButton .toggle {
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

		#sideButton .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
		}

		#sideButton .toggle:before {
			color: white;
			content: '\f039';
			font-size: 1em;
			height: 40px;
			left: 10px;
			line-height: 40px;
			position: absolute;
			top: 11px;
			width: 60px;
			z-index: 1;
		}

		#sideButton .toggle:after {
			background: rgba(59, 59, 70, 1);
			border-radius: 2px;
			content: '';
			height: 40px;
			left: 10px;
			position: absolute;
			top: 10px;
			width: 60px;
		}

	#topPanel,
	#sidePanel {
		background: rgba(59, 59, 70, 1);
		color: white;
		font-size: 0.8em;
		letter-spacing: 0.075em;
		text-transform: uppercase;
	}

		#topPanel nav,
		#sidePanel nav {
			padding: 0.25em 0.5em 1em 0.5em;
		}

		#topPanel .link,
		#sidePanel .link {
			border: 0;
			border-top: solid 1px rgba(255, 255, 255, 0.05);
			color: inherit;
			display: block;
			height: 3em;
			line-height: 3em;
			text-decoration: none;
		}
		
		#topPanel .link:hover,
		#sidePanel .link:hover {
			border: 0;
			border-top: solid 1px rgba(255, 255, 255, 0.05);
			color: #ff7700;
			display: block;
			height: 3em;
			line-height: 3em;
			text-decoration: none;
		}

			#topPanel .link.depth-0,
			#sidePanel .link.depth-0 {
				font-weight: 900;
			}

			#topPanel .link:first-child,
			#sidePanel .link:first-child {
				border-top: 0;
			}

		#topPanel .indent-1,
		#sidePanel .indent-1 {
			display: inline-block;
			width: 1em;
		}

		#topPanel .indent-2,
		#sidePanel .indent-2 {
			display: inline-block;
			width: 2em;
		}

		#topPanel .indent-3,
		#sidePanel .indent-3 {
			display: inline-block;
			width: 3em;
		}

		#topPanel .indent-4,
		#sidePanel .indent-4 {
			display: inline-block;
			width: 4em;
		}

		#topPanel .indent-5,
		#sidePanel .indent-5 {
			display: inline-block;
			width: 5em;
		}