﻿/*
	Heading Blue: #4683ba
	Heading Blue: #5381ac
	Link Blue: #005487
	Button Blue: #3b6e8f
	Text Grey: #45555f
	Main Menu Green: #4f7f2a
	Secondary Nav Grey: #7d868e
*/

/**
 * @license
 * MyFonts Webfont Build ID 3273584, 2016-08-23T11:58:37-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NeuzeitGro-Lig by URW++
 * URL: http://www.myfonts.com/fonts/urw/neuzeit-grotesk/t-light/
 * 
 * Webfont: NeuzeitGro-Bla by URW++
 * URL: http://www.myfonts.com/fonts/urw/neuzeit-grotesk/t-black/
 * 
 * Webfont: NeuzeitGroCon-Bla by URW++
 * URL: http://www.myfonts.com/fonts/urw/neuzeit-grotesk/t-black-condensed/
 * 
 * Webfont: NeuzeitGro-Reg by URW++
 * URL: http://www.myfonts.com/fonts/urw/neuzeit-grotesk/t-regular/
 * 
 * Webfont: NeuzeitGro-Bol by URW++
 * URL: http://www.myfonts.com/fonts/urw/neuzeit-grotesk/t-bold/
 * 
 * Webfont: NeuzeitGroExt-Bla by URW++
 * URL: http://www.myfonts.com/fonts/urw/neuzeit-grotesk/t-black-extra-condensed/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3273584
 * Licensed pageviews: 2,000,000
 * Webfonts copyright: (URW)++,Copyright 2014 by (URW)++ Design &amp; Development
 * 
 * © 2016 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
/*@import url("http://hello.myfonts.net/count/31f370");*/

  
@font-face {font-family: 'NeuzeitGro'; src: url('webfonts/31F370_0_0.eot');src: url('webfonts/31F370_0_0-.eot#iefix') format('embedded-opentype'),url('webfonts/31F370_0_0.woff2') format('woff2'),url('webfonts/31F370_0_0.woff') format('woff'),url('webfonts/31F370_0_0.ttf') format('truetype'); font-weight: 300;}
 
/*  
@font-face {font-family: 'NeuzeitGro-Bla';src: url('webfonts/31F370_1_0.eot');src: url('webfonts/31F370_1_0-.eot#iefix') format('embedded-opentype'),url('webfonts/31F370_1_0.woff2') format('woff2'),url('webfonts/31F370_1_0.woff') format('woff'),url('webfonts/31F370_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'NeuzeitGroCon-Bla';src: url('webfonts/31F370_2_0.eot');src: url('webfonts/31F370_2_0-.eot#iefix') format('embedded-opentype'),url('webfonts/31F370_2_0.woff2') format('woff2'),url('webfonts/31F370_2_0.woff') format('woff'),url('webfonts/31F370_2_0.ttf') format('truetype');}
*/

@font-face {font-family: 'NeuzeitGro';src: url('webfonts/31F370_3_0.eot');src: url('webfonts/31F370_3_0-.eot#iefix') format('embedded-opentype'),url('webfonts/31F370_3_0.woff2') format('woff2'),url('webfonts/31F370_3_0.woff') format('woff'),url('webfonts/31F370_3_0.ttf') format('truetype'); font-weight: normal;}
 

@font-face {font-family: 'NeuzeitGro';src: url('webfonts/31F370_4_0.eot');src: url('webfonts/31F370_4_0-.eot#iefix') format('embedded-opentype'),url('webfonts/31F370_4_0.woff2') format('woff2'),url('webfonts/31F370_4_0.woff') format('woff'),url('webfonts/31F370_4_0.ttf') format('truetype'); font-weight: bold;}

/*  
@font-face {font-family: 'NeuzeitGroExt-Bla';src: url('webfonts/31F370_5_0.eot');src: url('webfonts/31F370_5_0-.eot#iefix') format('embedded-opentype'),url('webfonts/31F370_5_0.woff2') format('woff2'),url('webfonts/31F370_5_0.woff') format('woff'),url('webfonts/31F370_5_0.ttf') format('truetype');}
*/

/*
	Colours:
	
*/

/* Dev usage */
.dhide{ display: none !important; }
.dshow{ display: block !important; }

body.preload *,
body.preload button.toggle:before,
body.preload button.toggle:after{ transition: none !important; }
/* extra help needed on button */

html, body{
	font-size: 16px;
	font-family: 'NeuzeitGro', Arial, sans-serif;
	color: #45555f;
}

/* Underlay */

body.search_showing div.page,
body.dialog_showing div.page{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: -2;
}

body:after{
	content: '';
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	transition: background-color 0.4s;
	background: rgba( 0,0,0,0 );
}

body.search_showing:after,
body.dialog_showing:after{
	height: 100%;
	background: rgba( 54, 66, 74, 0.9 );
}
body.dialog_showing:after{
	z-index: 0;
}

/* COMMON ELEMENTS */

.mobile,
.mobile_inline,
.mobile_inline_block,
.print,
.print_inline,
.print_inline_block{
	display: none;
}

input::-ms-clear { display: none; }

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px 30px 5px 8px;
	border: 1px solid #b0b7bc;
	border-radius: 4px;
	font-size: 16px;
	color: #6A747B;
	background:  right -1215px no-repeat url("img/fidelity_sprites.png");
	background-color: white;
}
select::-ms-expand{ display: none; }

h2,h3,h4{
	color: #5381ac;
	line-height: 1em;
}

a{
	text-decoration: none;
	color: #005487;
}

a:hover{
	text-decoration: underline;
}

/* label_icon - link with left labeling icon */

a.label_icon{
	height: 26px;
	line-height: 28px;
	display: inline-block;
	position: relative;
	padding: 2px 5px 2px 38px;
}

nav.mobile a.icon,
a.label_icon:before{
	content: '';
	height: 26px;
	width: 26px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 13px;
	background: #5e9732 no-repeat 4px -16px url("img/fidelity_sprites.png");
}

/* icon - link is just an icon */

a.icon{
	width: 32px;
	height: 28px;
	display: block;
	background: left -400px no-repeat url("img/fidelity_sprites.png");
}

a.icon.share{ background-position: left -410px; }
a.icon.email{ background-position: 2px -440px; }
a.icon.print{ background-position: left -470px; }

/* type_icon */

a.type_icon:after{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	background: no-repeat right -400px url("img/fidelity_sprites.png");
}

a.type_icon.pdf:after{ background-position: right -1080px; }
a.type_icon.eform:after{ background-position: right -1100px; }
a.type_icon.video:after{ background-position: right -420px; }
a.type_icon.podcast:after{ background-position: right -420px; }
a.type_icon.email:after{ background-position: right -420px; }
a.type_icon.ppt:after{ background-position: right -420px; }
a.type_icon.doc:after{ background-position: right -420px; }
a.type_icon.ext:after{ background-position: right -420px; }
a.type_icon.locked:after{ background-position: right -1180px; }

/* list_icon */

a.list_icon{
	padding-left: 36px;
	position: relative;
}

a.list_icon:before{
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 3px;
	background: no-repeat right -100px url("img/fidelity_sprites.png");
}

a.list_icon.none:before{ background: none; }
a.list_icon.pdf:before{ background-position: right -100px; }
a.list_icon.eform:before{ background-position: right -125px; }
a.list_icon.video:before{ background-position: right -150px; }
a.list_icon.podcast:before{ background-position: right -175px; }
a.list_icon.email:before{ background-position: right -200px; }
a.list_icon.ppt:before{ background-position: right -225px; }
a.list_icon.doc:before{ background-position: right -250px; }
a.list_icon.ext:before{ background-position: right -275px; }

/* Button */

button.round{
	width: 26px;
	height: 26px;
	border-radius: 15px;
	background: #a2a9ae right -435px no-repeat url("img/fidelity_sprites.png");
}

button.round.help{ background-position: -30px -440px; }
button.round.close{ background-position: right -465px; }

button.form,
button.action,
button.clear,
a.button{
	height: 41px;
	min-width: 140px;
	line-height: 44px;
	display: inline-block;
	padding: 0 20px 0 20px;
	border-radius: 3px;
	font-size: 17px;
	font-weight: bold;
	color: white;
	background-color: #3b6e8f;
}

button.green{
	height: 41px;
	min-width: 140px;
	line-height: 44px;
	display: inline-block;
	padding: 0 20px 0 20px;
	border-radius: 3px;
	font-size: 17px;
	font-weight: bold;
	color: white;
	background-color: #4f7f2a;
}

button.green:disabled, button[disabled]{
	background-color: #cccccc;
}

button.clear{
	color: #3b6e8f;
	background: none;
}

button.action{
	height: 36px;
	line-height: 38px;
	font-size: 14px;
}

button.action.grey{
	background: #a2a9ae;
}

button.form.full{
	width: 100%;
}

a.button span,
button.form.submit span{
	height: 14px;
	width: 12px;
	position: relative;
	top: 2px;
	display: inline-block;
	background: right -500px no-repeat url("img/fidelity_sprites.png");
}

a.button.fp_watchlist{
                position: relative;
                display: inline-block;
                background-color: #0470b1;
                color: white;
                white-space: normal;
                word-wrap: break-word;
				cursor: pointer;
}

#fp_add_watchlist{
                background: url("img/fp_add_watchlist.png");
                margin-right: 5px;
                width: 22px;
                height: 22px;
                vertical-align: text-bottom;
}

#fp_remove_watchlist{
                background: url("img/fp_remove_watchlist.png");
                margin-right: 5px;
                width: 22px;
                height: 22px;
                vertical-align: text-bottom;
}

button.plain{
	border: 0;
	padding: 0;
	font-size: 18px;
	color: #3b6e8f;
	background: none;
}

button.clear.register{
	margin-left: 21px;
}

/* Button: Toggle */

button.toggle{
	width: 30px;
	height: 30px;
	padding: 0;
	position: relative;
	display: inline-block;
	box-sizing: content-box;
	border-radius: 16px;
	border: 1px solid #818181;
	background: none;
}

button.toggle:before,
button.toggle:after{
	content: '';
	width: 4px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 13px;
	top: 7px;
	border-radius: 2px;
	background: #818181;
	transition: height 0.6s, top 0.6s;
}

button.toggle:after{
	width: 16px;
	height: 4px;
	left: 7px;
	top: 13px;
}

body.is_mobile button.toggle,
button.toggle.small{
	height: 20px;
	width: 20px;
}

body.is_mobile button.toggle:before,
button.toggle.small:before{
	width: 2px;
	height: 10px;
	top: 5px;
	left: 9px;
}

body.is_mobile button.toggle:after,
button.toggle.small:after{
	width: 10px;
	height: 2px;
	top: 9px;
	left: 5px;
}

body.is_mobile button.toggle.tiny,
button.toggle.tiny{
	height: 14px;
	width: 14px;
}

body.is_mobile button.toggle.tiny:before,
button.toggle.tiny:before{
	width: 2px;
	height: 10px;
	top: 2px;
	left: 6px;
}

body.is_mobile button.toggle.tiny:after,
button.toggle.tiny:after{
	width: 10px;
	height: 2px;
	top: 6px;
	left: 2px;
}

body.is_mobile button.toggle.open:before,
button.toggle.open:before{
	height: 0;
	top: 50%;
}

/* Start Rating */

div.rating{
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
}

div.rating sup{
	font-size: 18px;
	line-height: 12px;
	top: -3px;
}

div.rating span.rated_1_stars,
div.rating span.rated_2_stars,
div.rating span.rated_3_stars,
div.rating span.rated_4_stars,
div.rating span.rated_5_stars{
	width: 64px;
	height: 16px;
	display: inline-block;
	background: no-repeat right -950px url("img/fidelity_sprites.png");
}

div.rating span.rated_5_stars{ width: 64px; }
div.rating span.rated_4_stars{ width: 51px; }
div.rating span.rated_3_stars{ width: 38px; }
div.rating span.rated_2_stars{ width: 26px; }
div.rating span.rated_1_stars{ width: 13px; }

/* Screen-Reader Text */

.srt{
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0 0 0 0);
	position: absolute;
	overflow: hidden;
}

/* Units */

.dollars:before{ content: '$';}
.percent:after{ /*content: '%';*/} 


/* ------- */
/* FRAME */
/* ------- */

/*
Cols and Tiles structures should be identical and can be mixed
within a div.cols_XXXX container.
The two names exist simply for sematics.
*/

/* Container for div.cols on the home page, etc. */
div.wide_row,
div.row{
	margin-bottom: 20px;	
}

div.cols{
	width: calc( 100% + 20px);
	position: relative;
	left: -10px;
	overflow: hidden;
}

div.cols > h2{ margin-left: 10px; }

/* div.col and div.tile are expected to be immediately inside div.cols */
div.cols > div{
	float: left;
	margin: 0 10px 0 10px;
}

/* two-columns variations */
div.cols_11 > div{ width: calc( 50% - 20px ); }

/* three-columns variations */
div.cols_111 > div{ width: calc( 33.33% - 20px ); }
div.cols_12 > div{ width: calc( 66.66% - 20px ); }
div.cols_12 > div:first-child{ width: calc( 33.33% - 20px ); }
div.cols_21 > div{ width: calc( 33.33% - 20px ); }
div.cols_21 > div:first-child{ width: calc( 66.66% - 20px ); }

/* four-column variations */
div.cols_1111 > div{ width: calc( 25% - 20px ); }
div.cols_112 > div{ width: calc( 25% - 20px ); }
div.cols_112 > div:last-child{ width: calc( 50% - 20px ); }
div.cols_121 > div{ width: calc( 50% - 20px ); }
div.cols_121 > div:first-child,
div.cols_121 > div:last-child{ width: calc( 25% - 20px ); }
div.cols_211 > div{ width: calc( 25% - 20px ); }
div.cols_211 > div:first-child{ width: calc( 50% - 20px ); }
div.cols_13 > div{ width: calc( 75% - 20px ); }
div.cols_13 > div:first-child{ width: calc( 25% - 20px ); }
div.cols_31 > div{ width: calc( 25% - 20px ); }
div.cols_31 > div:first-child{ width: calc( 75% - 20px ); }


/* Same but for the mega menu  -- different margin so slightly different calculations */

/* two-columns variations */
ul.id_main_menu div.cols_11 > div{ width: calc( 50% - 30px ); }

/* three-columns variations */
ul.id_main_menu div.cols_111 > div{ width: calc( 33.33% - 30px ); }
ul.id_main_menu div.cols_12 > div{ width: calc( 66.66% - 30px ); }
ul.id_main_menu div.cols_12 > div:first-child{ width: calc( 33.33% - 30px ); }
ul.id_main_menu div.cols_21 > div{ width: calc( 33.33% - 30px ); }
ul.id_main_menu div.cols_21 > div:first-child{ width: calc( 66.66% - 30px ); }

/* four-column variations */
ul.id_main_menu div.cols_1111 > div{ width: calc( 25% - 30px ); }
ul.id_main_menu div.cols_112 > div{ width: calc( 25% - 30px ); }
ul.id_main_menu div.cols_112 > div:last-child{ width: calc( 50% - 30px ); }
ul.id_main_menu div.cols_121 > div{ width: calc( 50% - 30px ); }
ul.id_main_menu div.cols_121 > div:first-child,
ul.id_main_menu div.cols_121 > div:last-child{ width: calc( 25% - 30px ); }
ul.id_main_menu div.cols_211 > div{ width: calc( 25% - 30px ); }
ul.id_main_menu div.cols_211 > div:first-child{ width: calc( 50% - 30px ); }
ul.id_main_menu div.cols_13 > div{ width: calc( 75% - 30px ); }
ul.id_main_menu div.cols_13 > div:first-child{ width: calc( 25% - 30px); }
ul.id_main_menu div.cols_31 > div{ width: calc( 25% - 30px ); }
ul.id_main_menu div.cols_31 > div:first-child{ width: calc( 75% - 30px ); }


/* MAJOR STRUCTURES */

header.id_header> nav.id_nav,
header.id_header> div.inset,
footer.id_footer > div.inset,
main > div.inset{
	width: 1200px;
	margin: 0 auto 0 auto;
	overflow: visible;
	position: relative;
}

nav.id_nav > div.inset{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #cfd4d8;	
}

/* HEADER */

header.id_header> div.inset{
	height: 120px;
	overflow: visible;
	padding-top: 1px;
}

a.id_logo{
	width: 163px;
	height: 35px;
	display: block;
	margin-top: 12px;
}

a.id_logo img{
	width: 100%;
	height: auto;
}

/* NAVIGATION - DESKTOP ONLY */
@media (min-width: 768px)
{
	header.id_header,
	footer.id_footer,
	main{
		min-width: 1260px;
	}
	
	nav.accessibility_nav{
		height: 20px;
		padding: 4px;
		position: absolute;
		overflow: hidden;
		left: 225px;
		top: 15px;
	}
	
	nav.accessibility_nav a{
		position: relative;
		top: -50px;
	}
	
	nav.accessibility_nav a:focus{
		top: auto;
	}
	
	/* Menu Panels */
	
	div.panel{
		width: 1198px;
		min-height: 100px;
		position: absolute;
		right: 0;
		top: 43px;
		display: none;
		padding: 20px 0 20px 0;
		border: 1px solid #cfd4d8;
		border-radius: 1px;
		background-color: #f9f9f9;
		color: #36424a;
	/*	box-shadow: 0 2px 2px 0px rgba(0,0,0,0.3); */
		z-index: 100;
	}
	
	li.selected div.panel,
	ul.id_main_menu.armed li:hover > div.panel{
		display: block;
	}
	
	
	div.panel div.pointer{
		height: 11px;
		width: 100%;
		position: absolute;
		top: -12px;
	}
	
	div.panel div.pointer div{
		width: 45px;
		height: 11px;
		position: absolute;
		left: 0;
		bottom: 0;
		transition: transform 0.3s ease-out;
		background: no-repeat center top url("img/fidelity_sprites.png");
	}
	
	div.panel div.tile{
		height: auto;
		box-sizing: initial;
		border: none;
	}
	
	/* Main Nav */
	
	
	a.id_mob_search_trigger{
		display: none;
	}
	
	ul.id_main_menu{
		margin-bottom: 0;
	}
	
	ul.id_main_menu:after{
		content: '';
		display: table;
		clear: both;
	}
	
	/* MAIN NAV TILES */
	
	ul.id_main_menu div.cols{
		width: auto;
		padding: 0 15px 0 15px;
		left: 0;
	}
	
	ul.id_main_menu div.cols > div.col,
	ul.id_main_menu div.cols > div.tile{
		margin: 0 15px 0 15px;
	}
	
	ul.id_main_menu > li{
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 1em;
	}
	
	ul.id_main_menu > li > a{
		display: block;
		padding: 10px 17px 10px 17px;
		font-size: 22px;
		line-height: 1em;
		color: #36424a;
	}
	
	ul.id_main_menu > li:first-child > a{
		padding-left: 2px;
	}
	
	ul.id_main_menu > li > a:hover{
		text-decoration: none;
	}
	
	ul.id_main_menu > li:hover > a,
	ul.id_main_menu > li.current > a,
	ul.id_main_menu > li.selected > a{
		color: #4f7f2a;	/* green */
	}
	
	div.panel ul{
		margin: 20px 0 20px 0;
	}
	
	div.panel li{
		padding: 0;
		margin: 0 0 16px 0;
		font-size: 20px;
		line-height: 1em;
		list-style: none;
	}
	
	div.panel li > a{
		display: block;
		font-size: 20px;
		line-height: 1em;
		color: #36424a;
	}
	
	div.panel li > a{
		display: block;
		font-size: 20px;
		line-height: 1em;
		color: #36424a;
	}
	
	div.panel li > a:hover{
		color: #005487;
	}
	
	div.panel ul ul{
		margin: 10px 0 10px 0;
	}
	div.panel li li{
		margin: 0 0 11px 12px;
	}
	
	div.panel li li > a{
		font-size: 18px;
	}
	
	/* Actions */
	
	ul.id_actions{
		position: absolute;
		top: -63px;
		right: 0;
	}
	
	
	ul.id_actions > li{
		float: left;
		list-style: none;
		margin: 0 0 0 32px;
		padding: 0;
	}
	
	ul.id_actions > li > a{
		height: 26px;
		display: inline-block;
		padding-top: 2px;
		padding-right: 5px;
		padding-bottom: 2px;
		font-size: 18px;
		line-height: 26px;
		color: #36424a;
	}
	
	ul.id_actions > li > a.language{
		padding-left: 5px;
	}
	
	a.label_icon.search:before{ background-position: 4px -16px; }
	a.label_icon.user:before{ background-position: -20px -16px; }
	a.label_icon.watchlist:before{background-position: -20px -40px;}
	a.label_icon.user{
		padding-right: 20px;
	}
	
	ul.id_actions a.label_icon.user:after{
		content: '';
		width: 15px;
		height: 26px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: no-repeat left -72px url("img/fidelity_sprites.png");
	}
	
	ul.id_actions a.label_icon.user.logged_in:after{
		background-position: -15px -71px
	}
	
	ul.id_actions li.id_action_account{
		padding-bottom: 30px;
	}
	
	ul.id_actions li.id_action_account > a:hover{ text-decoration: none; }
	
	
	div.id_account_panel{
		width: 1200px;
		top: 40px;
		color: #36424a;
		background: #eaeaea;
	}
	
	div.id_account_panel li a:hover{
		color: #005487;
	}
	
	div.id_account_panel div.heading{
		font-size: 22px;
		line-height: 1em;
		font-weight: 300;
		letter-spacing: 1px;
		margin: 0 0 10px 20px;
	}
	
	div.id_account_panel > div.cols_111{
		width: 880px;
		float: right;
	}
	
	ul.id_account_actions{
		width: 170px;
		min-height: 185px;
		float: right;
		padding: 13px 12px 13px 20px;
		margin: 5px 0 0 90px;
		border-left: 1px solid #949ca1;
		text-align: left;
	}
	
	ul.id_account_actions li{
		padding: 0;
		margin: 0;
	}
	
	ul.id_account_actions li a{
		height: auto;
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 1em;
	}
	
	ul.id_account_actions li a.logout{
		font-weight: bold;
	}
	
	/* Secondary nav */
	
	nav.secondary{
		width: 100%;
		border-bottom: 1px solid #cfd4d8;
		text-align: right;
	}
	
	nav.secondary ul{
		margin-bottom: 0;
	}
	
	nav.secondary ul li{
		margin-left: 19px;
		display: inline-block;
		list-style: none;
	}
	
	nav.secondary ul li:first-child{
		margin-left: 0;
	}
	
	nav.secondary a{
		font-size: 20px;
		color: #6D757D;
	}

} /* End Media > 768px - Desktop only */


/* Manager Profile blocks inside Mega-Menu */

div.profile{
	padding: 5px 0 5px 0;
	margin-bottom: 8px;
	text-align: center;
}

div.profile{
	font-size: 14px;
	line-height: 1em;
}

div.profile img{
	width: 94px;
	height: 94px;
	border-radius: 47px;
	margin-bottom: 7px;
	display:inline-block;
}

div.profile a{
	color: #36424a;
}

div.profile div.name{
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 4px;
}

div.profile div.title{
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 8px;
}

div.profile div.email,
div.profile div.phone{
	margin-bottom: 10px;
}

div.profile div.email{
	margin-bottom: 0;
}


/* Search */

div.id_fund_search_overlay{
	display: none;
/*
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.0);
	transition: background-color 0.4s;
*/
}

div.id_fund_search_panel{
	width: 675px;
	min-height: 350px;
	position: relative;
	padding: 32px 50px 20px 100px;
	border-radius: 1px;
	margin: 0 auto 0 auto;
	color: #eaeaea;
	opacity: 0;
	background: #6a737b;
	transform: translateY( -550px );
}

div.id_fund_search_overlay.open div.id_fund_search_panel{
	transition: transform 0.4s;
	transform: translateY( 0 );
	opacity: 1;
}

div.id_fund_search_overlay.open_mid_page div.id_fund_search_panel{
	transition: opacity 0.4s;
	transform: translateY( 0 );
	opacity: 1;
}

div.id_fund_search_panel span.search{
	height: 19px;
	width: 19px;
	display: block;
	position: absolute;
	left: 72px;
	top: 35px;
	background: left -20px no-repeat url("img/fidelity_sprites.png");
}

div.id_fund_search_panel a.close{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 18px;
	right: 25px;
	background: right -300px no-repeat url("img/fidelity_sprites.png");
}

div.id_fund_search > input{
	width: 655px;
	border: none;
	padding: 6px 8px 4px 8px;
	border-bottom: 1px solid white;
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 18px;
	background: #6a737b;
}

div.id_fund_search > input:focus{
	outline: none;
	background: #7a838b;
}

div.id_fund_search > input::-webkit-input-placeholder { color: white !important; }
div.id_fund_search > input::-moz-placeholder {  color: white; opacity:  1; }
div.id_fund_search > input:-ms-input-placeholder { color: white; }

div.id_fund_search_initial_view{
	display: block;
	margin-top: 30px;
	padding-left: 8px;
}

div.id_fund_search div.return_fund_message,
div.id_fund_search.return_fund div.quick_links{ display: none; }
div.id_fund_search.return_fund div.return_fund_message{ display: block; }
div.id_fund_search_initial_view div.heading,
div.return_fund_message div.heading{
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

div.id_fund_search_initial_view ul li{
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}

div.id_fund_search_initial_view ul li a{
	height: 26px;
	display: block;
	padding: 2px 5px 2px 0;
	font-size: 18px;
	line-height: 32px;
	color: white;
}

div.id_fund_search_initial_view ul li a:after{
	content: ' →';
}

div.id_fund_search_initial_view div.message p{
	margin-bottom: 0.5em;
	text-align: center;
}
div.id_fund_search_initial_view div.message p:last-child{ margin-bottom: 30px; }


/* Fund Search Results */

div.id_fund_search_results{
	height: 315px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
}

div.id_fund_search_results div.overview{
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 20px;
	padding: 5px 0 5px 0;
}

div.id_fund_search_results div.scrollbar{
	width: 3px;
	float: right;
	margin-left: 30px;
	border-radius: 2px;
	overflow: hidden;
}

div.id_fund_search_results div.track{
	width: 3px;
	background-color: #45555f;
	height: 100%; 
	position: relative;
}

div.id_fund_search_results div.thumb {
	width: 3px;
	height: 20px;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	top: 0;
	background-color: #cfd4d8;
	cursor: pointer;
}

div.id_fund_search_results div.thumb div.end{
	width: 3px;
	height: 3px;
	border-radius: 2px;
	overflow: hidden;
	display: none;
	background-color: #cfd4d8;
}


div.id_fund_search_results table{
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 8px;
	font-size: 18px;
	line-height: 18px;
}

div.id_fund_search_results table.listing tbody td{
	text-align: left;
	padding: 4px 2px 2px 8px;
	border-bottom: none;
	vertical-align: top;
	/* overflow: hidden; */
}

div.id_fund_search_results td.series{ width: 70px; }
div.id_fund_search_results td.load{ width: 55px; }

div.id_fund_search_results table.listing tbody td.code{
	width: 50px;
	text-align: right;
	padding-right: 8px;
}

div.id_fund_search_results thead td,
div.id_fund_search_results tfoot td{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

div.id_fund_search_results tfoot td{
	border-top: 1px solid #f2f2f2;
	text-align: right;
	padding-right: 8px;
}

div.id_fund_search_results tr.selected td{
	color: #162731;
	background-color: rgba(206, 224, 179, 0.75);
}

div.id_fund_search_results td.pre_search,
div.id_fund_search_results tr:hover td.pre_search,
div.id_fund_search_results td.not_found,
div.id_fund_search_results tr:hover td.not_found{
	height: 220px;
	line-height: 220px;
	text-align: center;
	background: white;
}

/* Fund Search: mid-page */

div.open_mid_page div.id_fund_search_panel{
	color: #36424a;
	background: #f9f9f9;
}

div.open_mid_page div.id_fund_search_panel span.search{
	background-position: left -44px;
}

div.open_mid_page div.id_fund_search_panel a.close{
	background-position: right -370px;
}

div.open_mid_page div.id_fund_search_panel a{
	color: #36424a;
}

div.open_mid_page div.id_fund_search > input{
	border-bottom: 1px solid #36424a;
	background: #f9f9f9;
}

div.open_mid_page div.id_fund_search > input:focus{
	background: #e9e9e9;
}

div.open_mid_page div.id_fund_search > input::-webkit-input-placeholder { color: #777777; }

div.open_mid_page div.id_fund_search_results div.track{
	background: #cfd4d8;
}

div.open_mid_page div.id_fund_search_results div.thumb{
	background: #6a737b;
}



/* FOOTER */

footer.id_footer{
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	background: #45555f;
	color: white;
}

footer.id_footer div.inset{
	margin-bottom: 10px;
	padding: 29px 0 30px 0;
	overflow: hidden;
}

footer.id_footer a{
	color: white;
}

footer.id_footer div.col{
	width: 176px;
	padding-top: 16px;
	margin-left: 30px;
	float: left;
}

footer.id_footer div.col:first-child{
	width: 280px;
	padding-top: 8px;
	margin-left: 0;
}

footer.id_footer div.col:last-child{
	/*width: 265px;*/  
}

footer.id_footer nav ul{
	margin-bottom: 30px;
}

footer.id_footer nav ul li{
	margin: 0;
	list-style: none;
}

footer.id_footer nav ul li a{
	display: block;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}

footer.id_footer nav ul li.has_children > a{
	padding-bottom: 0;
}

footer.id_footer nav div.heading{
     font-weight: bold;
     line-height: 18px;
}

footer.id_footer nav ul ul{
	margin-top: 8px;
}

footer.id_footer nav ul ul li a{
	font-weight: normal;
}

footer.id_footer div.item{
	width: 250px;
	line-height: 1.2em;
	font-weight: 300;
}

/* Item */

footer.id_footer div.item{
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 24px;
}

footer.id_footer div.item div.heading{
	font-weight: bold;
	margin-bottom: 7px;
}

div.item.phone_list div.content{
	line-height: 1.9em;
}

div.item.phone_list strong{
	width: 100px;
	display: inline-block;
	font-weight: normal;
}


/* Social */

div.social{
	margin-bottom: 45px;
	overflow: hidden;
}

div.social a{
	width: 46px;
	height: 46px;
	margin-right: 21px;
	display: inline-block;
	float: left;
	background: no-repeat left -100px url("img/fidelity_sprites.png");
}

div.social a.soc_linkedin{ background-position: left -100px; }
div.social a.soc_twitter{ background-position: left -150px; }
div.social a.soc_youtube{ background-position: left -200px; }
div.social a.soc_instagram{ background-position: left -250px; }


/* Blind */
div.content_blind{
	padding: 23px 5px 12px 5px;
	border-top: 7px solid #edeeef;
	transition: border-color 0.6s, padding-bottom 0.6s;
}

div.content_blind > h2{
	height: 32px;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: none;
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
}

div.content_blind > h2 button{
	float: left;
	margin: 0 14px 0 0;
}

div.content_blind div.body{
	max-height: 0;
	margin-left: 46px;
	padding-left: 2px;
	overflow: hidden;
	transition: max-height 0.6s;
}

div.content_blind div.content{
	font-size: 16px;
	line-height: 1.6em;
}

div.content_blind div.content h3{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1em;
	color: #333e48;
	display: inline-block;
}

div.content_blind div.content ul{
	margin-bottom: 26px;
	margin-top: 0;
}

div.content_blind div.content li{
	line-height: 1em;
	list-style: none;
	margin: 0 0 10px 0;
}

div.content_blind div.content li a{
	color: #4683ba;
}


div.content_blind.open{
	border-color: #cee0b3;
	padding-bottom: 15px;
}

div.content_blind.open > h2 a:before{
	transform: rotate( 45deg );
}

div.content_blind.open div.body{
	max-height: 5000px;
}

/* Menu Blind */

.menu_blind .blind_trigger{ display: none; } /* Mobile only */


/* Carrousel */

div.carrousel{
	position: relative;
	overflow: hidden;
}

div.carrousel div.slides > div{
	transform: translateX( 101% );
	transition: transform 1s;
	position: absolute;
	top: 0;
	left: 0;
}

div.carrousel div.slides > div.selected{
	transform: translateX( 0 );
	z-index: 3;
}

div.carrousel div.slides > div.unselected{
	transform: translateX( 0 );
	z-index: 2;
}

div.carrousel div.slides > div.force_back{
	transition: 0;
	z-index: 2;
}

div.carrousel div.slides > div.force_top{
	z-index: 3;
}

div.carrousel div.controls a.play_pause{
	background: red;
	display: block;
	display: none;
	height: 20px;
	width: 100px;
	z-index: 7;
	position: absolute;
}

div.carrousel.playing div.controls a.play_pause{
	background: green;
}

div.carrousel div.controls a.previous,
div.carrousel div.controls a.next{
	width: 50px;
	height: 60px;
	display: block;
	position: absolute;
	left: 5%;
	top: 45%;
	background: left -825px no-repeat url("img/fidelity_sprites.png");
	z-index: 7;
}

div.carrousel div.controls a.next{
	left: auto;
	right: 5%;
	background-position: right -825px;
}

div.carrousel div.controls a.previous:hover{ background-position: left -885px; }
div.carrousel div.controls a.next:hover{ background-position: right -885px; }

div.carrousel div.slide_select{
	position: absolute;
	right: 5%;
	bottom: 10%;
	text-align: right;
	z-index: 7;
}

div.carrousel div.slide_select a{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	display: inline-block;
	margin-left: 12px;
	background: #6a737b;
}

div.carrousel div.slide_select a:hover,
div.carrousel div.slide_select a.selected{
	background: #e7a614;
}


/* TILES */

div.tile{
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	position: relative;
}

div.tile.not_clickable{
	cursor: default;
}

div.sidebar > div.tile{
	height: auto;
	margin-bottom: 35px;
}

div.tile:hover{
	background: #f9f9f9;
}

div.tile > div.text{
	padding: 25px 20px 10px 20px;
}

div.tile > div.text div.content p{
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

div.tile > div.media{
	position: relative;
	overflow: hidden;
	line-height: 1px;
}

div.tile > div.media img{
	width: 100%;
	height: auto;
}

div.tile.dark_video > div.media:after,
div.tile.light_video > div.media:after{
	content: '';
	width: 80px;
	height: 52px;
	display: block;
	position: absolute;
	bottom: 8%;
	left: 4%;
	background: left -695px no-repeat url("img/fidelity_sprites.png");
	z-index: 4;
}

div.tile.light_video > div.media:after{
	background-position: left -645px;
}

div.tile div.heading{}
div.tile div.body{ margin-top: 10px; }

div.tile div.link{
	display: none;
	margin-top: 20px; 
}

div.tile.show_link div.link{ display: inline-block; }
@media (min-width: 768px){
	div.tile.show_desktop_link div.link{ display: inline-block; }
}

div.tile div.link a{
	font-size: 18px;
}


div.allocation_mix div.link a:after,
div.top_items div.link a:after,
div.tile div.link a:after{
	content: '→';
	position: relative;
	top: -1px;
	padding-left: 5px;
	font-size: 0.9em;
	line-height: 18px;
	font-family: Arial, sans-serif;
}

div.allocation_mix div.link a,
div.top_items div.link a,
div.tile div.link a:hover{
	text-decoration: none;
}

div.tile div.link a.blue_button,
div.tile div.link a.green_button{
	display: inline-block;
	padding: 9px 18px 7px 18px;
	border-radius: 3px;
	font-size: 18px;
	line-height: 1em;
	color: white;
	background-color: #4f7f2a;
}

div.tile div.link a.blue_button{
	background-color: #4683ba;
}



/* Tile: normal */

div.t_normal{
	height: 400px;
	border: 1px solid #cfd4d8;
	box-sizing: border-box;
}

div.t_normal div.media{
	max-height: 232px;
}

div.t_normal div.media img{
	width: 100%
}

div.t_normal div.link a{
	margin-bottom: 3px;
	font-size: 18px;
	color: #36424a;
}

div.t_normal:hover div.link a{
	text-decoration: underline;
	color: #005487;
}

div.t_normal div.heading{
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #4683ba;
}

div.t_normal div.body{
	font-size: 22px;
	line-height: 1.2em;
}

/* Tile: normal_doclist */

div.t_normal_doclist{
	height: 400px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
}

div.t_normal_doclist:hover{
	background: none;
}

div.t_normal_doclist div.text{ padding: 0; }

div.t_normal_doclist div.heading{
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 8px 0;
	margin-bottom: 0;
	font-size: 30px;
	line-height: 1.2em;
	color: #4683ba;
}

div.t_normal_doclist div.body{
	height: 343px;
	overflow-y: auto;
	margin-top: 0;
}

div.t_normal_doclist div.link{
	width: calc( 100% - 20px );
	height: 58px;
	position: absolute;
	bottom: 0;
	left: 0px;
	padding-left: 20px;
	border-top: 1px solid #cccccc;
	line-height: 58px;
}

article.fund.portfolio div.t_normal_doclist div.heading,
article.fund.moneymarket div.t_normal_doclist div.heading{
	line-height: 1em;
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 0;
}

article.fund.portfolio div.t_normal_doclist,
article.fund.moneymarket div.t_normal_doclist{
	height: auto;
	border-bottom: none;
}

article.fund.portfolio div.t_normal_doclist div.body{
	height: 530px;
}

article.fund.moneymarket div.t_normal_doclist div.body{
	height: 570px;
}

article.fund.moneymarket div.allocation{
	margin-bottom: -45px;	/* compensate for containing div.tall columns */
}

/* List: doclist */

div.t_normal_doclist ul.doclist{
	margin: 0;
	padding: 0;
}

div.t_normal_doclist ul.doclist li{
	list-style: none;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 14px 0 11px 0;
}

div.t_normal_doclist ul.doclist li:first-child{
	border-top: none;
}

div.t_normal_doclist ul.doclist li a{
	display: block;
	font-size: 22px;
	color: #45555f;
}


/* Tile: Block */

div.t_block{
	height: 478px;
	box-sizing: initial;
	border: none;
}

div.t_block div.media{
	height: 478px;
	max-height: none;
	position: absolute;
	top: 0;
	left: 0;
}

div.t_block div.text{
	height: 325px;
	position: absolute;
	top: 0;
	left: 0;
}

div.t_block div.heading{
	font-size: 44px;
	line-height: 0.9em;
}

div.t_block div.body{
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 300;
}

div.t_block.light_text div.heading,
div.t_block.light_text div.body,
div.t_block.light_text a{
	color: white;
}


div.t_block .grey_highlight,
div.t_block .green_highlight{
	display: inline-block;
	margin-top: 6px;
	padding: 6px 8px 4px 8px;
	color: white;
	background: rgba(69,85,95,0.85);	/* Grey #45555f */
}

div.t_block .grey_highlight:first-child,
div.t_block .green_highlight:first-child{
	margin-top: 0;
}

div.t_block .grey_highlight a,
div.t_block .green_highlight a{
	color: white;
}

div.t_block .green_highlight{
	background: rgba(69,112,41,0.85);
}

div.t_block div.link a.grey_highlight,
div.t_block div.link a.green_highlight{
	color: white;
}

/* Tile: Demi-Block */

div.t_demi_block{}

div.t_demi_block div.text{
	width: calc(62% - 25px);
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 0;
}

div.t_demi_block div.heading{
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	color: #4683ba;
}

div.t_demi_block div.body{
	margin-top: 8px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2em;
}

div.t_demi_block.screened div.text{
	width: calc(62% - 30px);
	height: 178px;
	padding-right: 10px;
	background: rgba(22,39,49,0.65);
}

div.t_demi_block.light_text div.heading,
div.t_demi_block.light_text div.body,
div.t_demi_block.light_text a,
div.t_demi_block.screened div.heading,
div.t_demi_block.screened div.body,
div.t_demi_block.screened a{
	color: white;
}

div.t_demi_block div.link{ margin-top: 11px; }

div.t_demi_block div.link a.green_button,
div.t_demi_block div.link a.blue_button{
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 14px;
}

div.t_demi_block.full_width div.text{
	width: calc(100% - 40px);
}


/* Tile: no image */

div.panel div.t_no_image{ min-height: 0; }
div.t_no_image{ min-height: 400px; }
article.fund div.t_no_image{ min-height: 0; }

div.t_no_image,
div.t_no_image:hover{
	background: #eaefe2;
}

div.t_no_image:hover{
	cursor: default;
}

div.t_no_image div.media{
	display: none;
}

div.t_no_image div.text{
	padding-top: 15px;
	position: static;
}

div.t_no_image div.heading{
	font-size: 20px;
	font-weight: normal;
	color: #236093;
}

div.t_no_image div.body{
	margin-top: 20px;
	font-size: 18px;
	line-height: 1em;
}

div.t_no_image div.link{
	margin-top: 16px;
	font-size: 16px;
	font-weight: bold;
}

div.t_no_image.show_link div.link{
	display: block;
}

div.t_no_image div.link a{ color: #36424a; }


article.fund div.t_no_image{
	height: 384px;
}

article.fund div.t_no_image,
article.fund div.t_no_image:hover{
	background: #f8f8f8;
}

article.fund  div.t_no_image div.text{
	padding-top: 38px;
	padding-bottom: 33px;
}

article.fund  div.t_no_image div.heading{
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	color: #4683ba;
}

article.fund.moneymarket div.t_no_image{
	height: auto;
}


/* Tile: Captioned */

div.t_captioned div.media{
	border: 1px solid #cfd4d8;
	margin-bottom: 12px;
	overflow: hidden;
}

div.t_captioned div.text{
	padding: 0 5px 8px 5px;
	min-height: 82px; 
}

div.t_captioned div.heading{
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
}

div.t_captioned div.heading div:after{
	content: '→';
	margin-left: 8px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 18px;
}

div.t_captioned:hover div.heading div{
	color: #005487;
}

div.t_captioned div.body{
	margin-top: 0;
	font-size: 14px;
	line-height: 18px;
}

div.t_captioned div.link{
	margin-top: 4px;
}

div.cols_211 div.t_captioned:first-child div.heading,
div.cols_112 div.t_captioned:last-child div.heading,
div.cols_121 div.t_captioned:nth-child(2) div.heading,
div.cols_11 div.t_captioned div.heading,
div.cols_111 div.t_captioned div.heading,
div.cols_12 div.t_captioned:last-child div.heading,
div.cols_21 div.t_captioned:first-child div.heading{
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 1px;
}


/* Tile: Manager */

div.t_manager{
	height: 94px;
	background: #f2f2f2;
}

div.t_manager div.media{
	width: 30.2%;
}

div.t_manager div.media img{
	width: auto;
	height: 94px;
}

div.t_manager div.text{
	width: 100%;
	padding-left: 30.2%;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
}

div.t_manager div.link{
	display: table;
	margin-top: 0;
}

div.t_manager div.link a{
	width: 100%;
	height: 93px;
	box-sizing: border-box;
	padding-left: 106px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #5c6670;
}

div.t_manager div.link a span.role{
	display: block;
	font-weight: normal;
}

/* Get ride of arrow */
div.t_manager div.link a:after{
	content: '';
	display: none;
}

article.fund div.t_manager{
	height: 108px;
}

article.fund div.t_manager div.media{
	width: 104px;
}
article.fund div.t_manager div.media img{
	height: 108px;
}

article.fund div.t_manager div.link a{
	padding-top: 18px;
	padding-left: 118px;
	vertical-align: top;
	font-size: 22px;
	line-height: 1em;
	color: #45555f;
}

article.fund div.t_manager div.link a span.role{
	margin-top: 7px;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	color: #003d4c;
}

article.fund.portfolio div.t_manager,
article.fund.moneymarket div.t_manager{
	margin-bottom: 20px;
}

article.fund.portfolio div.t_manager div.link,
article.fund.moneymarket div.t_manager div.link{
	font-size: 18px;
}

article.fund.portfolio div.t_manager div.link span.role,
article.fund.moneymarket div.t_manager div.link span.role{
	font-size: 16px;
}

/* FEATURES */

div.feature{
	width: 100%;
	height: 456px;
	display: table;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

div.feature.not_clickable{
	cursor: default;
}

div.feature > div.media{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	line-height: 1px;
}

div.feature > div.media img{
	width: 100%;
	height: auto;
}

div.feature > div.text{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

div.feature div.heading{
	line-height: 1em;
}

div.feature div.body{
	font-size: 22px;
	line-height: 1.4em;
	margin-top: 10px;
}

div.feature .grey_highlight,
div.feature .green_highlight{
	display: inline-block;
	margin-top: 6px;
	padding: 6px 8px 4px 8px;
	color: white;
	background: rgba(69,85,95,0.85);	/* Grey #45555f */
}

div.feature .grey_highlight:first-child,
div.feature .green_highlight:first-child{
	margin-top: 0;
}

div.feature .grey_highlight a,
div.feature .green_highlight a{
	color: white;
}

div.feature .green_highlight{
	background: rgba(69,112,41,0.85);
}

div.feature div.link{
	margin-top: 20px;
	display: none;
}

div.feature div.heading + div.link{
	margin-top: 10px;
}

div.feature.show_link div.link{ display: inline-block; }
@media (min-width: 768px){
	div.feature.show_desktop_link div.link{ display: inline-block; }
}

div.feature div.link a{
	position: relative;
}

div.feature div.link a:hover{
	text-decoration: none;
}

div.feature div.link a:after{
	content: '→';
	position: relative;
	top: -1px;
	padding-left: 5px;
	font-size: 0.9em;
	line-height: 18px;
	font-family: Arial, sans-serif;
}

div.feature div.link a.grey_highlight,
div.feature div.link a.green_highlight{
	color: white;
}

div.feature div.link a.blue_button,
div.feature div.link a.green_button{
	display: inline-block;
	padding: 11px 22px 13px 22px;
	border-radius: 3px;
	font-size: 18px;
	line-height: 1em;
	color: white;
	background-color: #4f7f2a;
}

div.feature div.link a.blue_button{
	background-color: #4683ba;
}


div.feature.dark_video div.media:after,
div.feature.light_video div.media:after{
	content: '';
	width: 80px;
	height: 52px;
	display: block;
	position: absolute;
	bottom: 10%;
	left: 5%;
	background: left -590px no-repeat url("img/fidelity_sprites.png");
	z-index: 4;
}

div.feature.light_video div.media:after{
	background-position: left -530px;
}

/* Feature - Splash */

div.f_splash{ height: 650px; }

div.f_splash div.text{
	width: 525px;
	height: 290px;
	top: 30.5%;
	left: 8.5%;
	text-align: left;
}

div.f_splash div.heading{
	font-size: 36px;
	line-height: 1em;
	font-weight: 300;
}

div.f_splash div.body{
}

div.f_splash div.link a{
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 1px;
}

div.f_splash.dark_video:after,
div.f_splash.light_video:after{
	left: 8.5%;
}


/* 75%, 66% Carrousel Splash -- DESKTOP ONLY */
@media (min-width: 768px){
	
	div.carrousel.for_f_splash{ height: 650px; }
	
	div.cols_31 div.f_splash,
	div.cols_31 div.carrousel.for_f_splash{ height: 595px; }
	div.cols_31 div.carrousel div.controls a.previous{ left: 3%; }
	div.cols_31 div.carrousel div.controls a.next{ right: 3%; }
	
	div.cols_21 div.f_splash,
	div.cols_21 div.carrousel.for_f_splash{ height: 523px; }
	div.cols_21 div.carrousel div.controls a.previous{ left: 2%; }
	div.cols_21 div.carrousel div.controls a.next{ right: 2%; }
	
} /* @Media */


/* Feature: short_text */

div.f_short_text{
	height: 456px;
}

div.f_short_text div.text{
	width: 62%;
	height: 63%;
	top: 17.5%;
	left: 19%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

div.f_short_text div.text > div{
	display: table-cell;
	vertical-align: middle;
}

div.f_short_text div.heading{ font-size: 72px; }
div.f_short_text div.body{ font-size: 24px; }


@media (min-width: 768px){
	div.f_short_text div.grey_highlight,
	div.f_short_text div.green_highlight{
		padding: 12px 20px 12px 20px;
		margin-top: 12px;
	}
	
	div.f_short_text div.grey_highlight:first-child,
	div.f_short_text div.green_highlight:first-child{
		margin-top: 0;
	}
	
	div.cols_31 div.f_short_text{ height: 340px; }
	div.cols_31 div.f_short_text div.heading{ font-size: 54px; }
	div.cols_31 div.f_short_text div.body{ font-size: 20px; }
}

/* Feature: long_text */

div.f_long_text{
	height: 456px;
}

div.f_long_text div.text{
	width: 62%;
	height: 63%;
	top: 17.5%;
	left: 19%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

div.f_long_text div.text > div{
	display: table-cell;
	vertical-align: middle;
}

div.f_long_text div.heading{
	font-size: 60px;
	font-weight: 300;
}

div.f_long_text div.body{
	display: block;
	font-size: 24px;
	font-weight: 300;
}

@media (min-width: 768px){
	div.cols_31 div.f_long_text{ height: 340px; }
	div.cols_31 div.f_long_text div.heading{ font-size: 45px; }
	div.cols_31 div.f_long_text div.body{ font-size: 20px; }
}

/* Feature: Find Fund / Search */

div.f_find_fund{
	height: 190px;
	cursor: default;
}

div.f_find_fund div.text{
	width: 90%;
	max-width: 460px;
	position: static;
	display: table;
	margin: 0 auto 14px auto;
	padding: 23px 10px 23px 10px;
	text-align: center;
}

div.f_find_fund div.text > div{
	display: table-cell;
	vertical-align: middle;
}

div.f_find_fund div.heading:before{
	width: 47px;
	height: 47px;
	content: '';
	display: block;
	margin: 0 auto 14px auto;
	border-radius: 50%;
	background: #5e9732 no-repeat -43px -13px url("img/fidelity_sprites.png");
}

div.f_find_fund div.heading{
	font-size: 48px;
	font-weight: 300;
}

div.f_find_fund div.body{
	width: calc( 100% - 24px );
	height: 34px;
	padding-left: 24px;
	border: 1px solid #b0b7bc;
	border-radius: 3px;
	text-align: left;
	font-size: 24px;
	line-height: 38px;
	font-weight: 300;
	color: #b0b7bc;
	cursor: pointer;
}


div.cols_21 div.f_find_fund{
	height: 523px;
	border: 1px solid #cfd4d8;
	box-sizing: border-box;
}

div.cols_21 div.f_find_fund div.text{ width: 85%; margin-top: 70px; }
div.cols_21 div.f_find_fund div.heading:before{ margin-bottom: 31px; }
div.cols_21 div.f_find_fund div.heading{ margin-bottom: 11px; }

div.cols_21 div.f_find_fund div.link{
	display: block;
	margin-top: 55px;
	font-size: 24px;
	text-align: center;
}

div.cols_21 div.f_find_fund div.link a{
	color: #6a737b;	
}


/* Feature: Multi-link */

div.f_multilink{
	color: white;
	cursor: default;
}

div.f_multilink{
	height: 500px;
}

div.f_multilink div.text{
	width: 900px;
	left:  205px;
	top: 38px;
}

div.f_multilink div.heading{
	font-size: 38px;
}

div.f_multilink div.body{
	font-size: 24px;
	line-height: 1.25em;
	margin-top: 30px;
}

div.f_multilink div.link{
	margin-top: 23px;
}

div.f_multilink div.link a{
	display: inline-block;
	margin-bottom: 14px;
	font-size: 19px;
	color: white;
}
div.f_multilink div.link a:visited{
	color: white;
}
div.f_multilink div.link a:hover{
	color: #f0ebd9;
}

/* Feature: Small */

div.f_small{
	height: 263px;
}

div.f_small div.text{
	width: 87%;
	height: 74.5%;
	top: 13%;
	left: 4.8%;
}

div.f_small div.heading{
	width: 66%;
	font-size: 72px;
	line-height: 1em;
	font-weight: 300;
	color: #4683ba;
}

div.f_small div.body{
	width: 66%;
	display: block;
	font-size: 32px;
	line-height: 1.1em;
	font-weight: 300;
}

div.f_small div.link{
	position: absolute;
	right: 0;
	top: 25%;
}

div.f_small div.link a{
	font-size: 24px;
}

div.f_small.dark_video div.media:after,
div.f_small.light_video div.media:after{
	left: 7.8%;
}

@media (min-width: 768px){
	div.cols_31 div.f_small,
	div.cols_13 div.f_small{ height: 196px; }
	div.cols_31 div.f_small div.heading,
	div.cols_13 div.f_small div.heading{ font-size: 60px; }
	div.cols_31 div.f_small div.body,
	div.cols_13 div.f_small div.body{ font-size: 24px; }
}


/* Features: Common Attributes */

div.feature.light_text div.text,
div.feature.light_text div.heading{
	color: white;
}

/* Action Menu */

div.action_menu button.title{
	height: 32px;
	line-height: 36px;
	position: relative;
	overflow: hidden;
	padding: 0 36px 0 16px;
	font-size: 18px;
	text-align: left;
	color: #003D4C;
	background: #e6efd9;
	margin-bottom: 4px;
}

div.action_menu button.download_xlsx_pnp{
	height: 48px;
	line-height: 36px;
	position: relative;
	overflow: hidden;
	padding: 0 22px 0;
	font-size: 18px;
	text-align: center;
	color: #6a737b;
	background: white;
	border: 1px solid #b0b7bc;
}

div.action_menu button.title:after{
	content: '▼';
	font-size: 15px;
	display: inline-block;
	position: absolute;
	top: -1px;
	right: 12px;
	font-family: Arial, sans-serif;
	color: #949ca1;
}

div.action_menu ul{
	width: 220px;
	max-height: 285px;
	overflow-x: auto;
	box-sizing: border-box;
	position: absolute;
	padding: 8px 0 8px 0;
	border: 1px solid #dedede;
	display: none;
	background: white;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.03);
	z-index: 1;
}

div.action_menu.full button.title{
	width: 100%;
	height: 48px;
	line-height: 51px;
}

div.action_menu.open ul{ display: block; }

div.action_menu li{
	display: block;
	margin: 0;
	padding: 0;
}

div.action_menu li button{
	width: 100%;
	line-height: 30px;
	text-align: left;
	padding: 8px 10px 7px 32px;
	display: block;
	font-size: 17px;
	line-height: 1em;
	font-weight: 300;
	color: #5c6670;
	background: none;
}

div.action_menu li.hovered button{ background: #e6efd9; color: #003D4C}

div.action_menu button.title:hover,
div.action_menu.open button.title,
div.action_menu li.selected button{ background: #cee0b3; }

div.action_menu button.download_xlsx_pnp:hover {background: #e6efd9;}

/* Action Menu with hamburger icon */

button.menu_icon{
	width: 31px;
	height: 30px;
	display: inline-block;
	position: relative;
	padding: 3px;
	overflow: visible;
	background: none;
}

button.menu_icon span,
button.menu_icon:before,
button.menu_icon:after{
	content: '';
	height: 4px;
	width: 17px;
	overflow: visible;
	display: inline-block;
	border-radius: 2px;
	background: #648c1a;
	position: absolute;
	left: 7px;
}

button.menu_icon span{ top: 13px; }
button.menu_icon:before{ top: 7px; }
button.menu_icon:after{ bottom: 7px; }


/* Action Menubar */

div.action_menubar{ overflow: hidden; }
div.action_menubar button.mobile_summary,
div.action_menubar button.mobile_status,
div.action_menubar button.mobile_trigger{
	display: none;
}

div.action_menubar div.action_menu{
	float: left;
	margin-right: 4px;
}

div.action_menubar div.action_menu button.title{
	max-width: 190px;
	height: 48px;
	line-height: 51px;
}

/* Table.Listing */

table.listing{
	table-layout: fixed;
	position: relative;
	border-collapse: separate;
}

table.listing td{
	box-sizing: border-box;
	font-size: 17px;
	line-height: 1em;
}
.historical table.listing td{
	font-size: 15px;
}
.historical table.listing.body td:last-child{
	width:70px;
}


table.listing td:first-child{ border-left: 1px solid transparent; }
table.listing td:last-child{ border-right: 1px solid transparent; }

table.listing thead td{
	height: 43px;
	padding: 6px 0 6px 3px;
	vertical-align: bottom;
	border-top: 1px solid #c6c6c6;
	letter-spacing: 1px;
}

table.listing thead tr:last-child td{
	border-bottom: 1px solid #bbbbbb;
}

table.listing tbody td{
	padding: 9px 0 7px 3px;
	border-bottom: 1px solid #e7e7e7;
}

table.listing tr.heading h2{
	padding: 26px 0 4px 0;
	margin: 0;
	border: none;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	color: #45555f;
}

table.listing div.message{
	width: 1200px;
	padding:  50px 0 50px 0;
	text-align: center;
}

table.listing td.direction span{
	height: 10px;
	width: 10px;
	line-height: 13px;
	display: inline-block;
	background: no-repeat -50px -520px url("img/fidelity_sprites.png");	/* blank / flat */
}

table.listing td.direction.down span{ background-position: -59px -520px; }
table.listing td.direction.up span{ background-position: -70px -520px; }

table.listing td.pnp_watchlist_button button{
	height: 17px;
	width: 16px;
	line-height: 13px;
	display: inline-block;
}

table.listing div.pnp_watchlist{text-align: center}

table.listing td.pnp_watchlist_button.add button{ background: url("img/icon_watchlist_add.png"); }
table.listing td.pnp_watchlist_button.remove button{ background: url("img/icon_watchlist_remove.png"); }

@media (min-width: 768px)
{
	table.listing tr.heading:first-child h2{ padding-top: 2px; }
	table.listing tr.heading h2 button{ display: none; }

	table.listing tr.fund:hover td,
	table.listing tr.fund.menu_open td,
	table.listing tr.fund.initial_select td{ background: #f0f6e8;}
	table.listing tr.fund:hover td:first-child,
	table.listing tr.fund:hover td:last-child,
	table.listing tr.fund.menu_open td:first-child,
	table.listing tr.fund.menu_open td:last-child,
	table.listing tr.fund.initial_select td:first-child,
	table.listing tr.fund.initial_select td:last-child{ border-color: #e7e7e7; }
	
	table.listing td.row_menu{
		text-align: right;
		padding-right: 15px;
		position: relative;
	}
	
	table.listing td.row_menu div.action_menu{
		visibility: hidden;
		position: absolute;
		top: 1px;
		right: 8px;
	}
	
	table.listing tr.initial_select td.row_menu div.action_menu,
	table.listing tr:hover td.row_menu div.action_menu,
	table.listing tr.menu_open td.row_menu div.action_menu{ visibility: visible; }
	
	table.listing tr.fund:hover td,
	table.listing tr.fund.menu_open td,
	table.listing tr.fund.initial_select td{ background: #f0f6e8;}
	
	table.listing td.row_menu div.action_menu ul{
		right: 0;
	}
	
} /* Media */

/* Sticker, Sticker, Stuck */

/* sticks to top of screen, usually for table.listing */
div.stuck{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #bbbbbb;
	background: white;
	z-index: 10;
}

div.stuck > *{ position: relative; }

div.stuck table.headings tr:first-child td{ border-top-color: transparent; }
div.stuck table.listing thead tr:last-child td{ border-bottom: none; }

/* Table Controls */


div.table_controls input.listing_search{
	width: 312px;
	height: 47px;
	float: left;
	box-sizing: border-box;
	padding: 0 35px 0 11px;
	margin: 0 20px 0 5px;
	border: 1px solid #b0b7bc;
	border-radius: 4px;
	background: right -965px no-repeat url("img/fidelity_sprites.png");
}

div.table_controls input.listing_search.loading{
	background: 275px 12px no-repeat url("img/loading.gif");
}

div.table_controls button.clear{
	font-size: 16px;
	font-weight: normal;
}

div.table_controls ::-webkit-input-placeholder { font-size: 15px; }
div.table_controls ::-moz-placeholder { font-size: 15px; }
div.table_controls :-ms-input-placeholder { font-size: 15px; }
div.table_controls ::input-placeholder { font-size: 15px; }

div.table_filters{ overflow: hidden; }

@media (min-width: 768px)
{
	div.table_controls{
		height: 48px;
		margin: 0 0 22px 0;
	}
	
	div.content + div.table_controls{ margin-top: 65px;}
	
	div.table_controls button.plain{
		margin-left: 25px;
		font-size: 16px;
		color: #5381ac;
	}
	
	td.row_menu ul.action_menu{ top: 33px; right: -1px; }
	div.table_filters ul.action_menu{ left: 0; top: 48px; }
 } /* @media */


/* div.tooltip */

div.tooltip{
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
}

h2 div.tooltip,
h3 div.tooltip,
span.heading div.tooltip{
	top: -0.35em;
	left: -2px;
}

div.tooltip a{
	width: 18px;
	height: 16px;
	display: block;
	background: right -65px no-repeat url("img/fidelity_sprites.png");
}

div.tooltip.open a{ background-position: right -82px; }
div.tooltip div.content{ display: none; }

/* Tooltip Dialog */ 
div.id_tooltip{
	width: 400px;
	padding: 30px 30px 24px 24px;
	border: 1px solid #e4e4e4;
	display: none;
	position: absolute;
	top: 700px;
	left: 38%;
	background: white;
	box-shadow:  0 0 5px 1px rgba(0,0,0,0.1);
	z-index: 10;
}

div.id_tooltip a.close{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: no-repeat right -320px url("img/fidelity_sprites.png");
}

div.id_tooltip div.pointer{
	width: 40px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	background: no-repeat left -500px url("img/fidelity_sprites.png");
}

div.id_tooltip.open{ display: block; }

div.id_tooltip div.content{
	font-size: 13px;
	line-height: 19px;
	color: #5c6670;
}


/* ------------------- */
/* AUTH OVERLAYS */
/* ------------------- */

div.dialog_overlay{
	padding-top: 1px;
}

div.dialog{
	width: 330px;
	min-height: 200px;
	display: none;
	padding: 24px 95px 50px 95px;
	margin: 130px auto 50px auto;
	position: relative;
	background: white;
	z-index: 11;
}

div.dialog_overlay.open,
div.dialog.open{
	display: block;
	opacity: 1;
}

div.dialog div.controls{
	position: absolute;
	top: 14px;
	right: 24px;
}

div.dialog div.controls button{
	float: right;
	margin-left: 12px;
}

div.dialog > div.body{
	overflow: hidden;
}

div.dialog > header{
	min-height: 64px;
	margin-top: 37px;
	margin-bottom: 19px;
}

div.dialog h2{
	margin-bottom: 14px;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 300;
}

div#watch_list.dialog.message_box {
	box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
	border-radius: 4px;
	width: 300px;
	padding: 0.5rem;
	position: relative;
	background-color: white;
	color: rgba(0, 0, 0, 0.87);
	min-width: 240px;
	max-width: 80%;
	max-height: 80%;
	min-height: 0px;
}

div#watch_list.dialog.message_box.open {
	margin-top: calc(20%);
}

div#watch_list.dialog h2 {
	font-size: 24px;
	font-family: "neuzeit-grotesk",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #45555f;
	margin: 0.25em 0;
	text-align: left;
	padding: 10px;
}

div#watch_list > header {
    min-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.body.watch_list {
	padding: 10px;
	font-family: "NeuzeitGro",sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #45555f;
	margin: 0em 0;
	text-align: left;
	color: #45555f;
	font-size: 14px;
	width: auto;
	height: auto;
}

div.auth_login h2{
	font-size: 48px;
}

div.dialog h2 span.user{
	display: inline-block;
}

div.dialog h3{
	margin-bottom: 22px;
	font-size: 28px;
	line-height: 1em;
	font-weight: 300;
	color: #3b6e8f;
}

div.dialog p{ margin-bottom: 1.1em; }

div.dialog div.instruction{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.21em;
}

div.dialog div.question{
	margin-bottom: 22px;
	font-size: 24px;
	line-height: 1.21em;
	font-weight: 300;
}

div.dialog div.message{
	font-size: 24px;
	line-height: 1.2em;
	transition: margin 0.4s;
}

div.dialog div.message.error{
	margin-bottom: 12px;
	display: none;
	color: #c61724;
}

div.dialog div.message.major{
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2em;
}

div.dialog p.annotation{
	font-size: 14px;
	line-height: 1.25em;
}

div.dialog div.form_group div.instruction{ margin-top: 30px; }

div.dialog a.major{ font-size: 18px; }

div.dialog div.content ul{
	margin-bottom: 22px;
	font-size: 16px;
}

div.dialog div.content ul li{
	margin: 0 0 6px 18px;
	line-height: 1.15em;
}

div.form footer{ margin-top: 22px; }

div.form footer div.primary_actions{ margin-bottom: 12px; }

div.form footer div.secondary_actions button.plain{ font-size: 12px; }

div.form div.text_field,
div.form div.select_menu{
	width: 330px;
	margin-bottom: 13px;
	position: relative;
}

div.form div.action_menu_field{
	margin-bottom: 12px;
}

div.form label{
	display: block;
	font-size: 15px;
	margin-bottom: 1px;
}

div.form label.inline{ display: inline; }

div.form div.text_field input,
div.form div.select_menu select{
	width: 100%;
	box-sizing: border-box;
	padding: 9px 5px 9px 10px;
	border-radius: 3px;
	border: 2px solid #d1d4d7;
	font-size: 18px;
	line-height: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
}

div.form div.text_field input:focus,
div.form div.select_menu select:focus{
	border-color: #9db7c6;
	outline: 0;
}

div.form div.text_field.required label,
div.form div.select_menu.required label{
	color: #c61724;
}

div.form div.text_field.required label:before,
div.form div.select_menu.required label:before{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	display: block;
	content: '';
	float: left;
	margin: 1px 7px 0 0;
	font-size: 18px;
	color: white;
	background: #c61724 no-repeat -33px -470px url("img/fidelity_sprites.png");
}

div.form div.text_field.required input,
div.form div.select_menu.required select{
	border-color: #e38b92;
}


div.form div.text_field input + div.annotation{
	font-size: 13px;
	margin-top: 4px;
}

div.form div.select_menu select{
	height: 43px;
	padding-right: 30px;
}

div.form div.select_menu:after{
	content: '◀';
	position: absolute;
	right: 12px;
	bottom: 12px;
	transform: rotate(-90deg);
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #949ca1;
}

div.form div.checkbox_control{
	overflow: hidden;
	margin-bottom: 15px;
}

div.form div.checkbox_control label{
	font-size: 13px;
	line-height: 26px;
}

div.form div.checkbox_control input{
	display: none;
}

div.form div.checkbox_control span{
	width: 18px;
	height: 18px;
	float: left;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #d1d4d7;
	margin-right: 8px;
}

div.form div.checkbox_control label :checked + span{
	border-color: #3b6e8f;
	background: #3b6e8f;
}

div.form div.checkbox_control label :checked + span:after{
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: 2px;
	left: 3px;
	display: block;
	background: no-repeat -40px -500px url("img/fidelity_sprites.png");
}

.form_verify_email_address {
	display: block;
	margin-bottom: 6rem;
}
.form_verify_email_address div {
	display: block;
	margin: 1rem 0 ;
}
.form.form_verify_email_address .text_field input {
	width: 30rem;
}

/* auth_select_acct_type */

div.dialog.auth_select_acct_type{
	width: 1000px;
	padding-left: 66px;
	padding-right: 55px;
}

div.dialog.auth_select_acct_type header{
	min-height: 0;
	margin-bottom: 47px;
}

div.dialog div.account_type{
	width: 317px;
	box-sizing: content-box;
	float: left;
	margin-left: 50px;
}

div.dialog div.account_type div.body{
	padding-left: 50px;
	border-left: 2px solid #f2f2f2;
	margin-bottom: 30px;
}

div.dialog div.account_type > button{
	margin-left: 50px;
}

div.dialog div.account_type:first-child{
	width: 265px;
	margin-left: 0;
}
div.dialog div.account_type:first-child div.body{
	padding-left: 0;
	border-left: 0;
}
div.dialog div.account_type:first-child > button{ margin-left: 0; }


div.dialog.auth_select_acct_type p.major{
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 18px;
	color: #5c6670;
}

div.dialog.auth_select_acct_type footer div.col{
	padding-right: 0;
	border-color: transparent;
}


/* sign_in_done */

div.dialog.auth_register_done h2{
	margin-bottom: 6px;
}

div.dialog.auth_register_done p.major{
	font-size: 24px;
	line-height: 1.2em;
}

/* forgot_pw_type */

div.dialog.auth_forgot_pw_type header{
	margin-bottom: 40px;
}

/* forgot_pw_user_id */

div.dialog.auth_forgot_pw_user_id footer{
	margin-top: 10px;
}

/* contact */

div.dialog.auth_contact div.contact{
	margin-top: 10px;
}

div.dialog.auth_contact div.contact div.major{
	margin-bottom: 6px;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1em;
	color: #3b6e8f;
}

div.dialog.auth_contact div.contact div.details{
	font-size: 20px;
	line-height: 1.2em;
}



/* ------------------------------ */
/* Article and CKEditor Styles */
/* ------------------------------ */

article.with_sidebar{
	width: calc( 66% - 60px );
}

article > footer div.sidebar{
	width: 386px;
	min-height: 100px;
	position: absolute;
	top: 65px;
	right: 0;
}


/* Article Header */

article > header{
	position: relative;
	padding-top: 1px;
	margin-bottom: 20px;
	min-height: 40px;
}

article > header h1{
	margin: 51px 0 17px 0; /* down from 82 */
	font-size: 45px; /* down from 60 */
	line-height: 1em;
	font-weight: 300;
	letter-spacing: -1.7px;
}

article div.content p.major{
	font-size: 24px;
	line-height: 31px;
	font-weight: 300;
}

div.byline{ font-size: 16px; line-height: 23px; font-weight: 300; }
div.byline ul.attribution{ margin-bottom: 0; }
div.byline ul.attribution li{ 
	list-style: none;
	margin: 0 0 6px 0;
}
div.byline a{ color: #45555f; }
div.byline div.date{ text-transform: uppercase; }


article div.content{
	font-size: 20px;
	font-weight: 300;
}

article figure{ margin-top: 17px; }

article figure,
article p{ margin-bottom: 0.6em; }
article p,
article li{ line-height: 1.6em; }
article li{ margin: 0 0 0.4em 1.25em; }


article figure figcaption{
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}

article figure div.annotation{
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.6em;
	color: #45555f;
}

/*  */

article div.content p + ol,
article div.content p + ul{
	margin-top: -0.75em;
}

article footer div.share{
	display: inline-block;
	border-top: 1px solid #d0d4d7;
	padding-top: 15px;
	overflow: hidden;
	margin-bottom: 80px;
}

article footer div.share + div.row{
	margin-top: 0;
	margin-bottom: 50px;
}

article footer div.share a.icon{
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	margin-right: 2px;
	background: no-repeat left -1010px url("img/fidelity_sprites.png");
}

article footer div.share a.icon.facebook{ background-position: left -1007px;}
article footer div.share a.icon.linkedin{ background-position: right -1007px;}
article footer div.share a.icon.twitter{ background-position: left -1042px;}
article footer div.share a.icon.googleplus{ background-position: right -1042px;}

/*css for BlankHTMLTemplate ActionToolbarFragment*/
.blankTemplateActionToolbar{
    width: 1200px;
    margin: 0 auto 0 auto;
    overflow: visible;
    position: relative;
}

article footer div.share span{
	float: left;
	font-size: 14px;
	line-height: 36px;
	margin-right: 20px;
}

article footer div.row{
	margin-top: 50px;
}

article div.content figure.video{
	width: 675px;
	display: block;
	margin: 20px auto 100px auto;
}

article div.content figure.video .blind_trigger{
	font-size: 14px;
}

article div.content figure.video div.legal.blind{
	margin-bottom: 6px;
}

/* Article Body */

article > div.body{ clear: both; }
article > div.body:first-child{ margin-top: 20px; }

article h2{
	padding-bottom: 7px;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 1em;
	letter-spacing: 1px;
}

article .body footer p{
	font-size: 12px;
	line-height: 18px;
	color: #7b868c;
}


/* Article Secondary Actions */

ul.secondary_actions{
	height: 36px;
	position: absolute;
	right: 0;
	margin: 13px 8px 12px 0;
}

article.with_sidebar ul.secondary_actions{
	right: -470px;
}

ul.secondary_actions li{
	margin-left: 18px;
	float: left;
	list-style: none;
}

/*ul.secondary_actions li a{
	margin-top: 5px;
}*/

/* Article Related Content */

article div.related_content > header div.heading{
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	color: #4683ba;
}

/* Article Footer */

article > footer{
	margin-top: 50px;
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

div.legal{
	margin-bottom: 10px;
}

div.legal span.blind_trigger{
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #45555f;
	cursor: pointer;
}

div.legal span.blind_trigger span.hide{ display: none; }
div.legal.open span.blind_trigger span.hide{ display: block; }
div.legal.open span.blind_trigger span.show{ display: none; }

div.legal span.blind_trigger:hover{
	text-decoration: underline;
}

div.legal span.blind_trigger button{
	float: left;
	margin: 0 8px 0 0;
}

div.legal span.blind_trigger button.tiny{
	margin-top: 2px;
}

div.legal div.body{
	max-height: 0;
	overflow: hidden;
	font-size: 12px;
	transition: 0.4s;
}

div.legal.open div.body{
	max-height: 500px;
	padding-top: 10px;
}

div.legal.open a.blind_trigger:before{
	transform: rotate(45deg);
}

/* Article contact sales button */
button.sales_contact_button{
	width: 120px;
    height: 55px;
	background-color: #007398;
    border-radius: 37px;
    display: block;
    position: fixed;
    z-index: 4;
	bottom: 25px;
	right: 40px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	padding: 0 5px 0 40px;
	line-height: 85%;
}

button.sales_contact_button:lang(fr_CA){
    font-size: .95rem;
    line-height: 90%;
}

button.sales_contact_button span {
width: 26px;
    height: 20px;
    display: inline-block;
    left: 15px;
    margin-right: 0;
    position: absolute;
    top: 30%;
    vertical-align: middle;
    font-size: 1.8rem;
    background: no-repeat -5px -1305px url(img/fidelity_sprites.png);
}

button.sales_contact_button span:lang(fr_CA) {
    left: 12px;
}

.dialog.contact_sales.form {
	margin-top: 56px;
	margin-bottom: 0;
	margin-right: 27px;
	background-color: transparent;
	padding: 0;	  
	width: 475px;
    vertical-align: bottom;
	display: none;
	position: fixed;
	z-index: 10;
	bottom: -37px;
	right: 1px;
}
		
.contact_sales_form {
	margin: 3rem 2.8rem 2.2rem 3rem;
	background-color: #F6F6F6;
	border-left: 5px solid #006193;
	padding: 30px 15px 40px 15px;
	box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.2);
}

div.dialog .contact_sales_form div.controls {
	position: absolute;
	right: 12px;
	bottom: 0;
	top: auto;
}

.contact_sales_form button.round {
	width: 55px;
	height: 55px;
	border-radius: 27px;
	background: #3A3D3F -41px -1292px no-repeat url(img/fidelity_sprites.png);;
}

.contact_sales_form form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
	margin-top: .5rem;
}

.contact_sales_form form.mktoForm select.mktoField,
.contact_sales_form form.mktoForm textarea.mktoField {
	padding: 10px 10px !important;
	border-radius: 3px !important;
}

.contact_sales_form form.mktoForm textarea.mktoField {
	height: 130px !important;
}

.contact_sales_form form.mktoForm .mktoButtonRow button {
	background: #006193 !important;
	height: 36px;
}

@media (max-width: 768px){
	
	.contact_sales_form form.mktoForm p {
		font-size: 16px !important;
	}
	
	.contact_sales_form form.mktoForm p.title {
		font-size: 18px !important;
	}
	
	.contact_sales_form form.mktoForm .mktoHtmlText {
		margin-bottom: 20px !important;
	}

	.contact_sales_form form.mktoForm label.mktoLabel {
		font-size: 18px !important;
	}
	
	.contact_sales_form form.mktoForm select.mktoField {
		padding: 10px !important;
		font-size: 16px !important;
		height: 42px !important;
	}

	button.sales_contact_button {
		width: 80px;
		padding: 0 5px 0 5px;	
		bottom: 16px;
		right: 15px;
	}
	
	button.sales_contact_button span {
		display: none;
		background: none;
	}
	
	button.sales_contact_button:lang(fr_CA){
		font-size: .9rem;
	}
		
	.dialog.contact_sales.form {
		width: 100%;
		margin: 1rem auto;	
		padding: 0;
		top: 0;
	}
	
	.dialog.contact_sales.form:after {
		content: '';
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
		z-index: -1;
		background-color: #F6F6F6;
		transition: background-color 0.4s;
	}
	
	.contact_sales_form {
		margin: 0 auto;
		max-width: 375px;
		background-color: #F6F6F6;
		border-left: none;
		padding: 20px;
		box-shadow: none;
	}
	
	div.dialog .contact_sales_form div.controls {
		position: absolute;
		right: 15px;
		top: -11px;
	}
	
	.contact_sales_form button.round {
		width: 48px;
		height: 48px;
		border-radius: 0;
		background: 16px -323px no-repeat url(img/fidelity_sprites.png);
	}
}


/* Article Back to Top */

a.back_to_top{
	width: 36px;
	height: 36px;
	display: block;
	position: fixed;
	bottom: -40px;
	right: 40px;
	border-radius: 2px;
	background: #5a6771;
	z-index: 2;
}

a.back_to_top:before{
	content: '▲';
	width: 36px;
	height: 36px;
	line-height: 35px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	color: white;
}

/* CKEditor */

ol.alpha li{
            list-style-type: upper-alpha;
} 
 
ol.loweralpha li{
            list-style-type: lower-alpha;
}


/* article.article */

article.article div.content h2{
	margin: 1.1em 0 0.6em 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: normal;
}


/* article.product_program */

article.product_program > div.body{
	width: 936px;
	margin: 0 auto 0 auto;
}

article.product_program div.share{
	margin-left: 132px; /* (1200 - 936)/2 */
}

article.product_program h2{
	margin-top: 60px;
	margin-bottom: 22px;
	padding: 0;
	border: none;
}

article.product_program h3{
	margin-top: 35px;
	font-size: 28px;
	line-height: 1em;
	font-weight: bold;
	color: #45555f;
}

article.product_program h4{
	margin-top: 35px;
	color: #45555f;
}

article.product_program div.left_img,
article.product_program div.right_img{
	overflow: hidden;
	margin-bottom: 100px;
}

article.product_program div.left_img > aside,
article.product_program div.right_img > aside{ width: 42%; }
article.product_program div.left_img > div.col,
article.product_program div.right_img > div.col{ width: 53%; }

article.product_program div.left_img > aside,
article.product_program div.right_img > div.col{ float: left; }
article.product_program div.right_img > aside,
article.product_program div.left_img > div.col{ float: right; }

article.product_program div.left_img h2,
article.product_program div.left_img h3,
article.product_program div.left_img h4,
article.product_program div.right_img h2,
article.product_program div.right_img h3,
article.product_program div.right_img h4{
	margin-top: 0;
}

article.product_program div.left_img > aside img,
article.product_program div.right_img > aside img{
	max-width: 100%;
	height: auto;
}


/* ----------------- */
/* PAGE SPECIFIC */
/* ----------------- */

/* Forms */

/* Home - Advisor */

div.cols > div.top_funds{
	width: calc( 25% - 40px );
	height: calc( 595px - 22px );
	padding: 12px 10px 10px 10px;
	overflow: hidden;
	background: #F0F6E8;
}

div.top_funds div.heading{
	font-size: 26px;
	font-weight: 300;
	line-height: 1.1em;
	margin-bottom: 8px;
}

div.top_funds div.date{
	font-size: 12px;
}

ul.fund_list{
}

ul.fund_list li{
	border-top: 1px solid #5E9732;
	position: relative;
	padding: 12px 0 12px 0;
	margin: 0;
	list-style: none;
}

ul.fund_list div.rank{
	position: absolute;
	top: 9px;
	left: 0;
	font-weight: bold;
}

ul.fund_list div.name{
	margin: 0 0 6px 20px;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: 300;
}

ul.fund_list div.rating{
	margin-left: 20px;
}


/* Portfolio Managers */
/* Alphabetical Index */

article.managers div.stuck{ border-bottom: none; }

nav.alpha_index{
	overflow: hidden;
	padding: 13px 0 10px 0;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin: 10px 0 10px 0;
	background: white;
}

nav.alpha_index a{
	width: 29px;
	height: 33px;
	display: inline-block;
	float: left;
	margin-left: 2px;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	color: #7d868c;
	background: none;
}

nav.alpha_index a:first-child{
	margin-left: 0;
}

nav.alpha_index a:hover{ color: #333e48; text-decoration: none;}
nav.alpha_index a.selected{
	color: #333e48;
	background: #e6efd9;
}

nav.alpha_index a.disabled{
	color: #c3c6c8;
}

/* Manager Detail */

article.manager{}

article.manager > header{
	margin-bottom: 33px;
	border-bottom: 1px solid #bebebe;
}

article.manager > header h1{
	margin-bottom: 11px;
	font-size: 60px;
	letter-spacing: 0;
}

article.manager div.row{
	margin-bottom: 42px;
	overflow: hidden;
}

article.manager img.photo{
	width: 186px;
	height: auto;
	float: left;
}

article.manager div.quote{
	width: 600px;
	margin-top: 29px;
	float: right;
	font-size: 20px;
	line-height: 1.33em;
	font-weight: 300;
	color: #5381ac;
}

article.manager div.quote.medium{ font-size: 30px; }
article.manager div.quote.short{ font-size: 40px; line-height: 1.33em; }

article.manager div.quote p{
	position: relative;
	margin-bottom: 0.3em;
}
article.manager div.quote p:last-child:after{ content: '”'; }
article.manager div.quote p:before{
	content: '“';
	top: 0;
	left: -0.6em;
}

article.manager div.details{
	width: 288px;
	float: left;
	margin-left: 23px;
}

article.manager div.details.second{ margin-left: 125px; }

article.manager div.details div.item{
	padding-bottom: 9px;
	margin-bottom: 13px;
	border-bottom: 1px solid #e9e9e9;
}

article.manager div.details div.item:last-child{ border-bottom: none; }

article.manager div.details div.item div.heading{
	font-size: 18px;
	line-height: 1.1em;
}

article.manager div.details div.item div.content{
	font-size: 14px;
	line-height: 1.3em;
	color: #6a737b;
}

article.manager div.details div.item p{
	margin-bottom: 4px;
}

article.manager div.funds_managed div.item{
	margin-bottom: 20px;
}

article.manager div.funds_managed div.item div.heading{
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	color: #5c6670;
}

article.manager div.funds_managed div.item div.content{
	font-size: 14px;
	line-height: 1em;
	color: #5c6670;
}

article.manager div.funds_managed div.item div.content a{
	display: block;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 1em;
	font-weight: 300;
	color: #236092;
}

article.manager div.funds_managed div.item div.content a + a{
	margin-top: 12px;
}

/* MRFPS */

@media (min-width: 768px)
{
	table.mrfps td{ font-size: 17px; line-height: 1em; }
	
	table.mrfps td.fund_name{ width: 550px;}
	table.mrfps td.report{
		width: 132px;
		min-height: 37px;
		text-align: center;
	}
	table.mrfps tbody td.report{ padding: 0; }
	table.mrfps td.gap{ width: 30px; }
	table.mrfps td.wide_gap{ width: 180px; }
	table.mrfps tbody td.report span.no_report{
		width: 37px;
		height: 32px;
		display: inline-block;
		line-height: 32px;
		text-align: center;
	}
	
	table.mrfps thead tr.groups td{
		border-top: 1px solid #c6c6c6;
		padding: 25px 0 7px 27px;
		font-size: 20px;
		line-height: 1em;
	}
	
	table.mrfps a.type_icon.pdf{
		padding: 8px;
	}
	
	table.mrfps a.type_icon{
		display: inline-block;
	}
	table.mrfps a.type_icon.pdf:after{
		float: right;
		margin-right: 8px;
	}
	
	table.mrfps thead tr.groups td.mr{ padding-left: 14px; }
} /* @media */


/* Fund Codes */

table.fund_codes tr.fund td{ cursor: default; }
table.fund_codes tr.fund td.fcl_watchlist_button{ text-align: center; }
table.fund_codes tr.fund td.row_menu{ cursor: default; }

@media (min-width: 768px)
{
	table.fund_codes td.fund_code{ width: 100px; }
	table.fund_codes td.fund_name{ width: 400px; }
	table.fund_codes td.fcl_watchlist_button{ width: 300px; }
	table.fund_codes td.fund_series{ width: 180px; }
	table.fund_codes td.fund_option{ width: 210px; }
	table.fund_codes td.row_menu{ width: 140px; }
} /* @media */


/* Fund Facts */

@media (min-width: 768px)
{
	table.fund_facts td{ font-size: 17px; }
	table.fund_facts td.fund_name{ width: 550px; }
	table.fund_facts td.fund_series{width: 650px;}
	table.fund_facts tbody td.fund_series{ padding: 0 0 0 3px;  }
} /* Media */


div.fund_fact{
	width: 40px;
	height: 40px;
	/* overflow: hidden; */
	float: left;
	margin: 8px 6px 2px 0;
	text-align: center;
}

div.fund_fact a,
div.fund_fact button{
	height: 20px;
	display: block;
}

div.fund_fact button{
	width: 30px;
	display: inline-block;
	background: -57px -452px no-repeat url("img/fidelity_sprites.png");
}


/* ----------- */
/* Fund Page */
/* ----------- */

article.fund section{
	margin-bottom: 42px;
}

article.fund div.fund_code{
	height: 46px;
	line-height: 48px;
	padding: 0 15px 0 15px;
	border: 1px solid #cccccc;
	display: inline-block;
	font-size: 22px;
	text-align: center;
	color: #6a747b;
}

article.fund h2{
	padding-bottom: 0;
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	border-bottom: none;
	color: #4683ba;
}

article.fund h2 span{
	font-size: 18px;
	font-weight: normal;
	color: #6a747b;
}

article.fund section.section_returns h2 span:lang(fr_CA) {
	display: block;
}

article.fund h3{
	margin-bottom: 10px;
	color: #4683ba;
}

article.fund h3 span{
	font-size: 18px;
	font-weight: normal;
	color: #6a747b;
}

article.fund div.tabs{
	overflow: hidden;
}


article.fund div.tabs button{
	width: 86px;
	height: 42px;
	float: left;
	padding: 6px 8px 6px 10px;
	margin-left: 8px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1em;
	text-align: left;
	background: #f1f5f7;
}

article.fund div.tabs button:first-child{
	margin-left: 0;
}

article.fund div.tabs button.selected{
	background: #cee0b3;
}

article.fund div.action_menubar{
	display: inline-block;
	float: left;
}

div.table_box{
		border: 1px solid #cccccc;
		padding: 16px 12px 26px 12px;
		box-sizing: border-box;
}

div.table_box h2{
	margin-bottom: 9px;
}

/* Table Numeric */

table.numeric{ width: 100%; }

table.numeric td{
	padding: 10px 0 8px 4px;
	border-bottom: 1px solid #cccccc;
	text-align: right;
	font-weight: bold;
	line-height: 1em;
}

table.numeric td.heading{
	text-align: left;
	font-weight: normal;
}

table.numeric thead td{
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 2px;
}

table.numeric tbody tr:first-child td{
	padding-top: 17px;
}

table.numeric tbody tr th.tb-year {
	text-decoration: none;
	color: #005487;
	cursor: pointer;
}

table.numeric tbody tr th.tb-year:hover {
	text-decoration: underline;
}

/* Fund Stats */

div.fund_stats{
	padding: 26px 12px 32px 12px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

div.fund_stat{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1em;
}

div.fund_stat span.heading{
	max-width: 70%;
	display: inline-block;
}
div.fund_stat span.value{
	float: right;
	text-align: right;
	font-weight: bold;
}

div.fund_stat span.price{ display: inline-block; }
div.fund_stat span.price:after{
	content: '';
	width: 17px;
	height: 18px;
	display: inline-block;
	float: right;
	margin-left: 5px;
	margin-top: -2px;
	background: no-repeat -46px -422px url("img/fidelity_sprites.png");
}

div.fund_stat span.price.down:after{ background-position: -46px -422px; }
div.fund_stat span.price.up:after{ background-position: -63px -422px; }

div.fund_stat div.annotation{
	clear: both;
	margin-top: 3px;
	font-size: 14px;
	line-height: 1em;
	color: #6a747b;
}

div.fund_stat span.value.full_width{
	display: block;
	float: none;
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 16px;
	text-align: left;
}

div.fund_stats div.button_area{
	padding: 18px 0 8px 0;
	text-align: center;
}

div.fund_stat div.rating{
	float: right;
}

#ovrvw_dist span.heading,
#ovrvw_rebalfreq span.heading {
    max-width: 100%;
}
/* Performance Chart / Calc */

article.fund div.f_small{
	margin-bottom: 20px;
}

div.charts_area{
	padding: 20px;
	background: #f8f8f8;
	margin-bottom:20px;
}

div.charts_area h2{
	margin-bottom: 0;
}

div.charts_area h2 button{
	margin-right: 8px;
	padding: 14px 30px 11px 30px;
	font-size: 24px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 1px;
	color: #6c767d;
	background: #F1F1F1;
}

div.charts_area h2 button.selected{
	background: #e6efd9;
}

div.charts_area div.tab_content{ display: none; /*min-height: 560px;*/ }
div.charts_area div.tab_content.selected{ display: block; }

div.highcharts-popup{ overflow-y: auto; overflow-x: hidden; }
div.highcharts-popup div.highcharts-popup-bottom-row{ position: absolute; right: 45px; top: -5px; }
div.highcharts-popup-bottom-row button{ color: white; background-color: #3b6e8f; border-radius: 3px; padding: 5px 10px 5px 10px; }
div.highcharts-popup-bottom-row button:hover{ background-color: #3b6e8f; text-decoration: underline; }
div.highcharts-toggle-toolbar{ visibility: hidden; }

div.select_dates{
	margin: -2px 6px 0 0;
	padding: 0px 0 8px 0;
	float: right;
}

div.select_dates label{ font-size: 13px }
div.select_dates label:last-child,
div.select_dates label:last-child input{
	margin: 0 0 0 5px;
}

div.select_dates input{
	width: 85px;
	height: 17px;
	font-size: 15px;
	line-height: 1em;
	border-radius: 2px;
	padding: 6px 24px 4px 8px;
	-webkit-appearance: none;
	border: 1px solid #cccccc;
	color: #6a747b;
	background: no-repeat 97px -1075px url("img/fidelity_sprites.png");
}

/* Datepicker */

.ui-datepicker{
	display: none;
	padding: 0 0 4px 0;
	border: 1px solid #888888;
	border-radius: 4px;
	font-size: 13px;
	background: white;
}

.ui-widget-header{
	border: 1px solid #5381ac;
	padding: 4px 2px 5px 2px;
	margin-bottom: 4px;
	font-weight: bold;
	background: #5381ac;
	color: #ffffff;
}

.ui-datepicker-title{
	color: white;
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	width: 18px;
	height: 18px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: 5px;
	overflow: hidden;
	background: no-repeat -60px -1200px url("img/fidelity_sprites.png");
	transform: rotate(90deg);
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next{
	transform: rotate(-90deg);
}

.ui-datepicker .ui-datepicker-prev { left: 4px; }
.ui-datepicker .ui-datepicker-next { right: 4px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: -100px;
	margin-left: -8px;
	top: 30px;
	margin-top: -8px;
}

select.ui-datepicker-month,
select.ui-datepicker-year{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	height: 20px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	padding: 0 20px 0 3px;
	color: white;
	background: #5381ac no-repeat right -1200px url("img/fidelity_sprites.png");
}

select.ui-datepicker-month::-ms-expand,
select.ui-datepicker-year::-ms-expand{
    display: none;
}

select.ui-datepicker-month{
	margin-right: 4px;
}

#ui-datepicker-div tbody a,
#ui-datepicker-div tbody span{
	display: block;
	padding: 3px 6px 2px 6px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

#ui-datepicker-div tbody span{
	color: #999999;
}

#ui-datepicker-div tbody a:hover{
	color: #444444;
	background: #fef0c1;
	text-decoration: none;
}

#ui-datepicker-div tbody a.ui-state-active{
	color: #555555;
	font-weight: bold;
	background: #f3ab0f;
}


/* Other Elements */

div.risk_measures{ margin-bottom: 20px; }

div.volatility_meter div.band{
	height: 96px;
	overflow: hidden;
	position: relative;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cde0b2+0,95ba79+100 */
background: #cde0b2; /* Old browsers */
background: -moz-linear-gradient(left, #cde0b2 0%, #95ba79 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #cde0b2 0%,#95ba79 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #cde0b2 0%,#95ba79 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde0b2', endColorstr='#95ba79',GradientType=1 ); /* IE6-9 */
}

div.volatility_meter div.value{
	width: 20%;
	height: 96px;
	box-sizing: border-box;
	float: left;
	padding: 30px 6px 15px 6px;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #424242;
}

div.volatility_meter div.band:after{
	content: '';
	width: 32px;
	height: 22px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 87.1%;
	background: right -400px no-repeat url("img/fidelity_sprites.png");
}

div.volatility_meter div.band.low:after{ left: 7.2%; }
div.volatility_meter div.band.low_med:after{ left: 27.3%; }
div.volatility_meter div.band.med:after{ left: 47.3%; }
div.volatility_meter div.band.med_high:after{ left: 67.1%; }
div.volatility_meter div.band.high:after{ left: 87.1%; }

/* Fund Page - Allocation */

div.allocation div.cols{
	width: calc(100% + 30px);
	left: -15px;
	transition: transform 0.4s;
	overflow: visible;
}

div.allocation div.cols:after{
	content: '';
	display: table;
	clear: both;
}

div.allocation div.cols > div.col{
	width: calc(25% - 31px );
	min-height: 580px;
	margin: 0;
	padding: 0 15px 0 15px;
	border-left: 1px solid #cccccc;
}

div.allocation div.cols_211 > div.col:first-child{
	width: calc(50% - 31px);
}

div.allocation div.cols > div.col.tall{
	height: 625px;
	position: relative;
	top: -45px;
}

div.allocation div.cols > div.col:first-child{ border-left: none; }

div.allocation div.col > div.heading{
	margin-bottom: 18px;
}

div.allocation h3{
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 4px;
	color: #45555f;
}

div.allocation div.date{
	font-size: 18px;
	color: #6a747b;
}

div.allocation div.charts > div{
	height: 470px; 
	position: relative;
	display: none;
}
div.allocation div.charts > div.selected{ display: block; }

div.allocation div.chart{ height: 420px;}
div.allocation div.annotation{
	width: 100%;
	position: absolute; 
	top: 420px;
	text-align: center;
	font-size: 14px;
	color: #45555F;
}

div.allocation div.charts > div{  }

table.sector_mix{
	table-layout: fixed;
}

table.sector_mix td.numeric{
	width: 45px;
	font-weight: bold;
	font-size: 17px;
	text-align: right;
}

table.sector_mix td.sparkline{
	width: 25px;
	text-align: left;
}
table.sector_mix td.name{
	width: 115px;
	padding-right: 8px;
	font-weight: normal;
	text-align: left;
}

table.sector_mix tbody td{
	padding-bottom: 18px;
}

table.sector_mix thead td.numeric{
	font-weight: 300;
	padding-bottom: 8px;
	padding-left: 5px;
}

table.sector_mix tbody td.sparkline:after{
	width: 17px;
	height: 17px;
	content: '';
	display: inline-block;
	background: no-repeat -22px -1080px url("img/fidelity_sprites.png");
}

table.sector_mix tbody td.sparkline.up_up:after{ background-position: -40px -1080px }
table.sector_mix tbody td.sparkline.up_flat:after{ background-position: -40px -1100px }
table.sector_mix tbody td.sparkline.up_down:after{ background-position: -40px -1120px }
table.sector_mix tbody td.sparkline.flat_up:after{ background-position: -40px -1140px }
table.sector_mix tbody td.sparkline.flat_flat:after{ background-position: -40px -1160px }
table.sector_mix tbody td.sparkline.flat_down:after{ background-position: -40px -1180px }
table.sector_mix tbody td.sparkline.down_up:after{ background-position: -22px -1080px }
table.sector_mix tbody td.sparkline.down_flat:after{ background-position: -22px -1100px }
table.sector_mix tbody td.sparkline.down_down:after{ background-position: -22px -1120px }

/* Table: top_items */

div.allocation div.col.top_items > div.heading{
	margin-bottom: 27px;
}

div.top_items h3{
	margin-bottom: 18px;
}

div.top_items table{
	width: 100%;
	clear: both;
	margin: 0 0 16px 0;
	border-top: 1px solid #cccccc;
	table-layout: fixed;
}

div.top_items div.item,
div.top_items td{
	height: 20px;
	max-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 9px 0 6px 1px;
}

div.top_items td{
	font-weight: bold;
}

div.top_items td:first-child{
	width: 80%;
}

div.allocation_mix div.link a,
div.top_items div.link a{
	font-size: 18px;
}


/* Fund Page - Porfolio Variant */

div.nested_items div.percent{
	float: right;
}

div.nested_items button.toggle{
	float: left;
	margin: -2px 9px 0 0;
}

div.nested_items div.content_blind{
	border-top-width: 1px;
	padding: 5px 0 5px 0;
}

div.nested_items > div.date{
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1em;
	color: #6a747b;
}

div.nested_items div.content_blind div.heading{
	position: relative;
	padding: 3px 0 2px 25px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
}

div.nested_items div.content_blind div.heading button{
	position: absolute;
	left: 0;
	top: 4px;
}
div.nested_items div.content_blind div.body{
	margin-left: 0;
	clear: both;
}

div.nested_items div.content_blind div.content ul{
	margin: 5px 0 0 0;
}

div.nested_items div.content_blind div.content ul li{
	padding: 9px 0 6px 0;
	border-top: 1px solid #dddddd;
	margin-bottom: 0;
}


/* Search page */

article.search div.table_controls{
	height: auto;
	margin-bottom: 52px;
}

div.table_controls label{
	font-size: 19px;
}

div.table_controls select{
	margin-left: 8px;
}

div.results_list div.result{
	margin-bottom: 38px;
}

div.results_list div.result a{
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
}

div.results_list div.result div.breadcrumbs{
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1em;
	font-weight: 300;
	color: #7D868C;
}

div.results_list div.result div.description{
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 23px;
	font-weight: 300;
	color: #5C6670;
}

div.results_list div.result div.meta{
	font-size: 13px;
	color: #7D868C;
}

div.results_list div.result div.meta > span{ margin-right: 12px; }

div.results_list div.result div.meta span.type{
	width: 19px;
	height: 17px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 2px;
	background: no-repeat -63px -1079px url("img/fidelity_sprites.png");
}

div.results_list div.result div.meta span.type.pdf
{ background-position: -63px -1079px;}
div.results_list div.result div.meta span.type.video
{ background-position: right -1120px;}

@media (min-width: 768px)
{
	div.radio_filters{
		padding: 34px 0 13px 0;
		border-bottom: 1px solid #bebebe;
		margin-bottom: 21px;
		clear: both;
		overflow: hidden;
	}

	div.radio_filter_options dt,
	div.radio_filter_options > button{ display: none; }
	
	div.radio_filter_options dd button{
		float: left;
		padding: 15px 17px 13px 16px;
		margin-right: 3px;
		font-size: 20px;
		line-height: 1em;
		color: #6a747b;
		background: #e6efd9;
	}
	
	div.radio_filter_options dd.selected button{
		background: #cee0b3;
	}
	
} /* Media */

div.pagination{
	padding-top: 15px;
	margin: 45px 0 80px 0;
	border-top: 1px solid #ebebeb;
	font-size: 17px;
	line-height: 22px;
	color: #7D868C;
}

div.pagination > span{ display: inline-block; }
div.pagination span.current{ color: #5C6670; }

div.pagination span.prev{ float:  left; }
div.pagination span.next{ float: right; }
div.pagination div.summary{
	width: 200px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div.pagination a{ display: inline-block; text-align: center; }
div.pagination a:hover{ text-decoration: none; }
div.pagination span.prev a{ margin-right: 40px; }



/* Price and Performance */

table.pnp td.numeric{ text-align: left; }
table.pnp tbody td{ font-size: 14px; line-height: 16px; }
table.pnp td span.detail{ font-size: 13px; }
table.pnp td.fund_name a{ display: block; }
table.pnp td.pnp_watchlist_button a{ display: block; text-align: center; }

table.pnp td{ display: none; }
table.pnp tr.message td{ display: table-cell; }
table.pnp td.fund_name,
table.pnp td.pnp_watchlist_button,
table.pnp td.row_menu,
table.pnp tr.heading td,
table.pnp.view_AG td.AG,
table.pnp.view_ST td.ST,
table.pnp.view_LT td.LT,
table.pnp.view_CY td.CY,
table.pnp.view_QR td.QR,
table.pnp.view_D td.D,
table.pnp.view_FC td.FC,
table.pnp.view_MP td.MP{
	display: table-cell;
}

table.pnp td.action button{
	background: none;
	color: #005487;
}

table.pnp td.action button:hover{
	text-decoration: underline;
}

@media (min-width: 768px)
{
	table.pnp tr.heading td{ width: 1200px; }
	table.pnp td.fund_name{ width: 260px; }
	table.pnp td.pnp_watchlist_button{ width: 100px; text-align: center; }
	table.pnp td.row_menu{ width: 40px; }
	table.pnp td.AG.numeric{ width: 88px; }
	table.pnp td.AG.icon, table.pnp td.MP.icon{ width: 102px; }
	table.pnp td.ST{ width: 115px; }
	table.pnp td.LT.numeric{ width: 72px; }
	table.pnp td.LT.date{ width: 80px; }
	table.pnp td.CY{ width: 100px; }
	table.pnp td.QR{ width: 100px; }
	table.pnp td.D{ width: 133px; }
	table.pnp td.FC.desc{ width: 180px; }
	table.pnp td.FC.numeric{ width: 140px; }
	table.pnp td.FC.numeric.narrow{ width: 80px; }
	table.pnp td.FC.date{ width: 140px; }
	table.pnp td.MP.numeric{ width: 123px; }
	
	table.pnp.headings td{
		font-size: 14px;
		font-weight: normal;
	}
	
	table.pnp.headings tr.groups td{ font-size: 13px; font-weight: 300; }
	
	table.pnp td span.as_at{ display: block; }
	table.pnp td span.as_at.mobile,
	table.pnp span.mobile_subheading{ display: none; }	
} /* @media */


div.historical{
	width: 820px;
	height: 566px;
	padding: 24px 60px 24px 60px;
}

div.historical header{ min-height: 0; }
div.historical h2{ margin-bottom: 20px; }
div.historical h3{ margin-bottom: 8px; }
div.historical table.listing thead td{ height: auto; }

div.historical div.body.query,
div.historical footer.query{
	width: 315px;
	margin: 0 auto 0 auto;
}

div.historical footer.results div.primary_actions{
	margin-top: 35px;
}

div.historical div.body.query{
	margin-top: 80px;
	margin-bottom: 12px;
}

div.historical div.select_dates{
	margin-top: 12px;
	margin-bottom: 7px;
}

div.historical div.action_menu.full ul{ width: 315px; }

div.historical footer.query{
	border-top: 1px solid #e3e3e3;
	padding-top: 16px;
}

div.historical div.results,
div.historical footer.results,
div.historical.show_results div.query,
div.historical.show_results footer.query{ display: none; }
div.historical.show_results div.results,
div.historical.show_results footer.results{ display: block; }

div.historical ul.footnotes li{
	font-size: 12px;
	line-height: 1.4em;
	list-style: none;
	margin: 0;
}

div.historical table.listing.body td{
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 300;
}

div.historical table.listing td.fund_summary{
	width: 205px;
	padding-right: 20px;
}

div.historical table.listing td.fund_summary a{ font-weight: normal; }
div.historical table.listing td.fund_summary span.detail{ display: block; font-size: 13px; }
div.historical table.listing td.direction{ width: 20px; }
div.historical table.listing td.numeric{ width: 85px; text-align: left; }
div.historical table.listing td.date{ width: 110px; text-align: right; padding-right: 20px; }

div.historical div.scroll_heading{ overflow-y: scroll; }
div.historical div.scroll_body{
	height: 200px;
	overflow-y: scroll;
}

/*Cookie Pop-up Notification CSS*/
.cookieFooterDiv{
	width: 100%;
    z-index: 10001;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    text-align: center;
	font: inherit;
    opacity: 0.95;
    color: white;
}

.cookieFooter {
	max-width: 1200px;
	margin: auto;
    padding: 20px 120px;
    height: auto;
    font-size: 112%;
    line-height: 1.5;
    background-color:#2e5a7c;
    box-sizing: border-box;
}

.cookiePopupCloseButton {
    color: black;
    padding: 4px 20px;
    margin-bottom: 10px;
	background-color: #DDDDDD;
}

#cookiePrivacyPolicyLink {
	color: white;
	text-decoration: underline;
}

@media (max-width: 768px){
	.cookieFooter {
	    padding: 20px 20px;
	    height: auto;
	    font-size: 90%;
	}
	
	.cookiePopupCloseButton {
	    color: black;
	    padding: 4px 20px;
	    margin-bottom: 10px;
	    background-color: #DDDDDD;
	}

	div#watch_list.dialog.message_box.open {
		margin-top: calc(60%);
	}
}

/*Password Show/Hide Icon*/
#login_password {
	position: relative;
}

#pw-show {
	position: absolute;
	top: 40%;
	right: 10px;
	cursor: pointer;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
} 