@import url('//fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
@import url('//fonts.googleapis.com/css?family=Merriweather:300');
@import url('//fonts.googleapis.com/css?family=Open+Sans');
@import url('//fonts.googleapis.com/css?family=Merriweather:300|Montserrat:400,600,700,800|Open+Sans');
@import url('//fonts.googleapis.com/icon?family=Material+Icons');

.flex {
  display: flex;
}

.flex-end {
  justify-content: flex-end;
}

.flex-align-items-center {
  align-items: center;
}

.flex-justify-center {
  justify-content: center;
}

.hideit {
  display: none;
}

body {
  font-size: 1em;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.nw-text-xs {
  text-decoration: underline;
}

.skip-nav {
  background: transparent;
  color: #212121;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-left: 45%;
}

.site-header {
  background-color: #ffffff !important;
  min-height: 80px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top:0;
  left:0;
  right:0;
  z-index: 999;
}

.wrapper {
  margin-top: 80px;
}

footer.footer  {
  margin-top: 2em;
  width: 100%;

  background-color: #222;
  color: #c9cac8;
  padding-bottom: 1em;
  padding-top: 2em;
  font-family: nw-primary,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 14px;
}


.footer-copyright-text {
  color: #0e0e0e;
}

.footer-links,
.footer-links a,
.footer-links a:visited,
.footer-links a:hover {
  display: flex;
  justify-content: center;
  color: #0e0e0e;
}

.footer-link-separator {
  margin-left: .75em;
  margin-right: .75em;
}

.content-heading {
  margin-top: 2em;
  font-weight: 400;
  margin-bottom: 1em;
  color: #0b3a5d;
}

.subcontent-heading {
  font-weight: 400;
  margin-bottom: 0.5em;
  color: #0b3a5d;
}

.def-row {
  margin-bottom: 0.5em;
}

.navbar-brand svg {
  height: 60px;
  width: 202px;
}

.disclaimer {
  margin-top: 6em;
  margin-bottom: 3em;
}

.disclaimer .row {
  margin-top: 3em;
  margin-bottom: 3em;
}

.footer_logo {
  color: #fff;
}

.footer_logo svg {
  height: 65px;
  width: 88px;
  max-width: 175px;
  fill: currentColor;
}

.footer .footer_row {
  margin-bottom: 15px;
}

.footer .footer_row_border {
  border: 1px solid #c9cac8;
  padding: 5px;
}

.phone {
  margin-right: 0.5em;
}

.nw-footer a, .nw-footer a:active, .nw-footer a:visited {
  color: #fff!important;
}

.nw-footer__third-party a {
  margin: 0 10px;
}

.nw-footer__third-party a {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}

.nw-footer__third-party a:active, .nw-footer__third-party a:focus, .nw-footer__third-party a:hover {
  background-color: #333;
}

dl, ol, ul {
  margin-bottom: 26px;
  list-style-position: outside;
  line-height: 1.75;
}

.nw-footer__social {
  list-style: none;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.nw-footer__social li:first-child {
  margin-left: 0;
}

.nw-footer__social li {
  float: left;
  padding: 5px;
  margin: 0 10px;
}

.nw-footer__social a:focus, .nw-footer__social a:hover {
  background-color: #333;
}

.nw-footer__social a:focus svg, .nw-footer__social a:hover svg {
  fill: #fff;
  background-color: #333;
}

.nw-footer__logo a, .nw-footer__social svg {
  display: block;
}
.nw-footer__social a {
  height: 40px;
}
.nw-footer__social svg {
  height: 40px;
  width: 40px;
  fill: #87898b;
}
.nw-outer-bottom {
  margin-bottom: 20px!important;
  text-decoration: underline;
}
footer .business-partners-links span:after, footer .nw-footer-secondary-links span:after, footer .nw-outer-bottom span:after {
  display: inline-block;
  content: "|";
  padding: 0 5px;
}
.footer .footer_row_final {
  margin-bottom: 0px;
}

.disclaimer,
.main-content {
	max-width:90%;
}

 ul.dropdown-menu {
	overflow-y:auto;
	max-height: 12em;
}

.ff_dd {
	margin-top: 0.5em !important;
}

.ff_dd[data-state=open] ul.dropdown-menu {
	display: block;
	box-shadow: 3px 6px 5px 0px rgba(196, 196, 196, 0.18), -1px 2px 5px 0px #E8E8E8;
	border-radius: 4px;
}

.ff_dd[data-state=open] ul.dropdown-menu li a{
	padding-left: 10px; 
	padding-right:10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
}

.ff_dd ul.dropdown-menu li[is_li_match="0"] {
	display: none;
}

.ff_dd[data-state=open] ul.dropdown-menu li a:hover {
	border-radius: 4px;
}

.dropdown-toggle:after {
	display: none !important;
}

.tableFunds[filtered="1"] div[is_match="0"],
.tableFunds[filtered="1"] div[is_match="1"] div[is_match="0"] {
	display: none !important;
}

.ctrl_zone02 div, 
.ctrl_zone11 div {
	display: none !important;
}

.ff_collapse {
	display: none !important;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .5em .6em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #346094;
  color: #fff;
  margin-left: 1em;
  margin-right: 1em;
}

.button.hollow.nw-button--hollow-rebrand-vibrant-blue {
  text-decoration: none!important;
}

.button.hollow.nw-button--hollow-rebrand-vibrant-blue, a.button.hollow.nw-button--hollow-rebrand-vibrant-blue {
  color: #0047bb;
  background-color: transparent;
  border: 1px solid #0047bb;
}

.button.hollow.nw-button--hollow-rebrand-vibrant-blue:focus, .button.hollow.nw-button--hollow-rebrand-vibrant-blue:hover, a.button.hollow.nw-button--hollow-rebrand-vibrant-blue:focus, a.button.hollow.nw-button--hollow-rebrand-vibrant-blue:hover {
  color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2))),#0047bb;
  background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),#0047bb;
}

div[id^=jumpToZonemob] {
  display: none !important;
}