/* --- Elements --- */
iframe {
	width: 100%;
}

/* Form layout toolkit */
dl.inline,
.inline dl {
	overflow: hidden;
	margin-bottom: 9px;
}

.control-wrapper {
	margin-bottom: 9px;
}

.inline dt {
	float: left;
	margin: 0 10px 0 0;
	text-align: right;
}

.inline .indent {
	border-left: 14px solid transparent; /* match dt margin-right */
}

.form-control-text dt,.form-control-text dd p,
.form-control-text span.symbol {
	padding-top: 6px; /* match text input top padding/border */
}

.form-control-check dt {
	padding-top: 0; /* currently only needed if overriding inherited style */
}

.form-control-btn {
	padding-top: 9px;
}

.inline.align-left dt {
	text-align: left;
}

.inline dd {
	overflow: hidden;
}

.inline.symbol dd,
.inline.symbol .indent {
	padding-left: 1em;
}

.inline.em-narrow dt { width: 5em; }
.inline.em-normal dt { width: 15em; }
.inline.em-wide   dt { width: 17em; }

.inline.em-narrow .indent { margin-left: 5em; }
.inline.em-normal .indent { margin-left: 10em; }
.inline.em-wide   .indent { margin-left: 17em; }

.inline span.symbol {
	position: absolute;
	margin-left: -1em;
}

/* radio/checkbox input lists (should be applied to UL or OL) */
.options,
.options .options {
	list-style-type: none; /* avoid inheritance issues on LIs */
	margin: 0;
}

.options .options,
.options label+div.control-wrapper {
	margin-top: 9px;
}

.options>li {
	display: block;
	padding: 0 0 0 20px !important;
	margin-bottom: 9px;
}

.options.inline>li {
	float: left;
	margin-right: 20px;
}

.options.inline>li:last-child {
	margin-right: 0;
}

.options input[type="radio"],
.options input[type="checkbox"] {
	float: left; /* out of flow */
	height: 18px; /* match line-height */
	margin: 0 0 0 -20px;
}

/* form actions (buttons) */
.actions {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: right;
}

.actions .btn {
	margin-left: 1em;
}

.actions .btn-primary {
	float: right;
}

.actions.actions-left {
	text-align: left;
}

.actions.actions-left .btn {
	margin-left: 0;
	margin-right: 1em;
}

.actions.actions-left .btn-primary {
	float: none;
}

/* style form controls as "plain-text" */
.plain-text input[type="text"][readonly],
.plain-text input[type="email"][readonly],
.plain-text input[type="tel"][readonly] {
	padding-left: 0;
	padding-right: 13px;
	border-left: 0;
	border-color: transparent;
}

.plain-text .select-replacement {
	display: inline-block; /* need to simulate replaced element */
	line-height: 30px;
	vertical-align: middle;
}

.required {
	color: #933;
}

.alert-icon {
	display: -moz-inline-box; /* moz <3 */
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 2px 4px;
	background: url(/advisor/img/icon/sprite-validation.png) no-repeat 0 24px;
}
.alert-icon.valid   { background-position: 0 0; }
.alert-icon.invalid { background-position: 0 -24px; }
/* Form toolkit (end) */

/* --- Lists --- */

.options ul {
	list-style-type: disc;
}

.options ul ul {
	list-style-type: circle;
}

.options ul ul ul {
	list-style-type: square;
}

/* compact lists */
dl.compact,
.compact dl {
	margin: 0;
}

.compact dt,
.compact dd {
	display: inline;
	margin: 0;
}

/* pipe-separated lists */
ul.pipes {
	overflow: hidden;
	margin: 0;
	list-style-type: none;
}

ul.pipes li {
	display: block;
	float: left;
	padding: .25em .5em;
	border-left: 1px solid #CCC;
}

ul.pipes li:first-child {
	border-left-width: 0;
}

ul.pipes.flush-left li:first-child {
	padding-left: 0;
}

ul.pipes.block-links a {
	float: left;
	padding: .25em .5em;
	margin: -.25em -.5em;
}

ol.circles>li {
	margin-bottom: 9px;
}

ol.circles>li:before,
.circle {
	width: 1em;
	height: 1em;
	padding: 3px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #FFF;
	background-color: #66C2EC;
	line-height: 1em;
	text-align: center;
}

.circle {
	display: inline-block;
	font-family: "Avenir Next LT W01 Demi", Arial, sans-serif;
}

/* --- Page layout --- */
#ruler {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1em;
	font-size: 1em;
	line-height: 1;
}

body.body-margin {
	margin: 13px;
}

/* IFRAMEs */
body.iframe-fixed-position {
	overflow: hidden; /* disable double scrollbar on iframe */
}

body.iframe-fixed-position .ns-title-bar {
	margin-bottom: 0;
}

body.iframe-fixed-position .ns-body .row:last-child .span12 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 996px;
	padding: 0;
	margin: 0 auto;
}

body.iframe-fixed-position #parent-iframe {
	height: 100%;
}

body.iframe-fixed-height #parent-iframe {
	height: 500em;
}

body.iframe-fixed-height-longtail #parent-iframe {
	height: 500em;
}

/* --- Section navigation --- */
#nav-section h3 {
	padding-top: 9px;
	border-top: 3px solid #666;
	margin-bottom: 18px;
}

#nav-section ul {
	margin: 0 0 30px;
	list-style-type: none;
}

#nav-section ul li {
	padding: 6px 13px;
	border-top: 1px solid #CCC;
}

#nav-section ul li:first-child {
	border-top: 0 none;
}

#nav-section ul .selected a {
	color: #FFF !important;
}

/* Navigation list (alt section nav style) */
ul.nav-list {
	margin: 0 0 30px;
	list-style-type: none;
}

ul.nav-list li {
	padding: 6px 13px;
	border-top: 1px solid #CCC;
}

ul.nav-list li:first-child {
	border-top: 0 none;
}

ul.nav-list li.nav-list-heading {
	padding: 9px 0 18px;
	border-top: 3px solid #666;
	margin-top: 30px;
}

ul.nav-list li.nav-list-heading:first-child {
	margin-top: 0;
}

ul.nav-list li.nav-list-heading h3 {
	margin: 0;
}

ul.nav-list .selected a {
	color: #FFF !important;
}

/* --- General styles --- */
/* auxiliary link (apply to wrapping div, p, etc.) */
.aux-link {
	float: right;
	margin-left: 2em;
}

.block {
	display: block;
}

.block-context {
	overflow: hidden;
}

.capital-blue-border-top {
	border-top: 4px solid #009ADF;
}

.clear {
	clear: both;
}

.clickable {
	cursor: pointer;
}

/* column layout toolkit */
ul.col-2,
ul.col-3,
ul.col-4,
ul.col-5,
ol.col-2,
ol.col-3,
ol.col-4,
ol.col-5 {
	margin: 0;
	list-style-type: none;
}

.col-2>div,
.col-3>div,
.col-4>div,
.col-5>div,
.col-2>li,
.col-3>li,
.col-4>li,
.col-5>li {
	display: block;
	float: left;
	margin-left: 0;
}

.col-2>div,
.col-2>li {
	width: 49%;
}

.col-3>div,
.col-3>li {
	width: 32%;
}

.col-4>div,
.col-4>li {
	width: 23.5%;
}

.col-5>div,
.col-5>li {
	width: 18.4%;
}

.col-2>div+div,
.col-3>div+div,
.col-4>div+div,
.col-5>div+div,
.col-2>li+li,
.col-3>li+li,
.col-4>li+li,
.col-5>li+li {
	margin-left: 2%;
}

/* disabled appearance for general elements (divs/labels/etc.) */
.disabled,
.disabled * {
	color: #999 !important;
}

/* disable screen for modal dialog layer */
div.disable-screen {
	position: fixed;
	top: 0 !important; /* top & left need to be set to get around bug in Safari's implementation of getComputed Style */
	left: 0 !important;
	z-index: 1000;
	background: #000;
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.float-left {
	float: left;
	margin: 0 13px 13px 0;
}

.float-right {
	float: right;
	margin: 0 0 13px 13px;
}

/* Fund objectives */
.fund-objective-comparison-index,
.fund-objective-comparison-index *,
.fund-objective-asset-allocation,
.fund-objective-asset-allocation * {
	color: #FFF !important;
}
.fund-objective-comparison-index { background-color: #565656 !important; }
.fund-objective-asset-allocation { background-color: #C79316 !important; }

.fund-objective-header {
	font-family: "Avenir Next LT W01 Demi", Arial, sans-serif; /* match th style */
}

.fundClassWidget .fund-objective-header {
	padding: 6px 13px; /* match th style */
}
/* Fund objectives (end) */

.guidance {
	color: #666;
}

/* Hedge with footnote symbol (legacy markup) */
.hedge.symbol,
.hedge .symbol {
	position: relative;
	margin-left: 1.5em;
}

.hedge.symbol sup.symbol,
.hedge .symbol sup.symbol {
	position: absolute;
	width: 1.3em; /* .2em less then margin offset */
	margin-left: -1.5em;
	vertical-align: inherit;
	text-align: right;
}

.no-margin {
margin-bottom:0!important;
margin-top:0!important;
}

.hide {
	visibility: hidden;
}

#fund-literature .modal-dialog .ns-modal-body .box-confirm.hide {
	visibility: inherit;
}

/* Highlighter pen */
.highlighter {
	background-color: #FFC;
}

/* Infotip */
.js dl.infotip,
.js dl.infotip dt {
	margin-bottom: 0;
}

.js .infotip-trigger {
	border-bottom: 1px dashed #1B8BFE;
}

.js .inline dd .infotip-trigger {
	display: inline-block;
}

.js .capital-blue.alt .infotip-trigger {
	border-color: #FFF;
}

.js .disabled .infotip-trigger,
.js .infotip-trigger.disabled {
	border-bottom-color: #999;
}

.js a.infotip-trigger {
	color: inherit !important;
	cursor: inherit !important;
}

.js dl.infotip dd,
.js .infotip-info {
	display: none !important;
}

div.infotip-layer {
	position: absolute;
	top: 0; /* top & left need to be set to get around bug in Webkit's implementation of getComputedStyle */
	left: 0;
	z-index: 1050;
	width: 20em;
	padding: .5em;
	border: 1px solid #009ADF;
	background-color: #FFF;
	font-weight: normal;
}
/* Infotip (end) */

.keyline {
	border: 1px solid #CCC;
}

/* kicker style for hypo sales ideas */
.kicker {
	margin-bottom: 0;
}

.nowrap {
	white-space: nowrap;
}

/* Pagination */
p.paging {
	margin: .5em 0;
	font-size: .917em;
}

/* previous/next nav buttons */
#previous-next {
	float: right;
	clear: both;
	margin-bottom: 18px;
}

/* Saved portfolios/hypos table */
table.saved {
	width: 100%;
}

table.saved tfoot td {
	padding: 0;
}

table.saved a.show-all {
	display: block;
	padding: 6px 13px;
	text-align: center;
}

table.saved th.date {
	width: 124px;
}

table.saved th.date img{
	display: inline-block;
}

table.saved th.delete {
	width: 16px;
}

/* Saved portfolio/hypo table (end) */

.spaced {
	margin: 0 13px 13px;
}

.spaced-half {
	margin: 0 6px 6px;
}

.spaced.float-l,
.spaced-half.float-l {
	margin-left: 0;
}

.spaced.float-r,
.spaced-half.float-r {
	margin-right: 0;
}

.standard-margin {
	margin-bottom: 1em !important;
}

.standard-margin-half {
	margin-bottom: .5em !important;
}

/* --- Steps --- */
/* shared */
span.step-counter,
#steps > li:before {
	display: inline-block;
	float: none;
	width: 1em;
	height: 1em;
	padding: 3px;
	margin-right: 8px;
	box-sizing: unset;
	margin-left: 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #FFF;
	background-color: #999;
	line-height: 1em;
	text-align: center;
}

/* Step indicator (only display current step) */
.step-header {
	overflow: hidden;
}

.step-header .step-number {
	float: left;
	margin-right: 8px;
}

.step-header .step-text {
	display: block;
	overflow: hidden;
}

/* Step indicators (show all steps with current highlighted) */
#steps {
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 30px;
	font-family: "Avenir Next LT W01 Demi", Arial, sans-serif;
}

#steps > li {
	display: block;
	float: left;
	margin-left: 20px;
	color: #999;
}

#steps > li:first-child {
	margin-left: 0;
}

#steps > li.active {
	color: #333;
}

#steps > li:before {
	background-color: #999;
}

#steps > li.active:before {
	background-color: #66C2EC;
}
/* Step indicators (end) */
/* --- Steps (end) --- */

/* Tabs */
.tabs {
	overflow: hidden;
	list-style-type: none;
	border-top: 3px solid #666;
	margin: 0;
	font: 18px/1 "Avenir Next LT W01 Demi", Arial, sans-serif;
}

.tabs li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	white-space: nowrap;
}

.tabs li a {
	display: block; /* to make whole box clickable not just linked text */
	padding: 9px 15px; /* match .btn */
	color: #FFF;
	background-color: #808080;
	background-image: -moz-linear-gradient(top, #999, #808080);
	background-image: -webkit-linear-gradient(top, #999, #808080);
	background-image: linear-gradient(to bottom, #999, #808080);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#999999, endColorStr=#808080)";
}

.tabs li a:hover {
	background-color: #999;
	background-image: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.tabs li.selected a,
.tabs li.selected a:hover {
	color: #333;
	background-color: #FFF;
	background-image: -moz-linear-gradient(top, #E5E5E5, #FFF);
	background-image: -webkit-linear-gradient(top, #E5E5E5, #FFF);
	background-image: linear-gradient(to bottom, #E5E5E5, #FFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#E5E5E5, endColorStr=#FFFFFF)";
	cursor: text;
}

.tab-content-wrapper {
	clear: both;
	padding: 30px 0 0;
	margin-bottom: 30px;
}

.tab-content-wrapper.boxed {
	padding: 13px;
	border: 1px solid #CCC;
}


/* alt tab styles */
.secondary-tabs .tabs {
	padding: 0;
	border-top: 0 none;
	line-height: 24px;
}

.secondary-tabs .tabs li {
	padding: 0 15px; /* match .btn left/right padding */
	border-left: 2px solid #666;
	margin: 0;
}

.secondary-tabs .tabs li:first-child {
	border-left: 0 none;
}

.secondary-tabs .tabs li a {
	padding: 0;
	color: #009ADF;
}

.secondary-tabs .tabs li a,
.secondary-tabs .tabs li a:hover {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.secondary-tabs .tabs li.selected a,
.secondary-tabs .tabs li a:hover {
	color: #333;
}
/* Tabs (end) */

/* Table of contents ("On this page:") */
.toc {
	padding-top: 13px;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
}

/* text/vertical-align classes */
.text {
	text-align: left;
}

.valign-top {
	vertical-align: top;
}

.valign-bottom {
	vertical-align: bottom;
}

/* thumbnail border style */
img.thumb,
.thumb img {
	border: 1px solid #CCC;
}

a:hover img.thumb,
a.thumb:hover img,
.thumb a:hover img {
	border-color: #666;
}

/* top of page link */
p.top-link {
	font-size: .833em;
	text-align: right;
	clear: both;
}

/* total status values */
.total-equal { color: #0A0; }
.total-over  { color: #F00; }

/* trk image */
img.trk {
	position: absolute;
	width: 0;
	height: 0;
}

/* --- Grouped styles --- */
/* remove elements from display (structural, accessibility, printing etc.) */
.access,
.kill,
#nav-section h2,
.print-only,
.steps h2 span {
	display: none;
}

.js .flash-wrapper,
.js .javascript-hide,
.js .non-flash-content {
	display: none !important;
}

.tmp-access {
	position: absolute;
	left: -1000em;
}

/* Float clear with generated content */
/* clear: both */
.promo:after,
.resources:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	height: 0;
	font-size: 0;
}

/* clear: left */
.col-2:after,
.col-3:after,
.col-4:after,
.col-5:after,
.options.inline:after,
.options>li:after,
.tabs:after {
	display: block;
	clear: left;
	visibility: hidden;
	content: ".";
	height: 0;
	font-size: 0;
}

/* box-shadow */
.box-shadow,
div.infotip-layer {
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}

/* --- remove bottom margin from last element (useful for various "boxes") --- */
div.infotip-layer>*:last-child,
.important-note>*:last-child,
.options p:last-child,
.promo>*:last-child,
.resources>*:last-child {
	margin-bottom: 0;
}


/****************************
 * TEMP: hacks for CGC bugs *
 ****************************/

.box-margin {
	margin-bottom: 13px;
}

.heading-row {
	overflow: hidden;
	padding: 6px 13px; /* match td/th */
	background-color: #F5F5F5;
}

.padding-box {
	padding: 0 13px;
}

/* Important note = same as Message (rename?) */
.important-note {
	padding: 13px;
	border: 1px solid #FECC99;
	margin-bottom: 30px;
	background-color: #FFF4CE;
}

.important-note.yellow-style {
	padding: 8px 30px;
    background-color: #e3f705;
    border: 3px solid #f7ac08;
    border-radius: 5px;
}
.yellow-style p {
	margin-bottom: 0;
	color: #000;
}

/* unbordered boxes (needs an additional color class) */
.promo,
.resources {
	padding: 13px;
	margin-bottom: 30px;
}

.spaced-left {
	margin-left: 20px;
}

.spaced-right {
	margin-right: 20px;
}

.box.box-jumplinks {
	padding: 6px 13px;
	color: #CCC; /* pipes */
	text-align: center;
}

.box.box-jumplinks strong {
	color: #333;
}

.select-max-width-wrapper {
	display: inline-block;
	max-width: 100%;
}

.select-max-width-wrapper > select {
	width: 100%;
}

.full-width {
	width: 100%;
}


/* Fee waiver table */
/* table.row-separators tr td.without,
table.row-separators tr td.fund-name {
	border-bottom-color: #ccc;
} */

table.row-separators tr:nth-last-child(2) td.fund-name {
	border-bottom-color: transparent;
}

table.condensed td.with strong,
table.condensed td.without strong {
    font-family: "AvenirNextLTW01-DemiCn",Arial,sans-serif;
}
.recKeeperChecklist{
	margin-top: 20px;
}
.recKeeperChecklistPdf{
	padding-top: 35px;
}

/*** Responsive rules ***/
/* iPad portrait/medium breakpoint */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
       screen and (max-width: 768px) {

	.row-fluid > div:only-of-type:first-child {
		width: 100%;
		margin-left: 0;
	}

}
