/* line 2, yam_invest_funds.scss */
.funds-list table {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 8, yam_invest_funds.scss */
.funds-list table th,
.funds-list table td {
  text-align: right;
  padding: 5px;
}
/* line 14, yam_invest_funds.scss */
.funds-list table th {
  border-bottom: 1px solid #000000;
  font-weight: normal;
}
/* line 20, yam_invest_funds.scss */
.funds-list table td.fund-name {
  text-align: left;
}
/* line 23, yam_invest_funds.scss */
.funds-list table td.fund-type-header {
  border: 1px solid #000000;
  background-color: #dddddd;
  font-size: 18px;
  padding: 5px;
}
/* line 29, yam_invest_funds.scss */
.funds-list table td.fund-type-header.fund-type-name {
  border-right: none;
  text-align: left;
}
/* line 34, yam_invest_funds.scss */
.funds-list table td.fund-type-header.fund-series-dropdown {
  border-left: none;
  text-align: right;
}

/* line 42, yam_invest_funds.scss */
.fund-wrapper {
  margin: 10px;
}
/* line 45, yam_invest_funds.scss */
.fund-wrapper.funds-list {
  font-family: futura_lt_btlight, sans-serif;
}
/* line 48, yam_invest_funds.scss */
.fund-wrapper.funds-list .header-row {
  white-space: nowrap;
  font-family: "futura_md_btmedium", "trebuchet ms", "sans-serif";
}
/* line 53, yam_invest_funds.scss */
.fund-wrapper.funds-list .fund-name {
  font-size: 20px;
  white-space: normal;
  font-family: "futura_md_btmedium", "trebuchet ms", "sans-serif";
}
/* line 60, yam_invest_funds.scss */
.fund-wrapper .fund-heading {
  overflow: hidden;
  position: relative;
}
/* line 64, yam_invest_funds.scss */
.fund-wrapper .fund-heading #fund-series-selector {
  width: 100%;
}
/* line 69, yam_invest_funds.scss */
.fund-wrapper .fund-menu {
  margin: 5px 0 0 0;
}
/* line 73, yam_invest_funds.scss */
.fund-wrapper .fund-inner {
  overflow: hidden;
  margin: 15px 0;
}
/* line 78, yam_invest_funds.scss */
.fund-wrapper .fund-inner aside h2,
.fund-wrapper .fund-inner aside h3 {
  color: #934c93;
  font-size: 17px;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
/* line 87, yam_invest_funds.scss */
.fund-wrapper .fund-inner aside h2 span,
.fund-wrapper .fund-inner aside h3 span {
  text-transform: lowercase;
}
/* line 93, yam_invest_funds.scss */
.fund-wrapper .fund-inner aside .investment-mix-header h2,
.fund-wrapper .fund-inner aside .investment-mix-header h3 {
  text-align: center;
}
/* line 99, yam_invest_funds.scss */
.fund-wrapper .fund-inner aside p, .fund-wrapper .fund-inner aside dd, .fund-wrapper .fund-inner aside div {
  font-family: futura_lt_btlight, sans-serif;
}
/* line 102, yam_invest_funds.scss */
.fund-wrapper .fund-inner aside strong, .fund-wrapper .fund-inner aside dt {
  font-family: futura_md_btmedium, sans-serif;
}
/* line 110, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l {
  font-size: 12px;
  background: #e2e2e2;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
/* line 117, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .nav-details-box,
.fund-wrapper .fund-inner .sec-l .quick-facts-box,
.fund-wrapper .fund-inner .sec-l .logo-box {
  margin: 0 0 16px;
  padding: 4px 10px;
  background: #fff;
}
/* line 125, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .quick-facts-box {
  margin-bottom: 0;
  flex: 1;
}
/* line 130, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .logo-box {
  padding: 0;
  text-align: center;
}
/* line 134, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .logo-box img {
  max-width: 227px;
}
/* line 139, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .nav-details-box {
  text-align: left;
}
.fund-wrapper .fund-inner .sec-l .nav-details-box th:not(:first-child),
.fund-wrapper .fund-inner .sec-l .nav-details-box td:not(:first-child) {
  display: none !important;
}
/* line 143, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .nav-details-box h2 span {
  font-size: 12px;
}
/* line 148, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .nav-details-box table {
  margin: 10px 0 0 0;
  width: 100%;
}
/* line 152, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .nav-details-box table th {
  font-size: 12px;
  font-weight: normal;
  width: 30%;
  padding-right: 0;
  white-space: nowrap;
}
/* line 160, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .nav-details-box table td {
  padding: 0 5px 0 0;
  width: 30%;
}
/* line 168, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .quick-facts-box p, .fund-wrapper .fund-inner .sec-l .quick-facts-box .item {
  margin: 8px 0;
}
/* line 171, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .quick-facts-box dt,
.fund-wrapper .fund-inner .sec-l .quick-facts-box dd {
  display: inline-block;
  width: 45px;
  padding: 4px 0;
}
/* line 177, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .quick-facts-box dd {
  width: calc(98% - 50px);
}
/* line 180, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .quick-facts-box .item {
  margin: 8px 0;
}
/* line 182, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-l .quick-facts-box .item dl {
  margin-top: 0;
}
/* line 188, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c {
  padding: 0;
}
/* line 192, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings thead h3 {
  font-size: 20px;
}
/* line 197, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c p,
.fund-wrapper .fund-inner .sec-c ul,
.fund-wrapper .fund-inner .sec-c li {
  font-family: "Glypha LT Std", Georgia, serif;
}
/* line 203, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .overview-disclaimer {
  border-top: 2px solid #c6c7c9;
  font-size: 0.8em;
  padding-top: 15px;
  margin: 15px 0 0;
}
/* line 210, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c h2,
.fund-wrapper .fund-inner .sec-c h5 {
  color: #934c93;
  font-weight: normal;
  margin-bottom: 1em;
}
/* line 216, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 1px 0 0;
}
/* line 221, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c h2 + p, .fund-wrapper .fund-inner .sec-c h2 + h5 {
  margin-top: 0;
}
/* line 226, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c h5 {
  font-size: 1.2em;
}
/* line 229, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c ul {
  list-style: square;
  margin-left: 10px;
  margin-bottom: 1em;
}
/* line 234, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c p {
  margin-bottom: 15px;
}
/* line 239, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings-header h2 {
  display: inline;
}
/* line 244, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings {
  border-bottom: none;
  margin: 10px 0 20px 0;
  width: 100%;
}
/* line 250, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings thead tr {
  background-color: #934c93;
}
/* line 253, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings thead tr,
.fund-wrapper .fund-inner .sec-c .top-10-holdings thead tr td,
.fund-wrapper .fund-inner .sec-c .top-10-holdings thead tr th,
.fund-wrapper .fund-inner .sec-c .top-10-holdings thead tr td h3,
.fund-wrapper .fund-inner .sec-c .top-10-holdings thead tr th h3 {
  color: #ffffff;
}
/* line 263, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings tbody tr {
  background-color: #e6e7e9;
  color: #222222;
}
/* line 266, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings tbody tr:nth-child(even) {
  background-color: #f1f3f6;
  color: #222222;
}
/* line 272, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings th,
.fund-wrapper .fund-inner .sec-c .top-10-holdings td {
  border: none;
  padding: 8px;
}
/* line 277, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings td {
  border-bottom: 1px solid #d2d3d5;
}
/* line 279, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings td.percentage-val {
  text-align: right;
}
/* line 283, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .top-10-holdings .top-10-holdings-footer {
  text-align: center;
}
/* line 287, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-c .historical-prices-form {
  margin: 0 0 20px 0;
}
/* line 291, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r {
  padding: 10px;
  background: #e2e2e2;
}
/* line 295, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r p {
  margin: 0 0 15px;
  line-height: 1.2;
}
/* line 300, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .management-team {
  padding: 0 0 4px;
}
/* line 303, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .management-team h2 {
  margin-top: 0;
}
/* line 308, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .manager-info {
  min-height: 100px;
  overflow: hidden;
}
/* line 312, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .manager-info .manager-image,
.fund-wrapper .fund-inner .sec-r .manager-info .manager-info {
  float: left;
}
/* line 318, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .manager-info .manager-image img {
  width: 75px;
  margin: 0 10px 10px 0;
}
/* line 324, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .manager-info .manager-title {
  color: #7d7d7d;
}
/* line 329, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .manager-info .manager-details .manager-name {
  padding: 4px 0;
  margin: 0;
  color: #333;
}
/* line 336, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .manager-info .manager-details .manager-bio-link a {
  color: #934c93;
  font-style: italic;
}
/* line 340, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .manager-info .manager-details .manager-bio-link a:hover {
  text-decoration: underline;
}
/* line 348, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .how-risky {
  padding: 0;
}
/* line 352, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r ul.risk-compass {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  height: 55px;
}
/* line 364, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r ul.risk-compass li {
  height: 40px;
  background: #e9e9e9;
  font-size: 10px;
  margin: 0 4px 0 0;
  padding: 0 4px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
/* line 378, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r ul.risk-compass li.selected:before {
  content: "";
  width: 10px;
  height: 14px;
  background: url("../images/down_arrow.png") no-repeat;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}
/* line 390, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r ul.risk-compass li span {
  display: block;
  line-height: 1.2;
}
/* line 396, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .investment-mix-header {
  border: 1px solid #d2d3d5;
  border-bottom: none;
  background: #cccccc;
  margin: 37px 0 0 0;
  padding: 8px;
  color: #222222;
}
/* line 404, yam_invest_funds.scss */
.fund-wrapper .fund-inner .sec-r .investment-mix-pie,
.fund-wrapper .fund-inner .sec-r .investment-mix-bar {
  border: 1px solid #d2d3d5;
}
/* line 410, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table {
  border-bottom: none;
  margin: 0 0 20px 0;
  width: 100%;
}
/* line 415, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table th,
.fund-wrapper .fund-inner .performance-table td {
  border: none;
  padding: 8px 5px;
}
/* line 421, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table td {
  border-bottom: 1px solid #d2d3d5;
  text-align: center;
}
/* line 425, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table td.percentage-val {
  text-align: right;
}
/* line 430, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table th {
  text-align: center;
  font-weight: normal;
}
/* line 435, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table abbr {
  border-bottom: 1px dotted;
  cursor: help;
}
/* line 441, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table thead tr {
  background-color: #934c93;
  color: #ffffff;
}
/* line 445, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table thead tr.labels-row {
  background-color: #cccccc;
  color: #222222;
}
/* line 449, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table thead tr.labels-row th {
  font-size: 12px;
}
/* line 457, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table tbody tr {
  background-color: #e6e7e9;
  color: #222222;
}
/* line 461, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table tbody tr:nth-child(even) {
  background-color: #f1f3f6;
}
/* line 467, yam_invest_funds.scss */
.fund-wrapper .fund-inner .performance-table .top-10-holdings-footer {
  text-align: center;
}
/* line 472, yam_invest_funds.scss */
.fund-wrapper .fund-inner .chart-cntnr {
  border: 1px solid #d2d3d5;
}
/* line 474, yam_invest_funds.scss */
.fund-wrapper .fund-inner .chart-cntnr .chart-title {
  text-align: center;
  font-family: "Glypha LT Std", serif;
  font-weight: bold;
  color: #7d7d7d;
  font-size: 14px;
  padding: 10px 0 0;
}
/* line 484, yam_invest_funds.scss */
.fund-wrapper .fund-inner #growth-chart,
.fund-wrapper .fund-inner #yearly-chart {
  min-height: 200px;
}
/* line 490, yam_invest_funds.scss */
.fund-wrapper .fund-inner #pie_chart_div {
  width: 227px;
  margin: 0 auto;
}

/* line 504, yam_invest_funds.scss */
#historical-prices-table-wrap .historical-prices {
  border-bottom: none;
  margin: 10px 0 20px 0;
  width: 100%;
}
/* line 509, yam_invest_funds.scss */
#historical-prices-table-wrap .historical-prices thead tr {
  background-color: #bdbec0;
  color: #222222;
}
/* line 514, yam_invest_funds.scss */
#historical-prices-table-wrap .historical-prices tbody tr {
  background-color: #e6e7e9;
}
/* line 516, yam_invest_funds.scss */
#historical-prices-table-wrap .historical-prices tbody tr:nth-child(even) {
  background-color: #cccccc;
}
/* line 521, yam_invest_funds.scss */
#historical-prices-table-wrap .historical-prices th,
#historical-prices-table-wrap .historical-prices td {
  border: none;
  border-bottom: 1px solid #d2d3d5;
  text-align: center;
  padding: 8px;
  width: 25%;
  color: #222222;
}
/* line 529, yam_invest_funds.scss */
#historical-prices-table-wrap .historical-prices th.nav-date,
#historical-prices-table-wrap .historical-prices td.nav-date {
  text-align: left;
}

/* line 536, yam_invest_funds.scss */
.quick_facts_box dt {
  clear: left;
  float: left;
  width: 70px;
  padding: 4px 0 4px 0;
}
/* line 542, yam_invest_funds.scss */
.quick_facts_box dd {
  clear: right;
  padding: 4px 0 4px 40px;
}

@media (min-width: 768px) {
  /* line 555, yam_invest_funds.scss */
  .fund-wrapper .fund-heading #fund-series-selector {
    width: auto;
    position: absolute;
    top: 4px;
    right: 0;
  }
  /* line 563, yam_invest_funds.scss */
  .fund-wrapper .fund-inner .sec-c {
    padding: 0 10px;
  }
  /* line 570, yam_invest_funds.scss */
  .fund-wrapper.fund-performance .fund-inner .sec-c {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 959px) {
  /* line 580, yam_invest_funds.scss */
  .fund-wrapper .fund-inner .sec-l,
  .fund-wrapper .fund-inner .sec-c,
  .fund-wrapper .fund-inner .sec-r {
    width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 591, yam_invest_funds.scss */
  .fund-wrapper .fund-inner .one-half {
    float: left;
    width: 49.5%;
    margin: 0 0 1em 1%;
    position: relative;
    z-index: 1;
  }
  /* line 598, yam_invest_funds.scss */
  .fund-wrapper .fund-inner .one-half.first {
    margin-left: 0;
    clear: left;
    z-index: 5;
  }
}

.fund-wrapper .fund-inner .performance-table.table-slim th,
.fund-wrapper .fund-inner .performance-table.table-slim td {
  padding-left: 3px;
  padding-right: 3px;
}

/*# sourceMappingURL=yam_invest_funds.css.map */
