/****
	This file contains these previously separated files:
		blk-footer.css
		blk-left-nav.css
		blk-masthead.css
	This was done because the number of external CSS links was breaking IE's 31 file limit

	This file is organized to only contain components from the common/page-frame folder

****/

/* Breadcrumbs
*************************************************************************************/
#breadcrumb {
	color: #5a5a5a;
	font-size: 12px;
	max-height: 100%; /* Fixes font size on mobile devices in full-site mode */
	padding: 16px 22px 15px;
	width: auto;
}
#breadcrumb a {
	color: #5a5a5a;
}
#breadcrumb span {
	padding: 0px 6px;
}
#breadcrumb .padlock.no-padlock-icon,
#breadcrumb .unlocked.no-padlock-icon {
	background: none;
	padding-left: 0;
}
/* Footer
*************************************************************************************/
#footer {
	max-width: 980px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0;
	font-size: 11px;
	padding: 12px 2px;
	margin: 0 auto 25px;
}
#footer a {
	color: #414042;
}
#footer #coInfo {
	float: left;
	width: 710px;
}
#footer #coInfo ul {
	display: inline-block;
	/* IE7 */
	*display: inline;
	zoom: 1;
}
#footer #coInfo li {
	display: inline-block;
	font-weight: normal;
	/* IE7 */
	*display: inline;
	zoom: 1;
}
#footer #coInfo li a {
	padding-right: 15px;
}
#footer #coInfo li.section-title {
	font-weight: bold;
}
#footer #copyright {
	text-align: right;
}

/* Partner Footer Skin specific style changes
*****************************************************************************************/

#footer.partner-footer {
	border: none;
	padding: 0;
}

#footer.partner-footer  #partnerFooterTop {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0;
	padding: 12px 2px;
}

#footer.partner-footer  #partnerFooterTop li.section-title {
	font-weight: normal;
	width: 976px;
}

#footer.partner-footer  #partnerFooterTop .partner-footer-links-left{
	float: left;
}

#footer.partner-footer  #partnerFooterTop .partner-footer-links-right{
	float: right;
}

#footer.partner-footer  #partnerFooterTop .partner-footer-links-right li {
	text-align: right;
}

#footer.partner-footer  #partnerFooterTop .partner-footer-links-right li a{
	padding: 0 0 0 15px;
}

#footer.partner-footer  #partnerFooterBottom {
	padding: 12px 2px;
}

#footer.partner-footer  #partnerFooterBottom #footerLogo {
	float: left;
}

/* Sitemap
*****************************************************************************************/
#sitemap a {
	color: #414042
}
#sitemap {
	overflow: hidden;
	padding: 12px 0 30px;
}
#sitemap table {
	border-collapse: collapse;
	font-size: 11px;
	width: auto;
}
#sitemap table td {
	padding: 28px 15px 0 0;
	vertical-align: top;
	width: 167px;
}
#sitemap table a:hover {
	text-decoration: none;
}
#sitemap table td a.section-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
}
#sitemap ul.children {
	margin-top: 13px;
}
#sitemap ul.children li {
	margin-bottom: 5px;
}
#sitemap ul.children li a {
	display: block;
	padding: 1px 4px;
}
#sitemap ul.children li a.padlock,
#sitemap ul.children li a.unlocked {
	padding-left: 18px;
}
#sitemap ul.children li a:hover {
	background-color: #ebebeb;
}
#sitemap #socialMediaLinks {
	background: url('i/blackrock-logo-footer.png') no-repeat left 8px;
	border-bottom: 1px solid #ccc;
	height: 49px;
	padding: 0;
	text-align: right;
}
#sitemap #socialMediaLinks  li,
#sitemap #socialMediaLinks a {
	display: inline-block;

	/* IE7 */
	*display: inline;
	zoom: 1;
}

/* HACK
* Footer Article
* When an article is inserted in the footer override a bunch of styles
* Article component used for disclaimers
*****************************************************************************************/
#footerWrapper .article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	padding: 8px 35px;
	margin: 0 auto;
	width: 980px;

	/* IE7 */
	*width: 914px;
}

#footerWrapper .article a {
	color: #005eb8;
}

#footerWrapper .article .footnotes {
	border: none;
	color: #282828;
	font-size: 12px;
	line-height: 18px;
}

#footerWrapper .article p{
	padding: 0;
	margin: 0;
}

/* blk-left-nav.css
*****************************************************************************************/
.left-nav {
	padding-top: 6px;
}
.left-nav .title {
	font-size: 1.2em;
	padding: 10px;
}
.left-nav .title {
	background: #fff;
	border-top: 4px solid #fff;
}
.left-nav a {
	display: block;
}
.left-nav ul {
	border-color: white;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0 0 30px 0;
	padding: 0;
}
.left-nav li {
	border-bottom: 1px solid #d9dbdd;
	border-top: 1px solid white;
	font-family: 'AkkuratProRegular', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 18px;
}

/* Intentionally degrading gracefully - we don't mind if the border appears in older browsers */
.left-nav li:first-child {
	border-top: none;
}
.left-nav .on a {
	color: #333333;
	padding-bottom: 0;
}
.left-nav .children,
.left-nav .grandchildren {
	border: none;
	margin: 0;
	padding-bottom: 6px;
}
.left-nav .grandchildren {
	padding: 0 0 0 16px;
}
.left-nav .children {
	margin-top: 10px;
}

.left-nav .children li {
	border: none;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
}
.left-nav .children a {
	color: #156CC6;
	font-family: 'Arial';
	padding: 0 5px 7px 16px;
}
.left-nav .children .on a {
	color: #333333;
}
.left-nav .children .on .grandchildren a {
	color: #005eb8;
	font-weight: normal;
}
.left-nav .children .on .grandchildren .on a {
	color: #333333;
	font-weight: normal;
}
.left-nav .padlock {
	background-image: url(i/blk_icon_key.png);
	_background-image: url(i/blk_icon_key.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 15px;
}
.left-nav .padlock {
	background-position: 1px 3px;
	padding-left: 16px;
}
.left-nav .children .padlock {
	background-position: 1px 2px;
}
/* IE7 FIXES */
.left-nav .children,
.left-nav .grandchildren {
	*border: none;
}
/* IE6 FIXES */
.left-nav li,
.left-nav a {
	_zoom: 1;
}

/* Masthead
*****************************************************************************************/
#masthead {
	height: 100px;
	position: relative;
	text-align: right;
	/* overrides the .site-width class which can be removed
	* from the layout files eventually
	*/
	width: 1024px;
	z-index: 9;
}
#masthead .logo {
	float: left;
	height: 92px;
	margin-left: 22px;
}

/* Site utils links */

#masthead .siteUtils {
	font-size: 12px;
	position: absolute;
	right: 22px;
	z-index: 2;
}

#masthead .siteUtils,
#masthead .siteUtils a {
	color: #767676;
}

#masthead .siteUtils > li {
	border-color: #EEF1F3;
	border-style: solid;
	border-width: 0 1px 1px;
	display: inline-block;
	line-height: normal;
	margin-left: -4px;
	position: relative;
}
#masthead .siteUtils > li:last-child {
	margin-right: 0;
}

#masthead .siteUtils > li > span {
	display: block;
	padding: 4px 18px 4px 8px;
}

#masthead .siteUtils > .dropdown > span {
	background: url(i/blk-one-sprite-icons.png) 103% -1804px no-repeat;
	_background: url(i/blk-one-sprite-icons.gif) 103% -1804px no-repeat;
	cursor: pointer;
	padding-right: 34px;
}

#masthead .siteUtils > .dropdown > span:hover {
	text-decoration: underline;
}

#masthead .dropdown {
	position: relative;
}

#masthead .dropdownMenu {
	background: white;
	border: 1px solid #EEF1F3;
	left: -9001px;
	position: absolute;
	text-align: left;
}

#masthead .select-region .dropdownMenu {
	left: 0px;
}

#masthead .showdropdown .dropdownMenu {
	left: -1px;
}

#masthead .dropdownMenu a {
	color: #414042;
	display: block;
	padding: 4px 16px;
}

#masthead .dropdownMenu a:hover {
	background-color: #edf1f4;
	text-decoration: none;
}

#masthead .selected {
	background-color: #EEF1F3;
	font-weight: bold;
}
#masthead .list-horizontal {
	padding: 2px 7px;
}
#masthead .list-horizontal li {
	display: inline-block;
}
#masthead .list-horizontal li a {
	padding: 0 8px;
}
#masthead .list-horizontal .selected {
	background-color: transparent;
}
#masthead .selected .dropdownMenu,
#masthead .user-utils .dropdownMenu {
	background: #EEF1F3;
	font-weight: normal;
}

#masthead .user-utils .dropdownMenu a {
	background: none;
	font-family: 'Arial', sans-serifl;
	padding: 4px 16px;
}

#masthead .selected .dropdownMenu > li a:hover,
#masthead .user-utils .dropdownMenu > li a:hover {
	background: white;
	color: #414042;
}

/* Icon links */
#masthead .siteUtils .corporate-icon-link {
	margin-right: 8px;
}

#masthead .siteUtils .corporate-icon-link a {
	display: block;
	padding: 4px 6px 4px 0;
	text-indent: -9001px;
	text-align: left;
	width: 16px;
}

/* Corporate links */

#masthead .corporate-link .dropdownMenu {
	width: 150px;
}

/* "Select View" user type selector */

#masthead .siteUtils .selectView .dropdownMenu {
	width: 270px;
}

#masthead .siteUtils .selectView .dropdownMenu li > a {
	padding: 0;
}

#masthead .siteUtils .selectView .dropdownMenu li span {
	color: #868686;
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 5px 8px;
}

#masthead .siteUtils .selectView .dropdownMenu li > a .message {
	font-size: 11px;
}

/* Country selector */
#masthead .siteUtils .selectCountry .dropdownMenu {
	width: 150px;
}
#masthead .siteUtils .selectCountry.showdropdown .dropdownMenu {
	border-width: 1px 0 1px 1px;
	left: auto;
	padding: 5px 0;
	position: absolute;
	right: 150px;
}
#masthead .siteUtils .selectCountry.showdropdown .dropdownMenu.second {
	border-width: 1px 1px 1px 0;
	left: auto;
	position: absolute;
	right: 0;
}
#masthead .siteUtils .selectCountry .dropdownMenu > li {
	display: block;
	font-size: 11px;
	margin: 0 5px;
	padding: 3px 5px;
}

#masthead .siteUtils .selectCountry .dropdownMenu > li > a {
	padding: 0 0 0 20px;
}
#masthead .siteUtils .selectCountry .dropdownMenu > li:hover {
	background-color: #edf1f4;
}
#masthead .siteUtils .selectCountry .dropdownMenu > li > a:hover {
	background-color: transparent;
}

/* Responsive buttons and "back" links, only visible on mobile */
#masthead .responsive-button,
#masthead .siteUtils .dropdownMenu .responsive-nav-header,
#masthead .siteUtils .selectCountry .dropdownMenu .responsive-nav-header,
#masthead .siteUtils .dropdownMenu .responsive-nav-back {
	display: none;
}

/* Language selector */

#masthead .siteUtils .selectLanguage .dropdownMenu {
	width: 100%;
}

/* LOGIN */
#masthead .login {
	display: inline-block;
	margin-right: 14px;
	position: relative;
	top: 45px;
	z-index: 1;
}

#masthead .login a {
	background: url(i/blk-one-sprite-icons.png) -15px -1696px no-repeat;
	_background: url(i/blk-one-sprite-icons.gif) -15px -1696px no-repeat;
	font-family: 'AkkuratProRegular', Arial, sans-serif;
	padding: 0 16px 0 18px;
}

#masthead .login a:hover {
	color: #005eb8;
}
#masthead span.welcome {
	color: #414042;
	font-weight: bold;
}
#masthead .login span.padlock,
#masthead #signOn .login span.padlock {
	display: none;
}

#masthead .login .user-utils li > span > a {
	background: none;
	color: #414042;
	padding: 5px 0 6px 16px;
}

#masthead .login .user-utils li > span > a .icon-dropdown-right {
	background-position: right -1807px;
	margin: 0;
}

#masthead .login .user-utils li.showdropdown > span > a {
	background-color: #EEF1F3;
}

#masthead .user-utils .showdropdown .dropdownMenu {
	border: 1px solid #EEF1F3;
	box-sizing: border-box;
	font-size: 12px;
	left: 0;
	text-align: left;
	top: 24px;
	width: 100%;
}

#masthead .login .user-utils li > span > a .icon-dropdown-right {
	background-position: right -1807px;
	margin: 0;
}

#masthead .login .user-utils li.showdropdown > span > a {
	background-color: #EEF1F3;
}

#masthead .user-utils .showdropdown .dropdownMenu {
	border: 1px solid #EEF1F3;
	box-sizing: border-box;
	font-size: 12px;
	left: 0;
	text-align: left;
	top: 24px;
	width: 100%;
}

#masthead .account-access-login a {
	background: transparent;
	_background: transparent;
	padding: 0;
}


#masthead .account-access-login .account-access-dropdown-arrow {
	background: url(i/blk-one-sprite-icons.png) -17px -2752px no-repeat;
	_background: url(i/blk-one-sprite-icons.gif) -17px -2752px no-repeat;
	display: inline-block;
	width: 12px;
	cursor: pointer;
}

#masthead .account-access-login .account-access-dropdown-arrow.active {
	background: url(i/blk-one-sprite-icons.png) -17px -3369px no-repeat;
	_background: url(i/blk-one-sprite-icons.gif) -17px -3369px no-repeat;
}

#masthead .account-list-container {
	position: absolute;
	top: 22px;
	left: 0;
	height: auto;
	width: 278px;
	border: 1px solid #CCC;
	box-shadow: 0px 8px 8px -3px rgba(0, 0, 0, 0.2);
	text-align: left;
	background-color: #FFF;
	padding: 5px 0;
}

#masthead .account-list-container .list-caption a, .list-header {
	font-family: 'AkkuratProBold', Arial, sans-serif;
	font-size: 16px;
	color: #414042;
	line-height: 30px;
	padding-left: 16px;
}

#masthead .account-list-container .list .list-item a {
	font-family: Arial;
	font-size: 14px;
	color: #414042;
	line-height: 30px;
	padding-left: 30px;
	background: transparent;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

#masthead .account-list-container .list .list-item a:hover {
	background: #EEF1F3;
}

/* Legacy App Launcher apps */
#masthead .aladdin-corporate-urls {
	display: inline-block;
	margin-right:3px;
}

#masthead .aladdin-corporate-link-label {
	display: none;
	margin-top: 5px;
    position: absolute;
    border: 1px solid;
    padding: 2px 5px;
	color: #000000;
	font-weight: bold;
	font-family: "BLK Fort";
	font-size: 12px;
	height: auto;
	line-height: 16px;
	width: fit-content;
}
/* Legacy App Launcher apps - END */

/* App Launcher apps */
#masthead .appLauncherModal {
    width: 175px;
    margin-top: 25px;
    position: absolute;
    text-align: left;
    right: 5px;
    padding: 5px;
    display: none;
}

#masthead .appLauncherModal:after {
    position: absolute;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: #F1F2F2 transparent;
    display: block;
    width: 0;
    z-index: 0;
	top: -1px;
	left: 158px;
	cursor: default;
}

#masthead .appLauncherModal:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: #F1F2F2 transparent;
    display: block;
    width: 0;
    z-index: 0;
	top: -1px;
	left: 158px;
	cursor: default;
}

#masthead .appLauncherModalWrapper h4 {
    padding: 3px 5px;
	height: 24px;
	color: #000000;
	font-family: "BLK Fort";
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
}

#masthead .appLauncherModal hr.lineSeparator {
    background-color: #fff;
    margin: 2px 0px;
    width: 100%;
}

#masthead li.corporate-link {
    cursor: pointer;
    height: 23px;
}

#masthead .appLauncherModalWrapper a {
    padding: 3px 5px;
	cursor: pointer;
	height: 38px;
	width: 40px;
	color: #000000;
	font-family: "BLK Fort";
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0;
}

.appLauncherModalWrapper span .right-angle {
	height: 13px;
	width: 5px;
	color: #8E50ED;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	letter-spacing: 0;
	line-height: 13px;
	padding-left: 5px;
	font-weight: 400;
}

#masthead .appLauncherModalWrapper .appLaunchLink,
#masthead .appLauncherModalWrapper .appLearnLink {
    line-height: 16px;
}

#masthead .appLauncherModalWrapper {
    background-color: #F1F2F2;
    width: 100%;
    position: absolute;
	cursor: default;
}

#masthead .launcherLinks {
	width: 100%;
}

#masthead .launchLearnLinks {
	display: inline-block;
    margin: 0 auto;
    width: 40%;
}
/* App Launcher apps - END */

/* App Launcher modal */
#masthead .appLauncherPopUpContainer {
	position: relative;
    width: 322px;
    height: 50px;
    padding: 4px 0px;
    background: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: #8E50ED solid 2.5px;
    text-align: left;
    top: 0px;
    right: 10px;
    font-family: "BLK Fort";
    display: inline-block;
}

#masthead .appLauncherPopUpContainer:after {
    position: absolute;
    border-style: solid;
    border-width: 0 7px 10px;
    border-color: #8E50ED transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: 2px;
    right: -13px;
    transform: rotate(90deg);
}

#masthead .appLauncherPopUpContainer:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 10px;
    border-color: #8E50ED transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: 2px;
    right: -13px;
    transform: rotate(90deg);
}

#masthead .appLauncherPopUpContainerBody {
    padding: 0px 10px 0px 10px;
    font-size: 13px;
}

#masthead .appLauncherPopUpContainerBody #app-masthead-accept {
    text-decoration: underline;
    border: none;
    background-color: unset;
    font-weight: 800;
    cursor: pointer;
    padding-top: 2px;
    float: right;
    padding-right: 10px;
    font-family: "BLK Fort";
}
/* App Launcher modal - END */

/* Sign on OPTIMIZED FOR MASTHEAD
** This has a depenedency on masthead. It's update/removal is planned
************************************************************/
#masthead #signOn {
	height: 25px;
	margin-top: -70px;
	padding-right: 35px;
	position: relative;
	text-align: right;
	z-index: 10;
}
/* PARTNER LINKS */

#partnerMasthead .partner-links {
	float: right;
	padding: 10px 12px;
	text-align: right;
	width: 690px;
}
#partnerMasthead .partner-links .login {
	padding-bottom: 10px;
}
#partnerMasthead {
	margin: 0 auto;
	width: 978px;
}

/* SITE SEARCH */

#masthead #searchWrapper {
	display: inline-block;
	margin-right: 22px;
	position: relative;
	top: 45px;
}

#masthead .siteSearch > * {
	display: inline;
}

#masthead .siteSearch input {
	vertical-align: middle;
}

#masthead .siteSearch .button-secondary, #masthead .tags-wrapper .button-secondary {
	background: transparent url("../nw/i/light-touch-magnifying-glass.png") no-repeat scroll 50% 50%;
	-ms-filter: "none";
	filter: none;
	border: none;
	color: transparent;
	height: 28px;
	text-indent: -5000px;
	padding: 0 13px;
	position: absolute;
	top: 0;
	right: 0;
}

#masthead .siteSearch .button-secondary.loading {
	background: transparent url(i/ui-anim_basic_16x16.gif) no-repeat scroll 50% 50%;
}

#masthead .siteSearch #searchText {
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 85%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%, #fff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%, #fff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	color: #636363;
	font-family: 'AkkuratProRegular', Arial, sans-serif;
	background: linear-gradient(top, #f3f3f3 0%, #fff 100%); /* W3C */
	border-top:1px solid #ccc;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #f7f7f7;
	border-left:1px solid #eaeaea;
	height: 20px;
	padding: 3px 23px 3px 5px;
	width: 190px;
}

/* Vendor prefix placeholder styles, have to be separate */
#masthead ::-webkit-input-placeholder {
	color: #9d9d9d;
	font-family: 'Arial';
	font-size: 13px;
	font-style: italic;
}
#masthead :-moz-placeholder {
	color: #9d9d9d;
	font-family: 'Arial';
	font-size: 13px;
	font-style: italic;
}
#masthead ::-moz-placeholder {
	color: #9d9d9d;
	font-family: 'Arial';
	font-size: 13px;
	font-style: italic;
}
#masthead :-ms-input-placeholder {
	color: #9d9d9d;
	font-family: 'Arial';
	font-size: 13px;
	font-style: italic;
}

/* Placeholder class added by JS for older IE */
#masthead .siteSearch #searchText.placeholder {
	color: #9d9d9d;
	font-family: 'Arial';
	font-size: 13px;
	font-style: italic;
}

/* IE10+ adds an "x" icon to clear <input type="text"> elements. We don't want this if we have a right-aligned bg */
#masthead .siteSearch #searchText::-ms-clear {
	height: 0;
	width: 0;
}

#masthead .siteSearch #searchCategories {
	height: 20px;
	vertical-align: middle;
}

/* ACCESSIBILITY FIXES */

.accLink,
#masthead legend,
#masthead label {
	display: none;
}


/* Masthead announcement link */

#masthead .announcement {
	background: #eef1f3;
	color: #005eb8;
	float: left;
	font-family: 'AkkuratProRegular', Arial, sans-serif;
	margin-left: 30px;
	padding: 6px 10px 5px;
	position: relative;
	top: 45px;
}

#masthead .announcement a {
	font-family: 'AkkuratProBold', Arial, sans-serif;
}

#masthead .announcement .icon-chevron {
	background-position: -21px -268px;
	padding-left: 15px;
}

#masthead .announcement a:hover {
	color: #005eb8;
}

/* Masthead byline label */

#masthead .mastheadByline {
	bottom: 14px;
	position: absolute;
	right: 10px;
}

#masthead .mastheadByline p {
	color: #414141;
	font-size: 19px;
}

/* EBRETAIL-5413 Quick fix to format the masthead byline differently for FAIC, to be done properly at a later date */

#one #masthead .mastheadByline {
	background: white;
	bottom: auto;
	padding-right: 2px;
	padding-top: 7px;
	right: 20px;
	top: 0;
	z-index: 8;
}

#one #masthead .mastheadByline p {
	color: #5a5a5a;
	font-family: 'AkkuratProRegular', Arial, sans-serif;
	font-size: 16px;
}

/* IE 6 & 7
***************************************/
#masthead .siteUtils > li,
#masthead .login,
#masthead .siteSearch {
	*display: inline;
	zoom: 1;
}

#masthead .siteUtils > li {
	*margin-left: -1px;
	*vertical-align: top;
}

#masthead .siteSearch .button-secondary {
	*padding: 0;
	*width: 25px;
}
/*** Genie Beta CSS implemtation begins**/
.siteUtils  li:nth-child(1){
	margin-right :15px
}
#masthead .siteUtils li:hover > ul{
	left:-10px !important;
	top: -5px;
	z-index:-1;
	width:auto;
	padding:3px 0 15px 0;
	background: #FFFFFF;
	border: 1px solid #E7E9EC;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
#masthead .dropdownMenu a{
	display:inline-block;
	padding-left:10px;
}
#masthead ul.dropdownMenu li:nth-child(2){
	margin-top:32px;
}
#masthead ul.siteUtils .corporate-link .section-separator{
	border-right: 1px solid #C0C4CA;
	width: 1px;
	padding: 0 !important;
	height: 20px;
	position: relative;
	top: -20px;
	right: -120px;
}
#masthead ul.siteUtils .corporate-link .separator-spacing{
	right: 32px;
}
#masthead ul.siteUtils .corporate-link.academy-spacing{
	margin-right: 10px;
}
#masthead .siteUtils ul.dropdownMenu li .svg-beta{
	position: relative;
    right: 12px;
    top: 4px;
}
#masthead .dropdownMenu a:hover{
	background:transparent;
	text-decoration:underline;
}
/*** Genie Beta CSS implementation ends**/
/********************************************************************
* RESPONSIVE OVERRIDES - All screens smaller than 767px
********************************************************************/
@media only screen
and (max-width : 767px) {

/* Sitemap, footer */
	.blk-responsive #sitemap {
		background: white;
		padding-bottom: 0;
	}

	.blk-responsive #sitemap table {
		display: none;
	}

	.blk-responsive #sitemap #socialMediaLinks {
		background-position: 10px 8px;
		border: none;
		padding: 0 10px;
	}

	.blk-responsive #footer {
		border: none;
		padding: 0 20px 20px;
		margin-bottom: 4px;
	}

	.blk-responsive #footer #coInfo,
	.blk-responsive #footer #copyright {
		font-size: 13px;
	}

	.blk-responsive #footer #coInfo {
		float: none;
		width: auto;
	}

	.blk-responsive #footer #coInfo ul,
	.blk-responsive #footer #coInfo li,
	.blk-responsive #footer #coInfo li a {
		display: block;
	}

	.blk-responsive #footer #coInfo li ul li {
		padding: 3px 0;
	}

	.blk-responsive #footer #copyright {
		clear: both;
		text-align: left;
		padding-top: 15px;
	}

	.blk-responsive #footerWrapper .article {
		background: white;
		padding: 10px 20px 0;
		width: auto;
	}

	/* "blkFooter" overrides from ishares.css */
	.blk-responsive #blkFooter {
		margin-top: 0;
	}

	/* Left nav component shows no more info than the main nav, no need to duplicate it on mobiles */
	.blk-responsive .left-nav {
		display: none;
	}

	/* Masthead*/
	.blk-responsive #masthead {
		background: white;
		border-bottom: 1px solid #ccc;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		height: auto;
		min-height: 50px;
		text-align: left;
		width: 100%;
	}

	.blk-responsive #masthead .logo {
		height: 50px;
		margin-left: 10px;
	}

	.blk-responsive #masthead .logo.has-nav {
		margin-left: 55px;
	}

	.blk-responsive #masthead .logo img {
		max-height: 50px;
		max-width: 120px;
		margin-top: -4px;
	}

	.blk-responsive #masthead .selected {
		font-weight: normal;
	}

	/* Login */

	.blk-responsive #masthead .login {
		background: white;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		display: block;
		max-height: 0;
		margin-right: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		top: 51px;
		width: 100%;
		z-index: 1;
	}

	.blk-responsive #masthead .login.responsive-open {
		max-height: 100%;
		position: fixed;
	}

	.blk-responsive #masthead .toggle-login.responsive-active {
		background: url(i/blk-rwd-exit-icon.png) no-repeat;
		background-size: 40px 36px;
	}

	.blk-responsive #masthead .login.account-access-login.responsive-open {
		overflow-y: auto;
	}

	.blk-responsive #masthead .login a {
		background: #edf1f2;
		border-bottom: 1px solid #C6C6C6;
		color: #666666;
		display: block;
		font-family: 'AkkuratProRegular', Arial, sans-serif;
		font-size: 14px;
		line-height: 1em;
		padding: 8px 10px 8px 10px;
	}

	.blk-responsive #masthead .account-list-container {
		display: block;
		border: none;
		padding: 3px 0;
		position: static;
		width: 100%;
	}

	.blk-responsive #masthead .account-list-container .list .list-item a {
		border-bottom: none;
		line-height: 21px;
		padding-left: 29px;
	}

	.blk-responsive #masthead .account-list-container .list-caption {
		padding-left: 9px;
	}

	.blk-responsive #masthead .login a:hover {
		background: white;
		color: #282828;
		text-decoration: none;
	}

	.blk-responsive #masthead .login .user-utils li > span > a {
		background: #eee;
		color: #282828;
		font-size: 15px;
		font-weight: bold;
		line-height: 21px;
		padding: 10px 20px;
	}

	.blk-responsive #masthead .login .user-utils li > span > a .icon-dropdown-right {
		background: none;
		padding: 0;
	}

	.blk-responsive #masthead .user-utils .dropdownMenu {
		background: white;
		border: none;
		position: static;
	}

	.blk-responsive #masthead .user-utils .dropdownMenu a {
		line-height: 21px;
		font-size: 15px;
		padding: 10px 20px;
	}

	.blk-responsive #masthead .user-utils .dropdownMenu > li a:hover {
		color: #282828;
	}
	.blk-responsive #masthead .account-access-login .account-access-dropdown-arrow {
		display: none;
	}

	/* Site search */
	.blk-responsive #masthead #searchWrapper {
		background: #eef1f3;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		float: none;
		height: 0;
		margin-right: 0;
		overflow: hidden;
		position: fixed;
		text-align: left;
		top: 51px;
		width: 100%;
		z-index: 1;
	}

	.blk-responsive #masthead #searchWrapper.responsive-open {
		border-bottom: 1px solid #ccc;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.11);
		height: auto;
		overflow: auto;
	}

	.blk-responsive #masthead .siteSearch fieldset {
		display: block;
		position: relative;
	}

	.blk-responsive #masthead .siteSearch #searchText {
		background: none;
		border: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		color: #999999;
		font-family: Arial;
		font-size: 16px;
		font-style: italic;
		height: 50px;
		outline: none;
		padding: 18px 40px 18px 10px;
		width: 100%;
	}

	/* Vendor prefix placeholder styles, have to be separate */
	.blk-responsive #masthead ::-webkit-input-placeholder {
		color: #999999;
		font-size: 16px;
	}
	.blk-responsive #masthead :-moz-placeholder {
		color: #999999;
		font-size: 16px;
	}
	.blk-responsive #masthead ::-moz-placeholder {
		color: #999999;
		font-size: 16px;
	}
	.blk-responsive #masthead :-ms-input-placeholder {
		color: #999999;
		font-size: 16px;
	}

	.blk-responsive #masthead .siteSearch .button-secondary {
		background: url(i/blk-rwd-search-icon-gray.png) no-repeat;
		background-size: 40px 36px;
		height: 36px;
		padding: 0;
		top: 7px;
		width: 40px;
	}

	.blk-responsive #masthead .siteSearch .button-secondary.loading {
		background: transparent url(i/ui-anim_basic_16x16.gif) no-repeat scroll 50% 50%;
	}


	/* Announcement link */
	.blk-responsive #masthead .announcement {
		display: none;
	}

	/* Masthead byline label */
	.blk-responsive #masthead .mastheadByline {
		bottom: 5px;
		right: 40px;
	}

	.blk-responsive #masthead .mastheadByline p,
	#one.blk-responsive #masthead .mastheadByline p {
		font-size: 14px;
	}

	/* EBRETAIL-5413 Quick fix to format the masthead byline differently for FAIC, to be done properly at a later date */
	#one.blk-responsive #masthead .mastheadByline {
		padding: 5px 5px 0 0;
		right: 0px;
	}

	/* Responsive buttons */
	.blk-responsive #masthead .responsive-button {
		background: white;
		border: none;
		cursor: pointer;
		display: block;
		float: right;
		height: 36px;
		margin: 7px 0;
		outline: none;
		position: relative;
		top: 0;
		width: 40px;
	}

	.blk-responsive #masthead .responsive-button.responsive-active .active-arrow {
		background: url(i/blk-rwd-current-arrow.png) no-repeat center bottom;
		background-size: 8px 6px;
		bottom: -7px;
		display: block;
		left: 0;
		position: absolute;
		width: 100%;
	}

	/* Firefox adds some extra border/padding to buttons, let's remove it */
	.blk-responsive #masthead .responsive-button::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.blk-responsive #masthead .responsive-button .icon-bar,
	.blk-responsive #masthead .responsive-button .icon-responsive-dot {
		background-color: #515151;
		border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.blk-responsive #masthead .responsive-button .icon-bar+.icon-bar {
		margin-top: 4px;
	}

	.blk-responsive #masthead .responsive-button .icon-responsive-dot {
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		float: left;
		height: 4px;
		margin-left: 9px;
		width: 4px;
	}

	.blk-responsive #masthead .responsive-button .icon-responsive-dot+.icon-responsive-dot {
		margin-left: 4px;
	}

	/* Navigation button - hidden unless nav exists */
	.blk-responsive #masthead .toggle-navigation {
		background: url(i/blk-rwd-menu-icon.png) no-repeat;
		background-size: 40px 36px;
	}

	.blk-responsive #masthead .toggle-navigation.responsive-active {
		background: url(i/blk-rwd-exit-icon.png) no-repeat;
		background-size: 40px 36px;
	}

	.blk-responsive #masthead .toggle-search {
		background: url(i/blk-rwd-search-icon.png) no-repeat;
		background-size: 40px 36px;
	}

	/* Corporate links button */

	.blk-responsive #masthead .toggle-login {
		background: url(i/blk-rwd-user-icon.png) no-repeat;
		background-size: 40px 36px;
	}

	/* Hiding regular siteUtils as we're moving this to the nav in javascript */
	#masthead .siteUtils {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	#masthead {
		display: block !important;
	}
	
	#aladdinHelp {
		display: none;
	}

	#masthead .siteUtils,
	#masthead .siteUtils a {
		display: none;
	}
}
