
/* ==========================================================================
	 Navigation Styles
	 ========================================================================== */

nav{
	background:#3e3e3e;
}
nav ul{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}
.nav>li>.subnav{
	box-shadow:0 1px 3px #aaa;
}
nav ul li{
	position:relative;
}
nav ul li.selected{
	box-shadow:0px -1px 2px #c7c7c7;
}
nav ul li.home{
	display:none;
}
nav ul li.promo{
	min-width:300px;
}
nav ul li.promo a{
	padding:0;
}
.links a{
	border-bottom:0 none;
}
.links .link-img{
	border-top: 0 none;
	padding: 0;
}
.links:hover, .links:hover a{
	background-color: #fff;
}
.links img{
	padding:2px;
	max-width: 300px;
}
.link-list{
	width: 300px;
	padding-bottom: 10px;
}
.link-list a, .tall .link-list a{
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 0 none;
	line-height: 18px;
	white-space: normal;
}
.link-list a:hover{
	background: none;
	text-decoration: underline;
}
.link-list a:hover span{
	text-decoration: none;
}
.link-list>span{
	padding:5px 18px;
}
nav ul li a{
	display:inline-block;
	padding-left:18px;
	width:100%;
	line-height:42px;
	text-align:left;
	text-decoration:none;
	text-shadow:0 0.2em 0.2em rgba(230,230,230,0.8);
	color:#04185e;
	background-color:#eef2f7;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #bebebe;
}
nav ul li a:hover{
	color:#04185e;
	text-decoration:none;
}
nav ul li a .putnamicon{
	font-size: 10px;
}
nav ul li a .child-nav-putnamicon{
	position: absolute;
	right: 20px;
	line-height: 40px;
}
nav ul li.client-accounts>a{
	color:#fff;
	background:#30476f; background:linear-gradient(to bottom,	#30476f 0%,#325794 100%);
}
nav ul li ul{
	background-color:#f7f9fb;
}
nav ul li ul li a{
	padding-right:20px;
	border-bottom:solid 1px #bebebe;
	border-top:solid 1px #ffffff;
	background-color:#f7f9fb;
}
nav ul li ul li ul li a{
	background-color:#f7f9fb;
}
nav ul li a:hover, nav ul li a:active, nav ul.nav>li.selected>a:hover{
	background-color:#FFFFFF;
}
.nav-bar{
	padding: 0 7px;
	background:#3e3e3e;
}
.nav-icon{
	display:inline-block;
	float:left;
	padding:14px 18px;
	background:url('https://www.putnam.com/static/img/individual/layout/responsive-spacer-nav.png') no-repeat;
	background-position:top right;
}
.nav-icon .putnamicon{
	font-size: 16px;
}
.putnamicon-white{
	color:#fff;
}
.btn-open-close{
	position:absolute;
	top:0;
	right:0;
	padding-left:18px;
	width:50px;
	cursor:pointer;
	border-left:1px solid #dadada;
}
.btn-open-close.active{
	background-position:-288px -120px;
}

/* Secondary nav styles */

.secondary-nav{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:none;
}
.secondary-nav li{
	margin:0 !important;
}
.secondary-nav li a{
	display:block;
	padding:5px 12px 5px 5px;
	border-top:1px dotted #ccc;
	background:#FFF;
}
.secondary-nav li a.active{
	background:#FFF;
	color:#333;
}

/* MINM Helperes */
.minm-grey-background
{
	background-color: #edf1f3;
}

.minm-funds-list
{
	margin-bottom: 0;
}

.minm-funds-list >li
{
	border-top: 1px solid #ccc;
	margin-bottom: 0 !important;
}

.minm-funds-list >li a,
.minm-funds-list >li a:hover,
.minm-funds-list >li a:visited
{
	padding-left: 10px;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #edf1f3;
}

.right-icon {
	font-weight: 800;
		float: right;
		font-size: 18px;
		color: #0033cc;
}

.minm-funds-list >li a.collapse-toggle
{
	color: inherit;
	padding-left: 0px;
}

.minm-funds-list >li .collapsed .minus
{
	display: none;
}

.minm-funds-list >li .collapsed .plus
{
	display: block;
}

.minm-funds-list >li .minus
{
	display: block;
}

.minm-funds-list >li .plus
{
	display: none;
}

/* New wider, taller nav for Advisor */
.fat-nav{
	display: none;
	position: absolute;
	z-index: 100;
	background: #efefef;
	width: 100%;
	left: 0;
	padding-top: 10px;
	padding-bottom: 12px;
	box-shadow: 0 20px 40px -2px rgba(0,0,0,0.2);
	font-size: 14px;
	line-height: 1.429em;
}
.fat-nav h4{
	border-bottom: 1px solid #ccc;
}
.fat-nav h4 a{
	color: inherit;
	text-decoration: none;
}
.fat-nav hr{
	border-color: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
.fat-nav ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.fat-nav .mini-screener{
	display:block;
	float:left;
	width:75%;
}
.fat-nav .other-wrapper{
	display:block;
	float:left;
	width:25%;
	padding-left:15px;
}
.fat-nav .other-wrapper h4, .fat-nav .other-wrapper p{
	display:flex;
}
.fat-nav .mini-screener .fund-wrapper{
	float:left;
	padding-left:15px;
	width:50%;
}
.fat-nav .mini-screener ul{
	float:left;
	width:48%;
}
.institutional .fat-nav .mini-screener ul, .ucits-screener .fat-nav .mini-screener ul{
	width:auto;
}
.fat-nav .mini-screener ul.fund-count{
	border-top:1px solid #333;
	background-color:#fff;
	margin-top:15px;
}
.fat-nav .mini-screener ul:nth-child(2){
	margin-left:15px;
}
.fat-nav .featured-manager{
	background: url('/static/img/nav/featured-manager.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 142px;
	border-bottom: 1px solid #ccc;
}
.fat-nav .dst-phone-help{
	font-size: 1.5em;
}
.fat-nav .dst-phone-help .putnamicon{
	font-size: 1.5em;
}
.fat-nav .mini-screener li{
	padding-left: 6px;
	margin-bottom: 2px;
}
.fat-nav .mini-screener .fund-count li{
	border-bottom:1px solid #ddd;
	margin:0;
	padding:0.5rem 1rem;
}
.fat-nav .mini-screener .fund-count li:last-child{
	border-bottom:none;
}
.fat-nav .mini-screener .fund-count li.empty-list{
	background-color:#efefef;
	border-bottom:1px solid #333;
}
.mini-border-absolute-return{
	border-left:solid 4px #ff9900;
}
.mini-border-global-sector{
	border-left:solid 4px #1c91b7;
}
.mini-border-growth{
	border-left: solid 4px #1ca605;
}
.mini-border-blend{
	border-top:solid 2px #0077f0;
}
.mini-border-taxable-income,
.mini-border-tax-free-income,
.mini-border-fixed-income,
.mini-border-stable-value{
	border-top:solid 2px #ddba17;
}
.mini-border-asset-allocation,
.mini-border-target-date{
	border-top:solid 2px #6600ff;
}
.mini-border-value{
	border-left:solid 2px #ac0707;
}
.mini-border-sustainable{
	border-top:solid 2px #60bb46;
}
.mini-border a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	background-color: #fff;
	position: relative;
	padding: 10px 20px 10px 20px;
	margin-top: -2px; 
}
.fa-fatnav-mp{
	padding-top: 0px;
	padding-left: 15px
}
ul li .fa-fatnav-mp{
	padding-top: 0px;
}
.fa-fatnav-no-bullet{
	margin-bottom: 0px;
}



@media only screen and (min-width:768px){
	nav{
		overflow:visible;
	}
	.nav-container{
		padding-left:12px;
	}
	nav ul{
		display:block;
	}
	nav ul.large{
		min-width:250px;
		max-width:800px;
		width:auto;
	}
	nav .nav{
		padding-left: 0;
		padding-right:0;
		position:relative;
		background:url('https://www.putnam.com/static/img/individual/layout/responsive-spacer-nav.png') no-repeat left top;
		background-size:2px 100%;
	}
	nav .nav>li{
		float:left;
		background:url('https://www.putnam.com/static/img/individual/layout/responsive-spacer-nav.png') no-repeat;
		background-position:top right;
		background-size:2px 100%;
	}
	nav ul li.home{
		display:block;
	}
	.home .putnamicon,
	.client-accounts .putnamicon{
		top:3px;
		font-size: 16px;
		line-height: 1em;
	}
	nav ul li.client-accounts>a{
		width:98.5%;
	}
	nav ul li a{
		width:auto;
		padding-left:9px;
		padding-right:9px;
		text-shadow:none;
		background:none;
		border:0 none;
		white-space:nowrap;
		line-height:34px;
	}
	.link-list>span{
		padding:5px 9px;
	}

	/* Remove after Individual Update */
	nav ul li a.child-nav-icon{
		padding-right:0;
		background-position:98% -45px;
	}
	nav ul li a.child-nav-icon.active{
		background-position:98% -75px;
	}
	/* -- */

	nav.tall ul li a{
		line-height:53px;
		font-size:12px;
	}
	nav .nav>li>a, nav .nav>li>a:visited{
		color:#FFFFFF;
		border:1px solid transparent;
	}
	nav .nav>li:hover>a,
	nav .nav>li.hover>a,
	nav .nav>li.selected:hover>a,
	nav .nav>li.selected.hover>a{
		color:#333;
		background: #efefef;
		border:1px solid #e8e8e8;
	}
	nav .nav>li.selected>a{
		color:#253773;
		background: #FFFFFF;
		border:1px solid #dde5f0;
	}
	nav ul li ul{
		position:absolute;
		z-index:999;
		height:auto;
		background-color:#eef2f7;
	}
	nav.fat-nav-bar .nav .subnav{
		display: none !important;
	}
	nav .nav .subnav{
		display:none;
		border-top:solid 1px #bebebe;
	}
	nav .nav>li:hover>.subnav,
	nav .nav>li.hovering>.subnav{
		display:block;
	}
	nav ul li ul li{
		float:none;
		width:100%;
	}
	nav ul li.client-accounts>.subnav{
		right:3px;
	}
	nav ul li ul li a{
		width:100%;
		border-right:0;
		background-image:none;
		background-color:#eef2f7;
		box-shadow:none;
		cursor:pointer; cursor:hand;
	}
	nav.tall ul li ul li a{
		line-height: 39px;
	}
	nav ul li ul li ul{
		position:relative;
	}
	nav ul li ul li ul li a{
		background-color:#f7f9fb;
		text-overflow:ellipsis;
		cursor:pointer; cursor:hand;
	}
	.nav-bar{
		display:none;
	}
	.nav-bar p{
		display:inline-block;
		margin:11px 0 0 10px;
	}
	.btn-open-close{
		display:none;
	}
	.subnav .btn-open-close{
		display:block;
		height:auto;
	}

	.secondary-nav{
		display:block !important;
	}
	.secondary-nav li a{
		background:#F3F3F3;background:linear-gradient(to right,	#ffffff 0%,#f4f4f4 94%,#e9e9e9 100%);
	}
}

@media only screen and (min-width:992px){
	nav .nav{
		padding-left: 20px;
		background-position: 20px;
	}
	.nav-container{
		padding-left:18px;
	}
	nav ul li a{
		padding-left:17px;
		padding-right:17px;
	}
	nav.tall ul li a{
		font-size:13px;
	}
	.link-list>span{
		padding:5px 18px;
	}
}
@media only screen and (min-width:1200px){
	nav.tall ul li a{
		font-size:14px;
	}
}

/* Auto Nav */
.auto-nav-sm ul, .auto-nav-md ul, .auto-nav-lg ul{
	display:none;
}
.auto-nav h4, .auto-nav h5{
	cursor:pointer; cursor:hand;
}
@media (min-width:768px){
	.auto-nav-sm ul{
		display:block;
	}
}
@media (min-width:992px){
	.auto-nav-md ul{
		display:block;
	}
}
@media (min-width:992px){
	.auto-nav-lg ul{
		display:block;
	}
}

/* ==========================================================================
	Typography
	 ========================================================================== */

body{
	font-family:'Source Sans Pro', sans-serif;
}
h1, .h1{
	margin:0.4em 0 0.6em;
	line-height:35px;
	font-size:28px;
	font-weight:400;
}
h2, .h2{
	line-height:32px;
	font-size:22px;
	font-weight:400;
}
h3, .h3{
	margin:0.6em 0;
	line-height:29px;
	font-size:21px;
	font-weight:400;
}
h4, .h4{
	margin:0.6em 0;
	line-height:25px;
	font-size:18px;
	font-weight:600;
}
h5, .h5{
	margin:0.6em 0;
	line-height:22px;
	font-size:16px;
	font-weight:600;
}
h6, .h6{
	margin:0.6em 0;
	line-height:20px;
	font-size:15px;
	font-weight:600;
}
.display-1{
	font-size: 2.75rem;
	font-weight: 300;
	line-height: 1.2em;
}
.display-2{
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2em;
}
.display-3{
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.2em;
}
.display-4{
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2em;
}
@media (min-width:768px){
	.display-1{
		font-size: 3.333rem;
	}
	.display-2{
		font-size: 3rem;
	}
	.display-3{
		font-size: 2.667rem;
	}
	.display-4{
		font-size: 2.333rem;
	}
}
.sup-lg {
	font-size: 70% !important;
}
strong, b{
	font-weight: 600;
}
sup{
	top: -0.6em;
	font-size: 50%;
}

a, a:visited, a:link{
	color:#007CC6;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
a.inactive:hover{
	text-decoration:none;
	color:inherit;
	cursor:default;
}
p a, p a:visited, th, .bold{
	font-weight:600;
}
a[href^=tel]{
	line-height:inherit;
	text-decoration:none !important;
	color:inherit !important;
}


.error{
	color:#ff0000;
}
input.error{
	border:1px solid #ff0000;
}
.text-danger{
	color:#900;
}
.doctype{
	font-size: 0.8em;
	text-transform:uppercase;
	color:#888;
	vertical-align: 0.1em;
}
.text-large{
	font-size: 33px;
	line-height: 40px;
	font-weight: 300;
	margin: 0.4em 0 0.6em;
}
strong.text-large{
	font-weight: 700;
}
.text-normal, .normal{
	font-weight: 400;
}
.text-light{
	font-weight: 300;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-header{
	font-size: 52px;
}
.text-blue{
	color:#317CC0;
}
.sup-large{
	top:-0.2em;
	font-size: 75%;
}
.text-color-normal a{
	color: #333;
}
@media (min-width: 768px){
	h1{
		font-size:32px;
		line-height:46px;
	}
}
/* Animated placeholder */
@keyframes placeHolderShimmer {
	0% {
		right: 0;
	}
	100% {
		right: -200%;
	}
}
.animate-placeholder-text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.animate-placeholder-text::before {
	content: '';
	position: absolute;
	width: 300%;
	height: 100%;
	z-index: 1;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: #eeeeee;
	background: linear-gradient(to right, #eeeeee 34%, #dddddd 40%, #eeeeee 46%);
}
.animate-placeholder-text>div{
	z-index: 2;
	height: 10px;
	flex-basis: auto !important;
	background-color: #fff;
}
.animate-placeholder-text>div:last-child{
	flex: 1;
}
/* ==========================================================================
	Buttons
	 ========================================================================== */

.btn{
	padding:4px 20px;
	font-size:15px;
	border-radius:0;
	transition:opacity 0.2s ease-out;
}
.btn:hover{
	opacity:0.85;
}
.btn, .btn:hover, .btn:visited, .btn:focus, .btn:active:focus, .btn:link{
	color:#ffffff;
	outline:none;
}
.btn-lg{
	padding:6px 20px;
	font-size:16px;
}
.btn-sm{
	padding:4px 18px;
	font-size:14px;
}
.btn-xs{
	padding:4px 15px;
	font-size:13px;
	line-height:1.4;
}
.btn-default, .btn-white{
	font-weight:600;
	color:#003366 !important;
	border:solid 1px #e7e7e7;
	background:rgb(255,255,255);
}

.btn-primary,.btn-primary:focus, .btn-light-blue{
	border:solid 1px #1e7edf;
	background:#3399ff;
}
.btn-primary:active, .btn-light-blue:active{ background-color:#3399ff;}

.btn-success, .btn-green{
	border:solid 1px #cccccc;
	background:#009916;
}
.btn-success:active, .btn-green:active{ background-color:#009916;}

.btn-info, .btn-blue{
	border:solid 1px #333333;
	background:#003399;
}
.btn-info:active, .btn-blue:active{ background-color:#003399;}

.btn-warning, .btn-orange{
	border:solid 1px #dc8400;
	background:#f89500;
}
.btn-warning:active, .btn-orange:active{ background-color:#f89500;}

.btn-danger, .btn-red{
	border:solid 1px #A52121;
	background:#cc2828;
}
.btn-danger:active, .btn-red:active{ background-color:#cc2828;}

.btn-gray{
	border:solid 1px #333333;
	background:#666666;
}
.btn-gray:active{ background-color:#666666;}

.btn-cancel, .btn-light-gray{
	color:#333 !important;
	border:solid 1px #dcdcdc;
	background:#e5e5e5;
}
.btn-cancel:active, .btn-light-gray:active{ background-color:#e5e5e5;}

.btn-custom-green{
	background-color:#3d8b38;
	border-color:#2f7a2c;
	color:#fff;
}
.btn-custom-green:hover,
.btn-custom-green:focus,
.btn-custom-green:active,
.btn-custom-green.active{
	background-color:#3d8b38;
	border-color:#2f7a2c;
}
.btn-custom-green.disabled:hover,
.btn-custom-green.disabled:focus,
.btn-custom-green.disabled:active,
.btn-custom-green.disabled.active,
.btn-custom-green[disabled]:hover,
.btn-custom-green[disabled]:focus,
.btn-custom-green[disabled]:active,
.btn-custom-green[disabled].active,
fieldset[disabled] .btn-custom-green:hover,
fieldset[disabled] .btn-custom-green:focus,
fieldset[disabled] .btn-custom-green:active,
fieldset[disabled] .btn-custom-green.active{
	background-color:#1dcc00;
	border-color:#1dcc00;
}


/* ==========================================================================
	Forms
	 ========================================================================== */

label{
	font-weight: 600;
}
input[type="radio"], input[type="checkbox"]{
	margin-top:6px;
}
input, select, .form-control{
	font-size:16px;
}
.input-sm, select.input-sm{
	height:33px;
}
.input-xs, select.input-xs{
	height:30px;
	padding:2px 12px;
	font-size: 13px;
}
.form-control{
	height:35px;
}
select.form-control{
	padding-left:5px;
	padding-right:5px;
}
.form-control:focus{
	border-color:#9bafcf;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(88, 133, 209, 0.3);
}
.form-group{
	margin-bottom:10px;
}
.input-group-addon{
	padding: 5px;
	background-color: #fff;
}
.input-group.date .input-group-addon i{
	width:19px !important;
	height:16px !important;
}
.input-group .form-control:first-child{
	border-right: 0 none;
}
.input-group .form-control:last-child{
	border-left:0 none;
}

.has-feedback .form-control-feedback{
	line-height: 30px;
}
.input-sm + .form-control-feedback{
	line-height: 27px;
}
.input-xs + .form-control-feedback{
	line-height: 24px;
}

/* Input overrides */
.input-pill{
	border-radius: 15px;
}
.input-transparent, .input-transparent:focus{
	background: 0 none;
	border: 0 none;
	box-shadow: none;
}
/* FIX -- currently not working for some reason */
input.input-transparent::-webkit-input-placeholder,
input.input-transparent::-moz-placeholder,
input.input-transparent:-moz-placeholder,
input.input-transparent:-ms-input-placeholder{
	opacity: 1;
	color: #666;
}

@media (min-width:768px){
	input, select, .form-control{
		font-size:15px;
	}
}
@media (max-width:768px){
	.form-horizontal input, .form-horizontal select{
		margin-bottom:5px;
	}
}

/* Checkbox slider */
.checkbox-slider {
	position: relative;
}
.checkbox-slider input[type="checkbox"] {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider input[type="checkbox"] + span {
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider input[type="checkbox"] + span:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0px;
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.4);
	transition: background 0.2s ease-out;
	border-radius: 20px;
}
.checkbox-slider input[type="checkbox"] + span:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 0;
	width: 20px;
	height: 20px;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
	background-clip: padding-box;
	border: solid transparent 2px;
	border-radius: 20px;
}
.checkbox-slider input[type="checkbox"] + span > h4 {
	display: inline;
}
.checkbox-slider input[type="checkbox"]:checked + span:before {
	transition: background 0.2s ease-in;
	background: #53A5FB;
}
.checkbox-slider input[type="checkbox"]:checked + span:after {
	content: "";
	margin-left: 20px;
	border: solid transparent 2px;
	background-clip: padding-box;
	-webkit-animation: ease-in 0.3s;
	animation: ease-in 0.3s;
}
.checkbox-slider input[type="checkbox"]:not(:checked) + span:after {
	animation: ease-in 0.3s;
}
.checkbox-slider.checkbox-slider-md input[type="checkbox"] + span:before,
.checkbox-slider.checkbox-slider-md input[type="checkbox"] + span:after {
	border-radius: 30px;
}
.checkbox-slider.checkbox-slider-lg input[type="checkbox"] + span:before,
.checkbox-slider.checkbox-slider-lg input[type="checkbox"] + span:after {
	border-radius: 40px;
}
.checkbox-slider-no-text{
	padding-left: 0;
}
.checkbox-slider-no-text label{
	position: relative;
	display: inline-block;
}

#my-putnam-subscription-form table{
	table-layout:fixed;
}

/* ==========================================================================
	Tables
	 ========================================================================== */

/* Support for legacy tables - overwriting	*/
table{
	width:100%;
	margin:1em 0;
}
table.row{
	width:auto;
	max-width:none;
}
table thead{
	background-image:url("/static/img/table-first-row-bg.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
}
table thead td{
	border:0 none;
}
table th, table td{
	padding:5px 5px;
	vertical-align:top;
}
table th{
	padding-bottom:10px;
	text-align:left;
}
table td{
	border-bottom:1px dotted #d6d6d6;
}
table th p, table td p{
	margin-top:0;
}
table.full-width td,
table.full-width th,
table.full-width td.first,
table.full-width th.first,
table.full-width td.last,
table.full-width th.last{
	padding:10px;
}
table tr.odd{
	background-color:#FFF;
}
table tr.even{
	background-color:#fafafa;
}

@media (min-width:768px){
	table.full-width td, table.full-width th{
		padding:11px 10px 11px 10px;
	}
	table.full-width td.first, table.full-width td:first-child, table.full-width th.first,	table.full-width th:first-child{
		padding:11px 10px 11px 20px;
	}
	table.full-width td.last, table.full-width th.last{
		padding:11px 20px 11px 10px;
	}
}

/* Fix for chat table */
table.lpInviteChatTbl td{
	padding: 0;
}

/* Table sort icon image */
.sort-arrows{
	display:inline-block;
	width:10px;
	height:12px;
	margin:0 0 0 3px;
	vertical-align:-2px;
	background-repeat:no-repeat;
}
th .sort-arrows{
	background-image:url("/static/img/table-sort-arrows.gif");
}
th.headerSortUp .sort-arrows{
	background-image:url("/static/img/table-sort-arrow-up.gif");
}
th.headerSortDown .sort-arrows{
	background-image:url("/static/img/table-sort-arrow-down.gif");
}
.tablesorter-header, .sort-head{
	cursor:pointer;
}
.tablesorter-header.sorter-false{
	cursor:default;
}

/* Overwrite for proper bootstrap tables */
table.table thead{
	background: 0 none;
}
table.table td{
	border-top: 1px solid #ddd;
	border-bottom: 0 none;
}

/* Missing Bootstrap css */
.tab-content > .tab-pane{
	display: none;
}
.tab-content > .active{
	display: block;
}

/* Bootstrap overwrite */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	padding-top: 15px;
	padding-bottom: 15px;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
	padding:8px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{
	background-color:#FAFAFA;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th{
	background-color:#EAF2FC;
}
.well.well-white{
	background-color: #FFF;
}

/* Fixed column table */
.scroll-table table {
	min-width: 900px;
	border-collapse: separate;
}
@media (max-width:991px) {
	.scroll-table{
		position: relative;
	}
	.scroll-gradient-left, .scroll-table::after{
		content:'';
		position: absolute;
		top:0;
		height: 100%;
		width:20px;
		z-index: 5;
		pointer-events: none;
		opacity: 0;
		transition: 0.2s ease-out;
	}
	.scroll-table.scrolled .scroll-gradient-left{
		left:0;
		opacity: 1;
		background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	}
	.scroll-table::after{
		right: 0;
		opacity: 1;
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	}
	.scroll-table.scroll-end::after{
		opacity: 0;
	}
	.scroll-table table {
		margin:0;
	}
}


/* ==========================================================================
	Tabbed Navigation
	 ========================================================================== */

/* Minimal theme */
.tabs-minimal{
	list-style-type:none;
	padding-bottom:7px;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: solid 1px #dddddd;
}
.tabs-minimal li{
	position: relative;
	display:inline;
	bottom: -3px;
	padding:0 5px 3px 5px;
	cursor:pointer;
	font-size: 12px;
}
.tabs-minimal li.active{
	bottom: -2px;
	cursor:text;
	font-weight:600;
	border-bottom:5px solid #bbc8dc;
}
@media (min-width:768px){
	.tabs-minimal li{
		margin:0 1px;
	}
}
@media (min-width:992px){
	.tabs-minimal li{
		margin:0 8px;
		font-size: 14px;
	}
}
@media (min-width:1200px){
	.tabs-minimal li{
		margin:0 10px;
		font-size: 15px;
	}
	.tabs-minimal li.active{
		bottom:0;
	}
}

/* Tabs Minimal centered with icons */
.tabs-minimal-icons{
	list-style: none;
	padding-left: 0;
	margin-top: -7px;
	margin-bottom:0;
}
.tabs-minimal-icons li{
	float: left;
}
.tabs-minimal-icons li a{
	color: #a9a9b2;
	text-decoration: none;
	display: block;
	padding: 7px;
	border-top: 7px solid #a9a9b2;
	border-right: 1px solid #c5c6cb;
}
.tabs-minimal-icons li:first-child a{
	border-left: 1px solid #c5c6cb;
}
.tabs-minimal-icons li.green.active a{
	border-top-color: #30b71b;
	color: #30b71b;
}
.tabs-minimal-icons li.yellow.active a{
	border-top-color: #fabd3a;
	color: #fabd3a;
}
.tabs-minimal-icons li.red.active a{
	border-top-color: #cd4c1f;
	color: #cd4c1f;
}
.tabs-minimal-icons li.purple.active a{
	border-top-color: #AF82D7;
	color: #AF82D7;
}
.tabs-minimal-icons li.grey.active a{
	border-top-color: #5d5d5d;
	color: #5d5d5d;
}
@media (min-width:992px){
	.tabs-minimal-icons li a{
		padding: 6px 40px;
	}
}
@media (min-width:992px){
	.tabs-minimal-icons li a{
		padding: 6px 17px;
		font-size: 1.2em;
	}
	.tabs-minimal-icons .putnamicon{
		font-size: 1.2em;
	}
}

/* Arrow theme */
.tabs-arrow{
	position: relative;
	z-index: 1;
	padding: 0;
	margin-bottom:0;
	border-bottom: solid 1px #ddd;
}
.tabs-arrow li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0 !important;
	padding:0 20px;
	line-height: 32px;
	background-color: #fff;
	cursor: pointer;
	color: #666;
	transition: all 0.2s;
	font-size: 14px;
}
.tabs-arrow.tight li{
	padding:0 5px;
	margin: 0 2px 0 0;
	font-size: 13px;
}
.tabs-arrow li:hover{
	background-color: #f8f8f8;
}
.tabs-arrow li:before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: -2;
	border: solid 1px #ddd;
	transition: border 0.2s;
}
.tabs-arrow li:hover:before{
	border-color: #bbb;
}
.tabs-arrow li.active{
	color: #efefef;
	background-color: #555;
}
.tabs-arrow li:after{
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	bottom: 5px;
	right: 50%;
	margin-right: -7px;
	z-index: -1;
	border: solid 1px #ddd;
	background-color: #fff;
	transform: rotate(45deg);
	transition: all 0.2s;
}
.tabs-arrow li:hover:after{
	bottom:-7px;
	background-color: #fafafa;
	border-color: #bbb;
}
.tabs-arrow li.active:after{
	bottom:-7px;
	background-color: #555;
}
.tabs-arrow .tab-drop-wrap{
	padding-bottom: 10px !important;
}
@media (min-width: 768px){
	.tabs-arrow.tight li{
		padding:0 4px;
		margin: 0 1px 0 0;
	}

	.perspectives .tabs-arrow li{
		padding:0 4px;
	}
}
@media (min-width: 992px){
	.tabs-arrow.tight li{
		padding:0 8px;
		margin: 0 4px 0 0;
		font-size: 14px;
	}

	.perspectives .tabs-arrow li{
		padding:0 8px;
	}
}
@media (min-width: 1200px){
	.tabs-arrow.tight li{
		padding:0 18px;
		margin: 0 8px 0 0;
	}

	.perspectives .tabs-arrow li{
		padding:0 20px;
	}
}


.tabbed-content{
	clear:both;
}

@media (max-width: 767px){
	#combined-login .tab-drop-wrap, .tabbed-area ul.tabbed-nav li{
		display: none;
	}
	#combined-login.tabbed-area ul.tabbed-nav li{
		display: inline-block;
	}
}
@media (min-width: 768px){
	.tabs-blue{
		padding:0 0 0 20px;
	}
	.tabs-blue li{
		display:list-item;
	}
	.tab-drop-wrap select{
		width:90%;
		width:calc(100% - 55px) !important;
	}
	.tab-drop-wrap{
		display:none;
	}
}



/* ==========================================================================
	Helper Styles
========================================================================== */
.text-underline-none{
	text-decoration: none;
}
.text-border-none{
	border-bottom: 0px !important;
}
.pos-rel{
	position:relative;
}
.pos-abs{
	position:absolute;
}
.show-me{
	display:block !important;
}
.flush{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}
.row.flush{
	margin-left:-10px;
	margin-right:-10px;
}
.flush-top{
	margin-top:0;
}
.flush-right{
	margin-right:0;
}
.flush-bottom{
	margin-bottom:0;
}
.flush-left{
	margin-left:0;
}
.no-padding, .full .no-padding{
	padding:0;
}
.left, .alignleft{
	float:left;
}
.right, .alignright{
	float:right;
}
.forceLeft{
	float: left !important;
}
.forceRight{
	float: right !important;
}
.align-default{
	float: none;
}
img.left, img.alignleft{
	margin-right:0.9em;
	margin-bottom:0.9em;
}
img.right, img.alignright{
	margin-left:0.9em;
	margin-top:1.9em;
}
.commentaryImg{ /* this is for institutional video images*/
	margin-left:0.9em;
	margin-bottom:0.9em;
}
label.left, label.alignleft{
	padding-right:10px;
}
label.right, label.alignright{
	padding-left:10px;
}
.full-width{
	width: 100%;
}
.indenting{
	padding-left:8px;
}
.clearleft{
	clear:left;
}
.clearright{
	clear:right;
}
.clearnone{
	clear:none;
}
.text-inline{
	display:inline;
}
.nobr{
	white-space:nowrap;
}
.waiting-overlay{
	background:url('/static/img/spinner.gif') no-repeat 50% 50% #fff;
	left:0;
	height:100%;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	top:0;
	width:100%;
	position:absolute;
	z-index: 2;
}
.col-md-right {
	text-align: right !important;
}
@media (max-width: 768px) {
	.col-md-right {
		text-align: left !important;
		padding-top: 10px;
	}
}
/* Lists */
.list-block{
	padding-left:5px;
	line-height:1.5em;
}
.list-block ul{
	padding-left:16px;
	margin-top:0;
}
.list-block.no-bullet ul{
	padding-left:0;
	list-style:none;
	line-height:35px !important;
}
.list-block.no-bullet ul li i{
	margin-top:-7px;
	margin-right:5px;
}
.no-bullet{
	list-style:none;
	padding:0;
}

.empty-col{
	content: "";
}

.break:before{
	content: '\A';
	white-space: pre;
}

/* Borders */

.bordered-columns>[class^="col-"], .bordered-columns>[class*="col-"],
.bordered-columns-xs>[class^="col-"], .bordered-columns-xs>[class*="col-"]{
	border-left:solid 1px #ddd;
}
.bordered-columns>[class^="col-"]:first-child, .bordered-columns>[class*="col-"]:first-child,
.bordered-columns-xs>[class^="col-"]:first-child, .bordered-columns-xs>[class*="col-"]:first-child{
	border-left:0 none;
}

hr{
	border-color:#dddddd;
}
.article-content hr{
	clear: both;
}

.bordered-bottom, .bordered-bottom-solid{
	padding-bottom:15px;
	margin-bottom:15px;
}
.bordered-bottom{
	border-bottom:1px dotted #ccc;
}
.bordered-bottom-solid{
	border-bottom:1px solid #ccc;
}
h1.bordered-bottom, h2.bordered-bottom, h3.bordered-bottom, h4.bordered-bottom, h5.bordered-bottom, h6.bordered-bottom,
h1.bordered-bottom-solid, h2.bordered-bottom-solid, h3.bordered-bottom-solid, h4.bordered-bottom-solid, h5.bordered-bottom-solid, h6.bordered-bottom-solid{
	padding-bottom:3px;
}

.bordered-top{
	border-top: 1px solid #ccc;
}

.border-left-orange, .border-absolute-return{
	border-left:solid 8px #ff9900;
}
.border-left-purple, .border-asset-allocation{
	border-left:solid 8px #6600ff;
}
.border-left-blue, .border-blend{
	border-left:solid 8px #0077f0;
}
.border-left-teal, .border-global-sector{
	border-left:solid 8px #1c91b7;
}
.border-left-green, .border-growth{
	border-left:solid 8px #1ca605;
}
.border-left-yellow, .border-taxable-income, .border-tax-free-income{
	border-left:solid 8px #ddba17;
}
.border-left-red, .border-value{
	border-left:solid 8px #ac0707;
}
.border-left-gray{
	border-left: solid 8px #666;
}

.dotted{
	border-style:dotted;
}
@media (min-width:768px){
	.bordered-columns-sm>[class^="col-"], .bordered-columns-sm>[class*="col-"]{
		border-left:solid 1px #ddd;
	}
	.bordered-columns-sm>[class^="col-"]:first-child, .bordered-columns-sm>[class*="col-"]:first-child{
		border-left:0 none;
	}
}
@media (min-width:992px){
	.bordered-columns-md>[class^="col-"], .bordered-columns-md>[class*="col-"]{
		border-left:solid 1px #ddd;
	}
	.bordered-columns-md>[class^="col-"]:first-child, .bordered-columns-md>[class*="col-"]:first-child{
		border-left:0 none;
	}

}
@media (min-width:1200px){
	.bordered-columns-lg>[class^="col-"], .bordered-columns-lg>[class*="col-"]{
		border-left:solid 1px #ddd;
	}
	.bordered-columns-lg>[class^="col-"]:first-child, .bordered-columns-lg>[class*="col-"]:first-child{
		border-left:0 none;
	}
}

.table-wrapper{
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
.table-wrapper table{
	min-width:610px;
}
.iframe-wrapper, .scrolling-wrapper{
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

@media (min-width: 768px){
	.padded{
		padding-left:20px;
		padding-right:20px;
	}
	hr.padded{
		margin-right:20px;
		margin-left:20px;
	}
	.padded-small{
		padding-left:10px;
		padding-right:10px;
	}
	hr.padded-small{
		margin-right:10px;
		margin-left:10px;
	}
	.pad-top{
		margin-top:30px;
	}
}

/* New fancy ajax method of using simple brightcove video players */
.brightcove-video,
.brightcove-video-link,
.brightcove-video-wrapper {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	background-color: #F1F1F1;
}
.brightcove-video .video-js,
.brightcove-video-link .video-js,
.brightcove-video-wrapper .video-js {
	position: absolute;
}

.brightcove-image-link .vjs-big-play-button,
.brightcove-video .vjs-big-play-button,
.brightcove-video-link .vjs-big-play-button,
.brightcove-video-wrapper .vjs-big-play-button {
	position: absolute;
	font-size: 2em;
	background-color: rgba(0, 0, 0, 0.6);
	top: 50%;
	left: 50%;
	margin-left: -1em;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border: none;
	border-radius: 50%;
	color: #FFF;
	transition: background-color 0.2s ease;
}
.brightcove-image-link .vjs-big-play-button:before,
.brightcove-video .vjs-big-play-button:before,
.brightcove-video-link .vjs-big-play-button:before,
.brightcove-video-wrapper .vjs-big-play-button:before {
	font-family: 'icomoon' !important;
	content: "\e940";
	text-align: center;
	position: absolute;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
	font-size: 0.75em;
}
.brightcove-video .vjs-mobile-load-button,
.brightcove-video-link .vjs-mobile-load-button,
.brightcove-video-wrapper .vjs-mobile-load-button {
	position: absolute;
	bottom: 15%;
	right: 0;
	border: 0;
	text-align: right;
	text-transform: uppercase;
	padding: 1em 1.5em 1em 2em;
	font-size: 1.2em;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.brightcove-video .vjs-mobile-load-button .putnamicon-play,
.brightcove-video-link .vjs-mobile-load-button .putnamicon-play,
.brightcove-video-wrapper .vjs-mobile-load-button .putnamicon-play {
	vertical-align: -1px;
}
.brightcove-image-link .vjs-control-text,
.brightcove-video .vjs-control-text,
.brightcove-video-link .vjs-control-text,
.brightcove-video-wrapper .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.brightcove-video .bc-annotation,
.brightcove-video-link .bc-annotation,
.brightcove-video-wrapper .bc-annotation {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.0;
	transition: all 0.3s ease-out;
}
.brightcove-video .bc-annotation:hover,
.brightcove-video-link .bc-annotation:hover,
.brightcove-video-wrapper .bc-annotation:hover {
	opacity: 0.1;
}

.brightcove-video-link img {
	width: 100%;
}
.brightcove-video-link:hover .vjs-big-play-button {
	background-color: rgba(0, 0, 0, 0.8);
}

.sixteen-nine, .bc-playlist {
	position: relative;
}

.sixteen-nine:before, .bc-playlist:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.35%;
}

.bc-playlist:before {
	padding-top: 67.9%;
}

.bc-playlist.bc-thumbs-bottom.bc-thumbs-grey-bg .vjs-playlist {
	background-color: #E7E8E9;
}

.sixteen-nine .content, .bc-playlist .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.bc-playlist.bc-thumbs-bottom .content {
	height: 83%;
}

.video-js {
	width: 100% !important;
	height: 100% !important;
}

.video-js .vjs-tech {
	position: inherit !important;
}

.bc-no-playlist-text .vjs-playlist-name {
	display: none;
}

.bc-player-NkJFhf5dg_default .vjs-big-play-button,
.bc-player-88bcd190-20c5-425e-ba84-b3d408ddade4_default .vjs-big-play-button {
	font-size: 2em;
	background-color: rgba(0, 0, 0, 0.6);
	top: 50%;
	left: 50%;
	margin-left: -1em;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border: none;
	border-radius: 50%;
	color: #FFF;
}

.bc-player-NkJFhf5dg_default:active .vjs-big-play-button,
.bc-player-NkJFhf5dg_default:hover .vjs-big-play-button,
.bc-player-88bcd190-20c5-425e-ba84-b3d408ddade4_default:active .vjs-big-play-button,
.bc-player-88bcd190-20c5-425e-ba84-b3d408ddade4_default:hover .vjs-big-play-button {
	background-color: rgba(0, 0, 0, 0.85);
}

.bc-iframe .vjs-playlist {
	height: auto;
}

.vjs-progress-control.vjs-control {
	position: absolute;
	width: 100%;
}

.bc-playlist .vjs-control-bar {
	background-color: rgba(89, 93, 97, 0.45);
}

time,
.bc-playlist.bc-thumbs-bottom .vjs-playlist-description,
.bc-playlist.bc-thumbs-bottom .vjs-playlist-ad-overlay {
	display: none !important;
}

.bc-playlist.bc-thumbs-bottom #vjs_video_3 {
	position: relative;
	width: 100% !important;
}

.bc-playlist.bc-thumbs-bottom .thumb-wrapper {
	width: 100%;
	overflow-x: auto;
}

.bc-playlist.bc-thumbs-bottom .vjs-playlist {
	position: relative;
	width: 170%;
	display: block;
	padding: 6px 0px 0 6px;
}

.bc-playlist.bc-thumbs-bottom .vjs-playlist-item {
	width: 18.8%;
	margin-right: 1.2%;
	display: inline-block;
	margin-bottom: 4px !important;
	height: auto;
}

.bc-playlist.bc-thumbs-bottom .vjs-playlist .vjs-playlist-thumbnail,
.bc-playlist.bc-thumbs-bottom .vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
	height: 100%;
	width: 100%;
}

.bc-playlist.bc-thumbs-bottom .vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
	left: 0;
	top: 0;
	padding-top: 20%;
}

.bc-playlist.bc-thumbs-bottom .vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before {
	display: none;
}

.vjs-playlist-now-playing:before {
	padding-top: 5% !important;
}

@media (min-width: 375px) {
	.bc-playlist.bc-thumbs-bottom .vjs-playlist {
		width: 140%;
	}
}
@media (min-width: 480px) {
	.bc-playlist.bc-thumbs-bottom .vjs-playlist {
		width: 118%;
	}
}
@media (min-width: 568px) {
	.bc-playlist.bc-thumbs-bottom .vjs-playlist {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.bc-playlist.bc-thumbs-bottom .thumb-wrapper {
		overflow: auto;
	}

	.bc-playlist.bc-thumbs-bottom .vjs-playlist {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 1200px) {
	.bc-playlist.bc-thumbs-bottom:before {
		padding-top: 67.4%;
	}

	.bc-playlist.bc-thumbs-bottom .content {
		height: 83.5%;
	}

	.bc-playlist.bc-thumbs-bottom .vjs-playlist-item {
		margin-bottom: 0px !important;
	}
}





/* ==========================================================================
	Main Styles
	 ========================================================================== */

html, body{
	font-size: 15px;
	line-height: 1.666em;
}
body{
	background-image:url('/static/img/layout/browser_bg.jpg');
	background-repeat:repeat-x;
	background-color:#dae3e8;
}

img{
	max-width:100%;
	height:auto;
}
#wrapper{
	position: relative;
	overflow:hidden;
	margin:0 auto;
	max-width:970px;
	background-color:#FFF;
	box-shadow:0px -1px 10px rgba(160,160,160,0.6);
	text-rendering:optimizeLegibility;
}
#wrapper:after{
	transition: all .2s linear;
}
#main{
	margin-bottom:30px;
}
ul, ol{
	padding:0 0 0 20px;
}
#main ul li, #main ol li{
	margin-bottom:0.3em;
}
#main ul ul, #main ol ol, #main ul ol, #main ol ul{
	margin:0.3em 0;
}

/* FULL WIDTH MAIN STYLES */
body.full{
	background:none #fff;
}
.full #wrapper{
	max-width:none;
	box-shadow:none;
}

/* HEADER */

header{
}
#logo{
	display:block;
	width:283px;
	margin:10px 0 10px 10px;
	max-width:100%;
	float:left;
}
#logo a{
	display:block;
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:0;
	padding-top:12.1%;
}
#logo.logo-advisor,
#logo.logo-dcio{
	width:378px;
	max-width:95%;
}
@media (max-width:992px){
	#logo.logo-advisor{
		max-width:40%;
	}
}
@media (max-width:768px){
	#logo.logo-advisor{
		max-width:93%;
	}
}
#logo #logo-individual{
	background-image:url('/static/img/individual/layout/logo.png');
	width:283px;
}
#logo.logo-dcio a{
	background-image:url('/static/img/dcio/layout/logo.png');
	width:378px;
	max-width:100%;
	background-size:100%;
}
#logo.logo-advisor a{
	background-image:url('/static/img/advisor/layout/logo.png');
	width:378px;
	max-width:100%;
	background-size:100%;
}
#header-links{
	float:right;
	margin:0 0 10px 10px;
}
#header-links.wider-closed-in #username-dropdown{
	max-width:120px;
	overflow:hidden;
	white-space:nowrap;
	float:none;
	display:inline-block;
	text-overflow:ellipsis;
}
#header-links.wider-closed-in #username-dropdown.user-dcio{
	color: #30b71b;
}
#header-links ul{
	margin:0;
	padding:0;
	list-style:none;
}
#header-links ul li{
	float:left;
	position:relative;
	z-index:700;
	border-right:solid 1px #9f9f9f;
	margin-right:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:3px;
}
#header-links.wider-closed-in .putnamicon{
	font-size: 0.8em;
	vertical-align: 1px;
}
#header-links.wider-closed-in ul li{
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 7px;
	margin-right: 7px;
}
#header-links.wider-closed-in ul li.first{
	padding-left: 7px;
	border-left: solid 1px #9f9f9f;
}
#header-links ul li.last{
	border-right:0;
}
#header-links.wider-closed-in ul li.last{
	border-right: solid 1px #9f9f9f;
	margin-right: 0;
}
#header-links ul li a{
	color:#333;
	text-decoration:none;
}
#header-links ul li.green a, #header-links .putnamicon-plus.green{
	color: #30b71b;
}
#header-links ul li.dropdown a{
	padding-left:10px;
	padding-right:15px;
	background-image:url('/static/img/individual/icon/icon-branding-carat-sm.png');
	background-repeat:no-repeat;
	background-position:right 5px;
}
#header-links ul li ul{
	display:none;
	position:absolute;
	z-index:600;
	left:-1px;
	right:-1px;
	background:#FFF;
	padding-top:10px;
	border-right:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
	border-left:solid 1px #dadada;
}
#header-links ul li span{
	position:relative;
	z-index:601;
}
#header-links .acctName{
	display:block;
	overflow:hidden;
	max-width:150px;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:right;
}
#header-links ul li.dropdown:hover{
	border-right:solid 1px #dadada;
	border-left:solid 1px #dadada;
}
#header-links ul li.dropdown:hover ul{
	display:block;
}
#header-links ul li.dropdown ul li{
	float:none;
	margin-right:0;
	border-right:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:0;
}
#header-links ul li.dropdown ul li:hover{
	border-right:0;
}
#header-links ul li.dropdown ul li a{
	display:block;
	border-top:1px solid #dadada;
	color:#0065d4;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:0;
	background-image:none;
}
#header-links ul li.dropdown #last-login{
	padding-top:5px;
	padding-bottom:5px;
	color:#747474;
}
#header-links ul li.dropdown ul li a.passwdReq{
	color:#808080;
	cursor:text;
}
@media (min-width:768px){
	#header-links.wider-closed-in ul li{
		padding-top: 8px;
		padding-bottom: 6px;
		padding-right: 10px;
		margin-right: 10px;
		height: 30px;
	}
	#header-links.wider-closed-in ul li.first{
		padding-left: 10px;
	}
}
@media (max-width:768px){
	#header-links.wider-closed-in{
		margin-left: 0;
	}
}
@media (min-width:992px){
	#header-links.wider-closed-in ul li{
		padding-top: 8px;
		padding-bottom: 6px;
		padding-right: 15px;
		margin-right: 15px;
	}
	#header-links.wider-closed-in ul li.first{
		padding-left: 15px;
	}
}
@media (max-width:992px){
	#username-dropdown{
		max-width:150px;
		overflow:hidden;
		white-space:nowrap;
		float:none;
		display:inline-block;
		text-overflow:ellipsis;
	}
}

/* My Profile #my-putnam */
#my-putnam{
	display: none;
	border-top: 7px solid #a9a9b2;
}
#my-putnam .tab-content{
	padding-top: 20px;
	padding-bottom: 20px;
}
#my-putnam #close-my-putnam a{
	padding:14px 8px 0 16px;
	border-right: 0;
}
.my-putnam-alert-added{
	display: none;
	position: absolute;
	padding: 14px;
	border: 1px solid #CCC;
	width: 140%;
	left: -20%;
	margin-top: 10px;
	border-radius: 10px;
	background-color: #FFF;
	font-weight: 600;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
	text-align: center;
}
.my-putnam-alert-added:after,
.my-putnam-alert-added:before{
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	left: 48%;
	left: calc(50% - 5px);
	background-color: #FFF;
	transform: rotate(45deg);
	transform-origin: 20% 40%;
}
.my-putnam-alert-added:after{
	border: 1px solid #AAA;
	top: -10px;
	z-index: -1;
}
.my-putnam-alert-added:before{
	top: -9px;
}
#alerts-table-wrapper{
	max-height: 350px;
	overflow-y: auto;
}
#alerts-table-wrapper table{
	margin-top: 0;
	margin-bottom: 0;
}
#alerts-table-wrapper .putnamicon{
	font-size: 20px;
	line-height: 0.6em;
	vertical-align: -3px;
}
#alerts-table-wrapper .putnamicon-close, .remove-fund .putnamicon{
	color: #888;
	font-size: 0.7em;
	vertical-align: 1px;
}
#alerts-table-wrapper .putnamicon-green{
	color: green;
}
#alerts-table-wrapper .styled-checkbox{
	padding-left: 8px;
	display: inline-block;
}
#alerts-table-wrapper .styled-checkbox label::before{
	width: 20px;
	height: 20px;
	margin-top: -8px;
}
#alerts-table-wrapper .styled-checkbox label::after{
	width: 19px;
	height: 19px;
	font-size: 15px;
	margin-top: -9px;
}

.search{
	display:block;
	float:right;
	max-width:191px;
	height:26px;
	padding-left:10px;
	margin:0 20px 15px 0;
	background-color:#ffffff;
	box-shadow:inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	border-radius:15px;
	background-clip:padding-box;
}
.search-input{
	float:left;
	outline:none;
	border:0 none;
	background:transparent;
}
.twitter-typeahead{
	width:147px;
	float:left;
}
.typeahead, .tt-query, .tt-hint{
	width:147px;
	height:26px;
	padding:1px 4px 0px 4px;
	margin:0px;
	line-height:26px;
}
.tt-hint{
	color:#999;
	display:none;
}
.tt-dropdown-menu{
	width:200px;
	margin-top:0px;
	margin-left:-10px;
	padding:4px 0;
	background-color:#fff;
	border:1px solid rgba(204, 204, 204, 0.2);
	border-radius:4px;
	box-shadow:0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion{
	padding:3px 15px;
	line-height:24px;
}
.tt-suggestion.tt-is-under-cursor{
	color:#fff;
	background-color:#0097cf;
}
.tt-suggestion p{
	margin:0;
}
.tt-category, #fv-search-form .tt-category{
	font-size:14px;
	font-weight:600;
	padding:0;
	border-bottom:1px solid #d6d6d6;
	margin:5px 15px 0px 15px !important;
	line-height:20px;
}
.search-submit{
	width:30px;
	height:26px;
	display:block;
	float:right;
	margin:0;
	padding:0;
	border:0;
	background:url('/static/img/icons/icon-search.png') no-repeat center 8px;
}
#cse-search-box-menu, #fv-search-form{
	display:none;
	clear:right;
	margin-top:10px;
}
#cse-search-box-menu-2{
	margin:12px 20px 0px 0;
}
.email-id{
	margin: 10px 0px 10px 0px;
}
@media (min-width:768px){
	#logo{
		margin-top:20px;
		margin-left:20px;
	}
	.search-input{
		font-size:13px;
	}
	#cse-search-box-menu, #fv-search-form{
		display:block;
	}

	#header-links .acctName{
		display:inline;
	}
	#my-putnam #close-my-putnam{
		float: right;
	}
	#my-putnam #close-my-putnam span.putnamicon{
		font-size: 0.7em;
		vertical-align: 2px;
	}
	#my-putnam #close-my-putnam a{
		padding:7px;
		border-right: 0;
	}
}

/* NEW PROD INFO BRANDED HEADER STYLES */
.brand-wrapper a.site-logo img {
	height: 26px;
	vertical-align: -2px;
}

@media all and (min-width: 576px) {
	.brand-wrapper a.site-logo img {
		height: 34px;
		width:139px;
		vertical-align: -10px;
	}
}

@media all and (min-width: 768px) {
	.brand-wrapper a.site-logo img {
		height: 71px;
		width:192px;
	}
}

/* FOOTER */

.full footer,
#footer-links{
	border-top:4px double #cad1d5;
	color:#7d7d7d;
	background-color:#F5F5F5;
	font-size: 14px;
}
.full footer #footer-links{
	border-top:0 none;
}
footer p strong{
	color:#444;
}
footer h5{
	margin:0;
	padding:14px 10px;
	cursor:pointer;
	color:#333333;
	border-bottom:1px solid #cccccc;
}
footer a,
footer a:visited,
#footer-links a,
#footer a:visited{
	text-decoration:none;
	color:#555;
}
footer a:hover{
	text-decoration:underline;
	color:#999;
}
#footer-links a{
	display:block;
	padding:16px 10px;
	width:100%;
	border-bottom:1px solid #cccccc;
	background-color:#FAFAFA;
}
footer h5:hover, #footer-links a:hover{
	background-color:#FFFFFF;
}
#footer-links h5 .putnamicon{
	font-size: 10px;
}
#footer-links .social{
	float: left;
	width: 20%;
	text-align: center;
}
#footer-links .social .putnamicon{
	font-size: 24px;
	line-height: 1em;
}
footer ul{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}
#footer-disclosure{
	padding-top:20px;
	padding-bottom:40px;
	color:#7d7d7d;
	font-size: 13px;
}
#livelook img{
	padding-right:3px;
}

@media (max-width: 767px){
	.full footer #footer-links{
		margin:0 -20px;
	}
}
@media (min-width: 768px){
	footer, #footer-links{
		background-color:#FFFFFF;
	}
	.full footer #footer-links{
		background-color:#F5F5F5;
	}
	footer ul{
		display:block;
	}
	footer h5{
		padding:15px 20px 5px 20px;
		border:0 none;
		cursor:auto;
	}
	footer h5:hover{
		background:none;
	}
	#footer-links a{
		padding:5px 20px;
		border:0 none;
		background-color:transparent;
	}
	#footer-links a:hover{
		background-color:transparent;
		text-decoration:underline;
	}
	footer h5,
	#footer-links a{
		padding-left:0;
		padding-right:0;
	}
	#footer-links .social{
		width:auto;
		padding-right:2px;
	}
	#footer-links .social .putnamicon{
		margin:0;
	}
}


/* GLOBAL CONTENT */
.content-header{
	margin-bottom:10px;
}

/* MODAL OVERRIDES */
.modal-header{
	border-bottom: 0;
	margin-bottom: 10px;
}
.modal-header .close{
	border:1px solid;
	width:20px;
	height:20px;
	border-radius:50%;
	line-height:0;
	padding:1px 0 2px 0;
}
.modal-body{
	padding:0 20px 30px 20px;
}
.modal-backdrop.fade.in{
	opacity: 0.4;
}

/* ACCOUNT LOGIN & AUTH MODALS*/
#login-form input#myaccounts, #login-form input#myAccountsCkBx{
	height:auto;
	margin:1px 5px 10px 0;
}

/* DST Styles */
.dst-container{
	min-width:250px;
}
.dst-menu>:first-child.logout{
	margin-top:10px;
}
#combined-login h5.flush-top{
	margin:0.6em 0;
}
/* Disclosure and Content hiding */
.disclosure-hide, .content-hide{
	position:relative;
	overflow:hidden;
	z-index:1;
	padding-bottom:4em;
	margin-bottom:15px;
	transition:max-height 0.75s ease-out;
}
/* Overlay */
.disclosure-hide:before, .content-hide:before{
	content:'See important disclosure';
	position:absolute;
	z-index:3;
	bottom:22px;
	left:50%;
	margin-left:-90px;
	padding:1px 2px 2px 2px;
	width:180px;
	height:28px;
	text-align:center;
	font-size:0.917em;
	color:#007CC6;
	background-color:#fafafa;
	border: solid 1px #BABABA;
	zoom:1;
}
.content-hide:before{
	content:'Read more';
}
/* Dropshadow */
.disclosure-hide:after, .content-hide:after{
	content:'';
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	border-top:solid 1px #BABABA;
	background: #fff;
}
.disclosure-hide[data-fully-close="true"]:after{
	box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
.disclosure-hide.show:before, .content-hide.show:before{
	content:'Hide disclosure';
}
.content-hide.show:before{
	content:'Show less';
}
.disclosure-hide.show:after, .content-hide.show:after{
	box-shadow: none;
}
.disclosure-hide p, .content-hide p{
	margin-bottom: 1.666em;
}
.hide-toggle{
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 50px;
	cursor:pointer;
	z-index: 4;
}

@media print{
	.disclosure-hide,.content-hide{
		max-height:10000px !important;
		height:100%;
		width:100%;
		margin:0;
	}
	.disclosure-hide:before,.content-hide:before,
	.disclosure-hide:after,.content-hide:after{
		content:none;
		clear:both;
	}
}



/* ==========================================================================
	Widget Styles
	 ========================================================================== */

h1.dropdown{
	cursor:pointer;
	background-image:url("https://www.putnam.com/static/img/icons/h1-up-down.png");
	background-position:right -47px;
	background-repeat:no-repeat;
	max-height:75px;
}
h1.dropdown.active{
	background-position:right 13px;
}
#institutional-investment-solutions span.dropdown.active{
	background-position:right 13px;
}
#institutional-investment-solutions span.dropdown{
	cursor:pointer;
	background:#fff url("https://www.putnam.com/static/img/icons/h1-up-down.png") no-repeat 0 -44px;
	display:inline-block;
	width:15px;
}
.square{
	font-size:22px;
	text-align:center;
}

.square-thumb {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-size: cover;
}

/* For dimming an area, add and remove via JS */
.dimmable:after{
	transition: all .2s linear;
	background-color: #000;
	content: "";
	opacity: 0;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dimmable.darken:after{
	opacity: 0.6;
}

/* Breadcrumbs */
#breadcrumb{
	display:none;
	line-height:30px;
}
#breadcrumb .checkbox input{
	margin-top:9px;
}

/* Aside */
aside .module{
	border-top:1px dotted #d6d6d6;
	padding-top:10px;
	padding-bottom:10px;
}
aside .module:first-child{
	border-top:0;
}
aside select{
	width:100%;
	margin:0.5em 0;
}

iframe.full-width{
	width:100%;
}

#recommendations{
	background-color:#f3f7fb;
	padding:10px;
}
#recommendations h5{
	padding-left:24px;
	background:url('https://www.putnam.com/static/img/social/icon-you-may-be.png') no-repeat;
}

.footnote{
	font-size: 14px;
	color:#666;
}

body.assetLiquidity .footnote p,
body.assetLiquidity .footnote p .asset-liquidity-dis{
	display: none;
}

body.assetLiquidity .footnote p:last-child{
	display: block;
	margin-top: 20px;
	font-size: 15px;
	color: #333;
}

/* Carousel Customization */
.carousel:hover .carousel-control{
	opacity:1;
	width:9%;
}
.carousel-control{
	opacity:0;
	width:8%;
	transition:all 0.2s ease-out;
}
.carousel-control.left,
.carousel-control.right{
	background:none;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before{
	content:"";
}
.carousel-control .icon-prev,
.carousel-control .icon-next{
	width:30px;
	height:30px;
	background-image:url('/static/img/individual/homepage/bg_direction_nav.png');
}
.carousel-control .icon-next{
	background-position:right;
}
.carousel-indicators{
	margin-bottom:0;
}
.carousel-indicators li{
	box-shadow:0 0 5px #666;
	margin:3px !important;
	transition:background 0.3s ease-out;
}
.carousel-indicators .active{
	margin:2px !important;
}
.carousel-inner .item.left,
.carousel-inner .item.right{
	float:none;
}
.carousel-inner .item img{
	cursor:pointer;
}


/* FUND WIDGET */

#fund-widget{
	margin-bottom:10px;
	z-index:10;
}
#fund-widget.fund-widget-blue{
	background-color:#f3f7f9;
}
#fund-widget .fund-title{
	margin:0;
	padding:10px 10px 10px 20px;
	line-height:22px;
}
#fund-widget .fund-title.active{
	border-bottom:0 none;
}
#fund-widget ul{
	margin:0;
	padding-left:0;
	list-style:none;
	background-color:#fff;
	border-top:1px solid #ccc;
}
#fund-widget.fund-widget-blue ul{
	background-color:#f3f7f9;
}
#fund-widget>ul>li{
	margin-bottom:0;
	border-right:solid 1px #ccc;
}
#fund-widget ul li i{
	margin-top:4px;
}
#fund-widget ul li a,
#fund-widget ul li h5{
	display:block;
	padding:9px 10px 9px 12px;
	margin:0;
	border-bottom:solid 1px #ccc;
	font-weight:500;
}
#fund-widget ul li a:hover,
#fund-widget ul li a:visited{
	text-decoration:none;
	background-color:#fff;
}
#fund-widget.fund-widget-blue ul li a{
	background-color: #fff;
}
#fund-widget>ul>li>ul{
	border-bottom: solid 1px #ccc;
}
#fund-widget ul li ul{
	display:none;
	margin:0;
	max-height:150px;
	overflow:auto;
}
#fund-widget ul li.open ul{
	display: block;
}
#fund-widget ul li ul li{
	margin-bottom:0;
}
#fund-widget ul li ul li a{
	padding-left:20px;
}
#fund-widget ul li ul li:last-child a{
	border-bottom: 0 none;
}
#fund-widget .putnamicon{
	font-size: 8px;
	line-height: 22px;
}
@media (min-width:768px){
	#fund-widget{
		margin-bottom:0;
	}
	#fund-widget.fund-widget-small{
		max-height:348px;
	}
	#fund-widget .fund-title{
		border-right:solid 1px #ccc;
		font-size:14px;
	}
	#fund-widget.fund-widget-small .fund-title{
		padding-top:5px;
		padding-bottom:5px;
		line-height:19px;
	}
	#fund-widget>div>ul>li{
		border-top:0 none;
	}
	#fund-widget.fund-widget-small ul li h5{
		padding-top:1px;
		padding-bottom:1px;
		font-size:15px;
	}
}
@media (min-width:992px){
	#fund-widget .fund-title{
		font-size:16px;
		border-right:solid 1px #ccc;
	}
	#fund-widget.fund-widget-small .fund-title{
		padding-top:7px;
		padding-bottom:7px;
	}
	#fund-widget.fund-widget-small ul li h5{
		padding-top:5px;
		padding-bottom:5px;
	}
}

/* This is for big button nav at the top of some investment solution pages */
.big-num-nav{
	width:100%;
	margin-top:10px;
	border-bottom:1px dotted #d6d6d6;
	padding-bottom:8px;
	margin-bottom:8px;
}
.big-num-nav a{
	position:relative;
	display:block;
	margin:10px 0;
	padding-left:55px;
	min-height:38px;
	line-height:1.5em;
	text-decoration:none;
	box-sizing:border-box;
}
.big-num-nav a span{
	position:relative;
	margin-top:inherit;
	*clear:expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" :"0"),style.clear = "none", 0);
}
.big-num-nav a:link, .big-num-nav a:visited{
	color:#333;
}
.big-num-nav a:hover, .big-num-nav a.selected{
	color:#ff6600;
}
.big-num-nav .number-bg{
	position:absolute;
	width:38px;
	height:38px;
	margin:0 10px;
	background-image:url('/static/img/number-sprite.png');
	background-repeat:no-repeat;
	top:0;
	left:0;
	vertical-align:middle;
}
.big-num-nav .number-bg.one{
	background-position:-1px 0;
}
.big-num-nav .number-bg.two{
	background-position:-42px 0;
}
.big-num-nav .number-bg.three{
	background-position:-84px 0;
}
.big-num-nav .number-bg.four{
	background-position:-126px 0;
}
.big-num-nav a:hover .number-bg.one,
.big-num-nav a.selected .number-bg.one{
	background-position:-1px -41px;
}
.big-num-nav a:hover .number-bg.two,
.big-num-nav a.selected .number-bg.two{
	background-position:-42px -41px;
}
.big-num-nav a:hover .number-bg.three,
.big-num-nav a.selected .number-bg.three{
	background-position:-84px -41px;
}
.big-num-nav a:hover .number-bg.four,
.big-num-nav a.selected .number-bg.four{
	background-position:-126px -41px;
}
a.step-nav-left:link, a.step-nav-left:visited, a.step-nav-right:link, a.step-nav-right:visited{
	color:#FF6600;
}
a.step-nav-left{
	display:inline-block;
	width:49%;
}
a.step-nav-right{
	float:right;
	text-align:right;
	width:49%;
}
/* MEDIA QUERIES FOR BIG NUM NAV */
@media (min-width:560px){
	.big-num-nav{
		width:100%;
	}
	.big-num-nav a{
		width:24.5%;
		float:left;
	}
}
@media (max-width:400px){
	.big-num-nav .number-bg{
		display:none;
	}
	.big-num-nav a{
		min-height:0;
		padding-left:0;
	}
	.big-num-nav a:before{
		 content:"\00BB	";
	}
}

/* Date Picker */
.datepicker table thead{
	background:none;
}

/*Blog Article Content */
.article-content .alignleft, .article-content .alignright{
	max-width:50% !important;
	height:auto;
}
.article-content img{
	height:auto;
}


/* Share hover widget */
.share-bar{
	margin-bottom: 15px;
}
.share-bar-links .share-social-icons a{
	display: inline-block;
}
.share-bar-links .share-social-icons a span{
	font-size: 30px;
	line-height: 1em;
}
.share-bar-links .btn{
	margin-top: 1px;
	font-size: 13px;
	font-weight: normal;
	border-radius: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.share-bar-links .copy-url{
	position: relative;
}
.share-bar-links object, .share-bar-links embed{
	outline: 0;
	border: 0;
}

.touch .share-bar-links .copy-url{
	display: none;
}

.tags{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

@media (min-width: 768px){
	h1.dropdown, #institutional-investment-solutions span.dropdown{
		cursor:auto;
		background-image:none;
	}

	/* Social Sharing and breadcrumbs */
	#location-share{
		margin:10px 20px;
		padding:0 0 10px 0;
		border-bottom:1px dotted #CCC;
	}
	#breadcrumb{
		display:block;
	}
	#breadcrumb a{
		margin-right:5px;
		padding-right:14px;
		background:url('/static/img/raquo.png') no-repeat right 13px;
		float:left;
	}
	#social-icons{
		font-weight:600;
		position:relative;
	}
	#social-icons a{
		margin-left:5px;
	}

	aside{
		border-left:1px dotted #d6d6d6;
		margin-bottom:1em;
	}

	#recommendations{
		margin-left:-10px;
		margin-top:-10px;
	}

	#filter-options .col-sm-3,
	#filter-options .col-sm-9{
		padding-right: 0px;
	}

	#filter-options .col-sm-9{
		padding-left: 0px;
	}
}


/* ==========================================================================
	Icon Styles
	 ========================================================================== */

[class^="icon-"],
[class*=" icon-"]{
	display:inline-block;
	width:14px;
	height:14px;
	margin-top:1px;
	*margin-right:.3em;
	line-height:14px;
	vertical-align:text-top;
	background-image:url("/static/img/individual/layout/sh_icon_sprite_g.png");
	background-repeat:no-repeat;
}

[class^="icon-shhome"], [class*=" icon-shhome"]{
	background-image:url("/static/img/individual/layout/sh_icon_home.png");
	height:40px;
	margin:0 10px 0 0;
	width:45px;
}

.animated{
	transition:opacity 0.2s ease-in-out;
}
.animated:hover ,
.animated:active{
	opacity:0.7;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white{
	color: #fff;
}
/* White icons show on desktop (768px+) only */
.icon-white-desktop{
	background-image:url("/static/img/individual/layout/sh_icon_sprite_g.png");
}

.icon-hamburger{
	background-position:0 -158px;
}
.icon-chevron-up, .active .icon-chevron-down{
	background-position:0 -86px;
}
.icon-chevron-down{
	background-position:0 -55px;
}
.icon-home{
	width:16px;
	line-height:16px;
}
.icon-lock{
	margin-top:-1px;
	height:15px;
	background-position:0 -121px;
}
.icon-gear{
	width:20px;
	background-position:0 -26px;
}
.icon-calendar{
	width:19px;
	height:16px;
	background-position:0 -185px;
}

/* Social Icons */
[class^="icon-social"],
[class*="icon-social"]{
	width:21px;
	height:21px;
	line-height:21px;
	overflow:hidden;
	text-indent:100%;
	background-image:url("/static/img/individual/layout/icons-social.png");
	background-repeat:no-repeat;
}
.icon-social-facebook{
	background-position:-44px 0;
}
.icon-social-twitter{
	background-position:-44px -29px;
}
.icon-social-youtube{
	background-position:-44px -59px;
}
.icon-social-linkedin{
	background-position:-44px -86px;
}
.icon-social-google{
	background-position:-44px -113px;
}
.icon-social-email{
	background-position:-44px -139px;
}

/* Remove after Individual Update */
.icon-social-facebook-grey{
	background-position:-80px 0;
}
.icon-social-twitter-grey{
	background-position:-80px -29px;
}
.icon-social-youtube-grey{
	background-position:-80px -59px;
}
.icon-social-linkedin-grey{
	background-position:-80px -86px;
}
.icon-social-google-grey{
	background-position:-80px -113px;
}
.icon-social-email-grey{
	background-position:-80px -139px;
}
/* -- */

#save, .subscription{
	display:inline-block;
	height:29px;
	text-indent:100%;
	width:22px;
}
.subscription{
	background:url("/static/img/social/icon-social-esubscribe.png") no-repeat scroll 0 -6px;
}
#save{
	background:url("/static/img/social/icon-social-myputnam.png") no-repeat scroll 0 -6px;
}

/* ICO MOON FONTS - These will be replacing all other icons */
.putnamicon{
	font-family: 'icomoon';
	position: relative;
	top: 1px;
	display: inline-block;
	font-size: 14px;
	line-height: 1.42857143;
}

@media (min-width:768px){
	/* White icons with optional class, or on hover/focus/active states of certain elements */
	.icon-white-desktop{
		background-image:url("/static/img/individual/layout/sh_icon_sprite_w.png");
	}
}

/* Star rating icons (Generated via macros) */
.star-rating-1, .star-rating-2, .star-rating-3, .star-rating-4, .star-rating-5{
	display:block;
	background-image:url('/static/img/green-star-20.gif');
	width:16px;
	height:20px;
	text-indent:10000px;
	overflow:hidden;
	margin:0 auto 0 0;
	padding:0;
}
.align-left .star-rating-1, .align-left .star-rating-2, .align-left .star-rating-3, .align-left .star-rating-4, .align-left .star-rating-5{
	margin:0;
}
.star-rating-2{
	width:32px;
}
.star-rating-3{
	width:48px;
}
.star-rating-4{
	width:65px;
}
.star-rating-5{
	width:80px;
}
.stars{
	color:#f9a63f;
}

/* Fund Colors */
.fund-selector-asset-class.Growth,.trading-symbol.Growth,.Growth{
	color:#009900;
}
.fund-selector-asset-class.Blend,.trading-symbol.Blend,.Blend{
	color:#0066CC;
}
.fund-selector-asset-class.Value,.trading-symbol.Value,.Value{
	color:#cc0000;
}
.fund-selector-asset-class.Taxable-Income,.trading-symbol.Taxable-Income,.Taxable-Income,
.fund-selector-asset-class.Fixed-Income,.trading-symbol.Fixed-Income,.Fixed-Income,
.fund-selector-asset-class.Stable-Value,.trading-symbol.Stable-Value,.Stable-Value{
	color:#ff9900;
}
.fund-selector-asset-class.Tax-free-Income,.trading-symbol.Tax-free-Income,.Tax-free-Income{
	color:#ff9900;
}
.fund-selector-asset-class.Asset-Allocation, .fund-selector-asset-class.Target-Date,.trading-symbol.Asset-Allocation, .trading-symbol.Target-Date, .Asset-Allocation{
	color:#663366;
}
.fund-selector-asset-class.Global-Sector,.trading-symbol.Global-Sector,.Global-Sector{
	color:#448f9c;
}
.fund-selector-asset-class.Absolute-Return,.trading-symbol.Absolute-Return,.Absolute-Return{
	color:#ff6600;
}

/* Other Helpful Colors */
.facebook,
a.facebook:link,
a.facebook:visited{
	color: #1d4587;
}
.linkedin,
a.linkedin:link,
a.linkedin:visited{
	color: #0096c2;
}
.twitter,
a.twitter:link,
a.twitter:visited{
	color: #02acf7;
}
.google-plus,
a.google-plus:link,
a.google-plus:visited{
	color: #b11f24;
}


/* ==========================================================================
	 Misc Styles
	 ========================================================================== */

/*----------Password Strength CSS----------*/
.password_strength{
	padding:4px;
}
.password_strength_1{
	background-color:#fcb6b1;
}
.password_strength_2{
	background-color:#fccab1;
}
.password_strength_3{
	background-color:#fcfbb1;
}
.password_strength_4{
	background-color:#dafcb1;
}
.password_strength_5{
	background-color:#bcfcb1;
}

#individual-render-error #location-share, #individual-page-not-found #location-share{
	display:none;
}
.legacy-app{
	border:medium none;
	height:825px;
	width:900px;
}
.create-password-email{
	color:#0065D4;
	cursor:pointer;
}
#toolbar-social{
	position:relative;
}
#toolbar-social p{
	margin:0;
}
.hide-me{
	display:none;
}
.rate-container{
	line-height:35px;
	height:35px;
	display:inline-block;
}
.rate-label{
	float:left;
	margin-right:5px;
}
.rate{
	float:left;
}
.rate-tip{
	text-align:center;
	width:60px;
	float:left;
	margin-left:5px;
}

.jRatingAverage{
	background-color:#999;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingUser{
	background-color:#f4c239;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jStar{
	position:relative;
	left:0;
	z-index:3;
	background:url('/static/img/icon-rating-star.png') repeat-x;
}

#pager-control .prev-btn, #pager-control .next-btn{
	cursor:pointer;
}
#pager-control img.disabled{
	cursor:default;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#pager-control .page-display{
	padding:0 5px;
}

.search_sidebar_padtop{
	margin-top:40px;
}
.search-results section img{
	width: 100%;
	padding:10px 0;
}
#search_result_list table{
	margin:0;
	padding:0;
	width:100%;
	line-height:20px;
}
#search_result_list table td{
	border-bottom:0;
	padding:0;
}
#registration-step1{
	top:5px;
}
#progress-dialog .modal-dialog{
	width:75px;
}
#progress-dialog .modal-body	{
	padding-top:30px;
}

#legal-content-container .modal-body{
	padding-top:20px;
	overflow-y: scroll;
	height: 500px;
}

/*Advisor Contact Us*/
#contact-module{
	background:none repeat scroll 0 0 #EFF5FB;
	border-bottom:1px dotted #D6D6D6;
	border-top:1px dotted #D6D6D6;
}
#contact-module .li-blurb{
	padding:5px 7px;
}
#advisor-contact-us aside{
	border:none;
}

table#closed-end-funds caption{
	text-align:left;
	padding-left:5px;
}
/*Glossary Styles*/
.glossary{
	border-bottom:1px dashed #333;
	cursor:pointer;
}
.term-defination{
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
	position:absolute;
	min-width:200px;
	z-index:3;
}
.term-defination p{
	margin:0;
}

.subsubnav{
	padding-left: 10px;
	display: none;
}

.form-control.email-login-input{
	width: 60%;
	min-width: 196px;
}

/*Client Accounts*/
#alert-count-container{
	border:2px solid #ff0000;
	border-radius:50%;
	display:inline-block;
	height:23px;
	margin-left:5px;
	text-align:center;
	top:3px;
	width:23px;
}
span.alert-count{
	color:#ff0000;
	display:inline-block;
}
#alert-count-container span.alert-count{
	line-height:normal;
	position:relative;
	top:-3px;
}
.customize-link{
	visibility:hidden;
}
.customize-link .putnamicon{
	padding: 0 5px;
}
#my-putnam .customize-link{
	visibility:visible;
}
#activity-alerts #transaction-alerts-container{
	max-height:330px;
	overflow-y:auto;
}
#transaction-alerts-listing h6, #transaction-alerts-listing p{
	margin-bottom:0;
}
.transaction-symbol{
	position:relative;
	top:5px;
}
#funds-tracking #fund-tracker-list th, #funds-tracking #fund-tracker-list td{
	font-size:13px;
}
#fund-tracker-list-container{
	max-height:500px;
	overflow-y:auto;
}
#fund-tracker-list-body>tr>td:last-child{
	text-align: center;
}
#fund-tracker-list .hi-low-value{
	border-left: solid 1px #ccc;
}
#fund-tracker-list .hi-low-value ~ .hi-low-value{
	border-right: solid 1px #ccc;
	border-left: 0 none;
}
#fund-tracker-list .hi-low-value[colspan='2']{
	border-right: solid 1px #ccc;
}
a.client-detail:hover{
	cursor:pointer;
}

#key-client-snapshot .re-sort{
	text-align:right;
}
#key-client-snapshot .re-sort span{
	padding:10px;
}
#key-client-snapshot .re-sort span.move-up{
	margin-right:10px;
}
#key-client-snapshot .re-sort span.move-up, #key-client-snapshot .re-sort span.move-down{
	cursor:pointer;
}
@media (min-width:768px){
	#my-putnam .customize-link{
		text-align: right;
	}
}
@media (min-width:992px){
	#fund-tracker-list .fund-tracker-annualized-nav{
		border-left: solid 1px #ccc;
	}
	#fund-tracker-list .fund-tracker-annualized-nav ~ .fund-tracker-annualized-nav{
		border-left: none;
	}
}

@media(max-width:480px){
	#key-clients-listing .account-value-as-of, #key-client-snapshot .account-total-value{
		display:none;
	}
}
@media(max-width:600px){
	#key-clients-listing .account-total-value, #key-client-snapshot .new-name, #key-client-snapshot .delete-client, #key-client-snapshot .re-sort{
		display:none;
	}
}
@media (max-width:767px){
	#fund-tracker-list .fund-tracker-annualized-nav{
		display: none;
	}
}
@media (max-width:991px){
	#fund-tracker-list .ytd, #fund-tracker-list .hi-low-value, #fund-tracker-list .nav-value, #fund-tracker-list .last-month, #fund-tracker-list .nav-change, #fund-tracker-list .pop-change{
		display: none;
	}
}
@media(max-width:1200px){
	#key-clients-listing .account-value{
		display:none;
	}
}
@media(min-width:992px) and (max-width:1199px){
	#funds-tracking #fund-tracker-list th, #funds-tracking #fund-tracker-list td{
		font-size:12px;
		padding:15px 3px;
	}
}
@media (min-width:768px) and (max-width:991px){
	#subnav-funds{
		padding:0;
	}
	.fat-nav .mini-screener{
		width:66.6667%;
	}
	.fat-nav .other-wrapper{
		width:33.3333%;
	}
	.fat-nav .mini-screener .fund-wrapper:first-child{
		padding-left:0;
	}
	.fat-nav .mini-screener ul{
		width:100%
	}
	.fat-nav .mini-screener ul:nth-child(2){
		margin:1rem 0 0 0;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.fat-nav .mini-screener ul{
		width:47%
	}
}
