/* @group General */

html,
body {
	height: 100%;
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.25em;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	border: none;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

a:active {
	text-decoration: underline;
	outline: none;
}

a.btn-trans {
	color: #ffffff !important;
	background: #000000;
	background: rgba(255, 255, 255, .0);
	border-color: #ffffff;
	margin-top: 5px;
}
a.btn-trans:hover {
	color: #ffffff !important;
	background: #000000;
	background: rgba(255, 255, 255, .20);
	border-color: #ffffff;
}

a.btn-trans [class^="fa fa-"] {
	color: #ffffff !important;
}

.greyTitle {
	color: #333333;
	background: -webkit-linear-gradient(#333333, #333333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* @end */

/* @group FreeStyle and ExtraContent Functionality */

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

@media print {
	#contentWrapper #fs,
	#sidebar #fs,
	#contentWrapper div[id*='myExtraContent'],
	#sidebar div[id*='myExtraContent'] {
		display: block;
	}
}

/* @end */

/* @group Social Bar */

#socialBar {
	height: 25px;
	z-index: 300;
	width: 100%;
	display: none;
	font-size: 14px;
	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 {
	-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 Logo Image Placeholders */

#logoFixedLeft {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	display: none;
}

#logoFixedRight {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 200;
	display: none;
}

#logoAbsoluteLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	display: none;
}

#logoAbsoluteRight {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	display: none;
}

#titleLogo {
	display: none;
	position: relative;
	text-align: left;
	z-index: 300;
}

#logoTopLeft {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 200;
	display: none;
}

#logoTopRight {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 200;
	display: none;
}

#logoBottomLeft {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 200;
	display: none;
}

#logoBottomRight {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 200;
	display: none;
}

#headerLogo {
	display: none;
}

/* @end */

/* @group Main Wrappers, Padding and Clearers */

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

#wrapperOuter {
	min-height: 100%;
}

#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}

#parallaxContainer {
	z-index: 10;
	position: relative;
	padding-top: 40px;
}

.VolcanoMaxWidth {
	margin: 0 auto;
	position: relative;
}

.VolcanoClearer {
	clear: both;
}

.VolcanoHoriPad {
	padding-left: 3%;
	padding-right: 3%;
}

.VolcanoVertPad {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* @end */

/* @group Header Bar */

#headerWrapper {
	position: relative;
	width: 100%;
	display: block;
	z-index: 20;
}

#headerFill {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	display: block;
	opacity: 1.00;
}

#header {
	position: relative;
	display: block;
	z-index: 100;
	height: auto;
	clear: both;
}

#siteTitle {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 300;
	display: inline;
}

#siteTitle a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	font-size: 24px;
}

@media screen and (min-width: 786px) {
	#siteTitle a {
		font-size: 100%;
	}
}

@media print {
	#siteTitle,
	#siteTitle a {
		line-height: 1.00em !important;
		height: auto !important;
	}
}

#navContent {
	width: 100%;
	z-index: 201;
	position: absolute;
	right: 0;
	top: 0;
}

#extraContainer2 {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	z-index: 1;
	width: 100%;
	text-align: right;
}

#VolcanoHeaderBorder {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	display: block;
	z-index: 32;
}

@media print {
	#headingPadding,
	#headerContent {
		height: auto;
		float: none;
		display: block;
		clear: both;
	}
	
	#siteTitle a {
		line-height: 1.25em;
		text-decoration: none;
	}
	
	#VolcanoHeaderBorder {
		display: none;
		height: 0;
	}
}



/* @end */

/* @group RAFT Navigation */

#RaftNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

#RaftNav li {
	padding: 0;
	margin: 0;
	position: relative;
	
}

#RaftNav li a {
	display: block;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	padding: 0 3%;
	transition: all 300ms ease-in-out;
	-webit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	width: 100%;
	text-align: left;
}

#RaftNav li a.current,
#RaftNav li a.currentAncestor {
	font-weight: bold;
}

#RaftNav li ul {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

#RaftNav ul ul a {
	padding: 0 10%;
}

#RaftNav ul ul ul a {
	padding: 0 20%;
}

#RaftNav ul ul ul ul a {
	padding: 0 30%;
}

#RaftNav ul ul ul ul ul a {
	padding: 0 40%;
}

#RaftNav {
	transition: max-height 500ms;
	-webkit-transition: max-height 500ms;
	-moz-transition: max-height 500ms;
	overflow: hidden;
	font-size: 125%;
	z-index: 30;
	position: relative;
	width: 100%;
}

#RaftNavButton {
	text-align: right;
	height: 100px;
	line-height: 100px;
	font-size: 100%;
	cursor: pointer;
	padding-left: 10px;
}

#RaftNavButton .menu-opened {
	display: none;
	float: right;
	font-size: 30px;
	width: 60px;
	text-align: center;
}

#RaftNavButton .menu-closed {
	display: block;
	float: right;
	font-size: 40px;
	width: 60px;
	text-align: center;
}

#RaftNav.menu-open #RaftNavButton .menu-opened {
	display: block;
}

#RaftNav.menu-open #RaftNavButton .menu-closed {
	display: none;
}

#RaftNav.menu-open,
#RaftNav .open > ul {
	max-height: 2000px;
}

#RaftNav .more {
	height: 60px;
	float: right;
	min-width: 60px;
	text-align: center;
	cursor: pointer;
}

#RaftNav .more [class^="fa fa-"] {
	line-height: 60px;
	font-size: 60px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

#RaftNav li.open > .more [class^="fa fa-"] {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}

/* Styling applied on screens 968px and wider */
@media screen and (min-width: 968px){
	#RaftNav {
		background: none;
		margin-bottom: 0;
		max-height: 2000px;
		font-size: 100%;
		min-height: 62px;
		overflow: visible;
		width: auto;
		float: right;
	}

	#RaftNav #RaftNavButton,
	#RaftNav .more {
		display: none !important;
	}		
	
	/* Horizontal menu styling */
	
	#RaftNav.RaftHorizontal ul > li {
		display: block;
		float: left;
		margin: 0;
		position: relative;
	}
		
	#RaftNav.RaftHorizontal a {
		text-align: center;
		height: auto;
		padding: 0 15px;
		position: relative;
	}
	
	#RaftNav.RaftHorizontal ul ul {
		position: absolute;
		top: 100%;
		left: 50%;
		padding: 0;
		margin: 0;
		z-index: 149;
		max-height: none;	
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateZ(0); /* Fixes missing elements when the parent is fixed-positioned */
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		overflow: visible;
	}
	
	#RaftNav.RaftHorizontal ul ul ul {
		top: 0;
		left: 100%;
		margin: 0;
		margin-top: -1px !important;
	}

	#RaftNav.RaftHorizontal ul ul > li {
		display: block;
		margin: 0;
		position: relative;
	}

	#RaftNav.RaftHorizontal ul ul a,
	#RaftNav.RaftHorizontal ul ul ul a,
	#RaftNav.RaftHorizontal ul ul ul ul a,
	#RaftNav.RaftHorizontal ul ul ul ul ul a,
	#RaftNav.RaftHorizontal ul ul ul ul ul ul a {
		float: none;
		display: block;
		padding: 10px;
		line-height: 1.50em;
	}

	#RaftNav.RaftHorizontal>ul>li:hover>ul {
		opacity: 1.00;
		visibility: visible;
	}
	
	#RaftNav.RaftHorizontal>ul>li>ul>li:hover>ul, 
	#RaftNav.RaftHorizontal>ul>li>ul>li>ul>li:hover>ul, 
	#RaftNav.RaftHorizontal>ul>li>ul>li>ul>li>ul>li:hover>ul {
		opacity: 1.00;
		visibility: visible;
		margin-top: -1px;
	}
	
	.menu {
		width: 200px;
	}
	
	.RaftTouchDevice #RaftNav.RaftHorizontal ul ul {	
		opacity: 1.00;
		visibility: visible;
		-webkit-transition: none;
		transition: none;
		display: none;
	}
	
	.RaftTouchDevice #RaftNav.RaftHorizontal>ul>li:hover>ul,
	.RaftTouchDevice #RaftNav.RaftHorizontal>ul>li>ul>li:hover>ul, 
	.RaftTouchDevice #RaftNav.RaftHorizontal>ul>li>ul>li>ul>li:hover>ul, 
	.RaftTouchDevice #RaftNav.RaftHorizontal>ul>li>ul>li>ul>li>ul>li:hover>ul {
		opacity: 1.00;
		visibility: visible;
		display: block;
	}
}

@media print {
	#RaftNav {
		display: none !important;
	}
}
/* @end */

/* @group Banner Container */

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

#bannerWrapper {
	display: block;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 0;
}

#banner {
	display: block;
	position: relative;
	z-index: 3;
	height: auto;
	overflow: auto;
}

/* Banner gradients */
.bannerGradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

#bannerDiagonalRightGradient,
#bannerHorizontalGradient,
#bannerRadialGradient,
#bannerVerticalGradient {
	display: none;
}

#banner img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

#banner .carousel {
	margin: 0;
}

/* FreeStyle banners */
#freeStyle {
	position: relative;
	z-index: 5;
}

#freeStyle img,
#extraContainer3 img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	position: relative;
	z-index: 10;
}

#bannerContentOuterWrap {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	z-index: 50;
}

#bannerContentInnerWrap {
	position: relative;
	overflow: auto;
	height: auto;
}

#bannerContentBox {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	display: block;
	z-index: 20;
}

@media screen and (min-width: 768px) {
	#bannerContentBox {
		float: left;
		width: 49%;
	}
}

#extraContainer4 h1,
#extraContainer4 h2,
#extraContainer4 h3,
#extraContainer4 h4,
#extraContainer4 h5,
#extraContainer4 h6,
#extraContainer5 h1,
#extraContainer5 h2,
#extraContainer5 h3,
#extraContainer5 h4,
#extraContainer5 h5,
#extraContainer5 h6 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.25em;
	font-size: 150%;
}

#extraContainer4,
#extraContainer5 {
	font-size: 100%;
	line-height: 150%;
	z-index: 10;
	display: block;
	position: relative;
}

@media screen and (min-width: 768px) {
	#extraContainer4,
	#extraContainer5 {
		font-size: 120%;
	}
}

#iconContainer {
	position: relative;
	width: 49%;
	display: none;
	text-align: left;
	float: right;
	z-index: 20;
}

@media screen and (min-width: 768px) {
	#iconContainer {
		display: block;
	}
}

#extraContainer4 [class^="fa fa-"],
#extraContainer5 [class^="fa fa-"] {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 2000%;
	display: block;
	text-align: center;
}

#extraContainer4 .btn [class^="fa fa-"],
#extraContainer5 .btn [class^="fa fa-"],
#extraContainer4 .normal-icon[class^="fa fa-"],
#extraContainer5 .normal-icon[class^="fa fa-"],
#extraContainer4 .normal-icon [class^="fa fa-"],
#extraContainer5 .normal-icon [class^="fa fa-"] {
	font-size: 100%;
	display: inline;
	opacity: 1.00;
}

@media print {
	#banner,
	#bannerOuter,
	#bannerWrapper,
	#bannerAbsolute,
	#bannerContentInnerWrap,
	#bannerContentBox,
	#extraContainer4 {
		position: relative;
		width: 100%;
		float: none;
		height: auto;
		overflow: auto;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}
	
	#iconContainer {
		display: none;
	}
}

/* @end */

/* @group Slogan */

#siteSlogan {
	position: relative;
	display: none;
}

#siteSlogan h2 {
	padding-top: 1%;
	padding-bottom: 1%;
}

/* @end */

/* @group Horizontal Content Containers */

#upperHorizontalBar {
	width: 100%;
	display: none;
	position: relative;
	background-color: #e6e6e6;
}

#upperHorizontalBarContainer {
	display: block;
	position: relative;
	padding: 25px 0;
}

#upperHorizontalBarContainer h1 {
	font-size: 2.00em;
	font-weight: bold;
}

#upperHorizontalBarContainer h2 {
	font-size: 1.75em;
	font-weight: bold;
}

#upperHorizontalBarContainer h3 {
	font-size: 1.50em;
	font-weight: bold;
}

#upperHorizontalBarContainer h4 {
	font-size: 1.25em;
	font-weight: bold;
}

#upperHorizontalBarContainer h5 {
	font-size: 1.00em;
	font-weight: bold;
}

#upperHorizontalBarContainer h6 {
	font-size: 0.75em;
	font-weight: bold;
}

#lowerHorizontalBar {
	width: 100%;
	display: none;
	position: relative;
	background-color: #e6e6e6;
}

#lowerHorizontalBarContainer {
	display: block;
	position: relative;
	padding: 25px 0;
}

#lowerHorizontalBarContainer h1 {
	font-size: 2.00em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h2 {
	font-size: 1.75em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h3 {
	font-size: 1.50em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h4 {
	font-size: 1.25em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h5 {
	font-size: 1.00em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h6 {
	font-size: 0.75em;
	font-weight: bold;
}

#footerContainer {
	display: none;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	z-index: 0;
}

#footerContainer h1 {
	font-size: 2.00em;
	font-weight: bold;
}

#footerContainer h2 {
	font-size: 1.75em;
	font-weight: bold;
}

#footerContainer h3 {
	font-size: 1.50em;
	font-weight: bold;
}

#footerContainer h4 {
	font-size: 1.25em;
	font-weight: bold;
}

#footerContainer h5 {
	font-size: 1.00em;
	font-weight: bold;
}

#footerContainer h6 {
	font-size: 0.75em;
	font-weight: bold;
}

/* @end */

/* @group Content Container */

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

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

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

/* @end */

/* @group Back To Top */

#backToTopWrapper {
	display: none;
	position: fixed;
	bottom: 20%;
	right: 5%;
	z-index: 100;
	line-height: 50px;
	font-size: 50px;
	height: 50px;
	overflow: hidden;
	float: none;
	text-align: center;
	border: none;
	outline: none;
}

#backToTopWrapper a [class^="fa fa-"] {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

/* @end */

/* @group Sidebar */

aside {
	display: block;
	z-index: 20;
}

#sidebarTitle h3 {
	line-height: 1.25em;
	padding: 0;
	margin: 0;
}

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

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

/* @end */

/* @group Sidebar Block Navigation */

#mainNavSource {
	display: none;
}

#blockNav {
	display: none;
	position: relative;
	margin-bottom: 20px;
}

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

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

#blockNav li {
	padding: 0;
	margin: 0;
}

#blockNav a {
	display: block;
	text-decoration: none;
}

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

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

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

#blockNav ul ul ul ul ul a {
	padding-left: 80px;
}

#blockNav ul ul ul ul ul ul a {
	padding-left: 100px;
}

#blockNav li.currentListItem ul ul {
	display: none !important;
}

/* @end */

/* @group Footer Container */

#footerSpacer {
	display: none;
}

#footer {
	display: block;
	width: 100%;
	clear: both;
	overflow: visible;
	padding: 0 0 25px;
	font-size: 90%;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#footer {
		text-align: left;
		padding: 25px 0;
	}
}

#footerWrapper {
	display: block;
	position: relative;
	height: auto;
	overflow: visible;
}

#footerText a,
#footerText a:hover {
	text-decoration: none;
}

#lastUpdated {
	position: relative;
	display: none;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	font-weight: bold;
}

#footer .siteTitle {
	font-weight: normal;
}

#footer hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #b4b4b4;
}

#footer [class^="fa fa-"] {
	opacity: 1.00;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

#footer [class^="fa fa-"]:hover {
	opacity: 0.70;
}

/* @end */

/* @group Footer Nav */

#footerNav {
	display: none;
	line-height: 1.50em;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#footerNav {
		display: none;
		line-height: 1.50em;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

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

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

#footerNav li {
	display: inline;
}

#footerNav li a {
	display: inline;
	z-index: 20;
	margin: 0 0 0 15px;
}

#footerNav ul ul {
	display: none;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	display: block;
	line-height: 1.50em;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#breadcrumb {
		display: block;
		line-height: 1.50em;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

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

#breadcrumb ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
	display: inline;
	z-index: 20;
	margin: 0;
}

/* @end */

@media print {
	.noprint {
		display: none !important;
	}
	
	.content {
		position: relative !important;
		width: 100% !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		font-size: 12pt !important;
	}
	
	.content a:link:after,
	.content a:visited:after {
	  content: " (" attr(href) ") ";
	  font-size: 90%;
	}
}