/* Free form html for home page (middle section) -- EMEA and APAC retail */

.free-form-html {
	background: #ffffff;
}
.free-form-html .investment-actions .free-form-body .free-form-top-section,
.free-form-html .investment-actions .free-form-body .free-form-bottom-section.three-column {
	margin-top: 0;
	max-height: 100%; /* Fixes font size on mobile devices in full-site mode */
	padding-left: 0;
}
.free-form-html .product-highlights {
	background: #F3F4F4;
	margin-bottom: 16px;
	height: 285px;
	overflow: hidden;
}
.free-form-html .product-highlights.alt-bg {
	background: #ffffff;
}
.free-form-header h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	padding: 14px 0 13px 27px;
	background: #19396c; /* Old browsers */
	background: -moz-linear-gradient(left, #19396c 30%, #5ebbf2 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(30%, #19396c), color-stop(75%, #5ebbf2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #19396c 30%, #5ebbf2 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #19396c 30%, #5ebbf2 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #19396c 30%, #5ebbf2 75%); /* IE10+ */
	background: linear-gradient(to right, #19396c 30%, #5ebbf2 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19396c', endColorstr='#5ebbf2', GradientType=1 ); /* IE6-8 */
}
.free-form-body {
	overflow: hidden;
	padding: 20px 30px;
}
.product-highlights.alt-bg .free-form-body {
	padding: 20px 30px;
}
.free-form-body h2 {
	color: #fff;
	font-family: 'AkkuratProLight', Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	height: 47px;
	padding: 27px 0 0 18px;
	text-transform: uppercase;
}
.free-form-body.multi-button h2 {
	font-size: 18px;
}
.free-form-body p {
	margin: 0 0 10px 0;
}
.free-form-body h3 {
	color: #414042;
	font-family: 'AkkuratProRegular';
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.free-form-left-section {
	border-right: none;
	float: left;
	margin-top: 0;
	padding: 0 30px 0 0;
	width: 250px;
}
.free-form-right-section {
	border-left: 1px solid #c5c9cb;
	display: block;
	float: right;
	padding: 0 0 0 30px;
	width: 600px;
}
.free-form-body .horizontal > p {
	float: left;
	width: 190px;
}
.free-form-body .doubleRow h2 {
	max-height: 58px;
	min-height: 58px;
	padding-top: 16px;
	line-height: 24px;
}
.free-form-body h2 a {
	color: #fff;
	text-decoration:none;
}
.free-form-body ul.sets > li {
	background: #fff;
	float: left;
	height: 85px;
	margin: 0 7px 0 0;
	padding: 0;
	text-align: left;
	width: 85px;
}
.free-form-body .horizontal ul {
	float: right;
	height: 80px;
}
.free-form-body .horizontal > ul > li {
	height: 85px;
	margin-right: 7px;
	width: 85px;
}
.free-form-body .horizontal ul > li > a {
	color: #ffffff;
	display: block;
	margin: 25% auto;
}
.free-form-body .horizontal ul > li > a > p {
	float: none;
	line-height: inherit;
	margin-bottom: 0;
	padding: 0 7px;
}
.product-highlights .free-form-right-section .light-blue, /** delete this line after AUGUST deployment **/
.free-form-body .light-blue {
	background: #1794D2;
}
.product-highlights .free-form-right-section .green, /** delete this line after AUGUST deployment **/
.free-form-body .green {
	background-color: #68A230;
}
.product-highlights .free-form-right-section .blue, /** delete this line after AUGUST deployment **/
.free-form-body .blue {
	background: #3265b7;
}
.free-form-body .ticker-name {
	color: #fff;
	font-family: 'AkkuratProRegular', Arial, sans-serif;
	font-size: 20px;
}
.free-form-body .ticker-id {
	font-size: 11px;
	padding-left: 12px;
}
.free-form-body .feature h2,
.free-form-body .feature h2 a {
	/*background: url("../include/one/css/blk/i/freeform_home_buttons.png") no-repeat scroll right -403px;*/
	background: url("i/freeform_home_buttons.png") no-repeat scroll right -403px;
}
.free-form-body .feature h2 {
	background-position: 0 -1px;
}
.free-form-body .feature h2 a {
	padding-right: 26px;
}
.free-form-body .feature h2.highlight {
	background-position: 0 -91px;
}
.free-form-body .feature h2:hover {
	background-position: 0 -223px;
}
.free-form-body .feature h2.highlight:hover {
	background-position: 0 -323px;
}
.free-form-body .feature.long h2 {
	background: #50b1e8; /* Old browsers */
	background: -moz-linear-gradient(top , #50b1e8 0%, #3663a5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b1e8), color-stop(100%, #3663a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #50b1e8 0%, #3663a5 100%);
	background: -o-linear-gradient(top, #50b1e8 0%, #3663a5 100%);
	background: -ms-linear-gradient(top, #50b1e8 0%, #3663a5 100%);
	background: linear-gradient(to bottom, #50b1e8 0%, #3663a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b1e8', endColorstr='#3663a5', GradientType=0); /* IE6-8 */
}
.free-form-body .feature.long h2:hover {
	background: #3565A5; /* Old browsers */
	background: -moz-linear-gradient(top , #3565A5 0%, #4083C0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3565A5), color-stop(100%, #4083C0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3565A5 0%, #4083C0 100%);
	background: -o-linear-gradient(top, #3565A5 0%, #4083C0 100%);
	background: -ms-linear-gradient(top, #3565A5 0%, #4083C0 100%);
	background: linear-gradient(to bottom, #3565A5 0%, #4083C0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3565A5', endColorstr='#4083C0', GradientType=0); /* IE6-8 */
}
.free-form-body .featureInfo a {
	background-position: 0 -432px;
	padding-left: 13px;
}
.free-form-body .feature-wrapper {
	border-bottom: 12px solid #fff;
	border-left: 19px solid #fff;
	border-right: 20px solid #fff;
	border-top: 12px solid #fff;
	height: 100px;
	width: auto;
}
.free-form-body .feature p {
	line-height: 18px;
}
.free-form-body .featureInfo {
	font-size: 13px;
	line-height:18px;
	margin-left: 28px;
}
.free-form-body ul.sets {
	margin-bottom: 10px;
}
.free-form-body.multi-button ul.sets > li {
	margin: 0 10px 10px 0;
}
.free-form-body ul > li:last-child {
	margin-right: 0;
}

/* ml-one */
.free-form-body.multi-button.ml-one ul.sets li h2,
.free-form-body.multi-button.ml-one ul.sets li h2:hover {
	background: #33b6f0; /* Old browsers */
	background: -moz-linear-gradient(top , #33b6f0 0%, #2094E0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33b6f0), color-stop(100%, #2094E0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #33b6f0 0%, #2094E0 100%);
	background: -o-linear-gradient(top, #33b6f0 0%, #2094E0 100%);
	background: -ms-linear-gradient(top, #33b6f0 0%, #2094E0 100%);
	background: linear-gradient(to bottom, #33b6f0 0%, #2095e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b6f0', endColorstr='#2094E0', GradientType=0); /* IE6-8 */
	-moz-box-shadow:    3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow:         3px 3px 3px 1px #ccc;
}
.free-form-body.multi-button.ml-one ul.sets li h2 {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	padding: 10px 0;
	text-align: center;
	text-transform: inherit;
	vertical-align: middle;
}
.free-form-body.multi-button.ml-one ul.sets li h2 .abbr {
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}
.free-form-body.multi-button.ml-one ul.sets li h2 a {
	background: none;
	display: block;
	padding-right: 0;
}
.free-form-body.multi-button.ml-one ul.sets li,
.free-form-body.multi-button.ml-one ul.sets li h2 {
	width: 143px;
}
.free-form-body.multi-button.ml-one ul.sets li.long,
.free-form-body.multi-button.ml-one ul.sets li.long h2 {
	width: 449px;
}
.free-form-body.multi-button.ml-one ul.sets li.long h2 {
	height: auto;
	padding-left: 18px;
}

.free-form-body .tickers.desc li {
	display: table-cell;
	font-size: .85em;
	margin-bottom: 10px;
	vertical-align: middle;
}
.free-form-body .tickers.desc li a {
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
}
.free-form-body .tickers.desc li a:last-child {
	margin-right: 0;
}
.free-form-body .tickers.desc .ticker-name {
	display: table-cell;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}

/*OLD STYLES*/
.free-form-body .featureTitleHighlight a,
.free-form-body .featureTitleDefault a {
	background: url("i/freeform_home_buttons.png") no-repeat scroll right -403px;
	padding-right: 26px;
}
.free-form-body h2.featureTitleDefault {
	background: url('i/freeform_home_buttons.png') no-repeat 0 -1px;
}
.free-form-body h2.featureTitleHighlight {
	background: url('i/freeform_home_buttons.png') no-repeat 0 -91px;
}
.free-form-body h2.featureTitleDefault:hover {
	background: url('i/freeform_home_buttons.png') no-repeat 0 -223px;
}
.free-form-body h2.featureTitleHighlight:hover {
	background: url('i/freeform_home_buttons.png') no-repeat 0 -323px;
}
.free-form-body .featureBlurbWrapper {
	border-bottom: 12px solid #fff;
	border-left: 19px solid #fff;
	border-right: 20px solid #fff;
	border-top: 12px solid #fff;
	height: 94px;
	overflow: hidden;
	width: auto;
}
.free-form-body .featureBlurb {
	line-height: 18px;
}
.free-form-body ul li {
	background: #fff;
	float: left;
	margin-right: 10px;
	width: 290px;
}
.free-form-body ul.setOne {
	overflow: hidden;
}
.free-form-body ul.setTwo {
	margin-top: 10px;
	overflow: hidden;
}
.free-form-body {
	overflow: hidden;
	padding-bottom: 28px;
}
.free-form-body .featureInfo {
	font-size: 13px;
	line-height:18px;
	margin-left: 28px;
}
.free-form-body .featureInfo a {
	background: url("i/freeform_home_buttons.png") no-repeat scroll 0 -432px;
	padding-left: 13px;
}

/* Free form html for iThinking (US iShares) & Blog (UK Advisor Centre) */
.page-class-ithinking #mainWrapper,
.page-class-blog #mainWrapper {
	background-color: transparent;
}
.page-class-ithinking .contentPageWide3 #columnMain,
.page-class-blog .contentPageWide3 #columnMain {
	padding: 0;
	width: 650px;
}
.page-class-ithinking #columnRight,
.page-class-blog #columnRight {
	float: right;
	margin-left: 0;
	padding: 0;
	width: 300px;
}
.page-class-ithinking .bannerLevelOne,
.page-class-blog .bannerLevelOne {
	background-position: right;
	margin: 0;
}
.page-class-ithinking #pageHeader h1,
.page-class-blog #pageHeader h1 {
	color: #ffffff;
	font-size: 2.8em;
	font-weight: bold;
}
.page-class-ithinking #pageHeader p,
.page-class-blog #pageHeader p {
	color: #ffffff;
	font-size: 1.6em;
}
.page-class-ithinking .gadget,
.page-class-blog .gadget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
.page-class-ithinking .gadget .gadgetHeader,
.page-class-blog .gadget .gadgetHeader {
	padding: 0;
}
.page-class-ithinking .gadget h3,
.page-class-blog .gadget h3 {
	color: #83bb23;
	font-weight: bold;
}
.page-class-ithinking .gadget.linkList h3,
.page-class-blog .gadget.linkList h3 {
	color: #83bb23;
	font-size: 20px;
	font-weight: bold;
}
.page-class-ithinking .gadget .gadgetBody,
.page-class-blog .gadget .gadgetBody {
	font-size: 14px;
	padding: 0;
}
.page-class-ithinking .linkList .gadgetBody p,
.page-class-blog .linkList .gadgetBody p {
	padding-left: 0;
}
.page-class-ithinking .free-form-html,
.page-class-blog .free-form-html {
	margin-bottom: 20px;
}
.page-class-ithinking .free-form-html .section > a,
.page-class-blog .free-form-html .section > a {
	display: block;
	position: relative;
}
.page-class-ithinking .free-form-html .section > a:hover,
.page-class-blog .free-form-html .section > a:hover {
	text-decoration: none;
}
.page-class-ithinking .free-form-html .section img,
.page-class-ithinking .article img,
.page-class-blog .free-form-html .section img,
.page-class-blog .article img {
	height: auto;
	width: 100%;
}
.page-class-ithinking .free-form-html .section h3,
.page-class-blog .free-form-html .section h3 {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	left: 40px;
	line-height: 1.2em;
	position: absolute;
	text-shadow: -1px 0 60px rgba(0, 0, 0, 1);
	width: 60%;
	top: 40px;
}
.page-class-ithinking .free-form-html .section .desc,
.page-class-blog .free-form-html .section .desc {
	padding: 20px 40px;
}
.page-class-ithinking .free-form-html .section .desc .links,
.page-class-blog .free-form-html .section .desc .links {
	height: 32px;
	position: relative;
}
.page-class-ithinking .free-form-html .section .desc > p,
.page-class-blog .free-form-html .section .desc > p {
	margin-bottom: 10px;
}
.page-class-ithinking .free-form-html .section .desc .links a:hover p,
.page-class-blog .free-form-html .section .desc .links a:hover p {
	text-decoration: underline;
}
.page-class-ithinking .free-form-html .section .desc .links a,
.page-class-blog .free-form-html .section .desc .links a {
	bottom: 0;
	display: block;
	position: absolute;
}
.page-class-ithinking .free-form-html .section .action-link,
.page-class-blog .free-form-html .section .action-link {
	left: 0;
}
.page-class-ithinking .free-form-html .section .product-link,
.page-class-blog .free-form-html .section .product-link {
	right: 0;
}
.page-class-ithinking .free-form-html .section .chiclet,
.page-class-blog .free-form-html .section .chiclet {
	background-color: #1794D2;
	color: #fff;
	float: left;
	font-family: 'AkkuratProRegular', 'Arial', sans-serif;
	font-size: 11px;
	height: 22px;
	margin-right: 10px;
	padding-top: 10px;
	text-align: center;
	width: 32px;
}
.page-class-ithinking .free-form-html .section .product-link p,
.page-class-blog .free-form-html .section .product-link p {
	float: left;
	line-height: normal;
	width: 150px;
}
.page-class-ithinking .free-form-html .right-col-intro {
	background: url('../../../../images/media-bin/web/ishares/us/resources/ithinking/ithinking-page-intro-img.png') no-repeat center left;
	background-size: 100%;
	height: 140px;
	padding: 20px;
}
.page-class-blog .free-form-html .right-col-intro {
	background: url('../../../../images/media-bin/web/retail/emea/uk/adviser-centre/blog/ithinking-page-intro-img.png') no-repeat center left;
	background-size: 100%;
	height: 140px;
	padding: 20px;
}
.page-class-ithinking .free-form-html .right-col-intro h3,
.page-class-blog .free-form-html .right-col-intro h3 {
	color: #83bb23;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.page-class-ithinking .free-form-html .right-col-intro p,
.page-class-blog .free-form-html .right-col-intro p {
	font-size: 15px;
	line-height: 1.4em;
	margin-left: 40px;
}
.page-class-blog .free-form-html table.content-table {
	margin-bottom: 0;
}
.page-class-blog .free-form-html table.content-table td {
	padding: 0;
}

.page-class-overview .ithinking-promo {
	background: url('../../../../images/media-bin/web/ishares/us/resources/ithinking/ithinking-banner-promo.png') no-repeat 0 0;
	display: block;
	height: 90px;
}

/********************************************************************
* RESPONSIVE OVERRIDES - All screens smaller than 767px
********************************************************************/
@media only screen
and (max-width : 767px) {
	.page-class-ithinking,
	.page-class-blog {
		font-size: 12px;
	}
	.page-class-ithinking .gadget, .page-class-ithinking .gadget,
	.page-class-blog .gadget, .page-class-blog .gadget {
		margin-bottom: 10px;
	}
	.page-class-ithinking .gadget .gadgetBody,
	.page-class-blog .gadget .gadgetBody {
		font-size: inherit;
	}
	.page-class-ithinking .free-form-html .right-col-intro p,
	.page-class-blog .free-form-html .right-col-intro p {
		font-size: 1.1em;
	}
	.page-class-ithinking .contentPageWide3 #pageHeader,
	.page-class-ithinking .free-form-html,
	.page-class-blog .contentPageWide3 #pageHeader,
	.page-class-blog .free-form-html {
		margin-bottom: 10px;
	}
	.page-class-ithinking .contentPageWide3 #pageHeader,
	.page-class-blog .contentPageWide3 #pageHeader {
		padding: 0;
	}
	.page-class-ithinking .contentPageWide3 #pageHeader .bannerLevelOne,
	.page-class-blog .contentPageWide3 #pageHeader .bannerLevelOne {
		margin: 0;
	}
	.page-class-ithinking .bannerLevelOne .solutionsBox,
	.page-class-blog .bannerLevelOne .solutionsBox {
		display: table-cell;
		height: 150px;
		left: inherit;
		padding: 0;
		position: inherit;
		top: inherit;
		vertical-align: middle;
		max-width: 100%;
	}
	.page-class-ithinking #pageHeader h1,
	.page-class-blog #pageHeader h1 {
		font-size: 1.3em;
		margin-left: 20px;
	}
	.page-class-ithinking #pageHeader div.message-wrapper h2,
	.page-class-blog #pageHeader div.message-wrapper h2 {
		font-size: 1em;
		line-height: 0;
		margin-left: 20px;
		margin-top: -5px;
	}
	.page-class-ithinking #pageHeader p,
	.page-class-blog #pageHeader p {
		display: none;
	}
	.page-class-ithinking .free-form-html .section h3,
	.page-class-blog .free-form-html .section h3 {
		font-size: 1.2em;
		left: 20px;
		font-weight: bold;
		top: 20px;
		width: auto;
	}
	.page-class-ithinking .contentPageWide3 #columnMain,
	.page-class-ithinking .contentPageWide3 #columnRight,
	.page-class-blog .contentPageWide3 #columnMain,
	.page-class-blog .contentPageWide3 #columnRight {
		overflow: hidden;
		width: auto;
	}
	.page-class-ithinking .contentPageWide3 #columnRight .article,
	.page-class-blog .contentPageWide3 #columnRight .article {
		margin-bottom: 10px;
	}
	.page-class-ithinking .free-form-html .section .desc,
	.page-class-blog .free-form-html .section .desc {
		padding: 20px;
	}
	.page-class-ithinking .free-form-html .section .desc .links,
	.page-class-blog .free-form-html .section .desc .links {
		height: auto;
	}
	.page-class-ithinking .free-form-html .section .desc .links a,
	.page-class-blog .free-form-html .section .desc .links a {
		bottom: inherit;
		display: block;
		left: inherit;
		margin-bottom: 10px;
		position: relative;
	}
	.page-class-ithinking .free-form-html .section .product-link,
	.page-class-blog .free-form-html .section .product-link {
		right: inherit;
	}
	.page-class-ithinking .article p,
	.page-class-blog .article p {
		margin-bottom: 0;
	}
	.page-class-ithinking .article p a,
	.page-class-blog .article p a {
		display: block;
	}

	.blk-responsive .free-form-body .doubleRow li {
		float: none;
		margin: 0;
		width: 100%;
	}
	.blk-responsive .free-form-body .item-header {
		padding: 10px 10px 6px;
	}
	.blk-responsive .free-form-body .item-header h3 {
		font-size: 16px;
	}
	.blk-responsive .free-form-body ul.setTwo {
		margin-top: 0;
	}
	.blk-responsive .free-form-body h2.featureTitleDefault {
		background: #50b1e8; /* Old browsers */
		background: linear-gradient(to bottom, #50b1e8 0%,#3663a5 100%); /* W3C */
		border-bottom: 1px solid #eee;
		font-size: 16px;
		max-height: none;
		min-height: 0;
		height: auto;
		padding: 10px;
	}
	.blk-responsive .free-form-body h2.featureTitleDefault:hover {
		background: #3663a5; /* Old browsers */
		background: linear-gradient(to bottom, #3663a5 0%,#50b1e8 100%); /* W3C */
	}
	.blk-responsive .free-form-body .featureTitleHighlight a, .free-form-body .featureTitleDefault a {
		background-position: right -406px;
	}
	.blk-responsive .free-form-html .product-highlights .free-form-body .featureInfo {
		margin: 5px 0 !important;
	}
}