.finra-disclosure {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

a.black-link:link,
a.black-link:visited {
	color: #333;
}
a.no-underline:hover {
	text-decoration: none;
}

.lt-ie8 .col-sm-4.padded {
	width: 29.33333333333333%;
}

.spacer{
	padding-right: 10px;
}
.divider{
	padding: 0 5px;
	color: #ccc;
}

.text-black, .text-black:hover, .text-black:visited{
	color: #000;
}
.text-gray, .text-gray:hover, .text-gray:visited{
	color: #999;
}
.text-normal{
	font-weight: normal;
}
.header-small{
	display: block;
	margin: 20px 0 10px 0;
	line-height: 26px;
}

.bg-blue {
	background-color: #EAF4FD;
}
.bg-gray {
	background-color: #eee;
}

/* HOME BLOCKS */
.home-block-wrapper{
	margin-top: 10px;
}
.home-block{
	position: relative;
	overflow: hidden;
	padding: 20px;
	height: 100%;
	background-color: #fff;
	border: solid 1px #ddd;
	min-height: 233px;
}
.home-block h3 a{
	color: #333;
}
.home-block>.putnamicon{
	position: absolute;
	font-size: 60px;
	color: #ddd;
}
.home-block>.putnamicon-pencil{
	top: -13px;
	right: 0;
	font-size: 60px;
	color: #f5c661;
}
.home-block>.putnamicon-feedback{
	top: -14px;
	right: 4px;
	font-size: 70px;
	color: #FF9900;
}
.home-block>.putnamicon-calendar{
	top: -10px;
	right: 5px;
	color: #6a97d3;
}
.home-block>.putnamicon-group{
	top: -5px;
	right: 5px;
	color: #a9d36a;
}
.home-block>.putnamicon-phone-mobile{
	top: -14px;
	right: -3px;
	font-size: 65px;
	color: #a31d41;
}

.content-header h1{
	color:#024d95;
}
.item{
	padding-top: 10px;
	padding-bottom: 40px;
}
.item-content{
	height:100%;
	border:solid 1px #ccc;
	background-color: #f5f6f7;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.item-content:hover{
	border-color: #aaa;
}
.item-content h4{
	line-height: 20px;
}
.post-title, .post-title:hover{
	display: block;
	color: #333;
}
.featured-image{
	display: block;
}
.featured-image img{
	width: 100%;
}
.share-bar{
	margin: 0;
}
.share-bar-links{
	padding: 5px;
}
.share-social-icons .putnamicon{
	font-size: 32px;
	text-decoration: none;
	color: #444;
}
.item-post{
	padding: 15px 10px 10px 10px;
	min-height: 190px;
}

/* Effect - over featured image */
.effect-over-image .item-share{
	position: relative;
	overflow: hidden;
	height: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.effect-over-image .item-share:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #f5f6f7;
	z-index: -1;
}
.effect-over-image:hover .item-share{
	margin-top: -45px;
	height: 45px;
}

/* Effect - reveal from bottom */
.effect-reveal-bottom .item-post{
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.effect-reveal-bottom .item-post:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f6f7;
	z-index: -1;
}
.effect-reveal-bottom .item-share{
	position: absolute;
	overflow: hidden;
	bottom: 1px;
	left: 11px;
	right: 11px;
	padding: 0 10px;
	height: 0;
	border-top: solid 1px #f5f6f7;
	background-color: #dfdfdf;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.effect-reveal-bottom:hover .item-post{
	margin-top: -50px;
	margin-bottom: 50px;
}
.effect-reveal-bottom:hover .item-share{
	height: 50px;
	border-color: #aaa;
}


/* HOME PAGE LOGIN */
.login{
	position: relative;
	padding-top: 15px;
	background-color: #fff;
}
.login .form-group{
	padding-right: 10px;
}
.login .padded{
	padding-left: 20px;
}
.other-accounts .putnamicon{
	top: 2px;
}
.other-accounts{
	display: block;
	margin-top: 10px;
	cursor: pointer;
}
.other-accounts ul {
	margin-top: 10px;
	padding:0;
}
#main .other-accounts ul li{
	margin: 0;
}
.other-accounts ul li a{
	display: block;
	padding: 10px;
}
.other-accounts ul li a:hover{
	background-color: #f8f8f8;
}
#login-form input#myaccounts, #login-form input#myAccountsCkBx{
	padding-top: 3px;
	margin: 0;
}
@media (min-width: 768px) {
	.login{
		padding-bottom: 15px;
	}
	.login .form-group{
		padding-right: 10px;
	}
	.other-accounts {
		display: inline;
		margin: 0;
	}
	.other-accounts ul li:first-child{
		border-bottom: solid 1px #ccc;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.login .form-control{
		max-width: 100px;
	}
}
@media (max-width: 991px) {
	.login-extra{
		margin-top: 20px;
	}
}


/* Custom Tab Panel (For Banner) */

.tab-panel{
	position: relative;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.tab-content{
	position: absolute;
	left: 0;
	padding-top: 15px;
	padding-bottom: 55px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tab-content.active{
	opacity: 100;
	z-index: 2;
}
.lt-ie9 .tab-content{
	position: relative;
	display: none;
	padding-bottom: 0;
}
.lt-ie9 .tab-content.active{
	display: block;
	z-index: inherit;
}
.tab-nav{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
}
.tab-block {
	position: relative;
	line-height: 32px;
	background-color: #fff;
	cursor: pointer;
	color: #aaa;
	font-family: "Source Sans Pro",sans-serif;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.tab-block:hover{
	background-color: #f8f8f8;
	color: #666;
}
.tab-block:before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: -2;
	border: solid 1px #ddd;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
}
.tab-block:hover:before{
	border-color: #bbb;
}
.tab-block.active {
	color: #efefef;
	background-color: #555;
}

.tab-block:after{
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 5px;
	right: 50%;
	margin-right: -7px;
	z-index: -1;
	border: solid 1px #ddd;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.lt-ie9 .tab-block:after{
	content: none;
}
.tab-block:hover:after{
	top:-7px;
	background-color: #fafafa;
	border-color: #bbb;
}
.tab-block.active:after{
	top:-7px;
	background-color: #555;
}


/* BANNER */
#full-banner {
	overflow: hidden;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background-color: #F2F5F8;
}
#full-banner p{
	font-size: 13px;
	font-family: "Source Sans Pro",sans-serif;
}
#full-banner h1 {
	line-height: 1.1em;
}
#full-banner h1 .large{
	font-size: 2.3em;
	color: #5D2ea3;
}
#full-banner h3 {	
	margin: 10px 0px 10px 0px;
}
.footnote{
	line-height: 16px;
	color: #373737;
}
.lt-ie9 .footnote{
	padding-bottom: 50px;
}
.disc {
	color: #fafbfd;
	font-size: 12pt;
}
.fund-class-selector{
	margin-top: 20px;
}
.backdrop{	
	padding: 15px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}
.fund-class-selector a{
	display: block;
	margin-bottom: 5px;
	line-height: 40px;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #ddd;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.fund-class-selector a:hover{
	background-color: #f8f8f8;
	border-color: #bbb;
}
.fund-color{
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 40px;
}

.explore{
	background-image: url('/static/img/sky_md.jpg');
	background-repeat: no-repeat;
	background-position: 70px 50%;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/sky_lg.jpg', sizingMethod='scale');
	padding-bottom: 20px;
	height: 360px;
}
.explore h1 {
	font-size: 3em;
}
.explore-funds-bar {
	border: 1px solid #CCC;
	padding: 10px;
}
.explore-funds-bar-title {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
}
a.explore-funds-bar-item {
	position: relative;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
	float: left;
	width: 49%;
	padding: 3px 10px;
}
a.explore-funds-bar-item:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -1px;
	display: block;
	width: 100%;
	width: calc(100% + 2px);
	height: 5px;
}
a.explore-funds-bar-item:first-child,
a.explore-funds-bar-item:nth-child(2) {
	margin-left: 0;
	margin-top: 0;
}
a.explore-funds-bar-item:hover {
	background-color: #f5f5f5;
}

@media (max-width: 767px) {
	.explore {
		background-image: none;
	}
	a.explore-funds-bar-item:nth-child(even) {
		margin-left: 2%;
	}
}
@media (min-width: 768px) {
	a.explore-funds-bar-item {
		margin-left: 1%;
		width: 11.6%;
		padding: 10px 5px;
		margin-top: 0;
		height: 70px;
	}
	a.explore-funds-bar-item:nth-child(2) {
		margin-left: 1%;
	}
}
@media (min-width: 992px) {
	.explore{
		background-position: 100% 50%;
		background-image: url('/static/img/sky_lg.jpg');
	}
	a.explore-funds-bar-item {
		height: auto;
	}
}


.college{
	background: url('/static/img/529_md.jpg') no-repeat right top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/529_md.jpg', sizingMethod='scale');
	background-size: 100% 100%;
}
.college h1{
	color: #2B4A99;
}
.college h2{
	color: #000;
}
.college .red{	
	color: #A61C40;
}

.banner-529 {
	background-color: #f5f5f3;
	border: 1px solid #ddd;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 0 15px;
}
.banner-529 h1 {
	color: #851b1b;
	line-height: 27px;
	margin-bottom: 0px;
}
.banner-529 h3 .red {
	color: #990000;
}
.banner-529 img {
	position: absolute;
	top: -95px;
	right: -31px;
}
@media (max-width: 992px) {
	.banner-529 img {
		top: -16px;
	}
}





.overlay{
	margin-top: 10px;
	padding: 10px 20px;
	border: solid 1px #fff;
}
.overlay:before{
	content:'';
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #fff;
	z-index: -1;
}

.college-red {
	color: #af0303;
}

.show-ie8{
	display: none;
}
.lt-ie9 .show-ie8{
	display: block;
}
.lt-ie9 .hidden-ie8{
	display: none;
}

@media (min-width: 768px) {
	.form-inline{
		display: inline-block;
		width: auto;
	}
}
@media (min-width: 992px) {
	.overlay{
		margin-top: 50px;
		background-size: 100%;
	}
}
@media (min-width: 1200px) {
	.college{
		background: url('/static/img/529_lg.jpg') no-repeat right top;
		background-size: 100% 100%;
	}
	.overlay{
		margin-top: 25px;
		padding: 20px 40px !important;
		width: 83%;
	}
}


/* TICKER */

#ticker {
	position: relative;
	padding: 10px 10px;
	font-size: 13px;
}
.lt-ie8 #ticker {
	clear: both;
	height: 30px;
}
#ticker .stock {
	padding: 2px 0;
}
#ticker .stock-name {
	color: #666;
	font-weight: 600;
}
.negative {
	color: #ff0000;
}
.positive {
	color: #0b7b17;
}
.bordered{
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}


/* HOME NAVIGATION */

#quick-links a {
	display: block;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 35px;
}
#quick-links .putnamicon {
	vertical-align: middle;
	top: -2px;
	font-size: 34px;
}
#quick-links .link-icon{
	width: 35px;
}
#quick-links p, .homepad {
	display: block;
	margin-top: 0;
	padding: 0 13px 0 13px;
}
#quick-links ul {
	padding: 0;
	margin:0;
	list-style: none;
}
#quick-links>ul>li {
	margin-bottom: 1px;
	border-bottom: 1px solid #eee;
	border-left: 3px solid #eee;
	width: 100%;
}
#quick-links ul li ol {
	margin-left: 13px;
	margin-top: 0;
	font-size: 12px;
}
#quick-links ul li ol li a {
	padding: 0;
}
#quick-links .economy{
	border-left-color: #078BA3;
}
#quick-links .economy p a{
	padding-left:0;
	line-height: 1em;
	font-size: 1em;
	font-weight: 500;
}
#quick-links .access-forms,
#quick-links .access-forms a {
	color: #89cc4f;
	border-left-color: #89cc4f;
}
#quick-links .tax-center,
#quick-links .tax-center a {
	color: #574783;
	border-left-color: #574783;
}
#quick-links .advisor,
#quick-links .advisor a {
	color: #64bdcd;
	border-left-color: #64bdcd;
}
#quick-links .most-viewed,
#quick-links .most-viewed a {
	color: #7a0b48;
	border-left-color: #7a0b48;
}
#quick-links .contact {
	border-left-color: #f6a50b;
}
#quick-links .follow,
#quick-links .follow a {
	display: inline-block;
	color: #288498;
	border-left-color: #288498;
	padding: 10px 0 10px 10px;
}
#quick-links .list{
	margin-left: 10px;
	padding-left: 20px;
	list-style: disc;
}
.text-teal {
	color: #078BA3;
}
.text-orange {
	color: #ce5005;
}
h3.text-gray a{
	color: #999 !important;
}
@media (min-width: 992px) {
	#quick-links .link-icon{
		width: 50px;
	}
	#quick-links ul li ol {
		margin-left: 60px;
		margin-top: 0;
	}
	#quick-links p, .homepad{
		padding: 0 20px 0 65px;
	}
	#quick-links .list{
		margin-left: 60px;
	}
	#quick-links .contact {
		min-height: 200px;
	}
}
@media (min-width: 1200px) {
	#quick-links .contact {
		min-height: 220px;
	}
}

/* WIDGETS */

#location-share {
	display: none;
}
#fund-widget li:last-child ul{
	max-height: 117px;
}

/* POST LOGIN HOME PAGE */

.pie-chart-data .absolute-return, .pie-chart-data .asset-allocation, .pie-chart-data .blend, .pie-chart-data .global-sector, .pie-chart-data .growth, .pie-chart-data .income, .pie-chart-data .other, .pie-chart-data .value{
	height:10px;
	margin:5px 5px 0;
	width:10px;
}
#account-information-container .account-name, #account-information-container .account-type, #account-information-container .total-value, #account-information-container .allocation-style{
	margin-bottom:1%;
	padding-right:1%;
}
#account-information-container .account-title {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
	color:#0066CC;
}
#account-information-container .registration-list-container p.account-type {
	padding-left: 3%;
	width: 65%
}
#account-information-container .account-information, #account-information-container .registration-list-container, #account-information-container .registration-name{
	height:auto;
}
#account-information-container .account-type{
	width:65%;
}
#account-information-container .total-value{
	width:35%;
}
#account-information-container p{
	margin-top:10px;
}
#individual-my-home table.pie-chart-data th, #individual-my-home table.pie-chart-data td{
	border-bottom: none;
	padding:5px 7px 5px 0;
}
#account-information-header {
	background:#EAF4FD;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
#account-information-header h2 {
	margin-bottom: 0;
}
#account-information-home-container{
	background:#EAF4FD;
}
#individual-my-home table.pie-chart-data th{
	width:100%;
}
#individual-my-home .pie-chart-data{
	max-width:55%;
	width: 55%;
}
#individual-my-home .pie-chart-data.expand{
	width:100%;
}
#individual-my-home .highcharts-container{
	max-width: 100%;
	width: 100%;
	overflow: visible !important;
}
#individual-my-home #tacct-title{
	padding-right:4%;
}
#account-information-home-container h2 .as-of{
	padding:0 0 0 10px;
	top:-1px;
}
#account-information-container .allocation-style{
	margin-top:-7px;
	padding:0;
	width:100%;
}
#account-information-container .account-information{
	margin-bottom:2%;
	min-height:50px;
	padding-left: 0;
}
#account-information-container .acct-info-divider{
	border-top:1px dotted #ccc;
	padding-top:2%;
}
#account-information-container .acct-info-divider.acct-type{
	border-top:1px solid #ccc;
}
#account-information-container .registration-list{
	background:url("/static/img/icons/hamburger.png") no-repeat 0 6px;
	color:#003399;
	cursor:pointer;
	padding:0.5% 20px;
}
#account-information-container .registration-list:hover{
	text-decoration:underline;
}
#account-information-container .registration-name{
	display:inline-block;
}
#account-information-container .account-information .as-of{
	display:block;
	margin-top:5px;
}
#account-information-home{
	background:url("/static/img/icons/nav-arrows-bg.png") no-repeat scroll 100% 33% transparent;
	cursor:pointer;
	font-size:1.17em;
	font-weight:bold;
	margin:1em 0;
	right:3%;
	width:120px;
}
#preferences-panel-container{
	background:none repeat scroll 0 0 #fff;
	border:1px solid #ccc;
	margin:0 0  8% 0;
	padding:6%;
	line-height: 26px;
}

#preferences-panel-container h4{
	font-weight:500;
}

#preferences-panel-container ul{
	list-style-type: none;
	margin:0;
	padding-left: 8px;
}
#preferences-panel-container label {
	font-weight:normal;
	margin-left: 5px;
}
#preferences-panel-container .putnam-accordian h4{
	background:url("/static/img/icons/nav-arrows-bg.png") no-repeat scroll right 34% transparent;
	color:#003399;
	font-family: sans-serif;
	font-size: 12px;
	cursor: pointer;
	margin: 0;
}
#preferences-panel-container .putnam-accordian h4:hover{
	text-decoration:underline;
}
.pie-chart-data .absolute-return,
.absolute-return,
.top-absolute-return:after {
	background-color:#ff6600;
}
.pie-chart-data .asset-allocation,
.asset-allocation,
.top-asset-allocation:after {
	background-color:#993399;
}
.pie-chart-data .blend,
.blend,
.top-blend:after {
	background-color:#0066cc;
}
.pie-chart-data .global-sector,
.global-sector,
.top-global-sector:after {
	background-color:#448f9c;
}
.pie-chart-data .growth,
.growth,
.top-growth:after {
	background-color:#009900;
}
.pie-chart-data .income,
.income,
.top-income:after {
	background-color:#ff9900;
}
.pie-chart-data .other,
.other,
.top-other:after {
	background-color:#7f7f7f;
}
.pie-chart-data .value,
.value,
.top-value:after {
	background-color:#cc0000;
}
table.pie-chart-data tr{
	background-color:none;
}
table.pie-chart-data tr.mouse-over{
	background-color:#eaedf0;
}

@media (min-width: 768px) {
	/* TICKER */
	#ticker {
		text-align: center;
	}
	#ticker .stock {
		border-left: 1px solid #dddddd;
	}
	#ticker .stock:first-child {
		border: 0 none;
	}

	/* FUND WIDGET */
	#fund-widget {
		min-height: 530px;
	}
}