/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

img.map, map area{
    outline: none;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
.ie7 body {
  font:13px;
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
 h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #363b74; }
a:hover { color: #036; }
p {
  margin:0 0 1.4em 0;
  line-height:1.5em;
}
ul {
  margin-bottom:15px;
  margin-top:-5px;
}
/***************************************
 *************************************** 
 * BEGIN SITE STYLES 
 ***************************************
 ***************************************/
  
 /***************************************
 * content styles
 ***************************************/
.clear {
  clear:both;
}
h1 {
  font-size: 32px;  
  margin:10px 0 10px 0;
  color:#363b74;
  letter-spacing: -0.04em
}
h1 .leadin{
  font-size: 18px;    
}
h2 {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
h3 {
  font-size: 13px;
  color: #363b74;
  margin: 5px 0 5px 0;
}
h4 {
  
}
h6{
  font-size:14px;
  margin-bottom:10px;
  color:#526AA7;
}
table {
  width:100%;
  border-collapse:collapse;
}
td {
  padding:5px;
  border:solid 1px #e4e4e4;
}
em {
  font-style:oblique;
}
 
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  
  /* sort out z-index */
  z-index:-6000;
  
}
/***************************************
 * Sticky footer
 ***************************************/
html, body{height: 100%;}

#wrap {
  min-height: 100%;  
  background-image: url(/media/79/wrap-bg1.gif);
  background-repeat: repeat-x;
}
.ie7 #wrap {  
}

.container {
  margin-left: auto;
  margin-right: auto;
  width:960px; 
  position:relative;
}
.ie7 .container {
  left:50%;
margin-left:-480px;
}
#main {
  overflow:auto;
  clear:both;
  padding-bottom: 150px; /* must be same height as the footer */
}  
 

footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  background-color:#404040;
} 
.ie7 footer {
  margin-top: 0px; /* negative value of footer height */
} 
footer .footer-inner,
footer .footer-inner-fr{
  margin-left: auto;
  margin-right: auto;
  width:940px;
  padding:20px 0 0 0;
  color:#fff;
  font-size:12px;
}
footer .footer-inner .footer-logo{
  float:left;
  margin:35px 40px 0 0;
}
footer .footer-inner-fr .footer-logo{
  float:left;
  margin:35px 10px 0 0;
}

footer .footer-inner a,
footer .footer-inner-fr a
footer .footer-inner a:visited,
footer .footer-inner-fr:visited a{
  color:#fff;
  text-decoration:none;
}
footer .footer-inner .legal,
footer .footer-inner-fr .legal{  
  margin:63px 0 0 0;  
  font-size:11px;
  float:right;
}

footer .footer-inner .legal{  
  margin-right:20px;  
}
footer .footer-inner .legal a,
footer .footer-inner-fr .legal a,
footer .footer-inner .legal a:visited,
footer .footer-inner-fr .legal a:visited{
  padding:0px 5px;
  color:#fff;
}
footer .footer-inner .legal a:hover,
footer .footer-inner-fr .legal a:hover{
  text-decoration:underline;
}
footer .footer-inner .copyright{    
  font-size:11px;  
  margin:63px 0 0 0;
  float:right;
}
footer .footer-inner-fr .copyright{    
  font-size:11px;  
  clear:both;
  float:right;
  margin-top:15px;

}

/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/***************************************
 * layout elements - header
 ***************************************/
 

.masthead {
  margin:0 10px;
  height:140px;
  position:relative;
  width:940px;
}
.ie7 .masthead {
  z-index:5000;
}
.masthead .logo{
  float:left;
}
.masthead h2 {
  font-size:9px;
  font-weight:normal;
  float:left;
  padding:59px 0px 0px 50px; 
  letter-spacing:0.3em;
  color:#fff;  
  clear:none;
}
.global{
  color:#b1bcda;
  float:right;
  font-size:12px;
  margin-top:5px; 
}
.global a{
  color:#b1bcda; 
}
.global a:hover{
  color:#fff; 
}
.audience{
  margin:17px 0 0 0;
  text-align:right;
}
header nav a{
  text-decoration:none;
}
header nav a:hover{
  text-decoration:underline;
}
.sprott-websites {   
  /*background-color:#3c4181;  */
  display:inline-block;
  font-size:12px;
  padding:4px 10px 4px 19px;
  text-decoration:none;  
  background-image:url("/media/64/down-chevron.png");
  background-repeat:no-repeat;
  background-position:6px 8px;
  /*border: solid 1px #b1bcda;*/
}

a.sprott-websites {   
  color: #fff;  
  }
.sprott-websites:hover {  
  
  /*border: solid 1px #fff;*/
}
.sprott-websites:active {
  position:relative;
  top:1px;
}
.global-sub {
	float:right;
	margin-top:30px;
	font-size:17px;
	clear:both;
}
.global-sub a,
.global-sub a:visited{
  text-decoration:none;
  color: #cd5a13;
  border: solid 1px;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.global-sub a:hover{
	text-decoration:none;
  color: #fff;  
}


/***************************************
 * main navigation
 ***************************************/

.nav {
  clear:both;
  font-size:12px;
  position:absolute;
  left: 0;
  bottom: 0px;
  height:25px;  
}
.nav ul {
  margin: 0 0 0 -20px;
  padding: 5px 0 0 0;
  position:relative;
  bottom:0;
  left:0;  
}
.ie9 .nav ul {
  bottom:-1px;  
}

.nav ul li,
.nav ul li:hover {
  display:inline;
  position: relative;
  color:#fff;    
  margin-left:10px;   
  padding: 5px 18px 5px 10px; 
}
.nav ul li {
  background-image:url("/media/34183/nav-chevron.gif");
  background-repeat:no-repeat;
  background-position:right center;  
}

.nav ul li:hover {
    display:inline;
  padding: 10px 18px 5px 10px;
    background-color:#686868;
  background-image:url("/media/34193/nav-chevron-down.gif");
  background-repeat:no-repeat;
  background-position:right center;   
}
.nav ul li a,
.nav ul li a:visited {
    text-decoration: none; 
    color:#fff;   

}
nav ul li a:hover {
  text-decoration: none;      
  color:#fff; 

}

.nav ul li:hover a,
.nav ul li a:hover {

}

/*initial state of divs */
.nav ul div {
  display: none;  
}

/*reset dropdown lists */
.nav ul div ul{
    padding:0;
    margin:0 0 6px 0;
}
.nav ul div ul li,
.nav ul div ul li:hover{
    font-weight:normal;
}


.nav ul li.mega div {    
  width: 180px;
  position: absolute;
  top: 29px;  
  left: 0;
  background-color:#2F2F2F;
  text-align:left;  
  padding:20px 15px 20px 20px;
  color:#fff;
  z-index:2000;  
}
.ie9 .nav ul li.mega div,
.ie8 .nav ul li.mega div{
  top: 29px;   
}
.ie7 .nav ul li.mega div {    
  z-index:-1000;  
}

.nav ul li.mega div h5{    
  color:#fff;
}

/*new products mega*/
section.navsec1{
  width:320px;
  float: left;
}
section.navsec2{
  width:640px;
  float: left;
}
section.seclist{
  width: 300px;
  float: left;
  margin-right: 10px;
}


.nav ul li.products div {    
  width: 960px;
  position: absolute; 
  left: -275px;
  padding-right:10px;
}
.ie7 .nav ul li.products div {    
  left: -255px;
}
.nav ul li.products div td{    
  border:none;
}

.ie7 .nav ul li.mega div {    
  top: 37px;  
}
.ie9 .nav ul li.mega div {    
  top: 28px;  
}

.nav ul li.hovering div {
  display: block; 
 
  background-image: url(../media/35698/mega-bg.gif);  
  background-repeat:repeat-x;
}
.ie7 .nav ul li.hovering div {
  top:30px;
}


.nav .mega-table {
  border-spacing:5px;
  
}
.nav .mega-table td{
  border-width:0;
  color:#fff;   
}
.nav .mega-table td.col1,
.nav .mega-table td.col3
.nav .mega-table td.col4{
  width:24%
}
.nav .mega-table td.col2{
  width:28%
}
.nav h4{
  padding:5px;
  margin-right:10px;
  margin-left:-5px;
  color:#fff;
  font-weight:normal;
  font-size:13px;
  margin-bottom: 0;
  margin-top: 0;

 
  -webkit-box-shadow: 1px 1px 1px 0px #333;
-moz-box-shadow: 1px 1px 1px 0px #333;
box-shadow: 1px 1px 1px 0px #333;
}
h4{
  font-size:14px;
  margin-bottom:10px;
}
h5{
  font-size:12px;
  margin:10px 0 5px 0;
}


.nav ul li.mega div a,
.nav ul li.mega div a:visited,
.nav li.mega div a:hover {
    padding: 0px 0px 0px 0px;
  text-decoration:none;
   
    
}
.nav ul li.mega div a:hover {
  
}
.nav ul li.mega div ul 
{
  margin-bottom:0;
}
.nav ul li.mega div li,
.nav ul li.mega div li:hover {
  display:list-item;  
  padding:4px 5px 4px 10px;
  float:none;
  margin:0 0 0 -5px;
  background-image:url(../media/37751/mega-nav-chevron.gif);
  background-repeat:no-repeat;
  background-position:2px 6px;
    
}
.nav ul li.mega div li:hover {
  border:1px solid #333;
  padding:3px 4px 3px 9px;
  background-color:#3E3E3E;
  background-position:2px 7px;
}

.nav ul li.mega div li a,
.nav ul li.mega div li a:visited,
.nav ul li.mega div li a:hover{
  display:block;
}
.nav ul li.products div ul li,
.nav ul li.products div ul li:hover {
  background-image:url(../media/37756/products-nav-chevron.gif);
}
.nav ul li.mega div .mf-heading
{
  background-color:#009FC3;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
}
.nav ul li.mega div .mf-sub-heading
{
  background-color:#E0F2F7;
  color:#009FC3;  
}
.nav ul li.mega div .alts-heading
{
  background-color:#5C9731;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
}
.nav ul li.mega div .alts-sub-heading
{
  background-color:#EAF0E2;
  color:#5C9731;  
}
.nav ul li.mega div .bullion-heading
{
  background-color:#C8890E;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
  margin-bottom:10px;
  
}
.nav ul li.mega div .cls-heading
{
  background-color:#939598;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
}
.nav ul li.mega div .ft-heading
{
  background-color:#939598;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
  clear: both;
  margin-bottom:20px;
  margin-top: 30px;

}
.nav ul li.mega div .tax-heading
{
  background-color:#939598;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
}
.nav ul li.mega div .tax-sub-heading
{
  background-color:#E6E7E9;
  color:#939598;  
}
.nav ul li.mega div  ul.mf li:hover {  
  border: solid 1px #009FC3;
}
.nav ul li.mega div  ul.alts li:hover {
  border: solid 1px #5C9731;
}
.nav ul li.mega div  ul.bul li:hover {
  border: solid 1px #C8890E;
}
.nav ul li.mega div  ul.cls li:hover {
  border: solid 1px #939598;
}
.nav ul li.mega div  ul.tax li:hover {  
  border: solid 1px #939598;
}

.nav ul li.mega div h5.mf-subhead{
  color:#009FC3;
 }

 .nav ul li.mega div h5.alts-subhead{
  color:#5C9731;
 }

.nav ul li.institutional div  {  
  width:450px;
}
.nav ul li.institutional div  td{  
  width:50%;
}
.nav ul li.institutional div ul li,
.nav ul li.institutional div ul li:hover {
  background-image:url(../media/37756/products-nav-chevron.gif);
}

.nav ul li.manager-insights div  {  
  width:450px;
}
.nav ul li.manager-insights-fr div  {  
  width:220px;
}



.nav ul li.manager-insights .maag-mega,
.nav ul li.manager-insights-fr .maag-mega{
  width:175px;
  padding:15px;  
  background-color:#363B74;  
  border:solid 1px #333;
  border-top-width:0;
  border-left-width:0;
}
.nav ul li.manager-insights .maag-mega img{
  margin:-5px 0 10px 0;
}
.nav ul li.manager-insights .mim-1  {  
  width:110px;
  padding-left: 10px;  
  padding-right: 10px;  
}
.nav ul li.manager-insights div.mim-2  {    
  width:110px;  
}


/*.nav ul li.advisor,
.nav ul li.advisor-fr {  
  background-color:#CD5A13;
  background-image:url(../media/37756/products-nav-chevron.gif);
}
.nav ul li.advisor:hover,
.nav ul li.advisor-fr:hover  {  
  background-image:url(/media/149374/nav-chevron-down-advisors.gif);
}*/




.nav ul li.advisor div  {  
  width:500px;
  position: absolute; 
  left:-462px;
  padding-right:10px;
}
.nav ul li.advisor-fr div  {  
  width:500px;
  position: absolute; 
  left:-438px;
  padding-right:10px;
}
.nav ul li.mega div .advisor-heading
{
  background-color:#CD5A13;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
  margin-bottom:5px;
  margin-top:5px;
}
.nav ul li.advisor div  td{  
  width:50%;
}
.nav ul li.advisor div ul li,
.nav ul li.advisor div ul li:hover {
  background-image:url(../media/37756/products-nav-chevron.gif);
}





/***************************************
 * banner
 ***************************************/

.banner {
  height:170px;
  margin:0 10px 0 10px ;
  background-image:url('/media/178/banner-1.jpg');
}

/***************************************
 * content grid
 ***************************************/
.grid_mim_1,
.grid_mim_2,
.grid_mim_3,
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display:inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.container .grid_1 {
  width:60px;
}

.container .grid_2 {
  width:140px;
}
.container .grid_2 ul{
  margin:-5px 0 15px 0;
}
.container .grid_2 ul li{
  margin:5px 0 8px 0;
  font-size:11px;
  list-style:none;
}
.container .grid_2 ul li a{
  font-size:12px;  
}
.container .grid_2 ul li a:hover{
  color:#000;
}

.container .grid_3 {
  width:220px;
}

.container .grid_4 {
  width:300px;
}

.container .grid_5 {
  width:380px;
}

.container .grid_6 {
  width:460px;
}

.container .grid_7 {
  width:540px;
}

 .container .grid_8 {
  width:620px;
}

.container .grid_9 {
  width:700px;
}

.container .grid_10 {
  width:780px;
}

.container .grid_11 {
  width:860px;
}

.container .grid_12 {
  width:940px;
}

.top-pad {
  padding:10px 0 20px 0;
}
.top-pad2 {
  padding:60px 0 20px 0;
}
.top-pad3 {
  padding:140px 0 20px 0;
}
.top-margin {
  margin:30px 0 20px 0;  
}

/***************************************
 * homepage styles
 ***************************************/
.ie8 .banner-buttons img,
.ie9 .banner-buttons img{
  display:block;  
}

.home-media h4,
.home-focus h4{
  color:#363b74;
  border-bottom:solid 2px #363b74;
  padding:0 0 5px;
  margin-bottom:10px;

  font-size:15px;
}

.home-feature h4{
  color:#363b74;
  border-top:solid 1px #363b74;
  padding:10px 0 5px;
  margin-bottom:10px;
  font-size:15px;
  margin-top:15px;
}
.home-feature h4.h4fix{
  margin-top:40px;
  clear:both;
}

.home-feature-box-link
{
	font-weight:bold;

}

.home-focus {
	font-size:12px;
}
.home-media {
	margin:0px 0 0px 0;
}
.home-media ul {
  margin:0 0 10px 0;
  padding:0;
  font-weight:normal;
  
}
.home-media ul li{
	clear:both;
	padding:5px;
	margin:1px 0;
	list-style:none;
	border:solid 1px #fff;
	border-bottom-color:#E4E4E4;	
}
.home-media ul li:hover{
  background-color:#EFEFEF;
  border:1px solid #E4E4E4;
}
.home-media ul li .small{

}
.home-media ul li a{
  display:block;
  text-decoration:none;  

}
.home-media ul li:hover a,
.home-media ul li:hover .small{
  
}
.home-media ul li img{
  width:50px;
  height:50px;
  float:left;
  margin-right:10px;
}
.home-feature {
	margin:0px 0 20px 20px;
	color:#000;
}
.home-feature-tab,
.content-feature-tab {
	height:45px;
	background-image:url(../images/ui/home-feature-tab-left.gif);
	margin-top:40px;	
}
.home-feature-tab h4,
.content-feature-tab h4{
	color:#fff;
	border:none;
	margin-left:20px;
	padding:20px 25px 0px 10px;
	float:left;
	background-image:url(../images/ui/home-feature-tab-right.gif);
	background-position: right top;
	height:25px;
}

.home-feature2-tab,
.content-feature2-tab {
	height:45px;
	background-image:url(../images/ui/home-feature2-tab-left.gif);
	margin-top:0px;	
}
.home-feature2-tab h4,
.content-feature2-tab h4{
	color:#fff;
	border:none;
	margin-left:20px;
	padding:20px 25px 0px 10px;
	float:left;
	background-image:url(../images/ui/home-feature2-tab-right.gif);
	background-position: right top;
	height:25px;
}
.temp-width1 {
	width:150px;
	}
.home-feature-box1,
.content-feature-box1{
	background-color:#3f3a66;
	color:#fff;
	padding:20px;
}
.home-feature-box2{
	background-color:#788bbd;
	color:#fff;
	padding:20px;
}
.home-feature-box1 h2,
.home-feature-box2 h2,
.content-feature-box1 h2{
	font-size:18px;
	color:#fff;
	
}
.home-feature-box1 p,
.home-feature-box2 p,
.content-feature-box1 p{
	line-height:1.3em;
	margin:0 0 5px 0;
}

.home-feature-box1 a,
.home-feature-box1 a:visited,
.home-feature-box1 a:hover,
.home-feature-box2 a,
.home-feature-box2 a:visited,
.home-feature-box2 a:hover,
.content-feature-box1 a,
.content-feature-box1 a:visited,
.content-feature-box1 a:hover{
	color:#fff;
}

.home-feature-box1 .inset-box{
	float:right;
	padding:10px;
	background-color:#788bbd;
	width:200px;	
}

.content-feature-box1 .inset-box{
	float:right;
	padding:10px;
	background-color:#788bbd;
	width:160px;
	margin-bottom:20px;	
}
.home-feature-box2 .inset-box{
	float:right;
	padding:10px;
	background-color:#3f3a66;
	width:200px;	
}
.home-feature-box3{
	background-color:#f0f0f8;
	color:#2e3263;
	padding:1px 20px 20px 20px;
	border-left:solid 1px #c3c3dd;
	border-right:solid 1px #c3c3dd;
	border-bottom:solid 1px #c3c3dd;
	margin-top:0px;
}
.ie7 .home-feature-box3,
.ie8 .home-feature-box3,
.ie9 .home-feature-box3{
	margin-top:-5px;
}
.home-feature-box3 h2{
	font-weight:normal;
	font-size:22px;
}
.home-feature-box3 .inset-box{
	float:right;
	padding:10px;	
	width:200px;
	color:#444444;	
}
.home-feature-box3 .inset-box p{
	margin-top:10px;
	font-size:13px;
}
.feature-inner {
	/*background-color:#EFEFEF;*/
	padding:20px 42px;
	border:solid 1px #efefef;
	position: relative;   
	background-color: #fff;
  	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.ie7 .feature-inner,
.ie8 .feature-inner {
	border:solid 1px #e4e4e4;
	background-color:#fff;
}
.feature-inner:before, .feature-inner:after
{
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
} 

.feature-inner:after
{
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}


.home-feature ul,
.content-feature-box1 ul {
	margin-top:10px;
	clear:both;
}
.home-feature ul li,
.content-feature-box1 ul li{
  list-style-image:url(/media/64182/arrow2.png);  
  font-size:12px;
  line-height:1.4em;
}

.content-feature-box1 ul li.video{
  list-style-image:url(/images/ui/video-icon.png);  
}
.intro {
	
	font-size:11px;	
	clear:both;
	postion:relative;
	color:#666;
}
.intro p{
		line-height:1.5em;
		text-align:justify;
}
/***************************************
 * secondary content styles
 ***************************************/
 .normal-content ul {
  margin-bottom:10px; 
 } 
.gray-box {
  margin:0px 0 20px 20px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#F5F6F6;
  padding:20px;
}
.button-list{
  margin:20px 0 20px 80px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#363b74;
  padding:10px;
}
.button-list h2{
  color:#fff;
}
.button-list ul{
  list-style:none;
  margin:0;
  padding:0;
}
.button-list li{
  border:none;  
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display:block;   
  line-height:normal;
  background-color:#363b74;
  list-style-type:none;  
}
.button-list li a{
  color: #fff;
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding:5px 5px 5px 5px; 
  margin:0;
  
}
.button-list li a:hover{
  display:block;
  text-decoration:none;
  background-color:#036;
  color:#fff;
}
.button-list2{
  margin:20px 0 20px 0px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#F5F6F6;
  padding:20px 20px 20px 20px;
}
.button-list2 h2{

}
.button-list2 ul{
  list-style:none;
  margin:0 0 20px 0; ;
  padding:0 0 0 0;
  border-bottom:solid 1px #CECED3;
}
.button-list2 li{
  border:none;  
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 0px 0px;
  display:block;   
  line-height:normal;
  background-color:#F5F6F6;
  list-style-type:none;  
  border-top:solid 1px #CECED3;
}
.button-list2 li a{
  
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding:5px 5px 5px 5px; 
  margin:0;
  
}
.button-list2 li a:hover{
  display:block;
  text-decoration:none;
  background-color:#EFEFEF;

}
.button-list2 h3{
	margin-top:30px;
}

.button-list3{
  margin:20px 0 20px 0px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:20px 20px 20px 20px;
}
.button-list3 h2{

}
.button-list3 ul{
  list-style:none;
  margin:0 ;
  padding:0 0 15px 0;
}
.button-list3 ul li,
.button-list3 ul li:hover{
  border:none;  
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 0px 0px;
  display:block;   
  line-height:normal;
  list-style-type:none;  
  border-top:solid 1px #efefef;
}
.button-list3 ul li a{
  
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding:3px 5px 3px 5px; 
  margin:0;
  
}
.button-list3 ul li a:hover{
  display:block;
  text-decoration:none;
  background-color:#EFEFEF;

}
.button-list3 h3{
	margin-top:10px;
}

.maag-side-menu {
	margin:0 0 0px 0;
	background-color:#363b74;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	background-color:#363b74;
  	padding:10px;
}
.maag-side-menu h2{
	color:#fff;
}
.maag-side-menu ul{
  list-style:none;
  margin:0;
  padding:0;
}
.maag-side-menu li{
  border:none;  
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display:block;   
  line-height:normal;
  background-color:#363b74;
  list-style-type:none;  
}
.maag-side-menu li a{
  color: #fff;
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding:5px 5px 5px 5px; 
  margin:0;
  
}
.maag-side-menu li a:hover{
  display:block;
  text-decoration:none;
  background-color:#036;
  color:#fff;
}

.boxes {
  margin:20px 0 20px 0px;  
}
.boxes div{
  margin:20px 0 20px 0;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#F5F6F6;
  padding:10px;  
}
.boxes div p{
  line-height: 1ems;
}
.boxes div img{
  margin:0 0 5px 12px;
}
.footnote-table {
	width:100%;
	
}
.footnote-table td{
	font-size:11px;
	vertical-align:top;
	border-width:0px;	
}
.maag-title {
	font-size:40px;
	font-family:"Arial Narrow", Arial;
	font-weight:bold;
}




/***************************************
 * people styles
 ***************************************/
div.person {
  float:left;
  margin:10px 10px 0px 0px;
  width:120px;
  text-align:center;  
  height:190px;
}
div.person img{
  border:solid 1px #e4e4e4;
}
div.person h3 {
  font-size:11px; 
}
div.person .title {
  font-size:10px;
  line-height:1.1em;  
}
.ie8 div.person,
.ie9 div.person  {
  line-height:11px;


}

div.person2 .pic-and-funds,
div.person2 .bio{
  display:inline;
  float: left;
  position: relative;
   
}
div.person2 .pic-and-funds {
  width:170px;
}
div.person2 img {
  border:solid 1px #e4e4e4;
  margin-bottom:35px;
}
div.person2 h3 {
  margin-bottom:0px;
}
.pic-and-funds .fund-list{
  font-size:12px;   

}
.pic-and-funds .fund-list ul{
  list-style:none;
  margin:0;
  padding:0;
}
.pic-and-funds .fund-list li{
  border:none;  
  padding: 0;
  margin: 0px 0px 0px 0px;
  display:block;   
  line-height:normal;

  list-style-type:none;  
}
.pic-and-funds .fund-list li a{
  color: #2F2A52;
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding: 3px 5px 3px 0px;
  margin:0;  
}
.ie7 .pic-and-funds .fund-list li a{
  padding: 0px 5px 0px 5px;

}
.pic-and-funds .fund-list li a:hover{
  display:block;
  text-decoration:none;
  background-color:#3F4487;
  color:#fff;
  padding: 3px 5px 3px 5px;  
}
.manager-insights-link {
	font-size:12px;
	margin:0px 0 30px 0;
	font-weight:bold;
}
div.person2 .bio{
  width:430px;  
  padding:0;
  margin-left: 10px;
  margin-right: 10px; 
}
.title2 {
 margin-bottom:1.5em; 
}
ul.people-list {
  
}
ul.people-list li{
  list-style:none;
  margin-bottom:4px;
}

/***************************************
 * awards styles
 ***************************************/
.awards-list {
  list-style:none;  
}
.awards-list li{
  list-style:none;  
  clear:both;
  border-bottom:1px solid #e4e4e4;
  margin:10px 0;  
}
.awards-list p{
  margin:0;
}
.awards-list div.a-item-left {
  list-style:none;
  text-align:center;
  width:200px;
  float:left;
  clear:both;
  vertical-align:middle;
  padding:bottom:10px;
}
.awards-list div.a-item-right{
  list-style:none;
  width:380px;
  float:right;
  padding:0 0 10px 0;
}



/***************************************
 * citizenship styles
 ***************************************/
.citizenship-list {
  list-style:none;  
}
.citizenship-list li{
  list-style:none;  
  clear:both;
  border-bottom:1px solid #e4e4e4;
  margin:10px 0;  
}
.citizenship-list p{
  margin:0;
}
.citizenship-list div.c-item-left {
  list-style:none;
  text-align:center;
  width:200px;
  float:left;
  clear:both;
  vertical-align:middle;
  padding:bottom:10px;
  

}
.citizenship-list div.c-item-right{
  list-style:none;
  width:380px;
  float:right;
  padding:0 0 10px 0;
}
/***************************************
 * press release styles
 ***************************************/
.press-release-list {
  list-style:none;
  margin:0;
  padding:0;
}
.press-release-list li{
  list-style:none;
  margin:0 0 10px 0;
}
.press-release-list li a{
  list-style:none;
  margin:0 0 10px 0;
  text-decoration:none;
  font-weight:bold;
}
.press-release-list li a:hover {
  text-decoration:underline;
}
a.press-release-pdf {
  text-decoration:none;
  margin:30px 0 0 0px;  
  display:block;
  padding:5px 5px 5px 30px;
  background-color:#363b74;
  background-image:url(../media/4945/pdf_icon.png);
  background-repeat:no-repeat;
  background-position:5px 5px;
  color:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.press-release-pdf:hover {
  background-color:#036;
}
/***************************************
 * fund page styles
 ***************************************/
.lead-managers {
  background-color:#f5f6f6; 
  margin-bottom:10px;
  padding:10px;
}
.lead-managers .pbox{
  float: left; 
  width: 120px;
}
.lead-managers .tbox{
 float: left; 
  clear: none; 
  width: 150px; 
  font-size: 12px; 
  line-height: 1.2em;
}
.lead-managers h2 {
 color:#3f3a66; 
}
.lead-managers ul{
  list-style:none;
  margin:0;
}
.lead-managers ul li {
  list-style:none;
  /*display:inline;*/
  margin:6px 0px 6px 0px;
  /*float:left; 
  width:140px;
  height:185px;*/
  clear:left;
}
.lead-manager-pic{
	width:75px;
	height:94px;
	float:left;
	margin-right:10px;
}
.fund-bio {
 padding:20px; 
}

.fund-details {
  background-color:#f5f6f6; 
  margin-bottom:10px;
  padding:10px;  
}
.ie7 .fund-details {
  width:300px;
}
.fund-details h2{
 color:#3f3a66; 
}
.fund-details table{
 font-size:11px; 
  margin:10px 0;
}
.fund-details tr{
 border-bottom:solid 1px #fff;
}
.fund-details td{
 border:none;
}
.fund-details td.name{
 
}
.fund-details td.value{
  color:#3f3a66;
  width:50%
}
.extras {
  background-color:#f5f6f6; 
  margin-bottom:10px;
  padding:10px;  
}
.extras ul{
  list-style:none;
  margin:0;
  padding:0;
}
.extras li,
.extras li:hover{
  border:none;  
  padding:5px 5px 5px 10px;
  margin: 0px 0px 0px 0px;
  display:list-item;   
  line-height:normal;  
  list-style-type:none; 
  background-image:url(../media/48958/extras-chevron.png);
  background-repeat:no-repeat;
  background-position:2px center; 
}
.extras li:hover{
  background-color:#CCC; 
}
.extras li a{
  color: #2F2A52;
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding:5px 5px 5px 5px; 
  margin:0;
 
}
.extras li a:hover{
  display:block;
  text-decoration:none;    
}


.fund-objective {
  margin-bottom:15px;
  width:65%;
  float:left;
}
.fund-objective h2{
  color:#3f3a66;
  margin-bottom:5px;
}
.fund-docs{
  font-size:12px;
  padding:10px 0 10px 0px;
  width:32%;
  float:right;
}
.institutional-lh {
    margin-bottom:15px;
    width:60%;
    float:left;    
}
.institutional-rh{
    background-color:#f5f6f6;
    padding: 10px;
    width:35%;
    float:right;
    font-size:12px;
}

.fund-docs h2,
.institutional-rh h2,
.institutional-lh h2{
  color:#3f3a66;
  margin:10px 0 5px 0;
  font-family: arial;
}
.institutional-landing{
  font-size: 15px;
}
.institutional-landing h2{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  border-left:solid 20px #444;
}
.institutional-landing h2#real{  
  border-left:solid 20px #63619A;
  color: #63619A;
}
.institutional-landing h2#income{  
  border-left:solid 20px #75BEB4;
  color: #75BEB4;
}
.institutional-landing h2#equity{  
  border-left:solid 20px #007DC3;
  color: #007DC3;
}
.real{    
  color: #63619A;
  font-style: italic;
}
.income{    
  color: #75BEB4;
  font-style: italic;
}
.equity{    
  color: #007DC3;
  font-style: italic;
}



.fund-docs ul {
	margin-left:0;
	border-bottom:solid 1px #e4e4e4;
}
.fund-docs ul li{
	list-style:none;
	padding:5px ;
	background-color:#F5F6F6;
	border:solid 1px #e4e4e4;
	border-bottom-width:0px;
	font-weight:bold;
	
}
.fund-docs ul li:hover{
	background-color:#E1E1E1;
}
.fund-docs ul li a{
	text-decoration:none;
	display:block;
	
	}

.fund-docs ul li.data{
 
}

.fund-docs ul li.gold{

}
.fund-docs ul li.silver{

}
.fund-docs ul li.energy{
 
}
.fund-docs ul li.fixed-income{

}
.fund-docs ul li.video{

}

.fund-nav {
  float:left;
  margin-bottom:15px;
}
.fund-nav h2{
  color:#3f3a66;
  margin:10px 0 5px 0;
}
.nav-table {
  width:620px;
}
.nav-table td{
  
  padding:10px 10px 10px 10px;
  vertical-align:baseline;
}
.nav-table td.col1{
  background-color:#f5f6f6;
  width:68%;
}
.nav-table td.col2{
  background-color:#8C85B8;
  color:#fff;
  font-size:11px;
  text-align:right;
  font-weight:bold;
  width:32%;
}
.Mutual .nav-table td.col2{
  background-color:#009FC3; 
}
.Alternative-Strategy .nav-table td.col2{
  background-color: #5C9731;
}
.Bullion .nav-table td.col2{
  background-color: #C8890E;
}
.Closed-End .nav-table td.col2{
  background-color: #939598;
}
.Tax-Efficient .nav-table td.col2{
  background-color: #939598;
}
.navps {
  font-size:14px;
  font-weight:bold;
}
.fund-performance {
  clear:both;
  
  padding-top:10px;
  
}
.fund-performance h2{
  color:#3f3a66;
  margin:10px 0 2px 0;
}
.single-perf tr{
  background-color:#dadbdb;
}

.single-perf td{
  text-align:center;
  width:14%;
  background-color:#f5f6f6;
}
.single-perf tr.heading-row td{
  background-color:#8C85B8;
  color:#fff;
  font-size:11px;
  text-align:center;
  font-weight:bold;
}
.single-perf2{
  margin-bottom: 40px;
}
.single-perf2 tr.heading-row td{
  background-color:#8C85B8;
  color:#fff;
  font-size:13px;
  text-align:center;
  font-weight:bold;
}
.single-perf2 td{
  font-size:13px;
  text-align:center;
  
}
.Mutual .single-perf tr.heading-row td{
  background-color:#009FC3; 
}
.Alternative-Strategy .single-perf tr.heading-row td{
  background-color: #5C9731;
}
.Bullion .single-perf tr.heading-row td{
  background-color: #C8890E;
}
.Closed-End .single-perf tr.heading-row td{
  background-color: #939598;
}
.Tax-Effcient .single-perf tr.heading-row td{
  background-color: #939598;
}
.allocation {
  margin-top:20px;
  clear:both;
}
.allocation h2{
  color:#3f3a66;
  margin:10px 0 0 0;
}
.sector-chart {
  width: 300px; 
  
  float:left;
}
.top-ten {
  width: 250px;    
  float:left;
  font-size:11px;
}
.top-ten h2{
  margin-bottom:10px;
}
.geo-chart {
  width: 300px; 
  height: 200px; 
  float:left;  
  margin-left:0px;
}
.fund-commentary {
 clear:both; 
  margin-top:40px;
}
.fund-commentary h2{
 color:#3f3a66;
  margin:10px 0 10px 0; 
}




/***************************************
 * price and performance page styles
 ***************************************/

.tabstrip {  
  margin:0 0 15px 0;
}
.tabstrip .box1{  
  margin:-15px 0  0 5px;
}
.tabs{ 
  padding: 0; 
  clear: both; 
  margin:0 0 15px 0;
}
.tabs li { 
  display: inline; 
  margin:0;
}
.tabs li a { 
  background: #F5F6F6; 
  padding:5px 20px; 
  float:left; 
  text-decoration: none; 
}
.tabs li.active a,
.tabs li.hover a { 
  background: #526AA7; 
  color:#fff;
}
.panes {   
}

.price-perf table {
  /*margin-bottom: 20px;*/
}
.price-perf table tr:hover{
  background-color:#efefef;
  border-color:#878CC7;
}
.price-perf table td{
  vertical-align:bottom;
}
.price-perf table a{
  text-decoration:none;
}
.price-perf table tr.heading-row,
.price-perf table tr.heading-row:hover
{
  background-color:#8C85B8;
  color:#fff;
  font-size:11px;
  text-align:center;
  font-weight:bold;
}
.price-perf table tr.mf-heading,
.price-perf table tr.mf-heading:hover
{
  background-color:#009FC3;
  color:#fff;
  font-size:11px;
  text-align:center;
  font-weight:bold;
}
.price-perf table tr.mf-sub-heading,
.price-perf table tr.mf-sub-heading:hover
{
  background-color:#E0F2F7;
  color:#009FC3;  
  font-weight:bold;
}

.price-perf table tr.alts-heading,
.price-perf table tr.alts-heading:hover
{
  background-color:#5C9731;
  color:#fff;
  font-size:11px;
  text-align:center;
  font-weight:bold;
}
.price-perf table tr.alts-sub-heading,
.price-perf table tr.alts-sub-heading:hover
{
  background-color:#EAF0E2;
  color:#5C9731;  
  font-weight:bold;
}

.price-perf table tr.bullion-heading,
.price-perf table tr.bullion-heading:hover
{
  background-color:#C8890E;
  color:#fff;
  font-size:11px;
  text-align:center;
  font-weight:bold;
}
.price-perf table tr.bullion-sub-heading,
.price-perf table tr.bullion-sub-heading:hover
{
  background-color:#f7e2bb;
  color:#C8890E;   
  font-weight:bold;
}

.price-perf table tr.cls-heading,
.price-perf table tr.cls-heading:hover
{
  background-color:#939598;
  color:#fff;
  font-size:11px;
  text-align:center;
  font-weight:bold;
}
.price-perf table td.bullion-divider
{
  border-left-color:#C8890E;  
}
.price-perf table tr.tax-heading,
.price-perf table tr.tax-heading:hover
{
  background-color:#939598;
  color:#fff;
  font-size:11px;
  text-align:center;
  font-weight:bold;
}
.price-perf table tr.tax-sub-heading,
.price-perf table tr.tax-sub-heading:hover
{
  background-color:#E6E7E9;
  color:#939598;  
  font-weight:bold;
}


.sub-heading-row {
  background-color:#e7e6f2;
}
.fund-name {
  width:41%;
}
.fund-code{
  width:20%;
}
.fund-price{
  width:13%;
}
.fund-price{
  width:13%;
}
.fund-daily-change
{
  width:13%;
}
.centered {
  text-align:center;
}
.centered-number {
  text-align:right;
  padding: 0 50px 0 0;
}
.pp-date {
  float:right;
  font-weight:bold;
  font-size:12px;
}
#main .mtd-ytd-disclaimer{
    /*margin-top:-20px*/  	
}
.pp-date .disclaimer{
    font-weight:normal;
	font-size:11px;  	
}
.market-date {
	margin-right:190px;
}
.market-date-fr {
	margin-right:110px;
}
.pp-h2,
.pp-h1{
  float:left;
  clear:both;
  margin:0;
}
.fund-name-perf {
  width:30%;
}
.fund-mtd,
.fund-ytd,
.fund-1yr,
.fund-3yr,
.fund-5yr,
.fund-10yr {
  width:7%
}
.fund-inception {
  width:10%	
}
.fund-launch {
  width:11%;
}
.centered-number-perf {
   text-align:right;
  padding: 0 25px 0 0;
}
.fund-name-i {
  width:20%;
  text-align:left;
}
.fund-mtd-i,
.fund-ytd-i,
.fund-1yr-i,
.fund-3yr-i,
.fund-5yr-i,
.fund-10yr-i,
.fund-inception-i {
  width:6%  
}
.fund-perf-data-i {
   text-align:right;
  padding: 0 10px 0 0;
}
.fund-name-i-estimate {
  width:60%
}
.fund-mtd-i-estimate {
  width:20%
}
.fund-ytd-i-estimate {
  width:20%
}
.fund-perf-est-data-i {
   text-align:right;
  padding: 0 52px 0 0;
}
h2.offshore-data-h2 {
	float:left;
}
.offshore-date {
	float:right;
	font-weight:bold;
}
/***************************************
 * MAAG
 ***************************************/
.maag-list {
  list-style:none;
  margin:0;
  padding:0;
}
.maag-list li{
  list-style:none;
  margin:0 0 10px 0;
}
/***************************************
 * MAAG Sign up form styles
 ***************************************/
.table-maag 
{
  margin-top:25px;
  margin-left:105px;
}
.table-maag td,
.table-maag td td
{
  border-width:0;
  font-weight:bold;
  color:#526AA7;
}

/***************************************
 * Conference calls
 ***************************************/
.conference-table{
  width:97%;
}
.conference-table td{  
  border-width:0;
}
.conference-heading {
  background-color:#e4e4e4;
  color:#2F2A52;
  font-weight:10px;
  font-weight:bold;
  background-image: url(/media/21523/arrow1.png);
  background-repeat:no-repeat;
  bakckground-position:12px 5px;
  padding-left:20px;
  border:solid 1px #c2c1c1;
  border:solid 1px #f3f3f3;
}
.conference-heading p{  
  margin:0;
  padding:0;
}


/***************************************
 * fund comparison styles
 ***************************************/
.fund-compare-list {
  list-style:none;
  margin:0 0 15px -10px;
  padding:0;
  font-size:12px;
}
.fund-compare-list li{
  border:none;  
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display:block;   
  line-height:normal;
  border:solid 1px #e4e4e4;
  border-bottom-width:0;
  list-style-type:none;  
}
.fund-compare-list li:hover{
  background-color:#efefef;  
}
.fund-compare-list li.Mutual{
  background-color:#009FC3;
  padding:5px 5px 5px 5px; 
  color:#fff;
  font-weight:bold;  
}
.fund-compare-list li.Alternative-Strategy{
  background-color:#5C9731;
  padding:5px 5px 5px 5px;   
  color:#fff;
  font-weight:bold;
}
.fund-compare-list li.Bullion{
  background-color:#C8890E;
  padding:5px 5px 5px 5px; 
  color:#fff;
  font-weight:bold;  
}
.fund-compare-list li.Tax-Efficient{
  background-color:#939598;
  padding:5px 5px 5px 5px;   
  color:#fff;
  font-weight:bold;
}
.fund-compare-list li.Closed-End{
  background-color:#939598;
  padding:5px 5px 5px 5px;   
  color:#fff;
  font-weight:bold;
}

.fund-compare-list li a.selected{
  background-repeat:no-repeat;
  background-color:#fff; 
  background-position:-7px 0;   
  font-weight:normal;
}
.fund-compare-list li.Mutual-item a.selected{
  background-image: url(/media/50874/icon-mutual.gif);    
}
.fund-compare-list li.Alternative-Strategy-item a.selected{
  background-image: url(/media/50859/icon-alt-strategy.gif);
}
.fund-compare-list li.Bullion-item a.selected{
  background-image: url(/media/50864/icon-bullion.gif);
}
.fund-compare-list li.Tax-Efficient-item a.selected{
  background-image: url(/media/50879/icon-tax-effcient.gif);
}
.fund-compare-list li.Closed-End-item a.selected{
  background-image: url(/media/50869/icon-closed-end.gif);
}





.fund-compare-list li a{
  color: #2F2A52;
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding:5px 5px 5px 5px; 
  margin:0;       
}

.fund-compare-list li a:hover{
  display:block;
  text-decoration:none;  
  color:#000;  
}
.fund-compare {
  overflow:auto;
  font-size:12px;
  margin:15px 0 15px 0;    
}
.fund-compare td{
  width:100px;
}
.fund-compare tr:hover,
.fund-compare tr:hover .col1{
  background-color:#C5C5C5;
}
.fund-compare .col1{
  font-weight:bold;
  font-size:11px;
  background-color:#efefef;
}
.fund-compare .row1{
  font-weight:bold;
  font-size:11px;
  color:#3F3A66;
  background-color:#e0ddf8;
}
.fund-compare td.Mutual{
  background-color:#009FC3;
  padding:5px 5px 5px 5px; 
  color:#fff;
  font-weight:bold;  
}
.fund-compare td.Alternative-Strategy{
  background-color:#5C9731;
  padding:5px 5px 5px 5px;   
  color:#fff;
  font-weight:bold;
}
.fund-compare td.Bullion{
  background-color:#C8890E;
  padding:5px 5px 5px 5px; 
  color:#fff;
  font-weight:bold;  
}
.fund-compare td.Tax-Efficient{
  background-color:#939598;
  padding:5px 5px 5px 5px;   
  color:#fff;
  font-weight:bold;
}
.fund-compare td.Closed-End{
  background-color:#939598;
  padding:5px 5px 5px 5px;   
  color:#fff;
  font-weight:bold;
}
.instructions {
  height:15px;
}

/***************************************
 * Login page
 ***************************************/
.login {
  width:370px;
  margin-left:280px;
  margin-top:60px;
  padding:20px;
  border:solid 1px #526aa7;
  background-color:#e3eafb;
}
.login h1{
  text-align:center;
}
.login table{
  margin-bottom:10px;
  margin-top:10px;
}
.login td{
  border-width:0;
}
.login td.col1{
  text-align:right;
  vertical-align:middle;
  font-weight:bold;
}

.login td label{
  color:#526aa7;
}
.login p{
  font-size:12px;
  text-align:center;
}

/***************************************
 * FAQs
 ***************************************/
.faqs h4 {
 margin-top:15px; 
}
.question {
  color: #526aa7;
  margin:5px 0;  
}
.question:hover {
   text-decoration:underline;
 }
.answer {
  background-color:#F5F6F6;
  padding:20px 20px 10px 20px;
  margin-top:0;
}
.selected {
 font-weight:bold;
 background-color:#526aa7;
 padding:20px;
 margin-bottom:0;
 color:#fff;
}


/***************************************
 * Sales Territories
 ***************************************/
.sales-teritories h4 {
 margin-top:15px; 
}
.territory {
  color: #526aa7;
  margin:0;
  cursor:pointer;
  border-top:1px solid #efefef;
  padding:0;  
}
.territory:hover {
 background-color:#F5F6F6;
 text-decoration:none; 

}
.territory a,
.territory a:hover{
  color: #444;
  text-decoration:none;
}
.territory table{
   width:600px;
}

.territory td{
  border-width:0;
  width: 50%;
  
}
.territory p{
  margin:0;  
}
.territory h2{
  font-size:13px; 
  margin:0;
  font-family:Arial, Helvetica, sans-serif; 
 
}
.territory:hover {
   text-decoration:underline;
 }
.territory-data {
  background-color:#F5F6F6;
  padding:10px;
  margin-top:0;
  border:1px solid #788BBD;
}
.territory-data td{
  border-width:0;
  width:50%;
}
.selected-territory,
.selected-territory:hover {
 background-color:#363B74;
 padding:10px;
 margin-bottom:0;
 color:#fff;
}
.selected-territory td{
 border-width:0;
 color:#fff;
 width:50%;
}
.ontario-reps {
	width: 300px; 
	margin-right: 20px; 
	float: left;
	border-left:solid 2px #e4e4e4;
	border-right:solid 2px #e4e4e4;
	border-top:solid 1px #e4e4e4;
	border-botton:solid 1px #e4e4e4;
}
.ontario-reps td {
	border-right-width:0;
	border-left-width:0;
}



/***************************************
 * manager in the media pages
 ***************************************/
.container .mim-person {
  width:157px;

}
div.mim-person img{
  border: solid 1px #E4E4E4;
  margin-bottom:2px;
}
div.mim-person a {
  text-decoration:none;
}
div.mim-person h3 {
  margin:20px 0 2px 0;
}
.mim-person .fund-list{
  font-size:12px;  
}
.ie7 .mim-person .fund-list,
.ie8 .mim-person .fund-list,
.ie9 .mim-person .fund-list{
  margin-top:10px;
}
.mim-person .fund-list ul{
  list-style:none;
  margin:0;
  padding:0;
}
.mim-person .fund-list li{
  border:none;  
  padding: 0;
  margin: 0px 0px 0px 0px;
  display:block;   
  line-height:normal;

  list-style-type:none;  
}
.mim-person .fund-list li a{
  color: #2F2A52;
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding: 2px 5px 2px 0px;
  margin:0;  
}
.mim-person .fund-list li a:hover{
  display:block;
  text-decoration:none;
  background-color:#3F4487;
  color:#fff;
  padding: 2px 5px 2px 5px;
  
}

/***************************************
 * media items
 ***************************************/ 
.container .mim-web {
  width:500px; 
  margin-top:5px;
}
.media-items-web {
  margin:0;
  padding:0;
  
}
.media-items-web li{
  clear:both;
  padding:5px;
  margin:1px 0;  
  list-style:none;
  border:solid 1px #fff;
  font-weight:bold;
  border-bottom-color: #E4E4E4;
  
}
.media-items-web li:hover{
  background-color:#EFEFEF;
  border:1px solid #E4E4E4;
  
}
.media-items-web li .small{
  font-weight:normal;  
}
.media-items-web li a{
  display:block;
  text-decoration:none;  
}
.media-items-web li:hover a,
.media-items-web li:hover .small{
  ;    
}
.media-items-web img{
  width:50px;
  height:50px;
  float:left;
  margin-right:10px;
}
.manager-column {

  
}

.container .mim-radio {
  width:243px;
  margin-top:-65px;
  
}
.ie7 .radio-header,
.ie8 .radio-header,
.ie9 .radio-header {
  margin-bottom:-5px;
}

/***************************************
 * institutional
 ***************************************/
.institutional-wrap{
  margin-top:40px;
  background-color: #fff;
}
.inst-inner{
  padding: 10px 20px 0 20px;
}

/***************************************
 * corporate class fund codes
 ***************************************/
table.corporate-class-codes {
  margin-bottom: 20px;
}
table.corporate-class-codes td{
  text-align:center;
}
table.corporate-class-codes a{
  text-decoration:none;
}


table.corporate-class-codes tr:hover{
  background-color:#efefef;
}
table.corporate-class-codes tr.heading-row,
table.corporate-class-codes tr.heading-row:hover
{
  background-color:#939598;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
}
table.corporate-class-codes tr.subheading-row,
table.corporate-class-codes tr.subheading-row:hover
{
  background-color:#BCBEC0;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
}
table.corporate-class-codes td.fund-name
{
  text-align:left;
}

/***************************************
 * blank page styles
 ***************************************/
.blank {
  margin:10px;
}
.blank p{
  margin:5px;
}
.blank td {
 border-width:0; 
}

/***************************************
 * generalstyles
 ***************************************/

.debt-widgets{	
}
.debt-widgets .widget{	
text-align:center;
background-color:#F5F6F6;
padding:10px 0;
border:solid 1px #CCCCCC;
margin:5px 0;
}

/***************************************
 * generalstyles
 ***************************************/
.h2-alt{
	
}
.image-left{
  float:left;
  padding:0 10px 10px 0;
}
.image-right{
  float:right;
  padding:0 0 10px 10px;
}
.image-stack{
  margin:0 0 7px 0;
  clear:both;
}
.small-bold {
  font-weight:bold;
  font-size:11px;
}
.small {  
  font-size:11px;
}
.smaller {  
  font-size:11px;
}
.smaller-bold {  
  font-size:11px;
  font-weight:bold;
}
.box1 {
 padding:5px 0 0 10px;
 display: block; 
 float:left;
}
.blue{
  color:#363B74;
}

.sprott-blue {
  color:#3f3a66;
}
.paperbox-wrap {
  width:600px;
  margin-left:auto;
  margin-right:auto;  
}
.paperbox
{
  position: relative;  
  padding: 25px;
  margin:10px 0 0 0 ;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.1);
  border:solid 1px #999;
}
.maag-header {
	background-image:url(/images/Markets-At-A-Glance.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#2E3263;
	height:100px;
	margin:-25px -25px 25px -25px;
	padding:5px 0;
}
/*.ie7 .paperbox, 
.ie8 .paperbox {
 border:solid 1px #999;
 background-color:#efefef;
}*/

.paperbox:before, .paperbox:after
{
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
} 

.paperbox:after
{
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

.audio-link {
   background-image: url(/media/21542/audio-icon.png);
  background-repeat:no-repeat;
  padding-left:20px;
}
.presentation-link {
   background-image: url(/media/21547/presentation-icon.png);
  background-repeat:no-repeat;
  padding-left:20px;
}
.no-borders td{
  border:none;
}
.light {
color: #747474;  
}
.black {
color: #000;  
}
.no-height {
  height:0px;
}
.boxes div img.gold-book {
  margin-top:15px;
  margin-bottom:15px;
}
a.pdf-link {
  text-decoration:none;
  margin:10px 0 10px 0;  
  display:block;
  padding:5px 5px 5px 30px;
  background-color:#363b74;
  background-image:url(../media/4945/pdf_icon.png);
  background-repeat:no-repeat;
  background-position:5px 5px;
  color:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.pdf-link {
  background-color:#036;
}
.punch,
a.punch {
	color:#cd5a13;
}

.advisor-region {
 width:300px;
 float:left;
 margin-right:10px;
}

.advisor-region ul{
  list-style:none;
  margin:0 ;
  padding:0 0 20px 0;
}
.advisor-region li{
  border:none;  
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 0px 0px;
  display:block;   
  line-height:normal;
  background-color:#F5F6F6;
  list-style-type:none;  
  border-top:solid 1px #efefef; 
}
.advisor-region li a{
  list-style-type:none;
  display:block;
  text-decoration:none;
  padding:5px 5px 5px 5px; 
  margin:0;
  
}
.advisor-region li a:hover{
  display:block;
  text-decoration:none;
  background-color:#EFEFEF;
}

.advisor-region li a span{
  margin-left:10px;
}
.data-table {
	margin-bottom:10px;
}
.data-table .top-row td{
	background-color:#3f3a66;
	color:#fff;
	font-weight:bold;
}
.data-table .sub-row td{
	background-color:#efefef;	
	font-weight:bold;
}
.data-table td.punch{
	background-color:#CD5A13;
	color:#fff;
	font-weight:bold;
}
.data-table td{
	text-align:center;
	
}
.data-table td.left-align,
.single-perf td.left-align{
	text-align:left;
}
.data-table tr.alt td{
	background-color:#efefef;
}
.data-table tr.over td{
	background-color:#788bbd;
	color:#fff;
}

.orange-box {
	border:solid 1px #cd5a13;
	padding:10px;
	margin-bottom:10px;
}
div.hover {
	padding:5px;
	margin-bottom:5px;
}
div.hover:hover {
	background-color:#EFEFEF;	
}
.hover a {
	display:block;
	text-decoration:none;
}

.button {
   border-top: 1px solid #686787;
   background: #423e75;
   background: -webkit-gradient(linear, left top, left bottom, from(#575384), to(#423e75));
   background: -webkit-linear-gradient(top, #575384, #423e75);
   background: -moz-linear-gradient(top, #575384, #423e75);
   background: -ms-linear-gradient(top, #575384, #423e75);
   background: -o-linear-gradient(top, #575384, #423e75);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #282d57;
   background: #282d57;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.button:visited {
   color: #fff;
   }   

div.big-button {
	display:block;
	background-color:#282C57;
	color:#fff;	
	padding:5px;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;  
}
div.big-button p{
  line-height: 1.2em;
}
div.big-button:hover {
	background-color:#3A4081;
	border-radius: 0px;
}

div.big-button a,
div.big-button a:hover,
div.big-button a:visited{
	text-decoration:none;
}
div.big-button a h3,
div.big-button a li,
div.big-button a p{
	color:#fff;
	text-decoration:none;	
	padding:5px;
}
div.big-button  a h3 {
	margin-bottom:10px;
	font-size: 16px;	
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
div.big-button:hover  a h3 {
	color:#CD5A13
}

.home-feature-table-2 {
	width:90%
}
.home-feature-table-2 td{
	text-align:center;
	width:50%;
	border-color:#3f4487;
	background-color:#fff;
	color:#3f4487;
}
.home-feature-table-2 td .bignum{
	font-weight:bold;
	font-size:30px;

}
.sprott67,
div.big-button a h3.sprott67 {
	font-weight:normal;
}
.imagelh{
	float:left;
	margin: 0 5px 5px 0;
}
.imagerh{
	float:right;
	margin: 0 0 5px 5px;
}

/*PRECIOUS METALS WATCH*/
.pmw-lead {
  padding:20px 150px 20px 20px;
  border: 1px solid #353A72;
  background-color:#EBEBEB;
  color:#353A72;
  margin:5px 0 15px 0;
  background-image:url(../images/ui/pm-lead-bg.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
}
.pmw-lead .context {
  font-size:9px;
  font-weight:normal;
  padding:0px 0px 0px 0px; 
  letter-spacing:0.3em;
  color:#444; 
  margin-bottom: 10px; 
}
.pmw-h1{
  font-size:45px;

}

.pmw-lead h2{
  color:#353A72;
  font-size:20px;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:normal;
  font-weight:bold;
}
.pmw-article {
  
}
.pmw-article .context {
  font-size:9px;
  font-weight:normal;
  padding:0px 0px 0px 0px; 
  letter-spacing:0.3em;
  color:#444;  
  margin-top:20px;
}
.pmw-h1{
  font-size:45px;

}

.pmw-article h2{
  color:#353A72;
  font-size:24px;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:normal;
  font-weight:bold;
  
}
.pmw-sub {
  margin-top: 40px; 
}
.pmw-sub td{  
  padding:2px 0;
  font-size:11px;
}
.pmw-sub .submit{ 
  padding:5px 20px ;
  font-size:14px;
  color:#fff;
  background-color:#363b74;
  border:hidden;
}
.gray1 {
  color:#A5B3AB;
}

.institutional-table td{
	background-color:#51842B;
	border:solid 1px #5C9731;	
	color:#fff;
}
.institutional-table td:hover{
	background-color:#5C9731;
}

.institutional-table td a {
	color:#fff;
}
.contact-box{
  margin:20px 20px 20px 0px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#F5F6F6;
  padding:20px 20px 20px 20px;
  float:left;
  width: 240px;
  height:180px;
}
.contact-box-fr{
  height:210px;
}
.contact-box h3{
  font-size: 18px;
}
ul.small-bullets{
  margin-left: 20px;
  padding-top: 20px;
  margin-right: 10px;
  clear: both;
}
ul.small-bullets li{
  list-style: disc;
  font-size: 12px;
}

.landing-1{
	margin-top:40px;
  	background-color: #fff;
  	padding:40px 70px 50px 70px;
  	font-size: 16px;
}
.landing-2{
	margin-top:40px;
  	background-color: #fff;
  	padding:30px 40px 30px 40px;
  	font-size: 16px;
}
.landing-2 .col1{
	width:530px;
	margin-right: 30px;
	float: left;
}
.landing-2 .col2{
	width:300px;	
	float: left;
	font-size: 13px;	
}
.landing-2 .col2 .col2inr{	
	background: whitesmoke;
  border: solid 1px #e6e6e6;
	padding: 15px;
	margin-bottom: 10px;
}
.landing-2 h2{	
	font-family: arial;
	font-weight: bold;	
	font-size: 20px;
   color: #444;
}
.landing-1 h1{
	font-size: 36px;
}
.landing-1 h2{
	font-size: 20px; 
}
.landing-2 .col2  td.col1,
.landing-2 .col2  td.col2{  
  width:50%;
}
.landing-1 .intro{
	font-size: 19px;
	color: #444;
}
.landing-1 .video-wrap{
	padding: 15px;
	background: whitesmoke;
  border: solid 1px #e6e6e6;
  margin-bottom: 40px;
}
.landing-1 .video-wrap iframe{
	float:left;
}
.landing-1 .playlist{
	float:right;
	width:220px;
}
.landing-1 .playlist ul{
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  border-top: solid 1px #363b74;
}
.landing-1 .playlist li{
  margin-left: 0;
  padding: 5px 5px 5px 5px;
  list-style: none;
  border-bottom: solid 1px #363b74;
}

.landing-1 .playlist a{  
  display:block;
  text-decoration:none;
  padding-left:10px;
  background-image:url(../images/chevron1.png);
  background-repeat:no-repeat;
  background-position:0px 5px;
}
.landing-1 .playlist a:hover{
	color:#000;
	
}
.landing-1 .landing-row {
	margin-top:30px;
}
.landing-1 .landing-row .col3{
	width:250px;
	float:left;		
}
.landing-1 .landing-row .col3 .inr{
	
	height:380px;
	
}
.landing-1 .landing-row .col3  p{
	
	font-size: 14px;
}
.landing-1 .rh{
	margin-right:30px;
}
.landing-1 .landing-row .col3  h2{
	font-size: 18px;
	font-weight: normal;
}
.landing3{

    background-color: #fff;    
    font-size: 16px;
}
.landing3 .widget{
  background-color:#f0f0f8;
  color:#2e3263;
  padding:10px 20px 20px 20px;
  border:solid 1px #c3c3dd;  
  margin:30px 40px 10px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.landing3 .widget h2{
  font-size:22px;
}
.landing3 .widget .input-widget{
  background-color:#c3c3dd;
  color:#fff;
  padding:10px;
  margin-bottom: 10px;  
  
}
.landing3 .left,
.landing3 .right{
  width:50%;  
  
}

.srac {
padding: 15px;
background: whitesmoke;
border: solid 1px #e6e6e6;
margin-bottom: 40px;
}
.srac-pics{
  float: right;
  margin-left: 20px;
}

.bridge-team td{
  vertical-align: middle;
}

.bridging-codes{
}

.bridging-codes td{
  font-size: 12px;
}
.bridging-codes tr.hdr1{
   background-color:#8C85B8;
  color:#fff;
  font-size:11px;  
  font-weight:bold;
}
.bridging-codes tr.hdr2{
  background-color:#e4e4e4;  
  font-size:11px;    
}


/*.sgdm-promo{
  z-index: 10;
  position: fixed;
  left: 0px;
  bottom: 0px;
  
  background-color: #000;
  width: 100%;
  color: #fff;
  padding:5px 15px 0px 0px;

  -webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.75);
  
}
.sgdm-promo .container{

  background-image:url(../images/ui/sgdm-bg1.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  padding:20px 40px 10px 40px;
}

.sgdm-promo img {
  float: left;
  clear: none;
  margin-right: 40px;
  width: 125px;
}
.sgdm-promo .name {
  font-size:40px;
}
.sgdm-promo .copy {
  font-size:25px;
  margin-top: 0px
}
.sgdm-promo .go {
  font-size:25px;
  margin-top: 35px;
  color:#fff;  
}
.sgdm-promo .go a {
  color:#fff;
  text-decoration: none;
}
.sgdm-close{
  float: right;
  margin-right: 5px;
  border:solid 1px #fff;
  padding: 5px;  
  cursor:default;
}*/

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
.hidden-inline { display: none;}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  header .nav {
    display:none;
    height:0;
    }
  footer {
    display:none;
  height:0;
  }
























































































































































































































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

h4 {

}

h5 {

}

h3 {

}

.small {

}

.audio-link {

}

.presentation-link {

}

.small-bold {

}

h4 .sprott-blue {

}

h6 {

}

