/* @group HTML Elements */

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

@media print {
	a:link,
	a:visited,
	a:hover,
	a:active {
		text-decoration: underline;
	}
}

/* @end */

/* @group FreeStyle and ExtraContent Functionality */

/* Hide FreeStyle and ExtraContent containers, unless they are in their designated placeholders */
#contentWrapper #fs,
#sidebarContent #fs,
#contentWrapper div[id*='myExtraContent'],
#sidebarContent div[id*='myExtraContent'] {
	display: none;
}

/* @end */

/* @group Extra Content */

#extraContainer2 {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 15px;
}

#myExtraContent3 {
	position: relative;
	padding: 10px;
	margin: 0 15px 15px;
}

#myExtraContent6,
#myExtraContent7 {
	position: relative;
	padding: 10px;
	margin: 0 0 15px;
}

#myExtraContent8 {
	position: relative;
	padding: 10px;
	margin: 15px 0;
}

#myExtraContent9 {
	position: relative;
	padding: 10px;
	margin: 15px;
}

#myExtraContent10 {
	padding: 10px 10px 0;
}





/* @end */

/* @group Main */

#pageWrapper {
	min-height: 100%;
	height: 100%;
}

#main {
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
}

.external {
	padding-right: 12px;
	background: url(images/editable_images/external.png) no-repeat right center;
}

#logoLeft {
	display: none;
}

#logoRight {
	display: none;
}

.wildernessClearer {
	clear: both;
}

#mediaWrapper {
	display: block;
	padding: 15px 15px 0;
}

.spacer {
	height: 40px;
}

#headerSpacer {
	height: 15px;
}

#backToTopWrapper {
	padding-top: 10px;
	display: none;
	position: relative;
}

/* @end */

/* @group Social Bar */

#socialBar {
	height: 25px;
	z-index: 300;
	width: 100%;
	display: none;
	font-size: 12px;
	text-align: right;
}

#socialBarBackground {
	height: 25px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 301;
}

#socialBarSpacer {
	display: block;
	width: 100%;
	position: relative;
}

#extraContainer1 {
	display: block;
	position: relative;
	z-index: 302;
}

#socialBar a {
	text-decoration: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

#socialBar [class^="fa fa-"],
#socialBar a [class^="fa fa-"],
#socialBar a:hover [class^="fa fa-"] {
	text-decoration: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

/* @end */

/* @group Banner */

#banner {
	display: block;
	padding: 0;
	margin: 0 15px;
	position: relative;
	z-index: 0;
	min-height: 50px;
}

#extraContainer4 {
	display: block;
	position: relative;
	padding: 0;
	z-index: 0;
}

#extraContainer4 img {
	width: 100%;
	height: auto;
}

#siteSloganLogo {
	position: relative;
	text-align: right;
	display: none;
}

#slogan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 50;
	overflow: hidden;
}

#slogan-bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#slogan h2 {
	font-size: 180%;
	z-index: 20;
	position: relative;
	display: block;
	margin: 10px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.25em;
}

/* FreeStyle banners */
#freeStyle img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

#freeStyle .carousel {
	margin-bottom: 0;
}

#headerContainer h2 {
	display: block;
	padding: 15px;
	font-size: 200%;
	line-height: 1.00em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	width: 100%;
	z-index: 1;
	margin: 0;
}

#bannerContentBox {
	position: absolute;
	bottom: 0;
	margin: 15px;
	display: none;
	z-index: 100;
	overflow: auto;
}

#bannerBoxBackground {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	height: 100%;
	width: 100%;
	background: #000000;
}

#bannerContentBox h1,
#bannerContentBox h2,
#bannerContentBox h3,
#bannerContentBox h4,
#bannerContentBox h5,
#bannerContentBox h6 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 5px;
	line-height: 1.25em;
}

#bannerContentBox a {
	color: #5e5e5e;
}

#bannerContentBox a:hover {
	color: #eaeaea;
}

#extraContainer5 {
	padding: 25px;
	font-size: 110%;
	z-index: 10;
	display: block;
	position: relative;
}

/* @end */

/* @group Content */

#contentContainer {
	display: block;
	position: relative;
	margin: 15px;
	overflow: auto;
	height: auto;
}

#contentContainer #wildernessContent {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#contentWrapper {
	display: block;
	position: relative;
	padding-bottom: 15px;
	margin: 0;
}

#contentWrapper ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: disc;
}

#contentWrapper ol {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: decimal;
}

#contentWrapper h1 {
	border-bottom: none;
	font-size: 200%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#contentWrapper h2 {
	border-bottom: none;
	font-size: 180%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#contentWrapper h3 {
	border-bottom: none;
	font-size: 160%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#contentWrapper h4 {
	border-bottom: none;
	font-size: 140%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#contentWrapper h5 {
	border-bottom: none;
	font-size: 120%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#contentWrapper h6 {
	font-size: 100%;
	border-bottom: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

/* @end */

/* @group Wrapper and spacers */

.wildernessWrapper {
	padding: 10px;
	position: relative;
	margin: 0;
	display: block;
	zoom: 1;
}

@media print {
	.wildernessWrapper {
		padding: 0px;
	}
}

.contentSpacer {
	display: block;
	height: 10px;
}

/* @end */

/* @group Horizontal Navigation */

#nav1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	float: left;
}

#nav1 li {
	float: left;
	width: 9em;
	list-style-type: none;
	margin: 0;
}

#nav1 ul {
	margin: 0;
	padding: 0;
}

#nav1 a {
	display: block;
	height: 75px;
	width: 9em;
	padding: 0;
	text-align: center;
	margin: 0;
	line-height: 75px;
	text-decoration: none;
	-webkit-transition: background .30s linear;
	-moz-transition: background .30s linear;
	-o-transition: background .30s linear;
	transition: background .30s linear;
}

#nav1 a:hover {
	text-decoration: none;
	-webkit-transition: background .30s linear;
	-moz-transition: background .30s linear;
	-o-transition: background .30s linear;
	transition: background .30s linear;
}

#nav1 .current,
#nav1 .current:hover, 
#nav1 .currentAncestor {
	text-decoration: none;
}

#nav1 ul ul ul,
#nav1 ul ul ul ul {
	display: none;
}

#nav1 ul ul li a,
#nav1 ul ul ul li a {
	display: none;
}

/* @end */

/* @group Page Header */

#pageHeader {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 20;
	overflow: hidden;
}

#titleDropShadow {
	display: block;
	height: 8px;
	width: 100%;
	background-color: transparent;
	background-image: url(images/editable_images/titlebar_shadow.png);
	position: absolute;
	top: 75px;
	z-index: 10;
}

#headerBar {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	z-index: 20;
	overflow: hidden;
	height: 75px;
}

#titleBarGradient {
	width: 100%;
	height: 75px;
	display: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/editable_images/title-bar-gradient.png);
}

#siteLogo {
	height: 75px;
	display: none;
	margin: 0;
	float: left;
	padding: 0;
}

#siteLogo img {
	margin: 0;
	padding: 10px 15px 0;
}

#siteTitle a {
	display: inline;
	margin: 0;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	padding: 0 10px;
	line-height: 75px;
	text-decoration: none;
	-webkit-transition: background .30s linear;
	-moz-transition: background .30s linear;
	-o-transition: background .30s linear;
	transition: background .30s linear;
}

#siteTitle a:hover {
	text-decoration: none;
	-webkit-transition: background .30s linear;
	-moz-transition: background .30s linear;
	-o-transition: background .30s linear;
	transition: background .30s linear;
}

#titleWrapper {
	display: block;
	margin: 0px auto;
	height: 75px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	text-align: left;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

#logo {
	display: none;
}

#titleWrapper h1 {
	display: inline;
	padding: 0 20px;
	text-align: left;
	line-height: 75px;
	text-decoration: none;
	font-size: 2.00em;
	margin: 0;
	float: left;
}

#LogoTopLeft,
#LogoTopRight,
#LogoLowerLeft,
#LogoLowerRight {
	display: none;
}

@media print {
	#titleDropShadow,
	#titleBarGradient {
		display: none;
	}
	
	#headerBar,
	#siteLogo,
	#siteTitle a,
	#titleWrapper,
	#titleWrapper h1 {
		position: relative;
		height: auto;
		line-height: 1.25em;
		top: auto;
		left: auto;
	}
}


/* @end */

/* @group Secondary Navigation */

.secondaryNavigation {
	line-height: 1.00em;
	position: relative;
	top: 0;
	width: 100%;
	display: none;
	margin: 0 0 15px;
	padding: 0;
}

#nav2 {
	line-height: 1.00em;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
	margin: 0 0 15px;
	padding: 0;
}

#nav2 .current {
	font-weight: bold;
}

#nav2 .current:hover {
	font-weight: bold;
}

#nav2 .currentAncestor {
	font-weight: bold;
}

#nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav2 li {
	display: inline;
}

#nav2 ul li a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.20em;
	border-top: none;
	-webkit-transition: background .30s linear;
	-moz-transition: background .30s linear;
	-o-transition: background .30s linear;
	transition: background .30s linear;
}

#nav2 ul li a:hover {
	-webkit-transition: background .30s linear;
	-moz-transition: background .30s linear;
	-o-transition: background .30s linear;
	transition: background .30s linear;
}

#nav2 ul ul a {
	padding-left: 20px;
	padding-right: 20px;
}

#nav2 ul ul ul a {
	padding-left: 30px;
	padding-right: 30px;
}

#nav2 ul ul ul ul a {
	padding-left: 40px;
	padding-right: 40px;
}

#nav2 ul ul ul ul ul a {
	padding-left: 50px;
	padding-right: 50px;
}

#nav2 ul ul ul ul ul ul a {
	padding-left: 60px;
	padding-right: 60px;
}

/* @end */

/* @group Raft Navigation */

.raftNavWrapper {
	display: none;
	position: relative;
	clear: both;
	height: auto;
	margin-bottom: 15px;
}

.raftNavTitle {
	position: relative;
}

.raftNavTitle h3 {
	font-size: 150%;
	font-weight: bold;
	line-height: 45px;
	height: 45px;
	position: relative;
	padding-left: 10px;
	margin: 0;
}

.raftNavWrapper .raftNavArrow.closedState .raftNavIconClose,
.raftNavWrapper .raftNavArrow.openedState .raftNavIconOpen {
	display: none;
}

.raftNavWrapper .raftNavArrow.openedState .raftNavIconClose,
.raftNavWrapper .raftNavArrow.ClosedState .raftNavIconOpen {
	display: block;
}

.raftNavWrapper .raftNavArrow {
	position: absolute;
	top: 0;
	right: 12px;
}

.raftNavWrapper .raftNavArrow [class^="fa fa-"] {
	font-size: 30px;
	line-height: 50px;
	color: #3F3F3F;
}

.null {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	z-index: 50;
}

.raftNav {
	display: none;
}

/* Reset unordered list and lsit item styles */
.raftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

.raftNav li {
	padding: 0;
	margin: 0;
}

.raftNav ul li {
	float: none;
	position: relative;
}

.raftNav ul li a { 
	display: block; 
	padding: 0 0 0 10px;
	white-space: nowrap;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	z-index: 5;
	margin: 0;
	font-weight: normal;
	border-top: 1px solid #eaeaea;
	font-style: normal;
}

.raftNav ul li a:hover {
	z-index: 10;
}

.raftNav ul li a.current,
.raftNav ul li a.currentAncestor {
	font-weight: bold;
}

.raftNav ul ul a {
	padding-left: 30px;
}

.raftNav ul ul ul a {
	padding-left: 50px;
}

.raftNav ul ul ul ul a {
	padding-left: 70px;
}

.raftNav ul ul ul ul ul a {
	padding-left: 90px;
}

/* @end */

/* @group Sidebar */

#aside {
	position: relative;
}

@media print {
	#contentContainer #wildernessContent {
		float: none;
		width: 100%;
	}
	
	#aside {
		float: none;
		width: 100%;
	}
	
	#SidebarBlock {
		margin-right: 0px;
		margin-left: 0px;
	}
}

#sidebarContainer {
	margin-top: 0px;
	position: relative;
	display: block;
	margin-bottom: 0px;
}

#sidebarLogo {
	text-align: center;
	display: none;
	position: relative;
}

#sidebarContainer #sidebar {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin: 0;
	position: relative;
	display: block;
}

@media print {
	#sidebarContainer #sidebar {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

#sidebar ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: disc;
}

#sidebar ol {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: decimal;
}

#sidebar h1 {
	border-bottom: none;
	font-size: 200%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#sidebar h2 {
	border-bottom: none;
	font-size: 180%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#sidebar h3 {
	border-bottom: none;
	font-size: 160%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#sidebar h4 {
	border-bottom: none;
	font-size: 140%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#sidebar h5 {
	border-bottom: none;
	font-size: 120%;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#sidebar h6 {
	font-size: 100%;
	border-bottom: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

#sidebarTitle h4 {
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: none;
	margin: 0;
	display: block;
	position: relative;
	font: normal 140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#pluginSidebar {
	display: block;
	position: relative;
}

#pluginSidebar ul {
	padding: 0;
	margin: 0;
}

#doubleSidebarContent {
	display: none;
}

/* @end */

/* @group Footer */

#footer {
	text-align: left;
	margin: 0 15px;
	position: relative;
	padding-bottom: 10px;
}

#footerLogo {
	text-align: center;
	display: none;
}

#footerContent {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}

#lastUpdated {
	float: right;
	display: none;
	margin-top: 10px;
	margin-right: 10px;
}

@media print {
	#footerContent {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	#lastUpdated {
		margin-top: 0px;
		margin-right: 0px;
	}
}

/* @end */

/* @group Footer Navigation */ 

#footerNav {
	display: none;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}

#footerNav [class^="fa fa-"] {
	display: none;
}

#footerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerNav li {
	display: inline;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

#footerNav li:first-child {
	border-left: none;
}

#footerNav a {
	padding-right: 5px;
	padding-left: 5px;
}

#footerNav a:hover {
	text-decoration: underline;
}

#footerNav ul ul {
	display: none;
}

/* @end */

/* @group Breadcrumbs */

span.breadcrumbText {
	position: relative;
	float: left;
	display: inline;
}

#upperBreadcrumb {
	margin: 15px 15px 0;
	padding: 10px;
	display: none;
}

#lowerBreadcrumb {
	margin: 15px;
	padding: 10px;
	display: none;
}

#upperBreadcrumb ul,
#lowerBreadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#upperBreadcrumb li,
#lowerBreadcrumb li {
	display: inline;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

#upperBreadcrumb [class^="fa fa-"],
#lowerBreadcrumb [class^="fa fa-"] {
	display: none;
}

/* @end */

@media print {
	.noprint, #nav, #nav2, .raftNavWrapper, #footerNav {
		display: none !important;
	}
}