button, select, html, textarea, input {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

@media (max-width: 959px) {
  #main-container {
    width: 98%;
    margin-left: auto;
    margin-right: auto; } }

.strong {
  font-weight: bold; }

.bigger-top-margin {
  margin-top: 40px; }

.big-top-margin {
  margin-top: 30px; }

.normal-top-margin {
  margin-top: 20px; }

.small-top-margin {
  margin-top: 10px; }

.smaller-top-margin {
  margin-top: 5px; }

.big-bottom-margin {
  margin-bottom: 30px; }

.normal-bottom-margin {
  margin-bottom: 20px; }

.small-bottom-margin {
  margin-bottom: 10px; }

.smaller-bottom-margin {
  margin-bottom: 5px; }

.smaller-top-padding {
  padding-top: 5px; }

.small-top-padding {
  padding-top: 10px; }

.small-right-margin {
  margin-right: 5px; }

.normal-right-margin {
  margin-right: 10px; }

.big-right-margin {
  margin-right: 20px; }

.col-3-width {
  width: 75%; }

.relative {
  position: relative; }

.hyperlink {
  font-family: HelveticaNeue;
  color: #1965A1 !important; }

i.fa-exclamation-triangle {
  color: #f2d640;
  font-size: 25px;
  padding: 0 10px; }

.cell {
  font-weight: bold;
  font-size: small;
  background-color: #e1e6ed;
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #dadada;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.1em; }

.summary-note {
  font-size: 10pt;
  margin-bottom: 3px;
  margin-bottom: 20px;
  line-height: 18px;
  font-family: Roboto, "Helvetica Neue", sans-serif; }
  .summary-note p {
    color: rgba(0, 0, 0, 0.87); }
  .summary-note i {
    color: rgba(0, 0, 0, 0.87); }

.info-text {
  font-size: 10pt;
  line-height: 18px; }
  .info-text span {
    font-weight: bold; }

.result-subtitle {
  height: 24px;
  background-color: #EEEEEE;
  border-color: #DEDEDB;
  border-width: 1px;
  border-style: solid;
  font-family: verdana, tahoma, helvetica;
  font-size: 10pt; }

.result-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 26px;
  font-weight: normal; }

md-tabs-canvas {
  height: 30px; }
  md-tabs-canvas md-pagination-wrapper {
    height: 30px; }
    md-tabs-canvas md-pagination-wrapper .md-tab {
      color: #000 !important;
      cursor: pointer;
      font-size: 11px;
      padding: 2px 4px;
      text-transform: capitalize;
      border-left: 1px solid #CBCBCB;
      border-right: 1px solid #CBCBCB;
      border-top: 1px solid #dadada; }
    md-tabs-canvas md-pagination-wrapper md-ink-bar {
      color: #FFC637;
      background: #FFC637; }

md-tabs-content-wrapper {
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #dadada; }

md-toolbar._md {
  background-color: #00467e; }

md-list:not(:last-child) {
  border-right: 1px solid #656575; }

.broker-caption {
  font-size: 7pt; }

.terms {
  font-size: small; }

@media (min-width: 959px) {
  .chart-details-subtitle {
    min-height: 100px; } }

chart-details md-toolbar {
  border: 2px solid grey;
  min-height: 3.5rem;
  position: relative; }
  chart-details md-toolbar .detailchart-tooltip {
    padding-left: 0.5em;
    height: 300px;
    width: 400px;
    overflow: auto;
    position: absolute;
    background-color: #e7ecf7;
    border-color: #dededb;
    border-width: 1px;
    border-style: solid;
    right: 130px;
    top: 10px;
    color: #000000;
    z-index: 9999 !important;
    font-size: 13px; }

chart-details md-content {
  z-index: 0; }

.center-text {
  text-align: center;
  padding: 1rem; }

multi-step-container {
  border: 2px solid #CBCBCB;
  width: 650px;
  padding: 30px;
  line-height: 1.6em; }
  multi-step-container .question-container {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6em; }
    multi-step-container .question-container .question {
      font-size: 14px;
      margin-bottom: .3em;
      color: #000;
      font-weight: bold; }
    multi-step-container .question-container .md-label {
      font-size: 13px;
      color: #000;
      margin-left: 24px; }
    multi-step-container .question-container md-radio-button .md-container {
      width: 16px;
      height: 16px; }
    multi-step-container .question-container md-radio-button .md-off {
      width: 16px;
      height: 16px; }
    multi-step-container .question-container md-radio-button .md-on {
      width: 16px;
      height: 16px; }
    multi-step-container .question-container .warning {
      color: red;
      font-size: 13px; }
    multi-step-container .question-container md-checkbox .md-icon {
      width: 16px;
      height: 16px;
      border-width: 1px; }
    multi-step-container .question-container md-checkbox .md-container {
      width: 16px;
      height: 16px; }
    multi-step-container .question-container md-checkbox {
      margin-bottom: 2px; }
  multi-step-container svg {
    height: 120px; }
    multi-step-container svg .gauge-text {
      font-size: 1.2em; }

.terms {
  font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
  font-size: small; }

.instructions {
  padding: 10px; }

#calculate_button, #reset_button {
  margin-right: 10px; }

md-datepicker button.md-datepicker-button {
  display: none; }

button.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 8px;
  width: 8px;
  min-height: 0;
  min-width: 0;
  position: relative; }

.tooltip {
  padding: 1em;
  color: #000000;
  font-size: 11px;
  z-index: 100;
  position: absolute;
  top: 20px;
  max-width: 500px;
  border: 1px solid grey;
  box-sizing: border-box;
  background-color: #e7ecf7; }
  @media (min-width: 1024px) {
    .tooltip {
      width: 400px;
      left: -200px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tooltip {
      width: 250px;
      left: -100px; } }
  @media (max-width: 768px) {
    .tooltip {
      font-size: 9px;
      width: 150px;
      left: -80px; } }
  .tooltip span:first-child {
    font-weight: bold; }
  .tooltip span:last-child {
    font-weight: normal;
    width: 100%; }
@charset "UTF-8";
/**
  Output has Media queries but no .lt-ie9 and .no-mq fallbacks
  https://github.com/Team-Sass/breakpoint/wiki/No-Query-Fallbacks
**/
input::-ms-clear {
  display: none; }

body {
  -ms-overflow-style: scrollbar; }

.frontload {
  color: #417505 !important; }
  @media (min-width: 960px) {
    .frontload {
      font-size: 12px                   !important; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .frontload {
      font-size: 12px                   !important; } }

.backload {
  color: #50A2DA !important; }
  @media (min-width: 960px) {
    .backload {
      font-size: 12px                   !important; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .backload {
      font-size: 12px                   !important; } }

.noload {
  display: none !important; }

.sm-padding-right {
  padding-right: 5px; }

.red {
  color: #CC3C26 !important; }

.green {
  color: #417505 !important; }

.discount_chip {
  border: 1px solid #8c8c8c;
  font-size: 11px;
  text-align: center;
  border-radius: 8px;
  padding: 2px 4px;
  margin: 2px; }
  @media (max-width: 599px) {
    .discount_chip {
      font-size: 10px; } }

span > a {
  color: #1965A1;
  text-decoration: none; }

.chart-tooltip span {
  margin: 2px 0; }

.chart-tooltip span:first-child {
  font-size: 13px;
  color: #656060; }

.chart-tooltip span:nth-child(2) {
  font-size: 12px;
  color: #656060; }

.chart-tooltip span:last-child {
  font-size: 14px;
  color: #000000; }

.oneStar:after {
  content: "\F005";
  font-family: FontAwesome;
  color: #50A2DA; }

.twoStar:after {
  content: "\F005\F005";
  font-family: FontAwesome;
  color: #50A2DA; }

.threeStar:after {
  content: "\F005\F005\F005";
  font-family: FontAwesome;
  color: #50A2DA; }

.fourStar:after {
  content: "\F005\F005\F005\F005";
  font-family: FontAwesome;
  color: #50A2DA; }

.fiveStar:after {
  content: "\F005\F005\F005\F005\F005";
  font-family: FontAwesome;
  color: #50A2DA; }

* {
  margin: 0;
  padding: 0; }
  * :focus {
    outline: none; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

.main-view-port {
  position: absolute;
  height: 100%;
  width: 100%; }

.hyperlink {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.landing-container #uyc {
  list-style: none none;
  margin: 0;
  padding: 0; }

.landing-container #uyc {
  color: #666; }

.landing-container #uyc li {
  font-size: 0.875em;
  line-height: 1em;
  white-space: nowrap; }
  @media (max-width: 959px) {
    .landing-container #uyc li {
      font-size: 0.70em; } }

.landing-container #uyc li * {
  text-transform: uppercase;
  font-style: normal;
  text-align: center; }

.landing-container #uyc li b {
  font-weight: 600; }

.landing-container #uyc li i {
  font-size: smaller;
  display: block; }

.landing-container #uyc {
  margin-top: 60px; }

.landing-container #uyc li {
  height: 32px;
  position: relative; }

.landing-container #uyc li:after {
  content: ' ';
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute; }

.landing-container #uyc li:before {
  content: ' ';
  height: 30px;
  width: 30px;
  border-radius: 100px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  box-shadow: 3px 3px 5px #888888; }

.landing-container #uyc li:nth-child(1):before {
  background-color: #7ebfea; }

.landing-container #uyc li:nth-child(2):before {
  background-color: #1e84d1; }

.landing-container #uyc li:nth-child(3):before {
  background-color: #006ac8; }

.landing-container #uyc li:nth-child(4):before {
  background-color: #637490; }

.landing-container #uyc li:nth-child(5):before {
  background-color: #1c3054; }

.landing-container #uyc {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.3); }

.landing-container #uyc:before {
  content: ' ';
  height: 20px;
  width: 20px;
  border-radius: 100px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3); }

.landing-container #uyc:after {
  content: ' ';
  height: 20px;
  width: 20px;
  border-radius: 100px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 600px) and (max-width: 959px) {
  .landing-container #uyc li:nth-child(3):after {
    top: 32px; }
  .landing-container #uyc li:nth-child(5):after {
    top: 32px; } }

@media only screen and (min-width: 959px) {
  .landing-container #uyc li:nth-child(3):after {
    top: 30px; }
  .landing-container #uyc li:nth-child(5):after {
    top: 30px; } }

@media only screen and (min-width: 600px) {
  .landing-container #uyc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-width: 2px 0 0 0;
    padding: 0 200px;
    margin-left: 20px;
    margin-right: 20px; }
  .landing-container #uyc li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }
  .landing-container #uyc li:before {
    left: 50%;
    margin-left: -14px; }
  .landing-container #uyc li:after {
    left: 50%; }
  .landing-container #uyc li:nth-child(1):after {
    top: 30px; }
  .landing-container #uyc li:nth-child(odd) {
    margin-top: -60px; }
  .landing-container #uyc li:nth-child(even) {
    margin-top: 30px; }
  .landing-container #uyc li:nth-child(odd):before {
    margin-top: 44px; }
  .landing-container #uyc li:nth-child(even):before {
    margin-top: -46px; }
  .landing-container #uyc li:nth-child(even):after {
    top: -22px; }
  .landing-container #uyc:before {
    left: -20px;
    top: -10px; }
  .landing-container #uyc:after {
    right: -20px;
    top: -10px; } }

@media only screen and (max-width: 599px) {
  .landing-container #uyc {
    left: 30%;
    margin: 0 auto;
    border-width: 0 0 0 2px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100px; }
  .landing-container #uyc:before {
    left: -11px;
    top: -20px; }
  .landing-container #uyc:after {
    left: -11px;
    bottom: -20px; }
  .landing-container #uyc li {
    display: list-item;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .landing-container #uyc li * {
    text-align: left; }
  .landing-container #uyc li:after {
    border-width: 1px 0 0 0;
    width: 28px;
    left: -30px;
    top: 43%; }
  .landing-container #uyc li:before {
    left: -46px; } }

.landing-container .landing-footerDiv {
  overflow: hidden;
  padding: 2em 0 2em 0; }

.landing-container .understand-cost {
  margin-top: 70px; }

.landing-container .landing-image {
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  length: 110px;
  max-width: 300px; }

.landing-container .footer-content {
  text-align: center;
  font-size: 14px;
  width: 70%; }

.landing-container .navbar-fixed md-toolbar {
  position: absolute;
  background-color: transparent;
  color: #1866A5; }
  .landing-container .navbar-fixed md-toolbar .md-toolbar-tools {
    padding-top: 37px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.27); }
  .landing-container .navbar-fixed md-toolbar a {
    font-weight: bold;
    font-size: 21px; }
    .landing-container .navbar-fixed md-toolbar a:active {
      color: #1866A5; }
    .landing-container .navbar-fixed md-toolbar a:visited {
      color: #1866A5; }
    .landing-container .navbar-fixed md-toolbar a::after {
      content: ' | ';
      padding: 0.5em; }
    .landing-container .navbar-fixed md-toolbar a::before {
      content: '';
      padding-left: 0.5em; }
    .landing-container .navbar-fixed md-toolbar a:last-child::after {
      content: ''; }

.landing-container .main .section {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.landing-container .disclaimer {
  font-size: 12px;
  padding-top: 8px;
  text-shadow: 0 0 10px white; }
  .landing-container .disclaimer a {
    color: #1965a1;
    text-decoration: none;
    font-weight: 500; }
    .landing-container .disclaimer a:active {
      color: #1965a1; }
    .landing-container .disclaimer a:visited {
      color: #1965a1; }
    .landing-container .disclaimer a:hover {
      color: #2a4873; }

.landing-container #index-banner {
  position: relative;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(80, 162, 218, 0.56)), url(/ab220e54a72da2c127f884bd267994f1.png) no-repeat center center fixed;
  background-size: cover; }
  .landing-container #index-banner .container-fluid {
    height: 100%; }
  @media (min-width: 1280px) {
    .landing-container #index-banner .title {
      width: 500px; } }
  @media (min-width: 960px) and (max-width: 1279px) {
    .landing-container #index-banner .title {
      width: 400px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .landing-container #index-banner .title {
      width: 350px; } }
  @media (max-width: 599px) {
    .landing-container #index-banner .title {
      width: 300px; } }
  .landing-container #index-banner .title-footer {
    font-size: 18px;
    padding-right: 16px;
    padding-bottom: 20px; }
    .landing-container #index-banner .title-footer span::before {
      font-size: 9px;
      content: 'by';
      padding-right: 2px; }
  .landing-container #index-banner .subtitle {
    width: 700px;
    height: 32px;
    text-align: center;
    font-size: 30px; }
  .landing-container #index-banner .search-bar {
    height: 48px;
    margin-top: 20px; }
    .landing-container #index-banner .search-bar input {
      width: 564px;
      height: 100%;
      padding-left: 12px;
      border-radius: 2px;
      box-shadow: 0px 1px 4px #9B9B9B;
      box-sizing: border-box; }
    .landing-container #index-banner .search-bar button {
      width: 126px;
      height: 100%;
      border-radius: 2px;
      padding: 0;
      margin: 0;
      text-transform: capitalize !important; }

.landing-container .search-bar-tools {
  padding-top: 15px;
  color: #1965a1;
  text-shadow: 0px 0px 10px #ffffff;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 599px) {
    .landing-container .search-bar-tools div {
      padding-bottom: 15px; } }
  .landing-container .search-bar-tools a {
    color: inherit;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 25px; }
  .landing-container .search-bar-tools i {
    font-size: 20px; }

.landing-container .content-title {
  padding: 1em 0 2em 0;
  font-size: 24px;
  color: #666;
  text-shadow: 0 0 1px #666; }

.landing-container .landing_footer {
  color: #ffffff;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px; }
  .landing-container .landing_footer span {
    text-shadow: 0 0 8px #12466E; }
  .landing-container .landing_footer i {
    font-size: 24px; }

.landing-container .landingSearchIcon {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 2px;
  margin-left: -2px;
  z-index: 2;
  cursor: pointer;
  background: #CC3C26;
  box-shadow: 0px 1px 4px 0px #9B9B9B; }
  .landing-container .landingSearchIcon i {
    font-size: 36px;
    color: white;
    padding: 6px 10px; }

.landing-container .landing_footer__readmore {
  position: absolute;
  left: 50%;
  margin-left: -120px; }

.landing-container nga-footer > div {
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em; }

.finra_legend {
  margin: 60px 0 0 0;
  background-color: #1965a1;
  color: white;
  line-height: 28px;
  padding-bottom: 20px; }
  .finra_legend a {
    color: white;
    text-decoration: none;
    cursor: pointer; }
    .finra_legend a:hover {
      cursor: pointer;
      text-decoration: underline; }
    .finra_legend a:active {
      text-decoration: underline; }

.link-banner {
  background-color: #1965a1;
  color: #f6f9fa; }
  .link-banner p {
    font-size: 14px;
    padding: 25px 0 25px 15px; }

.link-button {
  background-color: #ecf3f8;
  border-radius: 2px;
  border: none;
  padding: 5px 15px 5px 15px; }
  .link-button span {
    color: #1965a1;
    font-size: 14px; }

.arrow {
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -20px;
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzA2IDMwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzA2IDMwNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJleHBhbmQtbW9yZSI+CgkJPHBvbHlnb24gcG9pbnRzPSIyNzAuMyw1OC42NSAxNTMsMTc1Ljk1IDM1LjcsNTguNjUgMCw5NC4zNSAxNTMsMjQ3LjM1IDMwNiw5NC4zNSAgICIgZmlsbD0iI2ZmZmZmZiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: contain; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

.FA-disclaimer {
  width: 700px;
  height: 32px;
  text-align: center;
  margin-top: 50px; }
  .FA-disclaimer span {
    width: 400px;
    font-size: 12px;
    text-shadow: 0 0 10px white; }

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.result-container {
  height: 100%; }

.result-banner {
  width: 99%;
  background-color: white; }
  .result-banner .no-result {
    font-size: 90px;
    color: #b5b5b5; }
    @media (max-width: 599px) {
      .result-banner .no-result {
        font-size: 30px; } }
  .result-banner .no-result-sub {
    font-size: 30px;
    color: #b5b5b5; }
    @media (max-width: 599px) {
      .result-banner .no-result-sub {
        font-size: 15px; } }

.tablet-filter {
  opacity: 0.8;
  background: #eff6fa;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0; }
  .tablet-filter span.fa-stack {
    color: #68C5EE; }
  .tablet-filter .fa-circle {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }
    @media (max-width: 959px) {
      .tablet-filter .fa-circle {
        font-size: 50px;
        margin-top: -8px;
        margin-left: -5px; } }
  @media (max-width: 959px) {
    .tablet-filter .fa-sliders {
      font-size: 25px; } }

.tabs-wrapper {
  background-color: #eff6fa;
  border-color: rgba(0, 0, 0, 0.12);
  border: 1px solid #D0D0D0; }
  @media (min-width: 600px) and (max-width: 959px) {
    .tabs-wrapper {
      border-left: none; } }
  .tabs-wrapper md-tabs-canvas {
    height: 36px; }
    .tabs-wrapper md-tabs-canvas md-pagination-wrapper {
      height: 100%; }
      .tabs-wrapper md-tabs-canvas md-pagination-wrapper md-ink-bar {
        background: #1965A1;
        height: 3px;
        top: 31px; }
      .tabs-wrapper md-tabs-canvas md-pagination-wrapper .md-active {
        font-weight: bold; }
      .tabs-wrapper md-tabs-canvas md-pagination-wrapper .md-tab {
        min-width: 72px;
        height: 36px;
        color: #000 !important;
        cursor: pointer;
        font-size: 11px;
        padding: 2px 4px;
        text-transform: capitalize;
        border: 0px;
        padding: 0 20px; }
        .tabs-wrapper md-tabs-canvas md-pagination-wrapper .md-tab i {
          font-family: FontAwesome;
          font-size: 16px;
          color: #1965A1; }
        .tabs-wrapper md-tabs-canvas md-pagination-wrapper .md-tab span {
          font-size: 14px;
          color: #1965A1; }

.load-type {
  position: relative;
  padding: 1em 0;
  width: 100%;
  background-color: white;
  border-top: 4px lightgray solid; }
  .load-type a {
    margin-left: 20px;
    font-weight: bold;
    color: #b5b5b5; }

input[type=checkbox][id^="heart"] {
  display: none; }

input[type=checkbox][id^="heart"] + label:before {
  content: "\F08A";
  cursor: pointer; }
  input[type=checkbox][id^="heart"] + label:before:hover {
    color: #CC3C26;
    opacity: 0.5; }

input[type=checkbox][id^="heart"]:checked + label:before {
  content: "\F004"; }

input[type=checkbox].hearts:checked + label:before {
  color: #CC3C26;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 23px;
  outline: none; }

input[type=checkbox][id^="heart"]:not(:checked)[disabled] + label:before {
  content: "\F004";
  color: #d3d3d3; }

#like.fa.fa-times {
  color: #CC3C26;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 23px;
  outline: none; }

.resultScroll::-webkit-scrollbar {
  width: 10px;
  padding-right: 2em; }

.resultScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b5b5; }

.boxed {
  height: 20px;
  padding: 0 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 13px;
  cursor: default;
  white-space: nowrap; }

.searchButton {
  height: 50px;
  width: 50px;
  border-radius: 2px;
  margin-left: -2px;
  z-index: 2;
  cursor: pointer;
  background: #CC3C26;
  box-shadow: 0px 1px 4px 0px #9B9B9B; }
  .searchButton i {
    font-size: 36px;
    color: white;
    padding: 6px 10px; }

.searchIcon {
  fill: white; }

.titleIcon {
  cursor: pointer;
  height: 45px;
  width: 40px;
  padding-left: 5px; }

#resultTable {
  width: 100%;
  height: 100%;
  padding-left: 0.5em;
  max-height: 100%; }
  #resultTable .resultScroll {
    overflow-y: scroll; }
  #resultTable .active {
    color: #0C4A7B;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  #resultTable .liked {
    color: #CC3C26;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  #resultTable .table-titles {
    font-size: 12px;
    color: #4A4A4A;
    padding: 1em 0;
    height: auto;
    max-height: 32px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    margin-left: -0.5em;
    margin-right: -0.5em; }
    #resultTable .table-titles .title {
      cursor: pointer; }
      #resultTable .table-titles .title i {
        font-size: 13px; }
    #resultTable .table-titles i {
      padding-left: 0.5em;
      margin-top: 2px; }
  #resultTable .result-row-checked {
    background-color: rgba(255, 207, 64, 0.1); }
  #resultTable .result-row {
    padding: 4px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #resultTable .result-row:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    #resultTable .result-row #checkbox-tooltip {
      padding: 4px;
      top: 5px;
      left: 25px;
      background-color: #616161;
      color: rgba(255, 255, 255, 0.87);
      position: absolute;
      z-index: 100;
      overflow: hidden;
      pointer-events: none;
      border-radius: 4px;
      font-weight: 500;
      font-size: 12px; }
    #resultTable .result-row div:first-child {
      font-size: 11px;
      color: #777777; }
      #resultTable .result-row div:first-child a {
        margin-top: 0.5em; }
    #resultTable .result-row div:nth-child(2) .fund-name {
      font-size: 14px;
      line-height: 20px;
      color: #000; }
    #resultTable .result-row div:nth-child(2) .fund-name-bold {
      font-weight: bold; }
    #resultTable .result-row div:nth-child(2) .fund-ticker {
      display: inline-block;
      font-size: 11px;
      color: #777;
      line-height: 20px;
      width: 45px; }
    #resultTable .result-row div:nth-child(2) .link-divider {
      color: #777; }
    #resultTable .result-row div:nth-child(2) .fund-link {
      display: inline-block;
      font-size: 11px;
      color: #1965A1;
      padding-left: 15px; }
    #resultTable .result-row div:nth-child(4) {
      font-size: 13px;
      color: #777777; }
    #resultTable .result-row div:nth-child(5) {
      font-size: 14px;
      color: #777777;
      text-align: center; }
    #resultTable .result-row div:last-child {
      font-size: 23px;
      color: #BAC9D7; }
    #resultTable .result-row md-checkbox.md-checked .md-icon {
      background-color: #1965a1; }
      #resultTable .result-row md-checkbox.md-checked .md-icon:after {
        left: 6px; }
    #resultTable .result-row md-checkbox:not(.md-checked) .md-icon {
      border: 1px solid #9cb0c3; }
    #resultTable .result-row md-checkbox[disabled] {
      background: #d3d3d3;
      border-radius: 2px; }
    #resultTable .result-row md-checkbox {
      margin-bottom: 0px;
      border-style: none; }
      #resultTable .result-row md-checkbox .md-label {
        margin-left: 0px; }
  #resultTable th {
    border-bottom: solid 2px lightgrey;
    padding-bottom: 1em;
    padding-top: 1em; }
    #resultTable th:nth-child(2) {
      text-align: left;
      width: 600px; }
    #resultTable th:nth-child(4) {
      width: 250px; }
    #resultTable th:nth-child(5) {
      width: 250px; }
  #resultTable td {
    padding-bottom: 1em;
    text-align: center; }
    #resultTable td:nth-child(1) a {
      font-size: 12px;
      color: lightgrey; }
    #resultTable td:nth-child(2) {
      text-align: left; }
      #resultTable td:nth-child(2) a:nth-child(1) {
        font-weight: bold;
        color: #50A2DA; }

.fund-tooltip {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 300px;
  white-space: initial;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3)); }
  .fund-tooltip .tooltip-padding {
    padding: 10px; }
  .fund-tooltip p {
    font-size: 11px;
    color: black; }
  .fund-tooltip .tooltip-title {
    color: #417505;
    padding: 10px 10px 0 10px;
    font-size: 14px; }
  .fund-tooltip .titleBackLoad {
    color: #50A2DA;
    padding: 10px 10px 0 10px;
    font-size: 14px; }

.fund-tooltip:after, .fund-tooltip:before {
  right: 100%;
  top: 50%;
  border: 1px solid #E6E6E6;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.fund-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 20px;
  margin-top: -20px; }

.fund-tooltip:before {
  border-color: rgba(230, 230, 230, 0);
  border-right-color: #E6E6E6;
  border-width: 21px;
  margin-top: -21px; }

.load-popover {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.load-popover .ngdo-contents {
  opacity: 0;
  transition: opacity .50s ease-in-out; }

.load-popover.ngdo-open .ngdo-contents {
  opacity: 1;
  transition: opacity .50s ease-in-out; }

.favorite-tooltip {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 150px;
  white-space: initial;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3)); }
  .favorite-tooltip .tooltip-padding {
    padding: 10px; }
  .favorite-tooltip p {
    font-size: 11px;
    color: black; }

.heart-tooltip {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .heart-tooltip .md-content {
    background-color: #3F4D61;
    font-size: 14px; }

.report-container {
  width: 100%;
  position: relative; }

.white-link {
  color: #ffffff;
  text-decoration: none;
  text-align: center; }
  @media (min-width: 1280px) {
    .white-link {
      font-size: 16px; } }
  @media (min-width: 960px) and (max-width: 1279px) {
    .white-link {
      font-size: 14px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .white-link {
      font-size: 12px; } }
  @media (max-width: 600px) {
    .white-link {
      font-size: 15px; } }

.white-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(64, 64, 64, 0.13);
  border-radius: 1px; }

#report_funds_selected {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 10; }

.report_section {
  background-color: #F1F1F1; }
  .report_section .report-banner-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: black;
    line-height: 24px;
    padding: 5px 1em; }
    .report_section .report-banner-title span {
      text-transform: uppercase; }
    .report_section .report-banner-title .summary-disclaimer {
      float: right;
      font-size: 10px; }
  .report_section .read_more_container {
    font-size: 13px;
    color: #4A4A4A;
    line-height: 18px;
    padding-left: 18px; }
    .report_section .read_more_container .read_more_element {
      font-size: 13px;
      color: #1965A1;
      white-space: nowrap;
      padding-left: 10px; }
    .report_section .read_more_container .read_more_pane {
      background: rgba(255, 255, 255, 0.6);
      padding-left: 20px;
      padding-right: 20px;
      width: 96%;
      border: 2px solid #F5F5F5;
      border-radius: 1px; }
    .report_section .read_more_container p {
      padding-top: 1em; }
  .report_section #svg {
    margin-left: 5px; }

.linechart-tooltip span {
  margin: 2px 0; }

.linechart-tooltip span:first-child {
  font-size: 13px;
  color: #656060; }

.linechart-tooltip span:nth-child(2) {
  font-size: 12px;
  color: #656060; }

.linechart-tooltip span:last-child {
  font-size: 14px;
  color: #000000; }

.legend-title {
  position: relative;
  top: -6px; }

md-tabs.report-tabs {
  background: #FFFFFF; }
  md-tabs.report-tabs md-tabs-content-wrapper {
    background: #FFFFFF;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    box-shadow: 1px 0px 6px 0px #F1F1F1; }
  md-tabs.report-tabs md-tabs-canvas {
    background: #FAFAFA;
    height: 48px; }
    md-tabs.report-tabs md-tabs-canvas md-pagination-wrapper {
      height: 100%; }
      md-tabs.report-tabs md-tabs-canvas md-pagination-wrapper .md-active {
        font-weight: bold;
        font-size: 13px !important;
        background: #FFFFFF !important; }
        md-tabs.report-tabs md-tabs-canvas md-pagination-wrapper .md-active span {
          font-size: 14px;
          color: #1965A1 !important; }
          @media (max-width: 599px) {
            md-tabs.report-tabs md-tabs-canvas md-pagination-wrapper .md-active span {
              font-size: 12px; } }
      md-tabs.report-tabs md-tabs-canvas md-pagination-wrapper .md-tab {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        min-width: 72px;
        height: 48px;
        cursor: pointer;
        text-transform: capitalize;
        padding: 10px 20px;
        border-left: 1px solid #D0D0D0;
        border-right: 1px solid #D0D0D0;
        background: #50A2DA;
        box-shadow: 1px 0px 6px 0px #F1F1F1;
        font-size: 12px;
        color: #FFFFFF !important; }
        @media (max-width: 599px) {
          md-tabs.report-tabs md-tabs-canvas md-pagination-wrapper .md-tab {
            padding: 10px;
            width: 100px;
            font-size: 11px;
            line-height: 16px; } }

.report-header {
  background: #1965A1; }
  @media (max-width: 1279px) {
    .report-header .title {
      padding-top: 8px; } }
  .report-header .title .title-icon {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1280px) {
      .report-header .title .title-icon {
        width: 250px; } }
    @media (min-width: 960px) and (max-width: 1279px) {
      .report-header .title .title-icon {
        width: 300px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .report-header .title .title-icon {
        width: 280px; } }
    @media (max-width: 599px) {
      .report-header .title .title-icon {
        width: 200px; } }
  .report-header .adv-option {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 15px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); }
  .report-header .headerInputs {
    margin: 18px 0 0 0; }
    @media (max-width: 599px) {
      .report-header .headerInputs {
        padding-right: 130px; } }
    .report-header .headerInputs label {
      font-size: 13px;
      color: #D3D3D3; }
    .report-header .headerInputs input {
      background-color: white;
      color: #000000;
      border-color: white; }
      @media (min-width: 960px) and (max-width: 1119px) {
        .report-header .headerInputs input {
          width: 155px; } }
      @media (min-width: 1120px) and (max-width: 1279px) {
        .report-header .headerInputs input {
          width: 190px; } }
      @media (min-width: 1280px) {
        .report-header .headerInputs input {
          width: 200px; } }
      @media (min-width: 768px) and (max-width: 959px) {
        .report-header .headerInputs input {
          width: 160px; } }
      @media (min-width: 600px) and (max-width: 767px) {
        .report-header .headerInputs input {
          width: 120px; } }
      @media (max-width: 599px) {
        .report-header .headerInputs input {
          width: 140px; } }
    .report-header .headerInputs input.ng-invalid {
      background: #FFFFFF;
      color: #000000;
      border: 1px solid #cc3c26 !important; }
    .report-header .headerInputs i.fa-times-circle {
      color: #cc3c26;
      position: relative;
      left: -25px;
      top: 7px; }
    .report-header .headerInputs i.fa-exclamation-triangle {
      color: #f3be2a;
      position: relative;
      left: -25px;
      top: 7px;
      font-size: 16px;
      padding: 0 0; }
    .report-header .headerInputs .messages {
      z-index: 8;
      background: #cc3c26;
      border-radius: 2px;
      top: 48px;
      width: 180px;
      left: 115px;
      position: absolute;
      box-shadow: 1px 0px 2px 0px rgba(64, 64, 64, 0.13); }
      @media (min-width: 960px) and (max-width: 1119px) {
        .report-header .headerInputs .messages {
          left: 75px; } }
      @media (min-width: 1120px) and (max-width: 1279px) {
        .report-header .headerInputs .messages {
          left: 105px; } }
      @media (min-width: 1280px) {
        .report-header .headerInputs .messages {
          left: 115px; } }
      @media (min-width: 768px) and (max-width: 959px) {
        .report-header .headerInputs .messages {
          left: 80px; } }
      @media (min-width: 600px) and (max-width: 767px) {
        .report-header .headerInputs .messages {
          left: 45px;
          width: 160px; } }
      @media (max-width: 599px) {
        .report-header .headerInputs .messages {
          top: 0;
          width: 140px;
          left: 160px; } }
    .report-header .headerInputs #triangle-up {
      width: 0;
      height: 0;
      left: 185px;
      top: 40px;
      position: absolute;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #cc3c26; }
      @media (min-width: 960px) and (max-width: 1119px) {
        .report-header .headerInputs #triangle-up {
          left: 140px; } }
      @media (min-width: 1120px) and (max-width: 1279px) {
        .report-header .headerInputs #triangle-up {
          left: 175px; } }
      @media (min-width: 1280px) {
        .report-header .headerInputs #triangle-up {
          left: 185px; } }
      @media (min-width: 768px) and (max-width: 959px) {
        .report-header .headerInputs #triangle-up {
          left: 145px; } }
      @media (min-width: 600px) and (max-width: 767px) {
        .report-header .headerInputs #triangle-up {
          left: 105px; } }
    .report-header .headerInputs .error-message {
      padding: 4px; }
    .report-header .headerInputs .error-message.md-input-message-animation {
      color: #FFFFFF; }
  .report-header .headerInputs:not(.md-input-invalid).md-input-has-value label {
    color: #FFFFFF;
    left: 5%; }
    @media (min-width: 960px) and (max-width: 1279px) {
      .report-header .headerInputs:not(.md-input-invalid).md-input-has-value label {
        font-size: 12px; } }
    @media (min-width: 1280px) {
      .report-header .headerInputs:not(.md-input-invalid).md-input-has-value label {
        font-size: 13px; } }
    @media (min-width: 768px) and (max-width: 959px) {
      .report-header .headerInputs:not(.md-input-invalid).md-input-has-value label {
        font-size: 12px; } }
    @media (min-width: 600px) and (max-width: 767px) {
      .report-header .headerInputs:not(.md-input-invalid).md-input-has-value label {
        font-size: 11px; } }
  .report-header .headerInputs:not(.md-input-invalid).md-input-focused label {
    color: #D3D3D3;
    left: 5%; }
    @media (min-width: 960px) and (max-width: 1279px) {
      .report-header .headerInputs:not(.md-input-invalid).md-input-focused label {
        font-size: 12px; } }
    @media (min-width: 1280px) {
      .report-header .headerInputs:not(.md-input-invalid).md-input-focused label {
        font-size: 13px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .report-header .headerInputs:not(.md-input-invalid).md-input-focused label {
        font-size: 12px; } }
  .report-header .headerInputs label:not(.md-no-float):not(.md-container-ignore) {
    padding-left: 12px; }
  .report-header .header-block {
    padding-bottom: 10px; }
    @media (min-width: 960px) {
      .report-header .header-block {
        width: 25%;
        padding: 8px 8px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .report-header .header-block {
        width: 28%;
        padding: 8px 4px; } }
  .report-header .saved-filter div {
    background: #0C4A7B;
    height: 40px;
    max-width: 210px; }
    @media (min-width: 960px) and (max-width: 1119px) {
      .report-header .saved-filter div {
        width: 155px; } }
    @media (min-width: 1120px) and (max-width: 1279px) {
      .report-header .saved-filter div {
        width: 190px; } }
    @media (min-width: 1280px) {
      .report-header .saved-filter div {
        width: 210px; } }
    @media (min-width: 768px) and (max-width: 959px) {
      .report-header .saved-filter div {
        width: 180px; } }
    @media (min-width: 600px) and (max-width: 767px) {
      .report-header .saved-filter div {
        width: 140px; } }
    @media (max-width: 599px) {
      .report-header .saved-filter div {
        width: 300px;
        margin-bottom: 20px; } }
    .report-header .saved-filter div i {
      color: #50A2DA; }
      @media (min-width: 960px) {
        .report-header .saved-filter div i {
          font-size: 30px; } }
      @media (min-width: 600px) and (max-width: 959px) {
        .report-header .saved-filter div i {
          font-size: 26px; } }
      @media (max-width: 599px) {
        .report-header .saved-filter div i {
          font-size: 26px; } }
    .report-header .saved-filter div span {
      color: #FFFFFF; }
      @media (min-width: 960px) {
        .report-header .saved-filter div span {
          font-size: 16px; } }
      @media (min-width: 600px) and (max-width: 959px) {
        .report-header .saved-filter div span {
          font-size: 14px; } }
      @media (max-width: 599px) {
        .report-header .saved-filter div span {
          font-size: 14px; } }
  .report-header #advanced-options-control i {
    font-size: 26px; }
  .report-header #advanced-options-control span {
    line-height: 24px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 599px) {
    .report-header #advanced-options-control {
      width: 100%;
      padding-bottom: 10px; }
      .report-header #advanced-options-control span {
        font-size: 18px; }
      .report-header #advanced-options-control i {
        font-size: 26px; } }
  @media (min-width: 960px) {
    .report-header #advanced-options-control {
      width: 25%; }
      .report-header #advanced-options-control span {
        font-size: 18px; }
      .report-header #advanced-options-control i {
        font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .report-header #advanced-options-control {
      width: 15%; }
      .report-header #advanced-options-control span {
        font-size: 16px; }
      .report-header #advanced-options-control i {
        font-size: 22px; } }
  @media (min-width: 600px) and (max-width: 767px) {
    .report-header #advanced-options-control {
      width: 15%; }
      .report-header #advanced-options-control span {
        font-size: 14px; }
      .report-header #advanced-options-control i {
        font-size: 20px; } }

.advancedFilters {
  background: #1965A1; }
  .advancedFilters .adv-dropdowns {
    color: #FFFFFF;
    line-height: 15px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    width: 100%; }
    @media (min-width: 960px) {
      .advancedFilters .adv-dropdowns {
        padding-top: 30px;
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 959px) {
      .advancedFilters .adv-dropdowns {
        padding-top: 20px;
        font-size: 16px; } }
    @media (min-width: 600px) and (max-width: 767px) {
      .advancedFilters .adv-dropdowns {
        padding-top: 20px;
        font-size: 14px; } }
    @media (max-width: 599px) {
      .advancedFilters .adv-dropdowns {
        padding-top: 20px;
        font-size: 14px; } }

.advancedLastRow {
  padding-bottom: 30px; }
  @media (min-width: 600px) and (max-width: 768px) {
    .advancedLastRow {
      padding-bottom: 55px; } }

.resultDivider {
  color: #CCCCCC;
  border-top-width: 2px; }

.resultBody {
  margin-left: 1%;
  margin-right: 1%;
  background: #FFFFFF; }

.futureValue {
  font-size: 16px;
  background-color: white;
  box-shadow: 0px 0px 9px 0px rgba(64, 64, 64, 0.13); }
  .futureValue .futureValue_title {
    font-size: 16px;
    color: #656060; }
    .futureValue .futureValue_title span:nth-child(1) {
      font-weight: bold; }
      @media (max-width: 959px) {
        .futureValue .futureValue_title span:nth-child(1) {
          padding-right: 1em; } }
  .futureValue .futureValue_width {
    font-weight: bold; }

.totalFees {
  font-size: 16px;
  background: #FFFFFF; }
  .totalFees .totalFees_title {
    font-size: 16px;
    color: #656060; }
    .totalFees .totalFees_title span:nth-child(1) {
      font-weight: bold; }
  .totalFees .futureValue_width {
    font-weight: bold; }

@media (min-width: 600px) {
  .fee-section {
    padding: 0.5em 0.5em; } }

@media (max-width: 599px) {
  .fee-section {
    padding: 4px 4px; } }

.fee-section .fee-digits-section {
  padding: 4px 0; }
  .fee-section .fee-digits-section i {
    color: #1965A1; }

.fee-section .expenses {
  font-size: 18px; }
  @media (max-width: 599px) {
    .fee-section .expenses {
      font-size: 16px; } }

.fee-section .fundFees {
  font-size: 16px;
  width: 200px;
  text-align: center; }

.fee-section .annualCircle {
  display: inline-block; }
  .fee-section .annualCircle span:nth-child(1) i {
    font-size: 24px;
    color: #ea9f9d;
    padding-top: 5px; }
  .fee-section .annualCircle span:nth-child(2) {
    margin-left: 0.5em;
    color: #656060;
    position: relative;
    bottom: 3px; }
    @media (min-width: 960px) {
      .fee-section .annualCircle span:nth-child(2) {
        font-size: 16px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .fee-section .annualCircle span:nth-child(2) {
        font-size: 14px; } }
    @media (max-width: 599px) {
      .fee-section .annualCircle span:nth-child(2) {
        font-size: 13px;
        display: inline-block;
        max-width: 280px; } }
  .fee-section .annualCircle span:nth-child(3) {
    float: right;
    color: #1965A1;
    outline: none;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer; }
    .fee-section .annualCircle span:nth-child(3) i {
      font-size: 18px;
      margin-top: 5px; }
  .fee-section .annualCircle span:nth-child(4) {
    float: right;
    color: #1965A1;
    outline: none;
    cursor: pointer; }
    .fee-section .annualCircle span:nth-child(4) i {
      font-size: 18px;
      margin-top: 5px; }

.fee-section .salesCircle {
  display: inline-block; }
  .fee-section .salesCircle span:nth-child(1) i {
    font-size: 24px;
    color: #bf3715;
    padding-top: 5px; }
  .fee-section .salesCircle span:nth-child(2) {
    margin-left: 0.5em;
    color: #656060;
    position: relative;
    bottom: 3px; }
    @media (min-width: 960px) {
      .fee-section .salesCircle span:nth-child(2) {
        font-size: 16px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .fee-section .salesCircle span:nth-child(2) {
        font-size: 14px; } }
    @media (max-width: 599px) {
      .fee-section .salesCircle span:nth-child(2) {
        font-size: 13px;
        display: inline-block;
        max-width: 280px; } }
  .fee-section .salesCircle span:nth-child(3) {
    float: right;
    color: #1965A1;
    outline: none;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer; }
    .fee-section .salesCircle span:nth-child(3) i {
      font-size: 18px;
      margin-top: 5px; }
  .fee-section .salesCircle span:nth-child(4) {
    float: right;
    color: #1965A1;
    outline: none;
    cursor: pointer; }
    .fee-section .salesCircle span:nth-child(4) i {
      font-size: 18px;
      margin-top: 5px; }

.fee-section .contingentCircle {
  display: inline-block; }
  .fee-section .contingentCircle span:nth-child(1) i {
    font-size: 24px;
    color: #491508;
    padding-top: 5px; }
  .fee-section .contingentCircle span:nth-child(2) {
    margin-left: 0.5em;
    color: #656060;
    position: relative;
    bottom: 3px; }
    @media (min-width: 960px) {
      .fee-section .contingentCircle span:nth-child(2) {
        font-size: 16px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .fee-section .contingentCircle span:nth-child(2) {
        font-size: 14px; } }
    @media (max-width: 599px) {
      .fee-section .contingentCircle span:nth-child(2) {
        font-size: 13px;
        display: inline-block;
        max-width: 280px; } }
  .fee-section .contingentCircle span:nth-child(3) {
    float: right;
    color: #1965A1;
    outline: none;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer; }
    .fee-section .contingentCircle span:nth-child(3) i {
      font-size: 18px;
      margin-top: 5px; }
  .fee-section .contingentCircle span:nth-child(4) {
    float: right;
    color: #1965A1;
    outline: none;
    cursor: pointer; }
    .fee-section .contingentCircle span:nth-child(4) i {
      font-size: 18px;
      margin-top: 5px; }

.fee-section .wrapCircle {
  display: inline-block; }
  .fee-section .wrapCircle span:nth-child(1) i {
    font-size: 24px;
    color: #84227a;
    padding-top: 5px; }
  .fee-section .wrapCircle span:nth-child(2) {
    margin-left: 0.5em;
    color: #656060;
    position: relative;
    bottom: 3px; }
    @media (min-width: 960px) {
      .fee-section .wrapCircle span:nth-child(2) {
        font-size: 16px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .fee-section .wrapCircle span:nth-child(2) {
        font-size: 14px; } }
    @media (max-width: 599px) {
      .fee-section .wrapCircle span:nth-child(2) {
        font-size: 13px;
        display: inline-block;
        max-width: 280px; } }
  .fee-section .wrapCircle span:nth-child(3) {
    float: right;
    color: #1965A1;
    outline: none;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer; }
    .fee-section .wrapCircle span:nth-child(3) i {
      font-size: 18px;
      margin-top: 5px; }
  .fee-section .wrapCircle span:nth-child(4) {
    float: right;
    color: #1965A1;
    outline: none;
    cursor: pointer; }
    .fee-section .wrapCircle span:nth-child(4) i {
      font-size: 18px;
      margin-top: 5px; }

.chart-details-data {
  border: solid 1px grey; }
  @media (min-width: 600px) and (max-width: 959px) {
    .chart-details-data {
      font-size: 11px; } }
  @media (max-width: 599px) {
    .chart-details-data {
      font-size: 9px; } }
  .chart-details-data md-list > div {
    width: 100%; }
  @media (min-width: 600px) and (max-width: 959px) {
    .chart-details-data .md-subheader {
      font-size: 11px; } }
  @media (max-width: 599px) {
    .chart-details-data .md-subheader {
      font-size: 9px; } }
  @media (max-width: 959px) {
    .chart-details-data .md-subheader .md-subheader-inner {
      padding: 5px; } }

@media (max-width: 959px) {
  md-list-item.md-no-proxy {
    padding: 0px !important; } }

.details-highlight {
  background-color: #f2f2f2; }

.percent-negative {
  color: #bf3715; }

.percent-neutral {
  color: #D3D3D3; }
  .percent-neutral:after {
    content: "bb";
    color: transparent; }

.annual_return_value {
  min-width: 50px; }

.viewDetails {
  height: 100%;
  width: 100%; }
  .viewDetails div {
    padding-top: 5px;
    padding-bottom: 5px; }
    .viewDetails div span:nth-child(1) {
      color: #656060;
      font-size: 15px; }
      @media (max-width: 599px) {
        .viewDetails div span:nth-child(1) {
          font-size: 10px; } }

.expensesDetails {
  background-color: #f2f2f2;
  width: 100%; }
  .expensesDetails div {
    padding-top: 5px;
    padding-bottom: 5px; }
    .expensesDetails div span:nth-child(1) {
      color: #656060;
      font-size: 15px; }

.feesDetails {
  background-color: #f2f2f2;
  width: 100%;
  text-align: center; }
  .feesDetails div {
    padding-top: 5px;
    padding-bottom: 5px; }
    .feesDetails div span {
      color: #656060;
      font-size: 15px; }
      @media (max-width: 599px) {
        .feesDetails div span {
          font-size: 10px; } }
    .feesDetails div .feeNA {
      color: #D3D3D3; }
    .feesDetails div .feeAmount {
      color: black; }

.wrapDetails {
  width: 330px; }
  .wrapDetails div {
    padding: 5px; }

.account-fees-none {
  color: lightgrey;
  font-size: 15px; }

.salesNA div {
  padding-top: 15px; }

.salesNA span {
  color: #D3D3D3 !important;
  text-align: center;
  vertical-align: middle;
  line-height: 1px; }

.contingentNA div {
  padding-top: 15px; }

.contingentNA span {
  color: #D3D3D3 !important;
  text-align: center;
  vertical-align: middle;
  line-height: 1px; }

.annualNA {
  height: 53px; }
  .annualNA div {
    padding-top: 15px; }
  .annualNA span {
    color: #D3D3D3 !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1px; }

.highcharts-tooltip span {
  height: auto;
  width: 120px;
  overflow: auto;
  white-space: normal !important; }

@media (max-width: 599px) {
  .highcharts-yaxis-title {
    font-size: 12px; } }

@media (min-width: 600px) and (max-width: 959px) {
  .highcharts-yaxis-title {
    font-size: 13px; } }

.aarColumn {
  width: 70px;
  text-align: right; }

.starsColumn {
  width: 100px;
  text-align: center; }

.morningstarColumn {
  text-align: center;
  /* & > span {
    @media (min-width: 600px) and (max-width: 959px) {
      margin-top: 30px;
    }
  }
  @media (max-width: 599px) {
    padding-bottom: 10px;
  }*/ }
  @media (max-width: 599px) {
    .morningstarColumn {
      margin-top: -80px;
      margin-bottom: -40px; } }
  @media (max-width: 599px) {
    .morningstarColumn span {
      padding-top: 20px; } }
  @media (min-width: 960px) {
    .morningstarColumn md-grid-list {
      width: 160px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .morningstarColumn md-grid-list {
      width: 130px; } }
  @media (max-width: 599px) {
    .morningstarColumn md-grid-list {
      width: 90px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .morningstarColumn .morningVertText {
      margin-top: 80px; } }
  @media (max-width: 599px) {
    .morningstarColumn .morningVertText {
      margin-top: 110px;
      font-size: 8.5px; } }
  .morningstarColumn .morningVertText div:nth-child(1) {
    padding-bottom: 45px; }
    @media (min-width: 600px) and (max-width: 959px) {
      .morningstarColumn .morningVertText div:nth-child(1) {
        padding-bottom: 35px; } }
    @media (max-width: 599px) {
      .morningstarColumn .morningVertText div:nth-child(1) {
        padding-bottom: 23px; } }
  .morningstarColumn .morningVertText div:nth-child(2) {
    padding-bottom: 35px; }
    @media (min-width: 600px) and (max-width: 959px) {
      .morningstarColumn .morningVertText div:nth-child(2) {
        padding-bottom: 25px; } }
    @media (max-width: 599px) {
      .morningstarColumn .morningVertText div:nth-child(2) {
        padding-bottom: 18px; } }
  @media (max-width: 599px) {
    .morningstarColumn .morningVertText .sidebarVertLayout {
      margin-left: 18px; } }
  @media (max-width: 599px) {
    .morningstarColumn .morningHorText {
      font-size: 8.5px; } }
  .morningstarColumn > fa-morningstar-style-box > div > div > div:first-of-type {
    padding-left: 12%; }
    @media (min-width: 600px) and (max-width: 959px) {
      .morningstarColumn > fa-morningstar-style-box > div > div > div:first-of-type {
        padding-left: 20%; } }
    @media (max-width: 599px) {
      .morningstarColumn > fa-morningstar-style-box > div > div > div:first-of-type {
        padding-left: 25%; } }

.minPurchaseColumn {
  width: 100px;
  text-align: center; }
  .minPurchaseColumn span:nth-child(2) {
    color: #D3D3D3; }

.ratingsBox {
  width: 163px;
  text-align: center; }
  @media (max-width: 599px) {
    .ratingsBox {
      margin-top: -80px;
      margin-bottom: -40px; } }
  @media (max-width: 599px) {
    .ratingsBox .morningIntermediate {
      font-size: 5.5px !important; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .ratingsBox .morningIntermediate {
      font-size: 7.5px !important; } }
  @media (max-width: 599px) {
    .ratingsBox .morningHorText {
      font-size: 9px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .ratingsBox .morningVertText {
      margin-top: 80px; } }
  @media (max-width: 599px) {
    .ratingsBox .morningVertText {
      margin-top: 120px;
      font-size: 8.5px; } }
  .ratingsBox .morningVertText div:nth-child(1) {
    padding-bottom: 35px; }
    @media (min-width: 600px) and (max-width: 959px) {
      .ratingsBox .morningVertText div:nth-child(1) {
        padding-bottom: 25px; } }
    @media (max-width: 599px) {
      .ratingsBox .morningVertText div:nth-child(1) {
        padding-bottom: 15px; } }
  .ratingsBox .morningVertText div:nth-child(2) {
    padding-bottom: 50px; }
    @media (min-width: 600px) and (max-width: 959px) {
      .ratingsBox .morningVertText div:nth-child(2) {
        padding-bottom: 40px; } }
    @media (max-width: 599px) {
      .ratingsBox .morningVertText div:nth-child(2) {
        padding-bottom: 30px; } }
  @media (max-width: 599px) {
    .ratingsBox .morningVertText .sidebarVertLayout {
      margin-left: 26px; } }
  @media (max-width: 599px) {
    .ratingsBox span {
      padding-top: 20px; } }
  @media (min-width: 960px) {
    .ratingsBox md-grid-list {
      width: 160px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .ratingsBox md-grid-list {
      width: 130px; } }
  @media (max-width: 599px) {
    .ratingsBox md-grid-list {
      width: 90px; } }
  .ratingsBox > fa-morningstar-style-box > div > div > div:first-of-type {
    padding-left: 15%; }
    @media (min-width: 600px) and (max-width: 959px) {
      .ratingsBox > fa-morningstar-style-box > div > div > div:first-of-type {
        padding-left: 24%; } }
    @media (max-width: 599px) {
      .ratingsBox > fa-morningstar-style-box > div > div > div:first-of-type {
        padding-left: 33%; } }

.generalInfoTitles {
  color: #8c8c8c;
  font-weight: normal; }
  @media (min-width: 960px) {
    .generalInfoTitles {
      font-size: 16px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .generalInfoTitles {
      font-size: 14px; } }
  @media (min-width: 960px) {
    .generalInfoTitles span:nth-child(2) {
      font-size: 13px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .generalInfoTitles span:nth-child(2) {
      font-size: 12px; } }

.selection-section .change-selection {
  background: #CC3C26;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 599px) {
    .selection-section .change-selection {
      height: 35px;
      font-size: 16px; }
      .selection-section .change-selection span {
        text-align: center; } }

.selection-section .result-icon {
  background-color: #3F4D61; }
  .selection-section .result-icon .title .title-icon {
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1280px) {
      .selection-section .result-icon .title .title-icon {
        width: 180px; } }
    @media (min-width: 960px) and (max-width: 1279px) {
      .selection-section .result-icon .title .title-icon {
        width: 140px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .selection-section .result-icon .title .title-icon {
        width: 90px; } }

.selection-section .funds-selection-fund {
  background-color: #41474c; }
  .selection-section .funds-selection-fund:first-of-type {
    padding-left: 3px; }
  .selection-section .funds-selection-fund:last-of-type {
    padding-right: 3px; }

@media (max-width: 599px) {
  .selection-section .card-container {
    height: 65px; } }

.header-preferences-xs {
  color: #ffffff;
  font-size: 13px;
  text-align: center; }

.update-results-xs {
  color: #ffffff;
  font-size: 12px; }

#report_main {
  background-color: #FFFFFF; }
  @media (min-width: 960px) {
    #report_main {
      padding-left: 90px;
      padding-right: 2em;
      width: 100%; } }
  @media (min-width: 600px) and (max-width: 969px) {
    #report_main {
      margin-left: auto;
      margin-right: auto;
      width: 96%; } }
  @media (max-width: 599px) {
    #report_main {
      margin-left: auto;
      margin-right: auto;
      width: 98%; } }
  #report_main #report-fee .chart-area .empty {
    display: none; }
  #report_main #report-fee .chart-area .node {
    fill: #AAC9Ef; }
  #report_main #report-fee .chart-area .average-fund {
    fill: #759bca; }
  #report_main #report-fee .chart-area .current-fund {
    fill: #1965a1; }
  @media (max-width: 969px) {
    #report_main #report-fee .chart-area .percent-group:nth-of-type(1) .current-fund {
      fill: #0081d2; }
    #report_main #report-fee .chart-area .percent-group:nth-of-type(3) .current-fund {
      fill: #7d7a71; }
    #report_main #report-fee .chart-area .percent-group:nth-of-type(5) .current-fund {
      fill: #9fc405; } }
  #report_main #report-fee .chart-area .y-axis path {
    stroke: gray;
    stroke-width: .5px; }
  #report_main #report-fee .chart-area .y-axis .tick {
    font-size: 9px; }
    #report_main #report-fee .chart-area .y-axis .tick line {
      opacity: 0.1;
      stroke-dasharray: 5,5; }
  #report_main #report-fee .chart-area .x-axis {
    font-weight: bold;
    font-size: .75em; }
    #report_main #report-fee .chart-area .x-axis .tick line, #report_main #report-fee .chart-area .x-axis path {
      display: none; }
  #report_main #report-fee .chart-area .category-percent {
    text-anchor: start;
    font-size: 12px; }
    @media (min-width: 600px) and (max-width: 969px) {
      #report_main #report-fee .chart-area .category-percent {
        font-size: 10px; } }
    @media (max-width: 599px) {
      #report_main #report-fee .chart-area .category-percent {
        font-size: 9px; } }
  #report_main #report-fee .chart-area .category-type {
    font-size: 12px; }
    @media (min-width: 600px) and (max-width: 969px) {
      #report_main #report-fee .chart-area .category-type {
        font-size: 10px; } }
    @media (max-width: 599px) {
      #report_main #report-fee .chart-area .category-type {
        font-size: 9px; } }

#report-print .chart-area .empty {
  display: none; }

#report-print .chart-area .node {
  fill: #AAC9Ef; }

#report-print .chart-area .average-fund {
  fill: #759bca; }

#report-print .chart-area .current-fund {
  fill: #1965a1; }

@media (max-width: 969px) {
  #report-print .chart-area .percent-group:nth-of-type(1) .current-fund {
    fill: #0081d2; }
  #report-print .chart-area .percent-group:nth-of-type(3) .current-fund {
    fill: #7d7a71; }
  #report-print .chart-area .percent-group:nth-of-type(5) .current-fund {
    fill: #9fc405; } }

#report-print .chart-area .y-axis path {
  stroke: gray;
  stroke-width: .5px; }

#report-print .chart-area .y-axis .tick {
  font-size: 9px; }
  #report-print .chart-area .y-axis .tick line {
    opacity: 0.1;
    stroke-dasharray: 5,5; }

#report-print .chart-area .x-axis {
  font-weight: bold;
  font-size: .75em; }
  #report-print .chart-area .x-axis .tick line, #report-print .chart-area .x-axis path {
    display: none; }

#report-print .chart-area .category-percent {
  text-anchor: start;
  font-size: 12px; }
  @media (min-width: 600px) and (max-width: 969px) {
    #report-print .chart-area .category-percent {
      font-size: 10px; } }
  @media (max-width: 599px) {
    #report-print .chart-area .category-percent {
      font-size: 10px; } }

#report-print .chart-area .category-type {
  font-size: 12px; }
  @media (min-width: 600px) and (max-width: 969px) {
    #report-print .chart-area .category-type {
      font-size: 10px; } }
  @media (max-width: 599px) {
    #report-print .chart-area .category-type {
      font-size: 10px; } }

.d3-tip {
  line-height: 1.2;
  font-size: .8em;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  /* Creates a small triangle extender for the tooltip */
  /* Style northward tooltips differently */ }
  .d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center; }
  .d3-tip.n:after {
    margin: -1px 0 0 0;
    top: calc(100% - 1px);
    left: 0; }

#report-discount .discount_dropdown {
  background-color: #f2f2f2;
  position: relative; }

#report-discount .white-box .discount-title-row {
  position: relative; }
  #report-discount .white-box .discount-title-row .discount-expand {
    font-size: 14px;
    position: absolute;
    cursor: pointer;
    right: 8px;
    bottom: 40%; }
    #report-discount .white-box .discount-title-row .discount-expand span {
      margin-right: 4px;
      color: #1965A1; }
    @media (min-width: 600px) and (max-width: 959px) {
      #report-discount .white-box .discount-title-row .discount-expand {
        bottom: 54px; } }
    @media (max-width: 600px) {
      #report-discount .white-box .discount-title-row .discount-expand {
        bottom: 54px; } }

#report-discount .white-box .discount-title span {
  color: #8c8c8c; }
  #report-discount .white-box .discount-title span:first-of-type {
    line-height: 20px; }
    @media (min-width: 960px) {
      #report-discount .white-box .discount-title span:first-of-type {
        font-size: 16px; } }
    @media (max-width: 959px) {
      #report-discount .white-box .discount-title span:first-of-type {
        font-size: 14px; } }
  @media (min-width: 960px) {
    #report-discount .white-box .discount-title span:last-of-type {
      font-size: 13px; } }
  @media (max-width: 959px) {
    #report-discount .white-box .discount-title span:last-of-type {
      font-size: 12px; } }

#report-discount .white-box .discount-row {
  font-size: 16px;
  padding: 4px 8px; }
  #report-discount .white-box .discount-row > div {
    padding: 4px 8px; }
    #report-discount .white-box .discount-row > div > div {
      padding: 0px 8px; }

#report-discount .white-box .fa-chevron-down {
  color: #1965A1; }

#report-discount .white-box .fa-check-circle {
  color: #50A2DA;
  font-size: 24px; }

#report-discount .white-box .fa-check {
  color: #50A2DA;
  font-size: 24px; }

#report-discount .white-box .fa-times {
  color: #CCCCCC;
  font-size: 24px; }

.scrollable {
  overflow: scroll; }

.chart-area {
  height: 500px; }

.chart-area-extended {
  min-height: 500px; }

.chart-area-funds {
  min-width: 500px; }

.bees-titles {
  height: 90px;
  width: 300px;
  margin-left: 60px;
  padding-bottom: 10px; }
  @media (max-width: 599px) {
    .bees-titles {
      margin-top: -130px; } }
  .bees-titles div {
    padding-top: 10px;
    padding-bottom: 10px; }
  .bees-titles p {
    font-size: 11px; }
  .bees-titles i {
    padding-right: 5px; }
  .bees-titles .value1 {
    color: #0081d2; }
  .bees-titles .value2 {
    color: #7d7a71; }
  .bees-titles .value3 {
    color: #9fc405; }

.dataChart .chart-details-data md-list {
  width: 20%; }

.dataChart .chart-details-data md-list-item {
  min-height: 20px;
  height: 0; }

.dataChart .chart-details-data .chart-details-subtitle {
  min-height: 70px !important; }
  @media (max-width: 959px) {
    .dataChart .chart-details-data .chart-details-subtitle {
      width: 90%; } }

/* Needed for Firefox print functionality. Do not Remove */
.report_content {
  display: block; }

@media (min-width: 960px) {
  .sidebar-container {
    overflow-y: scroll; } }

.sidebar-container md-sidenav {
  width: 100%; }
  @media (min-width: 600px) and (max-width: 959px) {
    .sidebar-container md-sidenav {
      width: 40%; } }

fa-morningstar-style-box .box {
  border: #777777 1px solid;
  background: white; }
  fa-morningstar-style-box .box.box-selected {
    background: #1866A5; }

.sidebar-container::-webkit-scrollbar-track {
  background-color: #ECEFF2;
  border-radius: 10px; }

.sidebar-container::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  padding-right: 2em; }

.sidebar-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b5b5; }

.sidebar {
  background-color: #ECEFF2;
  height: auto;
  min-height: 100%;
  /* Styling for the Category Headers in Prospectus Objective accordion */ }
  .sidebar md-checkbox.md-checkbox-medium {
    margin-bottom: 5px; }
    .sidebar md-checkbox.md-checkbox-medium .md-icon {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      background: white; }
  .sidebar md-checkbox:last-of-type {
    margin-left: 5px; }
  .sidebar md-checkbox.md-checked .md-icon:after {
    left: 5px; }
  .sidebar md-checkbox.md-checkbox-medium.md-checked .md-icon {
    background: #1866A5; }
  .sidebar md-checkbox.md-icon {
    width: 18px;
    height: 18px;
    border-width: 1px; }
  .sidebar .search-filter {
    font-size: 13px;
    color: #777777;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 8px; }
    .sidebar .search-filter div:nth-child(2) {
      cursor: pointer; }
    .sidebar .search-filter i {
      font-size: 24px;
      color: #1965A1;
      cursor: pointer; }
    .sidebar .search-filter .filter-dropdown md-checkbox .md-icon {
      width: 15px;
      height: 15px;
      border-width: 1px;
      border-color: #9cb0c3; }
      .sidebar .search-filter .filter-dropdown md-checkbox .md-icon:after {
        width: 5px;
        height: 12px; }
    .sidebar .search-filter .filter-dropdown span {
      color: #333333;
      font-weight: normal;
      line-height: 16px;
      font-size: 11px; }
    .sidebar .search-filter:last-of-type {
      padding-bottom: 16px; }
    .sidebar .search-filter .filter-dropdown {
      padding-top: 15px; }
    .sidebar .search-filter .sidebarCheckSpacing {
      padding: 8px 0; }
  .sidebar .slider-filter {
    padding-top: 0px !important; }
  .sidebar .slider {
    margin-left: 5%; }
    .sidebar .slider .rzslider .rz-pointer {
      top: -6px !important;
      width: 16px !important;
      height: 16px !important;
      cursor: pointer;
      background-color: #ffffff !important;
      border: 2px solid #b5b5b5 !important;
      border-radius: 16px !important; }
    .sidebar .slider .rzslider .rz-bubble {
      bottom: -30px;
      padding: 1px 3px;
      color: #777777;
      cursor: default; }
    .sidebar .slider .rzslider .rz-pointer:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 0  !important;
      height: 0  !important;
      background: #ffffff;
      border-radius: 0;
      content: ''; }
  .sidebar .checkbox {
    font-size: 11px;
    color: #000000;
    line-height: 14px; }
  .sidebar .sidebarFilterCategories {
    margin-top: -5px;
    height: 30px; }
  .sidebar #productLayout {
    margin-left: -2%; }
  .sidebar .prospectusCategories span {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #BEC8CC;
    font-size: 13px;
    margin-bottom: 16px;
    color: #778796;
    font-weight: 500 !important;
    padding-bottom: 4px; }

.fa.fa-minus-square-o {
  border-style: none; }

.fa.fa-plus-square {
  border-style: none; }

md-grid-list {
  width: 160px;
  z-index: 1; }
  @media (max-width: 599px) {
    md-grid-list {
      width: 130px; } }

md-grid-list md-grid-tile md-grid-tile-footer {
  background: none; }
  md-grid-list md-grid-tile md-grid-tile-footer span {
    color: #777777;
    font-size: 9px; }

fa-morningstar-style-box .box {
  outline: none; }

.morningEquitiesBox {
  margin-left: 10px;
  margin-top: -20px; }
  @media (min-width: 960px) and (max-width: 1279px) {
    .morningEquitiesBox {
      margin-left: 20px; } }
  @media (min-width: 600px) {
    .morningEquitiesBox {
      padding-bottom: 20px; } }
  @media (max-width: 599px) {
    .morningEquitiesBox {
      margin-top: -40px; } }
  .morningEquitiesBox .smaller-font span {
    font-size: 9px !important; }
  @media (min-width: 959px) {
    .morningEquitiesBox {
      margin-top: -20px; } }

.morningBondsBox {
  margin-left: 20px;
  margin-top: -20px; }
  @media (min-width: 600px) {
    .morningBondsBox {
      padding-bottom: 20px; } }
  @media (max-width: 599px) {
    .morningBondsBox {
      margin-top: -40px; } }
  .morningBondsBox .smaller-font span {
    font-size: 9px !important; }
  @media (min-width: 959px) {
    .morningBondsBox {
      margin-top: -20px; } }

.morningIntermediate {
  font-size: 9px !important; }
  @media (max-width: 599px) {
    .morningIntermediate {
      font-size: 7px !important; } }

.morningHorText {
  color: #333333;
  font-weight: normal;
  font-size: 11px; }

.morningVertText {
  color: #333333;
  font-weight: normal;
  height: 150px;
  margin-top: 70px;
  font-size: 11px; }
  @media (max-width: 599px) {
    .morningVertText {
      margin-top: 80px; } }
  .morningVertText .sidebarVertLayout {
    margin-left: 15px; }
  .morningVertText div:nth-child(1) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0;
    padding-bottom: 45px; }
    @media (max-width: 599px) {
      .morningVertText div:nth-child(1) {
        padding-bottom: 35px; } }
  .morningVertText div:nth-child(2) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0;
    padding-bottom: 35px; }
    @media (max-width: 599px) {
      .morningVertText div:nth-child(2) {
        padding-bottom: 25px; } }
  .morningVertText div:nth-child(3) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0; }

.bondsSideTitles .morningVertText div:nth-child(1) {
  padding-bottom: 35px; }
  @media (max-width: 599px) {
    .bondsSideTitles .morningVertText div:nth-child(1) {
      padding-bottom: 25px; } }

.bondsSideTitles .morningVertText div:nth-child(2) {
  padding-bottom: 50px; }
  @media (max-width: 599px) {
    .bondsSideTitles .morningVertText div:nth-child(2) {
      padding-bottom: 40px; } }

.starsAlign {
  margin-left: 20%;
  padding-bottom: 10px; }

input[type=checkbox]#box0 {
  display: none; }

/* to hide the checkbox itself */
input[type=checkbox]#box1 {
  display: none; }

input[type=checkbox]#box2 {
  display: none; }

input[type=checkbox]#box3 {
  display: none; }

input[type=checkbox]#box4 {
  display: none; }

input[type=checkbox].stars + label:before {
  font-family: FontAwesome;
  display: inline-block;
  letter-spacing: 10px;
  color: #50A2DA;
  font-size: 22px; }

input[type=checkbox]#box0 + label:before {
  content: "\F006\F006\F006\F006\F006"; }

input[type=checkbox]#box1 + label:before {
  content: "\F006\F006\F006\F006"; }

input[type=checkbox]#box2 + label:before {
  content: "\F006\F006\F006"; }

input[type=checkbox]#box3 + label:before {
  content: "\F006\F006"; }

input[type=checkbox]#box4 + label:before {
  content: "\F006"; }

input[type=checkbox]#box0:checked + label:before {
  content: "\F005\F005\F005\F005\F005"; }

input[type=checkbox]#box1:checked + label:before {
  content: "\F005\F005\F005\F005"; }

input[type=checkbox]#box2:checked + label:before {
  content: "\F005\F005\F005"; }

input[type=checkbox]#box3:checked + label:before {
  content: "\F005\F005"; }

input[type=checkbox]#box4:checked + label:before {
  content: "\F005"; }

input[type=checkbox].stars:checked + label:before {
  letter-spacing: 10px;
  color: #ffd400;
  font-size: 22px; }

@media (min-width: 600px) {
  .filterReset .filter-button {
    margin-top: 10px;
    padding-right: 20px; } }

.filterReset .filter-button button {
  border: none;
  border-radius: 5px;
  height: 30px;
  width: 60px;
  background-color: #3F4D61;
  float: right; }
  .filterReset .filter-button button a {
    color: #FFFFFF;
    font-size: 13px; }

.filterReset .filter-button i {
  float: right; }
  @media (max-width: 599px) {
    .filterReset .filter-button i {
      font-size: 20px !important; } }

.filterReset .filters-text {
  color: #3F4D61;
  font-weight: bold;
  font-size: 14px; }

@media (max-width: 599px) {
  .filterReset .sidebar-funds-count {
    color: lightskyblue; }
    .filterReset .sidebar-funds-count a {
      color: black; }
  .filterReset span:nth-child(2) {
    cursor: pointer; } }

.filter-checks {
  color: #3F4D61 !important; }

.sidebar-divider {
  color: #CCCCCC;
  border-top-width: 1px; }

.sidebarSlider .rz-bar-wrapper {
  left: 0 !important; }

.sidebarApplyIcon {
  height: 40px;
  width: 75px;
  border-radius: 2px;
  cursor: pointer;
  background: #CC3C26;
  box-shadow: 0px 1px 4px 0px #9B9B9B;
  display: table; }
  .sidebarApplyIcon p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: white; }

.inner-header {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.87), rgba(80, 162, 218, 0.56)), url(/ab220e54a72da2c127f884bd267994f1.png) no-repeat center center fixed;
  background-size: cover; }
  @media (min-width: 960px) {
    .inner-header {
      height: 100px; } }
  .inner-header .title {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 300px; }
    @media (min-width: 600px) and (max-width: 959px) {
      .inner-header .title {
        width: 80%;
        height: 80%;
        padding-left: 2%; } }
  .inner-header md-autocomplete.autocompletable {
    width: 91%;
    height: 50px; }
  .inner-header md-autocomplete md-autocomplete-wrap {
    height: 50px; }
  .inner-header md-autocomplete input:not(.md-input) {
    height: 50px; }
  .inner-header #funds-typeahead {
    position: relative;
    width: 100%;
    padding-right: 2%; }
    @media (min-width: 600px) and (max-width: 959px) {
      .inner-header #funds-typeahead {
        padding-left: 2%;
        padding-bottom: 15px; } }
    @media (max-width: 599px) {
      .inner-header #funds-typeahead {
        padding-left: 2%;
        padding-bottom: 15px;
        padding-top: 15px; } }
    .inner-header #funds-typeahead .matching-funds {
      position: absolute;
      border-left: 1px solid grey;
      top: 6px;
      height: 38px;
      width: 180px;
      display: inline-block; }
      @media (max-width: 599px) {
        .inner-header #funds-typeahead .matching-funds {
          border-left: 0; } }
      @media (min-width: 960px) {
        .inner-header #funds-typeahead .matching-funds {
          font-size: 21px;
          right: 6%; } }
      @media (min-width: 600px) and (max-width: 959px) {
        .inner-header #funds-typeahead .matching-funds {
          font-size: 18px;
          right: 6%; } }
      .inner-header #funds-typeahead .matching-funds .matching-funds-count {
        position: relative;
        color: lightskyblue; }
        @media (min-width: 960px) {
          .inner-header #funds-typeahead .matching-funds .matching-funds-count {
            top: 7px; } }
        @media (min-width: 600px) and (max-width: 959px) {
          .inner-header #funds-typeahead .matching-funds .matching-funds-count {
            top: 9px; } }
      .inner-header #funds-typeahead .matching-funds .matching-funds-funds {
        position: relative;
        font-size: 14px; }
        @media (min-width: 960px) {
          .inner-header #funds-typeahead .matching-funds .matching-funds-funds {
            top: 5px; } }
        @media (min-width: 600px) and (max-width: 959px) {
          .inner-header #funds-typeahead .matching-funds .matching-funds-funds {
            top: 7px; } }

.md-scroll-mask {
  display: none; }

#typeaheadFamilyName {
  color: #1965A1;
  font-size: 14px;
  line-height: 24px; }

#typeaheadFamilyId {
  padding-left: 4px;
  font-style: italic;
  color: #777777;
  font-size: 14px; }

#typeaheadFundName {
  color: black;
  font-size: 14px;
  line-height: 24px; }

#typeaheadFundCat {
  padding-left: 8px;
  font-weight: medium;
  color: #777777;
  font-size: 14px; }

#typeaheadAnalyze > a {
  position: absolute;
  right: 0;
  width: 7%;
  text-decoration: none;
  background: #EEEEEE;
  opacity: 0.9;
  color: #1965A1;
  font-size: 14px;
  font-weight: bold;
  display: none; }

.md-autocomplete-suggestions li:hover #typeaheadAnalyze > a {
  display: inline-block; }

.md-virtual-repeat-container {
  max-height: 350.5px !important; }
  .md-virtual-repeat-container .md-virtual-repeat-scroller {
    overflow-x: visible; }

.md-autocomplete-suggestions-container li .highlight {
  color: black;
  font-weight: bold; }

@media (min-width: 1280px) {
  md-autocomplete-wrap button {
    margin-right: 200px !important; } }

@media (min-width: 600px) and (max-width: 1279px) {
  md-autocomplete-wrap button {
    margin-right: 170px !important; } }

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5); }
  @media (max-width: 599px) {
    .md-virtual-repeat-container.md-autocomplete-suggestions-container {
      display: none; } }

.mobileHomeNav {
  font-size: 40px;
  color: white;
  padding-left: 10px; }

.panel-container {
  background: #41474c;
  box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.27); }
  @media (max-width: 599px) {
    .panel-container .fund-select-card {
      height: 65px; } }
  .panel-container .fund-select-card .fund-slots {
    position: absolute; }
    @media (min-width: 600px) {
      .panel-container .fund-select-card .fund-slots {
        width: 24.08%;
        height: 100%; } }
    @media (max-width: 599px) {
      .panel-container .fund-select-card .fund-slots {
        width: 33.33%;
        height: 65px; } }
    .panel-container .fund-select-card .fund-slots .slot {
      background: #000000;
      max-height: 100%;
      margin: 6px 4px; }
  .panel-container .fund-select-card .fund-slots.fund-slot-1 {
    padding-left: 6px;
    left: 15%; }
    @media (max-width: 599px) {
      .panel-container .fund-select-card .fund-slots.fund-slot-1 {
        left: 0%; } }
  .panel-container .fund-select-card .fund-slots.fund-slot-2 {
    left: 39.08%; }
    @media (max-width: 599px) {
      .panel-container .fund-select-card .fund-slots.fund-slot-2 {
        left: 33.4%; } }
  .panel-container .fund-select-card .fund-slots.fund-slot-3 {
    left: 63.16%; }
    @media (max-width: 599px) {
      .panel-container .fund-select-card .fund-slots.fund-slot-3 {
        left: 66.7%; } }
  .panel-container .clear-funds div:first-of-type {
    padding-top: 1em;
    color: #89929E;
    font-size: 16px; }
    @media (max-width: 599px) {
      .panel-container .clear-funds div:first-of-type {
        font-size: 14px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .panel-container .clear-funds div:first-of-type {
        font-size: 14px; } }
  .panel-container .clear-funds div:last-of-type {
    padding-bottom: 0.5em; }
  .panel-container .clear-funds div button {
    background: #FFFFFF;
    border-radius: 2px;
    text-transform: capitalize;
    height: 30px;
    min-height: 30px;
    line-height: 30px; }
  .panel-container .analyze-button {
    font-size: 16px;
    background: #CC3C26;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 15px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); }
    @media (max-width: 599px) {
      .panel-container .analyze-button {
        height: 35px; } }
  .panel-container .animate-array {
    z-index: 20; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .panel-container .animate-array {
        /* IE10+ CSS styles go here */
        height: 130px; } }
    .panel-container .animate-array:first-of-type {
      padding-left: 6px; }
    .panel-container .animate-array:last-of-type {
      padding-right: 6px; }

.fundcard {
  margin: 6px 4px;
  position: relative;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF; }
  @media (min-width: 960px) {
    .fundcard {
      padding: 0.5em 0.5em; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .fundcard {
      padding: 4px 4px; } }
  .fundcard .boxed {
    white-space: nowrap; }
    @media (min-width: 600px) and (max-width: 959px) {
      .fundcard .boxed {
        height: 20px;
        line-height: 20px;
        font-size: 11px; } }
  .fundcard .fundname {
    color: #000;
    font-weight: bold;
    line-height: 16px; }
    @media (min-width: 600px) and (max-width: 959px) {
      .fundcard .fundname {
        white-space: normal;
        width: 90%; } }
    @media (min-width: 960px) {
      .fundcard .fundname {
        white-space: normal;
        width: 90%; } }
    @media (min-width: 960px) {
      .fundcard .fundname {
        font-size: 14px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .fundcard .fundname {
        font-size: 12px; } }
  @media (min-width: 960px) {
    .fundcard .fundcard_fundclass {
      font-size: 14px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .fundcard .fundcard_fundclass {
      font-size: 12px; } }
  .fundcard .ticker {
    margin: 0.5em 0 0.5em 0;
    color: #777777; }
    @media (min-width: 960px) {
      .fundcard .ticker {
        font-size: 12px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .fundcard .ticker {
        font-size: 11px; } }
    .fundcard .ticker .no-ticker {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100px;
      font-size: 11px; }
    .fundcard .ticker .link-divider {
      color: #777; }
    .fundcard .ticker .fund-link {
      display: inline-block;
      font-size: 11px;
      color: #1965A1;
      padding-left: 5px; }
  .fundcard .fa {
    position: absolute;
    right: 6px;
    bottom: 5px; }
  .fundcard .cross-area {
    position: absolute;
    top: 2px;
    right: 6px;
    color: #41474C;
    text-shadow: none;
    opacity: 0.6;
    font-weight: normal;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    text-align: center; }
    .fundcard .cross-area span {
      font-size: 24px; }
    .fundcard .cross-area:hover {
      opacity: 1.0; }

.warnings-section.ng-hide-add {
  -webkit-animation: 0.5s fadeOutUp ease;
          animation: 0.5s fadeOutUp ease; }

.warnings-section.ng-hide-remove {
  -webkit-animation: 0.5s fadeInDown ease;
          animation: 0.5s fadeInDown ease; }

.savedFilterBox.ng-hide-add {
  -webkit-animation: 0.5s zoomOut ease;
          animation: 0.5s zoomOut ease; }

.savedFilterBox.ng-hide-remove {
  -webkit-animation: 0.5s zoomIn ease;
          animation: 0.5s zoomIn ease; }

.dynamic-sidenav.ng-hide-add {
  -webkit-animation: 0.3s bounceOut ease;
          animation: 0.3s bounceOut ease; }

.dynamic-sidenav.ng-hide-remove {
  -webkit-animation: 0.3s bounceIn ease;
          animation: 0.3s bounceIn ease; }

.warning-message.ng-hide-add {
  -webkit-animation: 0.5s zoomOut ease;
          animation: 0.5s zoomOut ease; }

.warning-message.ng-hide-remove {
  -webkit-animation: 0.5s zoomIn ease;
          animation: 0.5s zoomIn ease; }

.animate-array.ng-enter, .animate-array.ng-leave {
  transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.animate-array.ng-leave.ng-leave-active, .animate-array.ng-enter {
  opacity: 0;
  width: 0px;
  height: 0px; }

.animate-array.ng-enter.ng-enter-active, .animate-array.ng-leave {
  opacity: 1;
  width: 100%;
  height: 100%; }

.save-button {
  background: #CC3C26;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 15px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 0;
  text-align: center;
  border-style: none; }
  @media (min-width: 600px) {
    .save-button {
      position: absolute; } }
  @media (min-width: 960px) {
    .save-button {
      height: 60px;
      width: 150px; }
      .save-button span {
        font-size: 20px;
        vertical-align: middle;
        line-height: 60px; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .save-button {
      height: 48px;
      width: 120px; } }
  @media (max-width: 599px) {
    .save-button {
      height: 48px;
      width: 100px; } }

.save-button[disabled] {
  background-color: grey; }

.save-button-xs {
  background: #CC3C26;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 15px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  height: 35px;
  width: 100%;
  text-align: center;
  border-style: none; }
  .save-button-xs span {
    font-size: 18px;
    vertical-align: middle; }

.fundsSelect md-content._md {
  padding: 0; }

.fundsSelect md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
  border-width: 1px; }

.fundsSelect md-option {
  height: 32px; }

.fundsSelect .md-text {
  font-size: 14px; }
  @media (max-width: 599px) {
    .fundsSelect .md-text {
      font-size: 10px; } }

.fundsSelect md-optgroup label {
  padding: 8px 16px; }

.fee-dropwdown {
  width: 100%; }

@media (min-width: 960px) and (max-width: 1350px) {
  .wrapFee .adv-entry span {
    height: 30px; } }

.wrapFee .adv-entry span.switch {
  height: 24px; }

.wrapBoxAdvOpt {
  width: 95%;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .wrapBoxAdvOpt md-divider {
      width: 98%; } }
  .wrapBoxAdvOpt .switch {
    height: 24px;
    margin: 0 8px; }
    .wrapBoxAdvOpt .switch small {
      width: 24px;
      height: 24px; }
  .wrapBoxAdvOpt .switch.option-switch {
    background: #1965A1; }
  .wrapBoxAdvOpt .switch.checked {
    background: #1965A1;
    border-color: #1965A1; }
    .wrapBoxAdvOpt .switch.checked small {
      left: 27px; }
  @media (min-width: 600px) {
    .wrapBoxAdvOpt .adv_options_text {
      border-right: 1px solid #EDEDED; } }
  .wrapBoxAdvOpt .adv_options_text div:first-child span {
    color: #000000;
    line-height: 24px; }
    @media (min-width: 960px) {
      .wrapBoxAdvOpt .adv_options_text div:first-child span {
        font-size: 16px; } }
    @media (max-width: 959px) {
      .wrapBoxAdvOpt .adv_options_text div:first-child span {
        font-size: 14px; } }
  .wrapBoxAdvOpt .adv_options_text span:last-child {
    color: #4A4A4A;
    line-height: 18px;
    box-sizing: border-box;
    max-width: 100%; }
    @media (min-width: 960px) {
      .wrapBoxAdvOpt .adv_options_text span:last-child {
        font-size: 13px; } }
    @media (max-width: 959px) {
      .wrapBoxAdvOpt .adv_options_text span:last-child {
        font-size: 12px; } }
  .wrapBoxAdvOpt .adv_options_filters md-input-container {
    margin: 0;
    padding: 0; }
    .wrapBoxAdvOpt .adv_options_filters md-input-container md-select {
      border: 1px solid #E2E2E2;
      height: 40px; }
      .wrapBoxAdvOpt .adv_options_filters md-input-container md-select .md-select-value {
        border-bottom-style: none !important; }
    .wrapBoxAdvOpt .adv_options_filters md-input-container md-select[disabled] {
      background-color: rgba(29, 29, 29, 0.3); }
      .wrapBoxAdvOpt .adv_options_filters md-input-container md-select[disabled] .md-select-value {
        background-image: none; }
  .wrapBoxAdvOpt .adv_options_filters input {
    height: 42px;
    border: 1px solid #E2E2E2;
    padding-left: 0.5em; }
  .wrapBoxAdvOpt .adv_options_filters input[disabled] {
    background-color: rgba(29, 29, 29, 0.3); }
  @media (max-width: 599px) {
    .wrapBoxAdvOpt .adv_options_filters .slider-obj {
      margin-bottom: 1em; } }
  .wrapBoxAdvOpt .adv-entry span {
    color: #777777;
    letter-spacing: 0px;
    line-height: 16px;
    max-width: 100%; }
    @media (min-width: 960px) {
      .wrapBoxAdvOpt .adv-entry span {
        font-size: 13px; } }
    @media (max-width: 959px) {
      .wrapBoxAdvOpt .adv-entry span {
        font-size: 12px; } }
  .wrapBoxAdvOpt .adv-entry div span {
    color: #4A4A4A;
    letter-spacing: 0px;
    line-height: 16px; }
    @media (min-width: 960px) {
      .wrapBoxAdvOpt .adv-entry div span {
        font-size: 16px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .wrapBoxAdvOpt .adv-entry div span {
        font-size: 14px; } }
  @media (max-width: 959px) {
    .wrapBoxAdvOpt .adv-entry .smaller-bottom-margin {
      margin-bottom: 10px;
      margin-top: 10px; } }
  .wrapBoxAdvOpt .adv-close {
    position: absolute;
    top: 2px;
    right: 6px;
    color: #41474C;
    text-shadow: none;
    opacity: 0.6;
    font-weight: normal;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    text-align: center; }
    .wrapBoxAdvOpt .adv-close span {
      font-size: 30px; }
    .wrapBoxAdvOpt .adv-close:hover {
      opacity: 1.0; }
  .wrapBoxAdvOpt .slider-container .messages {
    top: 20px;
    position: relative; }
  .wrapBoxAdvOpt .messages {
    z-index: 8;
    background: #cc3c26;
    border-radius: 2px;
    width: 180px;
    box-shadow: 1px 0px 2px 0px rgba(64, 64, 64, 0.13); }
    @media (min-width: 600px) {
      .wrapBoxAdvOpt .messages {
        top: 48px;
        position: absolute; } }
    @media (max-width: 599px) {
      .wrapBoxAdvOpt .messages {
        top: 44px;
        position: absolute; } }
  .wrapBoxAdvOpt .messagesSmall {
    z-index: 8;
    background: #cc3c26;
    border-radius: 2px;
    top: 48px;
    width: 155px;
    position: absolute;
    box-shadow: 1px 0px 2px 0px rgba(64, 64, 64, 0.13); }
    @media (max-width: 599px) {
      .wrapBoxAdvOpt .messagesSmall {
        width: 70px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .wrapBoxAdvOpt .messagesSmall {
        width: 90px; } }
  .wrapBoxAdvOpt .error-message {
    padding: 4px; }
    .wrapBoxAdvOpt .error-message span {
      font-size: 14px !important;
      color: #FFFFFF !important; }
      @media (min-width: 600px) and (max-width: 959px) {
        .wrapBoxAdvOpt .error-message span {
          font-size: 13px !important; } }
      @media (max-width: 599px) {
        .wrapBoxAdvOpt .error-message span {
          font-size: 12px !important; } }
  .wrapBoxAdvOpt .error-message.md-input-message-animation {
    color: #FFFFFF; }
  .wrapBoxAdvOpt .advopt-warning {
    margin: 8px 0; }
    .wrapBoxAdvOpt .advopt-warning i {
      color: #f3be2a; }
    .wrapBoxAdvOpt .advopt-warning span {
      font-size: 14px;
      padding-left: 8px; }
  .wrapBoxAdvOpt .warning-border {
    border: 1px solid #f3be2a !important; }
  .wrapBoxAdvOpt .add-ratio {
    color: #1965A1;
    margin-top: 20px; }
    .wrapBoxAdvOpt .add-ratio i {
      margin-right: 8px;
      font-family: FontAwesome;
      font-size: 18px; }
    .wrapBoxAdvOpt .add-ratio span {
      font-size: 13px;
      letter-spacing: 0px;
      line-height: 16px; }
  .wrapBoxAdvOpt .return-remove {
    position: relative; }
    .wrapBoxAdvOpt .return-remove span {
      font-size: 11px;
      color: #777777; }
      @media (min-width: 960px) {
        .wrapBoxAdvOpt .return-remove span {
          padding: 24px; } }
      @media (min-width: 600px) and (max-width: 959px) {
        .wrapBoxAdvOpt .return-remove span {
          padding-right: 24px; } }
      @media (max-width: 599px) {
        .wrapBoxAdvOpt .return-remove span {
          padding-right: 10px; } }
    @media (min-width: 960px) {
      .wrapBoxAdvOpt .return-remove .return-close {
        position: absolute;
        top: 28px;
        right: -20px;
        color: #333;
        text-shadow: none;
        opacity: 0.6;
        font-weight: normal;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        font-size: 1.5rem;
        text-align: center; }
        .wrapBoxAdvOpt .return-remove .return-close span {
          font-size: 24px; }
        .wrapBoxAdvOpt .return-remove .return-close:hover {
          opacity: 1.0; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .wrapBoxAdvOpt .return-remove .return-close {
        position: absolute;
        top: 28px;
        right: -20px;
        color: #333;
        text-shadow: none;
        opacity: 0.6;
        font-weight: normal;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        font-size: 1.5rem;
        text-align: center; }
        .wrapBoxAdvOpt .return-remove .return-close span {
          font-size: 24px; }
        .wrapBoxAdvOpt .return-remove .return-close:hover {
          opacity: 1.0; } }
    @media (max-width: 599px) {
      .wrapBoxAdvOpt .return-remove .return-close {
        position: absolute;
        top: 8px;
        right: -40px;
        color: #333;
        text-shadow: none;
        opacity: 0.6;
        font-weight: normal;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        font-size: 1.5rem;
        text-align: center; }
        .wrapBoxAdvOpt .return-remove .return-close span {
          font-size: 24px; }
        .wrapBoxAdvOpt .return-remove .return-close:hover {
          opacity: 1.0; } }
  .wrapBoxAdvOpt .disable-class {
    color: #777777 !important; }

.leftCaret {
  position: relative; }
  .leftCaret:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 5%;
    width: 0;
    height: 0;
    border-bottom: solid 22px white;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent; }

.middleCaret {
  position: relative; }
  .middleCaret:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 38%;
    width: 0;
    height: 0;
    border-bottom: solid 22px white;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent; }

.lastCaret {
  position: relative; }
  .lastCaret:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 70%;
    width: 0;
    height: 0;
    border-bottom: solid 22px white;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent; }

@media (min-width: 960px) {
  .adv_options_text {
    padding: 1em; } }

@media (min-width: 600px) and (max-width: 959px) {
  .adv_options_text {
    padding: 8px 4px; } }

@media (min-width: 600px) {
  .adv_options_text {
    border-right: 2px solid #CCCCCC; } }

.adv_options_text span:nth-child(1) {
  font-size: 20px;
  color: black; }

.adv_options_text span:nth-child(2) {
  font-size: 16px;
  color: #656060; }

.futureSlider {
  margin: 20px; }

.futureSlider .rz-bubble {
  bottom: -30px;
  padding: 1px 3px;
  color: #777777;
  cursor: default; }

.futureSlider .rz-pointer {
  top: -6px !important;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
  background-color: #ffffff !important;
  border: 2px solid #b5b5b5 !important;
  border-radius: 16px !important; }

.futureSlider .rz-pointer:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0  !important;
  height: 0  !important;
  background: #ffffff;
  border-radius: 0;
  content: ''; }

.annualSliderColumn label:first-of-type {
  padding-bottom: 30px; }

.annualSliderColumn label:last-of-type {
  padding-top: 30px; }

.annualSliderColumn span {
  font-weight: bold; }

@media (min-width: 600px) {
  .annualRadioColumn {
    padding-left: 40px; } }

@media (max-width: 599px) {
  .annualRadioColumn {
    padding-top: 20px; } }

@media (min-width: 600px) and (max-width: 959px) {
  .annualRadioColumn md-radio-button {
    margin-bottom: 0.5em; } }

.annualRadioColumn md-radio-button span {
  font-size: 18px;
  color: black; }

.annualRadioColumn input {
  width: 150px; }
  @media (min-width: 600px) and (max-width: 767px) {
    .annualRadioColumn input {
      width: 120px; } }

.annualRadioColumn md-input-container {
  padding-bottom: 10px !important; }

.annualRadioColumn .messages {
  top: 0px;
  position: absolute;
  left: 160px;
  width: 120px; }
  @media (max-width: 599px) {
    .annualRadioColumn .messages {
      width: 150px; } }
  @media (min-width: 600px) and (max-width: 767px) {
    .annualRadioColumn .messages {
      width: 110px;
      left: 125px; } }

.annualRadio md-radio-button.md-checked .md-off {
  border-color: #1965A1; }

.annualRadio md-radio-button .md-on {
  background-color: #1965A1; }

.annualRadio[disabled] .md-container .md-on {
  background-color: transparent; }

.annualRadio[disabled] .md-container .md-off {
  border-color: rgba(0, 0, 0, 0.38); }

.savedFilterBox {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 15px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 20px; }
  .savedFilterBox > div {
    position: relative;
    width: 95%;
    background-color: #0C4A7B;
    margin-left: auto;
    margin-right: auto; }
    .savedFilterBox > div .card-remove {
      position: absolute;
      right: 25px;
      top: 3px;
      opacity: 0.67;
      font-size: 11px;
      color: #FFFFFF;
      line-height: 24px; }
      .savedFilterBox > div .card-remove i {
        font-size: 15px; }
      .savedFilterBox > div .card-remove:hover {
        opacity: 1; }
    .savedFilterBox > div .card-trash {
      position: absolute;
      right: 2px;
      opacity: 0.67;
      font-size: 11px;
      color: #FFFFFF;
      line-height: 24px; }
      .savedFilterBox > div .card-trash i {
        font-size: 15px; }
      .savedFilterBox > div .card-trash:hover {
        opacity: 1; }
    .savedFilterBox > div div span {
      padding: 2px 0;
      opacity: 0.67;
      font-size: 13px;
      color: #FFFFFF;
      line-height: 24px; }
    .savedFilterBox > div div label {
      color: #CC3C26;
      font-weight: bold; }
  .savedFilterBox span {
    padding: 5px; }
    .savedFilterBox span label {
      font-size: 12px;
      color: #b5b5b5; }
  .savedFilterBox span:nth-child(1) i {
    float: right; }
  .savedFilterBox span:nth-child(1) label {
    float: right;
    font-size: 12px;
    color: #b5b5b5; }

.feesDropdown {
  padding: 20px 20px 0px 20px; }
  .feesDropdown md-input-container span {
    font-size: 16px;
    color: #656060; }

.withdrawalsWarning {
  margin-top: 20px;
  color: red !important; }

@media (min-width: 960px) {
  .future-contribution .adv_options_filters {
    min-height: 250px; } }

@media (min-width: 960px) and (max-width: 1279px) {
  .existing-asset .adv_options_filters {
    min-height: 270px; } }

@media (min-width: 600px) and (max-width: 959px) {
  .annual-withdrawals .adv_options_filters {
    min-height: 360px; } }

.maxCDSC {
  padding-left: 50px; }

.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  opacity: 1.0;
  border-bottom: 1px solid #EEEEEE; }
  @media (max-width: 599px) {
    .sticky-bar {
      height: 50px; } }
  .sticky-bar .sticky-fund {
    padding: 4px 0;
    position: relative;
    border-left: 1px solid #EEEEEE; }
    .sticky-bar .sticky-fund .fundname {
      font-size: 13px;
      line-height: 16px; }
      @media (min-width: 600px) and (max-width: 959px) {
        .sticky-bar .sticky-fund .fundname {
          font-size: 12px; } }
      @media (min-width: 600px) {
        .sticky-bar .sticky-fund .fundname {
          color: #1965A1;
          width: 85%; } }
      @media (max-width: 599px) {
        .sticky-bar .sticky-fund .fundname {
          color: #777777; } }
    .sticky-bar .sticky-fund .ticker {
      font-size: 12px;
      color: #777777; }
      @media (min-width: 600px) and (max-width: 959px) {
        .sticky-bar .sticky-fund .ticker {
          font-size: 11px; } }
    .sticky-bar .sticky-fund .fa {
      position: absolute;
      right: 10px;
      top: 26px; }
    .sticky-bar .sticky-fund .fundclass {
      font-size: 13px; }
      @media (min-width: 600px) and (max-width: 959px) {
        .sticky-bar .sticky-fund .fundclass {
          font-size: 11px; } }
    .sticky-bar .sticky-fund .boxed {
      white-space: nowrap; }
      @media (min-width: 600px) and (max-width: 959px) {
        .sticky-bar .sticky-fund .boxed {
          width: 80px;
          height: 20px;
          line-height: 20px;
          font-size: 11px; } }
    .sticky-bar .sticky-fund .no-ticker {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100px; }

.scroll-warning .scroll-warning__wrapper {
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3F4D61;
  color: #FFFFFF;
  margin: 6px 0;
  padding: 4px 8px;
  font-size: 14px; }

#report_side_nav, #detail_side_nav {
  position: fixed;
  z-index: 5;
  color: white;
  text-align: center; }
  @media (min-width: 960px) {
    #report_side_nav, #detail_side_nav {
      margin-top: 25px;
      left: 0px;
      padding: 0 0.5em; } }
  @media (min-width: 600px) and (max-width: 959px) {
    #report_side_nav, #detail_side_nav {
      width: 100%;
      bottom: 0px;
      background-color: #FFFFFF; } }
  @media (max-width: 599px) {
    #report_side_nav, #detail_side_nav {
      width: 100%;
      bottom: 0px;
      background-color: #FFFFFF; } }
  #report_side_nav a, #detail_side_nav a {
    text-decoration: none;
    font-size: 13px;
    color: #1965A1; }
    @media (max-width: 599px) {
      #report_side_nav a, #detail_side_nav a {
        font-size: 10px; } }
  #report_side_nav a.active, #detail_side_nav a.active {
    color: #BAC9D7; }
    #report_side_nav a.active #FundDetail2, #report_side_nav a.active #discount_grey, #detail_side_nav a.active #FundDetail2, #detail_side_nav a.active #discount_grey {
      fill: #BAC9D7; }
  #report_side_nav .icon-nav, #detail_side_nav .icon-nav {
    color: #1866A5;
    font-size: 12px;
    cursor: pointer; }
    #report_side_nav .icon-nav i, #detail_side_nav .icon-nav i {
      font-size: 20px; }
    #report_side_nav .icon-nav svg, #detail_side_nav .icon-nav svg {
      position: relative;
      padding-bottom: 4px; }
      @media (min-width: 960px) {
        #report_side_nav .icon-nav svg, #detail_side_nav .icon-nav svg {
          left: 12px; } }
      @media (max-width: 959px) {
        #report_side_nav .icon-nav svg, #detail_side_nav .icon-nav svg {
          bottom: -2px; } }
    @media (min-width: 960px) {
      #report_side_nav .icon-nav, #detail_side_nav .icon-nav {
        margin: 0 6px 16px; } }
    @media (min-width: 600px) and (max-width: 959px) {
      #report_side_nav .icon-nav, #detail_side_nav .icon-nav {
        margin: 8px 20px; } }
    @media (max-width: 599px) {
      #report_side_nav .icon-nav, #detail_side_nav .icon-nav {
        margin: 6px 16px;
        font-size: 11px; }
        #report_side_nav .icon-nav i, #detail_side_nav .icon-nav i {
          font-size: 20px; } }
    #report_side_nav .icon-nav i:hover, #detail_side_nav .icon-nav i:hover {
      color: #1866A5; }
  #report_side_nav .nav-divider, #detail_side_nav .nav-divider {
    height: 50px;
    border-bottom: 1px solid rgba(35, 62, 102, 0.25); }

/*remove default border, add drop shadow*/
.landing-container #index-banner .search-bar input {
  width: 564px;
  padding-left: 12px;
  box-sizing: border-box;
  background-color: #fff;
  height: 48px;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none; }

.landing-container #index-banner .search-bar input:hover {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.08); }

.landing-container #index-banner .search-bar input:focus {
  outline: none;
  box-shadow: 0 1px 5px #54a1f5; }

/*Styling the search button upper case*/
.md-button.md-default-theme.md-hue-2.md-warn.md-raised, .md-button.md-hue-2.md-warn.md-raised, .md-button.md-default-theme.md-hue-2.md-warn.md-fab, .md-button.md-hue-2.md-warn.md-fab {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

/*font size on header links*/
.landing-container .navbar-fixed md-toolbar a {
  font-size: 16px; }

/*landing intro font*/
.landing-container #index-banner .subtitle {
  font-size: 24px; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (min-width: 600px) {
      .safari_only .layout-row.layout-wrap > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0; } }
    .safari_only .checkbox.layout-row.layout-wrap > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      @media (min-width: 960px) {
        .safari_only .checkbox.layout-row.layout-wrap > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%; } }
    @media (min-width: 960px) {
      .safari_only .advancedLastRow.layout-wrap > .adv-dropdowns {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33%;
                flex: 1 1 33%; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .safari_only .advancedLastRow.layout-wrap > .adv-dropdowns {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; } } } }

@media (min-width: 960px) {
  #report_funds_warnings {
    padding-left: 90px;
    padding-right: 2em; } }

@media (min-width: 600px) and (max-width: 959px) {
  #report_funds_warnings {
    margin-left: auto;
    margin-right: auto;
    width: 96%; } }

#report_funds_warnings .warning-message {
  border: 1px solid #f3be2a;
  padding: 12px; }
  @media (max-width: 599px) {
    #report_funds_warnings .warning-message {
      padding: 4px; } }
  #report_funds_warnings .warning-message .warning-text span:first-of-type {
    color: #252525;
    font-size: 14px; }
  #report_funds_warnings .warning-message .warning-text span:nth-of-type(2) {
    margin-top: 2px;
    color: #b5b5b5;
    font-size: 13px; }
  #report_funds_warnings .warning-message .warning-text .switch-warning {
    margin-top: 2px;
    color: #b5b5b5;
    font-size: 13px; }
    #report_funds_warnings .warning-message .warning-text .switch-warning strong {
      color: #252525; }
  #report_funds_warnings .warning-message i {
    color: #f3be2a; }
  #report_funds_warnings .warning-message > div:last-of-type {
    padding-left: 8px; }

.footer {
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 0px;
  line-height: 29px; }
  @media (min-width: 960px) {
    .footer {
      margin-left: 70px;
      padding-bottom: 1em;
      padding-top: 1em; } }
  @media (min-width: 600px) and (max-width: 959px) {
    .footer {
      margin-bottom: 40px;
      padding-bottom: 1em;
      padding-top: 1em; } }
  @media (max-width: 599px) {
    .footer {
      padding: 0px 0px 0px 0px;
      margin: 0 0 40px 0;
      width: 100%; } }
  .footer md-divider {
    padding: 0 0;
    margin: 0 0;
    width: 98%;
    margin-left: auto;
    margin-right: auto; }
  .footer .legend-text {
    font-size: 13px;
    color: #8B8B8B;
    line-height: 15px; }
  .footer .footer-title {
    font-size: 16px;
    color: #000000;
    line-height: 24px; }
    @media (max-width: 599px) {
      .footer .footer-title {
        color: #1965A1;
        font-size: 14px; } }
    @media (max-width: 599px) {
      .footer .footer-title i {
        margin-left: 4px;
        color: #1965A1; } }

nga-footer .hnav {
  color: #1965a1; }
  nga-footer .hnav li {
    list-style: none;
    font-weight: bold; }
    nga-footer .hnav li a {
      color: #1965a1;
      text-decoration: none; }
      @media (min-width: 960px) {
        nga-footer .hnav li a {
          font-size: 1em; } }
      @media (max-width: 959px) {
        nga-footer .hnav li a {
          font-size: 0.9em; } }
    nga-footer .hnav li.first::after {
      content: '|';
      padding: .5em; }
    nga-footer .hnav li.second {
      padding-left: 0; }
  nga-footer .hnav .fa {
    font-size: 1.1em; }
  nga-footer .hnav.social-media li {
    margin-left: .5em; }

nga-footer .trademark {
  color: #b5b5b5;
  font-size: .875em; }
  @media (max-width: 599px) {
    nga-footer .trademark {
      width: 75%;
      text-align: center;
      font-size: .8em; } }
  nga-footer .trademark div {
    margin-top: 1em; }

md-dialog {
  border-radius: 0px; }
  md-dialog .md-dialog-content {
    padding: 8px; }
    md-dialog .md-dialog-content .fundcard {
      margin: 0;
      border-style: none; }
      md-dialog .md-dialog-content .fundcard .ticker {
        font-weight: 100 !important;
        margin: 0.5em 0; }
  md-dialog md-dialog-actions {
    padding-right: 0; }
    md-dialog md-dialog-actions .md-button {
      margin-bottom: 0;
      border-radius: 0; }
    md-dialog md-dialog-actions .md-button:not([disabled]):hover {
      background: #CC3C26; }
    md-dialog md-dialog-actions .md-button:not([disabled]).md-focused {
      background: #CC3C26; }

.spinner {
  -webkit-animation: rotator 1.5s linear infinite;
          animation: rotator 1.5s linear infinite; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.5s ease-in-out infinite, colors 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, colors 6s ease-in-out infinite; }

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4; }
  50% {
    stroke: #5A83B4; }
  100% {
    stroke: #4285F4; } }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  50% {
    stroke: #5A83B4; }
  100% {
    stroke: #4285F4; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  opacity: 0.8;
  display: block;
  z-index: 1001; }

.overlay-message {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -146px;
  margin-left: -90px;
  opacity: 1;
  z-index: 1001;
  padding: 100px 50px; }

#detail-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block; }
  #detail-container #detail_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px; }
    #detail-container #detail_header .analyze-button {
      font-size: 16px;
      background: #CC3C26;
      cursor: pointer;
      color: #FFFFFF;
      line-height: 15px;
      text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); }
    #detail-container #detail_header .detail-title {
      background: #1965A1;
      width: 100%;
      height: inherit; }
      #detail-container #detail_header .detail-title img {
        margin-left: auto;
        margin-right: auto;
        padding: 0.5em 0; }
        @media (min-width: 1280px) {
          #detail-container #detail_header .detail-title img {
            width: 240px; } }
        @media (min-width: 1080px) and (max-width: 1279px) {
          #detail-container #detail_header .detail-title img {
            width: 200px; } }
        @media (min-width: 960px) and (max-width: 1079px) {
          #detail-container #detail_header .detail-title img {
            width: 180px; } }
        @media (min-width: 600px) and (max-width: 959px) {
          #detail-container #detail_header .detail-title img {
            width: 240px; } }
        @media (max-width: 599px) {
          #detail-container #detail_header .detail-title img {
            width: 200px; } }
    #detail-container #detail_header .detail-card {
      padding: 1em 1em; }
      @media (max-width: 959px) {
        #detail-container #detail_header .detail-card {
          padding: 0.5em 0.5em; } }
      #detail-container #detail_header .detail-card .fundname {
        color: #1965A1;
        font-weight: bold;
        font-size: 18px; }
        @media (max-width: 959px) {
          #detail-container #detail_header .detail-card .fundname {
            font-size: 15px; } }
      #detail-container #detail_header .detail-card .ticker {
        margin-left: 4px;
        color: #777777;
        font-size: 11px; }
      #detail-container #detail_header .detail-card .class {
        margin-left: 2%;
        font-size: 16px; }
        @media (max-width: 959px) {
          #detail-container #detail_header .detail-card .class {
            font-size: 13px; } }
      #detail-container #detail_header .detail-card .loadtype {
        position: relative;
        top: 4px;
        margin-left: 3%; }
  @media (min-width: 960px) {
    #detail-container #detail_middle {
      margin-left: 70px; } }
  #detail-container #detail_middle #detail-general .general-container {
    margin: 0.5em;
    background: #FFFFFF;
    border: 1px solid #D7D7D7; }
    #detail-container #detail_middle #detail-general .general-container .ms-column {
      min-height: 250px; }
      @media (max-width: 959px) {
        #detail-container #detail_middle #detail-general .general-container .ms-column {
          min-height: 200px; } }
      #detail-container #detail_middle #detail-general .general-container .ms-column .detail-row {
        padding-top: 15px; }
      #detail-container #detail_middle #detail-general .general-container .ms-column fa-morningstar-style-box > div {
        position: relative;
        right: 20px;
        bottom: 30px; }
  #detail-container #detail_middle #detail-general .detail-misc {
    color: #1965A1; }
    #detail-container #detail_middle #detail-general .detail-misc > div {
      padding-top: 0.7em;
      padding-bottom: 0.7em; }
      #detail-container #detail_middle #detail-general .detail-misc > div i {
        color: #B1B4BE;
        font-size: 20px; }
      #detail-container #detail_middle #detail-general .detail-misc > div:nth-child(2) a {
        text-decoration: none;
        color: #1965A1; }
      @media (max-width: 959px) {
        #detail-container #detail_middle #detail-general .detail-misc > div:nth-child(2) {
          border-top: 1px solid #D7D7D7; } }
      @media (min-width: 960px) {
        #detail-container #detail_middle #detail-general .detail-misc > div:nth-child(2) {
          border-left: 1px solid #D7D7D7;
          border-right: 1px solid #D7D7D7; } }
      #detail-container #detail_middle #detail-general .detail-misc > div:nth-child(3) {
        color: #FFFFFF;
        background: #50A2DA;
        text-shadow: 0px 0px 4px rgba(19, 75, 119, 0.66); }
        @media (max-width: 959px) {
          #detail-container #detail_middle #detail-general .detail-misc > div:nth-child(3) {
            border-left: 1px solid #D7D7D7; } }
        #detail-container #detail_middle #detail-general .detail-misc > div:nth-child(3) i {
          color: #FFFFFF; }
        #detail-container #detail_middle #detail-general .detail-misc > div:nth-child(3) a {
          text-decoration: none;
          color: #FFFFFF; }
      @media (max-width: 599px) {
        #detail-container #detail_middle #detail-general .detail-misc > div span {
          font-size: 13px;
          line-height: 20px; } }
  #detail-container #detail_middle #detail-feeExpense .expense-container {
    margin: 0.5em;
    padding: 0.5em;
    border: 1px solid #D7D7D7; }
    #detail-container #detail_middle #detail-feeExpense .expense-container > div:first-child {
      padding: 0.5em 0;
      font-size: 18px;
      color: #50A2DA; }
      @media (max-width: 599px) {
        #detail-container #detail_middle #detail-feeExpense .expense-container > div:first-child {
          font-size: 14px; } }
    #detail-container #detail_middle #detail-feeExpense .expense-container .chart-container {
      height: 350px;
      width: 100%; }
      @media (max-width: 599px) {
        #detail-container #detail_middle #detail-feeExpense .expense-container .chart-container {
          height: 510px; } }
      #detail-container #detail_middle #detail-feeExpense .expense-container .chart-container detail-expense {
        overflow: hidden;
        width: 98%; }
    #detail-container #detail_middle #detail-feeExpense .expense-container .warning {
      border: 1px solid #f3be2a;
      padding: 0.5em 1em; }
      #detail-container #detail_middle #detail-feeExpense .expense-container .warning i {
        color: #f3be2a; }
      #detail-container #detail_middle #detail-feeExpense .expense-container .warning span {
        color: #252525;
        font-size: 14px; }
      #detail-container #detail_middle #detail-feeExpense .expense-container .warning > div:last-of-type {
        padding-left: 0.5em; }
  #detail-container #detail_middle #detail-feeInfo .feeinfo-container {
    margin: 0.5em;
    padding: 0.5em;
    border: 1px solid #D7D7D7; }
    #detail-container #detail_middle #detail-feeInfo .feeinfo-container .info-title {
      font-weight: bold;
      font-size: 16px;
      color: #777777;
      line-height: 24px; }
    @media (min-width: 600px) and (max-width: 959px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:first-child {
        border-right: 1px solid #D7D7D7; } }
    @media (max-width: 599px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:first-child {
        border-bottom: 1px solid #D7D7D7; } }
    @media (min-width: 960px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:nth-child(2) {
        border-left: 1px solid #D7D7D7;
        border-right: 1px solid #D7D7D7; } }
    @media (min-width: 600px) and (max-width: 959px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:nth-child(2) {
        border-right: 1px solid #D7D7D7;
        border-left: none;
        border-top: 1px solid #D7D7D7;
        padding-top: 8px; } }
    @media (max-width: 599px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:nth-child(2) {
        border-bottom: 1px solid #D7D7D7;
        padding-top: 8px; } }
    @media (min-width: 960px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:nth-child(3) {
        border-right: 1px solid #D7D7D7; } }
    @media (min-width: 600px) and (max-width: 959px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:nth-child(3) {
        border-right: none;
        border-top: 1px solid #D7D7D7;
        padding-top: 8px; } }
    @media (max-width: 599px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:nth-child(3) {
        border-bottom: 1px solid #D7D7D7;
        padding-top: 8px; } }
    @media (max-width: 599px) {
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container > div:nth-child(4) {
        padding-top: 8px; } }
    #detail-container #detail_middle #detail-feeInfo .feeinfo-container .this-fund span:first-child {
      font-weight: bold;
      font-size: 18px;
      color: #000000;
      line-height: 14px;
      margin-right: 2%; }
    #detail-container #detail_middle #detail-feeInfo .feeinfo-container .this-fund span:nth-child(2) {
      font-size: 14px;
      color: #777777;
      line-height: 12px; }
    #detail-container #detail_middle #detail-feeInfo .feeinfo-container .averages span:first-child {
      font-weight: bold;
      font-size: 16px;
      color: #000000;
      line-height: 14px;
      margin-bottom: 0.5em;
      padding-right: 10px; }
    #detail-container #detail_middle #detail-feeInfo .feeinfo-container .averages span:nth-child(2) {
      font-size: 14px;
      color: #777777;
      line-height: 16px; }
    #detail-container #detail_middle #detail-feeInfo .feeinfo-container .detail-row {
      padding-bottom: 1em; }
      #detail-container #detail_middle #detail-feeInfo .feeinfo-container .detail-row > div {
        margin-left: 5%; }
  #detail-container #detail_middle #detail-discount .discount-container {
    margin: 0.5em;
    padding: 0.5em;
    border: 1px solid #D7D7D7; }
    #detail-container #detail_middle #detail-discount .discount-container discount-title {
      padding: 0.5em; }
      #detail-container #detail_middle #detail-discount .discount-container discount-title .fa-check-circle {
        font-size: 28px;
        color: #50A2DA; }
      #detail-container #detail_middle #detail-discount .discount-container discount-title .fa-times {
        font-size: 28px;
        color: #D7D7D7; }
      #detail-container #detail_middle #detail-discount .discount-container discount-title span {
        font-weight: bold;
        padding-left: 2%;
        font-size: 16px;
        color: #777777;
        line-height: 24px; }
    #detail-container #detail_middle #detail-discount .discount-container md-divider {
      margin: 1em 0; }
    #detail-container #detail_middle #detail-discount .discount-container .discount_chip {
      font-size: 13px; }
    #detail-container #detail_middle #detail-discount .discount-container .waviers ul {
      list-style: none; }
    #detail-container #detail_middle #detail-discount .discount-container .waviers li:before {
      content: "\2022";
      /* Insert content that looks like bullets */
      padding-right: 8px;
      color: #50A2DA;
      /* Or a color you prefer */
      font-size: 30px; }
    #detail-container #detail_middle #detail-discount .discount-container .detail-row .row-content {
      color: #000000; }
      @media (min-width: 960px) {
        #detail-container #detail_middle #detail-discount .discount-container .detail-row .row-content {
          font-size: 15px;
          line-height: 17px; } }
      @media (min-width: 600px) and (max-width: 959px) {
        #detail-container #detail_middle #detail-discount .discount-container .detail-row .row-content {
          font-size: 16px;
          line-height: 16px; } }
      @media (max-width: 599px) {
        #detail-container #detail_middle #detail-discount .discount-container .detail-row .row-content {
          font-size: 15px;
          line-height: 15px; } }
  #detail-container #detail_middle #detail-discount .discount-row {
    padding-left: 10px; }
  #detail-container .detail-row {
    margin: 0.5em 0; }
    #detail-container .detail-row i {
      color: #50A2DA;
      margin-right: 0.8em; }
    #detail-container .detail-row .row-title {
      color: #9B9B9B;
      font-size: 14px;
      margin-bottom: 0.5em;
      font-weight: bold;
      display: block; }
    #detail-container .detail-row .row-content {
      color: #000000;
      font-size: 15px;
      line-height: 17px; }
  #detail-container .detailNA {
    color: #777777;
    font-size: 15px; }
  #detail-container .center-amount {
    text-align: center; }

.share-container {
  padding: 1em 0.5em; }
  .share-container md-input-container {
    margin-bottom: 0.5em;
    margin-top: 0.5em; }
  .share-container .title {
    margin-bottom: 0.5em; }
  .share-container .messages {
    position: relative;
    padding-bottom: 0.5em;
    font-size: 13px;
    color: red;
    top: -20px; }
    .share-container .messages .error-message {
      transition: 0.4s ease-in-out all;
      position: absolute; }
    .share-container .messages .error-message.ng-enter {
      opacity: 0;
      margin-top: -20px; }
    .share-container .messages .error-message.ng-enter.ng-enter-active {
      opacity: 1;
      margin-top: 0; }
    .share-container .messages .error-message.ng-leave {
      opacity: 1;
      margin-top: 0; }
    .share-container .messages .error-message.ng-leave-active {
      opacity: 0;
      margin-top: -20px; }
  .share-container .to-email .messages {
    top: -10px; }
  .share-container .checkbox md-checkbox .md-container {
    width: 16px;
    height: 16px; }
  .share-container .checkbox md-checkbox .md-icon {
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-radius: 1px; }
  .share-container .checkbox md-checkbox .md-label {
    font-size: 14px; }
  .share-container .help-text {
    font-size: 12px; }
  .share-container .warning {
    max-width: 500px;
    border: 1px solid #f3be2a;
    padding: 0.5em 1em; }
    .share-container .warning i {
      color: #f3be2a;
      padding: 0; }
      @media (max-width: 599px) {
        .share-container .warning i {
          margin-left: -20px; } }
    .share-container .warning span {
      color: #252525;
      font-size: 14px; }
    .share-container .warning > div:last-of-type {
      padding-left: 0.5em; }
    .share-container .warning > div strong {
      color: red; }

.email-confirm-container .overlay-message {
  border: 1px solid #8c8c8c;
  padding: 50px 50px;
  margin-top: -96px; }

.hidden {
  display: none; }

@media all {
  .page-break {
    display: none; } }

.printOnly {
  display: none; }

@media print {
  @page {
    margin: .5in 0 0 0; }
  div {
    float: none !important;
    position: static !important;
    box-sizing: content-box !important; }
  .page-break {
    display: block;
    page-break-before: always; }
  .hidden-print {
    display: none; }
  .result-container {
    display: block; }
  .discount-container {
    display: block; }
  #report_funds_selected {
    position: relative; }
  .report-container {
    background: white !important; }
  #report_main {
    background: white !important; }
  .report_content {
    margin-top: 0 !important; }
    .report_content .bees-print {
      height: 600px; }
    .report_content .bees-titles {
      display: block; }
  .report_section {
    background: white !important; }
  .dataPrint {
    display: block; }
    .dataPrint .chart-details-data md-list {
      width: 20%; }
    .dataPrint .chart-details-data md-list-item {
      min-height: 45px;
      height: 0; }
    .dataPrint .chart-details-data .chart-details-subtitle {
      min-height: 50px !important; } }
    @media print and (max-width: 959px) {
      .dataPrint .chart-details-data .chart-details-subtitle {
        width: 90%; } }

@media print {
  md-list-item {
    display: block;
    min-height: 20px;
    height: 0; }
  chart-details md-toolbar {
    min-height: 0 !important;
    font-size: 10px;
    background: #fafafa !important;
    color: black !important;
    page-break-before: always;
    page-break-after: avoid;
    float: none; }
  .viewDetails {
    max-height: 300px; }
    .viewDetails div {
      padding-top: 1px;
      padding-bottom: 1px; }
    .viewDetails .salesNA div {
      padding-top: 100px; }
    .viewDetails .contingentNA div {
      padding-top: 100px; }
  /*.chart-print{
     transform: scale(0.8, 0.8);
     -webkit-transform: scale(0.8, 0.8);
     -moz-transform:scale(.8,.8);
   }*/
  /* #report-fee{
     transform: scale(0.9, 0.9);
     -webkit-transform: scale(0.9, 0.9);
     -moz-transform:scale(.9,.9);
   }*/
  /*.chart-details-data {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform:scale(.9, .9);
  }*/
  .report-header .white-link {
    color: #656060 !important;
    text-shadow: none !important; }
  .advancedFilters {
    background: white !important; }
    .advancedFilters .adv-dropdowns {
      color: #656060 !important;
      text-shadow: none !important; }
  #report-discount {
    display: block; }
    #report-discount .white-box .discount-title span:first-of-type {
      font-size: 8px; }
    #report-discount .white-box .discount-title span:last-of-type {
      font-size: 8px; }
    #report-discount .white-box .discount-title-row {
      height: 30px;
      /*& span{
          font-size:10px;
        }*/ }
    #report-discount .white-box .discount-row {
      height: 45px; }
      #report-discount .white-box .discount-row span {
        font-size: 10px; }
  #report-info .white-box div {
    padding: 0; }
  #detail_content {
    display: block;
    background: white !important; }
  .expense-container {
    display: block; }
  #detail_main {
    display: block;
    padding-top: 0 !important; }
  #detail_middle {
    display: block; }
  .finra_legend {
    margin: 0; }
  .morningstarColumn {
    margin-top: -20px; }
  .ratingsBox {
    margin-top: -20px; }
  .savedFilterBox {
    text-shadow: none !important; }
    .savedFilterBox > div .card-trash {
      display: none; }
  screen9 svg use {
    pointer-events: none; }
  screen9 svg {
    position: absolute !important; } }

@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  svg use {
    pointer-events: none; }
  svg {
    position: absolute !important; } }

@media print and (-ms-high-contrast: none) and (min-width: 960px), (-ms-high-contrast: active) and (min-width: 960px) {
  #report_main {
    padding-left: 2px; } }
