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

/* @group General Styles */

body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.50em;
	background: transparent;
	background-repeat: repeat;
}

#pageStripe {
	position: relative;
	display: none;
	width: 100%;
	height: 5px;
}

#navSource,
#navWrapper {
	display: none;
}

a, a:visited {
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
}

a:hover, a:active {
	text-decoration: none;
	outline: none;
}

/* @end */

/* @group Logo Images */

#logoLeft {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 500;
	border: none;
	outline: none;
}

#logoLeft a,
#logoLeft a:hover {
	border: none;
	outline: none;
}

#logoRight {
	position: fixed;
	display: none;
	top: 0px;
	right: 0px;
	z-index: 500;
	border: none;
	outline: none;
}

#logoRight a,
#logoRight a:hover {
	border: none;
	outline: none;
}

#headerLogo {
	display: none;
	position: absolute;
	border: none;
	top: 15px;
	left: 15px;
}

#headerLogoTopLeft,
#headerLogoTopRight,
#headerLogoBottomLeft,
#headerLogoBottomRight,
#sidebarLogo,
#sidebarLogoBottom {
	display: none;
	z-index: 25;
}

#headerLogo a,
#headerLogo a:hover {
	border: none;
	outline: none;
}

#footerLogo {
	text-align: center;
	display: none;
	margin: 15px 0 0;
	padding: 0;
}

#footerLogo a,
#footerLogo a:hover {
	border: none;
	outline: none;
}

/* @end */

/* @group Social Bar */

#socialBar {
	height: auto;
	z-index: 300;
	width: 100%;
	display: none;
}

#socialBarBackground {
	height: 100%;
	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;
	padding: 0 10px;
}

@media screen and (min-width: 768px) {
	##extraContainer1 {
		padding: 0 20px;
	}
}

#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 i,
#socialBar a i,
#socialBar a:hover i {
	text-decoration: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

/* @end */

/* @group Extra Content */

.ecName {
	display: none;
}

#extraContainer3 {
	display: block;
	position: relative;
	text-align: left;
	line-height: 1.00em;
	padding: 0;
	margin: 0;
	z-index: 0;
}

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

#extraContainer3 video {
	  width: 100% !important;
	  height: auto !important;
}

#extraContainer3 .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#extraContainer3 .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#extraContainer4 {
	display: inline;
	position: absolute;
	top: 0;
	text-align: right;
	line-height: 1.00em;
	margin: 10px 0 0;
	z-index: 200;
	padding: 0px 15px;
}

#extraContainer5 {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}

#extraContainer6 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

#extraContainer7 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

#extraContainer8 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

/* @end */

/* @group Header */

#headerContainer {
	display: block;
	position: relative;
	z-index: 200;
	padding: 0;
	margin: 0;
	width: 100%;
}

#pageHeader {
	position: relative;
	display: block;
	min-height: 150px;
}

#titleSloganWrapper {
	display: block;
	position: relative;
	z-index: 100;
	margin: 0;
	left: auto;
	width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 568px) {
	#titleSloganWrapper {
		position: absolute;
		left: 0;
	}
}

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

#titleSloganInner {
	position: relative;
	z-index: 2;
}

#pageHeader h1 {
	margin: 0;
	letter-spacing: 0px;
	display: block;
	height: auto;
	line-height: 1.25em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 5px 5px 0px;
	position: relative;
	z-index: 30;
}

#pageHeader h1 a {
	text-decoration: none;
}

#pageHeader h2 {
	height: auto;
	display: block;
	text-decoration: none;
	padding: 0 5px 5px;
	position: relative;
	z-index: 30;
	margin: 0;
}

@media screen and (min-width: 568px) {
	#pageHeader h1 {
		padding: 20px 20px 0px;
	}
	
	#pageHeader h2 {
		padding: 0 20px 20px;
	}
}

#headerContentBox {
	position: relative;
	display: none;
	z-index: 100;
}

#extraContainer2 {
	display: block;
	position: relative;
	z-index: 101;
	padding: 5px;
}

@media screen and (min-width: 768px) {
	#extraContainer2 {
		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;
}

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

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

#rwBanner img {
	width: auto;
}

/* @end */

/* @group Horizontal Bar */

#horizontalBar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 200;
}

#barFill {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 20;
	height: 100%;
	display: block;
}

#functionContainer {
	display: inline;
	float: right;
	position: relative;
	width: 200px;
}

#simpleLink, #print, #searchBox {
	display: none;
}

/* @end */

/* @group Navigation */

#mediaNavBarWrapper {
	position: relative;
	width: 100%;
	display: block;
	z-index: 40;
}

#navContent {
	width: 100%;
	z-index: 201;
	position: relative;
}

#nav {
	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%;
}

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

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

#nav ul li a {
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	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;
	padding-left: 10px;
}

#nav ul li a i {
	display: none;
}

#nav 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;
}

#nav ul ul li a {
	padding-left: 30px;
}

#nav ul ul ul li a {
	padding-left: 50px;
}

#nav ul ul ul ul li a {
	padding-left: 70px;
}

#nav ul ul ul ul ul li a {
	padding-left: 90px;
}

#mobileNavButton {
	text-align: left;
	line-height: 1.50em;
	font-size: 100%;
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 5px 10px;
	position: relative;
	font-size: 24px;
}

#menuToggleTitle:before {
	content: 'Menu';
}

#navContent.closedState #mobileNavButton .fas.fa-minus {
	display: none;
}

#navContent.closedState #mobileNavButton .fas.fa-bars {
	display: inline;
}

#navContent.openedState #mobileNavButton .fas.fa-minus {
	display: inline;
}

#navContent.openedState #mobileNavButton .fas.fa-bars {
	display: none;
}

#navContent.closedState #nav {
	max-height: 0px;
	overflow: hidden;
}

#navContent.openedState #nav,
#nav .open > ul {
	max-height: 2000px;
}

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

#nav .more i {
	line-height: 50px;
	font-size: 50px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

#nav li.open > .more i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}

/* Styling applied on screens 996px and wider */
@media screen and (min-width: 996px){
	#mobileNavButton {
		display: none;
	}
	
	#navContent.closedState #nav,
	#navContent.openedState #nav {
		max-height: 2000px;
		overflow: visible;
	}
	
	#mediaNavBarWrapper {
		display: block;
		position: relative;
		z-index: 40;
	}
	
	#navContent {
		z-index: 201;
		position: relative;
		display: block;
		width: auto;
		float: right;
	}
	
	#nav {
		background: none;
		margin-bottom: 0;
		font-size: 100%;
		min-height: 0px;
		overflow: visible;
	}

	#navButton,
	#nav .more {
		display: none !important;
	}		
	
	/* Horizontal menu styling */
	
	#nav ul li {
		display: block;
		float: left;
		margin: 0;
		position: relative;
	}
		
	#nav ul li a {
		text-align: left;
		height: auto;
		width: auto;
		line-height: 30px;
		height: auto;
		padding: 0 20px;
		position: relative;
	}
	
	#nav ul li a i {
		transition: all 300ms ease-in-out;
		display: inline;
	}
	
	#nav ul ul {
		position: absolute;
		top: 100%;
		left: -1px;
		width: auto;
		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;
	}
	
	#nav ul ul li,
	#nav ul ul li a {
		display: block;
		position: relative;
		width: 100%;
	}
	
	#nav ul ul ul {
		top: 0;
		left: 100%;
		margin: 0;
	}

	#nav ul ul > li {
		display: block;
		margin: 0;
		position: relative;
	}

	#nav ul ul li a,
	#nav ul ul ul li a,
	#nav ul ul ul ul li a,
	#nav ul ul ul ul ul li a,
	#nav ul ul ul ul ul ul li a {
		float: none;
		display: block;
		padding: 10px 20px;
		line-height: 1.50em;
	}

	#nav>ul>li:hover>ul {
		opacity: 1.00;
		visibility: visible;
	}
	
	#nav>ul>li>ul>li:hover>ul, 
	#nav>ul>li>ul>li>ul>li:hover>ul, 
	#nav>ul>li>ul>li>ul>li>ul>li:hover>ul {
		opacity: 1.00;
		visibility: visible;
		margin-top: -1px;
	}
	
	.isTouchDevice #nav ul ul {	
		opacity: 1.00;
		visibility: visible;
		-webkit-transition: none;
		transition: none;
		display: none;
	}
	
	.isTouchDevice #nav>ul>li:hover>ul,
	.isTouchDevice #nav>ul>li>ul>li:hover>ul, 
	.isTouchDevice #nav>ul>li>ul>li>ul>li:hover>ul, 
	.isTouchDevice #nav>ul>li>ul>li>ul>li>ul>li:hover>ul {
		opacity: 1.00;
		visibility: visible;
		display: block;
	}
}
/* @end */

/* @group Sidebar Block Navigation */

#navSource {
	display: none;
}

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

#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 Content */

.mediaClearer {
	clear: both;
}

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

#main {
	padding: 5% 3%;
	margin: 0 auto;
	z-index: 20;
}

.mediaWidth {
	margin: 0 auto;
}

#contentContainer {
	display: flex;
	position: relative;
	padding: 0;
	z-index: 1;
}

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

@media screen and (min-width: 768px) {
	#contentContainer #content {
		padding: 20px;
	}
}

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

/* @end */

/* @group Sidebar */

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

@media screen and (min-width: 768px) {
	#aside {
		padding: 20px;
	}
}

#sidebar {
	text-align: left;
	position: relative;
	overflow: hidden;
}

#sideHeader {
	position: relative;
}

/* @end */

/* @group Breadcrumb Container */

#breadcrumbcontainer {
	text-align: left;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 20;
}

#breadcrumbcontainer i.arrow {
	display: none;
}

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

#breadcrumbcontainer:before {
	content: 'Viewing ';
}

#breadcrumbcontainer ii {
	display: none;
}

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

#breadcrumbcontainer li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#breadcrumbcontainer li:before {
	content: '>';
	padding: 0 0.50em;
}

#breadcrumbcontainer li a,
#breadcrumbcontainer li p {
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	display: inline;
	margin: 0;
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background: transparent;
}

/* @end */

/* @group Footer Navigation Links */

#footerNavigationLinks {
	position: relative;
	float: left;
	display: none;
	margin: 0;
	line-height: 1.25em;
	padding: 0;
	z-index: 20;
}

#footerNavigationLinks i.arrow {
	display: none;
}

#footerNavigationLinks ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	z-index: 20;
	display: inline-block;
}

#footerNavigationLinks li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}

#footerNavigationLinks li:first-child {
	margin-left: -2px;
}

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

#footerNavigationLinks ul ul {
	display: none;
}

/* @end */

/* @group Footer */

#footerContainer {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	#footerContainer {
		padding: 20px;
	}
}

#lastUpdated {
	display: none;
}

#lastUpdated:before {
	content: 'Updated: ';
}

#footer {
	display: block;
	position: relative;
	text-align: left;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	#footer {
		text-align: right;
	}
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#footer a, #footer a:visited {
	margin: 0;
	padding: 0;
}

/* @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: visible;
	float: none;
	width: 53px;
	text-align: center;
	border-radius: 50px;
	border: none;
	outline: none;
}

#backToTopWrapper a i {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

/* @end */