<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/

/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* a,
  a:visited {
    text-decoration: underline;
  } */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
  /*&amp;:hover,
  &amp;:focus {
    color: @link-hover-color;
    text-decoration: underline;
  }*/
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon {
  background-image: url('../../clientlibs/gsam-style/common/img/sprites/icons_ratina_small.png');
  background-repeat: no-repeat;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon {
    background-image: url('../../clientlibs/gsam-style/common/img/sprites/icons_ratina.png');
    background-size: 50px 2124px;
  }
}
.icon.im-arrowDownBlue {
  background-position: -3px -5px;
  width: 12px;
  height: 6px;
}
.icon.im-arrowDownBlueSmall {
  background-position: -3px -16px;
  width: 9px;
  height: 5px;
}
.icon.im-arrowDownRed {
  background-position: -3px -26px;
  width: 14px;
  height: 7px;
}
@media print {
  .icon.im-arrowDownRed {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ed1c24;
  }
}
.icon.im-arrowDownWhite {
  background-position: -3px -38px;
  width: 9px;
  height: 5px;
}
.icon.im-arrowDownWhiteBig {
  background-position: -3px -48px;
  width: 16px;
  height: 9px;
}
.icon.im-arrowLeftBlue {
  background-position: -3px -62px;
  width: 8px;
  height: 12px;
}
.icon.im-arrowLeftBlueBG {
  background-position: -3px -79px;
  width: 23px;
  height: 16px;
}
.icon.im-arrowLeftWhite {
  background-position: -3px -100px;
  width: 12px;
  height: 19px;
}
.icon.im-arrowNoChangeGrey {
  background-position: -3px -124px;
  width: 8px;
  height: 10px;
}
.icon.im-arrowRightBlue {
  background-position: -3px -139px;
  width: 8px;
  height: 12px;
}
.icon.im-arrowRightBlueBG {
  background-position: -3px -156px;
  width: 23px;
  height: 16px;
}
.icon.im-arrowRightBlueBig {
  background-position: -3px -177px;
  width: 10px;
  height: 16px;
}
.icon.im-arrowRightWhite {
  background-position: -3px -198px;
  width: 12px;
  height: 19px;
}
.icon.im-arrowUpBlue {
  background-position: -3px -222px;
  width: 12px;
  height: 6px;
}
.icon.im-arrowUpBlueSmall {
  background-position: -3px -233px;
  width: 9px;
  height: 5px;
}
.icon.im-arrowUpGreen {
  background-position: -3px -243px;
  width: 14px;
  height: 7px;
}
@media print {
  .icon.im-arrowUpGreen {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #39b54a;
  }
}
.icon.im-arrowUpWhite {
  background-position: -3px -255px;
  width: 9px;
  height: 5px;
}
.icon.im-arrowUpWhiteBig {
  background-position: -3px -265px;
  width: 15px;
  height: 8px;
}
.icon.im-cartBlue {
  background-position: -3px -278px;
  width: 21px;
  height: 18px;
}
.icon.im-cartDull {
  background-position: -3px -301px;
  width: 19px;
  height: 16px;
}
.icon.im-cartWhite {
  background-position: -3px -322px;
  width: 19px;
  height: 16px;
}
.icon.im-checkedBox {
  background-position: -3px -343px;
  width: 17px;
  height: 16px;
}
.icon.im-closeBig {
  background-position: -3px -364px;
  width: 19px;
  height: 18px;
  cursor: pointer;
}
.icon.im-closeSmall {
  background-position: -3px -387px;
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.icon.im-downloadSmall {
  background-position: -3px -404px;
  width: 12px;
  height: 13px;
}
.icon.im-downloadSmall.bm-mrgnRight_5 {
  margin-right: 5px;
}
.icon.im-download {
  background-position: -3px -423px;
  width: 15px;
  height: 16px;
}
.icon.im-emailBlue {
  background-position: -3px -444px;
  width: 21px;
  height: 15px;
}
.icon.im-emailBlueBig {
  background-position: -3px -464px;
  width: 34px;
  height: 24px;
}
.icon.im-linkedInBlue {
  background-position: -3px -493px;
  width: 18px;
  height: 16px;
}
.icon.im-linkedInBlueBig {
  background-position: -3px -514px;
  width: 26px;
  height: 25px;
}
.icon.im-menuBlue {
  background-position: -3px -544px;
  width: 21px;
  height: 17px;
}
.icon.im-menuGrey {
  background-position: -3px -566px;
  width: 21px;
  height: 17px;
}
.icon.im-optionsMenuBtnBlue {
  background-position: -3px -588px;
  width: 6px;
  height: 21px;
}
.icon.im-optionsMenuBtnGrey {
  background-position: -3px -614px;
  width: 6px;
  height: 21px;
}
.icon.im-plusBlue {
  background-position: -3px -640px;
  width: 14px;
  height: 13px;
}
.icon.im-plusDarkBlue {
  background-position: -3px -658px;
  width: 11px;
  height: 10px;
}
.icon.im-plusDarkBlueBig {
  background-position: -3px -673px;
  width: 16px;
  height: 15px;
}
.icon.im-printBlue {
  background-position: -3px -693px;
  width: 14px;
  height: 13px;
}
.icon.im-printBlueBig {
  background-position: -3px -711px;
  width: 18px;
  height: 17px;
}
.icon.im-searchBlue {
  background-position: -3px -733px;
  width: 18px;
  height: 18px;
}
.icon.im-searchBlueBig {
  background-position: -3px -756px;
  width: 21px;
  height: 21px;
}
.icon.im-searchWhite {
  background-position: -3px -782px;
  width: 18px;
  height: 18px;
}
.icon.im-searchWhiteBig {
  background-position: -3px -805px;
  width: 26px;
  height: 26px;
}
.icon.im-starYellow {
  background-position: -3px -836px;
  width: 20px;
  height: 19px;
}
.icon.im-subscribeBlue {
  background-position: -3px -860px;
  width: 11px;
  height: 10px;
}
.icon.im-subscribeBlueBig {
  background-position: -3px -875px;
  width: 16px;
  height: 15px;
}
.icon.im-twitter {
  background-position: -3px -895px;
  width: 21px;
  height: 16px;
}
.icon.im-twitterBig {
  background-position: -3px -916px;
  width: 34px;
  height: 26px;
}
.icon.im-unCheckedBox {
  background-position: -3px -947px;
  width: 17px;
  height: 16px;
}
.icon.im-videoWhite {
  background-position: -3px -1387px;
  width: 25px;
  height: 13px;
}
.icon.im-locked {
  background-position: -3px -1174px;
  width: 11px;
  height: 12px;
}
.icon.im-closeSmallWhite {
  background-position: -3px -1191px;
  width: 13px;
  height: 12px;
}
.icon.im-crossBlueSmall {
  background-position: -3px -1088px;
  width: 11px;
  height: 10px;
}
.icon.im-crossBlueBig {
  background-position: -3px -1156px;
  width: 14px;
  height: 13px;
}
.icon.im-unCheckedBoxDisable {
  background-position: -3px -1238px;
  width: 17px;
  height: 16px;
}
.icon.im-video {
  background-position: -3px -1259px;
  width: 25px;
  height: 13px;
}
.icon.im-videoSmall {
  background-position: -3px -1277px;
  width: 17px;
  height: 9px;
}
.icon.im-lockedLg {
  background-position: -3px -1291px;
  width: 14px;
  height: 16px;
}
@media print {
  .icon.im-starYellow {
    position: relative;
  }
  .icon.im-starYellow:before {
    content: "*";
    color: #333333;
    font-size: 45px;
    position: absolute;
    top: 8px;
  }
}
.icon.im-downArrowCLC {
  background-position: -3px -1208px;
  width: 16px;
  height: 10px;
}
.icon.im-upArrowCLC {
  background-position: -3px -1223px;
  width: 16px;
  height: 10px;
}
.icon.im-removeBig {
  background-position: -3px -1312px;
  width: 15px;
  height: 14px;
}
.icon.im-radioOff {
  background-position: -3px -1331px;
  width: 17px;
  height: 16px;
}
.icon.im-radioOn {
  background-position: -3px -1352px;
  width: 17px;
  height: 16px;
}
.icon.im-audioOn {
  background-position: -3px -1373px;
  width: 15px;
  height: 12px;
}
.icon.im-audioOff {
  background-position: -3px -1390px;
  width: 15px;
  height: 12px;
}
.icon.im-articleMenu {
  background-position: -3px -1407px;
  width: 14px;
  height: 14px;
}
.icon.im-videoBlk {
  background-position: -3px -1426px;
  width: 30px;
  height: 30px;
}
.icon.im-pdfSmall {
  background-position: -3px -1461px;
  width: 14px;
  height: 13px;
}
.icon.im-emailWhite {
  background-position: -3px -1499px;
  width: 19px;
  height: 13px;
}
.icon.im-linkedinWhite {
  background-position: -3px -1540px;
  width: 16px;
  height: 15px;
}
.icon.im-twitterWhite {
  background-position: -3px -1581px;
  width: 18px;
  height: 15px;
}
.icon.im-shareBlackSmall {
  background-position: -3px -1624px;
  width: 11px;
  height: 12px;
}
.icon.im-shareWhiteSmall {
  background-position: -3px -1664px;
  width: 11px;
  height: 12px;
}
.icon.im-shareCross {
  background-position: -3px -1700px;
  width: 13px;
  height: 12px;
}
.icon.im-downloadGrey {
  background-position: -3px -1717px;
  width: 21px;
  height: 20px;
}
.icon.im-downloadWhite {
  background-position: -3px -1742px;
  width: 21px;
  height: 20px;
}
.icon.im-lockBlueSmall {
  background-position: -3px -1767px;
  width: 14px;
  height: 15px;
}
.icon.im-lockWhiteSmall {
  background-position: -3px -1787px;
  width: 14px;
  height: 15px;
}
.icon.im-pdfWhiteSmall {
  background-position: -3px -1807px;
  width: 15px;
  height: 13px;
}
.icon.im-headPhoneWhite {
  background-position: -3px -1825px;
  width: 27px;
  height: 26px;
}
.icon.im-tickGrey {
  background-position: -3px -1856px;
  width: 14px;
  height: 10px;
}
.icon.im-plusBlueSmall {
  background-position: -3px -1871px;
  width: 13px;
  height: 12px;
}
.icon.im-plusWhiteSmall {
  background-position: -3px -1888px;
  width: 13px;
  height: 12px;
}
.icon.im-tickWhiteGrayBG {
  background-position: -3px -1905px;
  width: 41px;
  height: 40px;
}
.icon.im-downloadPDFWhite {
  background-position: -3px -1950px;
  width: 16px;
  height: 18px;
}
.icon.im-printPDFWhite {
  background-position: -3px -1950px;
  width: 16px;
  height: 18px;
}
.icon.im-leftBlueSmall {
  background-position: -3px -1990px;
  width: 8px;
  height: 13px;
}
.icon.im-rightBlueSmall {
  background-position: -11px -1990px;
  width: 8px;
  height: 13px;
}
.icon.im-arrowRightGrey {
  background-position: -3px -1972px;
  width: 8px;
  height: 13px;
}
.icon.im-blackCart {
  background-position: -23px -2008px;
  width: 15px;
  height: 13px;
}
.icon.im-externalLink {
  background-position: -3px -2029px;
  width: 13px;
  height: 12px;
}
.icon.im-arrowDownGreyBig {
  background-position: -3px -2046px;
  width: 13px;
  height: 8px;
}
.icon.im-arrowUpGreyBig {
  background-position: -17px -2046px;
  width: 12px;
  height: 12px;
}
.icon.im-checkbox {
  background-position: -4px -2059px;
  width: 14px;
  height: 14px;
}
.icon.im-checkboxSelected {
  background-position: -18px -2059px;
  width: 14px;
  height: 14px;
}
.icon.im-arrowUpGreySmall {
  background-position: -3px -2078px;
  width: 10px;
  height: 6px;
}
.icon.im-arrowDownGreySmall {
  background-position: -14px -2078px;
  width: 10px;
  height: 6px;
}
.icon.im-arrowBlueDown {
  background-position: -3px -2089px;
  width: 15px;
  height: 7px;
}
.icon.im-arrowBlueUp {
  background-position: -18px -2089px;
  width: 14px;
  height: 7px;
}
.icon.im-greyCross {
  background-position: -3px -2101px;
  width: 19px;
  height: 18px;
}
@media (min-width: 768px) {
  .icon.im-arrowDownBlue-sm {
    background-position: -3px -5px;
    width: 12px;
    height: 6px;
  }
  .icon.im-arrowDownBlueSmall-sm {
    background-position: -3px -16px;
    width: 9px;
    height: 5px;
  }
  .icon.im-arrowDownRed-sm {
    background-position: -3px -26px;
    width: 14px;
    height: 7px;
  }
  .icon.im-arrowDownWhite-sm {
    background-position: -3px -38px;
    width: 9px;
    height: 5px;
  }
  .icon.im-arrowDownWhiteBig-sm {
    background-position: -3px -48px;
    width: 16px;
    height: 9px;
  }
  .icon.im-arrowLeftBlue-sm {
    background-position: -3px -62px;
    width: 8px;
    height: 12px;
  }
  .icon.im-arrowLeftBlueBG-sm {
    background-position: -3px -79px;
    width: 23px;
    height: 16px;
  }
  .icon.im-arrowLeftWhite-sm {
    background-position: -3px -100px;
    width: 12px;
    height: 19px;
  }
  .icon.im-arrowNoChangeGrey-sm {
    background-position: -3px -124px;
    width: 8px;
    height: 10px;
  }
  .icon.im-arrowRightBlue-sm {
    background-position: -3px -139px;
    width: 8px;
    height: 12px;
  }
  .icon.im-arrowRightBlueBG-sm {
    background-position: -3px -156px;
    width: 23px;
    height: 16px;
  }
  .icon.im-arrowRightBlueBig-sm {
    background-position: -3px -177px;
    width: 10px;
    height: 16px;
  }
  .icon.im-arrowRightWhite-sm {
    background-position: -3px -198px;
    width: 12px;
    height: 19px;
  }
  .icon.im-arrowUpBlue-sm {
    background-position: -3px -222px;
    width: 12px;
    height: 6px;
  }
  .icon.im-arrowUpBlueSmall-sm {
    background-position: -3px -233px;
    width: 9px;
    height: 5px;
  }
  .icon.im-arrowUpGreen-sm {
    background-position: -3px -243px;
    width: 14px;
    height: 7px;
  }
  .icon.im-arrowUpWhite-sm {
    background-position: -3px -255px;
    width: 9px;
    height: 5px;
  }
  .icon.im-arrowUpWhiteBig-sm {
    background-position: -3px -265px;
    width: 15px;
    height: 8px;
  }
  .icon.im-cartBlue-sm {
    background-position: -3px -278px;
    width: 21px;
    height: 18px;
  }
  .icon.im-cartDull-sm {
    background-position: -3px -301px;
    width: 19px;
    height: 16px;
  }
  .icon.im-cartWhite-sm {
    background-position: -3px -322px;
    width: 19px;
    height: 16px;
  }
  .icon.im-checkedBox-sm {
    background-position: -3px -343px;
    width: 17px;
    height: 16px;
  }
  .icon.im-closeBig-sm {
    background-position: -3px -364px;
    width: 19px;
    height: 18px;
  }
  .icon.im-closeSmall-sm {
    background-position: -3px -387px;
    width: 13px;
    height: 12px;
  }
  .icon.im-downloadSmall-sm {
    background-position: -3px -404px;
    width: 12px;
    height: 13px;
  }
  .icon.im-download-sm {
    background-position: -3px -423px;
    width: 15px;
    height: 16px;
  }
  .icon.im-emailBlue-sm {
    background-position: -3px -444px;
    width: 21px;
    height: 15px;
  }
  .icon.im-emailBlueBig-sm {
    background-position: -3px -464px;
    width: 34px;
    height: 24px;
  }
  .icon.im-linkedInBlue-sm {
    background-position: -3px -493px;
    width: 18px;
    height: 16px;
  }
  .icon.im-linkedInBlueBig-sm {
    background-position: -3px -514px;
    width: 26px;
    height: 25px;
  }
  .icon.im-menuBlue-sm {
    background-position: -3px -544px;
    width: 21px;
    height: 17px;
  }
  .icon.im-menuGrey-sm {
    background-position: -3px -566px;
    width: 21px;
    height: 17px;
  }
  .icon.im-optionsMenuBtnBlue-sm {
    background-position: -3px -588px;
    width: 6px;
    height: 21px;
  }
  .icon.im-optionsMenuBtnGrey-sm {
    background-position: -3px -614px;
    width: 6px;
    height: 21px;
  }
  .icon.im-plusBlue-sm {
    background-position: -3px -640px;
    width: 14px;
    height: 13px;
  }
  .icon.im-plusDarkBlue-sm {
    background-position: -3px -658px;
    width: 11px;
    height: 10px;
  }
  .icon.im-plusDarkBlueBig-sm {
    background-position: -3px -673px;
    width: 16px;
    height: 15px;
  }
  .icon.im-printBlue-sm {
    background-position: -3px -693px;
    width: 14px;
    height: 13px;
  }
  .icon.im-printBlueBig-sm {
    background-position: -3px -711px;
    width: 18px;
    height: 17px;
  }
  .icon.im-searchBlue-sm {
    background-position: -3px -733px;
    width: 18px;
    height: 18px;
  }
  .icon.im-searchBlueBig-sm {
    background-position: -3px -756px;
    width: 21px;
    height: 21px;
  }
  .icon.im-searchWhite-sm {
    background-position: -3px -782px;
    width: 18px;
    height: 18px;
  }
  .icon.im-searchWhiteBig-sm {
    background-position: -3px -805px;
    width: 26px;
    height: 26px;
  }
  .icon.im-starYellow-sm {
    background-position: -3px -836px;
    width: 20px;
    height: 19px;
  }
  .icon.im-subscribeBlue-sm {
    background-position: -3px -860px;
    width: 11px;
    height: 10px;
  }
  .icon.im-subscribeBlueBig-sm {
    background-position: -3px -875px;
    width: 16px;
    height: 15px;
  }
  .icon.im-twitter-sm {
    background-position: -3px -895px;
    width: 21px;
    height: 16px;
  }
  .icon.im-twitterBig-sm {
    background-position: -3px -916px;
    width: 34px;
    height: 26px;
  }
  .icon.im-unCheckedBox-sm {
    background-position: -3px -947px;
    width: 17px;
    height: 16px;
  }
  .icon.im-videoWhite-sm {
    background-position: -3px -1387px;
    width: 25px;
    height: 13px;
  }
  .icon.im-locked-sm {
    background-position: -3px -1174px;
    width: 11px;
    height: 12px;
  }
  .icon.im-closeSmallWhite-sm {
    background-position: -3px -1191px;
    width: 8px;
    height: 7px;
  }
  .icon.im-downArrowCLC-sm {
    background-position: -3px -1203px;
    width: 16px;
    height: 10px;
  }
  .icon.im-downArrowDownCLC-sm {
    background-position: -3px -1218px;
    width: 16px;
    height: 10px;
  }
  .icon.im-crossBlueSmall-sm {
    background-position: -3px -1088px;
    width: 11px;
    height: 10px;
  }
  .icon.im-crossBlueBig-sm {
    background-position: -3px -1156px;
    width: 14px;
    height: 13px;
  }
  .icon.im-unCheckedBoxDisable-sm {
    background-position: -3px -1238px;
    width: 17px;
    height: 16px;
  }
  .icon.im-video-sm {
    background-position: -3px -1259px;
    width: 25px;
    height: 13px;
  }
  .icon.im-videoSmall-sm {
    background-position: -3px -1277px;
    width: 17px;
    height: 9px;
  }
  .icon.im-lockedLg-sm {
    background-position: -3px -1291px;
    width: 14px;
    height: 16px;
  }
  .icon.im-removeBig-sm {
    background-position: -3px -1312px;
    width: 15px;
    height: 14px;
  }
  .icon.im-radioOff-sm {
    background-position: -3px -1331px;
    width: 17px;
    height: 16px;
  }
  .icon.im-radioOn-sm {
    background-position: -3px -1352px;
    width: 17px;
    height: 16px;
  }
  .icon.im-audioOn {
    background-position: -3px -1373px;
    width: 15px;
    height: 12px;
  }
  .icon.im-audioOff {
    background-position: -3px -1390px;
    width: 15px;
    height: 12px;
  }
  .icon.im-articleMenu {
    background-position: -3px -1407px;
    width: 14px;
    height: 14px;
  }
  .icon.im-videoBlk {
    background-position: -3px -1426px;
    width: 30px;
    height: 30px;
  }
  .icon.im-pdfSmall {
    background-position: -3px -1461px;
    width: 14px;
    height: 13px;
  }
  .icon.im-emailWhite-sm {
    background-position: -3px -1499px;
    width: 18px;
    height: 13px;
  }
  .icon.im-linkedinWhite-sm {
    background-position: -3px -1540px;
    width: 16px;
    height: 15px;
  }
  .icon.im-twitterWhite-sm {
    background-position: -3px -1581px;
    width: 18px;
    height: 15px;
  }
  .icon.im-shareCross-sm {
    background-position: -3px -1681px;
    width: 15px;
    height: 14px;
  }
  .icon.im-greyCross {
    background-position: -3px -2101px;
    width: 19px;
    height: 18px;
  }
}
@media (min-width: 1024px) {
  .icon.im-arrowDownBlue-md {
    background-position: -3px -5px;
    width: 12px;
    height: 6px;
  }
  .icon.im-arrowDownBlueSmall-md {
    background-position: -3px -16px;
    width: 9px;
    height: 5px;
  }
  .icon.im-arrowDownRed-md {
    background-position: -3px -26px;
    width: 14px;
    height: 7px;
  }
  .icon.im-arrowDownWhite-md {
    background-position: -3px -38px;
    width: 9px;
    height: 5px;
  }
  .icon.im-arrowDownWhiteBig-md {
    background-position: -3px -48px;
    width: 16px;
    height: 9px;
  }
  .icon.im-arrowLeftBlue-md {
    background-position: -3px -62px;
    width: 8px;
    height: 12px;
  }
  .icon.im-arrowLeftBlueBG-md {
    background-position: -3px -79px;
    width: 23px;
    height: 16px;
  }
  .icon.im-arrowLeftWhite-md {
    background-position: -3px -100px;
    width: 12px;
    height: 19px;
  }
  .icon.im-arrowNoChangeGrey-md {
    background-position: -3px -124px;
    width: 8px;
    height: 10px;
  }
  .icon.im-arrowRightBlue-md {
    background-position: -3px -139px;
    width: 8px;
    height: 12px;
  }
  .icon.im-arrowRightBlueBG-md {
    background-position: -3px -156px;
    width: 23px;
    height: 16px;
  }
  .icon.im-arrowRightBlueBig-md {
    background-position: -3px -177px;
    width: 10px;
    height: 16px;
  }
  .icon.im-arrowRightWhite-md {
    background-position: -3px -198px;
    width: 12px;
    height: 19px;
  }
  .icon.im-arrowUpBlue-md {
    background-position: -3px -222px;
    width: 12px;
    height: 6px;
  }
  .icon.im-arrowUpBlueSmall-md {
    background-position: -3px -233px;
    width: 9px;
    height: 5px;
  }
  .icon.im-arrowUpGreen-md {
    background-position: -3px -243px;
    width: 14px;
    height: 7px;
  }
  .icon.im-arrowUpWhite-md {
    background-position: -3px -255px;
    width: 9px;
    height: 5px;
  }
  .icon.im-arrowUpWhiteBig-md {
    background-position: -3px -265px;
    width: 15px;
    height: 8px;
  }
  .icon.im-cartBlue-md {
    background-position: -3px -278px;
    width: 21px;
    height: 18px;
  }
  .icon.im-cartDull-md {
    background-position: -3px -301px;
    width: 19px;
    height: 16px;
  }
  .icon.im-cartWhite-md {
    background-position: -3px -322px;
    width: 19px;
    height: 16px;
  }
  .icon.im-checkedBox-md {
    background-position: -3px -343px;
    width: 17px;
    height: 16px;
  }
  .icon.im-closeBig-md {
    background-position: -3px -364px;
    width: 19px;
    height: 18px;
  }
  .icon.im-closeSmall-md {
    background-position: -3px -387px;
    width: 13px;
    height: 12px;
  }
  .icon.im-downloadSmall-md {
    background-position: -3px -404px;
    width: 12px;
    height: 13px;
  }
  .icon.im-download-md {
    background-position: -3px -423px;
    width: 15px;
    height: 16px;
  }
  .icon.im-emailBlue-md {
    background-position: -3px -444px;
    width: 21px;
    height: 15px;
  }
  .icon.im-emailBlueBig-md {
    background-position: -3px -464px;
    width: 34px;
    height: 24px;
  }
  .icon.im-linkedInBlue-md {
    background-position: -3px -493px;
    width: 18px;
    height: 16px;
  }
  .icon.im-linkedInBlueBig-md {
    background-position: -3px -514px;
    width: 26px;
    height: 25px;
  }
  .icon.im-menuBlue-md {
    background-position: -3px -544px;
    width: 21px;
    height: 17px;
  }
  .icon.im-menuGrey-md {
    background-position: -3px -566px;
    width: 21px;
    height: 17px;
  }
  .icon.im-optionsMenuBtnBlue-md {
    background-position: -3px -588px;
    width: 6px;
    height: 21px;
  }
  .icon.im-optionsMenuBtnGrey-md {
    background-position: -3px -614px;
    width: 6px;
    height: 21px;
  }
  .icon.im-plusBlue-md {
    background-position: -3px -640px;
    width: 14px;
    height: 13px;
  }
  .icon.im-plusDarkBlue-md {
    background-position: -3px -658px;
    width: 11px;
    height: 10px;
  }
  .icon.im-plusDarkBlueBig-md {
    background-position: -3px -673px;
    width: 16px;
    height: 15px;
  }
  .icon.im-printBlue-md {
    background-position: -3px -693px;
    width: 14px;
    height: 13px;
  }
  .icon.im-printBlueBig-md {
    background-position: -3px -711px;
    width: 18px;
    height: 17px;
  }
  .icon.im-searchBlue-md {
    background-position: -3px -733px;
    width: 18px;
    height: 18px;
  }
  .icon.im-searchBlueBig-md {
    background-position: -3px -756px;
    width: 21px;
    height: 21px;
  }
  .icon.im-searchWhite-md {
    background-position: -3px -782px;
    width: 18px;
    height: 18px;
  }
  .icon.im-searchWhiteBig-md {
    background-position: -3px -805px;
    width: 26px;
    height: 26px;
  }
  .icon.im-starYellow-md {
    background-position: -3px -836px;
    width: 20px;
    height: 19px;
  }
  .icon.im-subscribeBlue-md {
    background-position: -3px -860px;
    width: 11px;
    height: 10px;
  }
  .icon.im-subscribeBlueBig-md {
    background-position: -3px -875px;
    width: 16px;
    height: 15px;
  }
  .icon.im-twitter-md {
    background-position: -3px -895px;
    width: 21px;
    height: 16px;
  }
  .icon.im-twitterBig-md {
    background-position: -3px -916px;
    width: 34px;
    height: 26px;
  }
  .icon.im-unCheckedBox-md {
    background-position: -3px -947px;
    width: 17px;
    height: 16px;
  }
  .icon.im-videoWhite-md {
    background-position: -3px -1387px;
    width: 25px;
    height: 13px;
  }
  .icon.im-locked-md {
    background-position: -3px -1174px;
    width: 11px;
    height: 12px;
  }
  .icon.im-closeSmallWhite-md {
    background-position: -3px -1191px;
    width: 8px;
    height: 7px;
  }
  .icon.im-downArrowCLC-md {
    background-position: -3px -1203px;
    width: 16px;
    height: 10px;
  }
  .icon.im-downArrowDownCLC-md {
    background-position: -3px -1218px;
    width: 16px;
    height: 10px;
  }
  .icon.im-crossBlueSmall-md {
    background-position: -3px -1088px;
    width: 11px;
    height: 10px;
  }
  .icon.im-crossBlueBig-md {
    background-position: -3px -1156px;
    width: 14px;
    height: 13px;
  }
  .icon.im-unCheckedBoxDisable-md {
    background-position: -3px -1238px;
    width: 17px;
    height: 16px;
  }
  .icon.im-video-md {
    background-position: -3px -1259px;
    width: 25px;
    height: 13px;
  }
  .icon.im-videoSmall-md {
    background-position: -3px -1277px;
    width: 17px;
    height: 9px;
  }
  .icon.im-lockedLg-md {
    background-position: -3px -1291px;
    width: 14px;
    height: 16px;
  }
  .icon.im-removeBig-md {
    background-position: -3px -1312px;
    width: 15px;
    height: 14px;
  }
  .icon.im-radioOff-md {
    background-position: -3px -1331px;
    width: 17px;
    height: 16px;
  }
  .icon.im-radioOn-md {
    background-position: -3px -1352px;
    width: 17px;
    height: 16px;
  }
  .icon.im-audioOn {
    background-position: -3px -1373px;
    width: 15px;
    height: 12px;
  }
  .icon.im-audioOff {
    background-position: -3px -1390px;
    width: 15px;
    height: 12px;
  }
  .icon.im-articleMenu {
    background-position: -3px -1407px;
    width: 14px;
    height: 14px;
  }
  .icon.im-videoBlk {
    background-position: -3px -1426px;
    width: 30px;
    height: 30px;
  }
  .icon.im-pdfSmall {
    background-position: -3px -1461px;
    width: 14px;
    height: 13px;
  }
  .icon.im-emailWhite-md {
    background-position: -3px -1479px;
    width: 21px;
    height: 15px;
  }
  .icon.im-linkedinWhite-md {
    background-position: -3px -1517px;
    width: 19px;
    height: 18px;
  }
  .icon.im-twitterWhite-md {
    background-position: -3px -1560px;
    width: 21px;
    height: 16px;
  }
  .icon.im-shareBlack-md {
    background-position: -3px -1601px;
    width: 16px;
    height: 18px;
  }
  .icon.im-shareWhite-md {
    background-position: -3px -1641px;
    width: 16px;
    height: 18px;
  }
  .icon.im-shareCross-md {
    background-position: -3px -1681px;
    width: 15px;
    height: 14px;
  }
  .icon.im-blackCart-md {
    background-position: -3px -2008px;
    width: 18px;
    height: 15px;
  }
  .icon.im-greyCross {
    background-position: -3px -2101px;
    width: 19px;
    height: 18px;
  }
}
/*
* Icons Override from sas_icons_ratina_small.png file
*/
.iconOveride-gsam-v2 {
  background-image: url('../../clientlibs/gsam-style/common/img/sprites/sas_icons_ratina_small.png');
  background-repeat: no-repeat;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iconOveride-gsam-v2 {
    background-image: url('../../clientlibs/gsam-style/common/img/sprites/sas_icons_ratina.png');
    background-size: 75px 2519px;
  }
}
.iconOveride-gsam-v2.im-downloadPDFWhite {
  background-position: -5px -1873px;
  width: 16px;
  height: 18px;
}
.iconOveride-gsam-v2.im-printPDFWhite {
  background-position: -5px -2280px;
  width: 20px;
  height: 16px;
}
.ffIcon {
  background-image: url('../../clientlibs/gsam-style/common/img/sprites/icons_ratina_small.png');
  background-repeat: no-repeat;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ffIcon {
    background-image: url('../../clientlibs/gsam-style/common/img/sprites/icons_ratina.png');
    background-size: 50px 2124px;
  }
}
.ffIcon.im-arrow_white_dropdown {
  background-position: -3px -38px;
  width: 9px;
  height: 5px;
}
.ffIcon.im-arrow_white_dropdown_up {
  background-position: -3px -255px;
  width: 9px;
  height: 5px;
}
.ffIcon.im-del-selected-filter {
  background-position: -3px -968px;
  width: 8px;
  height: 7px;
}
.ffIcon.im-del-selected-filter.im-del-selected-filter_touch {
  background-position: 2px -963px;
  width: 18px;
  height: 17px;
}
.ffIcon.im-arrow-asc {
  background-position: -3px -989px;
  width: 10px;
  height: 4px;
}
.ffIcon.im-arrow-desc {
  background-position: -3px -980px;
  width: 10px;
  height: 4px;
}
.ffIcon.im-fav {
  background-position: -3px -998px;
  width: 9px;
  height: 8px;
}
@media (min-width: 768px) {
  .ffIcon.im-fav {
    margin: 6px 0 0 5px;
  }
}
.ffIcon.im-ntFav {
  background-position: -3px -1011px;
  width: 9px;
  height: 8px;
}
@media (min-width: 768px) {
  .ffIcon.im-ntFav {
    margin: 6px 0 0 5px;
  }
}
.ffIcon.im-main_nav_desktop_arrow_left {
  background-position: -3px -1024px;
  width: 9px;
  height: 14px;
}
.ffIcon.im-main_nav_desktop_arrow_login {
  background-position: -3px -1043px;
  width: 15px;
  height: 8px;
}
.ffIcon.im-main_nav_desktop_arrow_right {
  background-position: -3px -1056px;
  width: 9px;
  height: 14px;
}
.ffIcon.im-main_nav_desktop_arrow_up {
  background-position: -3px -1075px;
  width: 15px;
  height: 8px;
}
.ffIcon.im-remove_quickset {
  background-position: -3px -1088px;
  width: 11px;
  height: 10px;
}
.ffIcon.im-search {
  background-position: -3px -1103px;
  width: 22px;
  height: 21px;
}
.ffIcon.im-search_active {
  background-position: -3px -1129px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.ffIcon.im-search_active_cancel {
  background-position: -3px -1156px;
  width: 14px;
  height: 13px;
  cursor: pointer;
}
.ffIcon.im-selection_up {
  background-position: -3px -233px;
  width: 9px;
  height: 5px;
}
.ffIcon.im-selection_down {
  background-position: -3px -16px;
  width: 9px;
  height: 5px;
}
/*
 * modecontroller.css
**/
.mode-controller {
  font: bold 12px/12px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  font-weight: bold;
  color: #fff;
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 99999;
  height: 120px;
}
.mode-controller form {
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #2D2C2C;
  width: 200px;
  margin: 0px;
  padding: 0px;
  height: 117px;
  display: none;
  white-space: nowrap;
}
.mode-controller a {
  background: url('../../clientlibs/gsam-style/common/img/segment.png') no-repeat scroll left center transparent;
  display: block;
  float: left;
  height: 115px;
  left: -26px;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 25px;
  outline: 0;
}
.mode-controller h2 {
  text-align: center;
  width: 100%;
  padding: 0px;
  font-size: 22px;
  margin: 0px;
  display: block;
  line-height: 30px;
}
.mode-controller .bottom_line {
  border-bottom: 1px solid #7998c0;
  padding: 0px;
  margin: 0;
  height: 10px;
}
.mode-controller p {
  margin: 0;
  padding: 10px 0 0 20px;
  font-size: 14px;
}
.mode-controller p input {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}
.mode-controller p label {
  margin: 0px;
  padding: 0px 0 0 15px;
  vertical-align: top;
}
body,
html {
  -ms-overflow-style: scrollbar !important;
}
body.popupOpen,
html.popupOpen {
  overflow: hidden;
}
@media (min-width: 768px) {
  body,
  html {
    overflow: auto;
  }
}
@media print {
  .noPrint,
  hr {
    display: none !important;
  }
  .tabPanel {
    overflow: hidden !important;
    border-right: 3px solid #fff !important;
    border-left: 3px solid #fff !important;
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tabPanel__elem {
    border-right: none !important;
    border-left: none !important;
    padding: 0 !important;
  }
  a:after {
    content: "" !important;
  }
  .discCont {
    height: auto !important;
    overflow: initial !important;
    border: none !important;
  }
  .countryAllocation,
  .noBreak {
    page-break-inside: avoid;
  }
  .label {
    border: none !important;
  }
  @page {
    size: 8.5in 11in;
    margin: 1.5cm\9;
  }
  .overlay,
  .overlayAll {
    display: none !important;
  }
  .langSuffix {
    display: none !important;
  }
  .container-fluid,
  .component-fluid,
  .compCont {
    padding: 0;
  }
}
.singleColumn {
  clear: both;
}
.component-fluid {
  padding: 0 3%;
  margin: 0 auto;
}
.container-fluid,
.component-fluid {
  max-width: 1280px;
}
.design-fundfinder .container-fluid,
.design-fundfinder .component-fluid,
.design-gsam .container-fluid,
.design-gsam .component-fluid,
.design-gsam_v2 .container-fluid,
.design-gsam_v2 .component-fluid {
  max-width: 1230px;
  padding: 0 21px;
}
.container-fluid.bm-fullSpan,
.component-fluid.bm-fullSpan {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .container-fluid,
  .component-fluid {
    padding: 0 3.125%;
  }
  .design-fundfinder .container-fluid,
  .design-fundfinder .component-fluid,
  .design-gsam .container-fluid,
  .design-gsam .component-fluid,
  .design-gsam_v2 .container-fluid,
  .design-gsam_v2 .component-fluid {
    padding: 0 40px;
  }
}
@media (min-width: 1230px) {
  .design-fundfinder .container-fluid,
  .design-fundfinder .component-fluid,
  .design-gsam .container-fluid,
  .design-gsam .component-fluid,
  .design-gsam_v2 .container-fluid,
  .design-gsam_v2 .component-fluid {
    padding: 0 1.8%;
  }
}
@media (min-width: 1300px) {
  .design-fundfinder .container-fluid,
  .design-fundfinder .component-fluid,
  .design-gsam .container-fluid,
  .design-gsam .component-fluid,
  .design-gsam_v2 .container-fluid,
  .design-gsam_v2 .component-fluid {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-fluid,
  .component-fluid {
    padding: 0 40px;
  }
}
.compCont {
  max-width: 1280px;
  padding: 0 3%;
  margin: 0 auto;
}
.design-fundfinder .compCont,
.design-gsam .compCont,
.design-gsam_v2 .compCont {
  max-width: 1230px;
  padding: 0 21px;
}
@media (min-width: 1024px) {
  .compCont {
    padding: 0 3.125%;
  }
  .design-fundfinder .compCont,
  .design-gsam .compCont,
  .design-gsam_v2 .compCont {
    padding: 0 40px;
  }
}
@media (min-width: 1230px) {
  .design-fundfinder .compCont,
  .design-gsam .compCont,
  .design-gsam_v2 .compCont {
    padding: 0 1.8%;
  }
}
@media (min-width: 1300px) {
  .design-fundfinder .compCont,
  .design-gsam .compCont,
  .design-gsam_v2 .compCont {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .compCont {
    padding: 0 40px;
  }
}
.container-fluid .compCont {
  padding: 0;
  max-width: none;
}
@media (min-width: 768px) {
  .container-fluid .compCont {
    padding: 0;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .container-fluid .compCont {
    padding: 0;
    max-width: none;
  }
}
/*******************************
Two Column Layout
*******************************/
.twoColumn__primary {
  background-color: #fff;
  margin-bottom: 20px;
}
.twoColumn__primary__paddingWrapper {
  padding: 10px 10px 0;
  overflow: hidden;
}
.twoColumn__primary__paddingWrapper.bm-spacingTop_zero {
  padding-top: 0;
}
.twoColumn__primary__paddingWrapper.bm-type_extraTop {
  padding-top: 20px;
}
.twoColumn__primary__noPaddingWrapper {
  padding: 0 10px;
}
.twoColumn__secondary__paddingWrapper {
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .twoColumn__primary {
    display: inline-block;
    float: left;
    width: 65.6%;
  }
  .twoColumn__primary__paddingWrapper {
    padding: 20px 20px 5px;
  }
  .twoColumn__primary__noPaddingWrapper {
    padding: 0;
  }
  .twoColumn__secondary {
    display: inline-block;
    float: left;
    width: 34.4%;
    padding-left: 12px;
  }
  .twoColumn__secondary__paddingWrapper {
    padding: 0;
  }
}
header {
  display: none;
}
@media (min-width: 1024px) {
  header {
    display: block !important;
    background-color: #232022;
    height: 31px;
  }
}
@media print {
  header {
    display: none !important;
  }
}
div.gm-marginBtm-5 {
  margin-bottom: 5px;
}
div.gm-marginBtm-15 {
  margin-bottom: 15px;
}
div.gm-marginBtm-21 {
  margin-bottom: 21px;
}
@media (min-width: 1024px) {
  div.gm-marginBtm-10-md {
    margin-bottom: 10px;
  }
}
input[type='text'],
input[type='search'],
input[type='password'] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.water-mark {
  position: absolute;
  color: #999;
  display: none;
}
html body .error .water-mark {
  color: #fe0000 !important;
}
/* only for ie9 */
.gm-water-mark_ie9 .water-mark {
  /* for ie 8, 9 */
  margin-top: 2px\9;
  margin-left: 1px\9;
}
.ie8 .gm-water-mark_ie9 .water-mark {
  margin-top: 1px !important;
  margin-left: 0 !important;
}
hr {
  margin: 5px 10px;
  /*no console [please]*/
  border-top: 5px solid #c6c8c9;
  clear: both;
}
hr.bm-type_medium {
  border-top: 2px solid #e2e3e4;
  margin: 0 0 15px;
}
hr.fm-type_hairLine,
hr.bm-type_thin {
  margin: 0 0 15px;
  border-top: 1px solid #e2e3e4;
}
hr.bm-type_thick {
  margin: 0 0 20px;
  border-top: 5px solid #c6c8c9;
}
@media (min-width: 768px) {
  hr {
    margin: 8px 10px;
  }
  hr.bm-type_withEyebrowText {
    margin: 5px 10px;
  }
}
@media (min-width: 1024px) {
  hr {
    margin: 5px 0;
  }
  hr.bm-type_withEyebrowText {
    margin: 5px 0px;
  }
}
section {
  clear: both;
}
a:focus {
  outline: none;
}
body.focus a:focus {
  outline: thin dotted #000;
}
.zeropixdiv {
  width: 0px;
  height: 0px;
}
.loadingResults {
  width: 100%;
  background-color: transparent;
  padding: 20px 0px;
  text-align: center;
}
h1 {
  font-size: 24px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin: 0 10px;
  float: left;
}
h1.bm-type_withSubHeading {
  margin-bottom: 15px;
}
h1.bm-clear_left {
  clear: left;
  width: 100%;
}
h2 {
  /* More Stories Header("More Stories"), Quick Links Header("Quick Links") */
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  /* or UCBC 67? */
  font-weight: bold;
  font-size: 20px;
}
h2.fm-type_2,
h2.fm-type_withSideText {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  border-top: 1px solid #c6c8c9;
  border-bottom: 1px solid #c6c8c9;
  padding: 6px 0;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2.fm-type_3 {
  margin: 0 0 12px;
  font-size: 24px;
}
h2.fm-type_withSideText {
  padding-right: 90px;
  position: relative;
}
h2.fm-type_pageSubHeading {
  font-size: 16px;
  font-family: 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  clear: left;
  font-style: italic;
  margin: -1px 10px 2px;
}
h2.fm-type_sgHeading {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  font-size: 16px;
  padding: 12px;
  background-color: #456c96;
  margin: 0 0 20px;
  color: #fff;
}
h3 {
  /* More Stories Sub-Heading ("Market Pulse"), Quick Links Sub-Heading("Literature &amp; Forms") */
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  /* or UCBC 67? */
  font-weight: bold;
  font-size: 13px;
}
h3.fm-type_2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  display: inline-block;
}
h3.fm-type_3 {
  margin-top: 0;
  font-size: 16px;
}
h3.fm-type_4 {
  font-size: 18px;
  color: #85abd1;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  line-height: 18px;
}
h3.fm-type_5 {
  position: relative;
  font-size: 20px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  width: 80%;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2.fm-type_pageSubHeading {
    font-size: 20px;
    margin: -5px 10px 3px;
  }
  h3 {
    font-size: 16px;
  }
  h3.fm-type_4 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
  }
  h3.fm-type_5 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    margin: 0;
    width: 100%;
  }
  h2.fm-type_withSideText {
    padding-right: 90px;
  }
  h2.fm-type_pageSubHeading {
    margin: -5px 10px 2px 0;
  }
  h3.fm-type_5 {
    margin-top: 30px;
  }
}
a {
  color: #365884;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  text-decoration: none;
  font-size: 13px;
}
a.fm-link_2 {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  /* or UCBC? */
  font-weight: bold;
}
a.fm-link_3 {
  color: #739ac6;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
}
a.fm-link_5 {
  font-size: 14px;
  text-transform: none;
}
a.fm-link_4 {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
a.fm-link_6 {
  font-size: 14px;
  text-transform: none;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
a.fm-link_6.bm-font_dif {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 26px;
}
a.fm-link_7 {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 18px;
}
a.fm-link_8 {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
}
a.fm-link_9 {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 18px;
}
a.fm-link_ArialB {
  font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 768px) {
  a.fm-link_2,
  a.fm-link_3 {
    font-size: 16px;
  }
  a.fm-link_6.bm-font_dif {
    font-size: 16px;
    line-height: 24px;
  }
  a.fm-link_ArialB {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  a.noHand {
    cursor: default;
  }
}
p {
  font-size: 12px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
p.fm-para_2 {
  font-size: 14px;
}
p.fm-para_3 {
  font-size: 14px;
  line-height: 17px;
}
p.fm-italic_16 {
  font-size: 16px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-style: italic;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
  }
  p.fm-para_3 {
    padding-top: 4px;
  }
}
.pseudo-p {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.pseudo-p:first-child {
  margin-top: 0px;
  margin-bottom: 0;
}
/*******************************
Block - Section
*******************************/
.sectionCont {
  clear: both;
  line-height: 17px;
  padding: 4px 9px;
  padding-bottom: 16px;
}
.sectionCont__headng {
  margin: 10px 0;
}
.sectionCont__headng.bm-section_type2 {
  margin-bottom: 0;
}
.sectionCont__item {
  line-height: 17px;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
  margin-top: 10px;
  clear: none;
}
.sectionCont__item.bm-section_type2 {
  width: 48%;
  display: inline-block;
  float: left;
  margin-top: 14px;
  padding-bottom: 16px;
  margin-right: 2%;
  border: 0;
  clear: left;
}
.sectionCont__item.bm-border_none {
  clear: none;
}
.sectionCont__seeAllLink {
  display: inline-block;
  margin-top: 12px;
}
.sectionCont.bm-section_type2 {
  margin-bottom: 0;
  padding-top: 6px;
  background-color: #e3e3e3;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .sectionCont {
    padding: 4px 10px;
    padding-bottom: 12px;
  }
  .sectionCont__headng {
    border-top: 5px solid #CBCBCB;
    padding-top: 5px;
    margin-bottom: -10px;
    margin-top: auto;
  }
  .sectionCont__headng.bm-section_type2 {
    border-top: 5px solid #CBCBCB;
    padding-top: 5px;
  }
  .sectionCont__item {
    clear: left;
    overflow: hidden;
    width: 49%;
    margin-right: 1%;
    float: left;
    border-bottom: 0;
    border-right: 1px solid #CBCBCB;
    padding: 0 20px 0 2px;
    margin-top: 34px;
  }
  .sectionCont__item.bm-section_type2 {
    width: 49%;
    margin-right: 1%;
    height: auto;
    padding-bottom: 0;
    margin-top: 24px;
    border-right: 1px solid #CBCBCB;
  }
  .sectionCont__item.bm-child_last {
    border-right: 0 !important;
  }
  .sectionCont__item.bm-border_none {
    clear: none;
    margin-left: -1.1%;
    padding-left: 10px;
    border-right: 0;
    border-left: 1px solid #CBCBCB;
  }
  .sectionCont__item.bm-border_none.bm-child_last {
    border-left: 0;
  }
  .sectionCont.bm-fields_4 .sectionCont__item.bm-child_last {
    border-left: 1px solid #CBCBCB;
  }
  .sectionCont__seeAllLink {
    clear: both;
    float: left;
    margin-bottom: 25px;
  }
  .sectionCont.bm-section_type2 {
    padding-top: 0;
    background-color: transparent;
    padding-bottom: 38px;
  }
}
@media (min-width: 1024px) {
  .sectionCont {
    padding: 0;
    padding-bottom: 23px;
    margin-top: 36px;
  }
  .sectionCont__headng {
    margin-bottom: 21px;
  }
  .sectionCont__headng.bm-section_type2 {
    margin-bottom: 21px;
  }
  .sectionCont__item {
    clear: none;
    display: table-cell;
    float: none;
    width: 25%;
    margin-right: 0%;
    border-right: 1px solid #CBCBCB;
    padding: 0 20px 0 20px;
    margin-top: 0;
  }
  .sectionCont__item.bm-section_type2 {
    display: table-cell;
    float: none;
    width: 25%;
    margin-right: 0;
    margin-top: 0;
    border-right: 1px solid #CBCBCB;
    clear: none;
  }
  .sectionCont__item.bm-border_none {
    margin-left: -1px;
    border-right: 1px solid #CBCBCB;
    padding: 0 20px 0 20px;
    border-left: 0;
  }
  .sectionCont.bm-fields_4 .sectionCont__item.bm-child_last {
    border-left: 0;
  }
  .sectionCont__seeAllLink {
    margin-left: 19px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .sectionCont.bm-section_type2 {
    padding-bottom: 8px;
  }
}
.article.bm-article_type3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
}
.article.bm-article_type3.bm-spacings_modified {
  margin-top: 10px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.article.bm-article_type3.bm-spacing_btmNun {
  padding-bottom: 0;
}
.article__link {
  display: block;
  margin-top: 14px;
}
.article__heading.bm-article_type3 {
  font-size: 14px;
  display: inline-block;
  margin: 0;
}
.article__description {
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  display: block;
}
.article__content.bm-article_type3 {
  margin-top: 7px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  color: #999999;
  line-height: 13px;
}
.article__content.bm-article_type3 a {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
@media (min-width: 768px) {
  .article__heading.bm-article_type2 {
    margin: 0;
  }
  .article__content {
    margin-top: 6px;
    line-height: 16px;
  }
  .article__link {
    margin-top: 9px;
  }
}
@media (min-width: 1024px) {
  .article.bm-article_type3 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
  }
  .article__content {
    margin-top: 8px;
    line-height: 17px;
  }
  .article__content.bm-article_type2 {
    margin-top: 8px;
  }
  .article__content.bm-article_type3 {
    margin-top: 15px;
    font-size: 11px;
    line-height: 14px;
  }
  .article__link {
    margin-top: 8px;
  }
}
.overlay,
.overlayAll,
.psOverlay,
.deviceOverlay {
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  left: -100%;
  right: -100%;
  margin: auto;
}
@media (min-width: 1024px) {
  .overlay,
  .psOverlay,
  .deviceOverlay {
    display: none !important;
  }
}
.blackPopupScroller {
  display: none;
  width: 100%;
  background-color: #201f1f;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100000;
}
@media (min-width: 768px) {
  .blackPopupScroller {
    position: absolute;
    top: 46px;
    width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    height: auto;
  }
}
.blackPopup {
  background-color: #201f1f;
  padding: 20px 9px 20px 11px;
}
.blackPopup__logo {
  height: 37px;
}
.blackPopup__closeBtn {
  width: 18px;
  height: 18px;
  margin-right: 3%;
  float: right;
}
.blackPopup__closeBtn .bm-theme_white {
  display: none;
}
.blackPopup__heading {
  margin-top: 36px;
  color: black;
}
.blackPopup__note {
  color: #a9a9a9;
  font-size: 14px;
}
.blackPopup__inputWrapper.bm-email_recipients {
  margin-top: 15px;
}
.blackPopup__inputWrapper.bm-email_nameSelf {
  margin-top: 42px;
}
.blackPopup__inputWrapper.bm-email_addrSelf {
  margin-top: 22px;
}
.blackPopup__inputWrapper.bm-email_optionalMessage {
  margin-top: 17px;
}
.blackPopup__inputWrapper .water-mark {
  padding-top: 2px;
  padding-left: 20px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 18px;
}
.blackPopup__input {
  color: white;
  background: #201f1f;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 18px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  border: 1px solid #5b5b5b;
  line-height: 50px\9;
  /*IE8 specific*/
}
.blackPopup__input:focus {
  outline: 0;
}
.blackPopup__input__optionalMessage {
  line-height: 25px\9;
  height: 151px;
  resize: none;
}
.blackPopup__okBtn {
  padding: 10px 20px;
  margin-top: 31px;
  width: 48%;
  font-size: 13px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.blackPopup__okBtn.bm-fullwidth {
  width: auto;
}
.blackPopup__cancelBtn {
  color: #5f7ea3;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
}
.blackPopup__checkBox {
  display: inline-block;
  margin-top: 20px;
}
.blackPopup__checkBoxContent {
  vertical-align: text-bottom;
  color: #a9a9a9;
  font-size: 15px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-left: 4px;
}
.blackPopup__blackPopupLabel {
  color: #a9a9a9;
  font-size: 14px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 22px 0px 3px 0px;
}
.blackPopup__blackPopupValue {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  color: #fff;
}
.blackPopup .error input {
  border: 1px solid #fe0000;
}
.blackPopup .error input::-webkit-input-placeholder {
  color: #fe0000 !important;
}
.blackPopup .error input:-moz-placeholder {
  color: #fe0000 !important;
  opacity: 1;
}
.blackPopup .error input::-moz-placeholder {
  color: #fe0000 !important;
  opacity: 1;
}
.blackPopup .error input:-ms-input-placeholder {
  color: #fe0000 !important;
}
@media (min-width: 768px) {
  .blackPopup {
    top: 46px;
    width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    padding: 20px 30px 20px 32px;
  }
  .blackPopup__heading {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .blackPopup__closeBtn {
    margin-right: -3%;
  }
  .blackPopup__okBtn {
    padding: 7px 20px;
    font-size: 18px;
    width: 100%;
  }
  .blackPopup__okBtn.bm-fullwidth {
    width: 100%;
  }
}
.message_container.error label {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #fe0000 !important;
  font-size: 16px;
}
.message_container.error label:before {
  content: '* ';
}
.bm-popup_white.blackPopupScroller {
  background-color: #fff;
}
.bm-popup_white .blackPopup {
  background-color: #fff;
}
.bm-popup_white .blackPopup__closeBtn .icon {
  display: none;
}
.bm-popup_white .blackPopup__closeBtn span {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 0 0 4px 0;
  background-color: #85abd1;
}
.bm-popup_white .blackPopup__closeBtn span:nth-child(2) {
  transform: translateY(2px) rotate(45deg);
}
.bm-popup_white .blackPopup__closeBtn span:nth-child(3) {
  transform: translateY(-16px) rotate(-45deg);
}
.bm-popup_white .blackPopup__heading {
  color: #000;
}
.bm-popup_white .blackPopup__note {
  color: #666;
}
.bm-popup_white .blackPopup__input {
  color: #000;
  background: #efefef;
  border: none;
}
.bm-popup_white .blackPopup__input:focus {
  outline: 0;
}
.bm-popup_white .blackPopup__blackPopupValue {
  color: #666;
}
.bm-popup_white .blackPopup__checkBoxContent {
  color: #666;
}
.date {
  font-size: 13px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #a9a9a9;
  /* used in mutual fund landing heading*/
}
.date.bm-type_2 {
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  color: #999999;
  text-transform: none;
  position: absolute;
  bottom: 8px;
  right: 0;
}
.date.bm-type_3 {
  font-size: 12px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
}
.date.bm-type_4 {
  padding-left: 10px;
  padding-top: 3px;
  color: #393939;
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
}
.date.bm-type_5 {
  font-size: 15px;
  color: #333;
}
.date.bm-font_normal {
  font-weight: normal;
}
.date.bm-color_white {
  color: #fff;
}
@media (min-width: 1024px) {
  .date.bm-type_2 {
    bottom: 6px;
  }
}
@media (min-width: 768px) {
  .date.bm-type_4 {
    position: initial;
    padding-left: 6px;
    color: #a9a9a9;
  }
}
.currency {
  font-size: 17px;
}
.copyright {
  color: #999999;
  margin-top: 1px;
  font-size: 9px;
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 3px;
    font-size: 11px;
  }
}
/*******************************
block - disclaimer for the morningstar rating
[Star Performers]
*******************************/
.fundDisclaimer {
  color: #999999;
  display: inline-block;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 8px;
  line-height: 9px;
  padding: 0px 30px 12px 0;
}
.fundDisclaimer.bm-mode_overall {
  padding-left: 10px;
  padding-bottom: 4px;
  padding-top: 13px;
}
.fundDisclaimer.bm-type-2 {
  font-size: 11px;
  padding: 5px 5px 0px 10px;
  line-height: 13px;
  color: #a6a6a6;
}
.fundDisclaimer.bm-type-2 a {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.fundDisclaimer.bm-type-3 {
  font-size: 11px;
  padding: 13px 5px 0px 0px;
  line-height: 13px;
  color: #999999;
}
.fundDisclaimer.bm-disc_morningStar {
  padding-left: 45px;
  /*To match padding of .fundInfo*/
}
.fundDisclaimer.bm-disc_morningStar a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 768px) {
  .fundDisclaimer {
    font-size: 11px;
    line-height: 12px;
    padding-top: 21px;
    padding-left: 2px;
    padding-bottom: 0px;
  }
  .fundDisclaimer.bm-mode_overall {
    padding: 15px 4.297% 0;
  }
  .fundDisclaimer.bm-type-2 {
    padding: 0 10px 0 0;
  }
  .fundDisclaimer.bm-type-3 {
    width: 82%;
    padding: 13px 5px 0px 0px;
    font-size: 10px;
    line-height: 12px;
  }
  .fundDisclaimer.bm-disc_morningStar {
    padding-left: 2.91%;
    /*To match padding of .fundInfo*/
  }
}
@media (min-width: 1024px) {
  .fundDisclaimer {
    padding-top: 0;
  }
  .fundDisclaimer.bm-mode_overall {
    padding-right: 5.497%;
  }
  .fundDisclaimer.bm-disc_morningStar {
    padding-left: 2.71%;
    /*To match padding of .fundInfo*/
  }
}
.graph_container {
  position: relative;
}
.contListTiles {
  display: table;
  margin: 0;
  margin-top: 13px;
  padding: 0;
  background-color: #e3e3e3;
}
.contListTiles.bm-type_2 {
  background: transparent;
  margin-top: 0;
  border-top: 0;
  font-size: 13px;
}
.contListTiles__item {
  border-top: 1px solid #ffffff;
  display: table;
  float: left;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}
.contListTiles__item.bm-item_type_2 {
  background: #e3e3e3;
}
.contListTiles__item__link {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.contListTiles__item__link.bm-link_right {
  width: 70%;
}
.contListTiles__item__link.bm-link_type_2 {
  background: #e3e3e3;
  width: 67%;
  position: relative;
}
.contListTiles__item__link.bm-link_type_2:first-child {
  width: 33%;
}
.contListTiles__image,
.contListTiles img {
  float: left;
  width: 100%;
  max-width: 100%;
}
.contListTiles .videoTag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1px 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#66000000', endColorstr='#66000000');
  /* IE */
  background-color: rgba(0, 0, 0, 0.4);
}
.contListTiles__title {
  color: #333333;
  margin: 0;
  padding: 0;
  line-height: 14px;
  padding: 0 0.53% 0 3.75%;
  vertical-align: middle;
  width: 100%;
}
.contListTiles__title.bm-type_2 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .contListTiles {
    float: right;
    margin-top: 0;
    width: 50%;
  }
  .contListTiles.bm-type_2 {
    width: 100%;
  }
  .contListTiles__title {
    line-height: 16px;
    padding: 10px 2.85%;
    font-size: 14px;
  }
  .contListTiles__item {
    border: none;
    border-top: 2px solid #ffffff;
    height: 20%;
  }
  .contListTiles__item:first-child {
    border: 0;
  }
  .contListTiles__item.bm-item_type_2 {
    float: left;
    width: 33.3%;
    padding-left: 10px;
    background: transparent;
    border-top: 0;
  }
  .contListTiles__item.bm-item_type_2:first-child {
    padding-left: 0;
  }
  .contListTiles__item__link {
    width: 35.5%;
  }
  .contListTiles__item__link.bm-link_right {
    width: 64.5%;
  }
  .contListTiles__item__link.bm-link_type_2 {
    width: 100%;
    float: left;
    min-height: 52px;
  }
  .contListTiles__item__link.bm-link_type_2:first-child {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .contListTiles {
    border-top: 2px solid #ffffff;
    float: left;
    margin-top: 31px;
    width: 100%;
  }
  .contListTiles__title {
    padding: 10px 10.5%;
  }
  .contListTiles__item {
    height: auto;
  }
  .contListTiles__item:first-child {
    border: 0;
  }
  .contListTiles__item.bm-item_type_2 {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #e3e3e3;
    border-top: 1px solid #ffffff;
  }
  .contListTiles__item.bm-item_type_2:first-child {
    padding: 0;
    border-top: 0 none transparent;
  }
  .contListTiles__item__link {
    width: 40.5%;
  }
  .contListTiles__item__link.bm-link_right {
    width: 59.5%;
  }
  .contListTiles__item__link.bm-link_type_2 {
    background: #e3e3e3;
    width: 67%;
    float: none;
  }
  .contListTiles__item__link.bm-link_type_2:first-child {
    width: 33%;
  }
}
/*******************************
Disclaimer
*******************************/
.smallDisclaimer {
  font-size: 11px;
  display: block;
  color: #313131;
  line-height: 13px;
}
.smallDisclaimer.bm-type2 {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}
/* vertical bar used in assest categories */
.verticalBar {
  width: 6px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #006579;
}
.verticalBar.bm-type_accorionHeadVR {
  left: 10px;
  top: 17px;
  bottom: 5px;
  height: auto;
  position: absolute;
}
@media (min-width: 768px) {
  .verticalBar {
    width: 4px;
    height: 12px;
    vertical-align: baseline;
    margin-bottom: -1px;
  }
  .verticalBar.bm-type_accorionHeadVR {
    left: 0;
    top: 2px;
    bottom: 3px;
    width: 6px;
  }
}
/*******************************
Eye-Brow Text
*******************************/
.eyebrowText {
  font: 11px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
}
/*******************************
Downolad as PDF Button
*******************************/
.dPDFBtn {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #365884;
  font-size: 11px;
}
/*******************************
Transparent Background
*******************************/
.bg-transparent {
  background-color: transparent !important;
}
/*******************************
No Results Message
*******************************/
.noResultMsg {
  background-color: #efefed;
  text-align: center;
  margin: 0 0 15px;
  padding: 15px;
}
.cartBtn {
  min-width: 44px;
  text-align: right;
  font-size: 16px;
  padding-top: 3px;
}
.cartBtn.bm-cartBtn_dull {
  position: relative;
  bottom: -2px;
  margin-left: 15px;
}
.cartBtn__txt {
  display: inline-block;
  height: 24px;
  vertical-align: text-bottom;
}
.cartBtn__txt.bm-cartBtn_dull {
  color: #999999;
}
/*******************************
    Block - Login Button
    *******************************/
@media (min-width: 1024px) {
  .loginBtn {
    position: relative;
    padding: 5px;
    font-size: 15px;
  }
  .loginBtn__txt {
    padding-right: 4px;
  }
  .loginBtn .icon {
    vertical-align: middle;
  }
}
.pSearchWrap {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .pSearchWrap {
    margin-top: 0px;
  }
}
.pSearch {
  position: relative;
  background: #ffffff;
  float: left;
  height: 35px;
  width: 96.7%;
  padding: 0;
  font-size: 12px;
  margin-top: 10px;
}
.pSearch__inactiveIcon {
  display: none;
}
.pSearch__icon {
  width: 32px;
  height: 35px;
  position: absolute;
  padding: 5px 0px 0px 4px;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #6286b5;
}
.pSearch__inputContainer {
  display: inline-block;
  width: 100%;
}
.pSearch__inputContainer .water-mark {
  padding-top: 1px;
  padding-left: 14px;
}
.pSearch__input {
  color: black;
  border: 0px;
  height: 35px;
  width: 100%;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 35px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  padding-top: 0px\9;
  line-height: 35px\9;
  /*IE8 specific*/
}
.pSearch__input:focus {
  outline: 0;
}
.pSearch__cross {
  position: absolute;
  top: 12px;
  right: 40px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .pSearch {
    position: relative;
    background: #ffffff;
    float: left;
    height: 33px;
    width: 73.5%;
    padding: 0;
    margin-top: 5px;
  }
  .pSearch__input {
    font-size: 14px;
    padding-top: 6px;
    padding-left: 11px;
    height: 33px;
    padding-top: 0px\9;
    line-height: 33px\9;
  }
  .pSearch__cross {
    top: 10px;
  }
  .pSearch__icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #6286b5;
    display: inline-block;
    padding: 5px 0px 0px 4px;
    height: 100%;
    width: 32px;
  }
  .pSearch__inputContainer {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pSearch {
    height: 40px;
    width: 73%;
  }
  .pSearch__input {
    height: 40px;
    padding-left: 13px;
    padding-right: 38px;
    padding-top: 5px;
    padding-top: 0px\9;
    line-height: 40px\9;
  }
  .pSearch__cross {
    top: 15px;
    right: 46px;
  }
  .pSearch__icon {
    padding: 7px 0px 0px 5px;
    width: 35px;
  }
}
.pSearch.bm-search_exploreFund {
  background: transparent;
  border-bottom: 1px solid #FFF;
  width: 100%;
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 30px;
  height: 41px;
}
.pSearch.bm-search_exploreFund ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}
.pSearch.bm-search_exploreFund :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
  opacity: 1;
}
.pSearch.bm-search_exploreFund ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
  opacity: 1;
}
.pSearch.bm-search_exploreFund :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}
.pSearch.bm-search_exploreFund .pSearch__inputContainer .water-mark {
  padding-left: 0;
  font-size: 14px;
  color: #FFF !important;
}
@media (min-width: 768px) {
  .pSearch.bm-search_exploreFund .pSearch__inputContainer .water-mark {
    color: #FFF !important;
    font-size: 16px;
  }
}
.pSearch.bm-search_exploreFund .pSearch__input {
  color: #FFF;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
}
@media (min-width: 768px) {
  .pSearch.bm-search_exploreFund .pSearch__input {
    font-size: 16px;
  }
}
.pSearch.bm-search_exploreFund .pSearch__icon {
  background-color: transparent;
  width: 18px;
  height: 18px;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .pSearch.bm-search_exploreFund .pSearch__icon {
    width: 36px;
    height: 36px;
    top: -3px;
  }
  .pSearch.bm-search_exploreFund .pSearch__icon.bm-override {
    display: none;
  }
}
.pSearch.bm-search_activated {
  background-color: #eff0eb;
  border: none;
  width: 100%;
  height: 55px;
  padding: 9px 3%;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  margin: 0;
  z-index: 100000;
}
.pSearch.bm-search_activated ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
.pSearch.bm-search_activated :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.pSearch.bm-search_activated ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.pSearch.bm-search_activated :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.pSearch.bm-search_activated .pSearch__inputContainer .water-mark {
  padding-left: 34px;
  font-size: 12px;
  color: #000 !important;
}
.pSearch.bm-search_activated .pSearch__input {
  background-color: #FFF;
  padding-left: 34px;
  color: #000;
}
@media (min-width: 768px) {
  .pSearch.bm-search_activated ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #eee;
  }
  .pSearch.bm-search_activated :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #eee;
    opacity: 1;
  }
  .pSearch.bm-search_activated ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #eee;
    opacity: 1;
  }
  .pSearch.bm-search_activated :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #eee;
  }
}
.bm-search_activated .pSearch__icon {
  display: none;
}
.bm-search_activated .pSearch__smallIcon {
  width: 30px;
  height: 35px;
  position: absolute;
  padding: 10px;
  display: inline-block;
}
.bm-search_activated .pSearch__inputContainer {
  display: inline-block;
  width: 100%;
}
.bm-search_activated .pSearch__inputContainer .water-mark {
  padding-top: 3px;
  padding-left: 32px;
}
.bm-search_activated .pSearch__input {
  color: black;
  border: 0px;
  height: 35px;
  width: 100%;
  padding-left: 34px;
}
.bm-search_activated .pSearch__input:focus {
  outline: 0;
}
.bm-search_activated .pSearch__cancelBtn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.bm-search_typed .pSearch__closeIcon {
  width: 12px;
  height: 32px;
  position: absolute;
  right: 4%;
  top: 2px;
  padding: 7px;
}
@media (min-width: 768px) {
  .bm-search_typed .pSearch__closeIcon {
    display: none;
  }
}
@media (min-width: 768px) {
  .navPanel {
    width: 100%;
    float: left;
    margin: 25px 1.5% 0;
    max-width: 97%;
    width: auto;
    display: table;
  }
  .navPanel__tab {
    background-color: #c2c2c2;
    color: #252525;
    cursor: pointer;
    display: table-cell;
    font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    font-size: 14px;
    height: auto;
    border-right: 4px solid #ffffff;
    padding: 8px 21px 7px;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .navPanel__tab.bm-mode_active {
    background-color: #252525;
    color: #85abd1;
    cursor: default;
  }
  .navPanel__hr {
    border-top: 4px solid #252525;
    clear: both;
    margin: 20px 1.5% 0;
  }
  .navPanel__hr.bm-type_2 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navPanel__tab {
    border-right-color: #efefed;
  }
}
@media (min-width: 1024px) {
  .navPanel {
    margin-left: 0;
  }
  .navPanel__tab {
    border-right-color: #efefed;
  }
  .navPanel__hr {
    margin-left: 0;
    margin-right: 2%;
  }
}
.utilsBtn {
  margin-top: 3px;
  float: right;
  width: 27px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .utilsBtn {
    width: 44px;
  }
}
.utilsBox {
  position: fixed;
  bottom: 0;
  /* width: 100%; */
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100000;
  background-color: white;
}
@media (min-width: 1024px) {
  .utilsBox {
    background-color: transparent;
    position: static;
    display: table-cell !important;
    white-space: nowrap;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .utilsBox__container {
    float: right;
  }
}
@media (min-width: 1024px) {
  .utils {
    border-right: 1px solid #c6c8c9;
    float: none;
    padding-right: 9px;
    padding-top: 3px;
    display: table-cell;
    vertical-align: top;
  }
  .utils.bm-mode_standAlone {
    border: none;
    padding-right: 0;
  }
}
@media print {
  .utilsBtn,
  .utilsBox {
    display: none !important;
  }
}
.share {
  font-size: 0;
  padding: 15px;
  border-bottom: 1px solid #d6d6d6;
}
.share__icons {
  width: 90px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .share {
    margin: 5px 0;
    padding: 0;
    border: none;
    display: table-cell;
    float: none;
    padding-top: 5px;
  }
  .share__icons {
    width: auto;
    margin-left: 14px;
  }
}
.extraOptions {
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding: 19px;
}
.extraOptions__text {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-left: 3px;
}
.extraOptions__text.bm-state_inactive {
  margin-left: 0;
}
.extraOptions.bm-removeFromFav,
.extraOptions[data-state='remove'] {
  color: #9095A8;
}
.extraOptions.bm-removeFromFav .icon,
.extraOptions[data-state='remove'] .icon {
  display: none;
}
.extraOptions.bm-state_inactive {
  color: #9095A8;
  cursor: default;
}
@media (min-width: 1024px) {
  .extraOptions {
    display: inline-block;
    padding: 0 5px;
    border: none;
  }
  .extraOptions__text {
    font-size: 11px;
    margin-left: 4px;
  }
}
.altRows {
  font-size: 14px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.altRows__1 {
  background-color: #efefed;
}
.altRows__1,
.altRows__2 {
  width: 100%;
  padding: 2px 10px;
  display: table;
}
.altRows__right,
.altRows__left {
  display: table-cell;
  vertical-align: top;
  width: 65%;
}
.altRows__right {
  text-align: right;
  padding-left: 10px;
  width: 35%;
}
.altRows__col1,
.altRows__col2,
.altRows__col3 {
  display: table-cell;
  vertical-align: top;
}
.altRows__col1 {
  padding-left: 10px;
  width: 54%;
}
.altRows__col2 {
  text-align: right;
  padding-left: 10px;
  width: 11%;
}
.altRows__col3 {
  text-align: right;
  padding-left: 10px;
  width: 21%;
}
.altRows__colHead {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .altRows__1,
  .altRows__2 {
    padding: 2px 20px;
  }
}
@media (min-width: 1024px) {
  .altRows__1 {
    background-color: #fafafa;
  }
}
@media print {
  .altRows__1,
  .altRows__2 {
    padding: 2px 0px;
  }
}
.tabsContainer {
  font-size: 0;
  height: 65px;
  position: relative;
}
.tabsContainer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 50;
}
.tabsContainer.bm-col_one {
  margin-bottom: 20px;
  height: 45px;
}
@media (min-width: 768px) {
  .tabsContainer {
    width: 66%;
  }
}
@media (min-width: 1024px) {
  .tabsContainer {
    width: 80%;
  }
}
.blueFilterTab {
  position: absolute;
  height: 65px;
  width: 50%;
  display: table;
}
.blueFilterTab.bm-tab_right {
  border-left: 10px solid transparent;
  left: 50%;
}
.blueFilterTab.selectedBlueFilterTab {
  z-index: 51;
}
.blueFilterTab.bm-col_one {
  height: 45px;
}
.blueFilterTab__label {
  height: 15px;
  display: table-row;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
}
.blueFilterTab__value {
  padding-left: 10px;
  background-color: #688bb8;
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  cursor: pointer;
}
.blueFilterTab__arrow {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 16px;
  background-color: #85abd1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .blueFilterTab__value {
    padding-left: 16px;
    font-size: 13px;
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: normal;
  }
  .blueFilterTab__arrow {
    width: 23px;
  }
}
@media print {
  .blueFilterTab {
    height: auto;
  }
  .blueFilterTab__value {
    padding-left: 0;
  }
  .blueFilterTab__arrow {
    display: none;
  }
}
.blueFilterTabDropdown {
  left: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #fff;
  z-index: 51;
}
.blueFilterTabDropdown.bm-col_one {
  width: 50%;
}
@media (min-width: 768px) {
  .blueFilterTabDropdown {
    background-color: #e9e9e9;
  }
}
@media print {
  .blueFilterTabDropdown {
    display: none;
  }
}
.listSeperator {
  position: absolute;
  top: 0;
  bottom: 80px;
  left: 50%;
  width: 1px;
  background-color: #d6d6d6;
}
.selectList {
  padding-left: 10px;
  margin-top: 55px;
  height: 185px;
  width: 50%;
  float: left;
  overflow-y: scroll;
}
.selectList.bm-col_one {
  width: 100%;
}
.selectList__label {
  padding: 20px 0;
  position: absolute;
  top: 0;
  height: 55px;
  font-size: 18px;
  color: #9f9f9f;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.selectList__list {
  list-style-type: none;
  padding: 0;
}
.selectList__list__item {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 15px;
  color: #3b5681;
  padding: 10px 0;
}
.selectList__list__item.selectedLI {
  background-color: #333333;
  margin-left: -10px;
  padding-left: 10px;
  color: white;
}
.selectList__list__item.disabledLI {
  color: #9f9f9f;
  cursor: default;
}
.okCancel {
  position: absolute;
  bottom: 0;
  padding: 20px 10px;
  height: 80px;
  border-top: 1px solid #d6d6d6;
  width: 100%;
}
.okCancel__btn {
  margin-right: 20px;
}
#performanceIndex .highcharts-legend {
  left: 5% !important;
  right: 0 !important;
}
#performanceIndex .highcharts-legend .null {
  width: 100% !important;
}
#performanceIndex .highcharts-legend .null .null {
  width: 100% !important;
}
#performanceIndex .highcharts-legend .null .null .highcharts-legend-item {
  width: 100% !important;
}
#performanceIndex .highcharts-legend .null .null .highcharts-legend-item &gt; span {
  width: 100% !important;
  left: 0 !important;
}
/* Client Services used in MF Page */
.clientService {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .clientService {
    padding-right: 0;
    padding-left: 0;
  }
}
.loadingMask__loading {
  display: none;
  width: 100%;
  position: relative;
  overflow: visible;
}
.loadingMask__content {
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  top: 0;
  height: auto;
  font: 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .loadingMask__content {
    padding: 60px 0;
  }
}
.loadingMask__noResults {
  display: none;
}
.loadingMask__noResults .loadingMask__content {
  z-index: 10;
  padding: 28px 8%;
}
.loadingMask__noResults .loadingMask__content a {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
.loadingMask__noResults .loadingMask__content.bm-marginLeft_2 {
  margin-left: 2px;
}
@media (min-width: 768px) {
  .loadingMask__noResults .loadingMask__content {
    padding: 28px 137px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .loadingMask__noResults .loadingMask__content {
    padding: 28px 14%;
    text-align: center;
  }
}
/*******************************
block - Tab Panel (scroll/swipe for xs/sm)
*******************************/
.chartTabPanel__tabcont {
  width: 100%;
  margin: 30px 0 -30px 0;
  font-size: 0;
  display: table;
}
@media screen and (min-width: 1024px) {
  .chartTabPanel__tabcont {
    margin-bottom: -35px;
  }
}
.chartTabPanel__tab {
  display: inline-block;
  font-size: 14px;
  background: #c2c2c2;
  padding: 3px 5px;
  width: 100%;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: black;
  vertical-align: middle;
  font-weight: bold;
}
.chartTabPanel__tab.active {
  background: black;
  color: #85abd1;
}
@media screen and (min-width: 768px) {
  .chartTabPanel__tab {
    display: tabel-cell;
    width: 50%;
    text-align: center;
  }
}
.tabPanel {
  border-top: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  float: left;
  font-size: 0;
  margin-top: 5px;
  padding: 14px 0px 14px 8px;
  white-space: nowrap;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.tabPanel__elem {
  color: #1c1c1c;
  font-size: 20px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  padding-left: 32px;
  padding-right: 8px;
  text-transform: uppercase;
  display: inline-block;
}
.tabPanel__elem:first-child {
  padding-left: 0;
}
.tabPanel__elem.bm-mode_active {
  color: #85abd1;
}
@media screen and (min-width: 768px) {
  .tabPanel {
    margin-top: 5px;
    padding: 15px 0px 15px 10px;
  }
  .tabPanel__elem {
    padding-left: 25px;
    padding-right: 15px;
  }
  .tabPanel__elem:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tabPanel {
    border: none;
    display: table;
    margin: 0 -4px 0 0;
    padding: 0;
    overflow-x: initial;
    white-space: normal;
    width: auto;
  }
  .tabPanel__elem {
    background-color: #c2c2c2;
    border-right: 4px solid #efefed;
    color: #252525;
    cursor: pointer;
    display: table-cell;
    font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    font-size: 14px;
    height: auto;
    padding: 5px 14px;
    vertical-align: middle;
  }
  .tabPanel__elem:first-child {
    padding-left: 21px;
  }
  .tabPanel__elem.bm-mode_active {
    background-color: #252525;
    color: #85abd1;
    cursor: default;
  }
  .tabPanel__hr {
    border-top: 5px solid #252525;
    clear: both;
    margin: 0;
  }
}
@media print {
  .tabPanel {
    padding-left: 0px;
    overflow: hidden !important;
    border-right: 3px solid #fff !important;
    border-left: 3px solid #fff !important;
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tabPanel__elem {
    padding: 0 !important;
  }
}
.blueButton {
  background-color: #85abd1;
  color: #f1f1f1;
  cursor: pointer;
  display: inline-block;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  padding: 7px 20px;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
}
.blueButton.bm-tab_lit {
  min-width: 114px;
}
.blueButton.bm-color-white {
  color: white;
}
.blueButton.bm-pos_msgBox {
  margin-right: 20px;
}
.blueButton.bm-color-transparent {
  background-color: transparent;
  color: #85abd1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
.blueButton.bm-disabled-grey {
  background-color: #c7cccf;
  cursor: default;
}
.ie8 .blueButton.bm-tab_lit {
  min-width: 74px;
}
.blueBrdrBtnWithIcon {
  display: table;
  margin: 0 auto;
  cursor: pointer;
}
.blueBrdrBtnWithIcon__icon {
  display: table-cell;
  padding: 0 13px;
  vertical-align: middle;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #508ac4;
}
.blueBrdrBtnWithIcon__icon.bm-checked {
  cursor: default;
  border: none;
  padding: 0;
}
.blueBrdrBtnWithIcon .blueBrdrBtn {
  display: table-cell;
}
.blueBrdrBtnWithIcon.bm-hover .blueBrdrBtnWithIcon__icon {
  background-color: #508ac4;
}
.blueBrdrBtnWithIcon.bm-hover .blueBrdrBtn {
  background-color: #e5eef6;
}
.blueBrdrBtn {
  display: inline-block;
  border: 1px solid #508ac4;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 11px;
  color: #508ac4;
  padding: 12px 26px;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
@media (min-width: 768px) {
  .blueBrdrBtn {
    padding: 13px 28px;
    font-size: 10px;
    line-height: 10px;
  }
}
@media (min-width: 1024px) {
  .blueBrdrBtn {
    padding: 14px 30px 11px;
    font-size: 11px;
    line-height: 11px;
  }
}
.blueBrdrBtn.bm-checked {
  cursor: default;
  border: none;
  padding-left: 8px;
  color: #333;
}
.blueBrdrBtn.bm-checked:hover {
  background-color: transparent;
}
.blueBrdrBtn:hover {
  background-color: #e5eef6;
}
.blueBrdrBtn.bm-color_red {
  border-color: #FF0000;
  color: #FF0000;
}
/*******************************
Message Box
*******************************/
.messageBox {
  width: 300px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  background: #2D2C2C;
  z-index: 99999;
  /*******************************
  Style for desktop
  *******************************/
}
.messageBox__btnContainer {
  margin: 0px 20px 30px 20px;
}
.messageBox__closeBtn {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 18px;
  width: 19px;
}
.messageBox__closeBtn .bm-messageBox_theme {
  display: none;
}
.messageBox__title {
  background: #242323;
  width: 100%;
  height: 50px;
  font: 18px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #fff;
  padding-left: 19px;
  padding-top: 14px;
}
.messageBox__msg {
  font: 16px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #fff;
  padding: 23px 19px 28px;
}
.messageBox__input {
  margin-left: 3.4%;
  border: none;
  height: 49px;
  width: 93.5%;
  margin-top: -8px;
  margin-bottom: 18px;
  line-height: 45px;
}
.messageBox__error {
  color: #fe0000;
  display: block;
  font-size: 16px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 0 19px 28px;
}
.messageBox .mInputError {
  border: 2px solid #fe0000;
}
@media (min-width: 768px) {
  .messageBox {
    width: 420px;
    display: none;
    min-height: 144px;
  }
}
.msgBoxItem {
  padding: 11px 0 18px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.subscribeItem {
  padding-top: 18px;
  padding-bottom: 10px;
}
.subscribeItem:first-child {
  padding-top: 11px;
}
.subscribeItem__name {
  width: 100%;
}
.subscribeItem__cross {
  vertical-align: top;
}
.zIndex-100001 {
  z-index: 100001;
}
#modalWindow.zIndex-100000 {
  z-index: 100000;
}
.bm-messageBox_white.messageBox {
  background: #fff;
}
.bm-messageBox_white .messageBox__closeBtn .icon {
  display: none;
}
.bm-messageBox_white .messageBox__closeBtn span {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 0 0 4px 0;
  background-color: #85abd1;
}
.bm-messageBox_white .messageBox__closeBtn span:nth-child(2) {
  transform: translateY(2px) rotate(45deg);
}
.bm-messageBox_white .messageBox__closeBtn span:nth-child(3) {
  transform: translateY(-16px) rotate(-45deg);
}
.bm-messageBox_white .messageBox__title {
  background: #fff;
  color: #000;
}
.bm-messageBox_white .messageBox__msg {
  padding-top: 0px;
  color: #000;
}
.bm-messageBox_white .messageBox__error.gm-display_none {
  display: none;
}
.bm-messageBox_white .messageBox__btnContainer {
  margin-left: 3.4%;
}
.bm-messageBox_white .messageBox__input {
  color: #000;
  background: #efefef;
  height: 50px;
  padding: 0 0 0 14px;
  font: 13px "UniversLTStdLightObl", Meiryo, "Hiragino Kaku Gothic Pro";
  border: none;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  line-height: 40px;
}
/*******************************
modalWindow
*******************************/
#modalWindow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 999;
  display: none;
}
.richText {
  font-size: 16px;
  line-height: 24px;
}
.richText.bm-spacing_none {
  margin-bottom: 0;
}
.richText.bm-spacing_after {
  margin-bottom: 25px;
}
.richText.bm-spacing_small {
  margin-bottom: 40px;
}
.richText p {
  font-size: 16px;
  line-height: 24px;
}
.richText ul {
  padding-left: 18px;
}
.richText li {
  margin-bottom: 10px;
}
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText h5,
.richText h6 {
  margin-top: 0;
}
.richText h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.richText h5 {
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
  line-height: 24px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.richText h6 {
  display: block;
  font-size: 16px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 19px;
}
.richText a {
  font: inherit;
  color: #6c8db6;
}
.richText pre {
  font-style: normal;
  padding: 0 30px 10px 30px;
  display: block;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  white-space: normal;
  overflow: visible;
}
.richText pre::before,
.richText pre::after {
  display: none;
}
.richText pre span.author {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.richText blockquote {
  padding: 20px 10px 20px 10px;
  border-top: 1px solid #c6c8c9;
  border-bottom: 1px solid #c6c8c9;
  border-left: 0px;
  border-right: 0px;
  display: block;
  margin: 0px;
  font: 30px 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.richText blockquote::before,
.richText blockquote::after {
  display: none;
}
.richText blockquote span.author {
  display: block;
  font: 16px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 24px;
  margin-top: 5px;
}
.richText address {
  font: 20px/28px "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  color: #5886c3;
  margin-bottom: 13px;
  padding-left: 20px;
  border-left: 5px solid #7399c6;
}
.richText address::before,
.richText address::after {
  display: none;
}
.richText address span.author {
  font: 12px/20px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  display: block;
  margin-top: 5px;
}
.richText.bm-type_regularBody {
  line-height: 20px;
  font-size: 14px;
}
.richText.bm-type_regularBody p {
  font-size: 14px;
  line-height: 20px;
}
.richText.bm-type_regularBody li {
  margin-bottom: 6px;
}
.richText.bm-type_disclaimer * {
  font-size: 12px;
  color: #666;
  line-height: 1.428571429;
  font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro";
}
.richText.bm-type_disclaimer.dis12px * {
  font-size: 12px;
}
.richText.bm-type_disclaimer.dis14px * {
  font-size: 14px;
}
.richText.bm-type_disclaimer.dis16px * {
  font-size: 16px;
}
.richText.bm-table_singleCol table {
  table-layout: fixed;
}
.richText.bm-table_singleCol table:after {
  content: '';
  display: block;
  clear: both;
}
.richText.bm-table_singleCol table td {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.richText.bm-table_altRows table {
  width: 100%;
  border-top: 2px solid #7b9bc0;
  border-bottom: 1px solid #565657;
  margin: 0 0 15px;
  border-left-color: #565657;
}
.richText.bm-table_altRows table tr {
  border: none;
  background: #FFFFFF;
}
.richText.bm-table_altRows table tr:nth-child(odd) {
  background: #e7e7e8 !important;
}
.richText.bm-table_altRows table tr th,
.richText.bm-table_altRows table tr td {
  border: none !important;
  padding: 5px 10px !important;
  text-align: left;
  background: transparent !important;
}
.richText.bm-table_altRows table tr th {
  font: bold 22px/24px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  color: #FFFFFF;
  background: #85ABD1 !important;
  font-weight: bold;
}
.richText.bm-table_altRows table tr td {
  font: normal 14px/18px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  color: #231f20;
}
.richText.bm-scroll_on {
  overflow-x: auto;
}
@media (min-width: 768px) {
  .richText.bm-colCount_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    -ms-column-gap: 35px;
    -o-column-gap: 35px;
    column-gap: 35px;
    margin-bottom: 10px;
  }
  .richText.bm-colCount_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -ms-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 10px;
  }
  .richText.bm-colCount_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 10px;
  }
  .richText.bm-table_singleCol table td {
    display: table-cell;
    width: auto;
    float: none;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
  }
  .richText.bm-table_singleCol table td:first-child {
    padding-left: 0;
  }
  .richText.bm-table_singleCol table td:last-child {
    padding-right: 0;
  }
  .richText.bm-table_singleCol table tr {
    border-bottom: 15px solid transparent;
  }
  .richText.bm-table_singleCol table tr:last-child {
    border-bottom: none;
  }
  .richText.bm-spacing_small {
    margin-bottom: 80px;
  }
}
@media print {
  .richText table {
    page-break-inside: avoid;
  }
}
.teaserLock {
  margin-right: 5px;
}
.titleSearchBox {
  line-height: 20px;
  margin: 0 10px 14px;
}
.titleSearchBox_text {
  font-size: 16px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.titleSearchBox_text p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .titleSearchBox {
    margin: 0 10px 20px;
  }
  .titleSearchBox_text {
    display: inline-block;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .titleSearchBox {
    margin: 0 0 20px;
  }
  .titleSearchBox_text {
    display: inline-block;
    width: 61%;
  }
}
.mutualfund .titleSearchBox {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .mutualfund .titleSearchBox {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .mutualfund .titleSearchBox {
    margin: 0 0 20px;
  }
}
.mutualfund .titleSearchBox_text {
  font-style: italic;
}
.mutualfund .titleSearchBox_text p {
  font-style: italic;
}
.fundFinder .titleSearchBox.bm-override {
  margin: 0;
}
#tooltip {
  text-align: left;
  background: #ffffff;
  background: url("../../clientlibs/gsam-style/common/img/tooltip_bg.png") 0 0 repeat-y;
  position: absolute;
  z-index: 100;
  padding: 15px;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #fff;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
#tooltip .icon {
  position: absolute;
  right: 16px;
}
.noTouch #tooltip span.icon {
  display: none;
}
/*******
*
* Columns layouts up to 4 columns
*
*******/
/* column control layouts */
.lt-ie8 div.cq-colctrl-lt4-c0 {
  width: 25%;
}
div {
  /* layout 0 : 100% */
  /* layout 0 : 50% 50% */
  /* layout 1: 62% 38% */
  /* layout 2: 38% 62% */
  /* layout 3 : 33.33% 33.33% 33.34% */
  /* layout 4: 25% 25% 25% 25% */
  /*layout6*/
  /*layout7*/
}
div.shadedCol {
  background-color: #e4e4e4;
  overflow: hidden;
}
div.cq-colctrl-cols {
  width: 100%;
}
div.cq-colctrl-default {
  width: 100%;
}
div.parsys_column.bm-margin_btm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-default-c0 .richText p {
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt0 {
  display: block;
  width: 100%;
}
div.cq-colctrl-lt0.bm-margin_btm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt0 {
    display: table;
    table-layout: fixed;
  }
  div.cq-colctrl-lt0 .richText p {
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt0-c0 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt0-c0 {
    display: table-cell;
    vertical-align: top;
    width: 49%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt0-c1 {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt0-c1 {
    display: table-cell;
    vertical-align: top;
    width: 49%;
    padding-left: 20px;
  }
  div.cq-colctrl-lt0-c1.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
  div.cq-colctrl-lt0-c1.bm-border_left.shadedCol {
    border-left: 1px solid #FFF;
  }
}
div.cq-colctrl-lt3 {
  display: block;
  width: 100%;
}
div.cq-colctrl-lt3.bm-margin_btm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt3 {
    display: table;
    table-layout: fixed;
  }
  div.cq-colctrl-lt3 .richText p {
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt3-c0 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt3-c0 {
    display: table-cell;
    vertical-align: top;
    width: 62%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt3-c1 {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt3-c1 {
    display: table-cell;
    vertical-align: top;
    width: 38%;
    padding-left: 20px;
  }
  div.cq-colctrl-lt3-c1.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
div.cq-colctrl-lt2 {
  display: block;
  width: 100%;
}
div.cq-colctrl-lt2.bm-margin_btm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt2 {
    display: table;
    table-layout: fixed;
  }
  div.cq-colctrl-lt2 .richText p {
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt2-c0 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt2-c0 {
    display: table-cell;
    vertical-align: top;
    width: 38%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt2-c1 {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt2-c1 {
    display: table-cell;
    vertical-align: top;
    width: 62%;
    padding-left: 20px;
  }
  div.cq-colctrl-lt2-c1.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
div.cq-colctrl-lt1 {
  width: 100%;
  display: block;
}
div.cq-colctrl-lt1.bm-margin_btm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt1 {
    display: table;
    table-layout: fixed;
  }
  div.cq-colctrl-lt1 .richText p {
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt1-c0 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt1-c0 {
    display: table-cell;
    vertical-align: top;
    width: 32.33%;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt1-c1 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt1-c1 {
    display: table-cell;
    vertical-align: top;
    width: 32.33%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  div.cq-colctrl-lt1-c1.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
div.cq-colctrl-lt1-c2 {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt1-c2 {
    display: table-cell;
    vertical-align: top;
    width: 32.33%;
    padding-left: 10px;
  }
  div.cq-colctrl-lt1-c2.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
div.cq-colctrl-lt4 {
  width: 100%;
  display: block;
}
div.cq-colctrl-lt4.bm-margin_btm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt4 {
    display: table;
    table-layout: fixed;
  }
  div.cq-colctrl-lt4 .richText p {
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt4-c0 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt4-c0 {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt4-c1 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt4-c1 {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  div.cq-colctrl-lt4-c1.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
div.cq-colctrl-lt4-c2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt4-c2 {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  div.cq-colctrl-lt4-c2.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
div.cq-colctrl-lt4-c3 {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt4-c3 {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding-left: 10px;
  }
  div.cq-colctrl-lt4-c3.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
div.cq-colctrl-lt5 {
  width: 100%;
  display: block;
}
div.cq-colctrl-lt5.bm-margin_btm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt5 {
    display: table;
    table-layout: fixed;
  }
  div.cq-colctrl-lt5 .richText p {
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt5-c0 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt5-c0 {
    display: table-cell;
    vertical-align: top;
    width: 77%;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt5-c1 {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt5-c1 {
    display: table-cell;
    vertical-align: top;
    width: 23%;
    padding-left: 10px;
  }
  div.cq-colctrl-lt5-c1.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
div.cq-colctrl-lt6 {
  width: 100%;
  display: block;
}
div.cq-colctrl-lt6.bm-margin_btm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt6 {
    display: table;
    table-layout: fixed;
  }
  div.cq-colctrl-lt6 .richText p {
    margin-bottom: 0;
  }
}
div.cq-colctrl-lt6-c0 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt6-c0 {
    display: table-cell;
    vertical-align: top;
    width: 62%;
    margin-bottom: 0;
    padding-right: 10px;
  }
}
div.cq-colctrl-lt6-c1 {
  background-color: #cccccc;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  div.cq-colctrl-lt6-c1 {
    display: table-cell;
    vertical-align: top;
    width: 38%;
    padding-left: 10px;
  }
  div.cq-colctrl-lt6-c1.bm-border_left {
    border-left: 1px solid #e5e5e5;
  }
}
@media print {
  div.cq-colctrl-lt1-c0,
  div.cq-colctrl-lt1-c1,
  div.cq-colctrl-lt1-c2 {
    width: 100%;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
@font-face {
  font-family: 'UniversCondensedBold';
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-67BoldCond.eot");
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-67BoldCond.eot?iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-67BoldCond.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-67BoldCond.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-67BoldCond.svg#827d22bc-e38b-4ccf-8a21-1f9aaa76e402") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'UniversCondensed';
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-57Condensed.eot");
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-57Condensed.eot?iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-57Condensed.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-57Condensed.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-57Condensed.svg#0abcce12-2274-4ee7-b6d5-0066b5f5f670") format("svg");
}
@font-face {
  font-family: 'UniversCondensedLight';
  src: url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-47LightCond.eot');
  src: url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-47LightCond.eot?#iefix') format('embedded-opentype'), url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-47LightCond.woff') format('woff'), url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-47LightCond.ttf') format('truetype'), url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-47LightCond.svg#UniversLTStd47LightCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniversUltraCondensed';
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-59UltCondensed.eot");
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-59UltCondensed.eot?iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-59UltCondensed.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-59UltCondensed.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-59UltCondensed.svg#383b7b06-99d7-4749-85ac-bf144981cfce") format("svg");
}
@font-face {
  font-family: 'UniversLTStd';
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-55Roman.eot");
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-55Roman.eot?iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-55Roman.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-55Roman.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-55Roman.svg#ac8280da-3de5-456d-bd77-8f01665452a9") format("svg");
  font-display: swap;
}
@font-face {
  font-family: 'UniversLTStd39ThUltraCn';
  src: url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-39ThinUltCond.eot');
  src: url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-39ThinUltCond.eot?iefix') format('embedded-opentype'), url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-39ThinUltCond.woff') format('woff'), url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-39ThinUltCond.ttf') format('truetype'), url('../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-39ThinUltCond.svg#UniversLTStd39ThUltraCn') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTStdLight';
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45Light.eot");
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45Light.eot?iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45Light.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45Light.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45Light.svg#ac8280da-3de5-456d-bd77-8f01665452a9") format("svg");
}
@font-face {
  font-family: 'UniversLTStdBold';
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-65Bold.eot");
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-65Bold.eot?#iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-65Bold.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-65Bold.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-65Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTStdLightObl';
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45LightOblique.eot");
  src: url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45LightOblique.eot?#iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45LightOblique.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45LightOblique.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/Univers_W04/UniversLTW04-45LightOblique.svg") format("svg");
}
@font-face {
  font-family: "Sabon Next W01 Italic";
  src: url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.eot?#iefix");
  src: url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.eot?#iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.woff2") format("woff2"), url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.svg#Sabon_Next_W01_Italic") format("svg");
}
@font-face {
  font-family: "Sabon Next W01 Italic";
  src: url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.eot?#iefix");
  src: url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.eot?#iefix") format("eot"), url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.woff2") format("woff2"), url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.woff") format("woff"), url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.ttf") format("truetype"), url("../../../content/dam/gsam/public/fonts/SabonNext_W04/SabonNextLTW04-Italic.svg#Sabon_Next_W01_Italic") format("svg");
}
@font-face {
  font-family: 'Basis Grotesque';
  src: url("../../../content/dam/gsam/public/fonts/basis-grotesque/static_fonts_BasisGrotesque-Regular-Pro.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Goldman Sans';
  src: url("../../../content/dam/gsam/public/fonts/goldman-sans/GoldmanSans_W_Rg.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Goldman Sans Medium';
  src: url("../../../content/dam/gsam/public/fonts/goldman-sans/GoldmanSans_W_Md.woff2") format('woff2');
  font-weight: medium;
  font-display: swap;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gm-hide {
  display: none;
  visibility: hidden;
}
.gm-bg_nav {
  background: #3073a0;
}
.gm-fontColor_moduleHeader {
  color: #333333;
}
.gm-fontColor_sectionHeader {
  color: #86abd1;
}
.gm-fontColor_active {
  color: #365884;
}
.gm-fontColor_hover:hover {
  color: #2c61a6;
}
.gm-fontFamily_UC {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.gm-fontFamily_UCB {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.gm-fontFamily_USB {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.gm-fontFamily_timesItalic {
  font-family: "Times New Roman", Times, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-style: italic;
}
.gm-fontFamily_arial {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.gm-fontFamily_arialBold {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.gm-fontFamily_UUC {
  font-family: 'UniversUltraCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.gm-fontWeight_bold {
  font-weight: bold !important;
}
.gm-fontWeight_light {
  font-weight: lighter !important;
}
.gm-display_none {
  display: none;
}
.gm-display_block {
  display: block;
}
.gm-display_inline {
  display: inline;
}
.gm-display_inlineBlock {
  display: inline-block;
}
.gm-clear_both {
  clear: both;
}
.gm-clear_left {
  clear: left;
}
.gm-clear_right {
  clear: right;
}
.gm-listType_none {
  list-style-type: none;
}
.gm-cursor_hand {
  cursor: pointer;
}
.gm-cursor_default {
  cursor: default;
}
.gm-cursor_default_imp {
  cursor: default !important;
}
.gm-text_upper {
  text-transform: uppercase;
}
.gm-pos_relative {
  position: relative;
}
.gm-no_border {
  border: 0px none !important;
}
.gm-subtext {
  font-size: .68em;
}
.gm-no_padding {
  padding: 0 !important;
}
.gm-no_margin {
  margin: 0 !important;
}
.gm-btn_disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: not-allowed !important;
}
.gm-events_none {
  pointer-events: none;
}
.gm-maxwidth87p {
  max-width: 87%;
}
.gm-bgPos_center {
  background-position: center;
  background-repeat: no-repeat;
}
.gm-forceFontSize.dis12px * {
  font-size: 12px;
}
.gm-forceFontSize.dis14px * {
  font-size: 14px;
}
.gm-forceFontSize.dis16px * {
  font-size: 16px;
}
/*text formatting inherited*/
.gm-txtFrmt_inherit {
  color: inherit;
  display: inherit;
  font: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  cursor: inherit;
}
/*asset class background color global modifiers*/
.gm-astCls_ {
  /*alternatives*/
  /*money markets*/
  /*commodities*/
  /*equities*/
  /*fixed income*/
  /*portfolio solutions*/
  /*real estate/infrastructure*/
  /*all asset classes*/
}
.gm-astCls_alt {
  background-color: #006579;
}
.gm-astCls_mon {
  background-color: #226b49;
}
.gm-astCls_com {
  background-color: #006579;
}
.gm-astCls_equ {
  background-color: #125687;
}
.gm-astCls_fix {
  background-color: #702e3d;
}
.gm-astCls_por {
  background-color: #b65518;
}
.gm-astCls_rea {
  background-color: #006579;
}
.gm-astCls_all {
  background-color: #999999;
}
/* Clear Fix */
.gm-clear_fix:after {
  content: '';
  display: block;
  clear: both;
}
/*float left*/
.gm-float_left {
  float: left;
}
/*float right*/
.gm-float_right {
  float: right;
}
.gm-float_none {
  float: none!important;
}
/* For table chart Emea */
.gm-bgColor_alt {
  background-color: #f4f4f2;
}
.gm-display_table {
  display: table;
}
.gm-display_tableCell {
  display: table-cell;
}
.gm-textAlign_left {
  text-align: left;
}
.gm-textAlign_right {
  text-align: right;
}
.gm-textAlign_center {
  text-align: center;
}
/*Padding left right zero for print*/
@media print {
  .gm-printPaddingLR_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print {
  .gm-printMarginLR_0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media print {
  .gm-printBorderTB {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
}
@media print {
  .gm-printPageBreakInsAvd {
    page-break-inside: avoid;
  }
}
@media print {
  .gm-breakPageBefore_IE {
    page-break-before: always\9;
  }
}
@media print {
  .gm-breakPageAfter_IE {
    page-break-after: always\9;
  }
}
@media print {
  .gm-printPaddingLR_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.gm-isInvalid {
  color: #fe0000 !important;
}
.gm-overflowInitial {
  overflow: initial;
}
.gm-overflowAuto {
  overflow: auto;
}
.gm-overflowHidden {
  overflow: hidden;
}
.gm-overflowHide {
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1024px) {
  .gm-table_dsktp {
    display: table;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .gm-tableRow_dsktp {
    display: table-row;
  }
}
.gm-100pHeight {
  height: 100%;
}
.gm-100pWidth {
  width: 100%;
}
.gm-pos_absoluteRight {
  position: absolute;
  right: 0;
}
.gm-opacity_0 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.gm-vAlign_middle {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.gm-lineHeight_normal {
  line-height: normal !important;
}
.gm-marginBtm_0 {
  margin-bottom: 0px !important;
}
.gm-marginTop_0 {
  margin-top: 0px !important;
}
.gm-marginTop_5px {
  margin-top: 5px;
}
.gm-paddingLR_10_mob {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .gm-paddingLR_10_mob {
    padding-left: 0;
    padding-right: 0;
  }
}
.gm-marginBtm_standard {
  margin-bottom: 25px;
}
.gm-margin_0auto {
  margin: 0 auto;
}
.touch .gm-showScroll_touch::-webkit-scrollbar {
  -webkit-appearance: none;
}
.touch .gm-showScroll_touch::-webkit-scrollbar:horizontal {
  height: 7px;
}
.touch .gm-showScroll_touch::-webkit-scrollbar:vertical {
  width: 7px;
}
.touch .gm-showScroll_touch::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(196, 196, 196, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.gm-text_underline {
  text-decoration: underline;
}
.gm-pos_absCenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.gm-fancyScrollBar ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.gm-fancyScrollBar ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.gm-fancyScrollBar ::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border: 0px none #ffffff;
  border-radius: 19px;
}
.gm-fancyScrollBar ::-webkit-scrollbar-thumb:hover {
  background: #9d9d9e;
}
.gm-fancyScrollBar ::-webkit-scrollbar-thumb:active {
  background: #9d9d9e;
}
.gm-fancyScrollBar ::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.gm-fancyScrollBar ::-webkit-scrollbar-corner {
  background: transparent;
}
.gm-display_fNone {
  display: none !important;
}
.gm-pos_fRelative {
  position: relative !important;
}
.gm-internalDoc:after {
  color: #f37361;
  font-size: 12px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  cursor: default;
  text-transform: capitalize;
}
.blueButton_v2.gm-internalDoc:after {
  color: red;
}
.gm-spinner {
  margin: 0 auto;
  font-size: 8px;
  width: 10px;
  height: 10px;
  border-radius: 54%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  transform: translateY(-50%);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #7d7d7d, 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.5), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.7), 1.8em -1.8em 0 0em #7d7d7d, 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.5), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.7), 2.5em 0em 0 0em #7d7d7d, 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.5), 2.5em 0em 0 0em rgba(97, 97, 97, 0.7), 1.75em 1.75em 0 0em #7d7d7d, 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.5), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.7), 0em 2.5em 0 0em #7d7d7d, -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.5), 0em 2.5em 0 0em rgba(97, 97, 97, 0.7), -1.8em 1.8em 0 0em #7d7d7d, -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.5), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.7), -2.6em 0em 0 0em #7d7d7d, -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.5), -2.6em 0em 0 0em rgba(97, 97, 97, 0.7), -1.8em -1.8em 0 0em #7d7d7d;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #7d7d7d, 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.5), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.7), 1.8em -1.8em 0 0em #7d7d7d, 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.5), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.7), 2.5em 0em 0 0em #7d7d7d, 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.5), 2.5em 0em 0 0em rgba(97, 97, 97, 0.7), 1.75em 1.75em 0 0em #7d7d7d, 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.5), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.7), 0em 2.5em 0 0em #7d7d7d, -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.2), -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.5), 0em 2.5em 0 0em rgba(97, 97, 97, 0.7), -1.8em 1.8em 0 0em #7d7d7d, -2.6em 0em 0 0em rgba(97, 97, 97, 0.2), -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.5), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.7), -2.6em 0em 0 0em #7d7d7d, -1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(97, 97, 97, 0.2), 1.8em -1.8em 0 0em rgba(97, 97, 97, 0.2), 2.5em 0em 0 0em rgba(97, 97, 97, 0.2), 1.75em 1.75em 0 0em rgba(97, 97, 97, 0.2), 0em 2.5em 0 0em rgba(97, 97, 97, 0.2), -1.8em 1.8em 0 0em rgba(97, 97, 97, 0.5), -2.6em 0em 0 0em rgba(97, 97, 97, 0.7), -1.8em -1.8em 0 0em #7d7d7d;
  }
}
.gm-bubble-spinner {
  position: absolute;
  margin: 0 auto;
  font-size: 8px;
  width: 5px;
  height: 5px;
  border-radius: 54%;
  box-shadow: 0px -12px 0px 0px #ffffff, 9px -9px 0px 0px rgba(255, 255, 255, 0.8), 12px 0px 0px 0px rgba(255, 255, 255, 0.7), 9px 9px 0px 0px rgba(255, 255, 255, 0.5), 0px 12px 0px 0px rgba(255, 255, 255, 0.5), -9px 9px 0px 0px rgba(255, 255, 255, 0.4), -12px 0px 0px 0px rgba(255, 255, 255, 0.3), -9px -9px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-animation: load5sh 1.4s linear infinite;
  animation: load5sh 1.4s linear infinite;
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  transform: translateY(-50%);
}
.gm-bubble-spinner-grey {
  position: absolute;
  margin: 0 auto;
  font-size: 8px;
  width: 5px;
  height: 5px;
  border-radius: 54%;
  box-shadow: 0px -12px 0px 0px #808080, 9px -9px 0px 0px rgba(128, 128, 128, 0.8), 12px 0px 0px 0px rgba(128, 128, 128, 0.7), 9px 9px 0px 0px rgba(128, 128, 128, 0.5), 0px 12px 0px 0px rgba(128, 128, 128, 0.5), -9px 9px 0px 0px rgba(128, 128, 128, 0.4), -12px 0px 0px 0px rgba(128, 128, 128, 0.3), -9px -9px 0px 0px rgba(128, 128, 128, 0.2);
  -webkit-animation: load5sh 1.4s linear infinite;
  animation: load5sh 1.4s linear infinite;
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  transform: translateY(-50%);
}
.form-invalid {
  border: 1px solid #f00 !important;
}
.flag {
  display: inline-block;
}
.container-fluid {
  height: 100%;
}
body,
html {
  -ms-overflow-style: scrollbar !important;
}
/*Sample Column mixin Use*/
.columns-67-33 {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.columns-67-33:after {
  clear: both;
  content: "";
  display: block;
}
.columns-67-33__left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 67%;
}
.columns-67-33__right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 33%;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
Block - GlobalSeacrh
*******************************/
.gSearch {
  position: absolute;
  top: 0;
  background-color: #eff0eb;
  width: 100%;
  height: 55px;
  padding: 9px 3%;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  z-index: 100000;
}
.gSearch__inactiveIcon {
  display: none;
}
.gSearch__icon {
  width: 30px;
  height: 35px;
  position: absolute;
  padding: 10px;
  z-index: 1;
}
.gSearch__input {
  color: black;
  border: 0px;
  height: 35px;
  width: 100%;
  background-color: #ffffff;
  padding-left: 34px;
  line-height: 35px\9;
  /*IE8,9 specific*/
}
.gSearch__input:focus {
  outline: 0;
}
.gSearch__closeIcon {
  width: 12px;
  height: 32px;
  position: absolute;
  right: 30.5%;
  top: 11px;
  padding: 7px;
}
.gSearch__cancelBtn {
  margin-top: 9px;
  margin-right: 0.5%;
}
.gSearch__inputContainer {
  display: inline-block;
  width: 75%;
}
.gSearch__inputContainer .water-mark {
  padding-top: 2px;
  padding-left: 34px;
}
@media (orientation: landscape) {
  .gSearch__closeIcon {
    right: 22.5%;
  }
  .gSearch__inputContainer {
    width: 83%;
  }
}
@media (min-width: 768px) {
  .gSearch {
    height: 82px;
    padding: 18px 2%;
    font-size: 16px;
    font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .gSearch__icon {
    width: 49px;
    height: 40px;
    padding: 10px;
  }
  .gSearch__input {
    height: 40px;
    width: 100%;
    padding-left: 49px;
    line-height: 40px\9;
    /*IE8,9 specific*/
  }
  .gSearch__closeIcon {
    right: 13.5%;
    top: 22px;
    padding: 8px;
  }
  .gSearch__cancelBtn {
    margin-right: 0%;
  }
  .gSearch__inputContainer {
    width: 90.5%;
  }
  .gSearch__inputContainer .water-mark {
    padding-top: 3px;
    padding-left: 49px;
  }
}
@media (min-width: 1024px) {
  .gSearch {
    padding: 0;
    float: right;
    position: relative;
    width: 30px;
    font-size: 12px;
    z-index: 3;
  }
  .gSearch.bm-search_activated {
    width: 287px;
    background-color: #ffffff;
    background-image: none;
  }
  .gSearch__inactiveIcon {
    width: 30px;
    background-color: #6286b5;
    height: 31px;
    display: inline-block;
    padding: 7px;
  }
  .gSearch__icon {
    display: none;
    width: 35px;
    height: 27px;
    padding: 7px;
  }
  .gSearch__input {
    height: 31px;
    width: 100%;
    padding-left: 33px;
    line-height: 31px\9;
    /*IE8,9 specific*/
  }
  .gSearch__closeIcon {
    display: none;
    right: 15px;
    top: 0px;
  }
  .gSearch__cancelBtn {
    display: none;
  }
  .gSearch__inputContainer {
    display: none;
  }
  .gSearch__inputContainer .water-mark {
    padding-top: 3px;
    padding-left: 33px;
  }
}
@media (min-width: 1024px) {
  .bm-header_content {
    margin-left: 2.1%;
    height: 31px;
    color: white;
  }
  /*******************************
    Block - Login Button
    *******************************/
  .loginBtn {
    position: relative;
    padding: 5px;
    font-size: 15px;
  }
  .loginBtn__txt {
    padding-right: 4px;
    text-transform: uppercase;
  }
  .loginBtn .icon {
    vertical-align: middle;
  }
  /*******************************
    Block - Account Access Button
    *******************************/
  .accountAccessBtn {
    position: relative;
    padding: 5px;
    font-size: 15px;
    text-transform: uppercase;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
Component - Login(Logged Out View)
*******************************/
.loginContainer {
  background: #ffffff;
  padding: 128px 15% 10px;
  position: absolute;
  z-index: 100000;
  width: 100%;
  min-height: 480px;
  top: 0;
  overflow: hidden;
  /*GS Logo for Login*/
  /*Btn to close the dialog*/
  /*Unecessary labels, not reqd in new design*/
  /*Main input feilds, username and password*/
  /*Remember username chkbox*/
  /*Forgit password link*/
  /*Login Button*/
  /*Bottom Note for login*/
}
.loginContainer__heading {
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  margin: 0;
  display: block;
  padding: 0 0 8px;
  letter-spacing: 0.005em;
  color: #22263f;
}
.loginContainer__heading &gt; span:not(i) {
  text-transform: lowercase;
  display: inline-block;
}
.loginContainer__heading &gt; span:not(i)::first-letter {
  text-transform: uppercase !important;
}
.loginContainer__heading i {
  margin-right: 10px;
}
.loginContainer__heading i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.loginContainer__logo {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 37px;
}
.loginContainer .form-field-root {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.25s;
  padding-top: 21px;
}
.loginContainer .form-field-root input:-webkit-autofill ~ .form-field__label {
  font-size: 12px;
  transform: translateY(-14px);
}
.loginContainer .login-code-info {
  padding-bottom: 9px;
  display: inline-block;
  color: #676879;
  font: 16px/24px 'Basis Grotesque', sans-serif;
}
.loginContainer .error_container {
  display: none;
}
.loginContainer .login-btn-back-separator {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  height: 1px;
  background: #c6c8c9;
}
.loginContainer .login-btn-back-separator::before {
  content: "OR";
  /* width: 20px; */
  /* height: 20px; */
  position: absolute;
  top: -11px;
  left: 50%;
  background-color: #ffffff;
  transform: translateX(-50%);
  font-size: 16px;
  padding: 0 5px;
  color: #0000008a;
}
.loginContainer .login-btn-back {
  padding-top: 0;
}
.loginContainer .login-btn-back.buttonHolder a &gt; span &gt; span &gt; span {
  background-color: #ffffff;
  color: #0d1826;
  border: 1px solid #0d1826;
}
.loginContainer .login-btn-back.buttonHolder a &gt; span &gt; span &gt; span:hover {
  opacity: 0.8;
}
.loginContainer .login-links {
  display: flex;
  padding: 31px 0 0;
  font: 16px/24px 'Goldman Sans';
  color: #186ade;
}
.loginContainer .login-links span {
  cursor: pointer;
  margin-right: 36px;
}
.loginContainer .login-links span i {
  margin-left: 10px;
}
.loginContainer .login-links span i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.loginContainer .form-field-root.show {
  transform: translateX(0);
  opacity: 1;
}
.loginContainer__closeBtn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18px;
  right: 4%;
  cursor: pointer;
  font-size: 20px;
  color: #2178c4;
}
.loginContainer.bm-us_loginContainer {
  z-index: 100000;
}
.loginContainer.bm-us_loginContainer .loginError__errorMsg {
  margin-bottom: 15px;
}
.loginContainer .bm-login_checkbox {
  margin-top: 0px;
}
.loginContainer__submitBtn {
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 34px;
  border: none;
  min-width: auto;
  text-transform: none;
  letter-spacing: normal;
  transition: 0.5s opacity, 0.5s background-color;
  opacity: 1;
  font-family: 'Goldman Sans';
  background-color: #0d1826;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .loginContainer__submitBtn {
    padding: 16px 30px;
  }
}
.loginContainer .loginContainer__note {
  width: 100%;
  color: #676879;
  font: 16px/24px 'Basis Grotesque', sans-serif;
  letter-spacing: 0.005em;
}
.loginContainer .loginContainer__note .blackPopup__heading {
  margin: 0 0 10px 0;
  font: 16px/24px 'Basis Grotesque', sans-serif;
  display: block;
  color: #22263f;
}
.loginContainer .checkBox__link {
  text-decoration: underline;
  color: #85abd1;
  font-size: 15px;
  margin-left: 5px;
}
.loginContainer .error_container {
  display: none;
  margin-bottom: 20px;
}
.loginContainer label &gt; span,
.loginContainer .field.text label:first-child {
  display: none;
}
.loginContainer .field.text {
  position: relative;
}
.loginContainer .field.text .water-mark {
  padding-top: 8px;
  padding-left: 22px;
  font-size: 18px;
}
.ie8 .loginContainer .field.text .water-mark {
  margin-top: 1px;
  margin-left: 2px;
}
.loginContainer .field.text input {
  color: #676879;
  background: none;
  width: 100%;
  height: 56px;
  padding: 20px 17px 8px;
  font: 18px/28px 'Basis Grotesque', sans-serif;
  margin-bottom: 0px;
  border: 1px solid #aeb6be;
  border-radius: 4px;
}
.loginContainer .field.text input:focus {
  border: none;
  border-radius: 0;
}
.loginContainer .field.text input.bm-font_normal {
  font-family: 'Basis Grotesque', sans-serif;
}
.loginContainer .field.text input[type="password"].inputError {
  border-bottom: 2px solid #fe0000;
}
.loginContainer .field.text input.inputError {
  border-bottom: 2px solid #fe0000;
}
.loginContainer .field.text input.inputError::-webkit-input-placeholder {
  color: #fe0000 !important;
}
.loginContainer .field.text input.inputError:-moz-placeholder {
  color: #fe0000 !important;
  opacity: 1;
}
.loginContainer .field.text input.inputError::-moz-placeholder {
  color: #fe0000 !important;
  opacity: 1;
}
.loginContainer .field.text input.inputError:-ms-input-placeholder {
  color: #fe0000 !important;
}
.loginContainer .field.checkbox {
  margin-bottom: 0;
  margin-top: 21px;
  padding-top: 0;
  display: block;
}
.loginContainer .field.checkbox [type="checkbox"],
.loginContainer .field.checkbox label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
}
.loginContainer .field.checkbox [type="checkbox"] {
  width: 20px;
  height: 20px;
}
.loginContainer .checkbox__text {
  font: 11px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
  padding: 2px 0 0 2px;
  vertical-align: top;
  margin-left: 2px;
}
.loginContainer .separator {
  position: relative;
  padding-bottom: 40px;
}
.loginContainer .separator &gt; .link {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #85abd1;
  position: absolute;
  bottom: 0;
}
.loginContainer .buttonHolder {
  padding-top: 23px;
}
.loginContainer .buttonHolder__text {
  background-color: #0d1826;
  color: #ffffff;
  display: inline-block;
  font: 16px/24px 'Goldman Sans';
  height: auto;
  padding: 10px 20px;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .loginContainer .buttonHolder__text {
    padding: 16px 30px;
  }
}
.loginContainer .buttonHolder a &gt; span &gt; span &gt; span {
  display: inline-block;
  background-color: #0d1826;
  color: #ffffff;
  height: auto;
  padding: 10px 20px;
  margin-top: 0;
  font: 16px/24px 'Goldman Sans';
  border-radius: 2px;
  width: 100%;
  text-align: center;
  text-transform: lowercase;
}
.loginContainer .buttonHolder a &gt; span &gt; span &gt; span::first-line {
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .loginContainer .buttonHolder a &gt; span &gt; span &gt; span {
    padding: 16px 30px;
  }
}
.loginContainer .buttonHolder.disabled {
  position: relative;
  cursor: not-allowed;
}
.loginContainer .buttonHolder.disabled a {
  pointer-events: none;
  cursor: default;
}
.loginContainer .buttonHolder.disabled a &gt; span &gt; span &gt; span {
  background-color: silver;
  color: #ffffff;
  pointer-events: none;
}
.loginContainer__note {
  color: #a9a9a9;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 9px;
  margin-top: 18px;
  width: 103.8%;
}
@media (min-width: 768px) {
  .loginContainer {
    padding: 179px 23.67% 100px 24.07%;
    min-height: 768px;
  }
  .loginContainer__logo {
    top: 8px;
    height: 63px;
  }
  .loginContainer .buttonHolder &gt; a &gt; span &gt; span &gt; span {
    width: 110px;
  }
  .loginContainer .separator {
    padding-bottom: 45px;
  }
  .loginContainer .separator &gt; .link {
    font-size: 18px;
    margin-top: 23px;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .loginContainer {
    position: absolute;
    z-index: 11;
    padding: 32px 30px 32px 30px;
    top: 31px;
    bottom: auto;
    width: 41%;
    max-width: 460px;
    min-height: 0;
  }
  .loginContainer.teasablePositioning {
    top: 135px !important;
    height: 410px !important;
  }
  .loginContainer .separator &gt; .link {
    font-size: 14px;
    margin-top: 29px;
    padding-left: 1px;
  }
}
/*******************************
Block - Login Container modified for desktop view only.
*******************************/
@media (min-width: 1024px) {
  .userDetails {
    position: absolute;
    z-index: 11;
    background-color: #1c1c1c;
    top: 31px;
    display: none;
    width: 400px;
    padding: 15px 37px 26px;
  }
  .userDetails__heading {
    color: #999999;
    font-size: 17px;
    border-bottom: 1px solid #4f4f4f;
    padding-bottom: 10px;
  }
  .userDetails__heading .fm-link_3 {
    color: #ffffff;
    text-transform: uppercase;
  }
  .userDetails__signOut {
    border-top: 1px solid #4f4f4f;
    margin-top: 185px;
    padding-top: 15px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .bm-withOverlay {
    z-index: 999999;
    position: fixed;
    top: 135px;
    left: 33%;
    padding-top: 20px;
  }
}
.quickAccess {
  font: 16px/24px 'Basis Grotesque', sans-serif;
  letter-spacing: 0.005em;
  color: #676879;
  margin-bottom: 25px;
  width: 100%;
}
.quickAccess.bm-without_register {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.quickAccess__heading {
  padding: 31px 0 8px 0;
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  color: #22263f;
  display: block;
  border-top: 1px solid #e6ecf3;
}
.registration {
  font-size: 15px;
  width: 100%;
  color: #a9a9a9;
}
.registration__heading {
  font-size: 16px;
  margin-bottom: 15px;
  margin: -15px 0 18px 0;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.loginError {
  margin-bottom: 25px;
}
.loginError__errorMsg {
  color: #fe0000;
  display: block;
  font-size: 13px;
}
.loginError__errorMsg.cust_error {
  margin-top: 5px;
  height: 0;
  font-size: 14px;
  transition: height 0.5s;
}
.loginError__errorMsg.cust_error.animate {
  margin-top: -8px;
  height: 25px;
}
.loginError__errorMsg.formLoginError {
  margin-top: -10px;
}
.login-resend-link {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  float: right;
  margin-bottom: 10px;
  color: #186ade;
  cursor: pointer;
  margin-top: 4px;
}
.login-pwd-info {
  letter-spacing: 0.005em;
  line-height: 24px;
}
.login-pwd-info .title {
  font-weight: bold;
  margin-bottom: 5px;
}
.verifySuccess__msg {
  margin-bottom: 29px;
  color: #000000;
  margin-left: 0px;
  font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
/* -------------------Login animation css --------------*/
.loginContainer .form-field--is-active.form-field__control::after {
  border-bottom: 2px solid #0d1826;
  transform: scaleX(150);
}
.loginContainer .form-field--is-active .form-field__label {
  font-size: 11px;
  transform: translateY(-14px);
}
.loginContainer .form-field--is-filled .form-field__label {
  font-size: 11px;
  transform: translateY(-14px);
}
.loginContainer .form-field__label {
  display: block;
  font-weight: normal;
  left: 0;
  margin: 0;
  color: #808080;
  padding: 16px 12px 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  cursor: text;
}
@media (min-width: 1024px) {
  .loginContainer .form-field__label {
    padding: 18px 12px 0;
  }
}
.loginContainer .form-field__control {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin-bottom: 13px;
}
.loginContainer .form-field__control.form-field--is-active {
  border: 1px solid #aeb6be;
}
.loginContainer .form-field__control::after {
  border-bottom: 2px solid #0d1826;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: all 0.4s;
  width: 1%;
}
.loginContainer .form-field__input {
  appearance: none;
  background: transparent;
  border: none;
  color: #333;
  display: block;
  outline: 0;
  padding: 0 12px 10px 12px;
  width: 100%;
}
.loginHelp {
  display: none;
  padding: 0 28px;
}
.loginHelpHeader h3 {
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  padding-bottom: 8px;
  margin: 0;
}
.loginHelpBack {
  margin-top: 12px;
  display: none;
}
.loginHelpBackButtonIcon {
  padding-left: 18px;
  background-position: -5px -2072px;
  height: 12px;
  margin-right: 3px;
  background-image: url("../../clientlibs/gsam-style/common/img/sprites/sas_icons_ratina_small.png");
}
.loginHelpBackButtonText {
  height: 18px;
}
.loginHelpContacts {
  margin-bottom: 20px;
}
.loginHelpContactsInfo {
  color: #676879;
  margin-bottom: 29px;
  font: 16px/24px 'Basis Grotesque', sans-serif;
  letter-spacing: 0.005em;
}
.loginHelpContact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font: 16px/24px 'Basis Grotesque', sans-serif;
}
.loginHelpContactText {
  color: #676879;
  float: left;
  letter-spacing: 0.005em;
}
.loginHelpContactLink {
  float: right;
}
.loginHelpContactLink &gt; a {
  font: 16px/24px "Goldman Sans";
  color: #186ade;
}
.gsam #overlaysContainer .login-resend-link {
  margin-top: 4px;
}
.bm-type_white .loginContainer.bm-us_loginContainer .loginContainer__backToParent .loginContainer__heading {
  padding: 0 0 26px 28px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loginContainer.process .buttonHolder.disabled .dot-flashing {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0d1826;
  color: #0d1826;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
  /* z-index: 9; */
  top: 5px;
  right: 50%;
}
.loginContainer.process .buttonHolder.disabled .dot-flashing::before,
.loginContainer.process .buttonHolder.disabled .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.loginContainer.process .buttonHolder.disabled .dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0d1826;
  color: #0d1826;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}
.loginContainer.process .buttonHolder.disabled .dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0d1826;
  color: #0d1826;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes dotFlashing {
  0% {
    background-color: #0d1826;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
Global Navigation
*******************************/
.gsNav {
  background-color: #ffffff;
}
.gNav {
  height: 62px;
  overflow: visible;
}
.gNav.bm-nav_open {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000;
  top: 0;
}
.gNavHeader {
  background-color: #ffffff;
  height: 62px;
  overflow: visible;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.gNavHeader.bm-nav_open {
  border-bottom: 1px solid #e6e2df;
}
.gNavLogo {
  float: left;
  display: flex;
  align-items: center;
}
.gNavLogo .gNavLogoSecondary {
  margin-left: 20px;
}
.logo {
  display: block;
  padding: 12px 20px;
  min-width: 190px;
  width: 190px;
}
@media screen and (max-width: 1023px) {
  .logo .siteLogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.gNavAction {
  float: right;
  display: table;
  height: 100%;
}
.gNavMenuBtn {
  width: 40px;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  font-size: 16px;
  padding-top: 4px;
}
.gNavMenuBtn span {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 0 4px 0;
  background-color: #85abd1;
}
.gNavSearchBtn {
  width: 40px;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 0;
  padding-right: 21px;
}
.gNavContent {
  position: relative;
  height: 100%;
  width: 200%;
  background-color: #ffffff;
  display: none;
  overflow: auto;
}
.gNavList {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
  position: relative;
  height: 100%;
}
.gNavList.bm-nav_fix {
  background-color: #f0efeb;
  width: 100%;
  height: auto;
  bottom: 0;
  margin-top: 0;
  position: absolute;
}
.gNavList.bm-nav_fix.bm-pos-default {
  position: static;
}
.gNavListItm {
  border-bottom: 1px solid #e6e2df;
  display: table;
  width: 100%;
  padding: 0 15px 0 22px;
}
.gNavListItm.bm-nav_fix {
  border-top: 1px solid #e6e2df;
  border-bottom: 0;
  padding: 0 20px;
}
.gNavListItm.bm-type_language {
  padding: 8px 19px;
}
.gNavListlnk {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  color: #333333;
  height: 52px;
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  width: 96%;
  text-align: left;
  letter-spacing: 0.02em;
}
.gNavListlnk__text {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
.gNavListlnk__overviewTxt {
  font-size: 12px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: bottom;
}
.gNavListlnk.bm-nav_fix {
  height: 35px;
  text-transform: none;
  width: 97.3%;
}
.gNavListlnk.bm-type_overview {
  padding: 5px 0;
  padding-right: 5px;
}
.gNavListlnk.bm-type_login {
  font-size: 12px;
}
.gNavListlnk.bm-type_cart {
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.gNavListlnk.bm-type_cart .icon {
  vertical-align: top;
  margin-right: 2px;
}
.gNavListlnk .im-lock {
  margin-right: 10px;
  margin-bottom: -2px;
}
.gNavListArowIcon {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
  width: 10px;
}
.gNavListArowIcon.bm-nav_fix {
  height: 35px;
  line-height: 10px;
}
.gNavListArowIcon.bm-type_parent {
  height: 58px;
}
.gNavListArowIcon.bm-type_child {
  display: block;
  width: 13px;
  margin-right: 14px;
  float: left;
  height: auto;
}
.gNavSubMenu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.gNavSubMenu ul {
  padding: 0px;
  width: 100%;
}
.gNavSubMenuItm {
  height: 49px;
  display: table;
  width: 87.5%;
  margin-left: 20px;
  border-bottom: 1px solid #e6e2df;
}
.gNavSubMenuItm.bm-type_parent {
  height: 58px;
  margin: 0;
  width: 100%;
  padding: 0 22px;
}
.gNavSubMenuItm.bm-type_loginmsg {
  border-bottom: 0px;
  padding: 20px 25px 20px 20px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.gNavSubMenuItm.bm-type_loginmsg a {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.gNavSubMenuItm.bm-type_loginmsg .gNavloginMessage {
  white-space: normal;
  padding-bottom: 15px;
}
.gNavSubMenuLnk {
  color: #333333;
  font-size: 12px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.01em;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 17px 30px 14px 28px;
  line-height: 18px;
  position: relative;
}
.gNavSubMenuLnk.bm-type_bold {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.gNavSubMenuLnk__extLinkIcon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gNavSubMenuLnk.bm-type_parent {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 13px;
  padding: 20px 10px 18px 15px;
  letter-spacing: 0.02em;
  line-height: 13px;
}
.gNavSubMenuLnk .im-externalLink {
  margin-left: 10px;
}
.gNavSubMenuLnk .im-lockBlueSmall.im-lock {
  vertical-align: bottom;
  margin-bottom: 3px;
  margin-right: 2px;
}
.gNavSubMenuDesc {
  white-space: normal;
  padding-top: 5px;
  font-size: 80%;
}
.gNavContainer {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  background: white;
}
.gNavContactUs {
  font-family: 'Basis Grotesque', sans-serif;
  align-items: center;
  display: flex;
  background-color: #fff;
  bottom: 0;
  font-size: 14px;
  justify-content: space-between;
  left: 0;
  line-height: 20px;
  padding: 10px 28px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.gNavContactUs::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.025) 51%, transparent);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.gNavContactUs__introText {
  margin: 0;
}
.gNavContactUs__button {
  font-family: 'Goldman Sans';
  background-color: #7399C6;
  border-radius: 4px;
  border: none;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 24px;
  min-width: auto;
  opacity: 1;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: opacity 0.5s, background-color 0.5s;
  white-space: nowrap;
  width: auto;
}
@media screen and (min-width: 768px) {
  .gNav {
    height: 104px;
  }
  .gNavHeader {
    height: 104px;
  }
  .logo {
    padding: 23px 30px;
  }
  .gNavMenuBtn {
    width: 77px;
    padding: 4px 24px 0 17px;
  }
  .gNavSearchBtn {
    width: 44px;
  }
  .gNavContainer {
    width: 43.61%;
    float: right;
    overflow: hidden;
  }
  .gNavListItm {
    padding: 0 32px 0 33px;
  }
  .gNavListItm.bm-nav_fix {
    padding: 0 20px 0 34px;
  }
  .gNavListItm.bm-type_language {
    padding: 12px 20px 11px 34px;
  }
  .gNavListlnk {
    height: 70px;
  }
  .gNavListlnk__overviewTxt {
    vertical-align: middle;
    margin-right: 1px;
    letter-spacing: 0px;
  }
  .gNavListlnk.bm-nav_fix {
    height: 44px;
    width: 97%;
  }
  .gNavListArowIcon {
    height: 70px;
  }
  .gNavSubMenuItm {
    height: 53px;
    width: 79%;
    margin-left: 35px;
  }
  .gNavSubMenuItm.bm-type_parent {
    height: 71px;
    padding: 0 34px;
    margin: 0;
  }
  .gNavContactUs__button {
    padding: 16px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .gNav {
    height: auto;
    overflow: visible;
  }
  .gNavHeader {
    height: 111px;
    background-color: transparent;
    overflow: visible;
    border: none;
    float: left;
    width: 203px;
  }
  .logo {
    padding: 19px 0;
  }
  .gNavList {
    width: 100%;
    height: auto;
  }
  .gNavContainer {
    width: auto;
    max-width: 78%;
    overflow: visible;
    margin-top: 64px;
    display: block;
    clear: right;
  }
  .gNavContent {
    display: block;
    background-color: transparent;
    height: auto;
    width: 100%;
    white-space: nowrap;
    float: right;
    overflow: visible;
  }
  .gNavListArowIcon {
    display: none;
  }
  .gNavSubMenu {
    left: 0;
    top: 49px;
    padding: 0 14px;
    height: auto;
    width: 400px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e6e2df;
    z-index: 14;
  }
  .gNavColMenu {
    padding-bottom: 17px;
  }
  .gNavColMenu.bm-childcol_3 {
    width: 828px;
  }
  .gNavColMenu.bm-childcol_3 ul {
    width: 34%;
    padding-right: 14px;
    display: inline-block;
    vertical-align: top;
  }
  .gNavColMenu.bm-childcol_3 .gNavSubMenuItm.bm-type_last {
    border-bottom-width: 0px;
  }
  .gNavColMenu.bm-childcol_2 {
    width: 542px;
    padding-right: 4px;
  }
  .gNavColMenu.bm-childcol_2 ul {
    width: 50%;
    padding-right: 14px;
    display: inline-block;
    vertical-align: top;
  }
  .gNavColMenu.bm-childcol_2 .gNavSubMenuItm.bm-type_last {
    border-bottom-width: 0px;
  }
  .gNavListlnk {
    font-size: 14px;
    display: inline-block;
    height: auto;
    padding-bottom: 30px;
    width: auto;
    border-bottom: 6px solid transparent;
  }
  .gNavListItm {
    display: inline-block;
    border: 0;
    padding: 0;
    width: auto;
    position: relative;
    margin-right: 30px;
  }
  .gNavListItm.bm-nav_open .gNavListlnk,
  .gNavListItm.bm-nav_selected .gNavListlnk {
    border-bottom-color: #85abd1;
  }
  .gNavListItm.bm-nav_search {
    vertical-align: top;
    cursor: pointer;
    position: relative;
    top: -3px;
    left: -9px;
  }
  .gNavSubMenuItm {
    width: 100%;
    margin: 0;
    height: 60px;
  }
  .gNavSubMenuLnk {
    font-size: 14px;
    padding: 17px 30px 14px 19px;
  }
  a.gNavSubMenuLnk:hover {
    color: #69c;
  }
  .gNavContactUs {
    display: inline-block;
    top: -16.5px;
    position: relative;
    z-index: auto;
    background-color: unset;
    padding: unset;
    width: fit-content;
    margin-left: 10px;
  }
  .gNavContactUs::after {
    content: none;
  }
  .gNavContactUs__button {
    display: inline-block;
    padding: 16px 30px;
  }
  .contactus-active .gNavListItm {
    margin-left: 12px;
    margin-right: 0;
  }
  .contactus-active .gNavListItm.bm-nav_search {
    left: -15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .gNavContactUs {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .gNavContactUs {
    margin-left: 10px;
  }
  .contactus-active &gt; .gNavList .gNavListItm {
    margin-left: 0;
    margin-right: 30px;
  }
  .contactus-active &gt; .gNavList .gNavListItm:first-child:nth-last-child(10):not(.gNavContactUs),
  .contactus-active &gt; .gNavList .gNavListItm:first-child:nth-last-child(10) ~ li:not(.gNavContactUs) {
    margin-right: 10px;
  }
  .contactus-active &gt; .gNavList .gNavListItm.bm-nav_search {
    left: -9px;
  }
  .gNavContent:not(.contactus-active) &gt; .gNavList .gNavListItm:first-child:nth-last-child(9),
  .gNavContent:not(.contactus-active) &gt; .gNavList .gNavListItm:first-child:nth-last-child(9) ~ li {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .contactus-active &gt; .gNavList .gNavListItm:first-child:nth-last-child(10):not(.gNavContactUs),
  .contactus-active &gt; .gNavList .gNavListItm:first-child:nth-last-child(10) ~ li:not(.gNavContactUs) {
    margin-right: 20px;
  }
}
.gNavMenuBtn span {
  transition-duration: .3s;
  transition-delay: 0s, 0s, 0s, 0s;
}
.gNavMenuBtn.bm-nav_open span {
  height: 3px;
}
.gNavMenuBtn.bm-nav_open span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.gNavMenuBtn.bm-nav_open span:nth-child(2) {
  opacity: 0;
}
.gNavMenuBtn.bm-nav_open span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.gNavListlnk {
  transition-duration: .3s;
  transition-delay: 0s, 0s, 0s, 0s;
}
/*
 * Additional Global Nav Styles
 */
.additionalNav {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.additionalNav__item {
  list-style-type: none;
  display: inline-block;
  max-width: 500px;
}
.additionalNav__item .dropDown {
  padding: 0;
}
@media screen and (min-width: 768px) and (orientation: landscape) and (max-width: 1024px) {
  .gNavListItm {
    margin-right: 25px;
  }
  .gNavListItm.bm-nav_search {
    margin-right: 0;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  body:not(.design-ayco, .design-singlecolumn) .announcementContainer .announcementItems .announcementItem .compCont .truncable-txt &gt; p {
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro" !important;
  }
}
/*******************************
Announcement Layer
*******************************/
.announcementContainerMain {
  height: 44px;
  display: none;
  transition: height 0.2s ease;
}
@media (max-width: 768px) {
  .announcementContainerMain {
    height: 65px;
  }
  .announcementContainerMain.active-item-not-truncated {
    height: 44px;
  }
}
.announcementContainerMain.show {
  display: block;
}
.announcementWrapper {
  position: relative;
}
.announcementContainer {
  background-color: #7998ca;
  display: inline-block;
  display: none;
  color: #fff;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.announcementContainer.show {
  display: inline-block;
}
.announcementContainer__announcement {
  max-width: 1280px;
  position: relative;
  margin: auto;
  display: table;
  width: 100%;
  padding: 0 10px 2px 7px;
}
.announcementContainer__text {
  float: left;
  width: 90%;
  margin-right: 6px;
  display: table-cell;
  text-align: left;
}
@media (min-width: 768px) {
  .announcementContainer__text {
    width: 95%;
  }
}
.announcementContainer__close {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.announcementContainer__icon {
  cursor: pointer;
  vertical-align: text-bottom;
  float: right;
  margin: 5px 0px 0px 0px;
}
.announcementContainer .announcement__actions {
  position: absolute;
  width: 100%;
  z-index: 5;
  padding-left: 10px;
  padding-right: 10px;
  top: 20px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1232px;
  height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .announcementContainer .announcement__actions {
    max-width: unset;
  }
}
@media (min-width: 1440px) {
  .announcementContainer .announcement__actions {
    max-width: 1232px;
  }
}
.announcementContainer .announcement__actions.single-announcement {
  display: none;
}
.announcementContainer .announcement__actions .announcement__action {
  background: transparent;
  border: none;
}
.announcementContainer .announcement__actions .announcement__action .announcement__action-icon--previous {
  background-position: -4px -1023px;
  left: 10px;
}
@media (max-width: 1024px) {
  .announcementContainer .announcement__actions .announcement__action .announcement__action-icon--previous {
    left: 28px;
  }
}
@media (min-width: 1024px) {
  .announcementContainer .announcement__actions .announcement__action .announcement__action-icon--previous {
    left: 7.5%;
  }
}
@media (min-width: 1440px) {
  .announcementContainer .announcement__actions .announcement__action .announcement__action-icon--previous {
    left: 0;
  }
}
.announcementContainer .announcement__actions .announcement__action .announcement__action-icon--next {
  background-position: -4px -1055px;
  right: 10px;
}
@media (max-width: 1024px) {
  .announcementContainer .announcement__actions .announcement__action .announcement__action-icon--next {
    right: 21px;
  }
}
@media (min-width: 1024px) {
  .announcementContainer .announcement__actions .announcement__action .announcement__action-icon--next {
    right: 7.5%;
  }
}
@media (min-width: 1440px) {
  .announcementContainer .announcement__actions .announcement__action .announcement__action-icon--next {
    right: 0;
  }
}
.announcementContainer .announcement__actions .announcement__action .announcement__action-icon {
  height: 20px;
  width: 12px;
  position: absolute;
  top: -6px;
  background-image: url("../../clientlibs/gsam-style/common/img/sprites/icons_ratina_small.png");
}
@media (min-width: 768px) {
  .announcementContainer {
    font-size: 14px;
  }
  .announcementContainer__announcement {
    padding: 0 3.125% 2px 7px;
  }
  .announcementContainer__announcement.bm-workspaceError {
    padding-left: 23px;
  }
  .announcementContainer__icon {
    vertical-align: baseline;
  }
}
@media (min-width: 1024px) {
  .announcementContainer {
    font-size: 14px;
    padding: 5px 0px;
  }
  .announcementContainer__announcement {
    padding: 0 3.125% 2px 3.125%;
  }
  .announcementContainer__announcement.bm-workspaceError {
    padding-left: 40px;
  }
  .announcementContainer__text {
    margin-right: 0px;
  }
  .announcementContainer__icon {
    margin: 5px 6px 0px 0px;
  }
}
@media (min-width: 1200px) {
  .announcementContainer__announcement {
    padding: 0 40px;
  }
  .announcementContainer__icon {
    margin: 5px 6px 5px 0px;
  }
}
.announcementContainer.truncable {
  font-family: 'Goldman Sans';
  position: absolute;
  z-index: 5;
  transition: height 0.2s ease;
  height: 44px;
  left: 0px;
  right: 0px;
  padding: 5px 0px;
  background-color: #2178c4;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
.announcementContainer.truncable.active-item-not-truncated .truncable-txt &gt; p {
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .announcementContainer.truncable {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .announcementContainer.truncable.active-item-not-truncated {
    height: 44px;
  }
  .announcementContainer.truncable.active-item-not-truncated .compCont {
    display: table-cell;
    vertical-align: middle;
    height: 34px;
    width: 100vw;
  }
  .announcementContainer.truncable.active-item-not-truncated .truncable-txt {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0;
  }
  .announcementContainer.truncable.active-item-not-truncated .announcementContainer__close {
    top: 11px;
  }
}
.announcementContainer.truncable .compCont {
  position: relative;
}
.announcementContainer.truncable.collapseEle {
  height: 44px !important;
}
@media (max-width: 768px) {
  .announcementContainer.truncable.collapseEle {
    height: 65px !important;
  }
  .announcementContainer.truncable.collapseEle.active-item-not-truncated {
    height: 44px !important;
  }
}
.announcementContainer.truncable .compCont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1232px;
  padding: 0px 4.9%;
}
@media (min-width: 1024px) {
  .announcementContainer.truncable .compCont {
    max-width: unset;
  }
  .announcementContainer.truncable .compCont.single-announcement {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media (min-width: 1440px) {
  .announcementContainer.truncable .compCont {
    max-width: 1232px;
  }
  .announcementContainer.truncable .compCont.single-announcement {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .announcementContainer.truncable .compCont {
    padding: 0px 2.1rem 0 2.8rem;
  }
}
.announcementContainer.truncable .truncable-txt {
  position: relative;
  padding-right: 132px;
  padding-bottom: 24px;
  padding-left: 100px;
}
.announcementContainer.truncable .truncable-txt.is-truncated &gt; p {
  height: auto;
  margin-bottom: 0;
}
.announcementContainer.truncable .truncable-txt &gt; p {
  font-family: 'Goldman Sans' !important;
  font-size: 14px !important;
  margin: 0;
  overflow: hidden;
  height: 20px;
  margin-bottom: 10px;
}
@media (width: 768px) {
  .announcementContainer.truncable .truncable-txt &gt; p {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .announcementContainer.truncable .truncable-txt &gt; p {
    font-size: 12px !important;
    height: 32px;
  }
}
.announcementContainer.truncable .truncable-txt.single-announcement {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .announcementContainer.truncable .truncable-txt {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
  .announcementContainer.truncable .truncable-txt.single-announcement {
    padding-right: 0;
    padding-left: 0;
  }
}
.announcementContainer.truncable .truncable-txt--is-truncated .read-more,
.announcementContainer.truncable .truncable-txt--is-not-truncated .read-less {
  display: inline-block;
}
.announcementContainer.truncable .read-more,
.announcementContainer.truncable .read-less {
  display: none;
  content: "";
  width: 24px;
  height: 18px;
  position: absolute;
  background-image: url("../../clientlibs/gsam-style/common/img/sprites/icons_ratina_small.png");
  background-position: 1px -1070px;
  cursor: pointer;
  right: 100px;
  top: 2px;
  bottom: auto;
  left: auto;
  background-size: auto;
}
@media (max-width: 768px) {
  .announcementContainer.truncable .read-more,
  .announcementContainer.truncable .read-less {
    bottom: 6px;
    left: calc(50% - 14px);
    top: auto;
    right: auto;
  }
}
.announcementContainer.truncable .single-announcement .read-more,
.announcementContainer.truncable .single-announcement .read-less {
  right: 0;
}
@media (max-width: 768px) {
  .announcementContainer.truncable .single-announcement .read-more,
  .announcementContainer.truncable .single-announcement .read-less {
    right: auto;
  }
}
.announcementContainer.truncable .read-more {
  background-position: 1px -1038px;
}
.announcementContainer.truncable .announcementContainer__close {
  display: none;
  position: absolute;
  top: 6px;
  right: 32px;
}
.announcementContainer.truncable .announcementContainer__close.single-announcement {
  display: none;
}
.announcementContainer.truncable .announcementContainer__close .announcementContainer__icon {
  background-image: url("../../../content/dam/gsam/images/common/cross_icon_white_large.svg");
  background-position: center;
  background-size: 100% auto;
  margin: 0;
  height: 12px;
  width: 12px;
}
@media (min-width: 1024px) {
  .announcementContainer.truncable .announcementContainer__close {
    right: 7.5%;
  }
}
@media (min-width: 1440px) {
  .announcementContainer.truncable .announcementContainer__close {
    right: 0;
  }
}
@media (max-width: 767px) {
  .announcementContainer.truncable .announcementContainer__close {
    right: 15px;
    top: 8px;
  }
}
@media (min-width: 768px) {
  .announcementContainer.truncable {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
  }
  .announcementContainer.truncable .compCont {
    padding: 0px 30px;
    padding-top: 2px;
  }
}
@media (min-width: 1024px) {
  .announcementContainer.truncable .compCont {
    padding: 0px 40px;
    padding-top: 2px;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0;
  -moz-transition: all 0;
  transition: all 0;
}
.tns-slider &gt; .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel &gt; .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel &gt; .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel &gt; .tns-item {
  margin-right: -100%;
}
.tns-gallery,
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  min-height: 1px;
}
.tns-gallery &gt; .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0, opacity 0;
  -moz-transition: transform 0, opacity 0;
  transition: transform 0, opacity 0;
}
.tns-gallery &gt; .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery &gt; .tns-moving {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  transition: opacity .6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  transition: height 0;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-fadeOut,
.tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix &gt; div,
.tns-vpfix &gt; li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct &gt; div {
  width: 1.42857%;
  height: 10px;
  float: left;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*************************************************
        Filter Panel Constant
*************************************************/
.filterWrapper {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .filterWrapper {
    padding: 0;
    margin: 0;
  }
}
.fpnlWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .fpnlWrapper {
    width: 80%;
    float: left;
    overflow: visible;
  }
  .fpnlWrapper.bm-type2 {
    width: 40%;
  }
}
.topDisclosure {
  padding: 0 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .topDisclosure {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  .topDisclosure {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
@media print {
  .topDisclosure {
    padding-left: 0px;
  }
}
/*************************************************
        filter tab list
*************************************************/
.tabsList {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.tabsList__item {
  display: block;
  margin: 0;
  width: 50%;
  float: left;
}
.tabsList__item.first {
  border-right: 5px solid transparent;
}
.tabsList__lnk {
  width: 100%;
  display: table;
  background: #688bb8;
  position: relative;
  height: 50px;
  padding: 0 20px 0 10px;
  font: bold 14px/19px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tabsList__lnk {
    padding-left: 20px;
    height: 64px;
  }
}
.tabsList__lnk.selected {
  background-color: #4E5D71;
  height: 54px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .tabsList__lnk.selected {
    height: 68px;
  }
}
.tabsList__lnk.selected .tabsList__dwnArow {
  background-color: #6f7f94;
}
.tabsList__dwnArow {
  background-color: #85abd1;
  width: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.tabsList__dwnArow .ffIcon {
  margin-top: 23px;
  margin-left: 2.5px;
}
@media (min-width: 768px) {
  .tabsList__dwnArow {
    width: 24px;
  }
  .tabsList__dwnArow .ffIcon {
    margin-left: 5px;
    margin-top: 28px;
  }
}
.tabsList__upArrow {
  background: #6F7F94;
  height: 100%;
}
/*************************************************
        Filter Panel Style
*************************************************/
.fpnl {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .fpnl__item {
    border-top: 1px solid #bfbfbe;
  }
  .fpnl__item.borderBtm {
    border-bottom: 1px solid #bfbfbe;
  }
}
.fpnl__lnk {
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #688bb8;
  line-height: 27px;
  padding: 16px 0 17px 26px;
  border-bottom: 1px solid #9CB4D3;
}
.fpnl__lnk.selected {
  background-color: #85ABD1;
}
.fpnl__lnk .visualCue {
  height: 27px;
  left: 10px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .fpnl__lnk {
    padding-left: 36px;
  }
  .fpnl__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .fpnl__lnk {
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    color: #333333;
    font-size: 16px;
    padding: 0;
    padding-left: 20px;
    margin: 2px 0;
    background: none;
    border-style: none;
  }
  .fpnl__lnk .visualCue {
    left: 1px;
    top: 0;
    height: 100%;
    width: 6px;
  }
  .fpnl__lnk.selected {
    background: none;
  }
}
.fpnl__brdrBtm {
  position: absolute;
  width: 91%;
  bottom: -1px;
  height: 1px;
  left: 20px;
  background-color: #9CB4D3;
  z-index: 2;
}
@media (min-width: 1024px) {
  .fpnl__brdrBtm {
    display: block;
  }
}
.fpnl__bckBtn {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #333333;
  line-height: 27px;
  display: table;
  position: relative;
  color: #fff;
  height: 40px;
  width: 100%;
  padding: 0;
  padding-left: 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
.fpnl__bckBtn .fpnl__arow {
  left: 20px;
  top: 13px;
}
@media (min-width: 1024px) {
  .fpnl__bckBtn {
    display: none;
  }
}
.fpnl__title {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 27px;
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 0 17px 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .fpnl__title {
    display: none;
  }
}
.fpnl__rmvSvdFltr {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 18px;
}
.fpnl__arow {
  position: absolute;
  right: 20px;
  top: 50%;
}
.fpnl__arow.bm-arow__lvl3 {
  top: 39%;
}
.fpnl__arow.bm-arow__lvl2 {
  top: 45%;
}
@media (min-width: 768px) {
  .fpnl__arow.bm-arow__lvl3 {
    top: 39%;
  }
}
@media (min-width: 1024px) {
  .fpnl__arow {
    display: none;
  }
}
.fpnl__svdItem {
  position: relative;
  font: 14px/19px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  color: #fff;
  padding-left: 10px;
  padding-top: 14px;
}
@media (min-width: 1024px) {
  .fpnl__svdItem {
    padding-left: 36px;
    width: 37%;
  }
}
.fpnl__spntxt {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .fpnl {
    width: 33.33333333%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
  }
}
.bm-line-height_14 {
  line-height: 14px !important;
}
/***********************************************
                CLC Filter Menu
***********************************************/
@media (min-width: 768px) {
  .clcFilter .tabsList__dwnArow .ffIcon,
  .searchFilter .tabsList__dwnArow .ffIcon {
    margin-left: 4px;
  }
}
.clcFilter .fpnlWrapper_vrtcl,
.searchFilter .fpnlWrapper_vrtcl {
  width: 100%;
}
.clcFilter .fpnl,
.searchFilter .fpnl {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__item,
  .searchFilter .fpnl__item {
    border: none;
  }
  .clcFilter .fpnl__item.borderBtm,
  .searchFilter .fpnl__item.borderBtm {
    border-bottom: 1px solid #bfbfbe;
  }
}
.clcFilter .fpnl__lnk,
.searchFilter .fpnl__lnk {
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  /*  border-top: 1px solid #bfbfbe;*/
  line-height: 27px;
  padding: 16px 0 17px 26px;
  border-bottom: 1px solid #9CB4D3;
}
.clcFilter .fpnl__lnk.selected,
.searchFilter .fpnl__lnk.selected {
  background-color: #85ABD1;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__lnk.selected,
  .searchFilter .fpnl__lnk.selected {
    background-color: #688BB8;
  }
}
.clcFilter .fpnl__lnk .visualCue,
.searchFilter .fpnl__lnk .visualCue {
  height: 27px;
  left: 10px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .clcFilter .fpnl__lnk,
  .searchFilter .fpnl__lnk {
    padding-left: 36px;
  }
  .clcFilter .fpnl__lnk .visualCue,
  .searchFilter .fpnl__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__lnk,
  .searchFilter .fpnl__lnk {
    color: #fff;
    font-size: 16px;
    padding: 0;
    padding-left: 21px;
    border-bottom: none;
    min-height: 35px;
    background-color: #688bb8;
    border-top: 1px solid #9CB4D3;
    padding-top: 5px;
    margin: 0;
    /* margin-left: 2px;*/
  }
  .clcFilter .fpnl__lnk .visualCue,
  .searchFilter .fpnl__lnk .visualCue {
    left: 5px;
    top: 4px;
    height: 27px;
    width: 6px;
  }
}
.clcFilter .fpnl__brdrBtm,
.searchFilter .fpnl__brdrBtm {
  position: absolute;
  width: 91%;
  bottom: -1px;
  height: 1px;
  left: 20px;
  background-color: #9CB4D3;
  z-index: 2;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__brdrBtm,
  .searchFilter .fpnl__brdrBtm {
    display: block;
  }
}
.clcFilter .fpnl__bckBtn,
.searchFilter .fpnl__bckBtn {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #333333;
  line-height: 27px;
  display: table;
  position: relative;
  color: #fff;
  height: 40px;
  width: 100%;
  padding: 0;
  padding-left: 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
.clcFilter .fpnl__bckBtn .fpnl__arow,
.searchFilter .fpnl__bckBtn .fpnl__arow {
  left: 20px;
  top: 13px;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__bckBtn,
  .searchFilter .fpnl__bckBtn {
    display: none;
  }
}
.clcFilter .fpnl__title,
.searchFilter .fpnl__title {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 27px;
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 0 17px 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__title,
  .searchFilter .fpnl__title {
    display: none;
  }
}
.clcFilter .fpnl__rmvSvdFltr,
.searchFilter .fpnl__rmvSvdFltr {
  display: inline-block;
  float: right;
  margin-right: 22px;
  margin-top: 18px;
}
.clcFilter .fpnl__arow,
.searchFilter .fpnl__arow {
  position: absolute;
  right: 20px;
  top: 45%;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__arow,
  .searchFilter .fpnl__arow {
    display: block;
    top: 13px;
  }
}
.clcFilter .fpnl__svdItem,
.searchFilter .fpnl__svdItem {
  position: relative;
  font: 14px/19px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  color: #fff;
  padding-left: 10px;
  padding-top: 14px;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__svdItem,
  .searchFilter .fpnl__svdItem {
    padding-left: 36px;
    width: 37%;
  }
}
.clcFilter .fpnl__spntxt,
.searchFilter .fpnl__spntxt {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl,
  .searchFilter .fpnl {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.clcFilter .quickSets .fpnlStyl1__lnk .visualCue,
.searchFilter .quickSets .fpnlStyl1__lnk .visualCue {
  height: 27px;
  left: 10px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .clcFilter .quickSets .fpnlStyl1__lnk .visualCue,
  .searchFilter .quickSets .fpnlStyl1__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .quickSets .fpnlStyl1__lnk .visualCue,
  .searchFilter .quickSets .fpnlStyl1__lnk .visualCue {
    left: 21px;
    top: 4px;
    width: 6px;
  }
}
@media (min-width: 768px) {
  .clcFilter .quickSets .fpnlStyl1__lnk,
  .searchFilter .quickSets .fpnlStyl1__lnk {
    padding-left: 36px;
  }
}
.clcFilter .fpnlStyl1,
.searchFilter .fpnlStyl1 {
  width: 100%;
  padding: 0;
}
.clcFilter .fpnlStyl1__lnk,
.searchFilter .fpnlStyl1__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 19px;
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 0 21px 38px;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl1__lnk.selected .fpnl__arow,
  .searchFilter .fpnlStyl1__lnk.selected .fpnl__arow {
    display: none;
  }
}
.clcFilter .fpnlStyl1__lnk.selected .fpnl__brdrBtm,
.searchFilter .fpnlStyl1__lnk.selected .fpnl__brdrBtm {
  display: none;
}
.clcFilter .fpnlStyl1__lnk .visualCue,
.searchFilter .fpnlStyl1__lnk .visualCue {
  height: 27px;
  left: 25px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .clcFilter .fpnlStyl1__lnk,
  .searchFilter .fpnlStyl1__lnk {
    padding-left: 50px;
  }
  .clcFilter .fpnlStyl1__lnk .visualCue,
  .searchFilter .fpnlStyl1__lnk .visualCue {
    left: 37px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl1__lnk,
  .searchFilter .fpnlStyl1__lnk {
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    border-bottom: 1px solid #9CB4D3;
    line-height: 14px;
    padding: 0;
    padding-left: 37px;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-top: 11px;
    font-size: 16px;
    font-weight: bold;
    background: none;
    text-transform: uppercase;
  }
  .clcFilter .fpnlStyl1__lnk .visualCue,
  .searchFilter .fpnlStyl1__lnk .visualCue {
    left: 21px;
    top: 4px;
    width: 6px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl1,
  .searchFilter .fpnlStyl1 {
    margin: 0;
    /*    margin-left: 2px;*/
    background-color: #86AAD1;
  }
}
.clcFilter .fpnlStyl2,
.searchFilter .fpnlStyl2 {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
}
.clcFilter .fpnlStyl2__lnk,
.searchFilter .fpnlStyl2__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 27px;
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 0 16px 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
.clcFilter .fpnlStyl2__lnk.selected,
.searchFilter .fpnlStyl2__lnk.selected {
  background-color: #738cb0;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl2__lnk.selected .fpnl__arow,
  .searchFilter .fpnlStyl2__lnk.selected .fpnl__arow {
    display: none;
  }
}
.clcFilter .fpnlStyl2__lnk .visualCue,
.searchFilter .fpnlStyl2__lnk .visualCue {
  height: 27px;
  top: 16px;
  width: 6px;
  left: 27px;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl2__lnk .visualCue,
  .searchFilter .fpnlStyl2__lnk .visualCue {
    height: 27px;
    top: 8px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl2__lnk,
  .searchFilter .fpnlStyl2__lnk {
    width: 54%;
    margin-left: 20px;
    padding: 12px 24px 10px 16px;
    line-height: 19px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl2,
  .searchFilter .fpnlStyl2 {
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding: 0;
  }
}
.clcFilter .fpnlStyl3,
.searchFilter .fpnlStyl3 {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
}
.clcFilter .fpnlStyl3__lnk,
.searchFilter .fpnlStyl3__lnk {
  position: relative;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 19px;
  border-bottom-style: none;
  color: #fff;
}
.clcFilter .fpnlStyl3__lnk.first,
.searchFilter .fpnlStyl3__lnk.first {
  margin-top: 0;
}
.clcFilter .fpnlStyl3__lnk.last,
.searchFilter .fpnlStyl3__lnk.last {
  margin-bottom: 0;
}
.clcFilter .fpnlStyl3__lnk .visualCue,
.searchFilter .fpnlStyl3__lnk .visualCue {
  width: 6px;
  height: 100%;
  left: -16px;
  top: 0;
}
.clcFilter .fpnlStyl3__item,
.searchFilter .fpnlStyl3__item {
  padding: 0px 0 15px 30px;
}
@media (min-width: 768px) {
  .clcFilter .fpnlStyl3__item.first,
  .searchFilter .fpnlStyl3__item.first {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl3__item,
  .searchFilter .fpnlStyl3__item {
    padding: 5px 0 15px 30px;
    padding-left: 36px;
  }
  .clcFilter .fpnlStyl3__item.first,
  .searchFilter .fpnlStyl3__item.first {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl3,
  .searchFilter .fpnlStyl3 {
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding: 0;
  }
}
.clcFilter .fpnlStyl4,
.searchFilter .fpnlStyl4 {
  width: 100%;
  padding: 0;
}
.clcFilter .fpnlStyl4__lnk,
.searchFilter .fpnlStyl4__lnk {
  position: relative;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl4__lnk,
  .searchFilter .fpnlStyl4__lnk {
    padding-left: 17px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl4__lnk.selected .fpnl__arow,
  .searchFilter .fpnlStyl4__lnk.selected .fpnl__arow {
    display: none;
  }
}
.clcFilter .fpnlStyl4__lnk.first,
.searchFilter .fpnlStyl4__lnk.first {
  margin-top: 0;
}
.clcFilter .fpnlStyl4__lnk.last,
.searchFilter .fpnlStyl4__lnk.last {
  margin-bottom: 0;
}
.clcFilter .fpnlStyl4__lnk .visualCue,
.searchFilter .fpnlStyl4__lnk .visualCue {
  width: 6px;
  height: 100%;
  left: 16px;
  top: 0;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl4__lnk .visualCue,
  .searchFilter .fpnlStyl4__lnk .visualCue {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl4,
  .searchFilter .fpnlStyl4 {
    width: 109.5%;
    left: 100%;
    top: 0;
    position: absolute;
    background-color: #738cb0;
    padding-left: 30px;
  }
}
.clcFilter .fpnlStyl5,
.searchFilter .fpnlStyl5 {
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  height: auto;
  padding-bottom: 24px;
  background-color: #85ABD1;
}
.clcFilter .fpnlStyl5__lnk,
.searchFilter .fpnlStyl5__lnk {
  font-size: 13px;
  line-height: 19px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  padding-top: 15px;
  display: inline-block;
  color: #fff;
  padding-left: 26px;
  background-color: #85ABD1;
  position: relative;
}
.clcFilter .fpnlStyl5__lnk .visualCue,
.searchFilter .fpnlStyl5__lnk .visualCue {
  height: 20px;
  top: 13px;
  left: 10px;
  width: 6px;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl5__lnk .visualCue,
  .searchFilter .fpnlStyl5__lnk .visualCue {
    left: -16px;
    height: 20px;
    top: 13px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl5__lnk,
  .searchFilter .fpnlStyl5__lnk {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl5__item,
  .searchFilter .fpnlStyl5__item {
    width: 37%;
    padding-left: 36px;
  }
}
@media (min-width: 768px) {
  .clcFilter .fpnlStyl5,
  .searchFilter .fpnlStyl5 {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl5,
  .searchFilter .fpnlStyl5 {
    position: absolute;
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.fpnlStyl1 {
  width: 100%;
  padding: 0;
}
.fpnlStyl1__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 19px;
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 0 21px 38px;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .fpnlStyl1__lnk.selected .fpnl__arow {
    display: none;
  }
}
.fpnlStyl1__lnk.selected .fpnl__brdrBtm {
  display: none;
}
.fpnlStyl1__lnk .visualCue {
  height: 27px;
  left: 25px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .fpnlStyl1__lnk {
    padding-left: 50px;
  }
  .fpnlStyl1__lnk .visualCue {
    left: 37px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl1__lnk {
    font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
    line-height: 14px;
    padding: 0;
    padding-left: 13px;
    margin-bottom: 12px;
    color: #365884;
    font-weight: bold;
    background: none;
    border-style: none;
    text-transform: capitalize;
  }
  .fpnlStyl1__lnk .visualCue {
    height: 100%;
    left: 1px;
    top: 0;
    width: 4px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl1 {
    padding-left: 20px;
    margin: 24px 0 30px;
  }
}
.fpnlStyl2 {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
}
.fpnlStyl2__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 27px;
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 0 16px 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
.fpnlStyl2__lnk.selected {
  background-color: #738cb0;
}
@media (min-width: 1024px) {
  .fpnlStyl2__lnk.selected .fpnl__arow {
    display: none;
  }
}
.fpnlStyl2__lnk .visualCue {
  height: 27px;
  top: 16px;
  width: 6px;
  left: 27px;
}
@media (min-width: 1024px) {
  .fpnlStyl2__lnk .visualCue {
    height: 27px;
    top: 8px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl2__lnk {
    width: 54%;
    margin-left: 20px;
    padding: 12px 24px 10px 16px;
    line-height: 19px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl2 {
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding: 0;
  }
}
.fpnlStyl3 {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
}
.fpnlStyl3__lnk {
  position: relative;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 19px;
  border-bottom-style: none;
  color: #fff;
}
.fpnlStyl3__lnk.first {
  margin-top: 0;
}
.fpnlStyl3__lnk.last {
  margin-bottom: 0;
}
.fpnlStyl3__lnk .visualCue {
  width: 6px;
  height: 100%;
  left: -16px;
  top: 0;
}
.fpnlStyl3__item {
  padding: 0px 0 15px 30px;
}
@media (min-width: 768px) {
  .fpnlStyl3__item.first {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl3__item {
    padding: 5px 0 15px 30px;
    padding-left: 36px;
  }
  .fpnlStyl3__item.first {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl3 {
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding: 0;
  }
}
.fpnlStyl4 {
  width: 100%;
  padding: 0;
}
.fpnlStyl4__lnk {
  position: relative;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
@media (min-width: 1024px) {
  .fpnlStyl4__lnk {
    padding-left: 17px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl4__lnk.selected .fpnl__arow {
    display: none;
  }
}
.fpnlStyl4__lnk.first {
  margin-top: 0;
}
.fpnlStyl4__lnk.last {
  margin-bottom: 0;
}
.fpnlStyl4__lnk .visualCue {
  width: 6px;
  height: 100%;
  left: 16px;
  top: 0;
}
@media (min-width: 1024px) {
  .fpnlStyl4__lnk .visualCue {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl4 {
    width: 109.5%;
    left: 100%;
    top: 0;
    position: absolute;
    background-color: #738cb0;
    padding-left: 30px;
  }
}
.fpnlStyl5 {
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  height: auto;
  padding-bottom: 24px;
  background-color: #85ABD1;
}
.fpnlStyl5__lnk {
  font-size: 13px;
  line-height: 19px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 0;
  margin: 0;
  padding-top: 15px;
  display: inline-block;
  color: #fff;
  padding-left: 26px;
  background-color: #85ABD1;
  position: relative;
}
.fpnlStyl5__lnk .visualCue {
  height: 20px;
  top: 13px;
  left: 10px;
  width: 6px;
}
@media (min-width: 1024px) {
  .fpnlStyl5__lnk .visualCue {
    left: -16px;
    height: 20px;
    top: 13px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl5__lnk {
    padding-left: 0;
  }
}
.fpnlStyl5__noFilterMsg {
  color: #fff;
  font: 14px/19px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  padding-top: 14px;
  margin-left: 36px;
}
.fpnlStyl5__savedFiltersWrappr {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .fpnlStyl5__item {
    width: 33.33%;
    padding-left: 25px;
    float: left;
  }
}
@media (min-width: 768px) {
  .fpnlStyl5 {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl5 {
    position: absolute;
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.Style2listWrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .Style2listWrap {
    width: 50%;
    /*height: 294px;*/
    float: left;
  }
  .Style2listWrap .fpnlStyl2__lnk {
    width: 100%;
    margin-left: 0;
  }
  .Style2listWrap .fpnlStyl2__item {
    margin-left: 20px;
  }
}
.style3listWrap {
  background-color: #85ABD1;
  width: 100%;
  display: table;
}
.style4listWrap {
  background-color: #738cb0;
}
.styl3fourColmn {
  width: 100%;
  padding: 0;
  background-color: #85ABD1;
  padding-left: 11px;
}
.styl3fourColmn.first {
  padding-top: 15px;
  padding-bottom: 0px;
}
.styl3fourColmn.last {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .styl3fourColmn {
    float: left;
    width: 33.33%;
  }
  .styl3fourColmn.last .fpnlStyl3__lnk.last {
    margin-bottom: 15px;
  }
  .styl3fourColmn.last .fpnlStyl3__lnk.first {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .styl3fourColmn {
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  .styl3fourColmn {
    padding-top: 15px;
    width: 25%;
    padding-left: 0;
  }
  .styl3fourColmn.first {
    padding-top: 10px;
  }
  .styl3fourColmn.first,
  .styl3fourColmn.last {
    padding-bottom: 0;
  }
  .styl3fourColmn.last .fpnlStyl3__lnk.first {
    margin-top: 0;
  }
}
.styl4twoColmn {
  width: 100%;
  padding: 0;
  background-color: #738cb0;
  padding-left: 11px;
}
.styl4twoColmn.first {
  padding-top: 15px;
  padding-bottom: 15px;
}
.styl4twoColmn.last {
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .styl4twoColmn.last {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .styl4twoColmn {
    float: left;
    width: 50%;
  }
  .styl4twoColmn.last .fpnlStyl4__lnk.first {
    margin-top: 10px;
  }
  .styl4twoColmn.last .fpnlStyl4__lnk.last {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .styl4twoColmn {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .diffStyle2 {
    width: 31.33%;
  }
  .diffStyle2 .fpnlStyl2__lnk {
    width: 100%;
    margin-left: 0;
    border-bottom-style: none;
    margin-bottom: 1px;
    padding-left: 36px;
  }
  .diffStyle2 .fpnlStyl2__lnk .visualCue {
    left: 20px;
  }
}
.quickSets .fpnlStyl1__lnk {
  background-color: #688bb8;
  padding-left: 26px;
}
.quickSets .fpnlStyl1__lnk.selected {
  background-color: #85ABD1;
}
.quickSets .fpnlStyl1__lnk .visualCue {
  left: 10px;
}
@media (min-width: 768px) {
  .quickSets .fpnlStyl1__lnk {
    padding-left: 36px;
  }
  .quickSets .fpnlStyl1__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .quickSets .fpnlStyl1__lnk {
    background: none;
    padding-left: 13px;
  }
  .quickSets .fpnlStyl1__lnk.selected {
    background: none;
  }
  .quickSets .fpnlStyl1__lnk .visualCue {
    left: 0;
  }
}
.visualCue {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #004F7C;
  width: 6px;
  height: 27px;
}
.visualCue.blue {
  background-color: #004F7C;
}
.visualCue.fireBrick {
  background-color: #702e3d;
}
.visualCue.darkCyan {
  background-color: #006579;
}
.visualCue.coral {
  background-color: #b65518;
}
.visualCue.darkGreen {
  background-color: #226b49;
}
.visualCue.equityBlu {
  background-color: #125687;
}
.visualCue.selected {
  display: block;
}
.maxFilters {
  padding: 5px 0;
  margin: 5px 0;
  margin-bottom: 6px;
  background: #688BB8;
  width: 100%;
  padding-left: 29px;
  font: 14px/19px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  border-bottom: none;
  display: block;
  position: relative;
  color: #1c1c1c;
  font: bold 14px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .maxFilters {
    font-size: 16px;
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .maxFilters {
    background: #85abd1;
    padding-left: 19px;
    font-size: 14px;
  }
}
span.gm-clear__both {
  display: block;
}
.pl10 {
  padding-left: 10px;
}
.brdrNone__md {
  border-style: none !important;
}
/*************************************************
        Filter Panel Style for Fund Finder
*************************************************/
@media (min-width: 1024px) {
  .fundFinder .fpnl__item {
    display: block;
    width: 20%;
    float: left;
    border-left: 5px solid transparent;
    border-top-style: none;
  }
  .fundFinder .fpnl__item:first-child {
    border-left: 0;
  }
  .fundFinder .fpnl__item.bm-type2 {
    width: 50%;
  }
}
.fundFinder .fpnl__lnk {
  padding-left: 26px;
}
.fundFinder .fpnl__lnk .visualCue {
  display: none;
}
@media (min-width: 768px) {
  .fundFinder .fpnl__lnk {
    padding-left: 36px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .fpnl__lnk {
    font-size: 14px;
    font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    line-height: 19px;
    padding: 0 30px 0 20px;
    margin: 0;
    height: 64px;
    display: table;
    width: 100%;
    background-color: #688bb8;
    color: #fff;
  }
  .fundFinder .fpnl__lnk .fpnl__arow {
    display: block;
    background-color: #85abd1;
    width: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .fundFinder .fpnl__lnk .fpnl__arow .ffIcon {
    margin: 0 auto;
    margin-top: 30px;
  }
  .fundFinder .fpnl__lnk.selected {
    background-color: #4E5D71;
    height: 68px;
    padding-bottom: 4px;
  }
  .fundFinder .fpnl__lnk.selected .fpnl__arow {
    background-color: #6f7f94;
  }
}
.fundFinder .fpnl__lnk .visualCue {
  display: none !important;
}
@media (min-width: 1024px) {
  .fundFinder .fpnl__arow {
    display: block;
  }
}
@media (min-width: 1024px) {
  .fundFinder .fpnl {
    width: 100%;
    padding: 0;
  }
  .fundFinder .fpnl__item {
    width: 25%;
  }
}
.fundFinder .fpnlStyl1__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 27px;
  padding: 16px 0 16px 42px;
  text-transform: uppercase;
}
.fundFinder .fpnlStyl1__lnk .visualCue {
  height: 27px;
  top: 16px;
  left: 27px;
  width: 6px;
}
@media (min-width: 768px) {
  .fundFinder .fpnlStyl1__lnk .visualCue {
    left: 37px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .fpnlStyl1__lnk .visualCue {
    height: 27px;
    top: 8px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .fundFinder .fpnlStyl1__lnk {
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .fpnlStyl1__lnk {
    width: 34.33%;
    position: relative;
    background-color: #688BB8;
    padding: 12px 24px 11px 36px;
    margin: 0;
    line-height: 19px;
    color: #fff;
    border-bottom-style: none;
  }
}
.fundFinder .fpnlStyl1__lnk.selected {
  background-color: #85ABD1;
}
@media (min-width: 1024px) {
  .fundFinder .fpnlStyl1 {
    width: 125%;
    padding: 0;
    margin: 0;
    background-color: #688BB8;
    position: absolute;
    left: 0;
  }
  .fundFinder .fpnlStyl1 .fpnl__arow {
    top: 35%;
    right: 17px;
  }
  .fundFinder .fpnlStyl1.bm-type2 {
    width: 250%;
  }
}
.fundFinder .quickSets .fpnlStyl1__lnk {
  padding-left: 26px;
  background-color: #688bb8;
}
.fundFinder .quickSets .fpnlStyl1__lnk.selected {
  background-color: #85ABD1;
}
.fundFinder .quickSets .fpnlStyl1__lnk .visualCue {
  left: 10px;
}
@media (min-width: 768px) {
  .fundFinder .quickSets .fpnlStyl1__lnk {
    padding-left: 36px;
  }
  .fundFinder .quickSets .fpnlStyl1__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .quickSets .fpnlStyl1__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .quickSets {
    width: 20%;
  }
  .fundFinder .quickSets .fpnl__item {
    width: 100%;
  }
  .fundFinder .quickSets .fpnl__item:first-child {
    border-left: 5px solid transparent;
  }
  .fundFinder .quickSets .fpnlStyl1 {
    width: 500%;
    left: -400%;
  }
  .fundFinder .quickSets .fpnlStyl1.bm-type2 {
    left: -200%;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clcFilter .filterWrapper_vrtcl {
  padding: 0px;
  margin-bottom: 17px;
}
@media (min-width: 1024px) {
  .clcFilter .filterWrapper_vrtcl {
    padding-top: 10px;
    margin-left: 0px;
  }
}
.clcFilter .fpnl_vrtcl {
  width: 100%;
}
.clcFilter .tabsList__item {
  width: 100%;
  border-right: none;
}
.clcFilter .disabledFilter {
  color: #c8d7e9;
  cursor: default;
}
@media (min-width: 1024px) {
  .clcFilter .disabledFilter {
    color: #C8D7E9;
  }
}
.extLinks {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 0;
}
.extLinks__item {
  color: #365884;
  text-transform: uppercase;
  font: bold 14px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  position: relative;
  padding: 20px 26px 21px;
  border-bottom: 1px solid #e2e2e1;
}
@media (min-width: 768px) {
  .extLinks__item {
    padding-left: 36px;
  }
}
@media (min-width: 1024px) {
  .extLinks {
    display: block !important;
    background-color: transparent;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .extLinks__item {
    font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    padding: 7px 0px 7px 15px;
    border-bottom: 1px solid #E2E2E1;
  }
}
@media (min-width: 1200px) {
  .extLinks {
    max-width: 399px;
  }
}
@media (min-width: 1024px) {
  .bm-borderTop {
    border-top: 1px solid #E2E2E1;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.searchFilter {
  padding: 0 4.3%;
  margin-bottom: 28px;
}
.searchFilter .fpnlWrapper {
  margin-bottom: 8px;
  padding: 0;
}
@media (min-width: 768px) {
  .searchFilter .fpnlWrapper {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.84%;
    position: relative;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .searchFilter .fpnlWrapper.gm-100pWidth {
    width: 100%;
  }
}
.searchFilter .filterWrapper_vrtcl {
  padding: 0px;
  margin-bottom: 17px;
}
@media (min-width: 1024px) {
  .searchFilter .filterWrapper_vrtcl {
    padding-top: 10px;
    margin-left: 0px;
  }
}
.searchFilter .fpnl_vrtcl {
  width: 100%;
}
.searchFilter .fpnl__lnk {
  text-transform: none;
  background-color: #fff;
  color: #333333;
  font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  border-bottom: 1px solid #ececed;
  border-top: 0px solid #ececed;
  padding: 16px 0 19px 32px;
}
.searchFilter .fpnl__lnk.selected {
  background-color: #fff;
}
.searchFilter .fpnl__lnk.bm-text_highlight {
  color: #1d5286;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.searchFilter .fpnl__lnk span.visualCue {
  width: 0px;
}
.searchFilter .fpnl__lnk.level2 {
  padding-left: 52px;
}
.searchFilter .fpnl__item {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.searchFilter .fpnl__arow {
  top: 30%;
  right: 20px;
}
@media (min-width: 768px) {
  .searchFilter .fpnl_vrtcl {
    border-top: 1px solid #ebebeb;
  }
  .searchFilter .fpnl__lnk {
    padding-left: 50px;
  }
  .searchFilter .fpnl__lnk.level2 {
    padding-left: 68px;
  }
  .searchFilter .fpnl__arow {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .searchFilter .fpnl_vrtcl {
    width: 100%;
  }
  .searchFilter .fpnl_vrtcl.bm-fpnl_sortBy {
    left: 0;
  }
  .searchFilter .fpnl_vrtcl,
  .searchFilter .fpnl__item {
    border: none;
  }
  .searchFilter .fpnl__arow {
    top: 25px;
    line-height: 0;
    right: 18px;
  }
  .searchFilter .fpnl__lnk {
    min-height: 59px;
    padding: 21px 20px;
    letter-spacing: 0.4px;
    font: 14px/18px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .searchFilter .fpnl__lnk.level2 {
    padding-left: 39px;
  }
}
@media (min-width: 1024px) {
  .searchFilter .bm-type_flPaddLeft {
    padding-left: 15px;
  }
}
.searchFilter .tabsList__dwnArow {
  background-color: #ffffff;
  width: 53px;
}
.searchFilter .tabsList__dwnArow .icon,
.searchFilter .tabsList__dwnArow .ffIcon {
  margin: 21px auto;
  display: block;
}
.searchFilter .tabsList__item {
  width: 100%;
  border: 1px solid #ebebeb;
}
.searchFilter .tabsList__lnk {
  background-color: #ffffff;
  color: #333333;
  font: 14px/19px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  text-transform: none;
  padding: 0 20px;
  height: 50px;
}
.searchFilter .tabsList__lnk.selected {
  background-color: #fff;
}
.searchFilter .tabsList__lnk.selected .tabsList__dwnArow {
  background-color: #fff;
}
.searchFilter .tabsList__lnk.selected .bm-type_arrowBg {
  background-position: -5px -694px;
}
@media (min-width: 768px) {
  .searchFilter .tabsList__item.bm-state_open {
    background-color: #efefed;
  }
  .searchFilter .tabsList__dwnArow {
    width: 74px;
  }
  .searchFilter .tabsList__dwnArow .icon {
    margin: 25px auto;
  }
  .searchFilter .tabsList__dwnArow .ffIcon {
    margin-top: 26px;
  }
  .searchFilter .tabsList__lnk {
    font-size: 16px;
    height: 58px;
    padding: 0 28px;
  }
  .searchFilter .tabsList__lnk.selected {
    background-color: #efefed;
  }
  .searchFilter .tabsList__lnk.selected .tabsList__dwnArow {
    background-color: #efefed;
  }
}
@media (min-width: 1024px) {
  .searchFilter .tabsList__item {
    border: none;
    box-shadow: none;
  }
  .searchFilter .tabsList__item.bm-state_open {
    background-color: transparent;
  }
  .searchFilter .tabsList__lnk {
    font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
    padding: 0 20px;
  }
  .searchFilter .tabsList__lnk.selected {
    background-color: #fff;
    margin-bottom: 0;
  }
  .searchFilter .tabsList__lnk.selected .tabsList__dwnArow {
    background-color: #fff;
  }
}
.searchFilter .disabledFilter {
  color: #c8d7e9;
  cursor: default;
}
@media (min-width: 1024px) {
  .searchFilter .disabledFilter {
    color: #C8D7E9;
  }
}
.searchFilter .fpnlStyl1__lnk {
  text-transform: none;
  background-color: #fff;
  font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  border-bottom: 1px solid #ececed;
  color: #666666;
  padding: 21px 0 15px 52px;
}
.searchFilter .fpnlStyl1__lnk.selected {
  background-color: #efefed;
}
.searchFilter .fpnlStyl1__lnk.selectedFilter {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #1d5286;
}
.searchFilter .fpnlStyl1__lnk.selectedFilter:hover {
  color: #1d5286;
}
.searchFilter .fpnlStyl1__lnk span {
  position: relative;
  z-index: 2;
}
.searchFilter .fpnlStyl1__lnk span.visualCue {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefed;
  left: 0;
  z-index: 1;
  top: 0;
}
.searchFilter .fpnlStyl1__lnk.level2 {
  padding-left: 70px;
}
.searchFilter .fpnlStyl1__lnk.no_paddingLeft {
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .searchFilter .fpnlStyl1__lnk.no_paddingLeft {
    padding-left: 0;
  }
}
.searchFilter .fpnlStyl1__lnk.no_paddingLeft .chkBox {
  background-position: -4px -941px;
  width: 17px;
  height: 16px;
  margin-right: 7px;
}
.searchFilter .fpnlStyl1__lnk.selectedFilter {
  font-family: 'UniversLTStd';
  color: #666666;
}
.searchFilter .fpnlStyl1__lnk.selectedFilter .chkBox {
  background-position: -5px -983px;
}
@media (min-width: 768px) {
  .searchFilter .fpnlStyl1__lnk {
    font-size: 14px;
    padding: 20px 0 14px 68px;
  }
  .searchFilter .fpnlStyl1__lnk.level2 {
    padding-left: 86px;
  }
}
@media (min-width: 1024px) {
  .searchFilter .fpnlStyl1 {
    background-color: #ffffff;
  }
  .searchFilter .fpnlStyl1__lnk {
    padding: 16px 39px;
    font-size: 13px;
  }
  .searchFilter .fpnlStyl1__lnk:hover {
    color: #6699cc;
  }
  .searchFilter .fpnlStyl1__lnk.level2 {
    padding-left: 57px;
  }
}
@media (min-width: 768px) {
  .searchFilter {
    padding: 0 29px;
    font-size: 0;
  }
}
@media (min-width: 1024px) {
  .searchFilter {
    width: 25.65%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #searchResultFilter {
    width: 88.62%;
    margin-right: 11.38%;
  }
}
@media (min-width: 768px) {
  #sortByFilter {
    margin-right: 0;
  }
  #sortByFilter .fpnlStyl1__lnk {
    padding-left: 50px;
  }
  #sortByFilter .tabsList.bm-state_open .tabsList__item {
    background-color: #efefed;
  }
}
@media (min-width: 1024px) {
  #sortByFilter {
    position: absolute;
    top: 150px;
    right: 4%;
    width: 250px;
    height: auto;
  }
  #sortByFilter .tabsList {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  #sortByFilter .tabsList.bm-state_open,
  #sortByFilter .fpnl_vrtcl {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  #sortByFilter .fpnl_vrtcl {
    border-top: none;
  }
  #sortByFilter .fpnlStyl1__lnk {
    padding: 15px 0;
    margin: 0 20px;
    font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  #sortByFilter .fpnlStyl1__lnk:hover {
    color: #6699cc;
  }
  #sortByFilter .fpnlStyl1__lnk.selected {
    color: #234e82;
    background-color: #efefed;
    font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    margin: -1px 0 0 0;
    padding: 15px 20px;
  }
  #sortByFilter .tabsList__dwnArow {
    width: 53px;
  }
  #sortByFilter .tabsList.bm-state_open .tabsList__item {
    background-color: transparent;
  }
  #sortByFilter .fpnl__item {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1200px) {
  #sortByFilter {
    right: 0;
    left: 50%;
    margin-left: 338px;
  }
}
@media (min-width: 1024px) {
  .searchFilterTitle {
    margin: -3px 0 16px 18px;
    font: 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.gm-vAlignTop {
  vertical-align: top;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*************************************************
        Filter Bread Crumb 
*************************************************/
.breadcrumb {
  float: none;
  width: 100%;
  font: 14px/14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  position: relative;
  padding: 0 10px;
  margin: 20px 0;
}
.breadcrumb__selection {
  text-transform: uppercase;
  color: #365884;
  font: bold 14px/14px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  cursor: pointer;
  float: none;
  margin-right: 10px;
  margin-bottom: 0px;
}
.breadcrumb__selection .ffIcon {
  display: inline-block;
}
.breadcrumb__selection.defaultSelections {
  cursor: default;
  color: #959595;
  font: 14px/14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.breadcrumb__selection.defaultSelections .breadcrumb__arrow {
  display: none;
}
.breadcrumb__selection.noSelection {
  cursor: default;
  color: #959595;
  font: 14px/14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.breadcrumb__selection.noSelection .breadcrumb__arrow {
  display: none;
}
.breadcrumb__arrow {
  position: relative;
  bottom: 2px;
}
.breadcrumb__delete {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-top: -5px;
}
.breadcrumb__save {
  float: left;
  font: bold 14px/14px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumb__save.noSelection {
  color: #959595;
  cursor: default;
}
.breadcrumb__reset {
  float: left;
  font: bold 14px/14px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumb__reset.noSelection {
  color: #959595;
  cursor: default;
}
.breadcrumb__seperator {
  height: 12px;
  width: 1px;
  background: #CCC;
  float: left;
  position: relative;
  top: 1px;
  margin-right: 13px;
}
.breadcrumb__list {
  float: left;
  margin-right: 13px;
  margin-bottom: 0px;
}
.breadcrumb__listItem {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 0 10px;
  }
  .breadcrumb__selection {
    cursor: default;
    color: #959595;
    font: 14px/14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    float: left;
  }
  .breadcrumb__list {
    margin-bottom: 5px;
  }
  .breadcrumb__listItem {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .breadcrumb {
    margin: 12px 0 29px;
    padding: 0;
  }
  .breadcrumb__selection {
    cursor: default;
    color: #959595;
    font: 14px/14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    float: left;
  }
  .breadcrumb__list {
    margin-bottom: 5px;
  }
  .breadcrumb__listItem {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fundFinder.gridContainer {
  padding: 0 10px;
}
.fundGridCard {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 6px;
}
.fundGridCard__fundContent {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 10px 0 17px 20px;
}
.ff-fundInfo {
  width: 100%;
  float: left;
  padding: 10px 0 0 20px;
}
.ff-fundDesc {
  width: 83.33333333%;
  float: left;
}
.ff-fundDesc__code {
  color: #333333;
  display: inline-block;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  line-height: 19px;
  margin: 0;
}
.ff-fundDesc__name {
  color: #333333;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 14px;
  margin: 3px 0 0;
  padding-right: 3px;
}
.ff-fundDesc__assetClass {
  color: #333333;
  font-size: 14px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  margin-top: 10px;
  line-height: 14px;
}
.ff-fundData {
  width: 100%;
  float: left;
  margin: 0;
  display: table;
  table-layout: fixed;
}
.ff-fundStat {
  width: 50%;
  float: left;
  float: none;
  position: relative;
  display: table-cell;
  padding-right: 10px;
  padding-top: 7px;
}
.ff-fundStat__key {
  color: #666666;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 10px;
}
.ff-fundStat__value {
  font-family: 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 30px;
  position: relative;
  line-height: 30px;
  color: #000;
  padding-left: 15px;
}
.ff-fundStat__value .im-arrowUpGreen,
.ff-fundStat__value .im-arrowDownRed {
  padding-bottom: 14px;
  position: absolute;
  top: 9px;
  left: 0;
}
.ff-fundStat__value .im-arrowNoChangeGrey {
  padding-bottom: 15px;
  margin-left: 3px;
  position: absolute;
  top: 9px;
  left: 0;
}
.ff-fundStat__value.bm-padding_left_0 {
  padding-left: 0;
}
.ff-fundStat.bm-column_right {
  float: right;
}
.fvriteBar {
  width: 20px;
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.fvriteBar__icon {
  position: absolute;
  left: 5px;
  top: 6px;
}
.fvriteBar.bm-bar_heightFix {
  display: table-cell;
  position: static;
  cursor: default;
  border-left: 5px solid #efefed;
  width: 25px;
}
@media print {
  .fvriteBar.bm-bar_heightFix {
    border-left: 1px solid #D6D6D6;
  }
}
.ff-result_count {
  font: 34px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #688BB8;
}
.ff-result_label {
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.ff-title {
  padding-bottom: 15px;
}
.ff-resultCount_container {
  margin: 15px 10px 10px;
}
.ff-disp_block {
  display: block;
}
.fundFinder_loading {
  display: none;
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.fundFinder_loading_contain {
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  top: 0;
  height: auto;
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .fundFinder_loading_contain {
    height: 137px;
    padding: 60px 0;
  }
}
.fundFinder_noFunds {
  display: none;
  height: 120px;
}
.fundFinder_noFunds .fundFinder_loading_contain {
  z-index: 10;
  padding: 30px 20px;
  text-align: left;
}
.fundFinder_noFunds .fundFinder_loading_contain a {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .fundFinder_noFunds .fundFinder_loading_contain {
    padding: 70px 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .fundFinder_noFunds .fundFinder_loading_contain {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .fundFinder_noFunds {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .fundFinder_noFunds {
    height: auto;
  }
}
.fundFinder .fund_loading {
  width: 100%;
  min-height: 80px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Data tabs content
-------------------------------------*/
.fundFinder .group {
  float: left;
}
.main_frame {
  position: relative;
  top: 0;
}
.fundFinder .main_table_row.mouseover {
  background: #A7A8AA !important;
}
.nav_separator,
.cq-wcm-edit .nav_separator {
  margin-top: 0px;
}
.main.full {
  width: 100%;
}
.global_actions.topRight .share_list {
  z-index: 10;
}
.gridContainer {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  *padding-bottom: 20px;
  clear: both;
  min-height: 100px;
}
.fundFinder .main_table,
.fundFinder .grid-wrapper {
  color: #252525;
  width: auto;
  font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.fundFinder .main_table {
  float: left;
  overflow: visible !important;
}
.fundFinder .grid-wrapper .mouseover {
  color: #FFF;
}
.fundFinder .main_table_row {
  background: #ffffff;
  text-align: center;
  float: left;
  padding: 0;
  clear: both;
  width: 100%;
  display: table-row;
  margin: 5px 0 0;
}
.fundFinder .headerRow .main_table_row {
  margin: 0;
}
.fundFinder .dockedColumns .main_table_row {
  border-right: 0px;
}
.fundFinder .smallTable .main_table_row {
  border-width: 1px 1px 0px 0px;
}
.fundFinder .smallTable .fundfacts_data .headerRow .main_table_row {
  border-right: 0px;
}
.fundFinder .spacetop_list .main_table_row:first-child {
  border-top: 0px none;
  margin-top: 0;
}
.fundFinder .headerRow {
  min-width: 1197px;
}
.fundFinder .dockedColumns .headerRow {
  min-width: 0px;
}
.fundFinder .headerRow .main_table_row {
  border-color: #CCCCCC;
  width: 100%;
}
.fundFinder .headerRow.seperatorHeader .main_table_row {
  height: 0;
}
.fundFinder .wrappheader {
  position: fixed;
  top: 40px;
  z-index: 999;
  height: 160px;
  overflow: hidden;
}
.dockedColumns .headerRowJs {
  min-height: 161px;
}
.fundFinder .wrappheader .scrollable-columns .col1 {
  border-right: 1px solid #e9e8e8;
}
.fundFinder .wrappheader .fixedColLeft.headerRow {
  min-width: 1px;
}
.docked-header .fundFinder .main_table_row.row_bg .col2 {
  border-right: 1px solid #e9e8e8;
}
.fundFinder .main_table_row.row_bg {
  padding: 0;
}
.fundFinder .main_row_header {
  padding: 0;
  margin: 0;
}
.fundFinder .main_table_row .col1 {
  color: #333;
  float: left;
  font-weight: bold;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  font-size: 14px;
  height: 93px;
  padding: 14px 10px 18px;
}
.fundFinder .main_table_row.row_bg .col2 {
  color: #333;
}
.fundFinder .main_table_row.perf-row-header .col1 {
  height: 125px;
}
.fundFinder .main_table_row.price-row-header .col1 {
  height: 60px;
}
.fundFinder .main_table_row.char-row-header .col1 {
  height: 50px;
}
.fundFinder .main_table_row.row_bg .col2,
.fundFinder .main_table_row.row_bg .col3 {
  padding: 10px 10px;
}
.fundFinder .main_table_row span.important_info {
  padding: 0;
  color: #666666;
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: 15px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
}
.fundFinder .main_table_row span.important_info.benchmark-info {
  margin-top: 35px;
}
.fundFinder .main_table_row .col2 {
  float: left;
  font-size: 14px;
  padding: 20px 0;
}
.fundFinder .benchmark_data.main_table_row .col2 {
  float: left;
  font-size: 14px;
  padding: 20px 0;
}
.fundFinder .benchmark_data.main_table_row .col2.benchmark_col {
  padding: 20px 5px 20px 40px;
  text-align: left;
}
.fundFinder .main_table_row.row_bg .col2 {
  font-size: 11px;
  line-height: 16px;
}
.fundFinder .main_table_row .col3 {
  padding: 0px 15px;
}
.fundFinder .main_table_row .col4 {
  padding: 20px 0;
}
.fundFinder .main_table_row .col4 {
  color: #6C6868;
  float: left;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
}
.fundFinder .main_table_row .col4 a.assetclass-link {
  color: #252525;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  text-decoration: none;
  font-family: Arial, sans-serif, Meiryo, "Hiragino Kaku Gothic Pro";
  float: left;
}
.fundFinder .main_table_row .col4 a.assetclass-link span {
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
  line-height: 24px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  font-weight: normal;
}
.fundFinder .main_table_row .col4.assetclass-col {
  position: relative;
  padding-right: 5px;
}
.fundFinder .main_table_row .col4.assetclass-col .assetclass-bg {
  background: #008a9c;
  width: 20px;
  position: absolute;
  top: 0;
  height: 100%;
}
.fundFinder .main_table_row.mouseover .col4,
.fundFinder .main_table_row.mouseover .col4 a {
  color: #FFF;
}
.fundFinder .main_table_row .col4 a {
  padding: 0;
}
.fundFinder .main_table_row.benchmark_data .col4 {
  font-weight: normal;
}
.fundFinder .col1_nobdr {
  border-right: none;
}
.fundFinder .radio_group {
  width: 164px;
  height: 22px;
  color: #252525;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 auto;
}
.fundFinder #avgAnnRetRadio .radio_outer {
  width: 164px;
}
.fundFinder #gsamFunds.radio_group {
  margin: 0;
}
.fundFinder .radio_outer {
  width: 174px;
  height: 22px;
  margin-top: 3px;
}
.fundFinder .radio_inner {
  position: relative;
  width: 100%;
  height: 22px;
}
.fundFinder .value_outer {
  min-width: 82px;
  min-height: 22px;
  float: left;
  background: #c0c0c0;
}
.fundFinder .value_outer.active {
  background: #252525;
}
.fundFinder .value_inner {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 1px 5px 0px;
}
.fundFinder .value_outer.active .value_inner {
  color: #85abd1;
}
@media (min-width: 1024px) {
  .fundFinder.gridContainer {
    padding: 0;
  }
}
.fundFinder .right_value {
  right: 0;
  left: auto;
}
.fundFinder .subhead {
  display: block;
  padding-top: 2px;
  font-weight: normal;
}
.fundFinder .row_bg {
  background: #E4E4E0;
}
.fundFinder .white_row_bg {
  background: #fff;
}
.fundFinder .benchmark_data {
  margin: 1px 0 0;
}
.fundFinder .bdr-b {
  border-bottom: 1px solid #ccc;
}
.fundFinder .date {
  width: 10px;
  float: left;
  padding: 0 10px;
}
.fundFinder .date.nobdr {
  border-right: none;
}
.fundFinder .asset_icon {
  width: 16px;
  height: 16px;
  position: relative;
  left: 8px;
  z-index: 0;
}
.fundFinder .first-column.col2 {
  text-align: left;
  position: relative;
  left: 40px;
}
.fundFinder .first-column {
  width: 297px;
}
.fundFinder .first-column-first {
  width: 149px;
}
.fundFinder .first-column-second {
  width: 148px;
}
.fundFinder .col2.first-column {
  text-align: left;
}
.fundFinder .second-column {
  width: 129px;
}
.popup.alert_msg .info_txt {
  padding: 5px 18px;
}
.popup.alert_msg .info_txt div p {
  padding: 8px 0 0 3px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
  word-wrap: break-word;
}
div.popup.alert_msg .pointer {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #2C2C2C;
  border-image: none;
  border-style: solid;
  border-width: 12px;
  float: left;
  left: 15px;
  position: absolute;
  top: -24px;
}
.fundFinder .favorite_icon {
  cursor: pointer;
}
.fundFinder .assetclasscolor-col {
  width: 20px;
}
.fundFinder .asset_icon {
  *float: left;
}
.fundFinder .white_col2_txt {
  text-align: left;
  line-height: 13px;
  color: #6C6868;
  font-size: 12px;
}
.fundFinder .font_size10 {
  font-size: 10px;
}
.fundFinder .font_size11 {
  font-size: 11px;
}
.fundFinder .clear {
  clear: both;
}
.fundFinder .odd {
  background-color: #f9fafa;
}
.fundFinder .main_frame {
  margin: 0 auto;
}
.fundFinder .characteristics_data .main_frame,
.fundFinder .price_data .main_frame {
  *margin-bottom: 15px;
}
.fundFinder .benchmark_data .asset_icon {
  visibility: hidden;
}
.fundFinder .benchmark_data,
.tret_toggle_on,
.avgAnnRetLoad_toggle_on,
.avgAnnRetLoad_toggle .avgAnnRetLoad_toggle_off,
.tret_toggle .tret_toggle_off {
  display: none;
}
.fundFinder .benchmark_data.main_table_row .col2.first-column {
  padding-right: 48px;
}
.fundFinder .bechmark_visible .benchmark_data,
.avgAnnRetLoad_toggle .avgAnnRetLoad_toggle_on,
.tret_toggle .tret_toggle_on {
  display: block;
}
.fundFinder .fundfacts_data .main_table_row {
  width: auto;
}
.fundFinder .fundfacts_data .headerRow .main_table_row {
  width: 100%;
}
.fundFinder .toggleGroup1_on {
  display: none;
}
.fundFinder .toggleGroup1 .toggleGroup1_off {
  display: none;
}
.fundFinder .toggleGroup1 .toggleGroup1_on {
  display: block;
}
.fundFinder .toggleGroup2_on {
  display: none;
}
.fundFinder .toggleGroup2 .toggleGroup2_off {
  display: none;
}
.fundFinder .toggleGroup2 .toggleGroup2_on {
  display: block;
}
.fundFinder .toggleGroup3_on {
  display: none;
}
.fundFinder .toggleGroup3 .toggleGroup3_off {
  display: none;
}
.fundFinder .toggleGroup3 .toggleGroup3_on {
  display: block;
}
.fundFinder .toggleGroup4_on {
  display: none;
}
.fundFinder .toggleGroup4 .toggleGroup4_off {
  display: none;
}
.fundFinder .toggleGroup4 .toggleGroup4_on {
  display: block;
}
.fundFinder .toggleGroup5_on {
  display: none;
}
.fundFinder .toggleGroup5 .toggleGroup5_off {
  display: none;
}
.fundFinder .toggleGroup5 .toggleGroup5_on {
  display: block;
}
.fundFinder .toggleGroup6_on {
  display: none;
}
.fundFinder .toggleGroup6 .toggleGroup6_off {
  display: none;
}
.fundFinder .toggleGroup6 .toggleGroup6_on {
  display: block;
}
.fundFinder .toggleGroup7_on {
  display: none;
}
.fundFinder .toggleGroup7 .toggleGroup7_off {
  display: none;
}
.fundFinder .toggleGroup7 .toggleGroup7_on {
  display: block;
}
.fundFinder .toggleGroup8_on {
  display: none;
}
.fundFinder .toggleGroup8 .toggleGroup8_off {
  display: none;
}
.fundFinder .toggleGroup8 .toggleGroup8_on {
  display: block;
}
.fundFinder .toggleGroup9_on {
  display: none;
}
.fundFinder .toggleGroup9 .toggleGroup9_off {
  display: none;
}
.fundFinder .toggleGroup9 .toggleGroup9_on {
  display: block;
}
.fundFinder .toggleGroup10_on {
  display: none;
}
.fundFinder .toggleGroup10 .toggleGroup10_off {
  display: none;
}
.fundFinder .toggleGroup10 .toggleGroup10_on {
  display: block;
}
.fundFinder .main_table_row .sort-cell {
  cursor: pointer;
}
.fundFinder .main_table_row .sort-cell.desc,
.fundFinder .main_table_row .sort-cell.asc {
  position: relative;
  background: #d2d2d2;
  font-weight: bold;
}
.fundFinder .main_table_row .sort-cell span.arrow {
  position: absolute;
  right: 5px;
  display: none;
}
.fundFinder .main_table_row .sort-cell.desc span.arrow {
  display: block;
  bottom: 5px;
}
.fundFinder .main_table_row .sort-cell.asc span.arrow {
  display: block;
  top: 5px;
}
.fundFinder .seperator,
.fundFinder .row_seperator {
  float: left;
  text-align: left;
}
.fundFinder .row_seperator {
  overflow: visible;
  width: 0;
  position: relative;
}
.fundFinder .headerRow .seperator span {
  position: absolute;
  width: 0px;
  border-right: 1px solid #e9e8e8;
  top: 0;
  bottom: 0;
  margin-left: -1px;
}
.fundFinder .headerRow .group .seperator span {
  top: 125px;
}
.fundFinder .dockedHeader .seperator span {
  border-right: 1px solid #e9e8e8;
}
.fundFinder .dockedHeader .main_table_row.row_bg .row_seperator span {
  font-size: 11px;
  background: #d6d6d6;
  display: inline-block;
  padding: 9px 0;
  width: 1px;
  margin-left: -1px;
}
.fundFinder .col2 .seperator span {
  margin-top: 125px;
}
.docked-header .fundFinder .col2 .seperator span {
  margin-top: 0;
}
.fundFinder .dockedColumns .headerRow .main_table_row {
  width: auto;
}
.fundFinder .dockedColumns .spacetop_list {
  clear: both;
}
.fundFinder .price-row-header .col2 .seperator span {
  margin-top: 75px;
}
.fundFinder .locked-columns,
.fundFinder .scrollable-columns {
  float: left;
}
.fundFinder div.asset_legend {
  border: 1px solid #BDBDBD;
  clear: both;
  font-size: 13px;
  margin-top: 15px;
  padding: 5px 10px;
}
.fundFinder div.asset_legend,
.fundFinder div.asset_legend strong,
.fundFinder ul.asset_class_list,
.fundFinder ul.asset_class_list li,
.fundFinder ul.asset_class_list li div {
  float: left;
}
.fundFinder div.asset_legend strong {
  font-weight: bold;
}
.fundFinder ul.asset_class_list li div {
  margin: 0 10px 0 20px;
}
.fundFinder .data_table_content table .asset_class a,
.asset_legend li div {
  background-image: url("../../clientlibs/gs-clientlibs/framework-libs/base/img/sprites/sprite.png");
  display: block;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}
.fundFinder .asset_legend li div.asset_class.fixed_income,
.fundFinder .asset_icon.Fixed.Income {
  background-position: -364px -53px;
}
.fundFinder .asset_legend li div.asset_class.specialty,
.fundFinder .asset_icon.Specialty {
  background-position: -364px -87px;
}
.fundFinder .asset_legend li div.asset_class.alternatives,
.fundFinder .asset_icon.Alternatives {
  background-position: -364px -87px;
}
.fundFinder .asset_legend li div.asset_class.realestate,
.fundFinder .asset_icon.Real {
  background-position: -364px -87px;
}
.fundFinder .asset_legend li div.asset_class.commodities,
.fundFinder .asset_icon.Commodities {
  background-position: -364px -87px;
}
.fundFinder .asset_legend li div.asset_class.equity,
.fundFinder .asset_icon.Equity {
  background-position: -364px -36px;
}
.fundFinder .asset_legend li div.asset_class.money_markets,
.fundFinder .asset_icon.Money.Markets {
  background-position: -364px -70px;
}
.fundFinder .asset_legend li div.asset_class.total_portfolio_solutions,
.fundFinder .asset_icon.Portfolio.Solutions {
  background-position: -364px -104px;
}
.fundFinder .loading {
  background: url("../../clientlibs/gs-clientlibs/framework-libs/base/img/spinner.gif") no-repeat scroll center center transparent;
  min-height: 80px;
  width: 100%;
}
/*-----CSS for width (removing inline styles)*/
.fundFinder .w34 {
  width: 34px;
}
.fundFinder .w80 {
  width: 80px;
}
.fundFinder .w140 {
  width: 140px;
}
.fundFinder .w174 {
  width: 174px;
}
.fundFinder .w184 {
  width: 184px;
}
.fundFinder .w42 {
  width: 42px;
}
.fundFinder .w66 {
  width: 66px;
}
.fundFinder .w150 {
  width: 150px;
}
.fundFinder .w110 {
  width: 110px;
}
.fundFinder .w134 {
  width: 134px;
}
.fundFinder .w344 {
  width: 344px;
}
.fundFinder .w75 {
  width: 75px;
}
.fundFinder .w149 {
  width: 149px;
}
.fundFinder .w55 {
  width: 55px;
}
.fundFinder .w58 {
  width: 58px;
}
.fundFinder .w62 {
  width: 62px;
}
.fundFinder .w100 {
  width: 100px;
}
.fundFinder .w109 {
  width: 109px;
}
.fundFinder .w67 {
  width: 67px;
}
.fundFinder .w83 {
  width: 83px;
}
.fundFinder .w297 {
  width: 297px;
}
.fundFinder .w277 {
  width: 277px;
}
.fundFinder .w148 {
  width: 148px;
}
.fundFinder .w129 {
  width: 129px;
}
.fundFinder .w64 {
  width: 64px;
}
.fundFinder .w355 {
  width: 355px;
}
.fundFinder .w95 {
  width: 95px;
}
.fundFinder .w99 {
  width: 99px;
}
.fundFinder .w74 {
  width: 74px;
}
.fundFinder .w85 {
  width: 85px;
}
.fundFinder .w125 {
  width: 125px;
}
.fundFinder .w160 {
  width: 160px;
}
.fundFinder .w20 {
  width: 20px;
}
.fundFinder .w50p {
  width: 50%;
}
.fundFinder .pl0 {
  padding-left: 10px;
}
.fundFinder .pr0 {
  padding-right: 0px;
}
.fundFinder .pr10 {
  padding-right: 10px;
}
.fundFinder .pl10 {
  padding-left: 10px !important;
}
.fundFinder .p0 {
  padding: 0px !important;
}
.fundFinder .fn250 {
  width: 250px;
}
.fundFinder .fn294 {
  width: 294px;
}
.fundFinder .bn289 {
  width: 289px;
}
.fundFinder .sy115 {
  width: 115px;
}
/* Custom checkboxes (Literature tab)
-------------------------------------*/
.fundFinder .literature_data .main_frame {
  width: 1198px;
  min-width: 100%;
}
.fundFinder .literature_data .main_table {
  float: left;
  overflow: visible;
  width: 1108px;
  min-width: 100%;
}
.fundFinder .ui_checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 2px;
  background: url("../../clientlibs/gs-clientlibs/framework-libs/base/img/controls/ui_checkbox_sprite.png") 0 0 no-repeat;
}
.fundFinder .ui_checkbox.highlight {
  border: 2px solid red;
  margin: 0;
}
.fundFinder .ui_checkbox.checked {
  background-position: 0 -16px !important;
  /* [MS] Important used as a quick way of overriding more specific CSS for row/column selectors */
}
.fundFinder .ui_checkbox.check_column {
  background-position: 0 -32px;
}
.fundFinder .ui_checkbox.check_row {
  background-position: 0 -48px;
}
.fundFinder .ui_checkbox input {
  display: none;
  /* [MS] Hide underlying form checkbox input */
}
.fundFinder .literature_actions {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  z-index: 11;
}
.fundFinder .literature_actions li.action_description {
  background-color: #2A466B;
  height: 221px;
  padding: 25px 5px 5px;
  width: 80px;
}
.fundFinder .literature_actions li {
  clear: both;
  color: #FFFFFF;
  float: left;
  font-size: 13px;
  line-height: 15px;
}
.fundFinder .literature_actions li.action_item {
  background: url("../../clientlibs/gs-clientlibs/framework-libs/base/img/arrow-action.gif") no-repeat scroll right bottom #6387b6;
  border-bottom: 1px solid #92ABCB;
  cursor: pointer;
  height: 45px;
  overflow: hidden;
  width: 90px;
}
.fundFinder .literature_actions li.action_item:last-child {
  border-bottom: 1px solid #687C96;
}
.fundFinder .literature_actions li.action_item a {
  color: #FFFFFF;
  display: block;
  padding: 25px 5px 5px;
  text-decoration: none;
}
.fundFinder .literature_actions li.action_item a.multiline {
  padding-top: 10px;
}
.fundFinder .main_table_row.literature_row {
  width: 100%;
  min-height: 23px;
}
.literature_data.gridContainer {
  min-height: 480px;
}
.fundFinder .main_table_row.literature_row .col1,
.fundFinder .main_table_row.literature_row .col2,
.fundFinder .main_table_row.literature_row .col4 {
  padding-left: 5px;
  padding-right: 5px;
}
.fundFinder .main_table_row.literature_row.row_bg .col2 {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 16px;
  position: relative;
  z-index: 9;
}
.fundFinder .main_table_row.literature_row {
  background-image: url("../../clientlibs/gs-clientlibs/framework-libs/base/img/select_row_bg.png");
  background-repeat: repeat-y;
  background-position: 417px 0;
}
.fundFinder .main_table_row.literature_row.row_bg {
  background-color: #E4E4E0;
}
.fundFinder .main_table_row.literature-row-header {
  background: none repeat-y scroll 0 0 #efefed;
}
.fundFinder .col2 .th.select_all {
  display: none;
  background: none repeat scroll 0 0 #E4E4E0;
  color: #333;
  height: 10px;
  left: -30px;
  margin-top: -5px;
  padding: 5px 0 11px;
  position: absolute;
  text-align: left;
  width: 130px;
}
.fundFinder .col2 .select_all_columns {
  background: none repeat scroll 0 0 #E4E4E0;
  color: #333;
  height: 10px;
  left: 5px;
  margin-top: -5px;
  padding: 7px 0 9px;
  position: absolute;
  text-align: left;
  width: 100px;
  z-index: 9;
}
.fundFinder .col2 .th.select_all .ui_checkbox {
  float: left;
}
.fundFinder .col2 .th.select_all label {
  float: left;
  margin-left: 8px;
  margin-top: 3px;
}
.module.breadcrumbs ol {
  color: #666666;
  float: left;
  font: 12px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  overflow: hidden;
  width: 60%;
}
.module.breadcrumbs .first {
  background: none repeat scroll 0 0 transparent;
  padding-left: 0;
}
.module.breadcrumbs li {
  background: url("../../clientlibs/gs-clientlibs/framework-libs/base/img/article-content/article-sprite.png") no-repeat scroll 0 -403px transparent;
  float: left;
  padding: 0 2px 0 6px;
  text-transform: uppercase;
}
.module.breadcrumbs a {
  color: #666666;
  text-decoration: none;
}
.ff-tab-wrapper {
  float: left;
  width: 100%;
  background-color: #EFEFED;
}
.docked-header .ff-tab-wrapper {
  border-bottom: 1px solid #CCCCCC;
  position: fixed;
  top: 0;
  width: 1200px;
  z-index: 1;
  *margin-left: -82px;
}
.docked-header .headerRow.dockedHeader {
  margin-top: 0;
}
.tabs {
  border-bottom: 5px solid #252525;
  clear: both;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  font-weight: bold;
  font-weight: normal;
  height: 40px;
  width: 100%;
}
.tabs.data_table {
  border-bottom: 5px solid #252525;
  clear: both;
  float: left;
  height: 40px;
  position: relative;
  z-index: 2;
}
div.fund_finder_wrapper .tabs {
  border-bottom: none;
  width: auto;
}
div.fund_finder_wrapper .tabs.data_table {
  border-bottom: none;
}
div.ff-tab-wrapper.fund_finder_wrapper {
  border-bottom: 5px solid #252525;
  margin-bottom: 18px;
}
.docked-header div.ff-tab-wrapper.fund_finder_wrapper {
  z-index: 3;
}
.tabs li {
  margin-right: 5px;
  min-width: 110px;
  text-align: center;
  cursor: pointer;
  float: left;
  height: 40px;
}
.tabs.data_table li {
  background-image: none;
  height: 40px;
}
.tabs li a {
  background: #c2c2c1;
  color: #252525;
  display: block;
  font-size: 16px;
  padding: 11px 20px 13px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs li.active a {
  background: #252525;
  color: #85ABD1;
}
.tabs li a:hover {
  background-color: rgba(194, 194, 193, 0.7);
  color: #252525;
}
.tabs li.active a:hover {
  background: #252525;
  color: #85abd1;
}
.tabs.data_table li a:hover {
  background: rgba(194, 194, 193, 0.7);
  color: #252525;
}
.tabs.data_table li.active a:hover {
  background: #252525;
  color: #85abd1;
}
.tabs.data_table li a {
  background: #c2c2c1;
  padding: 11px 20px 13px 20px;
}
.tabs.data_table li.active a {
  background: #252525;
  color: #85ABD1;
}
.fundFinder h1.title {
  margin-bottom: 20px;
  margin-top: 8px;
}
.global_actions .email_overlay,
.global_actions .email_overlay_result,
.global_actions .subscription_overlay_result,
.global_actions .subscription_overlay {
  left: auto;
  right: 95px;
}
.fundFinder .global_actions ul.other_details {
  float: left;
}
.fundfinder.tabbedpanel {
  min-height: 100%;
}
#newFundMessage {
  position: absolute;
  z-index: 9;
}
#newFundMessage .cxt_tooltip {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#newFundMessage .cxt_tooltip .tooltip {
  clear: both;
  padding: 10px;
  color: #535353;
  overflow: hidden;
  cursor: pointer;
  text-indent: 0!important;
  background: #FFF;
  /* Standard */
  box-shadow: 1px 2px 10px #000;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
  /* Vendor prefixes */
  -webkit-box-shadow: 1px 2px 10px #000;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 10px #000;
  -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
  background: #fefefe url("../../clientlibs/gs-clientlibs/framework-libs/base/img/bg/tooltip_bg.png") 0 0 repeat-y;
  border: 1px solid #e0e0e5;
  width: 300px;
}
#newFundMessage .cxt_tooltip .tooltip {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 18px;
  display: block;
}
#newFundMessage .pointer_ini {
  position: absolute;
  top: 0;
  left: 218px;
  height: 0;
  width: 0;
  margin-top: 40px;
  content: ' ';
  border: 11px solid transparent;
  border-top-color: #f8f8f8;
}
#newFundMessage .pointer_ini {
  bottom: -16px;
  top: auto;
  left: 13px;
}
.new-fund {
  cursor: default;
}
.new-fund sup {
  font-size: 10px;
  line-height: 10px;
  top: -0.3em;
}
#favtooltipLogin {
  z-index: 1002;
}
#favtooltipLogin .pointer_ini {
  margin-top: 40px;
}
.contextual.login-tooltip .tooltip {
  cursor: default;
}
.pdfOnlyIcon {
  background: url("../../clientlibs/gs-clientlibs/framework-libs/base/img/article-content/article-sprite.png") no-repeat scroll -99px -94px transparent;
  color: #365884;
  font: bold 12px/12px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  font-weight: bold;
  padding: 4px 0 4px 19px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.fundFinder .filters_controls .filter .filter_summary .filter-msg {
  color: #FFF;
  float: left;
  font: 10px Arial, Meiryo, "Hiragino Kaku Gothic Pro";
}
.ff-result_count {
  font: 34px 'UniversUltraCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #688BB8;
}
.ff-result_label {
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.ff-title {
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .ff-resultCount_container {
    /*float: left;*/
    margin: 0;
    padding: 0;
  }
}
.ff-tab-wrapper {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .ff-tab-wrapper {
    display: block;
    margin-left: 10px;
  }
  .ff-tab-wrapper .navPanel {
    margin: 0px;
  }
}
@media (min-width: 1024px) {
  .ff-tab-wrapper {
    display: block;
    margin-left: 0;
  }
  .ff-tab-wrapper .navPanel {
    margin: 0px;
  }
}
.ie8 h1 {
  margin-bottom: 15px;
}
.asoftext {
  display: block;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
}
.dockedHeaderWrap {
  position: fixed;
  top: 0;
  width: 1200px;
  z-index: 1;
  overflow: hidden;
}
.no-funds {
  color: #989896 !important;
}
.ff-tab-wrapperLink {
  float: right;
  margin-top: 13px;
}
.ff-tab-wrapperLink a.fm-link_6 {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
}
@media (min-width: 768px) {
  .ff-tab-wrapperLink {
    margin-top: 6px;
  }
}
@media (min-width: 1024px) {
  .ff-tab-wrapperLink {
    margin-top: 5px;
  }
}
/* align text vertically middle in grid*/
.fundFinder .main_table_row .columns-row {
  display: table-cell;
  vertical-align: middle;
}
.fundFinder .main_table_row .columns-row .columns-table {
  display: table;
}
.fundFinder .main_table_row .columns-row .columns-table .locked-columns &gt; .col2,
.fundFinder .main_table_row .columns-row .columns-table .locked-columns &gt; .col4,
.fundFinder .main_table_row .columns-row .columns-table .scrollable-columns &gt; .col2,
.fundFinder .main_table_row .columns-row .columns-table .scrollable-columns &gt; .col4 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.fundFinder .main_table_row .columns-row .columns-table .locked-columns &gt; .colFav {
  display: table-cell;
  float: none;
  vertical-align: top;
  text-align: center;
}
.fundFinder .main_table_row .columns-row .columns-table .locked-columns,
.fundFinder .main_table_row .columns-row .columns-table .scrollable-columns {
  display: table-row;
  float: none;
}
/* fix to enable/disable sort icon*/
.fundFinder .main_table_row .sort-cell .bm-type_disabled {
  float: right;
  opacity: .4;
  padding-top: 4px;
}
.fundFinder .main_table_row .sort-cell .bm-type_disabled .ffIcon.im-arrow-asc {
  margin-bottom: 2px;
}
.fundFinder .main_table_row .sort-cell.asc span.arrow {
  right: 10px;
  top: 17px;
}
.fundFinder .main_table_row .sort-cell.desc span.arrow {
  right: 10px;
  top: 18px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
block - block contains all search results
*******************************/
.searchResult {
  position: absolute;
  width: 100%;
  z-index: 99999;
  background-color: white;
  display: none;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .searchResult {
    margin-top: 0x;
    background-color: #e9e9e9;
  }
}
@media (min-width: 1024px) {
  .searchResult {
    width: 137%;
    top: 35px;
  }
}
.searchResult__list {
  padding: 18px 0 0px 20px;
  list-style-type: none;
  display: table;
  width: 100%;
}
.searchResult.fundFinder_searchResult {
  top: 35px;
  right: 0;
  width: 535px;
}
.searchResult.fundFinder_searchResult a.fm-link_2 {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.searchResult.fundFinder_searchResult .fundItemList {
  top: 0px;
}
.searchResult.fundFinder_searchResult .fundItemList__fundItem {
  margin-bottom: 0;
}
/*******************************
block - block contains fund category list
*******************************/
.fundCategory {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 14px;
  color: #252525;
  list-style: none;
  line-height: 19px;
  padding: 8px 0;
}
.fundCategory__name {
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .fundCategory {
    padding: 0px;
    width: 100%;
    display: table-row;
  }
  .fundCategory__name {
    display: table-cell;
    width: 24%;
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .fundCategory__name span {
    display: block;
    margin-bottom: 15px;
  }
  .fundCategory__list {
    display: table-cell;
    width: 78%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*******************************
block - block contains See All Results link
*******************************/
.seeAllResult {
  width: 100%;
  height: 40px;
  background-color: #dfdfdf;
  margin-top: -3px;
  padding: 8px 0;
}
.seeAllResult__link {
  color: #365884;
  font-size: 16px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-left: 20px;
  position: relative;
  top: 2px;
}
/*******************************
block - block contains fund item list
*******************************/
.fundItemList {
  position: relative;
  right: 41px;
  margin-top: 5px;
  list-style: none;
}
@media (min-width: 768px) {
  .fundItemList {
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    padding-left: 0;
    margin-top: 10px;
  }
}
.fundItemList__fundItem {
  width: 100%;
}
@media (min-width: 768px) {
  .fundItemList__fundItem {
    width: 95%;
    margin-bottom: 6px;
  }
}
@media (min-width: 1024px) {
  .fundItemList__fundItem {
    width: 100%;
    line-height: 10px;
  }
}
.fundItemList__fundItem__detail {
  font-size: 16px;
  color: #345E88;
}
@media (min-width: 768px) {
  .fundItemList__fundItem__detail {
    display: inline;
  }
}
.fundItemList__fundItem__link {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #365884;
  /*color: #395882;*/
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .fundItemList__fundItem__link {
    font-size: 16px;
  }
}
.fundItemList__fundItem__link .bm_EMEA {
  display: inline-block;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
/*******************************
block - Fund Finder Search Box
*******************************/
.ff-searchBox {
  height: 35px;
  float: right;
  display: inline-block;
  margin: 0;
  margin-top: 0;
  border-bottom: 1px solid #C1C1C1;
  background-color: transparent;
  position: relative;
  transition: width 0.5s ease;
}
.ff-searchBox__input {
  outline: none;
  width: 93%;
  line-height: 20px;
  height: 20px;
  margin-top: 5px;
  position: absolute;
  background: transparent;
  border: none;
  font-size: 12px;
}
.ff-searchBox__icon {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 5px;
}
.ff-searchBox__icon_active {
  display: none;
}
.ff-searchBox__icon__cross {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 35px;
}
.ff-searchBox__Clicked .ff-searchBox__icon_active {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
}
.ff-searchBox__Clicked .ff-searchBox__icon {
  display: none;
}
.ff-searchBox__typed .ff-searchBox__input {
  font: 16px/16px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
}
.ff-searchBox .water-mark {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .ff-searchBox {
    bottom: 0;
    width: 43%;
    margin: 0;
    margin-right: 10px;
  }
  .ff-searchBox__input {
    width: 91%;
  }
  .ff-searchBox__Clicked .ff-searchBox__input {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .ff-searchBox {
    width: 33.3%;
    margin: 0;
    margin-right: 0px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer a {
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.hr-rule_footer {
  display: block;
  border-top: 1px solid #d0d0cf;
  margin-bottom: 20px;
  max-width: 1280px;
  margin-left: 3%;
  margin-right: 3%;
}
@media (min-width: 768px) {
  .hr-rule_footer {
    margin-bottom: 30px;
    margin-left: 4.6%;
    margin-right: 4.6%;
  }
}
@media (min-width: 1024px) {
  .hr-rule_footer {
    margin-bottom: 24px;
    max-width: 1280px;
    margin-left: 0;
    margin-right: 0;
  }
}
.gsFtr {
  clear: both;
  padding-top: 15px;
  padding-bottom: 50px;
  background-color: #f4f4f2;
}
.gsFtr__header {
  color: #ffffff;
  font-size: 13px;
  background-color: #456c96;
  padding: 16px 2%;
  margin: 0;
  cursor: pointer;
}
.gsFtr__txt ul.share {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 15px 25px 15px;
}
.gsFtr__txt ul.share li {
  list-style: none;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.gsFtr .disclaimer {
  padding: 0px 3% 25px;
}
@media (min-width: 768px) {
  .gsFtr .disclaimer {
    padding: 0px 4.6% 30px;
  }
}
@media (min-width: 1024px) {
  .gsFtr .disclaimer {
    padding: 0px 0% 30px;
  }
}
@media (min-width: 768px) {
  .gsFtr {
    padding-bottom: 40px;
  }
  .gsFtr__header {
    font-size: 14px;
    padding: 17px 1.2%;
  }
  .gsFtr__txt {
    padding: 10px 1.7%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .gsFtr {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .gsFtr__txt {
    padding: 14px 0 0 0;
    text-align: left;
  }
  .gsFtr__txt ul.share {
    width: 120px;
    height: 25px;
    float: right;
    border-top: 0;
    border-bottom: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .gsFtr__txt ul.share li {
    display: inline-block;
    list-style: none;
    height: 20px;
    width: 20px;
  }
}
/***********************************
*********NavLinks for footer********
***********************************/
.navFtr {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navFtr__itm {
  display: block;
  text-align: center;
  margin-bottom: 3px;
}
.navFtr__itm__link {
  color: #666666;
  font: 9px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.navFtr__itm.bm-type_deleteCookie {
  display: none;
}
.navFtr__itm.bm-type_copyright {
  margin-bottom: 0;
  margin-right: 0;
}
.navFtr__itm:nth-last-child(2) {
  margin-bottom: 30px;
}
.navFtr__itm:last-child {
  color: #666666;
  font: 9px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .navFtr {
    width: 60%;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
  }
  .navFtr__itm {
    margin-bottom: 32px;
    display: inline-block;
  }
  .navFtr__itm__link {
    font-size: 14px;
  }
  .navFtr__itm.bm-type_privacyLink,
  .navFtr__itm.bm-type_deleteCookie {
    margin-right: 5.3%;
  }
  .navFtr__itm:first-child {
    width: 100%;
  }
  .navFtr__itm:nth-last-child(2) {
    margin-bottom: 44px;
  }
  .navFtr__itm:last-child {
    font-size: 12px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .navFtr {
    width: 100%;
    text-align: initial;
    display: inline-block;
  }
  .navFtr__itm {
    margin-right: 3.7%;
    margin-bottom: 15px;
    text-align: initial;
    display: inline-block;
  }
  .navFtr__itm__link {
    font-size: 12px;
  }
  .navFtr__itm.bm-type_privacyLink,
  .navFtr__itm.bm-type_deleteCookie {
    margin-right: 3.7%;
  }
  .navFtr__itm.bm-type_copyright {
    margin-bottom: 15px;
  }
  .navFtr__itm:first-child {
    width: auto;
  }
  .navFtr__itm:nth-last-child(2) {
    margin-bottom: 27px;
  }
  .navFtr__itm:last-child {
    width: auto;
  }
}
/***********************************
**********Disclaimer Para**********
***********************************/
.disclaimer {
  padding: 0px 3% 30px;
}
.disclaimer__link {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
}
.disclaimer__viewBtn {
  border: none;
  color: #456c96;
  margin: 0 auto 20px;
  display: table;
  letter-spacing: 4px;
  text-align: center;
}
.disclaimer__viewBtn span {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 10px !important;
}
.disclaimer__viewBtn .icon {
  margin-left: 5px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .disclaimer {
    padding: 0 4.6% 30px;
  }
}
@media (min-width: 1024px) {
  .disclaimer {
    padding: 0 0% 30px;
  }
  .disclaimer__viewBtn {
    letter-spacing: 5px;
  }
  .disclaimer__viewBtn span {
    font-size: 11px !important;
  }
}
.footer__disclaimer {
  margin-top: 16px;
}
.discCont {
  border-bottom: 2px solid #f4f4f2;
  padding: 0 0;
  position: relative;
  font-size: 12px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 6px;
  color: #666;
}
.discCont.bm-borderBottom_none {
  border-bottom: none;
}
.discCont.footnote {
  line-height: 17px;
  overflow: hidden;
}
.discCont__overlay {
  background-color: #f4f4f2;
  bottom: 0;
  height: 5px;
  position: absolute;
  left: 0;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  opacity: 0.55;
}
@media (min-width: 768px) {
  .discCont {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .discCont.footnote {
    line-height: 16px;
  }
}
.contentArea .bm-colorType_2 {
  background-color: #fff;
}
.bm-bg_gray .bm-colorType_2,
.bgComp .bm-colorType_2 {
  background-color: #efefed;
}
.bm-bg_white .bm-colorType_2 {
  background-color: #fff;
}
.bm-bg_white .disclaimer__viewBtn {
  border-top: 1px solid #fff;
}
.bm-display_none {
  display: none;
}
object#myswf {
  position: absolute;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
CQ Specific Styles
*******************************/
.parbase.section {
  overflow: hidden;
  clear: both;
}
.herospacemain.section,
.herospaceside.section,
.largebrowsefunds.section,
.largefundcarousel.section,
.thelatest.section,
.quicklinks.section {
  overflow: hidden;
  clear: both;
}
#CQ .x-window * {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
#CQ .x-tree-node a {
  font-family: Tahoma, Arial, Verdana, sans-serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
}
#CQ .x-form-item label {
  word-wrap: break-word;
}
.cq-element-gssResultFilter {
  overflow: hidden;
  clear: both;
}
.invalid-path,
.invalid-path * {
  color: #fe0000 !important;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*Investment Ideas for ETF [START] */
.featuredIdeas {
  margin-top: 15px;
  float: left;
  padding: 20px 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .featuredIdeas {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 36px;
  }
}
.featuredIdeas.bm-tile_fullWidth {
  background-color: inherit;
  padding: 10px;
}
.featuredIdeas.bm-tile_fullWidth .fI__container {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .featuredIdeas.bm-tile_fullWidth {
    padding: 0px;
  }
}
.fI__heading {
  margin: 20px 10px 20px 0px;
}
.fI.bm-tile_fullWidth {
  min-width: 100%;
}
.fI__container {
  overflow-x: auto;
  min-height: 1%\9\0;
  /*Only works in IE9*/
}
@media (min-width: 768px) {
  .fI__container {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .fI {
    padding-right: 0px;
  }
  .fI.bm-col_2-sm .fiItem {
    width: 50%;
  }
}
.fiItem {
  display: table;
  float: left;
  width: 100%;
  background-color: #E6E4E1;
  border-bottom: 1px solid #fff;
}
.fiItem__img {
  display: table-cell;
  vertical-align: middle;
  width: 34%;
}
.fiItem__img.bm-img_none {
  overflow: hidden;
  cursor: default;
}
@media (min-width: 768px) {
  .fiItem__img {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .fiItem__img {
    width: 45%;
  }
}
.fiItem__link {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
  color: #343535;
  width: 66%;
  text-transform: uppercase;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fiItem__link {
    width: 51%;
  }
}
@media (min-width: 1024px) {
  .fiItem__link {
    width: 55%;
  }
}
.fiItem__desc {
  position: absolute;
  padding: 20px 20px 0 20px;
  color: #e3e3e2;
  line-height: 1;
  top: 0;
}
.fiItem.bm-img_none {
  background-color: #282928 !important;
}
@media (min-width: 768px) {
  .fiItem {
    border-bottom: none;
    border-right: 10px solid #EFEFED;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .fiItem {
    border-bottom: 1px solid #fff;
    border-right: 10px solid #fff;
    margin-bottom: 0px;
  }
}
/* Block type 2 where image is full width and text appear below image START*/
.bm-tile_fullWidth .fiItem {
  display: inline-block;
  border-right: 1px solid #F0EFEB;
  margin-bottom: 0px;
  width: 260px;
  background-color: #C9C9C4;
}
.bm-tile_fullWidth .fiItem__litBtn {
  margin-left: 5px;
}
.bm-tile_fullWidth .fiItem__img {
  display: inline-block;
  width: 100%;
}
.bm-tile_fullWidth .fiItem__link {
  display: inline-block;
  width: 100%;
  height: 67px;
  line-height: 57px;
}
@media (min-width: 1024px) {
  .bm-tile_fullWidth .fiItem__link {
    height: 80px;
    line-height: 70px;
  }
}
@media (min-width: 1024px) {
  .bm-tile_fullWidth .fiItem {
    border-right: 2px solid #F0EFEB;
  }
}
@media (min-width: 768px) {
  .bm-tile_fullWidth.bm-col_3-sm .fiItem {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .bm-tile_fullWidth.bm-col_4-md .fiItem {
    width: 25%;
  }
}
/* Bloc type 2 END */
/*Investment Ideas for ETF [END]*/

.title.bm-sectionTitle_bTop {
  border-top: 5px solid #c6c8c9;
  padding-top: 8px;
  margin: 0 0 25px;
}
@media print {
  .title {
    page-break-inside: avoid;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
HomePage Right Column - Background/Padding for Tablet/Desktop
(Merge with original definition)
*******************************/
.twoColumnHP__right {
  background-color: #e3e3e3;
}
@media (min-width: 768px) {
  .twoColumnHP__right {
    background-color: #efefed;
    padding: 4px 1.433% 30px;
  }
}
@media (min-width: 1024px) {
  .twoColumnHP {
    margin-bottom: 36px;
  }
  .twoColumnHP__right {
    background-color: #e3e3e3;
    padding: 0;
  }
}
/*************************************************
component - More Stories
*************************************************/
@media (min-width: 768px) {
  .contList {
    float: left;
    position: relative;
    background-color: #e3e3e3;
  }
  .contList__vr {
    width: 2px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .contList {
    background: initial;
    float: initial;
  }
  .contList__vr {
    display: none;
  }
}
/*******************************
block - section header (touch only)
*******************************/
.contListHeader {
  font-size: 20px;
  padding: 9px 8px 1px;
  margin: 10px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contListHeader {
    border-top: 4px solid #dfdfdf;
    margin: 0;
    padding-left: 0;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .contListHeader {
    display: none;
  }
}
/*******************************
block - container for the Main Story
*******************************/
.contListFeatured {
  background-color: #e3e3e3;
  padding-bottom: 10px;
}
.contListFeatured__image,
.contListFeatured img {
  height: auto;
  line-height: 18px;
  width: 100%;
}
.contListFeatured__eyebrowText {
  font: 11px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 10px 0;
  margin: 10px 0px 0px 0px;
  padding: 7px 3.128% 0;
  color: #333333;
}
.contListFeatured__title {
  margin: 10px 0;
  font-size: 16px;
  line-height: 18px;
  padding: 7px 3.128% 0;
  text-transform: uppercase;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333333;
}
.contListFeatured__title.bm-eyebrowText {
  padding: 0 3.128% 0;
  margin: 1px 0px 14px 0px;
}
.contListFeatured__text {
  line-height: 15px;
  padding: 4px 3.128% 0px;
  color: #333333;
}
@media (min-width: 768px) {
  .contListFeatured {
    float: left;
    width: 50%;
  }
  .contListFeatured__eyebrowText {
    padding: 10px 5.9% 0px;
  }
  .contListFeatured__title {
    margin: auto;
    font-size: 18px;
    line-height: 19px;
    padding: 16px 5.9% 10px;
  }
  .contListFeatured__title.bm-eyebrowText {
    padding: 0px 5.9% 10px;
  }
  .contListFeatured__text {
    line-height: 16px;
    padding: 1px 5.9% 0;
  }
}
@media (min-width: 1024px) {
  .contListFeatured {
    border-right: 0;
    float: left;
    width: 100%;
    padding-bottom: 6px;
  }
  .contListFeatured__image,
  .contListFeatured img {
    height: auto;
    width: 100%;
  }
  .contListFeatured__title {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 5.9% 0;
    margin: 14px 0;
  }
  .contListFeatured__title.bm-eyebrowText {
    padding: 0 5.9% 0;
  }
}
/*******************************
block - container for the Other Stories
*******************************/
.contListTiles {
  display: table;
  margin: 0;
  margin-top: 13px;
  padding: 0;
  background-color: #e3e3e3;
}
.contListTiles__item {
  border-top: 1px solid #ffffff;
  display: table;
  float: left;
  text-transform: uppercase;
  width: 100%;
}
.contListTiles__item__link {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.contListTiles__item__link.bm-link_right {
  width: 70%;
}
.contListTiles__item__desc {
  display: table-caption;
  caption-side: bottom;
}
.contListTiles__item__desc p {
  line-height: 15px;
  color: #333333;
  padding: 14px 3.128% 0px;
  text-transform: none;
  margin-bottom: 31px;
  font-size: 12px;
}
.contListTiles__image,
.contListTiles img {
  float: left;
  width: 100%;
  max-width: 100%;
}
.contListTiles__eyebrowText {
  font: 11px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 10px 0.53% 0 3.75%;
  color: #333333;
}
.contListTiles__title {
  color: #333333;
  margin: 0;
  padding: 0;
  line-height: 14px;
  padding: 10px 0.53% 10px 3.75%;
  vertical-align: middle;
  width: 100%;
}
.contListTiles__title.bm-eyebrowText {
  padding-top: 2px;
}
@media (min-width: 768px) {
  .contListTiles {
    float: right;
    margin-top: 0;
    width: 50%;
  }
  .contListTiles__eyebrowText {
    padding: 10px 2.85% 0;
  }
  .contListTiles__title {
    line-height: 16px;
    padding: 10px 2.85%;
    font-size: 14px;
  }
  .contListTiles__item {
    border: none;
    border-top: 2px solid #ffffff;
    height: 20%;
  }
  .contListTiles__item:first-child {
    border: 0;
  }
  .contListTiles__item__link {
    width: 35.5%;
  }
  .contListTiles__item__link.bm-link_right {
    width: 64.5%;
  }
  .contListTiles__item__desc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .contListTiles {
    border-top: 2px solid #ffffff;
    float: left;
    margin-top: 31px;
    width: 100%;
  }
  .contListTiles__eyebrowText {
    padding: 10px 10.5% 0;
  }
  .contListTiles__title {
    padding: 10px 10.5%;
  }
  .contListTiles__item {
    height: auto;
  }
  .contListTiles__item__link {
    width: 40.5%;
  }
  .contListTiles__item__link.bm-link_right {
    width: 59.5%;
  }
  .contListTiles__item__desc {
    display: table-caption;
    caption-side: bottom;
  }
  .contListTiles__item__desc p {
    line-height: 16px;
    padding: 15px 5.9% 0;
    text-transform: none;
    margin-bottom: 31px;
    font-size: 14px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*#CSS Carousel */
.heroCarousel {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .heroCarousel {
    margin-bottom: 93px;
  }
}
.heroCarousel .csslider {
  padding-bottom: 0px;
}
.heroCarousel .csslider &gt; ul {
  width: 100%;
  max-width: 100%;
  background-color: #f4f4f2;
}
.heroCarousel .csslider &gt; ul &gt; li {
  min-height: auto;
  padding: 0;
  height: auto;
}
.heroCarousel .csslider &gt; .navigation {
  bottom: 28px;
}
.heroCarousel .csslider &gt; .navigation label {
  margin-left: 10px;
}
.heroCarousel .csslider &gt; .arrows label {
  top: auto;
  bottom: 18px;
  width: 14px;
  height: 25px;
  background-image: url("../../clientlibs/gsam-style/common/img/sprites/sas_icons_ratina_small.png");
  background-repeat: no-repeat;
  background-position: -3px -1084px;
}
@media (min-width: 768px) {
  .heroCarousel .csslider &gt; .arrows label {
    top: 45%;
    width: 28px;
    height: 50px;
    background-position: -2px -1529px;
  }
}
.heroCarousel .csslider &gt; .arrows label:before {
  content: "NEXT";
  display: none;
}
.heroCarousel .csslider &gt; input:nth-of-type(1):checked ~ .arrows &gt; label:nth-of-type(2),
.heroCarousel .csslider &gt; input:nth-of-type(2):checked ~ .arrows &gt; label:nth-of-type(3),
.heroCarousel .csslider &gt; input:nth-of-type(3):checked ~ .arrows &gt; label:nth-of-type(4),
.heroCarousel .csslider &gt; input:nth-of-type(4):checked ~ .arrows &gt; label:nth-of-type(5),
.heroCarousel .csslider &gt; input:nth-of-type(5):checked ~ .arrows &gt; label:nth-of-type(6) {
  right: 52px;
}
.heroCarousel .csslider &gt; input:nth-of-type(1):checked ~ .arrows &gt; label:nth-of-type(0),
.heroCarousel .csslider &gt; input:nth-of-type(2):checked ~ .arrows &gt; label:nth-of-type(1),
.heroCarousel .csslider &gt; input:nth-of-type(3):checked ~ .arrows &gt; label:nth-of-type(2),
.heroCarousel .csslider &gt; input:nth-of-type(4):checked ~ .arrows &gt; label:nth-of-type(3),
.heroCarousel .csslider &gt; input:nth-of-type(5):checked ~ .arrows &gt; label:nth-of-type(4),
.heroCarousel .csslider &gt; input:nth-of-type(6):checked ~ .arrows &gt; label:nth-of-type(5),
.heroCarousel .csslider &gt; input:nth-of-type(7):checked ~ .arrows &gt; label:nth-of-type(6) {
  left: 46px;
  background-position: -3px -1226px;
}
@media (min-width: 768px) {
  .heroCarousel .csslider &gt; input:nth-of-type(1):checked ~ .arrows &gt; label:nth-of-type(0),
  .heroCarousel .csslider &gt; input:nth-of-type(2):checked ~ .arrows &gt; label:nth-of-type(1),
  .heroCarousel .csslider &gt; input:nth-of-type(3):checked ~ .arrows &gt; label:nth-of-type(2),
  .heroCarousel .csslider &gt; input:nth-of-type(4):checked ~ .arrows &gt; label:nth-of-type(3),
  .heroCarousel .csslider &gt; input:nth-of-type(5):checked ~ .arrows &gt; label:nth-of-type(4),
  .heroCarousel .csslider &gt; input:nth-of-type(6):checked ~ .arrows &gt; label:nth-of-type(5),
  .heroCarousel .csslider &gt; input:nth-of-type(7):checked ~ .arrows &gt; label:nth-of-type(6) {
    background-position: -2px -1478px;
  }
}
.heroCarousel .csslider &gt; input:nth-of-type(1):checked ~ .arrows &gt; label:nth-of-type(0):before,
.heroCarousel .csslider &gt; input:nth-of-type(2):checked ~ .arrows &gt; label:nth-of-type(1):before,
.heroCarousel .csslider &gt; input:nth-of-type(3):checked ~ .arrows &gt; label:nth-of-type(2):before,
.heroCarousel .csslider &gt; input:nth-of-type(4):checked ~ .arrows &gt; label:nth-of-type(3):before,
.heroCarousel .csslider &gt; input:nth-of-type(5):checked ~ .arrows &gt; label:nth-of-type(4):before,
.heroCarousel .csslider &gt; input:nth-of-type(6):checked ~ .arrows &gt; label:nth-of-type(5):before,
.heroCarousel .csslider &gt; input:nth-of-type(7):checked ~ .arrows &gt; label:nth-of-type(6):before {
  content: "PREV";
  display: none;
}
.heroCarousel .csslider &gt; input:first-child:checked ~ .arrows &gt; label:nth-of-type(1) {
  left: 46px;
  display: block;
  cursor: default;
  opacity: .5;
  background-position: -3px -1226px;
}
@media (min-width: 768px) {
  .heroCarousel .csslider &gt; input:first-child:checked ~ .arrows &gt; label:nth-of-type(1) {
    background-position: -2px -1478px;
  }
}
.heroCarousel .csslider &gt; input:first-child:checked ~ .arrows &gt; label:nth-of-type(1):before {
  content: "PREV";
  display: none;
}
.heroCarousel .csslider &gt; input:last-of-type:checked ~ .arrows &gt; label:last-of-type {
  right: 52px;
  display: block;
  cursor: default;
  opacity: .5;
  background-position: -3px -1084px;
}
@media (min-width: 768px) {
  .heroCarousel .csslider &gt; input:last-of-type:checked ~ .arrows &gt; label:last-of-type {
    background-position: -2px -1529px;
  }
}
.heroCarousel .csslider &gt; input:last-of-type:checked ~ .arrows &gt; label:last-of-type:before {
  content: "NEXT";
  display: none;
}
.heroCarousel .csslider &gt; input:checked ~ .navigation label:after {
  background: #fff;
}
.heroCarousel .bgComp {
  height: 100%;
}
.heroCarousel .bgComp .bgCont {
  z-index: 0;
}
.heroCarousel .bgComp .bgCont__image {
  height: 100%;
}
.heroCarousel .bgComp .marquee {
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .heroCarousel .bgComp .marquee {
    padding: 45px 80px 58px 80px;
  }
}
@media (min-width: 1024px) {
  .heroCarousel .bgComp .marquee {
    padding: 45px 46px 58px 80px;
  }
}
@media (min-width: 1200px) {
  .heroCarousel .bgComp .marquee {
    padding: 45px 46px 58px 60px;
  }
}
.heroCarousel .bgComp .marquee__title.bm-type_heroArticle {
  font-size: 34px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .heroCarousel .bgComp .marquee__title.bm-type_heroArticle {
    font-size: 45px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1024px) {
  .heroCarousel .bgComp .marquee__title.bm-type_heroArticle {
    width: 78%;
  }
}
@media (min-width: 768px) {
  .heroCarousel .bgComp .marquee__desc.bm-type_heroArticle {
    display: none;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .heroCarousel .bgComp .marquee__desc.bm-type_heroArticle {
    width: 78%;
    display: block;
    margin-bottom: 20px;
  }
}
.heroCarousel .bgComp .marquee__subtitle.bm-type_heroArticle {
  color: white;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 22px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .heroCarousel .bgComp .marquee__subtitle.bm-type_heroArticle {
    font-size: 28px;
  }
}
.heroCarousel .bgComp .marquee__pagetype.bm-type_heroArticle {
  color: white;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  margin-bottom: 16px;
}
.heroCarousel .bgComp .marquee__disclaimer.bm-type_heroArticle {
  color: white;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .heroCarousel .bgComp .marquee__disclaimer.bm-type_heroArticle {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.heroCarousel .bgComp .marquee__actions.bm-type_Article {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .heroCarousel .bgComp .marquee__actions.bm-type_Article {
    position: inherit;
    text-align: center;
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .heroCarousel .bgComp .marquee__actions.bm-type_Article {
    position: absolute;
    top: 45px;
  }
}

/*******************************
LinkList
*******************************/
/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lL {
  margin: 18px 0px 20px;
  overflow: hidden;
}
.lL__col {
  width: 100%;
}
@media (min-width: 768px) {
  .lL__col {
    float: left;
    margin-bottom: 10px;
  }
}
.lL.bm-margin_dif {
  margin: 30px 0 14px 0;
}
.lL.bm-margin_top0 {
  margin-top: 0;
}
.lL.bm-marginBtm_dif {
  margin-bottom: 10px;
}
.bm-col_2-xs .lL__col {
  width: 50%;
}
.bm-col_3-xs .lL__col {
  width: 33%;
}
@media (min-width: 768px) {
  .bm-col_2-sm .lL__col {
    width: 50%;
    padding-right: 35px;
  }
  .bm-col_3-sm .lL__col {
    width: 33%;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .bm-col_2-md .lL__col {
    width: 50%;
  }
  .bm-col_3-md .lL__col {
    width: 33%;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.singleColumn {
  margin-top: -13px;
}
@media (min-width: 768px) {
  .singleColumn {
    margin-top: -10px;
  }
}
@media (min-width: 1024px) {
  .singleColumn {
    margin-top: -20px;
  }
}
.fundFinder .featuredIdeas {
  float: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 13px;
  clear: both;
}
@media (min-width: 768px) {
  .fundFinder .featuredIdeas {
    margin-top: 26px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .featuredIdeas {
    margin-bottom: 80px;
  }
}
.fundFinder .lL {
  margin: 13px 10px 23px;
}
@media (min-width: 1024px) {
  .fundFinder .lL {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  html {
    overflow: visible;
  }
}
body.design-fundfinder {
  zoom: reset;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pageTitleBox {
  padding-bottom: 25px;
}
.pageTitleBox__container {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .pageTitleBox__container {
    width: 100%;
    display: table;
  }
}
.pageTitleBox__title {
  max-width: 90%;
  float: left;
}
@media screen and (min-width: 1024px) {
  .pageTitleBox__title {
    float: none;
    padding-right: 20px;
    display: table-cell;
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .pageTitleBox {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .pageTitleBox {
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .utilsBox .utils:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .utilsBox .utils:last-child .extraOptions:last-child {
    padding-right: 0;
  }
}
.mediumCustomHeading {
  margin: 8px 10px 11px;
}
@media (min-width: 768px) {
  .mediumCustomHeading {
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  .mediumCustomHeading {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header.bm-type_white {
  display: block;
}
@media (min-width: 1024px) {
  header.bm-type_white {
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    background-color: white;
    border-bottom: none;
    height: auto;
  }
  header.bm-type_white.bm-state_expanded {
    position: relative;
    z-index: 100001;
  }
  header.bm-type_white.bm-mode_expanded {
    position: relative;
    z-index: 100001;
  }
}
@media (min-width: 1024px) {
  .gatewayContainer {
    display: block;
    width: auto;
    font-size: 0;
    vertical-align: top;
    float: left;
  }
}
@media (min-width: 1024px) {
  .gatewayDropdown {
    padding: 14px 0;
    display: inline-block;
    line-height: 20px;
    font-size: 0;
    margin-right: 28px;
    vertical-align: middle;
    cursor: pointer;
  }
  .gatewayDropdown__text {
    font: bold 12px/16px 'Basis Grotesque', sans-serif;
    color: #50515e;
    display: inline-block;
    margin-right: 8px;
  }
  .gatewayDropdown__text:first-child:after {
    content: " . ";
  }
  .gatewayDropdown * {
    vertical-align: middle;
  }
}
.notificationTab {
  background-color: #7399c3;
  color: #fff;
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
  vertical-align: top;
  line-height: 48px;
  padding: 0 14px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .header2 {
    border-bottom: 1px solid #ebebeb;
    height: 48px;
  }
  .header2 .caret-icon-transition {
    transform: rotate(0deg);
    transition: transform .3s;
  }
  .header2 .caret-icon-transition.rotate-180 {
    transform: rotate(-180deg);
  }
}
@media (min-width: 1024px) {
  .header2 .cartBtn.bm-header_content,
  .header2 .loginBtn.bm-header_content {
    color: #333333;
    padding-right: 0;
    margin-left: 0;
  }
  .header2 .cartBtn__txt,
  .header2 .loginBtn__txt {
    color: #50515e;
    font: bold 12px/16px 'Basis Grotesque', sans-serif;
  }
}
@media (min-width: 1024px) {
  .header2 .cartBtn__txt {
    vertical-align: initial;
  }
}
@media (min-width: 1024px) {
  .header2 .loginBtn__txt {
    text-transform: none;
    color: #50515e;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {
  .header2 .cartCont {
    display: inline-block;
    padding: 14px 0 0;
    float: right;
    margin-left: 14px;
  }
}
.header2 .loginCont {
  display: inline-block;
  vertical-align: middle;
  line-height: 47px;
}
@media (min-width: 1024px) {
  .header2 .loginSuperCont {
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding-top: 13px;
    height: 48px;
    margin-left: 14px;
  }
}
.gatewayPanel {
  position: fixed;
  left: 100%;
  top: 62px;
  z-index: 100001;
  height: 100%;
  overflow: auto;
  width: 100%;
  padding-bottom: 55px;
  -webkit-overflow-scrolling: touch;
  background-color: white;
}
.gatewayPanel__container {
  padding: 0 28px;
}
@media (min-width: 768px) {
  .gatewayPanel {
    width: 43.61%;
    left: auto;
    right: -43.61%;
    top: 104px;
  }
  .gatewayPanel__superCont {
    height: inherit;
  }
  .gatewayPanel__container {
    position: relative;
    height: inherit;
  }
}
@media (min-width: 1024px) {
  .gatewayPanel {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: visible;
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
  }
  .gatewayPanel__container {
    position: static;
    font-size: 0;
    padding: 32px 0 38px;
    margin-left: 0;
    width: 100%;
  }
  .gatewayPanel__container--clear-float::after {
    clear: both;
    content: "";
    display: table;
  }
  .gatewayPanel__superCont {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding: 0 40px;
  }
}
.languageSelector {
  display: inline-block;
  vertical-align: middle;
}
.languageSelector__item {
  font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-right: 18px;
  color: #85ABD1;
  display: inline-block;
  letter-spacing: 1px;
}
.languageSelector__item.bm-type_selected {
  color: #203953;
}
@media (min-width: 1024px) {
  .languageSelector__item {
    font-size: 13px;
    margin-right: 8px;
    letter-spacing: 0.1px;
  }
}
.roleSelector,
.gatewayExternalLinks,
.countryDropdown {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .roleSelector,
  .gatewayExternalLinks,
  .countryDropdown {
    display: inline-block;
    vertical-align: top;
  }
  .roleSelector__label,
  .gatewayExternalLinks__label,
  .countryDropdown__label {
    font: bold 16px/24px 'Basis Grotesque', sans-serif;
    color: #22263f;
  }
  .roleSelector ul,
  .gatewayExternalLinks ul,
  .countryDropdown ul {
    list-style-type: none;
  }
  .roleSelector a,
  .gatewayExternalLinks a,
  .countryDropdown a {
    color: #333333;
  }
}
.roleSelector {
  width: 100%;
  position: relative;
}
.roleSelector__label {
  display: block;
  padding: 28px 0;
  color: #474747;
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  letter-spacing: 0.005em;
}
.roleSelector__list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.roleSelector__leftIndicator {
  height: 57%;
  left: 20px;
  position: absolute;
  top: 7px;
  width: 6px;
  background-color: #125687;
}
.roleSelector .back-btn {
  font: 16px/24px 'Basis Grotesque', sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #2178c4;
  padding-top: 20px;
}
.roleSelector .back-btn &gt; span:not(i) {
  text-transform: lowercase;
  display: inline-block;
}
.roleSelector .back-btn &gt; span:not(i)::first-letter {
  text-transform: uppercase !important;
}
.roleSelector .back-btn i {
  margin-right: 10px;
}
.roleSelector .back-btn i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  .roleSelector {
    width: 31%;
    margin-top: 0;
    max-width: 291px;
  }
  .roleSelector .back-btn {
    display: none;
  }
  .roleSelector__label {
    font: bold 16px/24px 'Basis Grotesque', sans-serif;
    color: #22263f;
    margin-bottom: 2px;
    display: inline-block;
    padding: 0;
    letter-spacing: 0.005em;
    border-bottom: none;
  }
  .roleSelector__list {
    padding: 0;
    padding-top: 35px;
  }
  .roleSelector__leftIndicator {
    display: none;
  }
}
.roleSelectorItem {
  cursor: pointer;
  background-color: transparent;
  color: #0D1826;
  height: auto;
  padding: 16px 30px;
  margin-top: 0;
  margin-bottom: 20px;
  font: 16px/24px 'Basis Grotesque', sans-serif;
  border-radius: 2px;
  border: 1px solid #0D1826;
  width: 100%;
  text-align: center;
}
.roleSelectorItem:last-child {
  margin-bottom: 0;
}
.roleSelectorItem.bm-type_noService {
  padding-left: 29px;
  padding-right: 20px;
  cursor: default;
}
.roleSelectorItem.bm-type_selected {
  position: relative;
  background-color: #0D1826;
  color: #fff;
  cursor: default;
}
.roleSelectorItem.bm-type_selected .roleSelectorItem__visualCue {
  display: none;
  width: 3px;
  height: 22px;
  position: absolute;
  top: 14px;
  left: 29px;
  background-color: #234e82;
}
@media (min-width: 1024px) {
  .roleSelectorItem {
    width: fit-content;
  }
  .roleSelectorItem.bm-type_noService {
    padding-left: 9px;
  }
  .roleSelectorItem.bm-type_selected .roleSelectorItem__visualCue {
    top: 18px;
    left: 12px;
  }
}
.gatewayExternalLinks__list {
  list-style-type: none;
  padding: 0;
}
.gatewayExternalLinks__listItem {
  display: block;
  position: relative;
}
.gatewayExternalLinks__listItem a {
  padding-top: 12px;
  display: block;
  font: 16px/24px 'Basis Grotesque', sans-serif;
  color: #186ade;
}
.gatewayExternalLinks__listItem a i {
  margin-left: 10px;
}
.gatewayExternalLinks__listItem a i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.countryDropdown {
  padding: 36px 0;
}
.countryDropdown__cont.bm-state_open {
  position: relative;
  width: 100%;
}
.countryDropdown__label {
  display: block;
  border-top: 1px solid #E6ECF3;
  width: 100%;
  padding: 25px 0;
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  color: #22263f;
  letter-spacing: 0.005em;
}
.countryDropdown__list {
  list-style-type: none;
  padding: 0;
  position: absolute;
  bottom: 61px;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background-color: #fff;
  margin: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0px -2px 5px 0 #efefed;
  border: 1px solid #2178c4;
  border-radius: 2px 2px 0 0;
  border-bottom: 0;
}
.countryDropdown__list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.countryDropdown__list::-webkit-scrollbar-thumb {
  height: 70px;
  border-radius: 5px;
  background-color: #d1d1d1;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.countryDropdown__listItem a,
.countryDropdown__val a {
  font: 18px/28px 'Basis Grotesque', sans-serif;
  display: block;
  color: #676879;
  padding: 13px 17px;
}
.countryDropdown__listItem a .icon.bm-type_arrow,
.countryDropdown__val a .icon.bm-type_arrow {
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countryDropdown__val {
  background-color: #fff;
  border: 1px solid #AEB6BE;
  border-radius: 2px;
}
.countryDropdown__val.bm-state_open {
  border: 1px solid #2178c4;
  border-top: 0;
  border-radius: 0 0 2px 2px;
}
.countryDropdown__val a {
  padding-top: 18px;
}
.countryDropdown__val a:focus {
  outline: none !important;
}
.countryDropdown__listItem.bm-type_selected a {
  background-color: #F2f5f9;
}
.countryDropdown__listItem a:hover {
  background-color: #F2F5F9;
}
.countryDropdown__ctryName {
  display: inline-block;
  max-width: 200px;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .countryDropdown {
    padding: 0;
    max-width: 382px;
    background-color: #fff;
    position: relative;
    bottom: 0;
    margin-right: 116px;
    float: right;
  }
  .countryDropdown__superCont {
    width: 382px;
    min-height: 56px;
    padding-bottom: 0;
    margin: 35px 0 19px;
  }
  .countryDropdown__superCont.bm-state_open {
    position: relative;
    z-index: 1;
  }
  .countryDropdown__cont.bm-state_open {
    position: absolute;
  }
  .countryDropdown__label {
    border: none;
    padding: 0;
  }
  .countryDropdown__list {
    position: static;
    max-height: 300px;
    width: 100%;
    border: 1px solid #2178c4;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    box-shadow: 0px 1px 2px 0 #efefed;
  }
  .countryDropdown__listItem a,
  .countryDropdown__val a {
    padding: 13px 17px 11px;
  }
  .countryDropdown__listItem a .icon.bm-type_arrow,
  .countryDropdown__val a .icon.bm-type_arrow {
    top: 28px;
    right: 14px;
  }
  .countryDropdown__val {
    width: auto;
    margin: 0;
    box-shadow: 0px 1px 3px 2px transparent;
  }
  .countryDropdown__val.bm-state_open {
    border: 1px solid #2178c4;
    box-shadow: 0px 1px 3px 2px #efefed;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
  }
  .countryDropdown__ctryName {
    max-width: 160px;
  }
}
.rememberSelection {
  bottom: 16px;
  right: 20px;
  font-size: 11px;
  width: auto;
  letter-spacing: 0.1px;
  padding: 22px 0 24px;
}
.rememberSelection .icon {
  position: relative;
  top: 2px;
}
@media (min-width: 1024px) {
  .rememberSelection {
    display: block;
    width: auto;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
    color: #666666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 24px;
    position: static;
    padding: 0;
  }
  .rememberSelection .icon {
    margin-right: 5px;
    vertical-align: bottom;
    position: static;
  }
}
.flagImg {
  width: 18px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 4px;
  vertical-align: middle;
}
.flagImg.bm-marginRt_large {
  margin-right: 12px;
}
@media (min-width: 768px) {
  .flagImg {
    margin-right: 8px;
  }
}
a.blueLink {
  font: 16px/24px 'Goldman Sans';
  color: #186ade;
}
a.blueLink i {
  margin-left: 10px;
}
a.blueLink i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.internalToggle {
  padding: 8px 0 4px 0;
  line-height: 15px;
}
.internalToggle .intVeiwLbl {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 12px;
  margin: -12px 10px 0px 0;
  position: relative;
  top: -3px;
}
@media (min-width: 1024px) {
  .internalToggle .intVeiwLbl {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .internalToggle {
    padding: 12px 0px 10px 0;
  }
}
@media (min-width: 1024px) {
  .internalToggle {
    display: inline-block;
    top: 9px;
    position: relative;
    padding: 0px;
  }
}
.toggleSwitch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 18px;
}
.toggleSwitch input {
  display: none;
}
.toggleSwitch input:checked + .slider {
  background-color: #7399c6;
}
.toggleSwitch input:focus + .slider {
  box-shadow: 0 0 2px #7399c6;
}
.toggleSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e1e1e1;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggleSwitch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggleSwitch .slider.round {
  border-radius: 10px;
}
.toggleSwitch .slider.round:before {
  border-radius: 50%;
}
.toggleSwitch input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.accountAccess {
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding-top: 14px;
  height: 48px;
  margin-left: 14px;
}
.accountAccess__btn {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333333;
  text-transform: none;
  font-size: 13px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
Component - Login(Logged Out View)
*******************************/
.bm-type_white .loginContainer {
  color: #000000;
  font-family: 'Basis Grotesque', sans-serif;
  background: #ffffff;
  z-index: 100001;
  width: 100%;
  position: fixed;
  top: 62px;
  bottom: 0px;
  min-height: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 32px 0px;
  left: 100%;
}
.bm-type_white .loginContainer.announcement-container-max-height {
  top: calc(127px);
}
.bm-type_white .loginContainer.announcement-container-min-height {
  top: calc(106px);
}
.bm-type_white .loginContainer span.gNavListArowIcon {
  position: relative;
  display: block;
  padding: 20px 28px 26px;
  width: 100%;
  height: 100%;
}
.bm-type_white .loginContainer span.gNavListArowIcon .back-btn {
  font: 16px/24px 'Goldman Sans';
  display: inline-block;
  vertical-align: middle;
  color: #186ade;
}
.bm-type_white .loginContainer span.gNavListArowIcon .back-btn &gt; span:not(i) {
  text-transform: lowercase;
  display: inline-block;
}
.bm-type_white .loginContainer span.gNavListArowIcon .back-btn &gt; span:not(i)::first-letter {
  text-transform: uppercase !important;
}
.bm-type_white .loginContainer span.gNavListArowIcon .back-btn i {
  margin-right: 10px;
}
.bm-type_white .loginContainer span.gNavListArowIcon .back-btn i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bm-type_white .loginContainer .hr-line {
  margin: 3px 0 20px 0;
  border-top: 1px solid #ebebeb;
}
.bm-type_white .loginContainer__backToParent,
.bm-type_white .loginContainer__backToLogin {
  cursor: pointer;
}
.bm-type_white .loginContainer__heading {
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  margin: 0;
  display: block;
  padding: 0 0 8px;
  letter-spacing: 0.005em;
  color: #22263f;
  text-transform: lowercase;
}
.bm-type_white .loginContainer__heading::first-letter {
  text-transform: capitalize;
}
.bm-type_white .loginContainer__closeBtn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18px;
  right: 7%;
}
.bm-type_white .loginContainer form,
.bm-type_white .loginContainer .form,
.bm-type_white .loginContainer .login-form-holder {
  padding: 0 28px 0;
}
.bm-type_white .loginContainer form .blackPopup__heading,
.bm-type_white .loginContainer .form .blackPopup__heading,
.bm-type_white .loginContainer .login-form-holder .blackPopup__heading {
  padding-bottom: 29px;
}
.bm-type_white .loginContainer .field.text {
  position: relative;
}
.bm-type_white .loginContainer .field.text input {
  color: #676879;
  background: none;
  width: 100%;
  height: 56px;
  padding: 20px 17px 8px;
  font: 18px/28px 'Basis Grotesque', sans-serif;
  margin-bottom: 0px;
  border: 1px solid #aeb6be;
  border-radius: 4px;
}
.bm-type_white .loginContainer .field.text input:not(.form-field__input) {
  padding: 14px 17px;
}
.bm-type_white .loginContainer .field.text input:focus {
  border: none;
  border-radius: 0;
}
.bm-type_white .loginContainer .field.text input.bm-font_normal {
  font-family: 'Basis Grotesque', sans-serif;
}
.bm-type_white .loginContainer .field.text input[type="password"].inputError {
  border-bottom: 2px solid #fe0000;
}
.bm-type_white .loginContainer .field.text input.inputError {
  border-bottom: 2px solid #fe0000;
}
.bm-type_white .loginContainer .field.checkbox {
  margin-bottom: 0;
  margin-top: 21px;
  padding-top: 0;
  display: block;
}
.bm-type_white .loginContainer .field.checkbox [type="checkbox"],
.bm-type_white .loginContainer .field.checkbox label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
}
.bm-type_white .loginContainer .field.checkbox [type="checkbox"] {
  width: 20px;
  height: 20px;
}
.bm-type_white .loginContainer .chkRememberMe {
  display: inline-block;
  vertical-align: middle;
  height: 17px;
}
.bm-type_white .loginContainer .checkbox__text {
  font: 11px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
  padding: 2px 0 0 2px;
  vertical-align: middle;
  margin-left: 2px;
}
.bm-type_white .loginContainer .forgotPswd {
  font: 11px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  text-align: right;
  width: 45%;
}
.bm-type_white .loginContainer .buttonHolder {
  padding-top: 23px;
}
.bm-type_white .loginContainer .buttonHolder__text {
  background-color: #0d1826;
  color: #ffffff;
  display: inline-block;
  font: 16px/24px 'Goldman Sans';
  height: auto;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .bm-type_white .loginContainer .buttonHolder__text {
    padding: 16px 30px;
  }
}
.bm-type_white .loginContainer .buttonHolder a &gt; span &gt; span &gt; span {
  height: auto;
  padding: 10px 20px;
  margin-top: 0;
  font: 16px/24px 'Goldman Sans';
  border-radius: 2px;
  width: 100%;
  text-align: center;
  text-transform: lowercase;
}
.bm-type_white .loginContainer .buttonHolder a &gt; span &gt; span &gt; span::first-line {
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .bm-type_white .loginContainer .buttonHolder a &gt; span &gt; span &gt; span {
    padding: 16px 30px;
  }
}
.bm-type_white .loginContainer .loginLinksParent {
  padding: 31px 28px 0;
}
.bm-type_white .loginContainer .loginContainerLinks {
  border-top: 1px solid #e6ecf3;
}
.bm-type_white .loginContainer .loginContainerLinks__heading {
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  padding: 31px 0 22px;
  letter-spacing: 0.005em;
  margin: 0;
}
.bm-type_white .loginContainer .loginContainerLinks__list {
  padding: 0;
  margin: 0;
}
.bm-type_white .loginContainer .loginContainerLinks__listItem {
  display: block;
}
.bm-type_white .loginContainer .loginContainerLinks__listItem a {
  display: block;
  color: #186ade;
  position: relative;
  padding-bottom: 8px;
}
.bm-type_white .loginContainer .loginContainerLinks__listItem a span.text {
  display: inline-block;
  width: 100%;
  font: 16px/24px 'Goldman Sans';
}
.bm-type_white .loginContainer .loginContainerLinks__listItem a span.text i {
  margin-left: 10px;
}
.bm-type_white .loginContainer .loginContainerLinks__listItem a span.text i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bm-type_white .loginContainer .loginContainerLinks__listItem:last-child &gt; a {
  border: none;
}
.bm-type_white .loginContainer .loginContainerLinks .seeMore__text {
  font: 16px/24px 'Goldman Sans';
  color: #186ade;
}
.bm-type_white .loginContainer__note {
  padding: 23px 28px 31px;
  margin: 0;
  width: auto;
}
.bm-type_white .loginContainer__note .blackPopup__heading {
  color: #22263f;
  font: 16px/24px 'Basis Grotesque', sans-serif;
}
.bm-type_white .loginContainer .quickAccess,
.bm-type_white .loginContainer .registration {
  padding: 0 28px;
  color: #676879;
  font: 16px/24px 'Basis Grotesque', sans-serif;
}
.bm-type_white .loginContainer .quickAccess .loginContainer__submitBtn,
.bm-type_white .loginContainer .registration .loginContainer__submitBtn {
  height: auto;
  font: 16px/24px 'Basis Grotesque', sans-serif;
  color: #fff;
  margin-top: 34px;
  cursor: pointer;
  border-radius: 4px;
  text-transform: none;
}
.bm-type_white .loginContainer .quickAccess__heading {
  margin-top: 0;
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  color: #22263f;
}
.bm-type_white .loginContainer .registration__heading {
  font: 13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-top: 0;
  color: #000;
}
.bm-type_white .loginContainer .blackPopup__checkBoxContent {
  padding: 0 28px;
  color: #676879;
  font: 16px/24px 'Basis Grotesque', sans-serif;
}
.bm-type_white .loginContainer .separator .link {
  color: #428bca;
  font: 11px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  text-transform: none;
}
@media (width: 768px) {
  .bm-type_white .loginContainer.announcement-container-max-height {
    top: calc(127px) !important;
  }
  .bm-type_white .loginContainer.announcement-container-min-height {
    top: calc(106px) !important;
  }
}
@media (min-width: 768px) {
  .bm-type_white .loginContainer {
    top: 104px;
    width: 43.61%;
    left: auto;
    right: -40%;
  }
  .bm-type_white .loginContainer.announcement-container-max-height,
  .bm-type_white .loginContainer.announcement-container-min-height {
    top: calc(106px);
  }
  .bm-type_white .loginContainer .loginContainer {
    min-height: 480px;
  }
  .bm-type_white .loginContainer .buttonHolder {
    width: 110px;
  }
  .bm-type_white .loginContainer .loginLinksParent .loginContainerLinks__listItem a span.text i {
    margin-left: 5px;
  }
  .bm-type_white .loginContainer .loginLinksParent .loginContainerLinks__listItem a span.text i.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bm-type_white .loginContainer .loginContainer__submitBtn {
    width: 160px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .bm-type_white .loginContainer {
    position: absolute;
    top: 47px;
    bottom: auto;
    width: 460px;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #efefef;
    height: auto;
  }
  .bm-type_white .loginContainer.announcement-container-max-height,
  .bm-type_white .loginContainer.announcement-container-min-height {
    top: 47px;
  }
  .bm-type_white .loginContainer .loginLinksParent .loginContainerLinks__listItem a span.text i {
    margin-left: 5px;
  }
  .bm-type_white .loginContainer .loginLinksParent .loginContainerLinks__listItem a span.text i.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.userDetails {
  z-index: 1000001;
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  top: 62px;
  bottom: 0px;
  padding: 4px 0px 62px 0px;
  left: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.userDetails.announcement-container-max-height {
  top: calc(159px) !important;
}
.userDetails.announcement-container-min-height {
  top: calc(138px) !important;
}
.userDetails__heading {
  color: #000000;
  padding: 0 0px 2px 22px;
  border-bottom: 1px solid #efefef;
}
.userDetails__heading a {
  color: #000;
  display: table-cell;
  vertical-align: middle;
  font: bold 16px/24px 'Basis Grotesque', sans-serif;
  letter-spacing: 0.005em;
  padding-left: 15px;
}
.userDetails .gNavItemList {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 18px;
}
.userDetails .gNavItemList__item {
  display: block;
}
.userDetails .gNavItemList__item a {
  display: block;
  border-bottom: 1px solid #efefed;
  color: #676767;
  font: 14px/28px 'Basis Grotesque', sans-serif;
  padding: 12px 14px;
}
.userDetails__signOut {
  display: block;
  font: bold 14px/28px 'Goldman Sans';
  color: #186ade;
  border-bottom: 1px solid #efefef;
  padding: 0 0 18px 23px;
  margin: 0 20px;
}
@media (width: 768px) {
  .userDetails.announcement-container-max-height {
    top: calc(159px) !important;
  }
  .userDetails.announcement-container-min-height {
    top: calc(138px) !important;
  }
}
@media (min-width: 769px) {
  .userDetails.announcement-container-max-height,
  .userDetails.announcement-container-min-height {
    top: calc(138px) !important;
  }
}
@media (min-width: 768px) {
  .userDetails {
    top: 104px;
    width: 43.61%;
    left: auto;
    right: -40%;
    padding-bottom: 104px;
  }
  .userDetails__heading {
    padding: 0 0 2px 34px;
  }
  .userDetails .gNavItemList {
    width: 79%;
    margin-left: 32px;
    padding: 0;
  }
  .userDetails__signOut {
    margin: 0 36px 0 32px;
  }
}
@media (min-width: 1024px) {
  .userDetails {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    top: 47px;
    width: 443px;
    padding: 43px 35px 30px 35px;
    overflow: hidden;
    border: 1px solid #efefef;
    left: auto;
    right: auto;
    height: auto;
    bottom: auto;
  }
  .userDetails.announcement-container-max-height,
  .userDetails.announcement-container-min-height {
    top: 47px !important;
  }
  .userDetails__heading {
    color: #000000;
    padding-bottom: 20px;
    border-bottom: none;
    padding-left: 0;
  }
  .userDetails .gNavItemList {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .userDetails .gNavItemList__item {
    display: block;
    line-height: 47px;
  }
  .userDetails .gNavItemList__item a {
    display: block;
    border-bottom: 1px solid #efefed;
    color: #676767;
  }
  .userDetails .gNavItemList__item:last-child &gt; a {
    padding-bottom: 48px;
  }
  .userDetails__signOut {
    margin-top: 19px;
    display: block;
    margin-left: 14px;
    padding: 0;
    border: none;
  }
}
.loginContainer .loginContainer__note {
  border-color: #c6c8c9;
}
#us_teaserContainer .loginContainer__logo {
  display: block;
}
#us_teaserContainer .gNavListArowIcon,
#us_teaserContainer .hr-line {
  display: none;
}
#us_teaserContainer .loginContainer__heading {
  display: inline-block;
}
#us_teaserContainer .submit {
  padding-right: 0;
}
#us_teaserContainer .buttonHolder__text {
  text-align: center;
  display: block;
}
#loginContainer .loginContainer__logo,
#loginContainer .loginContainer__closeBtn {
  display: none;
}
.userLogin__Main .loginHelp {
  padding: 0 15px;
}
.userLogin__Main .loginHelpBack {
  display: none !important;
}
.userLogin__Main .loginHelp .loginHelpContactLink &gt; a {
  font-family: 'Goldman Sans';
  color: #186ade;
}
.userLogin__Main span.gNavListArowIcon {
  position: relative;
  display: block;
  padding: 20px 15px 26px;
  width: 100%;
  height: 100%;
}
.userLogin__Main span.gNavListArowIcon .back-btn {
  font: 16px/24px 'Goldman Sans';
  display: inline-block;
  vertical-align: middle;
  color: #186ade;
}
.userLogin__Main span.gNavListArowIcon .back-btn &gt; span:not(i) {
  text-transform: lowercase;
  display: inline-block;
}
.userLogin__Main span.gNavListArowIcon .back-btn &gt; span:not(i)::first-letter {
  text-transform: uppercase !important;
}
.userLogin__Main span.gNavListArowIcon .back-btn i {
  margin-right: 10px;
}
.userLogin__Main span.gNavListArowIcon .back-btn i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.exposedSitemap {
  background-color: #000;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0px;
  clear: both;
}
.exposedSitemap .compCont {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .exposedSitemap {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.socialIcons {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .socialIcons {
    justify-content: flex-start;
  }
}
.socialIcons .socialIconsContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .socialIcons .socialIconsContainer {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.socialIcons .socialIconItem {
  margin-bottom: 25px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .socialIcons .socialIconItem {
    justify-content: flex-start;
  }
}
.socialIcons .socialIconItem__link {
  cursor: pointer;
  position: relative;
}
.socialIcons .socialIconItem__img {
  width: 24px;
}
.sitemapNavigation {
  float: left;
  width: 32%;
  color: #fff;
}
.sitemapNavigation__title {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 24px 0;
  letter-spacing: 1px;
}
.sitemapNavigation.bm-column5 {
  flex-basis: 20%;
}
.sitemapNavigation.bm-column6 {
  flex-basis: 16.6%;
}
.sitemapNavigation.bm-column6 ul {
  width: 95%;
}
.sitemapNavigation__headerLink {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: white;
}
.sitemapNavigation:nth-child(6n+1) {
  clear: both;
}
.sitemapNavigation [href="javascript:void(0);"] {
  cursor: default;
}
.sitemapNavigationContainer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80%;
}
.sitemapNavigationItem {
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  text-align: left;
  margin-bottom: 16px;
  color: #999999;
}
.sitemapNavigationItem__link {
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #999999;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 15px;
}
.sitemapNavigationItem__link .icon.im-lockBlueSmall {
  vertical-align: bottom;
  margin-right: 2px;
  margin-bottom: 2px;
}
.sitemapNavigationItem__link.bm-type_parent {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.sitemapNavigationItem__icon {
  margin-left: 10px;
}
.sitemapNavigationItem__social-icon {
  width: 24px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search {
  margin-bottom: 15px;
  position: relative;
}
.searchContainer {
  padding-top: 15px;
}
.searchContainer .searchBox {
  margin: 0;
}
.searchBox {
  position: relative;
  margin-bottom: 42px;
}
.search__input {
  position: relative;
  background-color: #efefed;
}
.search__text {
  width: 100%;
  height: 50px;
  background-color: #efefed;
  padding: 15px 17px;
  font: 14px/24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  outline: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  color: #666666;
}
.search__text::-webkit-input-placeholder {
  font-style: italic;
}
.search__text:-moz-placeholder {
  font-style: italic;
}
.search__text::-moz-placeholder {
  font-style: italic;
}
.search__text:-ms-input-placeholder {
  font-style: italic;
}
.search__clear {
  position: absolute;
  right: 16px;
  top: 16px;
  display: none;
}
@media (min-width: 768px) {
  .search {
    margin-bottom: 30px;
    font-size: 0px;
  }
  .searchContainer {
    padding-top: 30px;
  }
  .search__input {
    width: 78.82%;
    display: inline-block;
    vertical-align: top;
  }
  .search__text {
    height: 58px;
    font-size: 16px;
    padding-left: 23px;
  }
  .search__clear {
    top: 19px;
    right: 20px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    cursor: pointer;
  }
  .search__btn {
    width: 21.18%;
    height: 58px;
    font-size: 14px;
    background-color: #7399c6;
    color: #fff;
    border: none;
    letter-spacing: 3px;
    font: bold 14px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
@media (min-width: 1024px) {
  .search {
    margin-bottom: 26px;
  }
  .searchContainer {
    padding-top: 40px;
  }
  .searchBox {
    margin-bottom: 72px;
  }
  .search__text {
    padding-left: 18px;
    font-size: 18px;
  }
  .search__input {
    width: 87.66%;
  }
  .search__btn {
    width: 12.33%;
    letter-spacing: 2.6px;
    cursor: pointer;
  }
}
.hint {
  padding: 10px 6px 4px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.hint__container {
  width: 100%;
}
.hintCont {
  display: none;
  position: absolute;
  width: 100%;
  top: 65px;
  z-index: 13;
  left: 0;
  right: 0;
  padding: 0 10px;
}
.hintCont.compCont {
  padding: 0 4.9%;
}
.hint__label {
  font: bold 8px/27px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #999999;
  padding: 0 14px;
  text-transform: uppercase;
}
.hint__items {
  padding-bottom: 6px;
}
.hint__links {
  padding: 7px 14px;
}
.hint__links__anc {
  color: #666;
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.hint__links__anc .suffix {
  font: 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.hint__links__anc .bm-type__suffix {
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.hint__links.bm-qText_none {
  padding: 10px 14px;
}
.hint__pressBtn {
  padding: 32px 18px;
  color: #999999;
  font-size: 16px;
}
.hint:nth-child(2n) {
  background-color: #f9f9f8;
}
.hint:last-child {
  border-bottom: none;
}
.hint__link {
  width: 15%;
}
.hint__linkBold {
  color: #428bca;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  text-transform: uppercase;
  font-size: 14px;
}
.hint__label.bm-type__dispalyCell {
  display: table-caption;
  font: 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  word-break: break-all;
}
.hint__items.bm-type__dispalyCell {
  display: table-cell;
  width: 56%;
}
.hint__link.bm-type__dispalyCell {
  display: table-cell;
  font: 13px/38px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.hint .bm-type__showAllResult {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .hint {
    font-size: 0px;
    padding: 0;
  }
  .hintCont {
    top: 88px;
    padding: 0 30px;
  }
  .hintCont.compCont {
    padding: 0 30px;
  }
  .hint:first-child {
    padding-top: 0px;
  }
  .hint__label {
    font-size: 12px;
    width: 27.3%;
    padding-top: 23px;
    padding-left: 28px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1.2px;
  }
  .hint__links {
    padding: 9px 30px 8px;
  }
  .hint__links.bm-qText_none {
    padding: 9px 16px 8px;
  }
  .hint__links__anc {
    letter-spacing: 0.3px;
  }
  .hint__links__anc .bm-type__suffix {
    font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .hint__items {
    width: 72.7%;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 19px;
    border-left: 1px solid #ebebeb;
  }
  .hint__items.bm-qText_none {
    padding-left: 13px;
  }
  .hint__label.bm-type__dispalyCell {
    display: table-cell;
    width: 21%;
    padding-top: 28px;
  }
  .hint__items.bm-type__dispalyCell {
    display: table-cell;
    width: 62%;
  }
  .hint__link.bm-type__dispalyCell {
    display: table-cell;
  }
  .hint__linkBold {
    color: #428bca;
    font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    text-transform: uppercase;
  }
  .hint__heading {
    display: inline-block;
  }
  .hint__suffix {
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .hint .bm-type__marginLeft {
    display: inline-block;
    margin-left: 28px;
  }
  .hint .bm-type__showAllResult {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .hintCont {
    top: 97px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding: 0 40px;
  }
  .hintCont.compCont {
    padding: 0 40px;
  }
  .hint__label {
    padding-left: 30px;
    width: 19%;
    font: bold 13px/38px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    padding-top: 16px;
  }
  .hint__items {
    width: 81%;
  }
  .hint__items.bm-qText_none {
    padding-top: 18px;
    padding-bottom: 23px;
  }
  .hint__items.bm-type__dispalyCell {
    width: 70%;
  }
  .hint__links {
    letter-spacing: 1px;
  }
  .hint__links__anc {
    font: 16px/17px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    letter-spacing: 0.5px;
  }
  .hint__links__anc .suffix {
    font: 13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .hint__links__anc .bm-type__suffix {
    font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.gssOverlay {
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 12;
  left: -100%;
  right: -100%;
  margin: auto;
}
.resultCount {
  font-size: 16px;
  color: #333;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 17px;
}
.resultCount__bold {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.resultCount__boldobl {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-style: italic;
}
@media (min-width: 768px) {
  .resultCount {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .resultCount {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 18px;
  }
}
.highlightText {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.splPipe {
  margin: 0 5px;
  font: 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 1024px) {
  .splPipe {
    margin: 0 9px 0 7px;
    font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.gNavSearch {
  position: absolute;
  width: 100%;
  top: 62px;
  display: none;
}
.gNavSearch .searchBox {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.gNavSearch .hintCont {
  top: 50px;
  padding: 0 10px;
}
.gNavSearch .search {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .gNavSearch {
    top: 104px;
  }
  .gNavSearch .hintCont {
    padding: 0 30px;
    top: 58px;
  }
  .gNavSearch .search {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .gNavSearch {
    position: relative;
    top: 0;
  }
  .gNavSearch .search {
    padding: 0;
  }
  .gNavSearch .hintCont {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  body.design-gsam .hintCont {
    padding: 0 3.125%;
  }
}
@media (min-width: 1200px) {
  body.design-gsam .hintCont {
    padding: 0 40px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search {
  margin-bottom: 15px;
  position: relative;
  padding: 24px;
  background-color: #fff;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .searchContainer {
  padding-top: 15px;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .searchContainer .searchBox {
  margin: 0;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .searchBox {
  position: relative;
  margin-bottom: 42px;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__icon {
  width: 18px;
  height: 18px;
  margin: 20px 0 20px 20px;
  background-repeat: no-repeat;
  background-image: url("../../clientlibs/gsam-style/common/img/small_search.svg");
  background-size: 18px;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__input {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  background-color: #f1f2f7;
  border-radius: 4px !important;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__text {
  width: 100%;
  height: 100%;
  padding: 15px 17px;
  font: 18px/24px 'Basis Grotesque', sans-serif;
  outline: none;
  border: none;
  border-radius: 4px !important;
  background-color: transparent;
  color: #676879;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__text::-webkit-input-placeholder {
  color: #676879;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__text:-moz-placeholder {
  color: #676879;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__text::-moz-placeholder {
  color: #676879;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__text:-ms-input-placeholder {
  color: #676879;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__clear {
  position: absolute;
  right: 16px;
  top: 16px;
  display: none;
  background: unset;
  background-image: url("../../clientlibs/gsam-style/common/img/sprites/sas_icons_ratina_small.png");
  background-repeat: no-repeat;
  background-position: -6px -1621px;
  width: 19px;
  height: 18px;
}
@media (min-width: 768px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search {
    display: flex;
    margin-bottom: 30px;
    font-size: 0px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .searchContainer {
    padding-top: 30px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__input {
    width: 85%;
    vertical-align: top;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__text {
    line-height: 28px;
    letter-spacing: 0.005em;
    padding-left: 23px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__clear {
    top: 19px;
    right: 20px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    cursor: pointer;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__btn {
    width: 15%;
    height: 56px;
    font-size: 14px;
    background-color: #2178c4;
    color: #fff;
    border: none;
    border-radius: 4px;
    font: 16px/24px 'Basis Grotesque', sans-serif;
    margin-left: 10px;
    text-transform: lowercase;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__btn::first-line {
    text-transform: capitalize;
  }
}
@media (min-width: 1024px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search {
    display: flex;
    margin-bottom: 0;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .searchContainer {
    padding-top: 40px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .searchBox {
    margin-bottom: 72px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__text {
    padding-left: 18px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__input {
    width: 90%;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search__btn {
    width: 10%;
    cursor: pointer;
    margin-left: 10px;
  }
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont {
  display: none;
  position: absolute;
  width: 100%;
  top: 65px;
  z-index: 13;
  left: 0;
  right: 0;
  padding: 51px 24px 24px !important;
  background-color: #fff;
  width: calc(100% - 7%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont {
    top: 88px;
    padding-top: 36px !important;
  }
}
@media (min-width: 1024px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont {
    top: 97px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: 100%;
  }
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint {
  padding: 10px 4px;
  width: 100%;
  background-color: #fff;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__container {
  width: 100%;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__label {
  font: 14px/24px 'Basis Grotesque', sans-serif;
  color: #676879;
  text-transform: lowercase;
  padding: 0;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__label::first-line {
  text-transform: capitalize;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links {
  padding: 12px 0;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links:last-child {
  padding-bottom: 0;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links__anc {
  color: #22263f;
  font: 16px/24px 'Basis Grotesque', sans-serif;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links__anc .suffix {
  font: 14px 'Basis Grotesque', sans-serif;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links__anc .bm-type__suffix {
  font: 16px 'Basis Grotesque', sans-serif;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__pressBtn {
  padding: 32px 18px;
  color: #999999;
  font-size: 16px;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint:nth-child(2n) {
  background-color: #efefef;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__link {
  width: 15%;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__linkBold {
  color: #428bca;
  font-family: 'Basis Grotesque', sans-serif;
  font-size: 16px;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__label.bm-type__dispalyCell {
  display: table-caption;
  font: 16px 'Basis Grotesque', sans-serif;
  word-break: break-all;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__items.bm-type__dispalyCell {
  display: table-cell;
  width: 56%;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__link.bm-type__dispalyCell {
  display: table-cell;
  font: 15px/38px 'Basis Grotesque', sans-serif;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint .bm-type__showAllResult {
  padding-left: 15px;
}
@media (min-width: 768px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint {
    font-size: 0px;
    padding: 0;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint:first-child {
    padding-top: 0px !important;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__label {
    font-size: 16px;
    line-height: 24px;
    width: 27.3%;
    padding-top: 23px;
    padding-left: 28px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.005em;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links {
    padding: 0 30px 10px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links:last-child {
    padding-bottom: 0;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links__anc {
    font: 16px/28px 'Basis Grotesque', sans-serif;
    letter-spacing: 0.005em;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links__anc .bm-type__suffix {
    font: 16px 'Basis Grotesque', sans-serif;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__items {
    width: 72.7%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 0;
    border-left: 1px solid #aeb6be;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint:last-child:not( :nth-child(2n)) .hint__items {
    margin-bottom: 0;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__label.bm-type__dispalyCell {
    display: table-cell;
    width: 21%;
    padding-top: 28px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__items.bm-type__dispalyCell {
    display: table-cell;
    width: 62%;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__link.bm-type__dispalyCell {
    display: table-cell;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__linkBold {
    color: #428bca;
    font-family: 'Basis Grotesque', sans-serif;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__heading {
    display: inline-block;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__suffix {
    font-family: 'Basis Grotesque', sans-serif;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint .bm-type__marginLeft {
    display: inline-block;
    margin-left: 28px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint .bm-type__showAllResult {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__label {
    padding-left: 20px;
    width: 19%;
    padding-top: 16px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__items {
    width: 81%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__items.bm-type__dispalyCell {
    width: 70%;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links__anc .suffix {
    font: 14px 'Basis Grotesque', sans-serif;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .hintCont .hint__links__anc .bm-type__suffix {
    font: 16px 'Basis Grotesque', sans-serif;
  }
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gssOverlay {
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 12;
  left: -100%;
  right: -100%;
  margin: auto;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .resultCount {
  font-size: 16px;
  color: #333;
  font-family: 'Basis Grotesque', sans-serif;
  margin-bottom: 17px;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .resultCount__bold {
  font-family: 'Basis Grotesque', sans-serif;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .resultCount__boldobl {
  font-family: 'Basis Grotesque', sans-serif;
  font-style: italic;
}
@media (min-width: 768px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .resultCount {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .resultCount {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 18px;
  }
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .highlightText {
  font-family: 'Basis Grotesque', sans-serif;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .splPipe {
  margin: 0 5px;
  font: 12px 'Basis Grotesque', sans-serif;
}
@media (min-width: 1024px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .splPipe {
    margin: 0 9px 0 7px;
    font: 13px 'Basis Grotesque', sans-serif;
  }
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch {
  position: absolute;
  width: 100%;
  top: 62px;
  display: none;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .searchBox {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .hintCont {
  top: 50px;
  box-sizing: border-box !important;
  padding: 0 10px !important;
}
body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search {
  padding: 24px;
  background-color: #fff;
  width: calc(100% - 7%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch {
    top: 104px;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .hintCont {
    box-sizing: border-box !important;
    padding: 0 30px !important;
    top: 58px;
  }
}
@media (min-width: 1024px) {
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch {
    position: relative;
    top: 0;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .hintCont {
    box-sizing: border-box !important;
    padding: 0 !important;
  }
  body:not(.design-gss):not(.design-workspace):not(.design-ayco) .gNavSearch .search {
    width: unset;
    max-width: 1200px;
  }
}

</pre></body></html>