/*	common-responsive-2017.css
	General styles used by all sites
*/

/* General
------------------------------------------------------------------------------ */
.clearfix:after {
 content: "";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix {
	min-height: 0;
	height: 0;
}
html>body .clearfix {
	height: auto;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.print {
	display: none;
	visibility: hidden;
}
.fullWidth {
	width: 100% !important;
}
.maxWidth {
	margin: 0 50px;
}
.info {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
.centerTxt {
	text-align: center;
}
.bg-gray {
	background-color: #e6e6e6;
	color: #102c52;
}
.bg-blue1 {
	background-color: #6ec4e9;
	color: #102c52;
}
.bg-blue2 {
	background-color: #00b3e3;
	color: #ffffff;
}
.bg-blue3 {
      background-color: #102c52;
      color: #ffffff;
}
.bg-gray h3, .bg-blue1 h3, .bg-blue2 h3, .bg-blue3 h3 {
	font-size: 1.65rem !important;
}
.bg-gray a, .bg-blue1 a, .bg-blue1 h3 {
	color: #102c52 !important;
	font-weight: normal !important;
}
.bg-gray h3 {
	color: #00b3e3 !important;
	font-weight: normal !important;
}
.bg-blue3 a, .bg-blue2 a {
	color: #ffffff;
}
.bg-blue3 h3 {
      color: #6dc6eb !important;
}
.bg-right {
    background-repeat: no-repeat;
    background-position: right;
	background-size: auto 100%;
}
/* Links
------------------------------------------------------------------------------ */
a, a:link, a:focus {
	outline: none;
	color: #069;
}
a:hover {
	text-decoration: none;
}
#ReturnToTop, #ReturnToTop a {
	visibility: hidden;
	line-height: 0px;
}
/* Links - Icons */
.article-sm, .calculator-sm, .document-sm, .video-sm, .webinar-sm {
	background-position: left -3px;
	background-repeat: no-repeat;
	background-size: 1.9em auto;
	display: block;
	padding-left: 2.2em;
}
.article-sm {
	background-image: url('../../images/wct/icons/icon-article-sm.png');
}
.calculator-sm {
	background-image: url('../../images/wct/icons/icon-calculator-sm.png');
}
.document-sm {
	background-image: url('../../images/wct/icons/icon-document-sm.png');
}
.video-sm {
	background-image: url('../../images/wct/icons/icon-video-sm.png');
}
.webinar-sm {
	background-image: url('../../images/wct/icons/icon-webinar-sm.png');
}
/* Lists/Bullets
------------------------------------------------------------------------------ */
#mainContent ul, #leftNav .subContent > ul {
	margin: 12px 12px 12px 5px;
	overflow: hidden;
}
#mainContent ul ul, #leftNav .subContent > ul ul {
	margin-bottom: 8px;
}
#mainContent ul li, #leftNav .subContent > ul > li {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 10px 1em;
	position: relative;
}
#mainContent ul li::before, #leftNav .subContent > ul li::before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	position: absolute;
	left: 0;
	top: .1em;
}
#mainContent ul li:last, #leftNav .subContent > ul li:last {
 	padding: 0 0 0 14px;
}
#mainContent ul.dialog {
	overflow: auto;
}
#mainContent ul.dialog li {
}
#mainContent ul.dialog ul {
	margin: 0;
	overflow: auto;
}
#mainContent ul li li {
	font-size: 100%;
}
#mainContent ol {
	margin: 12px 0 12px 25px;
}
#mainContent ol ol {
	margin-bottom: 8px;
}
#mainContent ol li {
	list-style: decimal;
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 10px 14px;
	background: none;
	margin-left: 10px;
}
#mainContent ol li li {
	font-size: 100%;
}
/* Social Icons */
/* straight squares */
.fa.fa-facebook { 
	color: #ffffff;
    background-color: #3b5998;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em !important;
}
.fa.fa-twitter { 
	color: #ffffff;
    background-color: #55acee;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em !important;
}
.fa.fa-youtube { 
	color: #ffffff;
    background-color: #cd201f;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em !important;
}
.fa.fa-linkedin { 
	color: #ffffff;
    background-color: #0077b5;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em !important;
}
/* rounded squares */
.fa.fa-facebook-square { 
	color: #3b5998;
}
.fa.fa-twitter-square {
	color: #55acee;
}
.fa.fa-youtube-square {
	color: #cd201f;
}
.fa.fa-linkedin-square {
	color: #0077b5;
}
/* Tables
------------------------------------------------------------------------------ */
caption {
	display: none;
}
.dataTable {
	margin-bottom: 10px;
}
.dataTable thead th {
	text-align: center;
	border-bottom: 2px solid #999;
	background: #D8E3ED;
}
.dataTable tbody th {
	text-align: left;
}
.dataTable th {
	font-weight: bold;
}
.dataTable td {
	text-align: center;
}
.dataTable .date {
	text-align: left;
}
.dataTable .currency {
	text-align: right;
}
.dataTable .fundname {
	text-align: left;
}
.dataTable td, .dataTable th {
	padding: 4px;
}
.dataTable tbody td, .dataTable tbody th {
	border-bottom: 1px solid #DDD;
}
.fundTable {
	width: 100%;
}
.fundTable thead th {
	background: #004477;
	color: #FFF;
}
.fundTable tbody th {
	background: #daeef4 none repeat scroll 0 0;
	color: #444444;
	text-align: center;
}
/* Typography
------------------------------------------------------------------------------ */
#mainContent {
	color: #575757;
}
#mainContent p, .nav-text p {
	font-size: 100%;
	line-height: 1.45em;
	margin: 0 0 18px 0;
}
#mainContent p.date {
	font-size: 108%;
	color: #b0b0b0;
	line-height: 1.45em;
	margin: 0 0 5px 0;
}
#mainContent h1 {
    color: #555555;
    font-size: 235%;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 16px 0 6px;
    line-height: 1.3em;
}
#mainContent h2 {
	color: #575757;
	font-size: 138.5%;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 18px 0;
}
#mainContent h3 {
	color: #575757;
	font-size: 112%;
	font-weight: bold;
	margin: 10px 0 14px 0;
}
#mainContent h4 {
	color: #575757;
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
#mainContent dd {
	margin-bottom: 1em;
}
#mainContent dt {
	font-weight: bold;
}
/* Footer */
#footer {
    width: 100%;
    clear: both;
    background-color: #ffffff;
}
#footer #footerInner {
	color: #575757;
	font-size: 90%;
	line-height: 1.5em;
	width: 100%;
}
#footer ul {
	padding: 10px 20px;
}
#footer ul li a {
	color: #575757;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	clear: both;
	padding: 10px 20px;
}
/* Feature Sections */
.feature > h3 {
    position: relative;
    font-size: 100% !important;
    font-weight: normal !important;
    margin-top: 2em !important;
}
.feature > h3 > span {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    padding: 0 15px;
}
.feature > h3:before {
    content: "";
    border-bottom: 1px solid #666666;
    width: 100%;
    display: inline-block;
    vertical-align: text-top;
    margin-top: .6em;
    position: absolute;
    left: 0;
}
.feature h4 {
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    font-weight: 400 !important;
}
.feature p {
    margin: 0 0 5px 0 !important;
}
.feature > div > .col_inner {
    padding: 16px 50px;
}
.feature > .bg-blue1 > .col_inner, .feature > .bg-blue2 > .col_inner {
	padding: 2em 50px;
}
.feature > .maxWidth > .col_inner {
	padding: 2em 0 3em 0 !important;
	max-width: 50%;
}
.feature > div > .col_inner > h3 {
    font-size: 1.5rem !important;
    font-weight: normal !important;
}
.feature > .bg-blue1.bg-right > .col_inner {
    max-width: 60%;
}
.feature > .bg-blue1.bg-right h3, .feature.bg-blue1 .bg-right h3 {
    font-size: 2rem !important;
}
.feature .pagelist .col_inner h3 a, .feature.pagelist .col_inner h3 a {
	font-weight: bold;
}
.feature .pagelist #update-articles li .article-text h4 a {
	color: #069 !important;
}
.feature .pagelist #update-articles li .article-text h4 a {
	text-decoration: underline !important;
}
.feature .pagelist #update-articles li .article-text h4 a:hover, .feature .pagelist #update-articles li .article-text h4 a:active {
	text-decoration: none !important;
}

/* Page Banner */
#pageBanner {
	position: relative;
	overflow:hidden;
	max-height: 390px;
}
#pageBanner img {
	display: block;
	width: 100%;
	height: auto;
	opacity: .9;
}
#pageBanner #bannerDesc {
    clear: both;
    font-size: 245%;
    max-width: 550px;
    color: #ffffff;
    position: absolute;
    top: 38%;
}
/* Page Utilites */
#pageUtilities #breadcrumb {
    color: #999999;
    font-size: 85%;
    /*margin-top: 10%;*/
    margin: 12px 0 0 !important;
}
#pageUtilities #breadcrumb li {
	float: left;
	line-height: 17px;
	background: none;
	padding: 0px;
}
#pageUtilities #breadcrumb > li:before {
	content: "" !important;	
}
#pageUtilities #breadcrumb > li:after {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 55%;
	padding: 1em;
}
#pageUtilities #breadcrumb > li:last-child:after {
	content: "" !important;
}
#pageUtilities #pageUtils {
	float: right;
 *min-width: 8.3em;
}
#pageUtilities #fontResize {
	float: left;
	width: 50px;
}
#pageUtilities #fontResize li {
	float: left;
	padding-right: 2px;
}
#pageUtilities #emailPrint {
	float: left;
	width: 60px;
}
#pageUtilities #emailPrint li {
	float: left;
	padding-right: 12px;
}
/* Return to Top */
#ReturnToTop.active {
    visibility: visible;
}
#ReturnToTop {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    color: #575757;
    text-decoration: none;
    text-transform: uppercase;
    position: fixed;
    bottom: 2vh;
    right: 2px;
    font-size: .75rem;
    text-align: center;
    line-height: 1.2rem;
    z-index: 1;
    width: 50px;
}
#ReturnToTop:before{
    content: "\f139";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    padding: .4rem 0;
    display: block;
    color: #999999;
    text-decoration: none;
}
#ReturnToTop:hover {
    color: #d1d3d3;
}
/* Show More List */
#showMore ul > li {
    display:none;
}
#showMoreBtn a {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    /*font-family: "Open Sans Condensed",Arial,san-serif;*/
    color: #575757;
    text-decoration: none;
}
#showMoreBtn a:after {
    content: "\f13a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    padding: .4rem 0;
    display: block;
    color: #d1d3d3;
    text-decoration: none;
}
#showMoreBtn a:hover {
    color: #d1d3d3;
}
/* Components
------------------------------------------------------------------------------ */
/* Calculators */
#calculators {
	border-spacing: 10px;
	border-collapse: separate;
}
#calculators td {
	padding-right: 10px;
}
#calculators a {
	border: 3px solid #F3F3F3;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	zoom: 1;
 *display:inline;
}
#calculators a:hover {
	border: 3px solid #FFA22F;
}
#calculators img {
	vertical-align: middle;
	padding-right: 10px;
}
/* CategoryList - News */
#update-articles {
	margin: 0px !important;
}
#update-articles li {
	border: 1px solid #c3c3c3;
	background: #eeeeee !important;
	padding: 12px !important;
	margin: 14px 0px !important;
	position: relative;
}
ul#update-articles li::before {
    content: "";
}
#update-articles li .article-photo {
    float: left;
    margin-right: 12px;
    width: 100px;
    overflow: hidden;
}
#update-articles li .article-photo img {
    height: 100px;
    width: auto;
    max-width: inherit !important;
}
#update-articles li .article-text {
	width: 73%;
	line-height: 1.3em;
	float: left;
	text-align: left;
}
#update-articles li .article-text .readMore {
	background: rgba(0, 0, 0, 0) url("../images/redesign2015/arrow-navyblue-right.png") no-repeat scroll 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
#update-articles li .article-text .readMore a {
	display: block;
	height: 1.8em;
	width: 1.2em;
}
#update-articles h4, .tabs-content h4 {
	font-size: 110% !important;
	line-height: 1.2em !important;
	margin: 0px 0px 5px 0px !important;
}
#update-articles h4 a:hover, #update-articles h4 a:active, #update-articles h4 a:link, #update-articles h4 a:visited {
	color: #333333;
	font-weight: bold;
	line-height: 1.3em;
}
#update-articles h4 a:link, #update-articles h4 a:visited {
	text-decoration: none;
}
#update-articles h4 a:hover, #update-articles h4 a:active {
	text-decoration: underline;
}
#update-articles a:hover, #update-articles a:active, #update-articles a:link, #update-articles a:visited {
	color: #6a747c;
}
#update-articles a:link, #update-articles a:visited {
	text-decoration: none;
}
#update-articles a:hover, #update-articles a:active {
	text-decoration: underline;
}
#showMore #update-articles li .article-photo img.middle {
    margin-left: -55%;
}
#showMore #update-articles li .article-photo img.right {
    margin-left: -95%;
}
/* Link to Us */
.linkExample {
	margin: 15px 0;
}
.linkExample textarea.code {
	margin-top: 20px;
	width: 470px;
}
span.code {
	font-family: "Lucida Console", Monaco, monospace;
	color: #F48511;
	font-weight: normal;
	text-align: left;
	font-size: smaller;
}
blockquote {
	Margin: 13px 40px;
}
/* Component List - Tabs */
.tabs-content {
	clear: both;
}
.tab-container > ul {
	width: 100%;
	margin: 0 !important;
}
.tab-container > ul > li {
	background: none !important;
	border-bottom: 5px solid #6dc6eb;
	float: left;
	font-size: 160%;
	margin-bottom: 12px;
	padding: 3px 9px 0px 12px !important;
	width: 45%;
}
.tab-container > ul > li.active {
	background-color: #6dc6eb !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tab-container > ul > li.active a:link, .tab-container > ul > li.active a:visited, .tab-container > ul > li a:link, .tab-container > ul > li a:visited {
	color: #ffffff;
	font-family: FuturaStd-Condensed, "futura-pt-condensed", Arial, san-serif;
	font-size: 160%;
	font-weight: normal;
	line-height: 2em;
	text-decoration: none;
}
.tab-container > ul > li a:link, .tab-container > ul > li a:visited {
	color: #102c52;
}
.lt-ie9 .tab-container > ul > li.active a:link, .lt-ie9 .tab-container > ul > li.active a:visited, .lt-ie9 .tab-container > ul > li a:link, .lt-ie9 .tab-container > ul > li a:visited, .flexboxtweener .tab-container > ul > li.active a:link, .flexboxtweener .tab-container > ul > li.active a:visited, .flexboxtweener .tab-container > ul > li a:link, .flexboxtweener .tab-container > ul > li a:visited {
	font-weight: 500;
}
.tab-container .tabs-content a:link, .tab-container .tabs-content a:visited {
	color: #069;
}
.tab-container h3 {
	display: none;
	visibility: hidden;
}
.tabs-content h4 a:hover, .tabs-content h4 a:active, .tabs-content h4 a:link, .tabs-content h4 a:visited {
	color: #333333 !important;
	font-weight: bold;
}
.tabs-content h4 a:link, .tabs-content h4 a:visited {
	text-decoration: none;
}
.tabs-content h4 a:hover, .tabs-content h4 a:active {
	text-decoration: underline;
}
.etabs {
	margin: 0;
	padding: 0;
}
.tab {
	display: inline-block;
	zoom: 1;
 *display:inline;
	background: #eee;
	border: solid 1px #999;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
}
.tab a:hover {
	text-decoration: underline;
}
.tab.active {
	background: #fff;
	padding-top: 6px;
	position: relative;
	top: 1px;
	border-color: #666;
}
.tab a.active {
	font-weight: bold;
}
.tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
.tabs-content > div > ul {
	margin: 0 12px !important;
}
/* Pagelists */
.pagelist .col_inner {
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.75);
	text-align: left;
}
.lt-ie9 .pagelist .col_inner, .flexboxtweener .pagelist .col_inner {
	box-shadow: 0px 5px 25px -7px rgba(0,0,0,0.75);
	behavior: url('/prebuilt/pie/PIE.php');
}
.lt-ie9 .pagelist .col_inner {
	overflow: hidden;
	max-height: 300px;
}
.pagelist .col_inner h3 {
	padding: 0px 10px;
	font-weight: normal !important;
	font-size: 100% !important;
	margin: 6px 0 !important;
}
.pagelist .col_inner .abstract, .pagelist .col_inner p {
	padding: 0px 10px;
}
.pagelist .indexThb {
	font-size: 0px;
	line-height: 0px;
	padding: 5px 5px 0;
	max-height: 250px;
	overflow: hidden;
}
.pagelist .indexThb img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
/* PageList - Shortcut Dropdown */
#ShortcutDropdown {
	background-color: #f04f23;
	border-radius: 5px;
	margin-top: 6px;
	padding: 10px;
}
#ShortcutDropdown > .dropbtn {
	background: #f04f23 url("../images/redesign2015/arrow-white-down.png") no-repeat scroll 100% 50%;
	color: #ffffff;
	font-family: FuturaStd-Condensed, "futura-pt-condensed", Arial, san-serif;
	font-size: 150%;
	text-decoration: none;
	width: 100%;
	position: relative;
	display: inline-block;
	zoom: 1;
 *display:inline;
}
.lt-ie9 #ShortcutDropdown > .dropbtn, .flexboxtweener #ShortcutDropdown > .dropbtn {
	font-weight: 500;
}
#ShortcutDropdown .dropdown-content {
	background-color: #f04f23;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	display: none;
	margin: 10px 0 0 !important;
	position: absolute;
	z-index: 10;
	width: 275px;
}
#dropdownItems li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding: 0 !important;
}
#dropdownItems li > a {
	background: rgba(0, 0, 0, 0) url("../images/redesign2015/arrow-white-right.png") no-repeat scroll 5px 0.7em;
	color: #ffffff;
	display: block;
	padding: 0.5em 1.3em;
	text-decoration: none;
}
#dropdownItems li a:hover {
	background-color: #f1f1f1;
	color: #666;
}
#ShortcutDropdown .showDropdown {
	display: block;
}
/* Section Index and COTW */
#mainContent #sectionIndex h2, #mainContent #cotw h2 {
	font-size: 182%;
}
#mainContent #sectionIndex h3 {
	color: #575757;
	font-size: 125%;
	font-weight: normal;
	margin-top: 0;
}
#mainContent #cotw h3 {
	color: #575757;
	font-size: 134.5;
	font-weight: normal;
	margin-top: 0;
}
.cotw {
	text-align: center;
	width: 100%;
}
.cotw > h4 {
	text-align: left;
}
.cotw > p {
	text-align: left;
}
.cotw img {
	height: auto;
	margin: 0 auto 10px;
	max-width: 375px;
	width: 90%;
}
/* Scroll Effects
------------------------------------------------------------------------------ */
.scrollDisplay, .scrollToggle {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out 0.5s;
}
.scrollDisplay.scrollUp, .scrollToggle.scrollUp {
	transform: translate3d(0, 50px, 0);
}
.scrollDisplay.scrollLeft, .scrollToggle.scrollLeft {
	transform: translate3d(50px, 0, 0);
}
.scrollDisplay.in-view, .scrollToggle.in-view {
	transform: none;
	visibility: visible;
	opacity: 1;
}
/* Site Map Page
------------------------------------------------------------------------------ */
#mainContent #sitemap {
	border: 11px solid #f3f3f3;
	margin-top: 30px;
}
#mainContent #sitemap #glossaryNav {
	border-bottom: 11px solid #f3f3f3;
	margin: 0;
	padding: 1% 10%;
}
#mainContent #sitemap #glossaryNav li {
	background: none;
	float: left;
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 0;
}
#mainContent #sitemap #glossaryNav li:before {
	content: '';
}
#mainContent #sitemap #glossaryNav li a {
	display: block;
	float: left;
	color: #575757;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #fff;
	text-decoration: none;
}
#mainContent #sitemap #glossaryNav li a:hover, #mainContent #sitemap #glossaryNav li a.active {
	background: #ddd;
	color: #102c52;
	text-decoration: none;
	border: 1px solid #575757;
}
#mainContent #sitemap #sitemapDisplay h2 {
	color: #102c52;
	font-size: 182%;
	margin-top: 0;
}
#mainContent #sitemap .backBtn {
	float: right;
	margin-right: 75px;
}
#mainContent #sitemap .backBtn a {
	background: url('../images/wrapper/btn-bg.gif') 0 0 no-repeat;
	display: block;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	width: 163px;
	height: 21px;
}
/* Site Map Tree Lists */
#mainContent #sitemap #sitemapDisplay {
	min-height: 400px;
	padding: 30px 20px 20px 20px;
}
#mainContent #sitemap #sitemapDisplay li a {
	color: #575757;
}
#mainContent #sitemap #sitemapDisplay li a:hover {
	color: #102c52;
}
#mainContent #sitemap #sitemapDisplay ul.treeList {
	margin: 2px 0 2px 5px;
}
#mainContent #sitemap #sitemapDisplay ul.treeList ul {
	margin: 2px 0 2px 5px;
}
#mainContent #sitemap #sitemapDisplay ul.treeList li {
	background: none;
	font-size: 100%;
	padding-bottom: 3px;
}
#mainContent #sitemap #sitemapDisplay ul.treeList li li {
	font-size: 100%;
}
#mainContent #sitemap #sitemapDisplay ul.treeList li a {
	color: #575757;
}
#mainContent #sitemap #sitemapDisplay ul.treeList li a:hover {
	color: #102c52;
}
#mainContent #sitemap #sitemapDisplay ul.treeList li span.plusMinus {
	position: relative;
	top: -1px;
	margin-right: 1px;
}
/* Full Sitemap Display */
#mainContent #sitemap #sitemapDisplay.glossaryView {
	min-height: 400px;
	padding: 30px 0 20px 20px;
}
#mainContent #sitemap #sitemapDisplay.glossaryView ul {
	float: left;
	margin: 0;
	padding: 0 0 0 75px;
}
#mainContent #sitemap #sitemapDisplay.glossaryView p + ul, #mainContent #sitemap #sitemapDisplay.glossaryView p + h2 + ul, #mainContent #sitemap #sitemapDisplay.glossaryView h2 + ul, #mainContent #sitemap #sitemapDisplay.glossaryView ul:first-child {
	padding-left: 20px;
}
#mainContent #sitemap #sitemapDisplay.glossaryView ul li {
	background: none;
	font-size: 100%;
}
/* MOBILE STYLES 
------------------------------------------------------------------------------ */
@media only screen and (max-width:810px) {
/* General */
.maxWidth {
	margin: 0 1em;
}
#ReturnToTop, #ReturnToTop a {
	visibility: visible;
	line-height: 1.5em;
	padding: 12px;
	display: inline-block;
	zoom: 1;
 *display:inline;
	color: #999999;
}
#mainContentWrap img {
	max-width: 100%;
	height: auto;
}
#mainContent h1 {
    font-size: 175%;
    line-height: 1.3em;
}
#mainContent h4 {
	padding: 0 10px;
}
/* Page Utilites */
#breadcrumb {
	display: none;
}
/* Responsive Table */
table.responsiveTable, table.responsiveTable > tbody {
	display: block;
	width: 100%;
 *display: inline; /* for IE 7 and below */
 *width: auto; /* for IE 7 and below */
}
table.responsiveTable > thead {
	display: none;
 *display: table-header-group; /* for IE 7 and below */
}
table.responsiveTable > tbody > tr, table.responsiveTable > tbody > tr > th, table.responsiveTable > tbody > tr > td {
	padding: 0;
	text-align: left;
	white-space: normal;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: left;
 *width: auto; /* for IE 7 and below */
 *float: none; /* for IE 7 and below */
 *clear: none; /* for IE 7 and below */
}
table.responsiveTable > tbody > tr {
	padding-bottom: 11px;
	margin-bottom: 11px;
}
table.responsiveTable > tbody > tr > th[data-title]:before, table.responsiveTable > tbody > tr > td[data-title]:before {
	content: attr(data-title) ":\00A0";
	font-weight: bold;
}
table.responsiveTable > tbody > tr > td {
	border: none;
	margin-bottom: 6px;
	color: #444;
}
table.responsiveTable > tbody > tr > td:empty {
	display: none;
}
table.responsiveTable > tbody > tr > td:first-child {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #333;
}
table.responsiveTable > tbody > tr > td:first-child:before {
	content: '';
}
/* Data Table Overwrites */
.dataTable > tbody > tr > td {
	text-align: left;
 *text-align: center; /* for IE 7 and below */
}
.dataTable > tbody > tr > td, .dataTable > tr > th {
	padding: 0px;
 *padding: 4px; /* for IE 7 and below */
}
.fundTable tbody > tr > th {
	padding: 4px !important;
}
/* Video */
#video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 18px;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
/* CategoryList - News */
#update-articles li .article-text {
	width: auto !important;
	float: none !important;
}
/* ComponentList Tabs */
.tab-container > ul {
	display: none;
	visibility: hidden;
}
.tab-container > ul > li {
	float: none;
	width: 100%;
}
.tab-container h3 {
	display: inherit;
	visibility: visible;
}
.tabs-content > div {
	display: inherit !important;
}
/* PageLists */
.pagelist > .section > .col, .pagelist > .section > .col_margin {
	padding: 1em 0;
}
/* PageList - Shortcut Dropdown */
#ShortcutDropdown .dropdown-content {
	width: 70% !important;
}
/* Page Banner */
#pageBanner {
    background: #e6e6e6;
}
#pageBanner #bannerDesc {
    font-size: 150% !important;
    max-width: 100% !important;
    position: relative;
    color: #102c52;
	padding: 10px 0 0;
}
/* Feature Sections */
.feature-nobg > .left {
    background-image: none;
}
.feature > .maxWidth > .col_inner, .feature > .bg-blue1.bg-right > .col_inner {
	max-width: 100%;
}
.feature > div > .col_inner {
    padding: 1em;
}
.feature > .bg-blue1 > .col_inner, .feature > .bg-blue2 > .col_inner {
	padding: 1em;
}
}
/* LEGACY MOBILE OVERWRITES
------------------------------------------------------------------------------ */
@media only screen and (max-width: 660px) {
/* Feature Sections */
.featurebg > .right.span_1_of_3, .feature > .span_1_of_3 {
    width: 100% !important;
}
}
/* DESKTOP STYLES
-------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:811px) {
/* Footer */
#footer #footerInner {
	font-size: 100%;
	margin: 0 auto;
	min-height: 34px;
	padding: 20px 0 10px;
}
#footer ul, #footer p {
    display: inline-block;
    vertical-align: top;
}
#footer ul li {
	float: left;
	padding: 0 9px 0 10px;
}
#footer ul li:first-child {
	background: none;
	padding-left: 0;
}
#footerInner > p {
	margin-left: 28px;
}
/* Feature Sections */
.featurebg > .left > .col_inner, .featurebg > .maxWidth > .col_inner {
    max-width: 60%;
}
}
