/*------BOX SIZING FOR RESPONSIVE LAYOUT, POLYFILL FOR IE8------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------CSS RESET--------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

::-webkit-scrollbar {
  display: block !important;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #c2c2c2;
  width: 30px;
  padding: 3px 0;
  height: 2px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

/*-----COLORS------*/
/*------TEXTURES-----*/
/*------FONTS------*/
/*------MIXINS--------*/
/*------RESPONSIVE GRIDS-------*/
.column_grid2 {
  width: 15%;
  float: left;
}

.column_grid3 {
  width: 23.5%;
  float: left;
}

.column_grid4 {
  width: 32%;
  float: left;
}

.column_grid5 {
  width: 40.5%;
  float: left;
}

.column_grid6 {
  width: 49%;
  float: left;
}

.column_grid7 {
  width: 57.5%;
  float: left;
}

.column_grid8 {
  width: 66%;
  float: left;
}

.column_grid9 {
  width: 74.5%;
  float: left;
}

.column_grid10 {
  width: 83%;
  float: left;
}

.column_grid11 {
  width: 91.5%;
  float: left;
}

.column_grid12 {
  width: 100%;
  float: left;
}

/*-----RESPONSIVE MARGINS-----*/
.gutter {
  margin-right: 2%;
}

.gutter2 {
  margin-right: 4%;
}

.gutter_6 {
  margin-right: 10.9%;
}

.no-boxsizing #masthead ul.mainnav > li {
  height: 50px;
}

body {
  background: none repeat scroll 0 0 #F8F8F8;
  color: #4C4C4E;
  font: 300 100% "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  text-rendering: optimizelegibility;
}

/*-----STRUCTURE------*/
.contain, .contain_masthead {
  margin: 0px auto;
  max-width: 1000px;
  width: 90%;
}

#masthead {
  height: 80px;
  position: relative;
  z-index: 1000;
}

#scrolling_ad {
  height: auto;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
	
}

#banner {
  background: #006098;
  width: 100%;
  position: relative;
}

#footer {
  margin-bottom: 50px;
}

#scroll_footer {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 2000;
  -webkit-transform: translateZ(0);
}

#scroll_nav {
  width: 100%;
  z-index: 2000;
}

#upper_buckets, .content_section, #proposal_contact {
  padding: 25px 0;
}

/*-----GENERAL CLASSES-----*/
p {
  font-size: 1em;
  line-height: 26px;
}
p em {
  color: #bb650e;
}

.strong {
  font-weight: bold;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.clear {
  clear: both;
}

sup {
  bottom: 5px;
  font-size: 0.7em;
  position: relative;
}

a {
  text-decoration: none;
  color: #006098;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
a[href^=tel] {
  color: #DDD;
  text-decoration: none;
}
a.contact {
  color: #DDD;
}

.bullets {
  list-style: disc;
  font-size: 1em;
  padding-left: 20px;
  margin-bottom: 20px;
}
.bullets strong {
  font-weight: bold;
}

.asofdate {
  color: #4C4C4C;
  font-size: 0.67em;
  font-weight: normal;
}

.orange {
  color: #bb650e;
}

.blue {
  color: #006098;
}

.yellow {
  color: #ae9a00;
}

.textureA {
  background: url(../images/patterns/graygrid.jpg) repeat;
}

.graytexture {
  background: url(../images/patterns/graycheckered.png) repeat;
}

table {
  border-collapse: collapse;
}

.center {
  text-align: center;
}

/*-----MASTHEAD------*/
#masthead {
  /*@include box-shadow( 1px 1px 3px 1px rgba(0, 0, 0, 0.28));*/
  background: url(../images/header-background.png) repeat-x;
}
#masthead .icons {
  float: right;
  height: 80px;
  padding-top: 20px;
  right: 10px;
  top: 20px;
  display: none;
}
#masthead .icons img {
  margin-right: 5px;
  cursor: pointer;
}

/*-----NAVIGATION-----*/
.nav {
  height: 80px;
  position: relative;
  display: block;
}
.nav > ul {
  float: right;
  right: 0;
}
.nav > ul > li {
  padding-top: 22px;
  line-height: 18px;
  color: #737373;
  cursor: pointer;
  float: left;
  height: 80px;
  text-align: center;
  width: 113px;
  border-right: 1px solid #c4c4c4;
  border-left: 1px solid #f2f2f2;
  z-index: 200;
  -webkit-transform: translateZ(0);
}
.nav > ul > li.single {
  padding-top: 30px;
}
.nav > ul > li.nomenu {
  width: 0%;
  border-left: none;
}
.nav > ul > li.nomenu2 {
  width: 0%;
  border-right: none;
}
.nav > ul > li ul {
  display: none;
}
.nav .nodrop a {
  text-decoration: none;
  color: #737373;
}
.nav .hover_block {
  background: url(../images/patterns/graycheckered2.png) repeat;
  width: 112px;
  height: 87px;
  position: absolute;
  top: 0;
  right: 1px;
  display: none;
  z-index: -1;
}

.logo_contain {
  position: absolute;
  width: 250px;
  z-index: 1000;
  cursor: pointer;
}
.logo_contain .logo {
  position: absolute;
  top: 10px;
  left: 18px;
}

/*------DROPDOWN------*/
.dropdown {
  background: url(../images/patterns/graycheckered.png) repeat;
  width: 100%;
  height: 0px;
  position: relative;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.28);
  display: none;
}
.dropdown .column_grid5, .dropdown .column_grid6, .dropdown .column_grid7 {
  min-height: 150px;
}
.dropdown .contain {
  overflow: hidden;
}
.dropdown .data {
  width: 75%;
}

.navslider {
  width: 500%;
  margin-top: 40px;
  float: left;
}
.navslider a {
  font-size: 1em;
  color: #006098;
  text-decoration: none;
}
.navslider a:hover {
  text-decoration: underline;
}
.navslider > li {
  width: 20%;
  float: left;
}
.navslider > li ul {
  margin-left: 40px;
}
.navslider > li li {
  padding-bottom: 7px;
}
.navslider h3 {
  margin: 20px 0 5px 0;
  font-size: 1.2em;
}
.navslider .first {
  border-right: 1px solid #ccc;
}
.navslider .second {
  border-left: 1px solid #f6f6f6;
}

.fundslider {
  overflow: hidden;
}
.fundslider ul {
  width: 1500px;
  margin: 0;
}
.fundslider li {
  width: 500px;
  float: left;
}
.fundslider .disclosure {
  font-size: .8em;
  margin-top: 15px;
}
.fundslider table {
  width: 70%;
  border-collapse: collapse;
}

/*------SUB NAVIGATION (UPPER_BC DROPDOWN MENU)-----*/
.subnav {
  background: #999a8f;
  display: none;
}
.subnav ul {
  height: 45px;
  margin-left: 30px;
}
.subnav li {
  float: left;
  font-size: .875em;
  height: 45px;
  line-height: 45px;
  margin-right: 30px;
}
.subnav li a {
  color: #FFF;
  text-decoration: none;
}
.subnav li:hover {
  color: #006098;
}

/*-----SCROLLING ADS-------*/
/*#scrolling_ad .advertisement {
  background: url(../images/scrollingads/eqlt-1920x460.gif);
  border-bottom: 1px solid #606060;
  background-position: center;
  position: relative;
  height: 300px;
}*/
#scrolling_ad .ribbon {
  /*position: absolute;*/
  /*background:url(../images/scrollingads/ribbon.png) repeat;*/
  top: 45px;
  width: 100%;
  padding: 16px 0;
  z-index: 1000;
  text-align: left;
}
#scrolling_ad .ad_header {
  font-family: "Rokkitt", serif;
  font-size: 2.3em;
  padding-top: 20px;
  text-align: left;
  text-shadow: rgba(25, 25, 25, 0.5) 1px 1px 2px;
  top: 25px;
  color: #0C6166;
  z-index: 1000;
}
#scrolling_ad .ad_header2 {
  bottom: 142px;
  color: #5c5c61;
  font-size: 11em;
  position: absolute;
  text-shadow: rgba(25, 25, 25, 0.5) 1px 1px 5px;
  text-transform: uppercase;
  z-index: 1000;
}
#scrolling_ad .tagline {
  color: #58595b;
  display: block;
  font-size: 1.75em;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(25, 25, 25, 0.5);
  width: 100%;
}
#scrolling_ad .tagline .subtag {
  color: #006098;
  display: block;
  font-size: 1.25em;
}
@media screen and (max-width: 1080px) {
  #scrolling_ad {
   	height: 300px;
  }
  /*#scrolling_ad .advertisement {
    height: 300px;
    background: url(../images/scrollingads/eqlt-1280x350.gif) no-repeat;
  }*/
  #scrolling_ad .ad_header {
    font-family: "Rokkitt", serif;
    font-size: 2.3em;
    padding-top: 20px;
    text-align: left;
    text-shadow: rgba(25, 25, 25, 0.5) 1px 1px 2px;
    top: 50px;
    color: #0C6166;
  }
  #scrolling_ad .ad_header2 {
    bottom: 109px;
    color: #5c5c61;
    font-size: 8.75em;
    position: absolute;
    text-shadow: rgba(25, 25, 25, 0.5) 1px 1px 5px;
    text-transform: uppercase;
  }
  #scrolling_ad .ribbon {
    bottom: 15px;
  }
}
@media screen and (max-width: 820px) {
  #scrolling_ad {
    height: 275px;
  }
  /*#scrolling_ad .advertisement {
    background: url(../images/scrollingads/eqlt-930x350.jpg) no-repeat;
    height: 275px;
  }*/
  #scrolling_ad .ad_header {
    font-family: "Rokkitt", serif;
    font-size: 1.6em;
    padding-top: 20px;
    text-align: left;
    text-shadow: rgba(25, 25, 25, 0.5) 1px 1px 2px;
    top: 50px;
    color: #0C6166;
  }
  #scrolling_ad .ad_header2 {
    bottom: 92px;
    color: #5c5c61;
    font-size: 7em;
    position: absolute;
    text-shadow: rgba(25, 25, 25, 0.5) 1px 1px 5px;
    text-transform: uppercase;
  }
  #scrolling_ad .tagline {
    font-size: 1.6em;
    width: 100%;
  }
  #scrolling_ad .ribbon {
    padding: 40px 0;
    bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #scrolling_ad {
    display: none;
  }
}

/*-------UPPER BUCKETS--------*/
#upper_buckets {
  background: url(../images/patterns/graygrid.jpg) repeat;
}
#upper_buckets .bucket {
  -webkit-box-shadow: rgba(0, 0, 0, 0.28) 1px 2px 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.28) 1px 2px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.28) 1px 2px 2px 1px;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=71);
  position: relative;
}
#upper_buckets h2 {
  padding: 40px 15px 45px 15px;
  font-size: 1.425em;
  font-weight: bold;
  text-align: center;
}
#upper_buckets .bar {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
#upper_buckets .first .bar {
  background: #bb650e;
}
#upper_buckets .second .bar {
  background: #006098;
}
#upper_buckets .third .bar {
  background: #ae9a00;
}
#upper_buckets p {
  padding: 0 6.25% 25px 6.25%;
}
#upper_buckets p.sub {
  color: #fff;
  display: none;
  padding-top: 20px;
  position: absolute;
  top: 0;
  font-size: .875em;
  line-height: 24px;
  z-index: 500;
}
#upper_buckets ul {
  padding-bottom: 20px;
}
#upper_buckets ul li {
  text-align: center;
  font-size: 1.35em;
  padding: 0 15px 10px 15px;
  line-height: 28px;
}
#upper_buckets .action {
  bottom: 15px;
  font-size: 1.3em;
  left: 20px;
  position: absolute;
  display: none;
  z-index: 1000;
  width: 80%;
}
#upper_buckets .action img {
  margin-left: 8px;
}
#upper_buckets a {
  color: #fff;
}
#upper_buckets a:hover {
  text-decoration: none;
}

/*----CONTENT BANNER-----*/
#banner h1 {
  color: #FFFFFF;
  font-size: 3.375em;
  padding: 25px 0;
  height: auto;
  font-family: "Rokkitt", serif;
  text-shadow: rgba(61, 61, 61, 0.5) 1px 1px 1px;
}

/*-----MAIN CONTENT-----*/
#main_content h1, #main_content h2 {
  color: #58595b;
  font-size: 1.8em;
  margin-bottom: 25px;
  font-weight: bold;
}
#main_content h3 {
  color: #006098;
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
}
#main_content h3.funddata {
  line-height: 40px;
  margin-bottom: 0;
}
#main_content h4 {
  color: #006098;
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: bold;
}
#main_content h4.margtop {
  margin-top: 30px;
}
#main_content img {
  max-width: 100%;
}
#main_content p {
  margin-bottom: 20px;
}
#main_content p.last {
  margin-bottom: 35px;
}
#main_content .sml p {
  width: 92%;
}
#main_content .strong {
  font-weight: bold;
}
#main_content .shadow {
  position: relative;
  width: 100%;
}

.content_section li {
  padding: 5px 0;
  line-height: 25px;
}

/*---------LITERATURE----------*/
ul.literature li {
  background: url("../images/icons/literature-icon.png") no-repeat scroll 0 8px transparent;
  padding: 11px 10px 11px 37px;
  margin-left: 5%;
}

/*-------RESPONSIVE SLIDER------*/
.slider {
  overflow: hidden;
}
.slider .funddata {
  /*-----PUT NUMBER OF ITEMS IN SLIDER AS ARG-----*/
  width: 300%;
}
.slider .funddata li {
  float: left;
  width: 33.33333%;
}

.pagers li {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #c6c6c6;
  color: none;
  padding-top: 0;
  text-align: center;
  font-size: 1.5em;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

/*-----------BUTTONS------------*/
.fundselect {
  float: right;
}
.fundselect li {
  background: #c6c6c6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 90px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin: 0px 0px 10px 7px;
  padding: 0;
}
.fundselect li:active {
  background: #BB650E;
}

.selector_box {
  background: #c6c6c6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 75px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin: 20px 10px 20px 0;
}
.selector_box:first-child {
  background: #BB650E;
}

.dataselect {
  float: right;
}
.dataselect li {
  background: #c6c6c6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: auto;
  line-height: auto;
  width: auto;
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  margin: 0 0px 7px 5px;
}
.dataselect li:first-child {
  background: #006098;
}

/*--------INFO BOXES--------*/
.circle {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #006098;
  color: white;
  padding-top: 10px;
  text-align: center;
  font-size: 1.5em;
  margin: 0 auto 25px;
}

.lit_box {
  background: url(../images/patterns/whitedotted.png) repeat;
  -webkit-box-shadow: rgba(50, 50, 50, 0.35) 0px 1px 4px;
  -moz-box-shadow: rgba(50, 50, 50, 0.35) 0px 1px 4px;
  box-shadow: rgba(50, 50, 50, 0.35) 0px 1px 4px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 20px;
}
.lit_box p {
  font-size: 0.9em;
}
.lit_box h3 {
  border-top: 10px solid #006098;
  padding-top: 10px;
}

.info_boxes {
  padding: 20px;
  background: url(../images/patterns/whitedotted.png) repeat;
  -webkit-box-shadow: rgba(50, 50, 50, 0.35) 0px 1px 4px;
  -moz-box-shadow: rgba(50, 50, 50, 0.35) 0px 1px 4px;
  box-shadow: rgba(50, 50, 50, 0.35) 0px 1px 4px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}
.info_boxes p {
  font-size: 0.9em;
}

/*-----PROPOSAL CONTACT SECTION-----*/
#proposal_contact {
  background: #5A5B5D;
  margin-bottom: 40px;
}
#proposal_contact h5 {
  color: #cecece;
  font-size: 1.75em;
  margin-bottom: 25px;
  font-weight: bold;
  font-weight: normal;
}
#proposal_contact h6 {
  color: #ae9a00;
  font-size: 1.16em;
  margin-bottom: 12px;
  font-weight: bold;
  font-weight: normal;
}
#proposal_contact .locations {
  border-left: 1px dashed #6e7072;
  float: left;
  padding: 0 7%;
  font-size: .875em;
  color: #DDD;
  height: 280px;
  margin-top: 50px;
}
#proposal_contact .border-right {
  border-right: 1px dashed #6e7072;
}
#proposal_contact ul {
  margin-bottom: 20px;
  line-height: 20px;
  font-style: italic;
}
#proposal_contact .loader {
  margin-top: 100px;
}
#proposal_contact p {
  color: #bababa;
}

/*-------PROPOSAL CONTACT FORM------*/
/*-------PROPOSAL CONTACT FORM------*/
.formA input, .formA textarea, .formA select, .formA .drop {
  background: none repeat scroll 0 0 #AFB1B5;
  border: 1px solid #525355;
  height: 30px;
  margin-bottom: 20px;
  color: #3C3D3E;
  padding-left: 2.8076923%;
  width: 39.6412877%;
}

.formA .dropShadow {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.28);
}

.formA textarea {
  height: auto;
  padding-top: 13px;
  color: #4C4C4E;
  font: 300 100% "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  text-rendering: optimizelegibility;
  font-size: .875em;
}

.formA .radio {
  display: block;
}

.formA .radioElement {
  background: none repeat scroll 0 0 transparent;
  height: auto;
  margin-right: 4px;
  /*width: 15px;*/
  width: auto;
  margin-bottom: 12px;
  padding-left: 0px;
}

.formA .wraper {
  display: inline;
  position: relative;
}

.formA .wraper span {
  color: #DDD;
  margin: 0 20px 20px 0;
  font-size: .975em;
}

.formA div label span.required {
	float: left;
}

.formA div span {
  color: #BABABA;
  font-size: 0.875em;
  margin: 0 20px 20px 0;
}

.formA label.error {
  color: #ea0000;
  font-size: 1.5em;
  left: -15px;
  position: absolute;
  top: 0;
}

.formA .error_message {
  color: #ea0000;
  display: none;
  margin-bottom: 10px;
}
.alert-error {color: #ea0000;}
.alert-error .close {display:none;}
.formA .drop {
  background: url("../images/dropdown-arrow.png") no-repeat scroll right center #afb1b5;
  float: left;
  overflow: hidden;
  padding-left: 0;
}
.formA .selectDropdown {
  background: none repeat scroll 0 0 #AFB1B5;
  border: 1px solid #525355;
  color: #3C3D3E;
  height: 30px;
  margin-bottom: 20px;
  padding-left: 2.80769%;
  width: 39.6413%;
}
.formA .marg_drop {
  margin-right: 11.7%;
}

.formA .sbutton {
  background: #bbbdc2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: auto;
  line-height: auto;
  width: 20%;
  cursor: pointer;
  text-align: center;
  color: #fff;
  display: block;
  border: 1px solid #B1B2B7;
  color: #4F5052;
  font-size: 0.8em;
  padding: 6px 11px;
  width: 100px;
  float: none;
}

.performance .column_grid3 {
  margin-top: 34px;
}

.marketcap {
  margin-left: 40px;
  margin-top: 35px;
}

/*-----SCROLLING FOOTER and  NAVIGATION----*/
#scroll_nav {
  background: #D6D6D6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.28) 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.28) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.28) 1px 1px 1px;
}
#scroll_nav li {
  float: left;
  margin-right: 30px;
  padding: 10px 0;
  cursor: pointer;
}

#scroll_footer {
  bottom: 0;
  font-size: .875em;
  background: url(../images/scroll-footer.jpg);
  -moz-box-shadow: -1px -1px 3px 1px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: -1px -1px 3px 1px rgba(0, 0, 0, 0.28);
  box-shadow: -1px -1px 3px 1px rgba(0, 0, 0, 0.28);
  -webkit-transform: translateZ(0);
}
#scroll_footer ul {
  float: right;
  margin-top: 11px;
}
#scroll_footer li {
  float: left;
  margin-left: 30px;
}
#scroll_footer li a {
  color: #4C4C4E;
}
#scroll_footer img {
  float: left;
  margin-right: 5px;
  margin: 8px 5px 0 0;
  cursor: pointer;
}
#scroll_footer span {
  display: block;
  float: left;
  line-height: 40px;
  margin-right: 15px;
}
#scroll_footer a:hover, #scroll_footer li:hover, #scroll_footer span:hover {
  text-decoration: none;
  color: #006098;
  cursor: pointer;
}
#scroll_footer strong {
  font-weight: 700;
}

/*----DAILY NAV-----*/
h2 .asofdate {
  font-size: .55em;
}

.dailynav {
  border-collapse: collapse;
  padding: 0 10px;
  margin-bottom: 10px;
}
.dailynav td {
  border-bottom: none;
  padding-left: 20px;
  line-height: 24px;
  font-size: .82em;
}
.dailynav td.head {
  color: #006098;
  font-size: .91em;
}
.dailynav tr.border {
  border-bottom: 1px solid #CCC;
}

/*----RECENT NEWS-----*/
.news {
  width: 85%;
}
.news dt {
  clear: left;
  float: left;
  line-height: 26px;
}
.news dd {
  line-height: 26px;
  margin: 0 0 7px 100px;
  padding: 0 0 0.5em;
}
.news .date {
  margin-right: 3px;
}
.news .archive {
  display: none;
}
.news .recent, .news .archive {
  margin-bottom: 30px;
}

/*--------DISCLOSURES--------*/
.disclosure p {
  font-size: 0.8em;
  font-style: italic;
  line-height: normal;
  padding-bottom: 10px;
  margin: 0 !important;
}
.disclosure p strong {
  font-weight: bold;
}

/*-----FOOTER------*/
#footer h6 {
  color: #bb650e;
  font-size: 1em;
  margin-bottom: 15px;
  font-weight: bold;
}
#footer .lower_bc {
  padding-left: 2.2553191%;
  border-left: 1px solid #989898;
}
#footer ul {
  min-height: 100px;
}
#footer ul li {
  margin-bottom: 10px;
  font-style: italic;
  font-size: .875em;
}
#footer .copyright {
  margin-top: 20px;
  font-size: 0.8em;
}
#footer .elevate {
  float: right;
  width: 25%;
  height: 100px;
}
#footer img {
  float: right;
  width: 25%;
  height: 100px;
}

/*------DATA TABLES-----*/
table.data {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
table.data .data {
  display: block !important;
}
table.data td {
  border-bottom: 1px solid #CCC;
  line-height: 25px;
  padding: 2px 10px;
}
table.data td.sml {
  font-size: .8em;
}
table.data th {
  color: #fff;
  font-size: 1.25em;
  background-color: #58595b;
  border-right: 1px solid #CCC;
  padding: 5px 10px;
}
table.data td, table.data th {
  text-align: center;
  font-size: .9em;
  font-weight: normal;
}
table.data .classC, table.data .classI {
  display: none;
}
table.data .borderbottom {
  border-bottom: 1px solid #CCC;
}
table.data .noborder {
  border-right: none;
}
table.data .left {
  text-align: left;
}
table.data .right {
  text-align: right;
}
table.data strong {
  font-weight: bold;
}
table.data .shaded {
  background: #e4e3e3;
}

table.twocol td:last-child, table.twocol th:last-child {
  text-align: right;
}
table.twocol td:first-child, table.twocol th:first-child {
  text-align: left;
}

table.sml {
  width: 94%;
}

.fullborder table {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.fundinfo {
  font-size: .75em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 10px solid #006098;
  padding-top: 5px;
  margin-bottom: 25px;
}
table.fundinfo td, table.fundinfo th {
  text-align: left;
  padding: 2px 15px;
}
table.fundinfo th {
  background: none;
  color: #bb650e;
  padding-top: 10px;
  font-size: 1.155em;
}

.margtop {
  margin-top: 35px;
}

/*-------TAB SELECT------*/
.tabs {
  float: right;
  margin-bottom: 10px;
}
.tabs .btn {
  background: #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 75px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 5px;
  padding: 0;
}
.tabs .active {
  background: #006098;
}

/*------MEDIA QUERIES------*/
@media screen and (max-width: 930px) {
  #masthead .nav .hover_block {
    width: 95px;
  }

  .nav > ul > li {
    width: 95px;
    font-size: .875em;
  }

  #banner h1 {
    font-size: 3.125em;
    line-height: 46px;
  }

  .marg_2full {
    margin-right: 2%;
  }


  .intro .column_grid9 {
    width: 100%;
  }
  .intro .column_grid3 {
    width: 66%;
  }

  #proposal_contact .locations {
    float: none;
    border-left: none;
    height: auto;
  }
  #proposal_contact .second {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .column_grid3 {
    width: 31.3%;
  }

  .contain_masthead {
    width: auto;
  }

  #masthead {
    height: auto;
  }
  #masthead .column_grid6 {
    float: none;
    width: 100%;
  }
  #masthead .icons {
    display: block;
  }


  .dropdown {
    display: none !important;
  }

  .dataselect {
    float: none;
  }

  .nav {
    height: auto;
    display: none;
  }
  .nav > ul {
    float: none;
  }
  .nav > ul > li {
    float: none;
    width: 100%;
    border: none;
    height: auto;
    line-height: auto;
    background: #999a8f;
    color: #f1f1f1;
    border-bottom: 1px solid #888980;
    padding: 11px 0 !important;
    font-size: 1em;
  }
  .nav > ul > li.nomenu, .nav > ul > li.nomenu2 {
    display: none;
  }
  .nav > ul > li ul {
    margin-top: 12px;
  }
  .nav > ul > li ul li {
    padding-bottom: 7px;
    font-size: .9em;
  }
  .nav .nodrop a {
    color: #F1F1F1;
  }

  ul.literature li {
    background: none;
    padding: 0;
    margin: 0;
  }

  #upper_buckets .column_grid4 {
    width: 48%;
  }
  #upper_buckets .bucket {
    margin-bottom: 12px;
  }

  #scroll_nav li {
    margin-right: 25px;
    font-size: .9em;
  }

  .tabs {
    float: left;
    margin-bottom: 10px;
  }
  .tabs .btn {
    margin: 0 5px 0 0;
  }

  .disclosure p.strong {
    margin-top: 30px;
  }

  #proposal_contact h5 {
    font-size: 1.46em;
  }
  #proposal_contact .locations {
    border: none;
    height: auto;
    width: 100%;
    float: none;
    padding: 0;
  }
  #proposal_contact ul {
    line-height: 21px;
  }

  .formA input {
    height: 35px;
  }
  .formA input, .formA textarea {
    margin-bottom: 20px;
    padding-left: 2.80769%;
    width: 90%;
  }
  .formA select {
    width: 108%;
  }
  .formA .drop {
    width: 90%;
  }
  .formA .wraper br {
    display: none;
  }

  #footer .elevate {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .column_grid3, .column_grid4 {
    width: 48%;
  }

  .column_grid8, .column_grid9, .column_grid10, .column_grid7, .column_grid6 {
    width: 100%;
    float: none;
  }

  .marg_last {
    margin-right: 2%;
  }

  #scrolling_ad .large {
    font-size: 1.4em;
  }

  #proposal_contact .break, .content_section .break {
    margin-top: 30px;
  }

  #footer .column_grid3 {
    width: 33%;
  }

  .floatright {
    float: none;
  }

  .nav {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .column_grid5, .column_grid4, .column_grid3, #footer .column_grid3 {
    width: 100%;
    float: none;
  }

  #masthead .nav {
    display: block;
  }


  #scrolling_ad {
    display: none;
  }
  #scrolling_ad .advertisement {
    background: none;
  }

  #banner h1 {
    font-size: 2.2em;
  }

  #upper_buckets .column_grid4 {
    width: 100%;
    float: none;
  }
  #upper_buckets .bar {
    height: 15px;
  }

  .intro .sml, .intro .column_grid3 {
    width: 100%;
  }

  a[href^=tel] {
    color: #BABABA;
    text-decoration: none;
  }

  #proposal_contact .locations {
    float: none;
    width: 100%;
  }

  #scroll_footer .sitemap {
    display: none;
  }

  #footer .lower_bc {
    border-left: none;
    padding-left: 0;
  }
  #footer ul {
    display: none;
    min-height: auto;
  }
  #footer ul li {
    width: 100%;
    text-align: center;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer h6 {
    border-right: none;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 5px;
    font-size: 1.15em;
    cursor: pointer;
  }
}
@media screen and (max-width: 360px) {
  .content_section h2, .content_section h3 {
    font-size: 1.6em;
  }


  #upper_buckets p.sub {
    font-size: .9em;
    line-height: 24px;
  }
}
/*----- MOBILE TABLES------ */
@media only screen and (max-width: 768px) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 50%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 50%;
  }

  div.table-wrapper div.scrollable, div.table-wrapper div.scrollable2 {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td, table.responsive t, table.responsive2 td, table.responsive2 th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
