/* ----- Fonts CSS ----- */
@font-face {
	font-family: 'fontello';
	src: url('./fonts/fontello.eot');
	src: url('./fonts/fontello.eot#iefix') format('embedded-opentype'),  url('./fonts/fontello.woff') format('woff'),  url('./fonts/fontello.ttf') format('truetype'),  url('./fonts/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ----- Global CSS ----- */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus {
	outline: 1px dotted #000;
}
a:focus-within {
 outline: 1px dotted #000;
}
.accessible_on a:focus {
	outline: 2px solid #F00 !important;
}
.accessible_on a:focus-within {
 outline: 2px solid #F00 !important;
}
.font-icon::before {
	content: attr(data-icon);
	font-family: "fontello";
}
/* ----- Fixed CSS ----- */
.hr {
	padding: 10px 0px;
	background: url(../images/hr-b.gif) repeat-x left center;
}
.dfw-whitemode .hr {
	background: url(../images/hr-b.gif) repeat-x left center;
}
.dfw-blackmode .hr, .dfw-greymode .hr {
	background: url(../images/hr-w.gif) repeat-x left center;
}
.clear-float {
	clear: both;
}
.nodisplay {
	display: none !important;
}
.fluid-div, .theme-L, .theme-R {
	width: 100%;
	height: 100%;
}
.theme-L, .theme-R {
	position: absolute;
	z-index: 99;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.theme-L {
	left: -100%;
}
.theme-R {
	right: -100%;
}
.table-div, .form-table {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table-row, .form-row {
	display: table-row;
}
.table-cell, .form-cell {
	display: table-cell;
	vertical-align: top;
}
.img-l {
	float: left;
	margin: 0px 15px 10px 0px;
}
.img-r {
	float: right;
	margin: 0px 0px 10px 15px;
}
.img-c {
	text-align: center;
	margin: 10px;
}
.videoBorder, .multiBorder {
	position: relative;
	margin: 15px auto;
}
.videoBorder {
	width: 90%;
	padding: 50% 0px 0px 0px;
}
.videoBorder iframe, .videoBorder embed {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 4px solid #333;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.dfw-whitemode .videoBorder iframe {
	border: 4px solid #000;
}
.dfw-blackmode .videoBorder iframe {
	border: 4px solid #fff;
}
.dfw-greymode .videoBorder iframe {
	border: 4px solid #ccc;
}
.multiBorder {
	width: 100%;
}
.multiBorder iframe, .multiBorder embed {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}
/* ----- Slider CSS ----- */
.rslides {
	width: 100%;
	height: 100%;
	position: relative;
}
.rslides li {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-khtml-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.rslides li li {
	display: inherit;
	width: inherit;
	height: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
}
.Banner-Tabs {
	position: absolute;
	z-index: 9;
	margin: 0px;
	padding: 0px;
	bottom: 5px;
	right: 5px;
}
.Banner-Tabs li {
	display: inline-block;
	position: relative;
	background: #003263;
	width: 20px;
	height: 5px;
}
.Banner-Tabs li.Banner_here {
	background: #fff;
}
.Banner-Tabs li a {
	display: block;
	width: 100%;
	height: 100%;
}
.Banner-Tabs li span {
	position: absolute;
	z-index: 1;
	font: normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: rgba(255,255,255, 0.7);
	padding: 0px 3px;
	display: none;
	width: 100%;
	left: 0px;
	bottom: 100%;
}
.Banner-Tabs li a:hover span, .Banner-Tabs li.Banner_here a span {
	display: block;
}
.Banner_auto, .Banner_nav {
	position: absolute;
	z-index: 99;
	display: block;
	width: 20px;
	height: 20px;
	bottom: 5px;
	text-align: center;
}
.Banner_auto span, .Banner_nav span {
	position: absolute;
	z-index: 1;
	display: none;
	background: rgba(255,255,255,0.7);
	bottom: 100%;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px 5px 5px 5px;
}
.Banner_auto span {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.Banner_auto {
	left: 30px;
}
.slidePrev::before, .slideNext::before, .slidePlay::before, .slidePause::before {
	font-family: 'fontello';
}
.slidePlay::before {
	content: '\e815';
}
.slidePause::before {
	content: '\e814';
}
.slidePrev::before {
	content: '\e80e';
}
.slideNext::before {
	content: '\e810';
}
.Banner_nav.slidePrev {
	left: 5px;
}
.Banner_nav.slideNext {
	left: 55px;
}
.Banner_nav.slidePrev span {
	left: 0px;
}
.Banner_nav.slideNext span {
	right: 0px;
}
.Banner_auto:hover span, .Banner_nav:hover span {
	display: block;
}
#Banner {
	position: relative;
}
/* ----- Scrolling CSS ----- */
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: auto;
}
.nbs-flexisel-inner {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 94%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin: 10px 0px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	z-index: 99;
	margin: 0px;
	padding: 0px;
	top: 0px;
	height: 100%;
	width: 40px;
	cursor: pointer;
}
.nbs-flexisel-nav-left {
	left: 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
}
.nbs-flexisel-nav-left::before, .nbs-flexisel-nav-right::before {
	font: normal 20px/30px 'fontello';
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}
.nbs-flexisel-nav-left::before {
	content: '\e80e';
}
.nbs-flexisel-nav-right::before {
	content: '\e810';
}
/* ----- Back to Top/Bottom CSS ----- */
#Scroller {
	cursor: pointer;
	right: 5px;
	position: fixed;
	z-index: 9999;
	width: 42px;
	height: 42px;
	text-align: center;
	bottom: 10px;
	display: none;
	opacity: 0.7;
}
#Scroller a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
#Scroller a::before {
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 50%;
	font-family: 'fontello';
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
}
#Scroller.scrollUp a::before {
	content: '\e80f';
}
#Scroller.scrollDown a::before {
	content: '\e80d';
}
#Scroller:hover {
	opacity: 1;
}
#Scroller span {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background: rgba(255,255,255,1);
	position: absolute;
	right: 95%;
	z-index: -1;
	padding: 0px 15px 0px 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: none;
}
#Scroller:hover span {
	display: block;
}
/*----- Accessibility -----*/
.dfwOff, .dfwOn {
	display: none;
}
.dfwActive.dfwOff, .dfwActive.dfwOn {
	display: block;
}
.dfwOff {
	position: fixed;
	z-index: 99999;
	left: 5px;
	bottom: 20px;
	width: 50px;
	height: 50px;
}
.dfwOff li {
	position: absolute;
}
.dfwOff.adaHide {
	left: -40px;
}
.adaOn {
	width: 100%;
	height: 100%;
	z-index: 1;
}
.adaOn span {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url(../images/accessible-w.png) no-repeat center center #003263;
	display: block;
}
.adaClose {
	font: bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.adaClose a {
	border-radius: 5px;
	display: block;
	padding: 0px 8px;
	background: #003263;
}
.dfwOff:hover .adaClose, .dfwOff:focus .adaClose {
	left: 85%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.dfwOff:focus-within .adaClose {
	left:85%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.dfwClose {
	position: absolute;
	font: bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
	left: 50%;
	top: 0px;
	z-index: -1;
}
.dfwClose a {
	border-radius: 0px 5px 5px 0px;
	display: block;
	padding: 0px 8px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.dfw-whitemode .dfwClose a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.dfw-blackmode .dfwClose a {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
}
.dfw-greymode .dfwClose a {
	background: #ccc;
	border: 1px solid #000;
	color: #000;
}
.dfwOn.dfwActive.dfwHide .dfwClose {
	visibility: visible;
	left: 70%;
}
.dfwOn.dfwActive.dfwHide .dfwClose a {
	padding: 0px 30px 0px 8px;
}
.dfwOn.dfwActive.dfwHide .dfwClose a::before {
	position: absolute;
	z-index: 1;
	content: '\f29a';
	left: calc(100% - 24px);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font: 400 20px/24px 'fontello';
}
.dfwOn:hover .dfwClose, .dfwOn:focus .dfwClose, .dfwOn.dfwActive.dfwHide:hover .dfwClose, .dfwOn.dfwActive.dfwHide:focus .dfwClose {
	left: 100%;
}
.dfwOn:focus-within .dfwClose, .dfwOn.dfwActive.dfwHide:focus-within .dfwClose {
 left: 100%;
}
.dfwOn {
	position: fixed;
	left: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	z-index: 9999;
	width: 200px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.dfwOn.dfwHide {
	left: -200px;
}
.dfwOn li {
	border-bottom: 1px dotted #ccc;
}
.dfwOn li:last-child {
	border-bottom: none;
}
.dfwOn li a {
	padding: 10px 15px;
	display: block;
}
.dfwOn li a::before {
	margin-right: 10px;
}
.dfw-whitemode .dfwOn {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.dfw-blackmode .dfwOn {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
}
.dfwOff, .dfwOff.adaHide, .adaClose, .dfwOff:hover .adaClose, .dfwOff:focus .adaClose, .dfwClose, .dfwOn:hover .dfwClose, .dfwOn:focus .dfwClose, .dfwOn.dfwActive.dfwHide:hover .dfwClose, .dfwOn.dfwActive.dfwHide:focus .dfwClose, .dfwOn, .dfwOn.dfwHide {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dfwOff:focus-within .adaClose, .dfwOn:focus-within .dfwClose, .dfwOn.dfwActive.dfwHide:focus-within .dfwClose {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dfwHead {
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	position: relative;
	z-index: 1;
	background: #fff;
}
.dfw-whitemode .dfwHead, .dfw-whitemode .dfwHide {
	background: #fff;
	color: #000;
}
.dfw-blackmode .dfwHead, .dfw-blackmode .dfwHide {
	background: #000;
	color: #fff;
}
.dfw-greymode #Container {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.dfw-whitemode .dfwHide a {
	border: 2px solid #000;
}
.dfw-blackmode .dfwHide a {
	border: 2px solid #fff;
}
.dfwHide .dfwHide {
	right: -10px;
}
.dfwHide .dfwHide a {
	padding-left: 20px;
}
.dfwHide.dfwOn:hover .dfwHide, .dfwHide.dfwOn:focus .dfwHide {
	right: -65px;
}
.dfwHide.dfwOn:focus-within .dfwHide {
 right: -65px;
}
.dfwHide.dfwOn:hover .dfwHide a, .dfwHide.dfwOn:focus .dfwHide a {
	padding-left: 50px;
}
.dfwHide.dfwOn:focus-within .dfwHide a {
 padding-left: 50px;
}
.dfw-skip {
	overflow: hidden;
	vertical-align: top;
	right: 5px;
	top: 0px;
	position: absolute;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	display: none;
	z-index: 99;
	padding: 2px;
}
#skip-header.dfw-skip {
	top: 0px;
}
#skip-sidebar.dfw-skip {
	right: 0px;
}
.dfw-skip a {
	display: block;
	padding: 0px 5px;
}
/*----- Default CSS -----*/
#Container, header, nav, section, footer, #Content-Container, #Footer-Container, #Access-Container, #Banner-Container, #Banner-Container-S {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Container {
	overflow: hidden;
}
/*----- Sticky Header -----*/
/*header.stickyHeader {
	position: fixed;
	width: 100%;
	z-index: 999;
}*/
header.stickyHeader {
	top: 0px;
}
header.stickyHeader, header.stickyHeader.stickyAnimate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*---- Menu ----*/
#Main-Menu {
	display: block;
}
#Mobile-Menu {
	display: none;
}
.menu {
	font-size:0px;
}
.menu li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.menu li a {
	display: block;
}
.menu ul {
	position: absolute;
	z-index: 999;
	left: 0px;
	display: none;
}
.menu ul ul {
	left: 100%;
	top: 0px;
}
.menu ul li {
	height: auto;
	text-align: left;
	display: block;
}
.menu ul li a {
	padding: 10px 15px 10px 30px;
}
.menu li:hover > ul, .menu li:focus > ul {
	display: block;
}
.menu li:focus-within > ul {
 display:block;
}
.menu li:last-child ul {
	right: 0px;
	left: auto;
}
.menu li:last-child li ul, .menu li:last-child li:last-child ul {
	right: 100%;
}
.accessible_on .menu li.menu-home {
	font-size: inherit !important;
	width: auto;
}
/* Mobile Menu */
.toggleMenu {
	text-align: center;
	padding: 2px;
}
.toggleMenu a {
	display: block;
	padding: 5px;
}
.toggleMenu span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	width: 40px;
	height: 30px;
	font-size: 26px;
	line-height: 30px;
}
.parentMenu li {
	position: relative;
	overflow: hidden;
}
.parentMenu li a {
	padding: 10px 5px 10px 10px;
	display: block;
	position: relative;
	z-index: 1;
}
.parentMenu li ul {
	display: none;
}
.parentMenu li ul li a {
	padding: 10px 5px 10px 20px;
}
.parentMenu li li ul li a {
	padding: 10px 5px 10px 40px;
}
.parentMenu li li li ul li a {
	padding: 10px 5px 10px 60px;
}
.parentMenu li li li li ul li a {
	padding: 10px 5px 10px 80px;
}
.dropMenu {
	width: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
	display: block;
	cursor: pointer;
}
.dropMenu::after {
	font-family: 'fontello';
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.parentMenu li.parentList > a:first-child, .parentMenu li li.subparentList > a:first-child {
	display: inline-block;
}
.parentList > .dropMenu::after, .parentList .subparentList > .dropMenu::after {
	content: '\e810';
}
.parentList:hover > .dropMenu::after, .parentList.actMenu > .dropMenu::after, .parentList .subparentList:hover > .dropMenu::after, .parentList .subparentList.actMenu > .dropMenu::after {
	content: '\e80d';
}
.Wrapper {
	z-index: 9999;
}
.Wrapper.mobileMenu {
	position: absolute;
	width: 100%;
	left: 0px;
	display: none;
}
.Wrapper.slideMenu {
	position: fixed;
	width: 90%;
	top: 0px;
	display: block;
	height: 100%;
	overflow-y: scroll;
}
#Container.slideLeft .Wrapper.slideMenu {
	left: -90%;
	-webkit-transition: left .90s ease-in-out;
	-moz-transition: left .90s ease-in-out;
	-ms-transition: left .90s ease-in-out;
	-o-transition: left .90s ease-in-out;
	transition: left .90s ease-in-out;
}
#Container.slideLeft .Wrapper.slideMenu.showMenu {
	left: 0px;
}
#Container.slideRight .Wrapper.slideMenu {
	right: -90%;
	-webkit-transition: right .90s ease-in-out;
	-moz-transition: right .90s ease-in-out;
	-ms-transition: right .90s ease-in-out;
	-o-transition: right .90s ease-in-out;
	transition: right .90s ease-in-out;
}
#Container.slideRight .Wrapper.slideMenu.showMenu {
	right: 0px;
}
#Container.slideLeft {
	left: 0px;
	-webkit-transition: left .90s ease-in-out;
	-moz-transition: left .90s ease-in-out;
	-ms-transition: left .90s ease-in-out;
	-o-transition: left .90s ease-in-out;
	transition: left .90s ease-in-out;
}
#Container.slideLeft.slideContainer {
	left: 90%;
	background: rgba(0,0,0,0.4);
}
.dfw-blackmode #Container.slideLeft.slideContainer {
	background: rgba(255,255,255,0.4);
}
#Container.slideRight {
	right: 0px;
	-webkit-transition: right .90s ease-in-out;
	-moz-transition: right .90s ease-in-out;
	-ms-transition: right .90s ease-in-out;
	-o-transition: right .90s ease-in-out;
	transition: right .90s ease-in-out;
}
#Container.slideRight.slideContainer {
	right: 90%;
	background: rgba(0,0,0,0.4);
}
.dfw-blackmode #Container.slideRight.slideContainer {
	background: rgba(255,255,255,0.4);
}
.menuClose {
	position: absolute;
	z-index: 9;
	right: 0px;
	background: rgba(0, 0, 0);
	width: 70px;
}
.menuClose a {
	display: block;
	padding: 5px 20px 5px 10px;
	color: #fff;
}
.menuClose a span::before {
	font-family: 'fontello';
	content: '\e816';
	position: absolute;
	right: 5px;
	top: 5px;
}
.Wrapper .socialIcons, .Wrapper .socialIcons ul, .Wrapper .socialIcons li {
	margin: 0px;
	padding: 0px;
}
.Wrapper .socialIcons li {
	display: inline-block;
	vertical-align: top;
}
/* Navigation CSS */
.navigation {
	padding: 10px;
	font-weight: bold;
}
.navigation a {
	font-weight: normal;
	text-decoration: underline;
}
/* Text CSS */
.textMain {
	padding: 10px 10px 50px 10px;
}
.textMain a {
	text-decoration: underline;
}
.textMain a:hover {
	text-decoration: none;
}
.textMain p {
	padding: 10px 0px;
}
.textMain ul {
	padding: 0px;
	margin: 10px 0px;
}
.textMain ol {
	padding: 0px 0px 0px 30px;
	margin: 10px 0px;
}
.textMain ul li, .textMain ol ul li {
	background: url(../images/bullet-b.gif) no-repeat 15px 15px;
	padding: 5px 5px 5px 30px;
}
.dfw-whitemode .textMain ul li {
	background: url(../images/bullet-b.gif) no-repeat 15px 15px;
}
.dfw-blackmode .textMain ul li {
	background: url(../images/bullet-w.gif) no-repeat 15px 15px;
}
.textMain ol li {
	padding: 5px 5px 5px 5px;
	list-style: decimal;
}
.textMain ul ul, .textMain ol ol {
	margin: 0px;
	padding: 5px 5px 10px 20px;
}
.textMain ul ul li {
	background: none;
	padding: 5px;
	list-style: circle;
}
.textMain ol ol li {
	padding: 5px;
	list-style-type: lower-alpha;
}
.textMain ol ul li {
	list-style: none;
}
.textMain ul ul ul li {
	list-style: square;
}
.textMain ol ol ol li {
	list-style: lower-roman;
}
.textMain li p {
	margin: 5px;
}
.textMain h1 {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
.textMain h1 span, .textMain h2 span {
	display: block;
}
.textMain h2, .textMain h3, .textMain h4, .hTag2, .hTag3, .hTag4 {
	padding: 10px 0px;
}
.textMain h1 a, .textMain h2 a, .textMain h3 a, .textMain h4 a, .hTag2 a, .hTag3 a, .hTag4 a {
	text-decoration: none;
}
.textMainBold, .textMain strong {
	font-weight: bold;
}
.textMain em {
	font-style: italic;
}
.PDFtext {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.mandatory {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
}
#Sidebar {
	position: relative;
	padding: 5px 0px 20px 0px;
}
/* YPO Showcase Page */
.ypo-showcase {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.showcase {
	padding: 5px;
	border: 1px solid #003263;
}
.ypo-l {
	padding: 10px;
	background: #fff;
	text-align: right;
}
.ypo-r {
	background: #efefef;
	padding: 10px;
	text-align: left;
}
.ypo-l img, .ypo-r img {
	border: 1px solid #003263;
	padding: 2px;
}
.ypo-l img {
	margin: 0px 15px 10px 0px;
	float: left;
}
.ypo-r img {
	margin: 0px 0px 10px 15px;
	float: right;
}
/* Blog */
.textMain .blog-posts ul, .textMain .blog-posts li, .textMain .pagelet-posts ul, .textMain .pagelet-posts li {
	margin: 0px;
	padding: 0px;
	background: none;
}
.textMain .blog-posts li, .textMain .pagelet-posts li {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}
.textMain .blog-posts li h3 a, .textMain .pagelet-posts li h3 a {
	text-decoration: none;
}
.textMain .blog-posts li p, .textMain .pagelet-posts li p {
	padding: 10px 0px !important;
	margin: 0px !important;
}
.textMain .blog-posts li .read-more, .textMain .pagelet-posts li .read-more {
	display: inline-block;
}
.textMain .blog-posts li .read-more a, .textMain .pagelet-posts li .read-more a {
	display: block;
	padding: 10px 15px;
	border: 2px solid #333;
	border-radius: 10px;
	text-decoration: none;
}
/* Media CSS */
.mediaList {
	margin: 0px;
	padding: 10px 0px;
}
.textMain .mediaList ul {
	margin: 0px;
	padding: 0px;
}
.textMain .mediaList li {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 5px 3px;
	border-radius: 5px;
	background: none;
	border: 2px solid #ccc;
}
.mediaList li a {
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
.mediaList li a::before {
	font-family: 'fontello';
	margin-right: 10px;
}
.info a::before {
	content: '\e80b';
}
.video a::before {
	content: '\e808';
}
/* Tab Accordion */
.tabAccordion {
	margin: 10px 0px;
	position: relative;
}
.tabList {
	display: none;
}
.tabList ul, .textMain .tabList ul {
	margin: 0px;
	padding: 0px;
}
.tabList li, .textMain .tabList li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #ccc;
	background: none;
}
.tabList li a, .textMain .tabList li a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
}
.tabResponsive .tabList {
	display: block;
}
.tabResponsive .tabContent {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	padding: 15px 10px;
	border: 1px solid #ccc;
	display: none;
}
.tabContent.tabActive {
	position: relative;
	display: block;
	z-index: 1;
}
/* Accordion CSS*/
.accordion {
	margin: 10px 0px;
}
.accordTitle, .textMain .accordTitle, .accordResponsive .tabTitle, .accordResponsive .textMain .tabTitle {
	padding: 0px;
	margin: 2px 0px;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
/*	border: 2px solid #ccc;*/
}
.accordTitle::after, .textMain .accordTitle::after, .accordResponsive .tabTitle::after, .accordResponsive .textMain .tabTitle::after {
	font-family: 'fontello';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.accordTitle::after, .textMain .accordTitle::after, .accordResponsive .tabTitle::after, .accordResponsive .textMain .tabTitle::after {
	content: '\e80b';
}
.accordTitle.showAccord::after, .textMain .accordTitle.showAccord::after, .accordResponsive .tabTitle.showAccord::after, .accordResponsive .textMain .tabTitle.showAccord::after {
	content: '\e80c';
}
.accessible_on .accordTitle, .accessible_on .textMain .accordTitle, .accessible_on .accordResponsive .tabTitle, .accessible_on .accordResponsive .textMain .tabTitle {
	border: none;
	padding: 10px 0px;
	margin: 0px;
}
.accordTitle a, .textMain .accordTitle a, .accordResponsive .tabTitle a, .accordResponsive .textMain .tabTitle a {
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
}
.accordContent, .textMain .accordContent, .accordResponsive .tabContent, .textMain .accordResponsive .tabContent {
	display: none;
	padding: 10px;
	border: 2px solid #ccc;
}
.accessible_on .accordContent, .accessible_on .textMain .accordContent, .accessible_on .accordResponsive .tabContent, .accessible_on .textMain .accordResponsive .tabContent {
	border: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
.dfw-whitemode .accordContent, .dfw-whitemode .textMain .accordContent, .dfw-whitemode .accordResponsive .tabContent, .dfw-blackmode .textMain .accordResponsive .tabContent {
	border-bottom: 1px dashed #000;
}
.dfw-blackmode .accordContent, .dfw-blackmode .textMain .accordContent, .dfw-blackmode .accordResponsive .tabContent, .dfw-blackmode .textMain .accordResponsive .tabContent {
	border-bottom: 1px dashed #fff;
}
/* Sublist for textMain */
.subList {
	padding: 10px 0px;
}
.textMain .subList ul, .textMain .subList li {
	padding: 0px;
	margin: 0px;
	background: none;
}
.textMain .subList li {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	margin: 3px 0px;
	width: 48%;
	min-width: 200px;
	background: none;
	border: 2px solid #ccc;
}
.textMain .subList li a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}
/* Relative list for textMain */
.relList {
	padding: 10px 0px;
}
.textMain .relList ul, .textMain .relList li {
	padding: 0px;
	margin: 0px;
	background: none;
}
.textMain .relList li {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #097EF0;
	margin: 3px 0px;
	border: 2px solid #ccc;
}
.textMain .relList li a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}
.tel1, .tel2, .tel3, .tel4, .tel5, .tel6, .tel7, .tel8, .tel9 {
	display: inline-block;
}
.social-logo li {
	display: inline-block;
	vertical-align: top;
}
.social-logo li span {
	display: none;
}
/* Page Not Found */
.notImg {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	text-align: center;
}
.dfw-whitemode .notImg {
	background: #00e;
	color: #fff;
}
.dfw-blackmode .notImg {
	background: #fc0;
	color: #000;
}
.notImg::before {
	font-family: 'fontello';
	line-height: 100px;
	content: '\e817';
}
.textMain .notFound {
	font: normal 20px/30px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 50px 0px;
}
.textMain .notFound h1 {
	font: normal 100px/120px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .notFound h1 span {
	font: normal 50px/60px Verdana, Arial, Helvetica, sans-serif;
}
/* Thank You Page */
.thankImg {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
	background: #060;
	color: #fff;
	margin: 0px auto;
	text-align: center;
}
.dfw-whitemode .thankImg {
	background: #00e;
	color: #fff;
}
.dfw-blackmode .thankImg {
	background: #fc0;
	color: #000;
}
.thankImg::before {
	font-family: 'fontello';
	line-height: 100px;
	content: '\e813';
}
.textMain .thankYou {
	font: normal 16px/30px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 50px 0px;
}
.textMain .thankYou h1 {
	font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .thankYou h1 span {
	font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	color: #060;
}
/*----- Icons -----*/
.pdf-icon::before {
	font-family: 'fontello';
}
.pdf-icon::before {
	content: '\f1c1';
	color: red;
	font-size: 20px;
	margin-right: 10px;
}
/*----- Accessible -----*/
.dfw-whitemode, .dfw-whitemode .dfw-skip {
	background: #fff;
}
.dfw-blackmode, .dfw-blackmode .dfw-skip {
	background: #000;
}
.dfw-whitemode #Container {
	color: #000 !important;
}
.dfw-whitemode #Container a, .dfw-whitemode #Container a:hover, .dfw-whitemode .Wrapper a, .accessible_on.dfw-whitemode #dfw-WhiteMode.dfw-active a {
	color: #00e !important;
}
.dfw-blackmode #Container {
	color: #fff !important;
}
.dfw-blackmode #Container a, .dfw-blackmode #Container a:hover, .dfw-blackmode .Wrapper a, .accessible_on.dfw-blackmode #dfw-BlackMode.dfw-active a {
	color: #fc0 !important;
}
.dfw-greymode #dfw-GreyMode.dfw-active a {
	background: #ccc;
}
.accessible_on .theme-L, .accessible_on .theme-R, .accessible_on .accordTitle a::after, .accessible_on .textMain .accordTitle a::after, .accessible_on .social-logo li a:before, .accessible_on .menu-home a::before {
	display: none;
}
.accessible_on .social-logo li span, .accessible_on #Content, .accessible_on #Sidebar, .accessible_on .dfw-skip {
	display: block;
}
.accessible_on #Content, .accessible_on #Sidebar {
	position: relative;
}
.accessible_on .social-logo li {
	width: auto;
}
.dfw-whitemode .menu ul, .dfw-whitemode .Wrapper {
	background: #eee;
}
.dfw-blackmode .menu ul, .dfw-blackmode .Wrapper {
	background: #333;
}


.dfw-whitemode .dfw-skip, .dfw-whitemode .showcase, .dfw-whitemode .ypo-l img, .dfw-whitemode .ypo-r img {
	border: 1px solid #000;
}
.dfw-blackmode .dfw-skip, .dfw-blackmode .showcase, .dfw-blackmode .ypo-l img, .dfw-blackmode .ypo-r img {
	border: 1px solid #fff;
}
.dfw-whitemode .textMain .mediaList li, .dfw-whitemode .textMain .relList li, .dfw-whitemode .textMain .subList li {
	border: 2px solid #000;
}
.dfw-blackmode .textMain .mediaList li, .dfw-blackmode .textMain .relList li, .dfw-blackmode .textMain .subList li {
	border: 2px solid #fff;
}
.dfw-whitemode .ypo-l, .dfw-whitemode .ypo-r {
	border-bottom: 1px dashed #000;
}
.dfw-blackmode .ypo-l, .dfw-blackmode .ypo-r {
	border-bottom: 1px dashed #fff;
}
.dfw-whitemode .ypo-logo img {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	-o-filter: invert(100%);
	filter: invert(100%);
}
.dfw-blackmode .ypo-logo img {
	-webkit-filter: invert(0);
	-moz-filter: invert(0);
	-ms-filter: invert(0);
	-o-filter: invert(0);
	filter: invert(0);
}
/* Media Query For Different Screens */
@media screen and (max-width : 640px) {
.dfwOn li.table-cell {
	text-align: center;
	padding: 5px 0px;
}
/* Menu CSS */ 
#Main-Menu {
	display: none;
}
#Mobile-Menu {
	display: block;
}
#Content, #Sidebar {
	display: block;
}
.accessible_on .dfw-skip {
	display: none;
}
}