/*!
 *  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/sas_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/sas_icons_ratina.png');
    background-size: 75px 2519px;
  }
}
.icon.im-printGrey {
  background-position: -5px -2259px;
  width: 20px;
  height: 16px;
}
.icon.im-printWhite {
  background-position: -5px -2280px;
  width: 20px;
  height: 16px;
}
.icon.im-exportXLS {
  background-position: -5px -1873px;
  width: 16px;
  height: 18px;
}
.icon.im-exportPDFGrey {
  background-position: -5px -2351px;
  width: 12px;
  height: 14px;
}
.icon.im-exportPDFWhite {
  background-position: -5px -2370px;
  width: 12px;
  height: 14px;
}
.icon.im-searchGrey {
  background-position: -5px -2435px;
  width: 12px;
  height: 14px;
}
.icon.im-searchWhiteThin {
  background-position: -5px -2454px;
  width: 12px;
  height: 14px;
}
.icon.im-arrowDownWhite {
  background-position: -5px -5px;
  width: 8px;
  height: 5px;
}
.icon.im-arrowRightBlue {
  background-position: -5px -1254px;
  width: 8px;
  height: 12px;
}
.icon.im-arrowRightBlueBig {
  background-position: -5px -36px;
  width: 10px;
  height: 17px;
}
.icon.im-arrowRightWhite {
  background-position: -5px -58px;
  width: 7px;
  height: 14px;
}
.icon.im-arrowUpWhite {
  background-position: -5px -77px;
  width: 8px;
  height: 5px;
}
.icon.im-cartWhite {
  background-position: -5px -87px;
  width: 18px;
  height: 16px;
}
.icon.im-closeBig {
  background-position: -5px -108px;
  width: 18px;
  height: 18px;
}
.icon.im-closeSmall {
  background-position: -5px -131px;
  width: 12px;
  height: 12px;
}
.icon.im-downloadBlack {
  background-position: -5px -148px;
  width: 20px;
  height: 20px;
}
.icon.im-downloadWhite {
  background-position: -5px -173px;
  width: 18px;
  height: 18px;
}
.icon.im-menuBlue {
  background-position: -5px -196px;
  width: 20px;
  height: 17px;
}
.icon.im-menuGrey {
  background-position: -5px -218px;
  width: 20px;
  height: 17px;
}
.icon.im-micWhite {
  background-position: -5px -240px;
  width: 10px;
  height: 19px;
}
.icon.im-phoneWhite {
  background-position: -5px -264px;
  width: 18px;
  height: 18px;
}
.icon.im-plusBlueSmall {
  background-position: -5px -287px;
  width: 12px;
  height: 12px;
}
.icon.im-sasLogoWhite {
  background-position: -5px -304px;
  width: 34px;
  height: 30px;
}
.icon.im-searchBlue {
  background-position: -5px -433px;
  width: 17px;
  height: 18px;
}
.icon.im-searchBlueBig {
  background-position: -5px -456px;
  width: 20px;
  height: 21px;
}
.icon.im-searchWhite {
  background-position: -5px -482px;
  width: 17px;
  height: 19px;
}
.icon.im-shareBlack {
  background-position: -5px -505px;
  width: 15px;
  height: 19px;
}
.icon.im-shareBlackSmall {
  background-position: -5px -528px;
  width: 11px;
  height: 14px;
}
.icon.im-shareWhite {
  background-position: -5px -546px;
  width: 15px;
  height: 19px;
}
.icon.im-shareWhiteSmall {
  background-position: -5px -569px;
  width: 11px;
  height: 14px;
}
.icon.im-tickWhiteGrayBG {
  background-position: -5px -587px;
  width: 40px;
  height: 41px;
}
.icon.im-videoWhiteBlackBG {
  background-position: -5px -632px;
  width: 26px;
  height: 26px;
}
.icon.im-arrowDownBlueSmall {
  background-position: -5px -663px;
  width: 7px;
  height: 5px;
}
.icon.im-arrowUpBlueSmall {
  background-position: -5px -672px;
  width: 7px;
  height: 5px;
}
.icon.im-arrowDownBlue {
  background-position: -5px -682px;
  width: 14px;
  height: 7px;
}
.icon.im-arrowUpBlue {
  background-position: -5px -693px;
  width: 14px;
  height: 7px;
}
.icon.im-arrowFullDownWhite {
  background-position: -5px -705px;
  width: 15px;
  height: 14px;
}
.icon.im-arrowFullUpWhite {
  background-position: -5px -724px;
  width: 15px;
  height: 14px;
}
.icon.im-emailWhite {
  background-position: -5px -763px;
  width: 18px;
  height: 14px;
}
.icon.im-linkedinWhite {
  background-position: -5px -805px;
  width: 15px;
  height: 15px;
}
.icon.im-plusWhiteSmall {
  background-position: -5px -866px;
  width: 12px;
  height: 12px;
}
.icon.im-twitterWhite {
  background-position: -5px -846px;
  width: 18px;
  height: 15px;
}
.icon.im-pdfWhiteSmall {
  background-position: -5px -883px;
  width: 14px;
  height: 13px;
}
.icon.im-lock {
  background-position: -5px -901px;
  width: 13px;
  height: 16px;
}
.icon.im-lockBlueSmall {
  background-position: -5px -901px;
  width: 13px;
  height: 16px;
}
.icon.im-lockWhiteSmall {
  background-position: -5px -921px;
  width: 13px;
  height: 15px;
}
.icon.im-unCheckedBox {
  background-position: -5px -941px;
  width: 16px;
  height: 16px;
}
.icon.im-unCheckedBoxDisable {
  background-position: -5px -962px;
  width: 16px;
  height: 16px;
}
.icon.im-checkedBox {
  background-position: -5px -983px;
  width: 16px;
  height: 16px;
}
.icon.im-downloadRed {
  background-position: -5px -1004px;
  width: 20px;
  height: 20px;
}
.icon.im-downloadGrey {
  background-position: -5px -1029px;
  width: 20px;
  height: 20px;
}
.icon.im-headPhoneWhite {
  background-position: -5px -1054px;
  width: 26px;
  height: 26px;
}
.icon.im-shareCross {
  background-position: -5px -1196px;
  width: 12px;
  height: 12px;
}
.icon.im-closeSmallWhite {
  background-position: -5px -1213px;
  width: 12px;
  height: 12px;
}
.icon.im-arrowLeftWhite {
  background-position: -5px -1230px;
  width: 11px;
  height: 19px;
}
.icon.im-cartDull {
  background-position: -5px -1271px;
  width: 19px;
  height: 16px;
}
.icon.im-arrowUpGreySmall {
  background-position: -5px -1292px;
  width: 10px;
  height: 6px;
}
.icon.im-arrowDownGreySmall {
  background-position: -5px -1303px;
  width: 10px;
  height: 6px;
}
.icon.im-lockYellowSmall {
  background-position: -5px -1314px;
  width: 13px;
  height: 15px;
}
.icon.im-drag {
  background-position: -5px -1334px;
  width: 21px;
  height: 21px;
}
.icon.im-dragSmall {
  background-position: -5px -1360px;
  width: 16px;
  height: 16px;
}
.icon.im-arrowFullDownDisabled {
  background-position: -5px -1381px;
  width: 15px;
  height: 14px;
}
.icon.im-arrowFullUpDisabled {
  background-position: -5px -1400px;
  width: 15px;
  height: 14px;
}
.icon.im-lockBlueBig {
  background-position: -5px -1419px;
  width: 16px;
  height: 20px;
}
.icon.im-smallblueclose {
  background-position: -5px -1470px;
  width: 7px;
  height: 7px;
}
.icon.im-prev {
  background-position: -5px -1482px;
  width: 22px;
  height: 44px;
}
.icon.im-next {
  background-position: -5px -1531px;
  width: 22px;
  height: 44px;
}
.icon.im-downloadPDF {
  background-position: -5px -1580px;
  width: 12px;
  height: 14px;
}
.icon.im-viewOnline {
  background-position: -5px -1599px;
  width: 17px;
  height: 17px;
}
.icon.im-greyCross {
  background-position: -5px -1621px;
  width: 19px;
  height: 18px;
}
.icon.im-radioWhiteUnselected {
  background-position: -5px -1644px;
  width: 17px;
  height: 16px;
}
.icon.im-radioWhiteSelected {
  background-position: -5px -1665px;
  width: 17px;
  height: 16px;
}
.icon.im-greyLock {
  background-position: -5px -1686px;
  width: 14px;
  height: 16px;
}
.icon.im-greyPlus {
  background-position: -5px -1707px;
  width: 20px;
  height: 20px;
}
.icon.im-blueTick {
  background-position: -5px -1732px;
  width: 20px;
  height: 20px;
}
.icon.im-blueCross {
  background-position: -5px -1757px;
  width: 20px;
  height: 20px;
}
.icon.im-blueArrowSmallDown {
  background-position: -5px -1782px;
  width: 14px;
  height: 8px;
}
.icon.im-blueArrowSmallUp {
  background-position: -5px -1795px;
  width: 14px;
  height: 8px;
}
.icon.im-externalLink {
  background-position: -5px -1833px;
  width: 12px;
  height: 12px;
}
.icon.im-navCross {
  background-position: -5px -1177px;
  width: 14px;
  height: 14px;
}
.icon.im-arrowRightGrey {
  background-position: -5px -1895px;
  width: 8px;
  height: 13px;
}
.icon.im-cartGrey {
  background-position: -5px -1913px;
  width: 15px;
  height: 13px;
}
.icon.im-downloadPDFBlack {
  background-position: -5px -1808px;
  width: 15px;
  height: 18px;
}
.icon.im-downloadPDFRed {
  background-position: -5px -1850px;
  width: 15px;
  height: 18px;
}
.icon.im-downloadPDFWhite {
  background-position: -5px -1873px;
  width: 16px;
  height: 18px;
}
.icon.im-printPDFWhite {
  background-position: -5px -2280px;
  width: 20px;
  height: 16px;
}
.icon.im-shareDarkBlackSmall {
  background-position: -5px -1402px;
  width: 11px;
  height: 14px;
}
.icon.im-shareDarkBlack {
  background-position: -5px -1380px;
  width: 15px;
  height: 18px;
}
.icon.im-leftBlueSmall {
  background-position: -5px -1931px;
  width: 8px;
  height: 13px;
}
.icon.im-rightBlueSmall {
  background-position: -13px -1931px;
  width: 8px;
  height: 13px;
}
.icon.im-arrowDownGreyBig {
  background-position: -5px -1949px;
  width: 13px;
  height: 8px;
}
.icon.im-arrowUpGreyBig {
  background-position: -19px -1949px;
  width: 13px;
  height: 8px;
}
.icon.im-checkbox {
  background-position: -5px -1962px;
  width: 14px;
  height: 14px;
}
.icon.im-checkboxSelected {
  background-position: -20px -1962px;
  width: 14px;
  height: 14px;
}
.icon.im-ellipsis {
  background-position: -5px -1981px;
  width: 16px;
  height: 4px;
}
.icon.im-starYellow {
  background-position: -5px -2016px;
  width: 20px;
  height: 19px;
}
.icon.im-blackCart {
  background-position: -24px -2040px;
  width: 15px;
  height: 13px;
}
.icon.im-arrowBlueDown {
  background-position: -5px -2061px;
  width: 14px;
  height: 7px;
}
.icon.im-arrowBlueUp {
  background-position: -20px -2061px;
  width: 14px;
  height: 7px;
}
.icon.im-blueCurveLArrow {
  background-position: -3px -2070px;
  width: 30px;
  height: 34px;
}
.icon.im-leftBlueArrow {
  background-position: -3px -2105px;
  width: 15px;
  height: 30px;
}
.icon.im-rightBlueArrow {
  background-position: -20px -2105px;
  width: 15px;
  height: 30px;
}
.icon.im-blueArrowDown {
  background-position: -5px -2136px;
  width: 21px;
  height: 27px;
}
.icon.im-refresh {
  background-position: -5px -2168px;
  width: 61px;
  height: 33px;
}
@media print {
  .icon.im-starYellow {
    position: relative;
  }
  .icon.im-starYellow:before {
    content: "*";
    color: #333333;
    font-size: 45px;
    position: absolute;
    top: 8px;
  }
}
@media (min-width: 768px) {
  .icon.im-printGrey-sm {
    background-position: -5px -2301px;
    width: 26px;
    height: 20px;
  }
  .icon.im-printWhite-sm {
    background-position: -5px -2326px;
    width: 26px;
    height: 20px;
  }
  .icon.im-exportPDFGrey-sm {
    background-position: -5px -2389px;
    width: 16px;
    height: 18px;
  }
  .icon.im-exportPDFWhite-sm {
    background-position: -5px -2412px;
    width: 16px;
    height: 18px;
  }
  .icon.im-searchGrey-sm {
    background-position: -5px -2473px;
    width: 16px;
    height: 18px;
  }
  .icon.im-searchWhiteThin-sm {
    background-position: -5px -2496px;
    width: 16px;
    height: 18px;
  }
  .icon.im-arrowDownWhite-sm {
    background-position: -5px -5px;
    width: 8px;
    height: 5px;
  }
  .icon.im-arrowRightBlue-sm {
    background-position: -5px -1254px;
    width: 8px;
    height: 12px;
  }
  .icon.im-arrowRightBlueBig-sm {
    background-position: -5px -36px;
    width: 10px;
    height: 17px;
  }
  .icon.im-arrowRightWhite-sm {
    background-position: -5px -1085px;
    width: 10px;
    height: 21px;
  }
  .icon.im-arrowUpWhite-sm {
    background-position: -5px -77px;
    width: 8px;
    height: 5px;
  }
  .icon.im-cartWhite-sm {
    background-position: -5px -87px;
    width: 18px;
    height: 16px;
  }
  .icon.im-closeBig-sm {
    background-position: -5px -108px;
    width: 18px;
    height: 18px;
  }
  .icon.im-closeSmall-sm {
    background-position: -5px -131px;
    width: 12px;
    height: 12px;
  }
  .icon.im-downloadBlack-sm {
    background-position: -5px -148px;
    width: 20px;
    height: 20px;
  }
  .icon.im-downloadWhite-sm {
    background-position: -5px -173px;
    width: 18px;
    height: 18px;
  }
  .icon.im-menuBlue-sm {
    background-position: -5px -196px;
    width: 20px;
    height: 17px;
  }
  .icon.im-menuGrey-sm {
    background-position: -5px -218px;
    width: 20px;
    height: 17px;
  }
  .icon.im-micWhite-sm {
    background-position: -5px -1144px;
    width: 6px;
    height: 12px;
  }
  .icon.im-phoneWhite-sm {
    background-position: -5px -1161px;
    width: 11px;
    height: 12px;
  }
  .icon.im-plusBlueSmall-sm {
    background-position: -5px -287px;
    width: 12px;
    height: 12px;
  }
  .icon.im-sasLogoWhite-sm {
    background-position: -5px -338px;
    width: 38px;
    height: 33px;
  }
  .icon.im-searchBlue-sm {
    background-position: -5px -433px;
    width: 17px;
    height: 18px;
  }
  .icon.im-searchBlueBig-sm {
    background-position: -5px -456px;
    width: 21px;
    height: 21px;
  }
  .icon.im-searchWhite-sm {
    background-position: -5px -482px;
    width: 17px;
    height: 19px;
  }
  .icon.im-shareBlack-sm {
    background-position: -5px -505px;
    width: 15px;
    height: 19px;
  }
  .icon.im-shareBlackSmall-sm {
    background-position: -5px -528px;
    width: 11px;
    height: 14px;
  }
  .icon.im-shareWhite-sm {
    background-position: -5px -546px;
    width: 15px;
    height: 19px;
  }
  .icon.im-shareWhiteSmall-sm {
    background-position: -5px -569px;
    width: 11px;
    height: 14px;
  }
  .icon.im-tickWhiteGrayBG-sm {
    background-position: -5px -587px;
    width: 41px;
    height: 41px;
  }
  .icon.im-videoWhiteBlackBG-sm {
    background-position: -5px -632px;
    width: 26px;
    height: 26px;
  }
  .icon.im-arrowDownBlueSmall-sm {
    background-position: -5px -663px;
    width: 7px;
    height: 5px;
  }
  .icon.im-arrowUpBlueSmall-sm {
    background-position: -5px -672px;
    width: 7px;
    height: 5px;
  }
  .icon.im-arrowDownBlue-sm {
    background-position: -5px -682px;
    width: 14px;
    height: 7px;
  }
  .icon.im-arrowUpBlue-sm {
    background-position: -5px -693px;
    width: 14px;
    height: 7px;
  }
  .icon.im-arrowFullDownWhite-sm {
    background-position: -5px -705px;
    width: 15px;
    height: 14px;
  }
  .icon.im-arrowFullUpWhite-sm {
    background-position: -5px -724px;
    width: 15px;
    height: 14px;
  }
  .icon.im-emailWhite-sm {
    background-position: -5px -763px;
    width: 18px;
    height: 14px;
  }
  .icon.im-linkedinWhite-sm {
    background-position: -5px -805px;
    width: 15px;
    height: 15px;
  }
  .icon.im-twitterWhite-sm {
    background-position: -5px -846px;
    width: 18px;
    height: 15px;
  }
  .icon.im-pdfWhiteSmall-sm {
    background-position: -5px -883px;
    width: 14px;
    height: 13px;
  }
  .icon.im-unCheckedBox-sm {
    background-position: -5px -941px;
    width: 16px;
    height: 16px;
  }
  .icon.im-unCheckedBoxDisable-sm {
    background-position: -5px -962px;
    width: 16px;
    height: 16px;
  }
  .icon.im-checkedBox-sm {
    background-position: -5px -983px;
    width: 16px;
    height: 16px;
  }
  .icon.im-downloadRed-sm {
    background-position: -5px -1004px;
    width: 20px;
    height: 20px;
  }
  .icon.im-downloadGrey-sm {
    background-position: -5px -1029px;
    width: 20px;
    height: 20px;
  }
  .icon.im-headPhoneWhite-sm {
    background-position: -5px -1054px;
    width: 26px;
    height: 26px;
  }
  .icon.im-shareCross-sm {
    background-position: -5px -1177px;
    width: 14px;
    height: 14px;
  }
  .icon.im-arrowUpGreySmall-sm {
    background-position: -5px -1292px;
    width: 10px;
    height: 6px;
  }
  .icon.im-arrowDownGreySmall-sm {
    background-position: -5px -1303px;
    width: 10px;
    height: 6px;
  }
  .icon.im-drag-sm {
    background-position: -5px -1334px;
    width: 21px;
    height: 21px;
  }
  .icon.im-dragSmall-sm {
    background-position: -5px -1360px;
    width: 16px;
    height: 16px;
  }
  .icon.im-arrowFullDownDisabled-sm {
    background-position: -5px -1381px;
    width: 15px;
    height: 14px;
  }
  .icon.im-arrowFullUpDisabled-sm {
    background-position: -5px -1400px;
    width: 15px;
    height: 14px;
  }
  .icon.im-arrowUpWhite-medium-sm {
    background-position: -5px -1444px;
    width: 14px;
    height: 8px;
  }
  .icon.im-arrowDownWhite-medium-sm {
    background-position: -5px -1457px;
    width: 14px;
    height: 8px;
  }
  .icon.im-smallblueclose-sm {
    background-position: -5px -1470px;
    width: 7px;
    height: 7px;
  }
  .icon.im-prev-sm {
    background-position: -5px -1482px;
    width: 22px;
    height: 44px;
  }
  .icon.im-next-sm {
    background-position: -5px -1531px;
    width: 22px;
    height: 44px;
  }
  .icon.im-downloadPDF-sm {
    background-position: -5px -1580px;
    width: 12px;
    height: 14px;
  }
  .icon.im-viewOnline-sm {
    background-position: -5px -1599px;
    width: 17px;
    height: 17px;
  }
  .icon.im-greyCross-sm {
    background-position: -5px -1621px;
    width: 19px;
    height: 18px;
  }
  .icon.im-radioWhiteUnselected-sm {
    background-position: -5px -1644px;
    width: 17px;
    height: 16px;
  }
  .icon.im-radioWhiteSelected-sm {
    background-position: -5px -1665px;
    width: 17px;
    height: 16px;
  }
  .icon.im-greyLock-sm {
    background-position: -5px -1686px;
    width: 14px;
    height: 16px;
  }
  .icon.im-greyPlus-sm {
    background-position: -5px -1707px;
    width: 20px;
    height: 20px;
  }
  .icon.im-blueTick-sm {
    background-position: -5px -1732px;
    width: 20px;
    height: 20px;
  }
  .icon.im-blueCross-sm {
    background-position: -5px -1757px;
    width: 20px;
    height: 20px;
  }
  .icon.im-blueArrowSmallDown-sm {
    background-position: -5px -1782px;
    width: 14px;
    height: 8px;
  }
  .icon.im-blueArrowSmallUp-sm {
    background-position: -5px -1795px;
    width: 14px;
    height: 8px;
  }
  .icon.im-externalLink-sm {
    background-position: -5px -1833px;
    width: 12px;
    height: 12px;
  }
  .icon.im-shareDarkBlackSmall-sm {
    background-position: -5px -1402px;
    width: 11px;
    height: 14px;
  }
  .icon.im-shareDarkBlack-sm {
    background-position: -5px -1380px;
    width: 15px;
    height: 18px;
  }
  .icon.im-checkbox-sm {
    background-position: -5px -1990px;
    width: 21px;
    height: 21px;
  }
  .icon.im-checkboxSelected-sm {
    background-position: -27px -1990px;
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1024px) {
  .icon.im-arrowDownWhite-md {
    background-position: -5px -5px;
    width: 8px;
    height: 5px;
  }
  .icon.im-arrowRightBlue-md {
    background-position: -5px -1254px;
    width: 8px;
    height: 12px;
  }
  .icon.im-arrowRightBlueBig-md {
    background-position: -5px -36px;
    width: 10px;
    height: 17px;
  }
  .icon.im-arrowRightWhite-md {
    background-position: -5px -1111px;
    width: 14px;
    height: 28px;
  }
  .icon.im-arrowUpWhite-md {
    background-position: -5px -77px;
    width: 8px;
    height: 5px;
  }
  .icon.im-cartWhite-md {
    background-position: -5px -87px;
    width: 18px;
    height: 16px;
  }
  .icon.im-closeBig-md {
    background-position: -5px -108px;
    width: 18px;
    height: 18px;
  }
  .icon.im-closeSmall-md {
    background-position: -5px -131px;
    width: 12px;
    height: 12px;
  }
  .icon.im-downloadBlack-md {
    background-position: -5px -148px;
    width: 20px;
    height: 20px;
  }
  .icon.im-downloadWhite-md {
    background-position: -5px -173px;
    width: 18px;
    height: 18px;
  }
  .icon.im-menuBlue-md {
    background-position: -5px -196px;
    width: 20px;
    height: 17px;
  }
  .icon.im-menuGrey-md {
    background-position: -5px -218px;
    width: 20px;
    height: 17px;
  }
  .icon.im-micWhite-md {
    background-position: -5px -240px;
    width: 10px;
    height: 19px;
  }
  .icon.im-phoneWhite-md {
    background-position: -5px -264px;
    width: 18px;
    height: 18px;
  }
  .icon.im-plusBlueSmall-md {
    background-position: -5px -287px;
    width: 12px;
    height: 12px;
  }
  .icon.im-sasLogoWhite-md {
    background-position: -5px -376px;
    width: 60px;
    height: 52px;
  }
  .icon.im-searchBlue-md {
    background-position: -5px -433px;
    width: 17px;
    height: 18px;
  }
  .icon.im-searchBlueBig-md {
    background-position: -5px -456px;
    width: 20px;
    height: 21px;
  }
  .icon.im-searchWhite-md {
    background-position: -5px -482px;
    width: 17px;
    height: 19px;
  }
  .icon.im-shareBlack-md {
    background-position: -5px -505px;
    width: 15px;
    height: 19px;
  }
  .icon.im-shareBlackSmall-md {
    background-position: -5px -528px;
    width: 11px;
    height: 14px;
  }
  .icon.im-shareWhite-md {
    background-position: -5px -546px;
    width: 15px;
    height: 20px;
  }
  .icon.im-shareWhiteSmall-md {
    background-position: -5px -569px;
    width: 11px;
    height: 14px;
  }
  .icon.im-tickWhiteGrayBG-md {
    background-position: -5px -587px;
    width: 40px;
    height: 41px;
  }
  .icon.im-videoWhiteBlackBG-md {
    background-position: -5px -632px;
    width: 26px;
    height: 26px;
  }
  .icon.im-arrowDownBlueSmall-md {
    background-position: -5px -663px;
    width: 7px;
    height: 5px;
  }
  .icon.im-arrowUpBlueSmall-md {
    background-position: -5px -672px;
    width: 7px;
    height: 5px;
  }
  .icon.im-arrowDownBlue-md {
    background-position: -5px -682px;
    width: 14px;
    height: 7px;
  }
  .icon.im-arrowUpBlue-md {
    background-position: -5px -693px;
    width: 14px;
    height: 7px;
  }
  .icon.im-arrowFullDownWhite-md {
    background-position: -5px -705px;
    width: 15px;
    height: 14px;
  }
  .icon.im-arrowFullUpWhite-md {
    background-position: -5px -724px;
    width: 15px;
    height: 14px;
  }
  .icon.im-emailWhite-md {
    background-position: -5px -743px;
    width: 20px;
    height: 16px;
  }
  .icon.im-linkedinWhite-md {
    background-position: -5px -782px;
    width: 18px;
    height: 18px;
  }
  .icon.im-twitterWhite-md {
    background-position: -5px -825px;
    width: 20px;
    height: 16px;
  }
  .icon.im-pdfWhiteSmall-md {
    background-position: -5px -883px;
    width: 14px;
    height: 13px;
  }
  .icon.im-unCheckedBox-md {
    background-position: -5px -941px;
    width: 16px;
    height: 16px;
  }
  .icon.im-unCheckedBoxDisable-md {
    background-position: -5px -962px;
    width: 16px;
    height: 16px;
  }
  .icon.im-checkedBox-md {
    background-position: -5px -983px;
    width: 16px;
    height: 16px;
  }
  .icon.im-downloadRed-md {
    background-position: -5px -1004px;
    width: 20px;
    height: 20px;
  }
  .icon.im-downloadGrey-md {
    background-position: -5px -1029px;
    width: 20px;
    height: 20px;
  }
  .icon.im-headPhoneWhite-md {
    background-position: -5px -1054px;
    width: 26px;
    height: 26px;
  }
  .icon.im-shareCross-md {
    background-position: -5px -1177px;
    width: 14px;
    height: 14px;
  }
  .icon.im-arrowUpGreySmall-md {
    background-position: -5px -1292px;
    width: 10px;
    height: 6px;
  }
  .icon.im-arrowDownGreySmall-md {
    background-position: -5px -1303px;
    width: 10px;
    height: 6px;
  }
  .icon.im-drag-md {
    background-position: -5px -1334px;
    width: 21px;
    height: 21px;
  }
  .icon.im-dragSmall-md {
    background-position: -5px -1360px;
    width: 16px;
    height: 16px;
  }
  .icon.im-arrowFullDownDisabled-md {
    background-position: -5px -1381px;
    width: 15px;
    height: 14px;
  }
  .icon.im-arrowFullUpDisabled-md {
    background-position: -5px -1400px;
    width: 15px;
    height: 14px;
  }
  .icon.im-smallblueclose-md {
    background-position: -5px -1470px;
    width: 7px;
    height: 7px;
  }
  .icon.im-prev-md {
    background-position: -5px -1482px;
    width: 22px;
    height: 44px;
  }
  .icon.im-next-md {
    background-position: -5px -1531px;
    width: 22px;
    height: 44px;
  }
  .icon.im-downloadPDF-md {
    background-position: -5px -1580px;
    width: 12px;
    height: 14px;
  }
  .icon.im-viewOnline-md {
    background-position: -5px -1599px;
    width: 17px;
    height: 17px;
  }
  .icon.im-greyCross-md {
    background-position: -5px -1621px;
    width: 19px;
    height: 18px;
  }
  .icon.im-radioWhiteUnselected-md {
    background-position: -5px -1644px;
    width: 17px;
    height: 16px;
  }
  .icon.im-radioWhiteSelected-md {
    background-position: -5px -1665px;
    width: 17px;
    height: 16px;
  }
  .icon.im-greyLock-md {
    background-position: -5px -1686px;
    width: 14px;
    height: 16px;
  }
  .icon.im-greyPlus-md {
    background-position: -5px -1707px;
    width: 20px;
    height: 20px;
  }
  .icon.im-blueTick-md {
    background-position: -5px -1732px;
    width: 20px;
    height: 20px;
  }
  .icon.im-blueCross-md {
    background-position: -5px -1757px;
    width: 20px;
    height: 20px;
  }
  .icon.im-blueArrowSmallDown-md {
    background-position: -5px -1782px;
    width: 14px;
    height: 8px;
  }
  .icon.im-blueArrowSmallUp-md {
    background-position: -5px -1795px;
    width: 14px;
    height: 8px;
  }
  .icon.im-externalLink-md {
    background-position: -5px -1833px;
    width: 12px;
    height: 12px;
  }
  .icon.im-shareDarkBlackSmall-md {
    background-position: -5px -1402px;
    width: 11px;
    height: 14px;
  }
  .icon.im-shareDarkBlack-md {
    background-position: -5px -1380px;
    width: 15px;
    height: 18px;
  }
  .icon.im-checkbox-md {
    background-position: -5px -1962px;
    width: 14px;
    height: 14px;
  }
  .icon.im-checkboxSelected-md {
    background-position: -20px -1962px;
    width: 14px;
    height: 14px;
  }
  .icon.im-blackCart-md {
    background-position: -5px -2040px;
    width: 18px;
    height: 15px;
  }
  .icon.im-refresh-md {
    background-position: -5px -2206px;
    width: 51px;
    height: 28px;
  }
}
.gm-theme_businessPractices .icon.im-lock {
  background-position: -5px -1314px;
  width: 13px;
  height: 15px;
}
.ffIcon {
  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) {
  .ffIcon {
    background-image: url('common/img/sprites/sas_icons_ratina.png');
    background-size: 75px 2519px;
  }
}
.ffIcon.im-arrow_white_dropdown {
  /*.spriter-im(-5px, -663px, 7px, 5px);*/
  background-position: -5px -682px;
  width: 14px;
  height: 7px;
}
.ffIcon.im-arrow_white_dropdown_up {
  /*.spriter-im(-5px, -672px, 7px, 5px);*/
  background-position: -5px -693px;
  width: 14px;
  height: 7px;
}
.ffIcon.im-main_nav_desktop_arrow_login {
  background-position: -5px -682px;
  width: 14px;
  height: 7px;
}
.ffIcon.im-main_nav_desktop_arrow_up {
  background-position: -5px -693px;
  width: 14px;
  height: 7px;
}
.ffIcon.im-del-selected-filter {
  background-position: -3px -1470px;
  width: 10px;
  height: 7px;
}
.ffIcon.im-selection_up {
  background-position: -5px -2249px;
  width: 9px;
  height: 5px;
}
.ffIcon.im-selection_down {
  background-position: -5px -2239px;
  width: 9px;
  height: 5px;
}
/*
* Icons Override
*/
.iconOveride {
  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) {
  .iconOveride {
    background-image: url('common/img/sprites/icons_ratina.png');
    background-size: 50px 2124px;
  }
}
.iconOveride.im-pdfSmall {
  background-position: -3px -1461px;
  width: 14px;
  height: 13px;
}
@media (min-width: 768px) {
  .iconOveride.im-pdfSmall {
    background-position: -3px -1461px;
    width: 14px;
    height: 13px;
  }
}
/*
* 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;
}
/*
 * 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 {
  a:after {
    content: "" !important;
  }
  .noPrint {
    display: none !important;
  }
  .overlay,
  .overlayAll {
    display: none !important;
  }
  @page {
    size: 8.5in 11in;
    margin: 1.5cm\9;
  }
  .compCont {
    padding: 0px;
  }
}
.contentArea {
  position: relative;
}
.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;
}
@media (min-width: 1024px) {
  .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;
  }
}
.compCont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 0 4.9%;
}
.design-fundfinder .compCont,
.design-gsam .compCont,
.design-gsam_v2 .compCont {
  max-width: 1230px;
  padding: 0 21px;
}
@media (min-width: 768px) {
  .compCont {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .compCont {
    padding: 0 40px;
  }
  .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;
  }
}
header {
  display: none;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 1024px) {
  header {
    display: block !important;
    background-color: #232022;
    height: 31px;
  }
}
@media print {
  header {
    display: none !important;
  }
}
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;
}
section {
  clear: both;
}
a:focus {
  outline: none;
}
body.focus a:focus {
  outline: thin dotted #000;
}
body {
  /*******************************
	Global Nav
	*******************************/
  /*******************************
	 Blue Button - Message Box
	 *******************************/
  /*******************************
	 Popup - Headings
	 *******************************/
}
@media (min-width: 1024px) {
  body .compCont-md {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  body .compCont-sm {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding: 0 30px;
  }
}
body .gNavHdr {
  background-color: transparent;
}
body a.fm-link_3 {
  color: #739ac6;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
}
@media (min-width: 768px) {
  body a.fm-link_3 {
    font-size: 16px;
  }
}
body .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;
}
body .blueButton.bm-textTransform-none {
  text-transform: none;
}
body .blueButton.bm-color-transparent {
  background-color: transparent;
  color: #85abd1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
body .blueButton.bm-pos_msgBox {
  margin-right: 20px;
}
body h2.blackPopup__heading {
  font: 20px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.container-fluid {
  max-width: 1280px;
}
@media (min-width: 1024px) {
  .container-fluid {
    padding: 0 40px;
  }
}
.componentTitle {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.componentTitle__utilsBox {
  font-size: 0;
  height: 30px;
  margin-bottom: 28px;
}
.componentTitle__utilsBox .utilsTray {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .componentTitle {
    max-width: none;
  }
  .componentTitle__utilsBox {
    position: absolute;
    top: -35px;
    right: 0;
  }
  .componentTitle__utilsBox .utilsTray {
    position: static;
  }
  .componentTitle.bm-position_rel {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .componentTitle__utilsBox {
    top: -6px;
  }
  .componentTitle__utilsBox.bm-type_titleWithoutHr {
    top: 2px;
  }
}
.title1 {
  font: 35px "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508ac4;
  text-align: center;
}
@media (min-width: 768px) {
  .title1 {
    font-size: 27px;
  }
  .title1.bm-type_tab42 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .title1 {
    font-size: 42px;
    line-height: 44px;
  }
}
.title2 {
  font: 15px "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508ac4;
}
@media (min-width: 1024px) {
  .title2 {
    font-size: 24px;
  }
  .title2.bm-type_small {
    font-size: 20px;
  }
}
.title3 {
  font: 23px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000;
}
@media (min-width: 768px) {
  .title3 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .title3 {
    font-size: 28px;
  }
}
.title4 {
  font: 27px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .title4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .title4 {
    font-size: 34px;
  }
}
.title5 {
  font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  text-align: center;
}
@media (min-width: 768px) {
  .title5 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .title5 {
    letter-spacing: 2px;
  }
}
.title6 {
  font: bold 19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .title6 {
    font-size: 18px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1024px) {
  .title6 {
    font-size: 26px;
    letter-spacing: -0.2px;
  }
}
.title7 {
  font: bold 19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .title7 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1024px) {
  .title7 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
}
.title8 {
  font: 27px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) {
  .title8 {
    font-size: 34px;
  }
}
.title9 {
  font: bold 16px/18px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #234e82;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .title9 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 29px;
    margin-top: 20px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .title9 {
    font-size: 18px;
    line-height: 20px;
  }
}
.title10 {
  font: 18px "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  text-align: left;
  letter-spacing: .3px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .title10 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .title10 {
    font-size: 24px;
  }
}
.titleSpacing1 {
  margin: 0 auto 18px;
}
@media (min-width: 768px) {
  .titleSpacing1 {
    margin: 0 auto 10px;
  }
}
@media (min-width: 1024px) {
  .titleSpacing1 {
    margin: 0 auto 16px;
  }
}
.titleSpacing2 {
  margin: 0 auto 16px;
}
@media (min-width: 1024px) {
  .titleSpacing2 {
    margin: 0 auto 20px;
  }
}
.titleSpacing3 {
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .titleSpacing3 {
    margin: 0 auto 11px;
  }
}
@media (min-width: 1024px) {
  .titleSpacing3 {
    margin: 0 auto 24px;
  }
}
.titleSpacing4 {
  margin: 0 auto 20px;
}
.titleSpacing4.bm-align_left {
  text-align: left;
}
@media (min-width: 768px) {
  .titleSpacing4 {
    margin: 0 auto 10px;
  }
}
@media (min-width: 1024px) {
  .titleSpacing4 {
    margin: 0 auto 22px;
  }
}
.titleSpacing5 {
  margin: 0 auto 23px;
}
@media (min-width: 768px) {
  .titleSpacing5 {
    margin: 0 auto 11px;
  }
}
@media (min-width: 1024px) {
  .titleSpacing5 {
    margin: 0 auto 16px;
  }
}
.titleSpacing6 {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .titleSpacing6 {
    margin-bottom: 23px;
  }
}
.titleSpacing7 {
  margin: 0 0 13px;
}
@media (min-width: 768px) {
  .titleSpacing7 {
    margin-bottom: 11px;
  }
}
@media (min-width: 1024px) {
  .titleSpacing7 {
    margin-bottom: 21px;
  }
}
.titleSpacing8 {
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  .titleSpacing8 {
    margin-bottom: 34px;
  }
}
@media (min-width: 1024px) {
  .titleSpacing8 {
    margin-bottom: 42px;
  }
}
.titleSpacing10 {
  margin: 0 auto 4px;
}
@media (min-width: 768px) {
  .titleSpacing10 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1024px) {
  .titleSpacing10 {
    margin: 0 auto 14px;
  }
}
/*******************************
Theme - Business practices
*******************************/
.gm-theme_businessPractices .title1 {
  color: #bf9d27;
}
.gm-theme_businessPractices .title2 {
  color: #bf9d27;
}
/*******************************
Theme - Portfolio Strategy
*******************************/
.gm-theme_portfolioStrategy .title1 {
  color: #234e82;
}
.gm-theme_portfolioStrategy .title2 {
  color: #234e82;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .gm-theme_portfolioStrategy .title2 {
    letter-spacing: 0.6px;
  }
}
@media (min-width: 1024px) {
  .gm-theme_portfolioStrategy .title2 {
    letter-spacing: 0.8px;
  }
}
@media (min-width: 768px) {
  .gm-theme_portfolioStrategy .titleSpacing2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .gm-theme_portfolioStrategy .titleSpacing2 {
    margin-bottom: 16px;
  }
}
/*******************************
Theme - Default Blue
*******************************/
.gm-theme_defaultBlue .title1 {
  color: #019bed;
}
.gm-theme_defaultBlue .title2 {
  color: #019bed;
}
/*******************************
Theme - Midnight Blue
*******************************/
.gm-theme_midnightBlue .title1 {
  color: #00355f;
}
.gm-theme_midnightBlue .title2 {
  color: #00355f;
}
/*******************************
Theme - Purple
*******************************/
.gm-theme_purple .title1 {
  color: #532e63;
}
.gm-theme_purple .title2 {
  color: #532e63;
}
/*******************************
Theme - Steel Blue
*******************************/
.gm-theme_steelBlue .title1 {
  color: #004a64;
}
.gm-theme_steelBlue .title2 {
  color: #004a64;
}
/*******************************
Theme - Royal Blue
*******************************/
.gm-theme_royalBlue .title1 {
  color: #2f6eb6;
}
.gm-theme_royalBlue .title2 {
  color: #2f6eb6;
}
/*******************************
Theme - Forest Green
*******************************/
.gm-theme_forestGreen .title1 {
  color: #3a4c00;
}
.gm-theme_forestGreen .title2 {
  color: #3a4c00;
}
/*******************************
Theme - Sapphire Blue
*******************************/
.gm-theme_sapphireBlue .title1 {
  color: #508ac4;
}
.gm-theme_sapphireBlue .title2 {
  color: #508ac4;
}
/*******************************
Theme - Ocra
*******************************/
.gm-theme_ocra .title1 {
  color: #d7b43a;
}
.gm-theme_ocra .title2 {
  color: #d7b43a;
}
/*******************************
Theme - Cobalt Blue
*******************************/
.gm-theme_cobaltBlue .title1 {
  color: #234e82;
}
.gm-theme_cobaltBlue .title2 {
  color: #234e82;
}
.text1 {
  text-align: center;
  font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  margin: 0;
  line-height: 24px;
}
@media (min-width: 768px) {
  .text1 {
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .text1 {
    font-size: 18px;
    line-height: 26px;
  }
}
.text2 {
  text-align: center;
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  margin: 0;
  line-height: 20px;
}
@media (min-width: 768px) {
  .text2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .text2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.text3 {
  text-align: center;
  font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  line-height: 17px;
}
@media (min-width: 768px) {
  .text3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .text3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.textSpacing {
  margin: 0 auto 42px;
}
.textSpacing.bm-align_left {
  text-align: left;
}
@media (min-width: 768px) {
  .textSpacing {
    margin: 0 auto 23px;
  }
}
@media (min-width: 1024px) {
  .textSpacing {
    margin: 0 auto 25px;
  }
}
.textSpacing2 {
  margin: 0 auto 10px;
}
.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;
}
.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;
  }
}
.popupScroller {
  display: none;
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 100000;
}
@media (min-width: 768px) {
  .popupScroller {
    margin: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .popupScroller {
    width: 100%;
  }
}
.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: white;
}
.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(4px) 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;
}
/*******************************
Data - Date, Disclaimer etc 
*******************************/
.copyright {
  color: #999999;
  margin-top: 1px;
  font-size: 9px;
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 3px;
    font-size: 11px;
  }
}
.sectionIntro {
  padding: 0 4.9% 65px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sectionIntro {
    padding: 0 17% 65px;
  }
}
@media (min-width: 1024px) {
  .sectionIntro {
    padding: 0 16% 95px;
    max-width: 1038px;
  }
}
hr {
  border-top: 1px solid #ebebeb;
  margin: 0 0 65px 0;
}
hr.bm-type_blue {
  width: 60px;
  border-top: 2px solid #508ac4;
  margin: 0 auto 28px;
}
hr.bm-type_grey {
  border-top: 1px solid #ebebeb;
  margin: 0 0 26px 0;
}
@media (min-width: 768px) {
  hr.bm-type_grey {
    border-top: 1px solid #ebebeb;
    margin-bottom: 35px;
  }
}
hr.bm-type_2 {
  margin-bottom: 50px;
}
hr.bm-type_3 {
  margin-bottom: 28px;
}
hr.bm-type_4 {
  border-top-color: #ececed;
  margin-bottom: 27px;
}
hr.bm-type_5 {
  border-top-color: #e1e1e1;
  margin-bottom: 70px;
}
hr.bm-type_medium {
  border-top: 2px solid #ebebeb;
}
hr.bm-type_thin {
  border-top: 1px solid #ebebeb;
}
hr.bm-type_thick {
  border-top: 5px solid #ebebeb;
}
hr.bm-type_withoutBtmSpacing {
  margin-bottom: 0;
}
hr.bm-colorType_dark {
  border-top-color: #d2d2d2;
}
hr.bm-type_shortGrey {
  border-top-color: #d1d2d2;
  width: 15px;
  margin: 5px auto;
}
@media (min-width: 768px) {
  hr.bm-type_blue {
    width: 40px;
    margin: 0 auto 15px;
  }
  hr.bm-type_2 {
    margin-bottom: 30px;
  }
  hr.bm-type_3 {
    margin-bottom: 46px;
  }
}
@media (min-width: 1024px) {
  hr {
    margin: 0 0 93px 0;
  }
  hr.bm-type_blue {
    border-top-width: 3px;
    width: 60px;
    margin: 0 auto 25px;
  }
  hr.bm-type_2 {
    margin-bottom: 50px;
  }
  hr.bm-type_3 {
    margin-bottom: 50px;
  }
  hr.bm-type_4 {
    margin-bottom: 41px;
  }
  hr.bm-type_withoutBtmSpacing {
    margin-bottom: 0;
  }
}
.shadow {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url('common/img/sem/shadows.png');
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  height: 38px;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .shadow {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .shadow {
    height: 73px;
  }
}
.bgComp .titleSummaryLink.bm-type_sum .text1 {
  color: #fff;
}
.bgComp .titleSummaryLink.bm-type_sum .blueButton_v3 {
  background-color: #fff;
}
.titleSummaryLink {
  margin-bottom: 50px;
  padding: 0 10px;
}
.titleSummaryLink .buttonContainer {
  margin-bottom: -20px;
}
.titleSummaryLink .buttonContainer button {
  margin: 0 10px 20px;
}
.titleSummaryLink.bm-align_left {
  margin-left: 0;
  padding: 0;
}
.titleSummaryLink.bm-align_left .blueButton_v2,
.titleSummaryLink.bm-align_left .blueButton_v3 {
  min-width: 120px;
}
@media (max-width: 768px) {
  .titleSummaryLink.bm-align_left .blueButton_v2,
  .titleSummaryLink.bm-align_left .blueButton_v3 {
    min-width: 200px;
  }
}
.titleSummaryLink.bm-align_left .buttonContainer button {
  margin-right: 20px;
  margin-left: 0;
}
.titleSummaryLink.bm_type2 {
  margin-bottom: 26px;
}
.titleSummaryLink.bm-type_sum {
  margin-bottom: 45px;
}
.titleSummaryLink.bm-type_sum.bm-align_left {
  margin-left: 0;
}
.titleSummaryLink.bm-type_sum .text1 {
  margin-bottom: 20px;
}
.titleSummaryLink.bm-type_sum .buttonContainer {
  margin-bottom: 45px;
}
.titleSummaryLink.bm-type_sum .blueButton_v4,
.titleSummaryLink.bm-type_sum .blueButton_v3,
.titleSummaryLink.bm-type_sum .blueButton_v2 {
  width: 100%;
}
.titleSummaryLink.bm-btmSpacing_large {
  margin-bottom: 45px;
}
.titleSummaryLink.bm-btmSpacing_large .buttonContainer {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .titleSummaryLink {
    width: 64%;
    margin: 0 auto 45px;
  }
  .titleSummaryLink.bm_type2 {
    margin-bottom: 43px;
  }
  .titleSummaryLink.bm-btmSpacing_large {
    margin-bottom: 90px;
  }
  .titleSummaryLink.bm-type_sum {
    margin-bottom: 55px;
    width: 80%;
  }
  .titleSummaryLink.bm-type_sum .buttonContainer {
    margin-bottom: 55px;
  }
  .titleSummaryLink.bm-type_sum .blueButton_v4,
  .titleSummaryLink.bm-type_sum .blueButton_v3,
  .titleSummaryLink.bm-type_sum .blueButton_v2 {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .titleSummaryLink {
    width: 60%;
    margin: 0 auto 65px;
  }
  .titleSummaryLink.bm_type2 {
    margin-bottom: 53px;
  }
  .titleSummaryLink.bm-type_hor {
    padding: 0;
    font-size: 0;
    width: 100%;
  }
  .titleSummaryLink.bm-type_hor .title4,
  .titleSummaryLink.bm-type_hor .text1,
  .titleSummaryLink.bm-type_hor .buttonContainer {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 40px;
  }
  .titleSummaryLink.bm-type_sum {
    display: table;
    width: auto;
    max-width: 72%;
    margin-top: 16px;
    margin-bottom: 66px;
  }
  .titleSummaryLink.bm-type_sum .text1 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
    text-align: left;
  }
  .titleSummaryLink.bm-type_sum .buttonContainer {
    display: table-cell;
    width: 250px;
    vertical-align: middle;
    text-align: left;
  }
}
/*******************************
Source etc greyed out text
*******************************/
.referenceText {
  font-size: 12px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #959ea4;
  text-align: center;
}
/*******************************
Glossary link
*******************************/
.glossaryLink {
  color: #666;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  text-align: center;
  font-size: 14px;
}
.glossaryLink__link {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #508ac4;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .glossaryLink {
    font-size: 16px;
  }
}
/*******************************
Base style for reference component directly dropped on page
*******************************/
.contentArea > .cq-dd-paragraph,
.parbase > .cq-dd-paragraph,
.bgComp > .cq-dd-paragraph,
.contentArea > .disclamerText,
.parbase > .disclamerText,
.bgComp > .disclamerText {
  font-size: 12px;
  color: #666;
  display: block !important;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 0 4.9%;
}
.design-fundfinder .contentArea > .cq-dd-paragraph,
.design-fundfinder .parbase > .cq-dd-paragraph,
.design-fundfinder .bgComp > .cq-dd-paragraph,
.design-fundfinder .contentArea > .disclamerText,
.design-fundfinder .parbase > .disclamerText,
.design-fundfinder .bgComp > .disclamerText,
.design-gsam .contentArea > .cq-dd-paragraph,
.design-gsam .parbase > .cq-dd-paragraph,
.design-gsam .bgComp > .cq-dd-paragraph,
.design-gsam .contentArea > .disclamerText,
.design-gsam .parbase > .disclamerText,
.design-gsam .bgComp > .disclamerText,
.design-gsam_v2 .contentArea > .cq-dd-paragraph,
.design-gsam_v2 .parbase > .cq-dd-paragraph,
.design-gsam_v2 .bgComp > .cq-dd-paragraph,
.design-gsam_v2 .contentArea > .disclamerText,
.design-gsam_v2 .parbase > .disclamerText,
.design-gsam_v2 .bgComp > .disclamerText {
  max-width: 1230px;
  padding: 0 21px;
}
@media (min-width: 768px) {
  .contentArea > .cq-dd-paragraph,
  .parbase > .cq-dd-paragraph,
  .bgComp > .cq-dd-paragraph,
  .contentArea > .disclamerText,
  .parbase > .disclamerText,
  .bgComp > .disclamerText {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .contentArea > .cq-dd-paragraph,
  .parbase > .cq-dd-paragraph,
  .bgComp > .cq-dd-paragraph,
  .contentArea > .disclamerText,
  .parbase > .disclamerText,
  .bgComp > .disclamerText {
    padding: 0 40px;
  }
  .design-fundfinder .contentArea > .cq-dd-paragraph,
  .design-fundfinder .parbase > .cq-dd-paragraph,
  .design-fundfinder .bgComp > .cq-dd-paragraph,
  .design-fundfinder .contentArea > .disclamerText,
  .design-fundfinder .parbase > .disclamerText,
  .design-fundfinder .bgComp > .disclamerText,
  .design-gsam .contentArea > .cq-dd-paragraph,
  .design-gsam .parbase > .cq-dd-paragraph,
  .design-gsam .bgComp > .cq-dd-paragraph,
  .design-gsam .contentArea > .disclamerText,
  .design-gsam .parbase > .disclamerText,
  .design-gsam .bgComp > .disclamerText,
  .design-gsam_v2 .contentArea > .cq-dd-paragraph,
  .design-gsam_v2 .parbase > .cq-dd-paragraph,
  .design-gsam_v2 .bgComp > .cq-dd-paragraph,
  .design-gsam_v2 .contentArea > .disclamerText,
  .design-gsam_v2 .parbase > .disclamerText,
  .design-gsam_v2 .bgComp > .disclamerText {
    padding: 0 40px;
  }
}
@media (min-width: 1230px) {
  .design-fundfinder .contentArea > .cq-dd-paragraph,
  .design-fundfinder .parbase > .cq-dd-paragraph,
  .design-fundfinder .bgComp > .cq-dd-paragraph,
  .design-fundfinder .contentArea > .disclamerText,
  .design-fundfinder .parbase > .disclamerText,
  .design-fundfinder .bgComp > .disclamerText,
  .design-gsam .contentArea > .cq-dd-paragraph,
  .design-gsam .parbase > .cq-dd-paragraph,
  .design-gsam .bgComp > .cq-dd-paragraph,
  .design-gsam .contentArea > .disclamerText,
  .design-gsam .parbase > .disclamerText,
  .design-gsam .bgComp > .disclamerText,
  .design-gsam_v2 .contentArea > .cq-dd-paragraph,
  .design-gsam_v2 .parbase > .cq-dd-paragraph,
  .design-gsam_v2 .bgComp > .cq-dd-paragraph,
  .design-gsam_v2 .contentArea > .disclamerText,
  .design-gsam_v2 .parbase > .disclamerText,
  .design-gsam_v2 .bgComp > .disclamerText {
    padding: 0 1.8%;
  }
}
@media (min-width: 1300px) {
  .design-fundfinder .contentArea > .cq-dd-paragraph,
  .design-fundfinder .parbase > .cq-dd-paragraph,
  .design-fundfinder .bgComp > .cq-dd-paragraph,
  .design-fundfinder .contentArea > .disclamerText,
  .design-fundfinder .parbase > .disclamerText,
  .design-fundfinder .bgComp > .disclamerText,
  .design-gsam .contentArea > .cq-dd-paragraph,
  .design-gsam .parbase > .cq-dd-paragraph,
  .design-gsam .bgComp > .cq-dd-paragraph,
  .design-gsam .contentArea > .disclamerText,
  .design-gsam .parbase > .disclamerText,
  .design-gsam .bgComp > .disclamerText,
  .design-gsam_v2 .contentArea > .cq-dd-paragraph,
  .design-gsam_v2 .parbase > .cq-dd-paragraph,
  .design-gsam_v2 .bgComp > .cq-dd-paragraph,
  .design-gsam_v2 .contentArea > .disclamerText,
  .design-gsam_v2 .parbase > .disclamerText,
  .design-gsam_v2 .bgComp > .disclamerText {
    padding: 0;
  }
}
.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;
  }
}
/*******************************
Global Utilities
*******************************/
/*******************************
Grey Background
*******************************/
.greyBackground {
  background-color: #efefed;
}
/*******************************
Docked
*******************************/
.docked {
  position: fixed;
  z-index: 999;
  width: 100%;
}
/*******************************
Line with down arrow
*******************************/
.lineWthDownArw {
  position: relative;
  margin-bottom: 32px;
  height: 1px;
}
.lineWthDownArw hr {
  border-top-width: 1px;
  margin: 0;
  position: absolute;
  left: -38px;
  right: -38px;
}
.lineWthDownArw__arrow {
  position: absolute;
  width: 22px;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  height: 22px;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: 0 auto;
  background-color: white;
}
@media (min-width: 768px) {
  .lineWthDownArw {
    margin-bottom: 54px;
  }
  .lineWthDownArw hr {
    left: -30px;
    right: -30px;
  }
}
@media (min-width: 1024px) {
  .lineWthDownArw hr {
    left: -67px;
    right: -67px;
  }
}
.ie8 .lineWthDownArw__arrow {
  top: -15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678, sizingMethod='auto expand');
}
/*******************************
Buttons
*******************************/
.buttonContainer {
  margin-bottom: 50px;
}
.blueButton_v2 {
  padding: 14px 22px 13px;
  background-color: #508ac4;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #fff;
  min-height: 40px;
  line-height: 11px;
  text-align: center;
  display: inline-block;
  border: 0;
  letter-spacing: 3px;
  outline: none;
}
@media (min-width: 768px) {
  .blueButton_v2 {
    padding: 14px 29px 13px;
    letter-spacing: 2px;
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .blueButton_v2 {
    font-size: 12px;
    padding: 16px 30px 13px;
    min-height: 44px;
    letter-spacing: 3px;
  }
}
.blueButton_v2:hover {
  background-color: #4278ae;
}
.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: 14px 23px 13px 24px;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
@media (min-width: 768px) {
  .blueBrdrBtn {
    padding: 14px 28px 13px 28px;
    font-size: 10px;
    line-height: 10px;
  }
}
@media (min-width: 1024px) {
  .blueBrdrBtn {
    padding: 14px 28px 13px 29px;
    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;
}
.blueButton_v3 {
  padding: 14px 22px;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #7399c6;
  min-height: 40px;
  line-height: 11px;
  text-align: center;
  display: inline-block;
  border: 1px solid #508ac4;
  letter-spacing: 3px;
  outline: none;
  background: transparent;
}
.blueButton_v3:hover {
  background-color: #e5eef6;
}
@media (min-width: 768px) {
  .blueButton_v3 {
    padding: 13px 29px;
    letter-spacing: 2px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .blueButton_v3 {
    font-size: 12px;
    padding: 15px 30px;
    min-height: 44px;
    letter-spacing: 3px;
  }
}
.blueButton_v4 {
  padding: 14px 22px;
  font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6c8db6;
  border: none;
  line-height: 11px;
  text-align: center;
  display: inline-block;
  letter-spacing: 3px;
  outline: none;
  background: transparent;
}
@media (min-width: 768px) {
  .blueButton_v4 {
    padding: 13px 29px;
    letter-spacing: 2px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .blueButton_v4 {
    font-size: 14px;
    padding: 14px 30px;
    letter-spacing: 3px;
  }
}
/*******************************
Theme - Business practices
*******************************/
.gm-theme_businessPractices .blueButton_v2 {
  background-color: #d7b43a;
}
/*******************************
Theme - Portfolio Strategy
*******************************/
.gm-theme_portfolioStrategy .blueButton_v2 {
  background-color: #234e82;
}
/*******************************
Theme - SEM Campaign
*******************************/
.gm-theme_semCampaign .blueButton_v2 {
  background-color: #00355f;
}
.gm-theme_semCampaign_1 .blueButton_v2 {
  background-color: #532e63;
}
.gm-theme_semCampaign_2 .blueButton_v2 {
  background-color: #004a64;
}
.gm-theme_semCampaign_3 .blueButton_v2 {
  background-color: #2f6eb6;
}
.gm-theme_semCampaign_4 .blueButton_v2 {
  background-color: #3a4c00;
}
.gm-theme_semCampaign_5 .blueButton_v2 {
  background-color: #508ac4;
}
.gm-theme_semCampaign_6 .blueButton_v2 {
  background-color: #d7b43a;
}
.gm-theme_semCampaign_7 .blueButton_v2 {
  background-color: #234e82;
}
/*******************************
Theme - Meet The Experts
*******************************/
.gm-theme_defaultBlue .blueButton_v2 {
  background-color: #019bed;
}
.gm-theme_midnightBlue .blueButton_v2 {
  background-color: #00355f;
}
.gm-theme_purple .blueButton_v2 {
  background-color: #532e63;
}
.gm-theme_steelBlue .blueButton_v2 {
  background-color: #004a64;
}
.gm-theme_royalBlue .blueButton_v2 {
  background-color: #2f6eb6;
}
.gm-theme_forestGreen .blueButton_v2 {
  background-color: #3a4c00;
}
.gm-theme_sapphireBlue .blueButton_v2 {
  background-color: #508ac4;
}
.gm-theme_ocra .blueButton_v2 {
  background-color: #d7b43a;
}
.gm-theme_cobaltBlue .blueButton_v2 {
  background-color: #234e82;
}
/*******************************
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__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(-18px) 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: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
}
.richText.bm-spacing_none {
  margin-bottom: 0;
}
.richText.bm-spacing_after {
  margin-bottom: 65px;
}
.richText.bm-spacing_small {
  margin-bottom: 40px;
}
.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 p,
.richText li {
  line-height: 24px;
  margin-bottom: 15px;
}
.richText ul {
  padding-left: 18px;
  margin-bottom: 39px;
}
.richText__discText {
  font-size: 12px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  line-height: 19px;
}
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText h5,
.richText h6 {
  margin-top: 0;
}
.richText h2 {
  font-size: 23px;
  color: #000;
  margin-bottom: 15px;
}
.richText h5 {
  color: #333;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  line-height: 24px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .richText h5 {
    font-size: 20px;
  }
}
.richText hr {
  margin: 20px auto;
}
.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: 28px "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  color: #5886c3;
  line-height: 48px;
}
.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_regularBody h2 {
  font: 19px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  line-height: 21px;
  letter-spacing: -0.2px;
  margin-bottom: 13px;
}
.richText.bm-type_regularBody.bm-spacing_after {
  margin-bottom: 26px;
}
.richText.bm-type_regularBody.bm-spacing_small {
  margin-bottom: 40px;
}
.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_singleColTab table {
  table-layout: fixed;
}
.richText.bm-table_singleColTab table:after {
  content: '';
  display: block;
  clear: both;
}
.richText.bm-table_singleColTab table td {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.richText.bm-all_tableView {
  font-size: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.richText.bm-all_tableView table {
  width: 790px;
}
.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;
  font-weight: bold;
  background: #85ABD1 !important;
}
.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 {
    font-size: 14px;
  }
  .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-all_tableView table {
    width: 100%;
  }
  .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 p,
  .richText li {
    line-height: 20px;
    margin-bottom: 11px;
  }
  .richText ul {
    margin-bottom: 30px;
  }
  .richText h2 {
    font-size: 22px;
    margin-bottom: 11px;
  }
  .richText.bm-type_regularBody h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.6px;
  }
  .richText.bm-type_regularBody.bm-spacing_after {
    margin-bottom: 43px;
  }
  .richText.bm-type_regularBody.bm-spacing_small {
    margin-bottom: 80px;
  }
  .richText.percent100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent40 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent30 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent20 {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.percent10 {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }
  .richText.bm-spacing_small {
    margin-bottom: 80px;
  }
  .richText blockquote {
    padding-top: 76px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1024px) {
  .richText {
    padding: 0 100px;
    font-size: 18px;
  }
  .richText.bm-spacing_after {
    margin-bottom: 93px;
  }
  .richText.bm-type_disclaimer {
    padding: 0;
  }
  .richText p,
  .richText li {
    line-height: 26px;
    margin-bottom: 9px;
  }
  .richText h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .richText.bm-type_regularBody h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 21px;
  }
  .richText.bm-type_regularBody.bm-spacing_after {
    margin-bottom: 53px;
  }
  .richText.bm-type_regularBody.bm-spacing_small {
    margin-bottom: 80px;
  }
  .richText.bm-all_tableView {
    font-size: 18px;
  }
  .richText.bm-table_singleColTab table td {
    display: table-cell;
    width: auto;
    float: none;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
  }
  .richText.bm-table_singleColTab table td:first-child {
    padding-left: 0;
  }
  .richText.bm-table_singleColTab table td:last-child {
    padding-right: 0;
  }
  .richText.bm-table_singleColTab table tr {
    border-bottom: 15px solid transparent;
  }
  .richText.bm-table_singleColTab table tr:last-child {
    border-bottom: none;
  }
  .richText blockquote {
    margin: 0 -100px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media print {
  .richText table {
    page-break-inside: avoid;
  }
}
.semlogo {
  display: block;
  padding-right: 15px;
  display: table-cell;
  vertical-align: top;
  position: absolute;
  top: 14px;
  left: 3.8%;
  z-index: 1;
  width: 100px;
}
.semlogo__image {
  width: 102px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .semlogo {
    padding-right: 10px;
    top: 12px;
    left: 1.3%;
  }
  .semlogo__image {
    width: 159px;
  }
}
@media (min-width: 1024px) {
  .semlogo {
    padding-right: 18px;
    margin-left: 1px;
    height: 42px;
    top: 67px;
    left: 7.1%;
  }
  .semlogo__image {
    width: 203px;
  }
}
/*******
*
* Columns layouts up to 4 columns
*
*******/
/* column control layouts */
.lt-ie8 div.cq-colctrl-lt4-c0 {
  width: 25%;
}
.design-gsam_v2 .contentArea > .parsys_column,
.design-gsam_v2 .contentArea > .parsys > .parsys_column,
.design-gsam_v2 .contentArea > div > .bgComp > .parsys_column,
.design-gsam_v2 .contentArea > .parsys > .parbase > div > .bgComp > .parsys > .parsys_column {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 0 4.9%;
}
@media (min-width: 768px) {
  .design-gsam_v2 .contentArea > .parsys_column,
  .design-gsam_v2 .contentArea > .parsys > .parsys_column,
  .design-gsam_v2 .contentArea > div > .bgComp > .parsys_column,
  .design-gsam_v2 .contentArea > .parsys > .parbase > div > .bgComp > .parsys > .parsys_column {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .design-gsam_v2 .contentArea > .parsys_column,
  .design-gsam_v2 .contentArea > .parsys > .parsys_column,
  .design-gsam_v2 .contentArea > div > .bgComp > .parsys_column,
  .design-gsam_v2 .contentArea > .parsys > .parbase > div > .bgComp > .parsys > .parsys_column {
    padding: 0 40px;
  }
}
.design-gsam_v2 .contentArea > .shadedCol,
.design-gsam_v2 .contentArea > .parsys > .shadedCol {
  max-width: 1200px;
  padding: 0;
}
.parsys_column > .compCont,
.parsys_column > .parbase > .compCont {
  padding: 0;
}
div {
  /* 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%;
}
@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%;
  }
}
.icon.im-info {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url('common/img/institutional/info.png');
}

/* 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);
  }
}
.adaptiveImg {
  margin-bottom: 12px;
  position: relative;
}
.adaptiveImg__img img {
  width: 100%;
}
.adaptiveImg__caption {
  background-color: #efefed;
  padding: 10px;
}
.adaptiveImg {
  margin-bottom: 12px;
  position: relative;
}
.adaptiveImg__img img {
  width: 100%;
}
.adaptiveImg__caption {
  background-color: #efefed;
  padding: 10px;
}

/* 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);
  }
}
.bgAnimate {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.bgAnimate__Output {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.bgCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.bgCont.bm-bg_gray {
  background-color: #efefed;
}
.bgCont__video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.bgCont__image {
  position: absolute;
  z-index: -1;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}
.bgCont__image.bm-scale_full {
  max-width: 100%;
}
.bgCont__image-repeat {
  position: relative;
  z-index: -1;
  height: 100%;
  display: block;
  overflow: hidden;
}
.bgCont__image-repeat .bg-image {
  height: 100%;
  background-repeat: repeat;
}
.bgCont__image-responsive-with-bg-position {
  position: relative;
  z-index: -1;
  height: 100%;
  display: block;
  overflow: hidden;
}
.bgCont__image-responsive-with-bg-position .bg-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgCont .mejs-container {
  background-color: transparent;
}
.bgCont img[src=""] {
  display: none;
}
.bgComp {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 65px;
}
.bgComp .marquee {
  margin-top: -65px;
}
.bgComp.bm-type_withBtmSpacing {
  margin-bottom: 65px;
}
.bgComp.bm-padding_top_none {
  padding-top: 0px;
}
.bgComp.bm-bg_gray {
  background-color: #efefed;
}
.bgComp.bm-bg_black {
  background-color: black;
}
.bgComp h2.emptycomponent {
  color: #428bca;
}
.bgComp.bm-topSpacing_small {
  padding-top: 40px;
}
.bgComp.bm-topSpacing_none {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .bgComp.bm-topSpacing_small {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .bgComp {
    padding-top: 93px;
  }
  .bgComp .marquee {
    margin-top: -93px;
  }
  .bgComp.bm-type_withBtmSpacing {
    margin-bottom: 93px;
  }
  .bgComp.bm-topSpacing_small .utilsTray {
    margin-top: 45px;
  }
}
.design-gsam .bgComp.bm-type_withBtmSpacing {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .design-gsam .bgComp.bm-type_withBtmSpacing {
    margin-bottom: 40px;
  }
}
.bm-bgSize__content,
.bm-bgSize__custom {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 0 4.9%;
}
@media (min-width: 768px) {
  .bm-bgSize__content,
  .bm-bgSize__custom {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .bm-bgSize__content,
  .bm-bgSize__custom {
    padding: 0 40px;
  }
}
.bm-bgSize__content .bgComp,
.bm-bgSize__custom .bgComp {
  margin-left: auto;
  margin-right: auto;
}
.bm-bgSize__content .compCont,
.bm-bgSize__custom .compCont,
.bm-bgSize__content .cq-colctrl-default,
.bm-bgSize__custom .cq-colctrl-default,
.bm-bgSize__content .cq-colctrl-lt1,
.bm-bgSize__custom .cq-colctrl-lt1,
.bm-bgSize__content .cq-colctrl-lt2,
.bm-bgSize__custom .cq-colctrl-lt2,
.bm-bgSize__content .cq-colctrl-lt3,
.bm-bgSize__custom .cq-colctrl-lt3,
.bm-bgSize__content .cq-colctrl-lt4,
.bm-bgSize__custom .cq-colctrl-lt4,
.bm-bgSize__content .cq-colctrl-lt5,
.bm-bgSize__custom .cq-colctrl-lt5,
.bm-bgSize__content .cq-colctrl-lt6,
.bm-bgSize__custom .cq-colctrl-lt6 {
  padding: 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);
  }
}
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;
}


/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Metalic Theme

    copyright (c) 2011 - 2014 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/

.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.Zebra_DatePicker {
    position: absolute;
    background: #FFFFFF;
    z-index: 1200;
    font: normal 13px/24px 'UniversLTStd';
    top: 0;
}

.Zebra_DatePicker * {
    margin: 0;
    padding: 0;
    color: #666;
    background-color: #FFFFFF;
    border: none;
}


/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker table {
    border-collapse: separate;
    border-spacing: 0 5px;
    width: auto;
    table-layout: auto;
    /* margin: 15px; */
}

.Zebra_DatePicker td,
.Zebra_DatePicker th {
    text-align: center;
    padding: 5px 0
}

.Zebra_DatePicker td {
    cursor: pointer
}

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
    margin: 5px 24px;
    background-color: #FFF;
}

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
    width: 42px;
    border: none;
    background: #FFFFFF;
    color: #666666;
}

.Zebra_DatePicker {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}


/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker.dp_visible {
    visibility: visible;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transition: opacity 0.2s ease-in-out
}

.Zebra_DatePicker.dp_hidden {
    visibility: hidden;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}


/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker .dp_header td {
    color: #7399c6;
}

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
    width: 30px
}


.Zebra_DatePicker .dp_header .dp_caption {
    font: normal 18px/24px UniversLTStdLight;
    background-color: #EFEFEF !important;
}

.Zebra_DatePicker .dp_header .dp_caption .dateSelectorLink__chevron.downIcon,
.Zebra_DatePicker .dp_header .dp_caption .dateSelectorLink__chevron.upIcon {
    position: relative;
    left: 10%;
    margin-left: -5%;
    background-color: #EFEFEF !important;
}

.Zebra_DatePicker .dp_header, .Zebra_DatePicker .dp_header .dp_hover {
    width: 100% !important;
    background: #EFEFEF !important;
    color: #7399c6 !important;
}


/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker td.dp_week_number,
.Zebra_DatePicker .dp_daypicker th {
    background: #FFFFFF;
    font-size: 14px;
    padding-top: 7px;
    text-transform: uppercase;
    line-height: 24px;
    font: normal 14px/24px UniversLTStdBold;
}

.Zebra_DatePicker .dp_daypicker tr {
    
}

.Zebra_DatePicker td.dp_weekend_disabled {
    background: #FFFFFF;
    color: #999999;
    cursor: default;
    opacity: 0.5;
}

.Zebra_DatePicker td.dp_not_in_month,
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: #FFFFFF;
    color: #999999;
    cursor: default;
}

.Zebra_DatePicker td.dp_not_in_month_selectable {
    cursor: pointer
}

.Zebra_DatePicker td.dp_weekend {
    background: #FFFFFF;
    color: #666666;
}

.Zebra_DatePicker td.dp_selected {
    background: #7399c6 !important;
    color: #FFFFFF !important;
}


/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker .dp_monthpicker td {
    width: 33%
}

.Zebra_DatePicker .dp_monthpicker td.dp_current {
    color: #7399c6 !important;
}
.Zebra_DatePicker .dp_monthpicker td.dp_current.dp_hover {
    color: #FFF !important;
    background: #7399c6;
}

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker .dp_yearpicker td {
    width: 33%
}

.Zebra_DatePicker .dp_yearpicker td.dp_current {
    color: #7399c6 !important;
}

.Zebra_DatePicker .dp_yearpicker td.dp_current.dp_hover {
    color: #FFF !important;
    background: #7399c6;
}
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker .dp_footer {
    margin-top: 3px
}

.Zebra_DatePicker .dp_footer .dp_hover {
    background: #67AABB;
    color: #FFF
}


/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker .dp_today {
    color: #E0E0E0;
    padding: 3px
}


/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker .dp_clear {
    color: #E0E0E0;
    padding: 3px
}


/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PRESIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker td.dp_current {
    color: #7399c6;
}

.Zebra_DatePicker td.dp_disabled_current {
    color: #7399c6;
}

.Zebra_DatePicker td.dp_hover {
    background: #7399c6 !important;
    color: #FFF !important;
}

.Zebra_DatePicker td.dp_disabled {
    background: #FFFFFF;
    color: #666666;
    cursor: default;
}


/* = ICON
----------------------------------------------------------------------------------------------------------------------*/

button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('external/zebradatepcker/images/calendar.png') no-repeat left top;
    text-indent: -9000px;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    vertical-align: top
}

button.Zebra_DatePicker_Icon_Disabled {
    background-image: url('external/zebradatepcker/images/calendar-disabled.png')
}


/* don't set vertical margins! */

button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px
}

button.Zebra_DatePicker_Icon_Inside_Right {
    margin: 0 3px 0 0
}

button.Zebra_DatePicker_Icon_Inside_Left {
    margin: 0 0 0 3px
}




.Zebra_DatePicker .dp_in-range{
    background-color: #f1f5f9;
}
.Zebra_DatePicker .dp_daypicker td.date_inrange {
     background-color: #f1f5f9;   
}
.Zebra_DatePicker .dp_daypicker td.date_inrange_disabled {
    background-color: red;   
}
.Zebra_DatePicker .dp_disabled{
	opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: not-allowed !important;
}
