/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../apps/acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../../../apps/acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../../apps/acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../../apps/acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../../apps/acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../../apps/acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

/* 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 > .caret,
  .dropup > .btn > .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;
  /*&:hover,
  &: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 > 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
*******************************/
@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);
  }
}
.icon {
  background-image: url('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('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('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('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('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('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('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 & 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%;
}
@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 > 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("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
*******************************/
/*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 > span:not(i) {
  text-transform: lowercase;
  display: inline-block;
}
.roleSelector .back-btn > 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;
}

