/* @group General */

html,
body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	font-weight: normal;
	-webkit-transition: all .30s linear;
	-moz-transition: all .30s linear;
	-o-transition: all .30s linear;
	transition: all .30s linear;
}

a:visited {
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
}

/* @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;
}

/* @end */

/* @group Extra Content */

.ecName {
	display: none;
}

#extraContainer4 {
	position: relative;	
}

#extraContainer5 {
	position: relative;
	margin-top: 1.75em;
	font-size: 80%;
}

/* @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 Logo Images */

#logoLeft {
	z-index: 40;
	position: fixed;
	top: 25px;
	left: 25px;
	display: none;
}

#logoRight {
	z-index: 40;
	position: fixed;
	top: 25px;
	right: 25px;
	display: none;
}

#headerLogo {
	display: none;
}

#contentLogoTop {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#contentLogoTop {
	position: relative;
	z-index: 1;
	display: none;
}

#contentLogoBottom {
	position: relative;
	z-index: 1;
	display: none;
}

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

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

/* @end */

/* @group Main */

#main {
	display: block;
	margin: 0 auto;
	z-index: 1;
}

.snowClearer {
	clear: both;
}

.snowWidth {
	margin: 0 auto;
}

.snowPadding {
	padding: 0 10px;
}

#pageStripe {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
}

/* @end */

/* @group Navigation Containers */

#topNav {
	display: block;
}

#lowerNav {
	display: none;
}

/* @end */

/* @group Header */

#header {
	display: block;
	position: relative;
	min-height: 125px;
	margin-bottom: 25px;
	overflow: hidden;
}

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

#header .carousel {
	margin: 0;
}

#extraContainer2 {
	position: relative;
}

#siteTitle {
	display: block;
	text-align: left;
}

#titleSloganWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	z-index: 40;
}

#siteTitle h1 {
	line-height: 1.25em;
	font-size: 200%;
	padding: 0;
	margin: 0;
}

#siteTitle h1 a {
	text-decoration: none;
	border: none;
}

#siteSlogan h2 {
	display: block;
	line-height: 1.25em;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

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

#headerContentBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	height: 100%;
	display: none;
	z-index: 100;
}

#extraContainer3 {
	display: block;
	position: relative;
	z-index: 101;
	padding: 25px;
}

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

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

#headerContentBox a {
	color: #5e5e5e;
}

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

/* @end */

/* Custom banners added through the RW page inspector */
#rwBanner {
	line-height: 0px;
	margin-bottom: -1px;
	overflow: hidden;
}

#rwBanner img {
	width: auto;
}

/* @end */

/* @group RAFT Toggle Navigation */

.raftNavWrapper {
	display: none;
	position: relative;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
}

.raftNavTitle {
	display: block;
	position: relative;
}

.raftNavTitle h3 {
	font-size: 18px;
	padding: 0 12px;
	margin: 0;
	line-height: 50px;
	font-weight: bold;
	background: #E9E9E9;
	color: #3F3F3F;
}

.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;
}

.raftNav {
	display: none;
	position: relative;
}

.raftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.raftNav a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    padding-left: 12px;
    text-decoration: none;
    -webkit-transition: all .30s linear;
    -moz-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear;
    z-index: 5;
    border-top: 1px solid #D3D3D3;
    background: #FFFFFF;
    color: #777777;
}

.raftNav a:hover {
    -webkit-transition: all .30s linear;
    -moz-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear;
    color: #A9A9A9;
    background: #FFFFFF;
}

.raftNav a.current {
	cursor: default;
}

.raftNav ul > li.suppressedLink > a {
	cursor: default;
}

.raftNav .currentListItem ul li {
	display: block;
}

.raftNav .currentAncestorListItem ul li {
	display: block;
}

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

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

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

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

/* @end */

/* @group Content Container */

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

#contentContainer #content {
	padding: 0;
	color: #c0c0c0;
	margin: 0;
	position: relative;
}

#contentWrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#backToTopWrapper {
	line-height: 50px;
	display: none;
	position: relative;
}

#backToTopWrapper a {
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footerContainer {
	height: 2.00em;
	display: block;
	position: relative;
	margin-top: 25px;
	border-top: 3px solid #d8d9d7;
	margin-bottom: 25px;
}

#footer {
	display: inline;
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 80%;
	text-align: right;
}

#footer a {
	text-decoration: none;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	display: inline;
	position: absolute;
	top: 5px;
	left: 0;
}

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

#breadcrumb a {
	text-decoration: none;
}

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

#breadcrumb li {
	display: inline;
	float: left;
	font-size: 80%;
}

#breadcrumb li:first-child {
	margin-left: -3px;
}

/* @end */

/* @group Sidebar */

#aside {
	display: block;
	position: relative;
	font-size: 80%;
	line-height: 1.25em;
}

#sidebarTitle h3 {
	color: #929292;
	font-size: 24px;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

#aside #sidebar {
	color: #929292;
	padding: 0px;
	margin: 0 0 10px;
	display: block;
	position: relative;
}

#pluginSidebar a {
	text-decoration: none;
}

/* @end */

/* @group Vertical Navigation */

.blockNav {
	display: block;
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blockNav ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blockNav li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blockNav a {
	text-decoration: none;
}

.blockNav .current {
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}

.blockNav ul li a {
	display: none;
}

.blockNav ul ul li a {
	display: block;
}

.blockNav li a,
.blockNav li a [class^="fa fa-"] {
	-webkit-transition: all .30s linear;
	-moz-transition: all .30s linear;
	-o-transition: all .30s linear;
	transition: all .30s linear;
}

.blockNav ul ul ul li {
	padding-left: 20px;
}

/* @end */

/* @group Horizontal Navigation */

.snowNav {
	position: relative;
	display: block;
	border-bottom: 3px solid #d8d9d7;
	border-top: 3px solid #d8d9d7;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.snowNav ul {
	position: relative;
	display: block;
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0 -20px 0 0;
}

.snowNav li {
	display: inline;
	margin: 0;
	left: 0;
}

.snowNav li a {
	padding: 0px 20px;
	margin: 0;
	border: none;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}

.snowNav li a,
.snowNav li a [class^="fa fa-"] {
	-webkit-transition: all .30s linear;
	-moz-transition: all .30s linear;
	-o-transition: all .30s linear;
	transition: all .30s linear;
}

.snowNav li a.current {
	cursor: default;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.snowNav li a.currentAncestor {
	cursor: default;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.snowNav ul ul {
	display: none;
}




#nav2 {
	position: relative;
	display: none;
	border-bottom: 3px solid #d8d9d7;
	border-top: 3px solid #d8d9d7;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 2.00em;
}

#nav2 ul {
	position: relative;
	display: block;
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0 -20px 0 0;
}

#nav2 li {
	display: inline;
	margin: 0;
	left: 0;
}

#nav2 li a {
	padding: 0px 20px;
	margin: 0;
	border: none;
	text-decoration: none;
	display: inline;
	line-height: 2.00em;
	font-weight: bold;
}

#nav2 li a.current {
	cursor: default;
	font-weight: bold;
}

#nav2 li a.currentAncestor {
	cursor: default;
	font-weight: bold;
}

#nav2 ul ul {
	display: none;
}

/* @end */

/* @group Footer Navigation Links */

#footerNavigationLinks {
	text-align: left;
	display: none;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	line-height: 1.00em;
	padding: 0;
	font-size: 80%;
}

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

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

#footerNavigationLinks li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px;
}

#footerNavigationLinks li:first-child {
	padding-left: 0;
}

#footerNavigationLinks a,
#footerNavigationLinks p {
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#footerNavigationLinks ul ul {
	display: none;
}

/* @end */























