.mejs-offscreen {
    position: absolute!important;
    top: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}

.me-plugin {
    position: absolute;
}

.mejs-embed,.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs-fullscreen {
    overflow: hidden!important;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}

.mejs-clear {
    clear: both;
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

:root .mejs-poster img {
 
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/bigplay.png) no-repeat;
}

.no-svg .mejs-overlay-button {
    background-image: url(../../clientlibs/gsam-style/external/mediaelement/css/bigplay.png);
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(0,0,0,.9);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9));
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(../../clientlibs/gsam-style/external/mediaelement/css/loading.gif) 50% 50% no-repeat;
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(0,0,0,.7);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
    height: 30px;
    width: 100%;
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica,Arial;
    border: 0;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(../../clientlibs/gsam-style/external/mediaelement/css/controls.png) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(../../clientlibs/gsam-style/external/mediaelement/css/controls.png);
}

.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999;
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto;
}

.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px;
}

.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60,170,200,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));
    background: -webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}

.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(50,50,50,.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
    cursor:pointer;
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255,255,255,.5);
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255,255,255,.9);
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255,255,255,.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.mejs-controls .mejs-captions-button {
    position: relative;
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(50,50,50,.7);
    border: solid 1px transparent;
    padding: 10px 10px 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica,arial;
    font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0,0,0,.7);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
    overflow: hidden;
    border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102,102,102,.7);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));
    background: -webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
    background: -moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
    background: -o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
    background: -ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
    background: linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px;
    line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400;
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 35px;
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(20,20,20,.5);
    white-space: pre-wrap;
}

.me-cannotplay {
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica,Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff;
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(50,50,50,.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica,arial;
    font-size: 10px;
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(50,50,50,.7);
    z-index: 1000;
    overflow: hidden;
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(50,50,50,.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}

div.mejs-speed-button {
    width: 46px!important;
    position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #fff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(../../clientlibs/gsam-style/external/mediaelement/css/background.png);
    background: rgba(50,50,50,.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
    visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: rgba(33,248,248,1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px;
    padding: 0 10px;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica,arial;
    font-size: 11.5px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8!important;
    background-color: rgba(255,255,255,.4)!important;
}

.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(../../clientlibs/gsam-style/external/mediaelement/css/skipback.png) no-repeat;
    background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #fff;
}
/* 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
*******************************/
.slider__controlWrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.slider__controlWrapper .icon.im-arrowRightBlueBG,
.slider__controlWrapper .icon.im-arrowLeftBlueBG {
  width: 20px;
}
.slider__controlWrapper .icon.im-arrowLeftBlueBG {
  left: -3px;
}
.slider__wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.slider__slide {
  float: left;
  width: 170px;
  margin-left: 10px;
  cursor: pointer;
}
.slider__pager {
  margin: 20px 0px 18px 10px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.slider__pager span {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.slider__prevBtn,
.slider__nextBtn {
  background-color: #6286b6;
  cursor: pointer;
  height: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
}
.slider__prevBtn .icon,
.slider__nextBtn .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider__nextBtn {
  right: 0;
  left: auto;
}
.slider__imageBtn {
  height: 150px;
  margin-bottom: auto;
  margin-top: auto;
}
.slider__imgDesc {
  min-height: 50px;
  bottom: 0;
  position: absolute;
  background: #252525;
  color: #ffffff;
  padding: 10px;
  width: 100%;
}
.slider__imgSlide {
  float: left;
  margin-right: 0px;
  position: relative;
}

/* 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
*******************************/
.audioUnit {
  margin: 0px 0 0 0;
  padding: 16px 10px 20px 10px;
  border-top: 1px solid #C6C8C9;
  cursor: pointer;
}
.audioUnit:first-child {
  border-top: none;
  padding-top: 17px;
}
.audioUnit.active {
  cursor: default;
  background: #efefed;
  border-top: none;
}
.audioUnit.active .audioUnit__title {
  color: #000000;
}
.audioUnit.active .audioUnit__dur {
  color: #000000;
}
.audioUnit__title {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 14px;
  color: #365884;
}
.audioUnit__dur {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  color: #365884;
}
.audioUnit__desc {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  display: block;
}
.audioUnit__icon {
  display: inline-block;
  margin-right: 2px;
}
/**
* Overriden css for mejs audio compenent
*/
.mejs-audio {
  width: 100% !important;
}
.mejs-container .mejs-inner .mejs-overlay-button {
  width: 47px;
  height: 47px;
  margin: -23px 0 0 -23px;
}
.mejs-container .mejs-inner .mejs-controls {
  height: 45px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button {
  height: 45px;
  width: 45px;
  border-right: 1px #333 solid;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button button {
  margin: 16px 14px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-currenttime-container,
.mejs-container .mejs-inner .mejs-controls .mejs-duration-container {
  height: 28px;
  padding: 17px 12px 0;
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail {
  padding-top: 15px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-slider {
  height: 5px;
  outline: none;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-slider .mejs-time-buffering,
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-slider .mejs-time-loaded,
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-slider .mejs-time-current,
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-slider .mejs-time-handle {
  height: 5px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-slider .mejs-time-loaded {
  border-radius: 0px;
  background: #333;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-slider .mejs-time-current {
  border-radius: 0px;
  background: #365884;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: #365884;
}
/**
* End Overriden css for mejs audio compenent
*/

/* 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
*******************************/
.media__stage .me-plugin {
  position: relative;
}
.media__stage .mejs-controls .mejs-button button {
  margin: 15px 0;
}
.media .videoContainer {
  overflow: hidden;
}
.media .videoContainer *:focus {
  outline: 0;
}
.media.bm-media_video {
  margin-bottom: 41px;
}
.media.bm-media_video .mejs-controls {
  /* hide controls by default */
  visibility: hidden;
}
.media.bm-media_video .mejs-video:hover .mejs-controls {
  visibility: visible;
}
.mediaStage {
  background: #EFEFED;
  padding: 8px 10px 10px 10px;
}
.mediaStage__title {
  margin-top: 0px;
  font-size: 15px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.mediaStage__duration {
  font-size: 15px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.mediaStage__desc {
  font-family: arial, Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .mediaStage {
    padding-left: 19px;
    padding-top: 8px;
  }
  .mediaStage__title {
    margin-bottom: 7px;
  }
  .mediaStage__desc {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .mediaStage {
    padding-left: 9px;
    padding-top: 7px;
  }
}
.videoSlide img {
  width: 170px;
  height: 85px;
}
.videoSlide__title {
  color: #6286b6;
  margin-top: 10px;
}
.videoSlide__duration {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.videoSlide.active .videoSlide__title {
  color: #000;
}
.inlineVideoWrap {
  max-width: 860px;
  margin: auto;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
Global Utilities for v2
*******************************/
/*******************************
Slide Left Menu
*******************************/
.utilsTray {
  font-size: 0;
  display: inline-block;
}
.utilsTray__item {
  display: inline-block;
  width: 30px;
  font-size: 0;
  border: 1px solid white;
  border-radius: 15px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.utilsTray__item.bm-position_lightBG {
  border-color: #7f7f7f;
}
.utilsTray__item.bm-mode_error {
  border-color: #ff0000;
}
.utilsTray__item img,
.utilsTray__item .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .utilsTray__item {
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
  .utilsTray__item img,
  .utilsTray__item .icon {
    left: 2px;
    top: 1px;
  }
}
@media (min-width: 1024px) {
  .utilsTray__item {
    width: 44px;
    height: 44px;
    border-radius: 25px;
    margin-left: 10px;
  }
  .utilsTray__item:first-child {
    margin-left: 0px;
  }
  .utilsTray__item img,
  .utilsTray__item .icon {
    left: 0;
    top: 0;
  }
}
.slideLeftMenu {
  overflow: hidden;
  position: relative;
  width: 30px;
}
.slideLeftMenu.bm-mode_expanded {
  background-image: url('../../clientlibs/gsam-style/common/img/sas/blackTranslucentBG.png');
}
.slideLeftMenu.bm-mode_expanded.bm-position_lightBG {
  border-color: #000;
}
@media (min-width: 768px) {
  .slideLeftMenu {
    width: 36px;
  }
}
@media (min-width: 1024px) {
  .slideLeftMenu {
    width: 44px;
  }
}
.slideLeftDrawer {
  height: 28px;
  position: absolute;
  right: 0;
  padding-left: 5px;
}
.slideLeftDrawer.bm-count_4 {
  width: 125px;
}
.slideLeftDrawer.bm-count_3 {
  width: 95px;
}
.slideLeftDrawer.bm-count_2 {
  width: 65px;
}
.slideLeftDrawer__item {
  font-size: 12px;
  line-height: 30px;
  width: 30px;
  height: 28px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.slideLeftDrawer__item.bm-item_shareHandle {
  padding-top: 0px;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
.slideLeftDrawer__item.bm-item_shareHandle .closeIcon {
  opacity: 0;
}
.slideLeftDrawer__item.bm-item_shareHandle.bm-anim_rotate {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
@media (min-width: 768px) {
  .slideLeftDrawer {
    height: 34px;
    padding: 0 1px 0 9px;
  }
  .slideLeftDrawer.bm-count_4 {
    width: 154px;
  }
  .slideLeftDrawer.bm-count_3 {
    width: 118px;
  }
  .slideLeftDrawer.bm-count_2 {
    width: 82px;
  }
  .slideLeftDrawer__item {
    height: 34px;
    width: 36px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .slideLeftDrawer {
    height: 42px;
    padding: 5px 5px 5px 15px;
  }
  .slideLeftDrawer.bm-count_4 {
    width: 156px;
  }
  .slideLeftDrawer.bm-count_3 {
    width: 122px;
  }
  .slideLeftDrawer.bm-count_2 {
    width: 88px;
  }
  .slideLeftDrawer__item {
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
.ie8 .shareDrawer__item .closeIcon {
  display: none;
}

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

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

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

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
Secondary Navigation
*******************************/
.secondarynavigation-container {
  display: none;
}
.secondarynavigation-container a {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .nav-wrapper .gNav {
    height: 100px;
  }
}
.nav-wrapper .gNavMenuBtn {
  padding-top: 3px;
  width: auto;
}
.nav-wrapper .gNavMenuBtn span {
  display: block;
}
.secondarynavigation_v2 {
  height: 62px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .secondarynavigation_v2 {
    padding-top: 30px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .secondarynavigation_v2 {
    height: 100px;
    padding-top: 40px;
  }
}
.secondarynavigation_v2 ul li a {
  color: #FFFFFF;
}
.secondarynavigation_v2 .logo__img {
  display: inline-block;
}
.secondarynavigation_v2 .secondarynavigation {
  float: right;
}
.gNavContainer.gNavOverlay {
  opacity: 0.7;
  display: none;
}
@media (min-width: 768px) {
  .gNavContainer.gNavOverlay {
    dispaly: block;
  }
}
@media screen and (min-width: 1024px) {
  .secondarynavigation-container {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
  .secondarynavigation-container ul li a {
    color: #FFFFFF;
  }
  .secondarynavigation {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .secondarynavigation__list {
    list-style: none;
    display: inline-block;
    margin-left: 19px;
    font-size: 11.5px;
    line-height: 16px;
    position: relative;
  }
  .secondarynavigation__list:hover .childnavblk {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition-delay: 0 0 .3s;
  }
  .secondarynavigation__list.childnavblk-visible:hover:after {
    transform: translateX(-50%);
    position: absolute;
    top: 22px;
    display: inline-block;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #0b2a4a;
    border-left: 15px solid transparent;
    content: '';
    margin: auto;
    left: 50%;
    width: 0px;
    transition-delay: 0 0 .3s;
  }
  .secondarynavigation :nth-last-child(1) .childnavblk {
    transform: translateX(-85%);
  }
  .childnavblk {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    box-shadow: 2px 4px 5px #000;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    background: #002B49;
    top: 31px;
    text-align: left;
    padding: 24px;
    word-wrap: break-word;
    z-index: 1;
    height: 0;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
    padding-right: 30px;
  }
  .childnavblk li {
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    list-style: none;
    padding-bottom: 15px;
    color: #FFFFFF;
    white-space: nowrap;
  }
  .childnavblk li :hover {
    color: #428bca;
  }
  .childnavblk li div {
    max-width: 200px;
  }
  .childnavblk :nth-last-child(1) {
    padding-bottom: 0px;
  }
  .footer-subnavigation {
    padding-top: 20px;
    overflow: hidden;
    clear: both;
  }
  .icon-ayco {
    -webkit-transform: rotate(-90deg) scale(0.5);
    vertical-align: bottom;
    width: 19px !important;
    height: 18px !important;
  }
  .searchbox {
    background: #e4ebef;
    font-size: 10px;
    border: 1px solid #c3cfd5;
    border-right: 0;
    padding: 7px 4px;
    margin-right: -3px;
    text-transform: uppercase;
    width: 0px;
    color: #999;
    -webkit-appearance: none;
    display: block;
    float: left;
    height: 20px;
    visibility: hidden;
    width: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .searchbox.expand {
    visibility: visible;
    display: inline-block;
    width: 230px;
  }
}
_:-ms-lang(x),
.childnavblk li div {
  min-width: 200px;
}

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

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

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contactUsNew {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 65px;
}
.contactUsNew__heading {
  font-size: 23px;
  margin-bottom: 43px;
  margin-top: 0;
}
.contactUsNew__content {
  margin-bottom: 11px;
  margin-left: -20px;
  font-size: 0;
}
.contactUsNew__content:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .contactUsNew {
    margin-bottom: 30px;
  }
  .contactUsNew__heading {
    font-size: 22px;
    color: #000;
    width: 23%;
    float: left;
  }
  .contactUsNew__content {
    width: 25%;
    float: left;
    margin-left: 0px;
    padding-top: 5px;
  }
  .contactUsNew__content.bm-content_more {
    padding-left: 0px;
    width: 50%;
  }
  .contactUsNew__content.bm-content_more .contactInfoNew {
    width: 50%;
  }
  .contactUsNew.bm-fields_3 .contactUsNew__content.bm-content_more .contactInfoNew {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .contactUsNew {
    margin-bottom: 57px;
  }
  .contactUsNew__heading {
    font-size: 26px;
  }
  .contactUsNew__content {
    padding-top: 10px;
  }
}
.contactUsFeildLabel {
  font: 15px "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508AC4;
  margin-bottom: 23px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .contactUsFeildLabel {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .contactUsFeildLabel {
    margin-bottom: 27px;
  }
}
.infoItemCont {
  margin-left: -30px;
}
.contactInfoNew {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 14px;
}
.contactInfoNew__label {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 17px;
}
.contactInfoNew__email {
  color: #508AC4;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.contactInfoNew__number {
  color: #666666;
}
.contactInfoNew__number.bm-number_blue {
  color: #508AC4;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .contactInfoNew {
    padding-left: 0px;
    margin-bottom: 11px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .contactInfoNew {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 18px;
  }
  .contactInfoNew__number {
    cursor: default;
  }
  .contactInfoNew__label {
    margin-bottom: 7px;
  }
}
.bm-content_without_header .contactUsFeildLabel {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .bm-content_without_header {
    margin-top: 29px;
  }
}
@media (min-width: 1024px) {
  .bm-content_without_header {
    margin-top: 42px;
  }
}
.mediaContactsContainer {
  width: 100%;
  font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 21px 16px 0;
  display: none;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .mediaContactsContainer {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .mediaContactsContainer {
    margin-bottom: 41px;
  }
}
.mediaContactsContainer__text {
  cursor: default;
}
.mediaContactsContainer__list {
  margin-bottom: 16px;
}
.mediaContactsContainer__list .bar:last-of-type {
  display: none;
}
.mediaContactsContainer__heading {
  font: bold 13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
  margin-bottom: 5px;
}
.mediaContactsContainer__heading.bm-margin_right {
  margin-right: 55px;
}
@media (min-width: 768px) {
  .mediaContactsContainer__heading.bm-margin_right {
    margin-right: 40px;
  }
}
.mediaContactsContainer__divider {
  font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 0 18px;
  color: #e9e9e8;
}
.mediaContactsContainer__details {
  display: inline;
}
@media (min-width: 768px) {
  .bm-notittle.contactUsNew {
    text-align: center;
  }
  .bm-notittle .contactUsNew__content {
    float: none;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 25%;
  }
  .bm-notittle .contactUsNew__content.bm-content_more .contactInfoNew {
    width: 100%;
  }
  .bm-notittle .contactUsNew__contentCont {
    display: inline-block;
    text-align: left;
  }
  .bm-notittle .bm-content_more {
    width: 25%;
  }
  .bm-notittle .contactInfoNew {
    display: block;
  }
}

/* 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);
  }
}
.iconWithText {
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .iconWithText {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .iconWithText {
    margin-bottom: 20px;
  }
  .iconWithText.bm-meetExpertList {
    margin-bottom: 26px;
  }
}
.iconWithText .title5.bm-layout_border {
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .iconWithText .title5.bm-layout_border {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .iconWithText .title5.bm-layout_border {
    margin-bottom: 17px;
  }
}
.iconCont {
  width: 61px;
  margin: 0 auto 26px;
  display: inline-block;
}
.iconCont__icon {
  width: 100%;
}
.iconCont__blueIcon {
  display: inline-block;
  height: 14px;
  width: 5px;
  background: #019bed;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 3px;
  float: left;
}
.iconCont__blueIcon.bm-type_grey {
  background: #999;
}
@media (min-width: 768px) {
  .iconCont__blueIcon {
    height: 11px;
    width: 6px;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .iconCont__blueIcon {
    height: 16px;
    width: 6px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .iconCont {
    display: table-cell;
    width: 50px;
  }
}
@media (min-width: 1024px) {
  .iconCont {
    width: 80px;
  }
}
.bm-view_tabNAbove {
  margin-bottom: 15px;
}
.bm-view_meetExpert {
  margin-bottom: 43px;
  text-align: left;
}
@media (min-width: 768px) {
  .bm-view_meetExpert {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .bm-view_tabNAbove {
    text-align: left;
    margin-top: 0;
    width: 23.4%;
    float: left;
  }
  .contentCont {
    display: table-cell;
    vertical-align: top;
    padding-left: 13px;
  }
}
@media (min-width: 1024px) {
  .bm-view_tabNAbove {
    width: 25.7%;
  }
  .contentCont {
    padding-left: 20px;
    padding-top: 9px;
  }
}
.bm-marketExpert {
  width: 100%;
  margin-bottom: 28px;
  padding-top: 0;
  padding-left: 0;
  display: block;
}
@media (min-width: 768px) {
  .bm-marketExpert {
    width: 33.3%;
    display: inline-block;
    margin-bottom: 14px;
  }
}
@media (min-width: 1024px) {
  .bm-marketExpert {
    margin-bottom: 30px;
  }
}
.iconWithTextCont {
  /* border layout */
}
.iconWithTextCont.bm-meetExpertList {
  margin-top: 8px;
}
.iconWithTextCont.bm-layout_border {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .iconWithTextCont {
    float: left;
    font-size: 0;
    text-align: left;
    width: 76.6%;
  }
  .iconWithTextCont.bm-meetExpertList {
    margin-top: 3px;
  }
}
@media (min-width: 1024px) {
  .iconWithTextCont {
    width: 74.3%;
  }
  .iconWithTextCont.bm-meetExpertList {
    margin-top: 9px;
  }
}
.iconWithTextList {
  padding: 0;
  width: 100%;
}
.iconWithTextItem {
  margin-bottom: 34px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /* border layout start*/
  /* border layout end*/
}
.iconWithTextItem.bm-layout_border {
  border-bottom: 1px solid #ebebeb;
  padding: 0px;
  vertical-align: top;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  position: relative;
  margin-bottom: 22px;
}
.iconWithTextItem.bm-layout_border.bm-type_icon {
  margin-bottom: 5px;
}
.iconWithTextItem.bm-layout_border .iconCont {
  width: 16px;
  height: 16px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 16px;
  cursor: pointer;
}
.iconWithTextItem.bm-layout_border .iconCont .iconCont__icon {
  height: 100%;
}
@media (min-width: 768px) {
  .iconWithTextItem.bm-layout_border .iconCont {
    width: 22px;
    height: 22px;
    bottom: 20px;
  }
}
.iconWithTextItem.bm-layout_border .iconCont__blueIcon {
  width: 3px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0px;
  margin-right: 0px;
}
.iconWithTextItem.bm-layout_border .contentCont {
  display: table;
  width: 100%;
  text-align: left;
  vertical-align: top;
  min-height: 30px;
  margin-bottom: 12px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .iconWithTextItem.bm-layout_border .contentCont {
    margin-bottom: 30px;
  }
  .iconWithTextItem.bm-layout_border .contentCont.bm-type_icon {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .iconWithTextItem.bm-layout_border .contentCont {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.iconWithTextItem.bm-layout_border .iconWithTextItem__heading {
  font-size: 14px;
  line-height: 15px;
  padding-left: 14px;
  display: table-cell;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 0px;
}
.iconWithTextItem.bm-layout_border .iconWithTextItem__heading.bm-type_icon {
  padding-left: 26px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .iconWithTextItem.bm-layout_border {
    width: 48%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 22px;
  }
  .iconWithTextItem.bm-layout_border.bm-type_icon {
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .iconWithTextItem.bm-layout_border:nth-child(2n) {
    margin-right: 0;
  }
  .iconWithTextItem.bm-layout_border .iconWithTextItem__heading {
    font-size: 16px;
    line-height: 18px;
  }
  .iconWithTextItem.bm-layout_border .iconWithTextItem__heading.bm-type_icon {
    padding-left: 36px;
    line-height: 15px;
  }
}
@media (min-width: 1024px) {
  .iconWithTextItem.bm-layout_border {
    width: 31%;
    margin-bottom: 27px;
    margin-right: 27px;
  }
  .iconWithTextItem.bm-layout_border.bm-type_icon {
    margin-bottom: 17px;
  }
  .iconWithTextItem.bm-layout_border:nth-child(2n) {
    margin-right: 27px;
  }
  .iconWithTextItem.bm-layout_border:nth-child(3n) {
    margin-right: 0;
  }
}
.iconWithTextItem.bm-item_last {
  margin-bottom: 0;
}
.iconWithTextItem__icon {
  margin-bottom: 30px;
}
.iconWithTextItem__heading {
  color: #333;
  font: bold 19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-top: 0px;
  margin-bottom: 11px;
  display: inline-block;
}
.iconWithTextItem__label {
  color: #333;
  display: inline-block;
  font: bold 19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 24px;
  width: 96%;
  text-align: left;
}
@media (min-width: 768px) {
  .iconWithTextItem__label {
    width: 88%;
    font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  .iconWithTextItem__label {
    font: bold 18px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    line-height: 26px;
  }
}
.iconWithTextItem__text {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  color: #666666;
}
@media (min-width: 768px) {
  .iconWithTextItem {
    text-align: left;
    width: 50%;
    padding: 5px 15px 0 0;
  }
  .iconWithTextItem.bm-item_last {
    padding-left: 1.1%;
  }
  .iconWithTextItem__icon {
    margin-right: 15px;
  }
  .iconWithTextItem__heading {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .iconWithTextItem__text {
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .iconWithTextItem {
    padding-top: 1px;
  }
  .iconWithTextItem.bm-item_last {
    padding-left: 2.2%;
  }
  .iconWithTextItem__heading {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.iconWithText.bm-type_Card {
  margin-bottom: 70px;
}
.iconWithText.bm-layout_border {
  margin-bottom: 23px;
}
.iconWithText__icon {
  max-width: 100%;
}
.iconWithText .adaptiveImg {
  margin-bottom: 0;
}
.iconWithText__content {
  background-color: #fff;
  padding: 36px 20px 36px 20px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.iconWithText__heading {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding-bottom: 9px;
}
.iconWithText__desc {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.iconWithText__tile {
  background-color: #fff;
}
@media (min-width: 768px) {
  .iconWithText.bm-type_Card {
    margin-bottom: 40px;
  }
  .iconWithText__content {
    padding: 30px 25px 30px 25px;
    margin: 0;
  }
  .iconWithText__heading {
    line-height: 18px;
    padding-bottom: 11px;
    letter-spacing: 1px;
  }
  .iconWithText__desc {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .iconWithText__cardItem {
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    width: 30.8%;
    vertical-align: top;
    margin-left: 22px;
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
  }
  .iconWithText__cardItem.bm-marginL_none {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .iconWithText.bm-type_Card {
    margin-bottom: 55px;
  }
  .iconWithText__content {
    padding: 38px 38px 40px 38px;
  }
  .iconWithText__heading {
    font-size: 19px;
    line-height: 21px;
    padding-bottom: 9px;
  }
  .iconWithText__desc {
    font-size: 19px;
    line-height: 28px;
  }
  .iconWithText__cardItem {
    width: 30%;
    vertical-align: top;
    margin-left: 32px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .iconWithText__cardItem {
    width: 31.3%;
  }
}
@media (min-width: 768px) {
  .noTouch .iconWithText__cardItem:link:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.08);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.08);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.08);
    transition: all 200ms ease-in;
    transform: scale(1.08);
  }
}
@media (min-width: 768px) {
  a.iconWithText__cardItem:nth-child(3n+1) {
    margin-left: 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);
  }
}
.bm-type_contentTiles.iconWithText {
  font-size: 0;
}
.bm-type_contentTiles .iconWithText__cardItem {
  pointer-events: none;
  background-color: #f4f4f2;
  margin-left: 0;
  margin-bottom: 18px;
}
.bm-type_contentTiles .iconWithText__content {
  background-color: transparent;
  padding: 40px 30px;
  margin-bottom: 0px;
}
.bm-type_contentTiles .iconWithText__heading {
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 20px;
}
.bm-type_contentTiles .iconWithText__desc {
  text-align: left;
}
.bm-type_contentTiles .iconWithText__icon {
  width: 100%;
}
@media (min-width: 768px) {
  .bm-type_contentTiles .iconWithText__cardItem {
    width: 32.22%;
    margin-left: 1.67%;
    margin-bottom: 0;
  }
  .bm-type_contentTiles .iconWithText__cardItem.bm-marginL_none {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .bm-type_contentTiles .iconWithText__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.bm-aims_view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.bm-aims_view__noData {
  margin: 0 auto;
}
.bm-aims_view .iconWithText__cardItem {
  width: 31.33%;
  background-color: #f4f4f2;
  margin: 0 1% 20px;
}
.bm-aims_view .iconWithText__content {
  background-color: transparent;
  padding: 40px 30px;
  margin-bottom: 0px;
}
.bm-aims_view .iconWithText__displayDate {
  font: bold 13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 24px;
  color: #234e82;
  text-align: left;
}
.bm-aims_view .iconWithText__assetbar {
  width: 4px;
  height: 50px;
  margin-bottom: 19px;
}
.bm-aims_view .iconWithText__heading {
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 20px;
}
.bm-aims_view .iconWithText__desc {
  text-align: left;
}
.bm-aims_view .iconWithText__icon {
  width: 100%;
}
.bm-aims_view .iconWithText__header {
  text-align: left;
}
.bm-aims_view .iconWithText__assetClass {
  font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 24px;
  color: #333333;
}
.bm-aims_view .iconWithText__desc {
  clear: both;
}
.bm-aims_view .responsiveTile {
  flex-basis: 48%;
}
.bm-aims_view .noTransition {
  pointer-events: all;
}
.bm-aims_view .iconWithText__cardItem:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  transform: none !important;
}
@media (max-width: 500px) {
  .bm-aims_view .iconWithText__cardItem {
    width: 100%;
  }
  .bm-aims_view .iconWithText__cardItem.bm-marginL_none {
    margin-left: 0;
  }
  .bm-aims_view .responsiveTile {
    flex-basis: 100%;
  }
}
@media (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .bm-aims_view .iconWithText__cardItem {
    width: 100%;
  }
  .bm-aims_view .iconWithText__cardItem.bm-marginL_none {
    margin-left: 0;
  }
  .bm-aims_view .responsiveTile {
    flex-basis: 100%;
  }
}
@page {
  size: A4;
}
@media (max-width: 1024px) {
  .bm-aims_view .iconWithText__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media print {
  .bm-aims_view .compCont {
    display: initial;
  }
}
.bm-align_center.bm-aims_view {
  justify-content: center;
}

/* 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);
  }
}
.topicsComponent {
  margin-left: -10px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .topicsComponent {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .topicsComponent {
    width: 84%;
    margin: 0 auto 70px;
  }
}
.topicsTile {
  padding: 0 0 10px 10px;
  width: 50%;
  float: left;
}
.topicsTile__link {
  display: table;
  width: 100%;
  height: 74px;
  padding: 0px 15px;
  position: relative;
  background-color: #85abd1;
}
.topicsTile__text {
  display: table-cell;
  vertical-align: middle;
  font: 17px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 21px;
  padding-right: 10px;
  color: #fff;
  height: 74px;
}
.topicsTile__icon {
  position: absolute;
  right: 14px;
  top: 30px;
}
@media (min-width: 768px) {
  .topicsTile {
    width: 33.33%;
  }
  .topicsTile__link {
    height: 82px;
    padding-left: 17px;
  }
  .topicsTile__text {
    font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    height: 82px;
  }
  .topicsTile__icon {
    right: 22px;
    top: 30px;
  }
}
@media (min-width: 1024px) {
  .topicsTile {
    padding: 0 0 14px 14px;
  }
  .topicsTile__link {
    height: 112px;
    padding: 0px 27px;
  }
  .topicsTile__link:hover {
    background-color: #729BC4;
  }
  .topicsTile__link.bm-link_invalid {
    cursor: default;
  }
  .topicsTile__link.bm-link_invalid:hover {
    background-color: #85abd1;
  }
  .topicsTile__text {
    height: 112px;
    font-size: 21px;
  }
  .topicsTile__icon {
    right: 28px;
    top: 42px;
  }
}

/* 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);
  }
}
.mediaicon {
  background-image: url('../../clientlibs/gsam-style/common/img/sprites/mediaicons_ratina_small.png');
  background-repeat: no-repeat;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mediaicon {
    background-image: url('../../clientlibs/gsam-style/common/img/sprites/mediaicons_ratina.png');
    background-size: 50px 218px;
  }
}
.mediaicon.im-playBlack {
  background-position: -5px -28px;
  width: 21px;
  height: 24px;
}
.mediaicon.im-pauseBlack {
  background-position: -5px -170px;
  width: 17px;
  height: 20px;
}
.mediaicon.im-playBlue {
  background-position: -5px -196px;
  width: 16px;
  height: 18px;
}
.mediaicon.im-pauseBlue {
  background-position: -5px -124px;
  width: 13px;
  height: 17px;
}
.mediaicon.im-ffWhite {
  background-position: -5px -76px;
  width: 16px;
  height: 13px;
}
.mediaicon.im-fbWhite {
  background-position: -5px -57px;
  width: 16px;
  height: 14px;
}
@media (min-width: 768px) {
  .mediaicon.im-playBlack-sm {
    background-position: -5px -5px;
    width: 16px;
    height: 18px;
  }
  .mediaicon.im-pauseBlack-sm {
    background-position: -5px -146px;
    width: 16px;
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .mediaicon.im-playBlack-md {
    background-position: -5px -5px;
    width: 16px;
    height: 18px;
  }
  .mediaicon.im-pauseBlack-md {
    background-position: -5px -146px;
    width: 16px;
    height: 20px;
  }
  .mediaicon.im-fbWhite-md {
    background-position: -5px -93px;
    width: 13px;
    height: 11px;
  }
  .mediaicon.im-ffWhite-md {
    background-position: -5px -109px;
    width: 13px;
    height: 11px;
  }
}
.marqueeData {
  position: relative;
  color: white;
}
.marqueeData.bm-type_Article.bm-type_featured {
  top: 41px;
}
@media (min-width: 768px) {
  .marqueeData.bm-type_Article.bm-type_featured {
    top: 39px;
  }
}
@media (min-width: 1024px) {
  .marqueeData.bm-type_Article.bm-type_featured {
    top: 60px;
  }
}
.marqueeArticleLink {
  display: block;
  padding-top: 56px;
  cursor: pointer;
}
.marqueeArticleLink.bm-pointer_default {
  cursor: default;
}
.marqueeArticleLink.bm-type_Video {
  padding-top: 45px;
  cursor: default;
}
.marqueeArticleLink.bm-type_VideoV2 {
  padding-top: 91px;
  cursor: default;
}
.marqueeArticleLink.bm-type_Article-V2,
.marqueeArticleLink.bm-type_Article-V3 {
  padding: 0;
}
@media (min-width: 768px) {
  .marqueeArticleLink {
    padding-top: 74px;
  }
  .marqueeArticleLink.bm-type_Video {
    padding-top: 55px;
  }
  .marqueeArticleLink.bm-type_VideoV2 {
    padding-top: 40px;
  }
  .marqueeArticleLink.bm-type_Article-V3 {
    padding: 0;
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .marqueeArticleLink {
    padding-top: 78px;
  }
  .marqueeArticleLink.bm-type_Video {
    padding-top: 63px;
  }
  .marqueeArticleLink.bm-type_VideoV2 {
    padding-top: 40px;
  }
  .marqueeArticleLink.bm-type_Article-V3 {
    padding: 0;
    width: 60%;
  }
}
.marqueeVideoStage {
  height: 0px;
  overflow: hidden;
}
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 70px 0px;
  height: 100%;
}
.marquee.bm-type_Plain {
  height: 230px;
  padding: 38px 0;
}
.marquee.bm-type_Plain2 {
  height: 91px;
  padding: 29px 0 0 0px;
}
.marquee.bm-type_fundTitle {
  min-height: 230px;
  text-align: center;
  margin-right: 0;
  padding-top: 37px;
  margin-top: -65px;
  padding-bottom: 30px;
}
.marquee.bm-type_Article {
  height: 368px;
  padding: 41px 0 0 0;
}
.marquee.bm-type_Article.bm-type_featured {
  padding-top: 0;
  position: relative;
}
.marquee.bm-type_Article-V2 {
  height: 134px;
  padding: 30px 0 0 0;
}
.marquee.bm-type_Article-V3 {
  height: auto;
  padding: 30px 0;
}
.marquee.bm-type_Video,
.marquee.bm-type_VideoV2 {
  padding: 40px 0 0 0;
  min-height: 448px;
}
.marquee.bm-type_Audio {
  height: 479px;
  padding: 44px 0 0 0;
}
.marquee.bm-type_Audio .utilsTray__item.bm-type_download {
  display: none;
}
.marquee.bm-type_heroArticle {
  text-align: center;
  padding-bottom: 72px;
}
.marquee.bm-type_heroArticle2 {
  text-align: center;
  padding-bottom: 47px;
  padding-top: 45px;
}
.marquee__featuredImg {
  position: absolute;
  top: 0;
  margin: auto;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.marquee__eyebrow {
  font-family: "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  color: white;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.marquee__title {
  color: white;
  font-size: 30px;
  line-height: 36px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.marquee__title.bm-type_Plain {
  font-size: 30px;
}
.marquee__title.bm-type_Audio {
  font-size: 30px;
  text-align: center;
}
.marquee__title.bm-type_Audio.bm-type_docked {
  display: none;
}
.marquee__title.bm-type_Article-V2 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 17px;
}
.marquee__title.bm-type_Article-V3 {
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 20px;
}
.marquee__title.bm-type_heroArticle {
  margin-bottom: 36px;
  font-size: 42px;
  line-height: normal;
  letter-spacing: -0.9px;
}
.marquee__title.bm-type_heroArticle2 {
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -0.2px;
}
.marquee__title.bm-type_fundTitle {
  font: 22px/28px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.marquee__title.bm-type_distributorSearch {
  text-align: center;
}
.marquee__desc {
  color: white;
  font-size: 16px;
  line-height: 22px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.marquee__desc.bm-type_heroArticle {
  margin-bottom: 36px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.marquee__desc.bm-type_heroArticle2 {
  margin-bottom: 36px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.marquee__desc.bm-type_fundTitle {
  font: 17px/22px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 20px;
}
.marquee__desc.bm-type_fundTitle span {
  display: block;
  font: bold 17px/22px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 10px;
}
.marquee__header {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.marquee__header.bm-type_Plain {
  letter-spacing: 4px;
}
.marquee__header.bm-type_Article {
  margin-bottom: auto;
  letter-spacing: 4px;
  text-align: center;
}
.marquee__header.bm-type_Video {
  margin-bottom: 41px;
  margin-left: auto;
  letter-spacing: 4px;
  text-align: center;
}
.marquee__header.bm-type_VideoV2 {
  margin-bottom: auto;
  letter-spacing: 4px;
  margin-right: 50px;
}
.marquee__header.bm-type_Audio {
  letter-spacing: 4px;
  margin-right: 50px;
  margin-bottom: 46px;
}
.marquee__headingWrapper.bm-type_Plain {
  display: table-cell;
  vertical-align: top;
  padding-top: 4px;
}
.marquee__headingWrapper.bm-type_Audio {
  display: table-cell;
  vertical-align: top;
  padding-top: 0px;
}
.marquee__headingWrapper.bm-type_VideoV2 {
  display: table-cell;
  vertical-align: top;
  padding-top: 0px;
}
.marquee__heading {
  text-transform: uppercase;
}
.marquee__heading.bm-type_Plain {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.marquee__heading.bm-type_Audio {
  display: block;
}
.marquee__heading.bm-type_VideoV2 {
  display: block;
}
.marquee__heading.bm-type_Plain2 {
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0;
}
.marquee__headingDate {
  letter-spacing: normal;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.marquee__headingDate.bm-type_Plain {
  letter-spacing: 1px;
  text-align: center;
}
.marquee__headingDate.bm-type_Audio {
  line-height: 14px;
  letter-spacing: 2px;
}
.marquee__headingDate.bm-type_Audio.bm-type_docked {
  display: none;
}
.marquee__headingDate.bm-type_VideoV2 {
  line-height: 14px;
  letter-spacing: 2px;
}
.marquee__headingDate.bm-type_Plain2 {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0;
}
.marquee__headingSep.bm-type_Plain,
.marquee__headingSep.bm-type_Audio,
.marquee__headingSep.bm-type_VideoV2 {
  display: none;
}
.marquee__actions {
  font-size: 0;
}
.marquee__actions.bm-type_Plain {
  position: relative;
  text-align: center;
  margin-top: 15px;
}
.marquee__actions.bm-type_Audio {
  position: absolute;
  right: 0;
  top: 0;
}
.marquee__actions.bm-type_VideoV2 {
  position: absolute;
  right: 0;
  top: 0;
}
.marquee__actions.bm-type_Article {
  text-align: center;
  position: relative;
}
.marquee__actions.bm-type_Video {
  text-align: center;
  position: relative;
}
.marquee__actions.bm-type_Article-V2,
.marquee__actions.bm-type_Article-V3 {
  text-align: center;
}
.marquee__actions.bm-type_heroArticle {
  margin-bottom: 17px;
}
.marquee__actions.bm-type_heroArticle2 {
  margin-bottom: 13px;
}
.marquee__logo {
  width: 34px;
}
.marquee__logo.bm-type_Audio {
  display: block;
}
.marquee__logo.bm-type_Article {
  margin-bottom: 6px;
  margin-left: -18px;
}
.marquee__logo.bm-type_Video {
  margin-bottom: 6px;
  margin-left: -18px;
}
.marquee__logoWrapper.bm-type_Plain {
  padding-right: 14px;
  display: table-cell;
  vertical-align: middle;
}
.marquee__logoWrapper.bm-type_Audio {
  padding-right: 15px;
  display: table-cell;
  vertical-align: top;
}
.marquee__detail.bm-type_Plain {
  margin-right: 0;
}
.marquee__detail.bm-type_Plain2 {
  margin-right: 0;
}
.marquee__detail.bm-type_Article {
  margin: auto;
  width: auto;
  text-align: center;
  margin-bottom: 26px;
}
.marquee__detail.bm-type_Video {
  margin: auto;
  width: auto;
  text-align: center;
  padding-bottom: 26px;
}
.marquee__detail.bm-type_fundTitle {
  margin-right: 0;
}
.marquee__video {
  margin: 0 auto;
  max-width: 854px;
}
.marquee__suffix.bm-type_Article,
.marquee__suffix.bm-type_Video {
  margin-left: 10px;
}
.marquee__lnkBtn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #7399c6;
  color: white;
  min-width: 165px;
  text-transform: uppercase;
  padding: 14px 7px;
  font-size: 12px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  letter-spacing: 0.18em;
}
.marquee__lnkBtn:hover {
  background-color: #6485ae;
}
.marquee__lnkBtn.bm-type_heroArticle {
  min-width: 158px;
  padding: 11px 7px;
}
.marquee__lnkBtn.bm-type_heroArticle2 {
  min-width: 163px;
  padding: 11px 7px;
  font-size: 11px;
  letter-spacing: 0.26em;
}
@media (min-width: 768px) {
  .marquee.bm-type_Plain {
    height: 82px;
    padding: 25px 0;
  }
  .marquee.bm-type_Plain2 {
    height: 100px;
    padding: 35px 0 0 0;
  }
  .marquee.bm-type_Article {
    height: 328px;
    padding: 39px 0 0 0;
  }
  .marquee.bm-type_Article-V2 {
    height: 189px;
    padding-top: 52px;
  }
  .marquee.bm-type_Article-V3 {
    height: auto;
    padding: 52px 0;
  }
  .marquee.bm-type_Video,
  .marquee.bm-type_VideoV2 {
    padding: 40px 0 0 0;
    min-height: 328px;
  }
  .marquee.bm-type_Audio {
    height: 384px;
    padding: 26px 0 0 0;
  }
  .marquee.bm-type_heroArticle {
    padding-bottom: 63px;
  }
  .marquee.bm-type_heroArticle2 {
    padding-bottom: 91px;
    padding-top: 97px;
  }
  .marquee.bm-type_fundTitle {
    text-align: left;
  }
  .marquee__eyebrow {
    text-align: left;
  }
  .marquee__detail.bm-type_Plain {
    margin-right: 110px;
  }
  .marquee__title {
    font-size: 26px;
    line-height: 26px;
  }
  .marquee__title.bm-type_Article {
    margin-bottom: 12px;
  }
  .marquee__title.bm-type_Video {
    margin-bottom: 12px;
  }
  .marquee__title.bm-type_Audio {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .marquee__title.bm-type_Article-V2 {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 5px;
  }
  .marquee__title.bm-type_Article-V3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 5px;
    text-align: left;
  }
  .marquee__title.bm-type_heroArticle {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 24px;
    font-size: 49px;
    line-height: 60px;
    letter-spacing: -0.031em;
  }
  .marquee__title.bm-type_heroArticle2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2px;
    font-size: 34px;
    line-height: 60px;
    letter-spacing: -0.3px;
  }
  .marquee__title.bm-type_fundTitle {
    font: 30px/36px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .marquee__title.bm-type_distributorSearch {
    text-align: left;
  }
  .marquee__header {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4px;
  }
  .marquee__header.bm-type_Plain {
    letter-spacing: 5px;
  }
  .marquee__header.bm-type_Article {
    letter-spacing: 5px;
  }
  .marquee__header.bm-type_Video {
    margin-left: -8;
    line-height: 24px;
    letter-spacing: 5px;
    margin-bottom: auto;
  }
  .marquee__header.bm-type_Audio {
    letter-spacing: 5px;
    margin-bottom: 34px;
  }
  .marquee__header.bm-type_VideoV2 {
    letter-spacing: 5px;
    margin-bottom: 0px;
  }
  .marquee__header .marquee__prefix,
  .marquee__header .marquee__suffix {
    vertical-align: top;
    padding-top: 10px;
  }
  .marquee__heading.bm-type_Plain {
    display: inline-block;
    margin-bottom: 0;
  }
  .marquee__heading.bm-type_Audio {
    display: inline-block;
    line-height: 27px;
  }
  .marquee__heading.bm-type_VideoV2 {
    display: inline-block;
    line-height: 27px;
  }
  .marquee__heading .marquee__prefix,
  .marquee__heading .marquee__suffix {
    vertical-align: baseline;
    padding-top: 0px;
  }
  .marquee__heading.bm-type_Plain2 {
    font-size: 24px;
  }
  .marquee__headingWrapper.bm-type_Plain {
    padding-top: 5px;
  }
  .marquee__headingWrapper.bm-type_Audio {
    padding-top: 6px;
  }
  .marquee__headingWrapper.bm-type_VideoV2 {
    padding-top: 6px;
  }
  .marquee__headingSep {
    font-size: 17px;
  }
  .marquee__headingSep.bm-type_Audio,
  .marquee__headingSep.bm-type_VideoV2 {
    display: inline-block;
  }
  .marquee__headingDate.bm-type_Plain {
    text-align: left;
    letter-spacing: 2px;
  }
  .marquee__headingDate.bm-type_Audio,
  .marquee__headingDate.bm-type_VideoV2 {
    display: inline-block;
    letter-spacing: 2px;
  }
  .marquee__headingDate.bm-type_Plain2 {
    font-size: 24px;
  }
  .marquee__logoWrapper.bm-type_Plain {
    padding-right: 10px;
  }
  .marquee__logoWrapper.bm-type_Audio {
    padding-right: 10px;
    padding-top: 2px;
  }
  .marquee__detail.bm-type_Article {
    width: auto;
    margin-bottom: 0px;
  }
  .marquee__detail.bm-type_Video {
    width: 75%;
    padding-bottom: 19px;
  }
  .marquee__detail.bm-type_fundTitle {
    margin-right: 150px;
  }
  .marquee__actions.bm-type_Article,
  .marquee__actions.bm-type_Video {
    top: 0;
    position: absolute;
    right: 0;
  }
  .marquee__actions.bm-type_Article.bm-type_featured,
  .marquee__actions.bm-type_Video.bm-type_featured {
    right: 27px;
  }
  .marquee__actions.bm-type_Plain {
    position: absolute;
    right: 0;
    top: -2px;
    margin-top: 0;
  }
  .marquee__actions.bm-type_Article-V2,
  .marquee__actions.bm-type_Article-V3 {
    top: 8px;
    position: absolute;
    right: 0;
  }
  .marquee__actions.bm-type_heroArticle {
    text-align: center;
    margin-bottom: 22px;
  }
  .marquee__actions.bm-type_heroArticle2 {
    text-align: center;
    margin-bottom: 9px;
  }
  .marquee__logo {
    width: 38px;
  }
  .marquee__logo.bm-type_Article,
  .marquee__logo.bm-type_Video {
    margin-bottom: -7px;
    margin-right: 4px;
    margin-left: 11px;
  }
  .marquee__suffix {
    display: inline-block;
  }
  .marquee__suffix.bm-type_Article,
  .marquee__suffix.bm-type_Video {
    margin-left: 6px;
  }
  .marquee__prefix {
    display: inline-block;
  }
  .marquee__desc.bm-type_Audio {
    line-height: 24px;
    width: 66%;
    margin: auto;
    text-align: center;
  }
  .marquee__desc.bm-type_Article {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .marquee__desc.bm-type_Article-V3 {
    text-align: left;
    width: auto;
  }
  .marquee__desc.bm-type_heroArticle {
    width: 68%;
    margin: 0 auto;
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
  }
  .marquee__desc.bm-type_heroArticle2 {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
  .marquee__desc.bm-type_fundTitle {
    margin-bottom: 60px;
  }
  .marquee__desc.bm-type_fundTitle span {
    font: bold 20px/26px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .marquee__desc.bm-type_fundTitle .category {
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: normal;
  }
  .marquee__lnkBtn {
    min-width: 210px;
    padding: 16px 10px;
  }
  .marquee__lnkBtn.bm-type_heroArticle {
    min-width: 155px;
    padding: 14px 7px;
  }
  .marquee__lnkBtn.bm-type_heroArticle2 {
    min-width: 155px;
    padding: 14px 7px;
  }
}
@media (min-width: 1024px) {
  .marquee.bm-type_Plain {
    height: 163px;
    padding: 58px 0;
  }
  .marquee.bm-type_Plain2 {
    padding: 56px 0;
  }
  .marquee.bm-type_Article {
    height: 419px;
    padding: 60px 0 0 0;
  }
  .marquee.bm-type_Article-V2 {
    height: 233px;
    padding-top: 50px;
  }
  .marquee.bm-type_Article-V3 {
    height: auto;
    padding: 50px 0;
  }
  .marquee.bm-type_Video,
  .marquee.bm-type_VideoV2 {
    padding: 51px 0 0 0;
    min-height: 420px;
  }
  .marquee.bm-type_Audio {
    height: 468px;
    padding: 58px 0 0 0;
    overflow: inherit;
  }
  .marquee.bm-type_Audio .utilsTray__item.bm-type_download {
    display: inline-block;
  }
  .marquee.bm-type_heroArticle {
    text-align: left;
    padding: 160px 0px;
  }
  .marquee.bm-type_heroArticle2 {
    text-align: left;
    padding: 108px 0px 116px 0px;
  }
  .marquee__headingDate.bm-type_Plain {
    display: inline-block;
  }
  .marquee.bm-center_align {
    text-align: center;
  }
  .marquee__eyebrow {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: auto;
  }
  .marquee__detail.bm-type_Plain {
    margin-right: 154px;
  }
  .marquee__title {
    font-size: 36px;
    line-height: 44px;
  }
  .marquee__title.bm-type_Article {
    margin-bottom: 11px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .marquee__title.bm-type_Video {
    margin-bottom: 14px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .marquee__title.bm-type_Audio {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    display: table-cell;
    width: 51%;
    padding-right: 10px;
  }
  .marquee__title.bm-type_Article-V2 {
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 36px;
  }
  .marquee__title.bm-type_Article-V3 {
    font-size: 30px;
    line-height: 44px;
    width: auto;
    margin-bottom: 10px;
    letter-spacing: 6px;
  }
  .marquee__title.bm-type_heroArticle {
    width: 70%;
    margin: 0;
    margin-bottom: 26px;
  }
  .marquee__title.bm-type_heroArticle2 {
    width: 70%;
    margin: 0;
    margin-bottom: 8px;
    font-size: 39px;
    letter-spacing: -0.5px;
  }
  .marquee__title.bm-center_align {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .marquee__headingWrapper.bm-type_Plain {
    padding-top: 6px;
    line-height: 36px;
  }
  .marquee__headingWrapper.bm-type_Audio {
    line-height: 49px;
  }
  .marquee__headingWrapper.bm-type_VideoV2 {
    line-height: 49px;
  }
  .marquee__header {
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 6px;
  }
  .marquee__header.bm-type_Plain {
    letter-spacing: 6px;
    line-height: 42px;
  }
  .marquee__header.bm-type_Article {
    letter-spacing: 5px;
    line-height: 39px;
  }
  .marquee__header.bm-type_Video {
    letter-spacing: 5px;
    line-height: 35px;
  }
  .marquee__header.bm-type_Audio {
    letter-spacing: 6px;
    margin-bottom: 84px;
  }
  .marquee__header.bm-type_VideoV2 {
    letter-spacing: 6px;
    margin-bottom: 0px;
  }
  .marquee__headingSep {
    font-size: 21px;
  }
  .marquee__headingSep.bm-type_Plain {
    display: inline-block;
  }
  .marquee__headingDate.bm-type_Plain {
    letter-spacing: 2px;
  }
  .marquee__headingDate.bm-type_Audio,
  .marquee__headingDate.bm-type_VideoV2 {
    letter-spacing: normal;
  }
  .marquee__headingDate.bm-type_Plain2 {
    font-size: 30px;
  }
  .marquee__logoWrapper.bm-type_Plain {
    padding-right: 8px;
  }
  .marquee__logoWrapper.bm-type_Audio {
    padding-right: 9px;
  }
  .marquee__detail.bm-type_Article {
    width: auto;
    margin-bottom: 0px;
  }
  .marquee__detail.bm-type_Video {
    width: auto;
    padding-bottom: 24px;
  }
  .marquee__detail.bm-type_Audio {
    margin-left: 66px;
    margin-right: 62px;
  }
  .marquee__logo {
    width: 60px;
  }
  .marquee__logo.bm-type_Plain {
    width: 51px;
  }
  .marquee__logo.bm-type_Article,
  .marquee__logo.bm-type_Video {
    margin-bottom: -12px;
    margin-right: 0px;
    margin-left: 5px;
  }
  .marquee__logo.bm-type_Audio {
    margin-left: -3px;
  }
  .marquee__suffix {
    display: inline-block;
  }
  .marquee__suffix.bm-type_Article,
  .marquee__suffix.bm-type_Video {
    margin-left: 14px;
  }
  .marquee__prefix {
    display: inline-block;
  }
  .marquee__desc {
    font-size: 18px;
    line-height: 26px;
  }
  .marquee__desc.bm-type_Audio {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    line-height: 26px;
    padding-left: 3px;
  }
  .marquee__desc.bm-type_Article {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  .marquee__desc.bm-type_Video {
    width: 52%;
    margin: auto;
  }
  .marquee__desc.bm-type_heroArticle {
    margin: 0;
    margin-bottom: 58px;
    line-height: 27px;
    letter-spacing: -0.009em;
    width: 65%;
  }
  .marquee__desc.bm-type_heroArticle2 {
    margin: 0;
    margin-bottom: 30px;
    line-height: 27px;
    letter-spacing: -0.009em;
    width: 57%;
  }
  .marquee__desc.bm-type_Article-V3 {
    width: auto;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .marquee__desc.bm-center_align {
    margin: 0 auto;
    margin-bottom: 54px;
  }
  .marquee__actions.bm-type_Audio,
  .marquee__actions.bm-type_VideoV2 {
    top: 7px;
    right: 0;
  }
  .marquee__actions.bm-type_Plain {
    top: 2px;
    right: 0px;
  }
  .marquee__actions.bm-type_Article {
    top: 5px;
    right: 0px;
  }
  .marquee__actions.bm-type_Video {
    top: 9px;
    right: 0px;
  }
  .marquee__actions.bm-type_Article-V2,
  .marquee__actions.bm-type_Article-V3 {
    top: 9px;
  }
  .marquee__actions.bm-type_heroArticle {
    position: absolute;
    text-align: right;
    top: 45px;
    right: 0;
  }
  .marquee__actions.bm-type_heroArticle2 {
    position: absolute;
    text-align: right;
    top: 30px;
    right: 0;
  }
  .marquee__heading.bm-type_Plain2 {
    font-size: 30px;
  }
  .marquee__lnkBtn {
    min-width: 152px;
  }
}
.marquee.bm-videoView_play {
  min-height: 379px;
  -webkit-transition: min-height 0.4s;
  -o-transition: min-height 0.4s;
  transition: min-height 0.4s;
}
.marquee.bm-videoView_play.bm-type_VideoV2 {
  min-height: 368px;
}
.marquee.bm-videoView_play .marqueeVideoStage {
  margin-bottom: 50px;
}
.marquee.bm-videoView_play .marqueeVideosWrap {
  margin-bottom: 20px;
}
.marquee.bm-videoView_play .marqueeVideosWrap .marqueeVideoStage {
  margin-bottom: 0px;
}
.marquee.bm-videoView_play .marqueeVideosWrap .marquee__video {
  min-height: 162px;
}
.marquee.bm-videoView_play .marquee__actions {
  margin-bottom: 56px;
  display: none;
}
.marquee.bm-videoView_play .videoClose {
  display: inline-block;
}
.marquee.bm-videoView_play .marquee__header.bm-type_VideoV2 {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .marquee.bm-videoView_play {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    min-height: 328px;
  }
  .marquee.bm-videoView_play.bm-type_VideoV2 {
    min-height: 328px;
  }
  .marquee.bm-videoView_play .marquee__header {
    margin-bottom: 50px;
  }
  .marquee.bm-videoView_play .marquee__actions {
    display: none;
    margin-bottom: auto;
  }
  .marquee.bm-videoView_play .marqueeVideosWrap {
    margin-bottom: 50px;
    position: relative;
  }
  .marquee.bm-videoView_play .marqueeVideosWrap .marquee__video {
    width: 72%;
    margin-left: 0px;
    max-width: 100%;
    min-height: 286px;
  }
}
@media (min-width: 1024px) {
  .marquee.bm-videoView_play .marquee__header {
    margin-bottom: 50px;
  }
  .marquee.bm-videoView_play .marquee__actions {
    display: none;
    margin-bottom: auto;
  }
  .marquee.bm-videoView_play .marqueeVideosWrap .marquee__video {
    width: 73.4%;
    min-height: 462px;
  }
}
.videoPlay {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: auto;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.videoPlay:hover {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.2);
}
.videoPlay__image {
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .videoPlay {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .videoPlay:hover {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
  }
}
@media (min-width: 1024px) {
  .videoPlay {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .videoPlay:hover {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
  }
}
.videoClose {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}
.videoClose__image {
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .videoClose {
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
}
.noSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.podcast .mejs-container,
.podcast .mejs-offscreen {
  display: none;
}
.podcast__wrapper {
  margin-bottom: 40px;
}
.podcast.bm-type_docked {
  width: 100%;
  background-color: #333333;
  max-width: 100%;
  padding: 15px 4.9% 0 4.9%;
  height: 72px;
  left: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
.podcast.bm-type_docked .marquee__headingDate.bm-type_Audio.bm-type_docked {
  display: inline-block;
  letter-spacing: 0px;
  color: #85ABD1;
}
.podcast.bm-type_docked .podcastCtrl {
  width: 43px;
  float: left;
  margin-left: 0;
}
.podcast.bm-type_docked .podcastCtrl__PlayPause {
  width: 43px;
  height: 43px;
  margin-left: -3px;
}
.podcast.bm-type_docked .podcastCtrl__PlayPause .mediaicon.im-playBlack,
.podcast.bm-type_docked .podcastCtrl__PlayPause .mediaicon.im-pauseBlack {
  display: none !important;
}
.podcast.bm-type_docked .podcastCtrl__PlayPause.bm-type_play {
  background-position: 15px center;
  border: 1px solid white;
  background-color: transparent;
}
.podcast.bm-type_docked .podcastCtrl__PlayPause.bm-type_play .mediaicon.im-playBlue {
  display: inline-block;
  margin-left: 15px;
  margin-top: 12px;
}
.podcast.bm-type_docked .podcastCtrl__PlayPause.bm-type_pause {
  background-color: transparent;
  background-position: center;
  border: 1px solid white;
  border-radius: 21px;
}
.podcast.bm-type_docked .podcastCtrl__PlayPause.bm-type_pause .mediaicon.im-pauseBlue {
  display: inline-block;
  margin-left: 14px;
  margin-top: 12px;
}
.podcast.bm-type_docked .podcastCtrl__FF,
.podcast.bm-type_docked .podcastCtrl__FB {
  display: none;
}
.podcast.bm-type_docked .podcast__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.podcast.bm-type_docked .podcastProgress {
  margin-left: 57px;
  padding-top: 1px;
}
.podcast.bm-type_docked .podcastBar {
  margin-bottom: 3px;
}
.podcast.bm-type_docked .podcastTime {
  text-align: right;
}
.podcast.bm-type_docked .podcastAbout {
  display: none;
}
@media (min-width: 768px) {
  .podcast {
    width: 584px;
    margin-right: auto;
    margin-left: auto;
  }
  .podcast__wrapper {
    height: 76px;
    margin-bottom: 18px;
  }
  .podcast.bm-type_docked {
    top: 0;
    bottom: auto;
    background-color: black;
    height: 80px;
    padding: 0;
  }
  .podcast.bm-type_docked .marquee__headingDate.bm-type_Audio.bm-type_docked {
    display: none;
  }
  .podcast.bm-type_docked .marquee__title.bm-type_Audio.bm-type_docked {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
    line-height: 23px;
  }
  .podcast.bm-type_docked .marquee__title.bm-type_Audio.bm-type_docked br {
    display: none;
  }
  .podcast.bm-type_docked .podcastProgress {
    margin-top: 0;
    margin-left: 191px;
    padding-top: 19px;
    width: auto;
    float: none;
  }
  .podcast.bm-type_docked .podcastBar {
    display: none;
  }
  .podcast.bm-type_docked .podcastAbout {
    display: none;
  }
  .podcast.bm-type_docked .podcastTime {
    position: inherit;
    text-align: left;
    color: #666666;
  }
  .podcast.bm-type_docked .podcast__wrapper {
    padding-top: 0px;
    padding: 0 30px 0 30px;
  }
  .podcast.bm-type_docked .podcastCtrl {
    width: 162px;
    height: 80px;
    margin-left: 0;
  }
  .podcast.bm-type_docked .podcastCtrl__PlayPause {
    margin-top: 18px;
    margin-left: 59px;
  }
  .podcast.bm-type_docked .podcastCtrl__PlayPause.bm-type_play {
    background-color: white;
    border-width: 0;
  }
  .podcast.bm-type_docked .podcastCtrl__PlayPause.bm-type_play .mediaicon.im-playBlue {
    margin-left: 15px;
    margin-top: 13px;
  }
  .podcast.bm-type_docked .podcastCtrl__PlayPause.bm-type_pause {
    background-color: white;
    border-width: 0;
  }
  .podcast.bm-type_docked .podcastCtrl__PlayPause.bm-type_pause .mediaicon.im-pauseBlue {
    margin-left: 14px;
    margin-top: 12px;
  }
}
@media (min-width: 1024px) {
  .podcast {
    width: inherit;
    margin-right: 67px;
    margin-left: 66px;
  }
  .podcast__wrapper {
    margin-bottom: 17px;
  }
  .podcast.bm-type_docked .podcast__wrapper {
    padding: 0 40px 0 40px;
  }
}
.videoAbout {
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-bottom: 14px;
}
.videoAbout__lbl {
  color: #85ABD1;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 10px;
}
.videoAbout__date {
  color: white;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.podcastAbout {
  text-align: center;
  margin-bottom: 14px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.podcastAbout__lbl {
  color: #85ABD1;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 10px;
}
.podcastAbout__date {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .podcastAbout {
    position: absolute;
    top: 1px;
  }
}
@media (min-width: 1024px) {
  .podcastAbout {
    position: inherit;
    text-align: left;
    margin-bottom: 12px;
    margin-left: 66px;
  }
  .podcastAbout__lbl {
    letter-spacing: 0;
    margin-right: 5px;
    font-size: 12px;
  }
  .podcastAbout__date {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .podcastProgress {
    padding-top: 30px;
    width: 376px;
    float: right;
    position: relative;
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .podcastProgress {
    width: inherit;
    margin-left: 172px;
    float: inherit;
    padding-top: 26px;
  }
}
.podcastBar {
  width: 100%;
  height: 3px;
  background-color: #7c9db9;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
  cursor: pointer;
}
.podcastBar__seek {
  height: 100%;
  width: 0px;
  background-color: white;
}
@media (min-width: 768px) {
  .podcastBar {
    height: 10px;
  }
}
@media (min-width: 1024px) {
  .podcastBar {
    height: 6px;
    margin-bottom: 1px;
  }
}
.podcastTime {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.podcastTime__current {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .podcastTime {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .podcastTime {
    position: inherit;
    text-align: right;
    font-size: 12px;
  }
}
.podcastCtrl {
  position: relative;
  padding: 13px 0;
  width: 184px;
  margin: auto;
  margin-bottom: 30px;
}
.podcastCtrl__PlayPause {
  cursor: pointer;
  -webkit-border-radius: 38px;
  -o-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  background-color: white;
  color: black;
  width: 76px;
  height: 76px;
  position: absolute;
  margin: auto;
  margin-left: 54px;
  top: 0;
  background-position: 30px center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.podcastCtrl__PlayPause .mediaicon {
  display: none;
  transition: none;
}
.podcastCtrl__PlayPause:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}
.podcastCtrl__PlayPause:hover .mediaicon {
  transform: scale(0.95);
}
.podcastCtrl__PlayPause.bm-type_play .mediaicon.im-playBlack {
  display: inline-block;
  margin-left: 30px;
  margin-top: 26px;
}
.podcastCtrl__PlayPause.bm-type_pause .mediaicon.im-pauseBlack {
  display: inline-block;
  margin-left: 30px;
  margin-top: 28px;
}
.podcastCtrl__FB {
  cursor: pointer;
  border: 1px solid #85abd1;
  border: 1px solid rgba(133, 171, 209, 0.73);
  height: 50px;
  width: 90px;
  -webkit-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  background-color: #333d5f;
  background-color: rgba(255, 255, 255, 0.1);
  background-position: 17px center;
  background-repeat: no-repeat;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.podcastCtrl__FB .im-fbWhite {
  margin-left: 17px;
  margin-top: 17px;
}
.podcastCtrl__FB:hover {
  background-color: #42485E;
  background-color: rgba(255, 255, 255, 0.2);
}
.podcastCtrl__FF {
  cursor: pointer;
  background-color: #333d5f;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #85abd1;
  border: 1px solid rgba(133, 171, 209, 0.73);
  height: 50px;
  width: 90px;
  float: right;
  -webkit-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background-position: 52px center;
  background-repeat: no-repeat;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.podcastCtrl__FF .im-ffWhite {
  margin-left: 52px;
  margin-top: 17px;
}
.podcastCtrl__FF:hover {
  background-color: #42485E;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .podcastCtrl {
    float: left;
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .podcastCtrl {
    width: 142px;
    padding-top: 9px;
  }
  .podcastCtrl__PlayPause {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: 42px;
    background-position: 24px center;
  }
  .podcastCtrl__PlayPause.bm-type_play .mediaicon.im-playBlack {
    margin-left: 24px;
    margin-top: 21px;
  }
  .podcastCtrl__PlayPause.bm-type_pause .mediaicon.im-pauseBlack {
    margin-left: 22px;
    margin-top: 21px;
  }
  .podcastCtrl__FB {
    height: 40px;
    width: 70px;
    background-position: 16px center;
  }
  .podcastCtrl__FB .im-fbWhite {
    margin-left: 16px;
    margin-top: 13px;
  }
  .podcastCtrl__FF {
    height: 40px;
    width: 70px;
    background-position: 41px center;
  }
  .podcastCtrl__FF .im-ffWhite {
    margin-left: 41px;
    margin-top: 14px;
  }
}
.saslogo.bm-type_Plain {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.saslogo.bm-type_Audio {
  display: block;
  padding-right: 15px;
  display: table-cell;
  vertical-align: top;
  height: 29px;
}
.saslogo.bm-type_Article {
  margin-bottom: 10px;
  margin-left: -4px;
  height: 29px;
}
.saslogo.bm-type_Video {
  margin-bottom: 11px;
  height: 29px;
}
.saslogo.bm-type_VideoV2 {
  display: block;
  padding-right: 15px;
  display: table-cell;
  vertical-align: top;
  height: 29px;
}
.saslogo__image {
  width: 34px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .saslogo.bm-type_Plain {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    margin-bottom: 0;
    text-align: left;
  }
  .saslogo.bm-type_Article {
    margin-bottom: -7px;
    margin-right: 4px;
    margin-left: 8px;
    min-width: 1px;
    min-height: 34px;
    display: inline-block;
  }
  .saslogo.bm-type_Video {
    margin-right: 4px;
    margin-left: 7px;
    display: inline-block;
    height: 33px;
  }
  .saslogo.bm-type_Audio {
    padding-right: 10px;
    padding-top: 2px;
    height: 33px;
  }
  .saslogo.bm-type_VideoV2 {
    padding-right: 10px;
    padding-top: 2px;
    height: 33px;
  }
  .saslogo__image {
    width: 38px;
  }
}
@media (min-width: 1024px) {
  .saslogo.bm-type_Plain {
    padding-right: 18px;
  }
  .saslogo.bm-type_Article {
    margin-bottom: -12px;
    margin-right: 0px;
    margin-left: 5px;
    min-height: 50px;
  }
  .saslogo.bm-type_Video {
    margin-bottom: -12px;
    margin-right: 0px;
    margin-left: 5px;
    height: 52px;
    display: inline-block;
  }
  .saslogo.bm-type_Audio {
    padding-right: 18px;
    margin-left: -3px;
    height: 42px;
  }
  .saslogo.bm-type_VideoV2 {
    padding-right: 18px;
    margin-left: -3px;
    height: 42px;
  }
  .saslogo__image {
    width: 60px;
  }
  .saslogo__image.bm-type_Plain {
    width: 48px;
  }
  .saslogo__image.bm-type_Audio {
    width: 48px;
  }
  .saslogo__image.bm-type_VideoV2 {
    width: 48px;
  }
}
/* customize the mejs size for marquee */
.marquee__video .media__stage .videoDetails {
  display: none;
}
.marquee__video .gm-marginBtm_standard {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .marquee__video .gm-marginBtm_standard {
    margin-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .marquee__video .gm-marginBtm_standard {
    margin-bottom: 64px;
  }
}
.marquee__video .videoContainer {
  position: relative;
}
@media (min-width: 768px) {
  .marquee__video .videoContainer object {
    min-height: 410px;
  }
}
@media (min-width: 1024px) {
  .marquee__video .videoContainer object {
    min-height: 341px;
  }
}
.marquee__video.bm-type_docked .mejs-controls {
  display: none !important;
}
.marquee__video.bm-type_docked .mejs-container {
  overflow: hidden;
}
@media (min-width: 320px) {
  .marquee__video.bm-type_docked .mejs-container {
    min-width: 143px;
    max-width: 143px;
    width: 143px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}
@media (min-width: 320px) and (orientation: landscape) {
  .marquee__video.bm-type_docked .mejs-container {
    min-width: 143px;
    max-width: 143px;
    width: 143px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}
@media (min-width: 768px) {
  .marquee__video.bm-type_docked .mejs-container {
    min-width: 143px;
    max-width: 143px;
    width: 143px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}
@media (min-width: 1024px) {
  .marquee__video.bm-type_docked .mejs-container {
    width: 177px;
    height: 100px;
    min-width: 177px;
    min-height: 100px;
    max-width: 177px;
    max-height: 100px;
  }
}
.marquee__video.bm-type_docked .mejs-container .mejs-overlay-button {
  display: block;
}
.marquee__video.bm-type_docked .media {
  width: 100%;
  background-color: #000;
  max-width: 100%;
  padding: 0;
  height: 80px;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 11;
  overflow: hidden;
}
.marquee__video.bm-type_docked .media__stage {
  max-width: 1200px;
  margin-left: 0;
}
.marquee__video.bm-type_docked .media__stage .videoContainer {
  float: left;
  display: inline-block;
}
.marquee__video.bm-type_docked .media__stage .videoDetails {
  padding-top: 21px;
  padding-left: 8px;
  display: block;
  margin-left: 143px;
  vertical-align: top;
}
.marquee__video.bm-type_docked .media__stage .videoDetails__heading {
  font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 0 0 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.marquee__video.bm-type_docked .media__stage .videoDetails__wrapper {
  white-space: nowrap;
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
}
.marquee__video.bm-type_docked .media__stage .videoDetails__progress {
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
}
.marquee__video.bm-type_docked .media__stage .videoDetails__totalDur {
  color: #666666;
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .marquee__video.bm-type_docked .media .videoDetails {
    padding-left: 27px;
  }
}
@media (min-width: 1024px) {
  .marquee__video.bm-type_docked .media {
    padding: 0 40px;
    height: 100px;
  }
  .marquee__video.bm-type_docked .media__stage {
    margin: 0 auto;
    max-width: 1200px;
  }
  .marquee__video.bm-type_docked .media__stage .videoDetails {
    margin-left: 177px;
    padding-top: 29px;
    padding-left: 28px;
  }
  .marquee__video.bm-type_docked .media__stage .videoDetails__heading {
    font-size: 18px;
  }
}
/* multiple videos */
@media (min-width: 768px) {
  .marqueeVideosWrap {
    position: relative;
  }
  .marqueeVideosWrap .marquee__video {
    width: 72%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .marqueeVideosWrap .marquee__video {
    width: 73.4%;
    max-width: 100%;
  }
}
/* marquee list */
.mlistWrapper {
  background-color: #2a2e36;
  padding: 10px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 768px) {
  .mlistWrapper {
    width: 28%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .mlistWrapper {
    width: 26.6%;
    padding-left: 19px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.mlistScroller {
  width: 100%;
  position: relative;
  overflow: auto;
}
@media (min-width: 768px) {
  .mlistScroller {
    height: 100%;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .mlistScroller {
    padding-right: 12px;
  }
}
.mlist {
  display: table;
  margin-bottom: 10px;
}
.mlist__cell {
  display: table-cell;
  border-right: 1px solid #1d2026;
  padding-right: 9px;
  padding-left: 10px;
}
.mlist__cell.bm-type_first {
  padding-left: 0px;
}
.mlist__cell.bm-type_last {
  border-right: 0px solid transparent;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .mlist {
    display: block;
    margin-bottom: 0;
  }
  .mlist__cell {
    display: block;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #1d2026;
    padding-bottom: 10px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mlist__cell.bm-type_last {
    border-bottom: 0px solid transparent;
  }
}
@media (min-width: 1024px) {
  .mlist__cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mListItem {
  height: 95px;
  width: 90px;
  cursor: pointer;
  overflow: hidden;
}
.mListItem__title {
  text-align: left;
  font-size: 9px;
  line-height: 12px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  text-overflow: ellipsis;
  color: white;
}
.mListItem.active .mItemThumb__playing {
  display: block;
}
.mListItem.active .mItemThumb__play {
  display: none;
}
@media (min-width: 768px) {
  .mListItem {
    width: auto;
    height: 38px;
    padding-right: 0px;
  }
  .mListItem__title {
    margin-left: 78px;
    font-size: 11px;
    line-height: 13px;
    color: #efefed;
  }
}
@media (min-width: 1024px) {
  .mListItem {
    height: 60px;
  }
  .mListItem__title {
    margin-left: 117px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    margin-right: 7px;
  }
}
.mItemThumb {
  background-color: black;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  width: 90px;
  height: 51px;
  overflow: hidden;
}
.mItemThumb__img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.mItemThumb__playing {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.mItemThumb__playing span {
  position: absolute;
  height: 10px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 9px;
  line-height: 9px;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}
.mItemThumb__play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  color: white;
  width: 22px;
  height: 22px;
  margin: auto;
}
@media (min-width: 768px) {
  .mItemThumb {
    margin-bottom: 0px;
    float: left;
    width: 68px;
    height: 38px;
  }
  .mItemThumb__play {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .mItemThumb {
    float: left;
    width: 106px;
    height: 60px;
  }
  .mItemThumb__play {
    width: 30px;
    height: 30px;
  }
}
@media print {
  .marquee {
    height: auto !important;
  }
  .marquee.bm-type_Video {
    min-height: auto;
  }
  .marquee__video {
    display: none;
  }
  .marquee .js-datatohide {
    display: none;
  }
  .marqueeArticleLink {
    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);
  }
}
.summaryEditorial {
  margin-bottom: 65px;
}
.summaryEditorialTitle {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .summaryEditorialTitle {
    margin-bottom: 50px;
  }
  .summaryEditorialTitle .title3 {
    margin-bottom: 10px;
  }
}
.summaryEditorialList {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .summaryEditorialList {
    margin-left: -38px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorialList {
    margin-left: -18px;
  }
}
.summaryEditorialItm {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 55px;
}
.summaryEditorialItm__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-size: 100%;
}
.summaryEditorialItm__icon.im_icon_stocks {
  background-image: url("../../clientlibs/gsam-style/components/summaryEditorial/gsam-style/common/img/sas/summary_stocks_icon.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gsam-style/common/img/sas/summary_stocks_icon.png', sizingMethod='scale');
}
.summaryEditorialItm__icon.im_icon_fixedIncome {
  background-image: url("../../clientlibs/gsam-style/components/summaryEditorial/gsam-style/common/img/sas/summary_fixedincome_icon.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gsam-style/common/img/sas/summary_fixedincome_icon.png', sizingMethod='scale');
}
.summaryEditorialItm__icon.im_icon_fx {
  background-image: url("../../clientlibs/gsam-style/components/summaryEditorial/gsam-style/common/img/sas/summary_fx_icon.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gsam-style/common/img/sas/summary_fx_icon.png', sizingMethod='scale');
}
.summaryEditorialItm__icon.im_icon_commodities {
  background-image: url("../../clientlibs/gsam-style/components/summaryEditorial/gsam-style/common/img/sas/summary_commodities_icon.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gsam-style/common/img/sas/summary_commodities_icon.png', sizingMethod='scale');
}
.summaryEditorialItm__icon.im_icon_fedStatement {
  background-image: url("../../clientlibs/gsam-style/components/summaryEditorial/gsam-style/common/img/sas/summary_fedstatement_icon.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gsam-style/common/img/sas/summary_fedstatement_icon.png', sizingMethod='scale');
}
.summaryEditorialItm__icon.im_icon_globalGrowth {
  background-image: url("../../clientlibs/gsam-style/components/summaryEditorial/gsam-style/common/img/sas/summary_globalgrowth_icon.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gsam-style/common/img/sas/summary_globalgrowth_icon.png', sizingMethod='scale');
}
.summaryEditorialItm__icon.im_icon_durableGoods {
  background-image: url("../../clientlibs/gsam-style/components/summaryEditorial/gsam-style/common/img/sas/summary_durablegoods_icon.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gsam-style/common/img/sas/summary_durablegoods_icon.png', sizingMethod='scale');
}
.summaryEditorialItm__icon.im_icon_housing {
  background-image: url("../../clientlibs/gsam-style/components/summaryEditorial/gsam-style/common/img/sas/summary_housing_icon.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gsam-style/common/img/sas/summary_housing_icon.png', sizingMethod='scale');
}
.summaryEditorialItm__iconImg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .summaryEditorialItm__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorialItm__icon {
    width: 91px;
    height: 91px;
    margin-bottom: 14px;
  }
}
.summaryEditorialItm__title {
  font-size: 19px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 32px;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .summaryEditorialItm__title {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorialItm__title {
    font-size: 20px;
  }
}
.summaryEditorialItm__subTitle {
  font-size: 0.8em;
  display: inline-block;
}
@media (min-width: 768px) {
  .summaryEditorialItm__subTitle {
    line-height: 20px;
    margin-top: 2px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorialItm__subTitle {
    line-height: 22px;
    margin-top: 6px;
  }
}
.summaryEditorialItm__content {
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 24px;
  color: #666666;
}
.summaryEditorialItm__content .readmore {
  color: #508ac4;
  cursor: pointer;
}
.summaryEditorialItm__content.expanded {
  height: auto !important;
}
@media (min-width: 768px) {
  .summaryEditorialItm__content {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorialItm__content {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 24px;
  }
}
.summaryEditorialItm__lnk {
  color: #508ac4;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .summaryEditorialItm__lnk {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorialItm__lnk {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .summaryEditorialItm {
    width: 50%;
    padding-left: 76px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .summaryEditorialItm {
    width: 25%;
    padding-left: 36px;
    margin-bottom: 0px;
  }
}
.summaryEditorialNav {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-left: -10px;
}
.summaryEditorialNav__dot {
  width: 10px;
  height: 10px;
  background-color: #c2d4e4;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.summaryEditorialNav__dot.bm_type_active {
  background-color: #508ac4;
}
@media (min-width: 768px) {
  .summaryEditorial {
    margin-bottom: 10px;
    font-size: 0;
  }
}
@media (min-width: 1024px) {
  .summaryEditorial {
    margin-bottom: 67px;
  }
}
.summaryEditorial.bm_type_grid {
  margin-bottom: 50px;
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.summaryEditorial.bm_type_grid.bm-marginL_0 {
  margin-bottom: 0;
}
.summaryEditorial.bm_type_grid.bm-type_flip.summaryEditorial {
  margin-bottom: 35px;
}
.summaryEditorial.bm_type_grid.bm-type_flip.bm-align_center {
  text-align: center;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialList {
  width: auto;
  padding: 0;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm {
  width: 100%;
  border: 0;
  margin-bottom: 10px;
  height: 212px;
  min-height: initial;
  padding: 30px;
  background-color: #fafaf9;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__icon.bm-type_fullImage {
  width: auto;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  text-align: center;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__icon.bm-type_fullImage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__title.bm-color_white {
  text-align: left;
  color: white;
  width: 85%;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__title.bm-cardFace_front {
  max-height: 65px;
  margin-bottom: 0px;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__content {
  text-align: left;
  color: white;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  width: 95%;
  height: 100%;
  margin-left: 0px;
  font-size: 13px;
  line-height: 18px;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__bodyTitleText {
  font-size: 15px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 23px;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0.3px;
  display: block;
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__bodyTitleText {
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 11px;
  }
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__contentMid {
  display: block;
  max-height: 100%;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm.bm-background_white {
  background-color: #fafaf9;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm.flipContainer {
  overflow: hidden;
  background-color: #fafaf9;
  transition: background-color 1.5s ease-in;
  -moz-transition: background-color 1.5s ease-in;
  -webkit-transition: background-color 1.5s ease-in;
  -o-transition: background-color 1.5s ease-in;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm.flipContainer .flipContainer__flipper {
  position: relative;
  height: 100%;
  width: 100%;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm.flipContainer:hover {
  background-color: #7399c6;
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm.flipContainer:hover .backCard {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm.flipContainer:hover .backCard.bm-action_flipBack {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm.flipContainer:hover .frontCard {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm.flipContainer:hover .frontCard.bm-action_flipBack {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid.bm-type_flip.summaryEditorial {
    margin-bottom: 70px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm {
    width: 48.2%;
    border: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 275px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm:nth-child(2n) {
    margin-right: 0px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm:last-child {
    margin-right: 0px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__content {
    width: 95%;
    font-size: 16px;
    line-height: 22px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__title.bm-cardFace_front {
    max-height: 140px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm {
    width: 31.8%;
    border: 0;
    margin-right: 20px;
    height: 310px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm:nth-child(2n) {
    margin-right: 20px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm:nth-child(3n) {
    margin-right: 0px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm:last-child {
    margin-right: 0px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__content {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__title.bm-color_white {
    margin-bottom: 21px;
  }
  .summaryEditorial.bm_type_grid.bm-type_flip .summaryEditorialItm__title.bm-cardFace_front {
    max-height: 190px;
  }
}
.summaryEditorial.bm_type_grid .summaryEditorialList {
  width: 1400px;
  margin-bottom: 30px;
  padding-left: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid .summaryEditorialList {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .summaryEditorial.bm_type_grid .summaryEditorialList.bm-nonDividendOfThree .summaryEditorialItm:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.summaryEditorial.bm_type_grid .summaryEditorialItm {
  width: 270px;
  min-height: 340px;
  border-left: 0;
  border-top: 0;
  background-color: transparent;
  padding: 0;
  padding-right: 10px;
  margin: 0;
  float: left;
  position: relative;
}
.summaryEditorial.bm_type_grid .summaryEditorialItm__content {
  margin-bottom: 0;
  overflow: hidden;
}
.summaryEditorial.bm_type_grid .summaryEditorialItm__content .readmore {
  color: #508ac4;
  cursor: pointer;
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm.bm-view_txt {
    background-color: transparent;
    position: relative;
  }
  .summaryEditorial.bm_type_grid .summaryEditorialItm.bm-view_txt .summaryEditorialItmInnerWrapper {
    background-color: #fff;
  }
}
.summaryEditorial.bm_type_grid .summaryEditorialItm.bm-view_txt .summaryEditorialItm__title {
  font-weight: normal;
  font-size: 30px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000;
  line-height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.summaryEditorial.bm_type_grid .summaryEditorialItm__icon {
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm__icon {
    width: 84px;
    height: 84px;
    margin-bottom: 12px;
  }
}
.summaryEditorial.bm_type_grid .summaryEditorialItm__lnk {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm__lnk {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm__lnk {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm__title {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm__title {
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm {
    width: 50%;
    min-height: 286px;
    float: none;
    padding-top: 10px;
  }
  .summaryEditorial.bm_type_grid .summaryEditorialItm:nth-child(even) {
    padding-left: 5px;
    padding-right: 0;
  }
  .summaryEditorial.bm_type_grid .summaryEditorialItm:nth-child(odd) {
    padding-left: 0;
    padding-right: 5px;
  }
}
@media (min-width: 1024px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItm {
    width: 33.33%;
    min-height: 330px;
  }
  .summaryEditorial.bm_type_grid .summaryEditorialItm:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
  .summaryEditorial.bm_type_grid .summaryEditorialItm:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
  .summaryEditorial.bm_type_grid .summaryEditorialItm:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 7px;
  }
  .summaryEditorial.bm_type_grid .summaryEditorialItm:nth-child(3n+2) {
    padding-left: 3px;
    padding-right: 3px;
  }
  .summaryEditorial.bm_type_grid .summaryEditorialItm:nth-child(3n+3) {
    padding-left: 7px;
    padding-right: 0;
  }
}
.summaryEditorial.bm_type_grid .summaryEditorialItmInnerWrapper {
  height: 100%;
  padding: 40px 30px;
  background-color: #fafaf9;
}
@media (min-width: 768px) {
  .summaryEditorial.bm_type_grid .summaryEditorialItmInnerWrapper {
    padding: 50px 30px;
  }
}
.bm-marginBtm_15 {
  margin-bottom: 15px;
}
.summaryEditorial.bm_type_grid .clikableTile .summaryEditorialItm.bm-view_txt .summaryEditorialItm__title {
  display: block;
}
.summaryEditorial.bm_type_grid .clikableTile .summaryEditorial.bm_type_grid .summaryEditorialItm.bm-view_txt {
  display: block;
}
a:hover.clikableTileFlipView {
  text-decoration: none;
}
.bm-type_view3.summaryEditorial {
  padding: 0 5px;
  margin-bottom: 45px;
  text-align: center;
}
.bm-type_view3 .summaryEditorialItm {
  margin-bottom: 34px;
  text-align: center;
}
.bm-type_view3 .summaryEditorialItm__title {
  font-size: 15px;
  letter-spacing: 0px;
  margin-bottom: 4px;
}
.bm-type_view3 .summaryEditorialItm__content {
  line-height: 23px;
  font-size: 15px;
}
.bm-type_view3 .summaryEditorialItm__lnk {
  width: 165px;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 2.7px;
  padding: 12px 0;
  border: 1px solid #7399c3;
  margin: 0 auto;
  color: #7399c3;
}
@media (min-width: 768px) {
  .bm-type_view3.summaryEditorial {
    margin-bottom: 9px;
  }
  .bm-type_view3 .summaryEditorialItm {
    width: 100%;
    padding: 0 65px;
    margin-bottom: 82px;
  }
  .bm-type_view3 .summaryEditorialItm__title {
    font-size: 20px;
    margin-bottom: 19px;
  }
  .bm-type_view3 .summaryEditorialItm__content {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 31px;
    letter-spacing: 0.1px;
  }
  .bm-type_view3 .summaryEditorialItm__lnk {
    padding: 13px 0;
    width: 159px;
    font-size: 13px;
    letter-spacing: 1.4px;
  }
}
@media (min-width: 1024px) {
  .bm-type_view3 .summaryEditorialItm {
    width: 33.3%;
    padding: 0 35px;
  }
  .bm-type_view3 .summaryEditorialItm__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .bm-type_view3 .summaryEditorialItm__content {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .bm-type_view3 .summaryEditorialItm__lnk {
    width: 159px;
    padding: 14px 0;
    font-size: 12px;
    letter-spacing: 2.1px;
  }
}
.summaryEditorial.bm-type_center {
  text-align: center;
}
.frontCard,
.backCard {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1.5s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1.5s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1.5s;
  -ms-transform-style: preserve-3d;
  transition: 1.5s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  display: table;
  width: 100%;
  height: 100%;
}
.backCard {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: block;
}
.gm-valign_middle {
  display: table-cell;
  vertical-align: middle;
}
.crossIcon {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font: 40px "Times New Roman", Times, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  float: right;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.noTouch .crossIcon {
  display: none;
}

/* 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);
  }
}
.archivedDocuments {
  width: 100%;
  overflow: hidden;
  padding: 0 0 57px;
}
.archivedDocumentsList {
  height: 295px;
  overflow: hidden;
  padding-left: 80px;
  font-size: 0;
  white-space: nowrap;
}
.archivedDocumentsList.bm-column-4 {
  width: 896px;
}
.archivedDocumentsList.bm-column-2 {
  width: 488px;
}
@media (min-width: 768px) {
  .archivedDocumentsList {
    width: 100%;
    min-height: 262px;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  .archivedDocumentsList.bm-column-4 {
    width: 944px;
  }
  .archivedDocumentsList.bm-column-3 {
    width: 708px;
  }
  .archivedDocumentsList.bm-column-2 {
    width: 478px;
  }
  .archivedDocumentsList.bm-column-1 {
    width: 144px;
  }
}
@media (min-width: 1024px) {
  .archivedDocumentsList {
    white-space: normal;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .archivedDocumentsList.bm-column-4 {
    width: 100%;
    padding: 0 2.7%;
  }
  .archivedDocumentsList.bm-column-3 {
    width: 780px;
  }
  .archivedDocumentsList.bm-column-2 {
    width: 580px;
  }
  .archivedDocumentsList.bm-column-1 {
    width: 180px;
  }
}
.archivedDocumentsItm {
  width: 159px;
  height: 295px;
  margin-right: 45px;
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  vertical-align: top;
}
.archivedDocumentsItm__imgBg {
  width: 159px;
  height: 212px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .archivedDocumentsItm__imgBg {
    width: 144px;
    height: 192px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1024px) {
  .archivedDocumentsItm__imgBg {
    width: 180px;
    height: 240px;
  }
}
.archivedDocumentsItm__img {
  width: 159px;
  height: 212px;
}
@media (min-width: 768px) {
  .archivedDocumentsItm__img {
    width: 144px;
    height: 192px;
  }
}
@media (min-width: 1024px) {
  .archivedDocumentsItm__img {
    width: 180px;
    height: 240px;
  }
}
.archivedDocumentsItm__shadow {
  width: 28px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: -28px;
}
@media (min-width: 768px) {
  .archivedDocumentsItm__shadow {
    width: 26px;
    height: 45px;
    right: -26px;
  }
}
@media (min-width: 1024px) {
  .archivedDocumentsItm__shadow {
    width: 22px;
    height: 56px;
    right: -22px;
  }
}
.archivedDocumentsItm__txt {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  position: absolute;
  top: 82px;
  left: 24px;
  color: #fff;
}
.archivedDocumentsItm__txt.bm-text_title {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .archivedDocumentsItm__txt {
    top: 70px;
    left: 23px;
    font-size: 23px;
    line-height: 26px;
  }
  .archivedDocumentsItm__txt.bm-text_title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .archivedDocumentsItm__txt {
    top: 88px;
    left: 29px;
    font-size: 28px;
    line-height: 32px;
  }
  .archivedDocumentsItm__txt.bm-text_title {
    font-size: 16px;
    line-height: 21px;
  }
}
.archivedDocumentsItm__btnBg {
  width: 159px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .archivedDocumentsItm__btnBg {
    width: 144px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .archivedDocumentsItm__btnBg {
    width: 180px;
  }
}
.archivedDocumentsItm__btn {
  padding: 6px 23px;
  text-align: center;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 11px;
  color: #508ac4;
  line-height: 25px;
  border: 1px solid #508ac4;
  background: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .archivedDocumentsItm {
    min-height: 262px;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .archivedDocumentsItm.bm-column-4 {
    width: 236px;
  }
  .archivedDocumentsItm.bm-column-3 {
    width: 33.33%;
  }
  .archivedDocumentsItm.bm-column-2 {
    width: 239px;
  }
  .archivedDocumentsItm.bm-column-1 {
    width: 144px;
  }
}
@media (min-width: 1024px) {
  .archivedDocumentsItm {
    min-height: 310px;
    height: auto;
    padding: 0;
    margin: 0 auto 30px;
  }
  .archivedDocumentsItm.bm-column-4 {
    width: 25%;
  }
  .archivedDocumentsItm.bm-column-3 {
    width: 33.33%;
  }
  .archivedDocumentsItm.bm-column-2 {
    width: 290px;
  }
  .archivedDocumentsItm.bm-column-1 {
    width: 180px;
  }
}
.archivedDocumentsItmLang {
  position: absolute;
  bottom: 15px;
  left: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .archivedDocumentsItmLang {
    left: 23px;
  }
}
@media (min-width: 1024px) {
  .archivedDocumentsItmLang {
    left: 29px;
  }
}
.archivedDocumentsItmLang__icon {
  display: inline-block;
  margin-right: 5px;
}
.archivedDocumentsItmLang__txt {
  display: inline-block;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
}
@media (min-width: 1024px) {
  .archivedDocuments {
    padding: 0 0 70px;
  }
}
.archivedDocuments .blueBrdrBtnWithIcon__icon.bm-btn_teaser {
  width: 39px;
  padding: 0;
}
.archivedDocuments .blueBrdrBtnWithIcon.bm-btn_teaser {
  width: 159px;
}
.archivedDocuments .blueBrdrBtnWithIcon.bm-btn_teaser .blueBrdrBtn {
  padding: 12px 0;
}
@media (min-width: 768px) {
  .archivedDocuments .blueBrdrBtnWithIcon.bm-btn_teaser {
    width: 144px;
  }
}
@media (min-width: 1024px) {
  .archivedDocuments .blueBrdrBtnWithIcon.bm-btn_teaser {
    width: 180px;
  }
}
.archivedDocuments .gm-internalDoc:after {
  display: block;
}
.design-gsam .archivedDocuments {
  padding-bottom: 36px;
}
@media (min-width: 1024px) {
  .design-gsam .archivedDocuments {
    padding-bottom: 0;
  }
}
.design-gsam .archivedDocuments .blueBrdrBtnWithIcon.bm-btn_teaser {
  width: 159px;
}
@media (min-width: 768px) {
  .design-gsam .archivedDocuments .blueBrdrBtnWithIcon.bm-btn_teaser {
    width: 132px;
  }
}
@media (min-width: 1024px) {
  .design-gsam .archivedDocuments .blueBrdrBtnWithIcon.bm-btn_teaser {
    width: 141px;
  }
}
.design-gsam .archivedDocumentsList {
  padding-left: 0px;
  margin: 0;
  width: 100%;
  height: auto;
}
.design-gsam .archivedDocumentsList .archivedDocumentsItm {
  margin: 0;
  padding-right: 45px;
  width: auto;
}
@media (min-width: 1024px) {
  .design-gsam .archivedDocumentsList .archivedDocumentsItm.bm-no_paddingright {
    padding-right: 0;
  }
}
.design-gsam .archivedDocumentsList .archivedDocumentsItm__txt {
  top: 64px;
  left: 24px;
}
.design-gsam .archivedDocumentsList .archivedDocumentsItmLang {
  bottom: 8px;
  left: 21px;
}
@media (min-width: 768px) {
  .design-gsam .archivedDocumentsList .archivedDocumentsItm__imgBg {
    margin: 0 60px 30px 0;
    width: 132px;
    height: 176px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItm__img {
    width: 132px;
    height: 176px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItm__btnBg {
    margin: 0;
    width: 132px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItm__txt {
    top: 68px;
    left: 18px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItmLang {
    left: 14px;
    bottom: 5px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItm {
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  .design-gsam .archivedDocumentsList .archivedDocumentsItm__imgBg {
    width: 141px;
    height: 189px;
    margin-right: 0;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItm__img {
    width: 141px;
    height: 189px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItm__btnBg {
    width: 141px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItm__txt {
    top: 70px;
    left: 20px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItmLang {
    left: 18px;
    bottom: 8px;
  }
  .design-gsam .archivedDocumentsList .archivedDocumentsItm {
    padding-right: 13.1%;
    height: auto;
    padding-bottom: 40px;
  }
}
.design-gsam .blueBrdrBtnWithIcon {
  display: inline-block;
}
.design-gsam .blueBrdrBtnWithIcon .blueBrdrBtn {
  padding: 12px 15px;
  width: 159px;
}
@media (min-width: 768px) {
  .design-gsam .blueBrdrBtnWithIcon .blueBrdrBtn {
    padding: 12px 10px;
    width: 132px;
  }
}
@media (min-width: 1024px) {
  .design-gsam .blueBrdrBtnWithIcon .blueBrdrBtn {
    padding: 12px 14px;
    width: 141px;
  }
}
@media print {
  .archivedDocumentsList {
    width: 100% !important;
    white-space: normal;
    padding-bottom: 0 !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);
  }
}
.weeklyUpdate {
  margin-bottom: 70px;
  font-size: 0;
  text-align: center;
}
.dullBox {
  background-image: url("../../clientlibs/gsam-style/common/img/sas/disablePattern.png");
}
.dullBox .weeklyBox__header {
  background-color: #c6c6c5;
  opacity: 0.5;
}
.weeklyBox {
  width: 75%;
  vertical-align: top;
  margin: auto;
  border: 1px solid #c3c3c2 ;
  margin-bottom: 15px;
}
.weeklyBox__header {
  font-size: 12px;
  color: #ffffff;
  line-height: 38px;
  background-color: #508ac4;
  text-align: center;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  height: 35px;
  letter-spacing: 1px;
}
.weeklyBox__content {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  padding: 23px 15px 8px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  letter-spacing: 1px;
}
.weeklyBox__contentItem {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .weeklyUpdate {
    margin-bottom: 20px;
  }
  .weeklyBox {
    width: 30.79%;
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 50px;
  }
  .weeklyBox.bm-type_mrgnLeft {
    margin-left: 24px;
  }
  .weeklyBox:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .weeklyUpdate {
    margin-bottom: 100px;
  }
  .weeklyBox {
    width: 17.91%;
    margin-left: 2.09%;
    margin-bottom: 0;
  }
  .weeklyBox.bm-type_mrgnLeft {
    margin-left: 30px;
  }
}

/* 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);
  }
}
.stylePerfCont {
  margin-bottom: 65px;
  font-size: 0;
  position: relative;
}
.stylePerfCont__scrollWrapper {
  overflow-x: auto;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
.stylePerfCont__scrollWrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.stylePerfCont__scrollWrapper::-webkit-scrollbar:horizontal {
  height: 7px;
}
.stylePerfCont__scrollWrapper::-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);
}
.stylePerfCont__title {
  text-align: center;
  font-size: 19px;
  color: #333;
  line-height: 23px;
  margin: 0 0 34px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  letter-spacing: 0.3px;
}
.stylePerfCont__footerText {
  margin-bottom: 21px;
}
.stylePerfCont__extraWrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .stylePerfCont__title {
    letter-spacing: 0px;
    font-size: 18px;
  }
  .stylePerfCont__footerText {
    margin-top: -10px;
    margin-bottom: 40px;
  }
  .stylePerfCont__scrollWrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .stylePerfCont__scrollWrapper.bm-refText_true {
    margin-bottom: 50px;
  }
  .stylePerfCont__scrollWrapper.bm-count_2 {
    width: 57.15%;
    display: inline-block;
    vertical-align: top;
  }
  .stylePerfCont__scrollWrapper.bm-count_2.bm-hideYLabel,
  .stylePerfCont__scrollWrapper.bm-count_2.bm-hideYLabel-sm {
    width: 42.85%;
  }
  .stylePerfCont__extraWrapper {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .stylePerfCont {
    margin-bottom: 91px;
  }
  .stylePerfCont__title {
    margin-bottom: 45px;
    letter-spacing: 0px;
    font-size: 20px;
  }
}
.stylePerf {
  text-align: center;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508ac4;
  z-index: 1;
  font-size: 0;
  min-width: 390px;
  padding-top: 29px;
}
.stylePerf.bm-hideYLabel {
  min-width: 310px;
  margin-left: -10px;
}
.stylePerf .full-row-width-mtd {
  width: 79% !important;
}
.stylePerf .full-row-width-ytd {
  width: 79% !important;
}
.stylePerf .hide-style-cell {
  display: none;
}
.stylePerf .lagindicator {
  font-size: 60%;
}
.stylePerf__labelX,
.stylePerf__labelY {
  color: #666;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  display: inline-block;
}
.stylePerf__labelX {
  padding-left: 10px;
  vertical-align: top;
}
.stylePerf__labelY {
  width: 20.87%;
  text-align: left;
}
.stylePerf__labelY.bm-hideYLabel {
  display: none;
}
.stylePerf__labelHead {
  width: 100%;
  text-align: center;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  letter-spacing: 1.2px;
  position: absolute;
  top: 0;
}
.stylePerf__changeBox {
  display: inline-block;
  font-size: 23px;
  padding: 14px 0 19px 5px;
  position: relative;
}
.stylePerf__changeBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 5px;
  margin: auto;
  background-color: white;
  z-index: -1;
}
.stylePerf__changeBox.bm-change_neg {
  color: #f07e6e;
}
.stylePerf__changeBox,
.stylePerf__labelX {
  width: 26.37%;
}
@media (min-width: 768px) {
  .stylePerf {
    min-width: 0;
    padding-top: 0;
  }
  .stylePerf.bm-hideYLabel,
  .stylePerf.bm-hideYLabel-sm {
    margin-left: -10px;
    min-width: 0;
  }
  .stylePerf .full-row-width-mtd {
    width: 100% !important;
  }
  .stylePerf .full-row-width-ytd {
    width: 76.46% !important;
  }
  .stylePerf__labelX,
  .stylePerf__labelY {
    font-size: 13px;
    text-align: center;
    width: 24.84%;
  }
  .stylePerf__labelX.bm-hideYLabel,
  .stylePerf__labelY.bm-hideYLabel,
  .stylePerf__labelX.bm-hideYLabel-sm,
  .stylePerf__labelY.bm-hideYLabel-sm {
    width: 33.33%;
  }
  .stylePerf__labelX {
    padding-top: 4px;
  }
  .stylePerf__labelY {
    margin-right: -10px;
  }
  .stylePerf__labelY.bm-hideYLabel-sm {
    display: none;
  }
  .stylePerf__labelHead {
    padding-left: 23.38%;
    margin-bottom: 27px;
    position: static;
    border-left: 10px solid transparent;
  }
  .stylePerf__labelHead.bm-hideYLabel,
  .stylePerf__labelHead.bm-hideYLabel-sm {
    padding: 0;
  }
  .stylePerf__changeBox {
    width: 25.54%;
    font-size: 22px;
    padding: 15px 0 25px 10px;
  }
  .stylePerf__changeBox:after {
    bottom: 10px;
    left: 10px;
  }
  .stylePerf__changeBox.bm-hideYLabel,
  .stylePerf__changeBox.bm-hideYLabel-sm {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .stylePerf__labelX,
  .stylePerf__labelY {
    font-size: 16px;
  }
  .stylePerf__labelHead {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.5px;
  }
  .stylePerf__labelX {
    padding-top: 7px;
  }
  .stylePerf__changeBox {
    font-size: 32px;
    padding: 20px 0 30px 10px;
  }
}
@media (min-width: 1300px) {
  .design-gsam_v2 .compCont.style-pformance-wrapper {
    padding: 0 1.8% !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);
  }
}
.featuredStory {
  display: block;
  margin-bottom: 42px;
}
.featuredStory__img {
  width: 100%;
  margin-bottom: 35px;
}
.featuredStory__heading {
  font: 27px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000;
  text-align: center;
  margin: 0 auto 20px;
}
.featuredStory__text {
  margin: 0 auto;
}
.featuredStory__text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .featuredStory {
    position: relative;
    margin-bottom: 50px;
  }
  .featuredStory__img {
    margin-bottom: 0;
  }
  .featuredStory__content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .featuredStory__text {
    color: white;
    padding: 0 100px;
    margin: 0 auto;
  }
  .featuredStory__text p {
    margin-bottom: 1px;
  }
  .featuredStory__heading {
    margin: 0 auto 10px;
    font-size: 30px;
    color: #fff;
    padding: 0 100px;
  }
}
@media (min-width: 1024px) {
  .featuredStory__heading {
    margin: 0 auto 15px;
    font-size: 42px;
  }
  .featuredStory__text {
    font-size: 24px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.multipurposeCard {
  margin-bottom: 45px;
  font-size: 0;
}
.multipurposeCard__item {
  margin-bottom: 15px;
  display: block;
  background-color: #f4f4f2;
  overflow: hidden;
  width: 100%;
}
.multipurposeCard__item:hover {
  background-color: #e9e9e7;
}
.multipurposeCard__item.hover {
  background-color: #e9e9e7;
}
.multipurposeCard__item.bm-pos_rel {
  position: relative;
}
.multipurposeCard__item.bm-type_carousel {
  width: 81.3%;
  display: inline-block;
  margin: 0 0 30px 4.7%;
  height: 140px;
  white-space: normal;
  vertical-align: top;
}
.multipurposeCard__item.bm-type_carousel:first-child {
  margin-left: 0;
}
.multipurposeCard__item.bm-type_textWithImage {
  height: auto;
  background-color: #f4f4f3;
  margin-bottom: 25px;
}
.multipurposeCard__item.bm-type_textWithImage:hover {
  background-color: #f4f4f3;
}
.multipurposeCard__item.bm-type_textWithImage.hover {
  background-color: #f4f4f3;
}
.multipurposeCard__item.bm-type_onlyImage {
  height: auto;
  background-color: #f4f4f3;
  margin-bottom: 25px;
}
.multipurposeCard__item.bm-type_onlyImage:hover {
  background-color: #f4f4f3;
}
.multipurposeCard__item.bm-type_onlyImage.hover {
  background-color: #f4f4f3;
}
.multipurposeCard__item.bm-type_onlyImage.bm-type_whiteBg {
  background-color: #ffffff;
}
.multipurposeCard__item.bm-type_onlyImage.bm-type_greyBg {
  background-color: #f4f4f3;
}
.multipurposeCard__item.bm-type_titleimagefootnote {
  height: auto;
  background-color: #f4f4f3;
  margin-bottom: 25px;
}
.multipurposeCard__item.bm-type_titleimagefootnote:hover {
  background-color: #f4f4f3;
}
.multipurposeCard__item.bm-type_titleimagefootnote.hover {
  background-color: #f4f4f3;
}
.multipurposeCard__item.bm-type_titleimagefootnote.bm-type_whiteBg {
  background-color: #ffffff;
}
.multipurposeCard__item.bm-type_titleimagefootnote.bm-type_greyBg {
  background-color: #f4f4f3;
}
.multipurposeCard__list {
  width: auto;
  padding-top: 5px;
  margin-left: 0px;
  overflow: hidden;
}
.multipurposeCard__viewport {
  width: 100%;
  white-space: nowrap;
  margin-left: 9.4%;
}
.multipurposeCard__viewport.cardCenter {
  margin-left: 0 !important;
  text-align: center;
}
.multipurposeCard.bm-type_rightCol {
  margin-bottom: 0;
}
.multipurposeCard.bm-type_carousel {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .multipurposeCard {
    margin-left: -3.3%;
    margin-bottom: 43px;
  }
  .multipurposeCard__item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 27px;
    position: relative;
    margin-left: 3.3%;
  }
  .multipurposeCard__item.bm-col_2 {
    width: 46.7%;
    height: 201px;
  }
  .multipurposeCard__item.bm-col_3 {
    height: 232px;
    width: 30%;
  }
  .multipurposeCard__item.bm-type_rightCol {
    width: 46.7%;
  }
  .multipurposeCard__item.bm-type_withTagImage {
    height: 180px;
  }
  .multipurposeCard__item.bm-type_carousel {
    width: 27.6%;
    height: 240px;
    margin-left: 3.15%;
    margin-bottom: 25px;
  }
  .multipurposeCard__item.bm-type_textWithImage {
    width: 82.69%;
    height: auto;
  }
  .multipurposeCard__item.bm-type_onlyImage {
    width: 82.69%;
    height: auto;
  }
  .multipurposeCard__item.bm-type_titleimagefootnote {
    width: 82.69%;
    height: auto;
  }
  .multipurposeCard__list {
    padding: 6px 0 0;
  }
  .multipurposeCard__viewport {
    margin-left: 5.47%;
  }
  .multipurposeCard__viewport.bm-type_textWithImage {
    margin-left: 8.6%;
  }
  .multipurposeCard__viewport.bm-type_onlyImage {
    margin-left: 8.6%;
  }
  .multipurposeCard__viewport.bm-type_titleimagefootnote {
    margin-left: 8.6%;
  }
  .multipurposeCard.bm-type_carousel {
    margin-left: 0;
  }
  .multipurposeCard .featuredStory {
    margin-left: 3.3%;
  }
}
@media (min-width: 1024px) {
  .multipurposeCard {
    margin-left: -2.85%;
    margin-bottom: 65px;
  }
  .multipurposeCard__item {
    margin-bottom: 30px;
    margin-left: 2.85%;
  }
  .multipurposeCard__item.bm-col_2 {
    width: 47.15%;
    margin-bottom: 30px;
    height: 277px;
  }
  .multipurposeCard__item.bm-col_3 {
    width: 30.48%;
    height: 312px;
  }
  .multipurposeCard__item.bm-type_rightCol {
    width: 47.15%;
  }
  .multipurposeCard__item.bm-type_withTagImage {
    height: 216px;
  }
  .multipurposeCard__item.bm-type_carousel {
    width: 26.85%;
    height: 240px;
    margin-left: 2.57%;
    max-width: 377px;
  }
  .multipurposeCard__item.bm-type_textWithImage {
    width: 71.08%;
    height: auto;
    background-color: #f4f4f3;
    max-width: 995px;
  }
  .multipurposeCard__item.bm-type_onlyImage {
    width: 71.08%;
    height: auto;
    background-color: #f4f4f3;
    max-width: 995px;
  }
  .multipurposeCard__item.bm-type_titleimagefootnote {
    width: 71.08%;
    height: auto;
    background-color: #f4f4f3;
    max-width: 995px;
  }
  .multipurposeCard__list {
    padding: 7px 0 0;
  }
  .multipurposeCard__viewport {
    margin-left: 7.155%;
  }
  .multipurposeCard__viewport.bm-type_textWithImage {
    margin-left: 14.5%;
  }
  .multipurposeCard__viewport.bm-type_onlyImage {
    margin-left: 14.5%;
  }
  .multipurposeCard__viewport.bm-type_titleimagefootnote {
    margin-left: 14.5%;
  }
  .multipurposeCard.bm-type_carousel {
    margin-bottom: 100px;
  }
  .multipurposeCard.bm-type_textWithImage {
    margin-bottom: 60px;
  }
  .multipurposeCard.bm-type_onlyImage {
    margin-bottom: 60px;
  }
  .multipurposeCard.bm-type_titleimagefootnote {
    margin-bottom: 60px;
  }
  .multipurposeCard .featuredStory {
    margin-left: 2.85%;
  }
}
.relatedReports .multipurposeCard__item.bm-layout_small {
  height: 188px;
}
.relatedReports .multipurposeCard__item.bm-first {
  margin-left: 0;
}
@media (min-width: 768px) {
  .relatedReports .multipurposeCard__item {
    display: table-cell;
  }
  .relatedReports .multipurposeCard__item.bm-first {
    border-right: 15px #fff solid;
  }
  .relatedReports .multipurposeCard__item:last-child {
    border-left: 15px #fff solid;
  }
}
.cardHeader {
  background-color: #508ac4;
  min-height: 5px;
  color: #fff;
  font-size: 0;
  display: inline-block;
  width: 100%;
}
.cardHeader.bm-display_table {
  display: table;
}
.cardHeader__icon {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #85ADD6;
  width: 46px;
  height: auto;
}
.cardHeader__holder {
  display: table;
  height: 100%;
}
.cardHeader__holderImg {
  display: table-cell;
  width: 46px;
  height: 42px;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.cardHeader__holderImg img {
  max-width: 100%;
  max-height: 100%;
}
.cardHeader__text {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  display: table-cell;
  vertical-align: middle;
  height: auto;
  padding: 16px 0 13px 17px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .cardHeader__icon {
    width: 31px;
  }
  .cardHeader__holderImg {
    width: 31px;
    height: 30px;
    padding: 5px;
  }
  .cardHeader__text {
    font-size: 10px;
    padding: 10px 5px 8px 10px;
    letter-spacing: 0.8px;
  }
  .cardHeader.bm-type_carousel {
    min-height: 6px;
  }
  .cardHeader.bm-type_textWithImage {
    min-height: 4px;
  }
  .cardHeader.bm-type_onlyImage {
    min-height: 4px;
  }
  .cardHeader.bm-type_titleimagefootnote {
    min-height: 4px;
  }
}
@media (min-width: 1024px) {
  .cardHeader {
    min-height: 10px;
  }
  .cardHeader__icon {
    width: 49px;
  }
  .cardHeader__holderImg {
    width: 49px;
    height: 48px;
    padding: 10px;
  }
  .cardHeader__text {
    font-size: 11px;
    padding: 18px 0 17px 20px;
    letter-spacing: 1.1px;
  }
  .cardHeader.bm-type_carousel {
    min-height: 10px;
  }
  .cardHeader.bm-type_textWithImage {
    min-height: 6px;
  }
  .cardHeader.bm-type_onlyImage {
    min-height: 6px;
  }
  .cardHeader.bm-type_titleimagefootnote {
    min-height: 6px;
  }
}
.cardContent {
  padding: 20px;
  font-size: 0;
}
.cardContent__date {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508ac4;
  margin-bottom: 13px;
  display: inline-block;
  letter-spacing: 1px;
}
.cardContent__date.bm-display_inline {
  display: inline;
}
.cardContent__text {
  color: #666666;
}
.cardContent__text.bm-type_textWithImage {
  font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 30px;
  line-height: 17px;
  letter-spacing: 0.3px;
}
.cardContent__title {
  font: 19px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  line-height: 23px;
  margin: 0 0 5px 0;
}
.cardContent__title .icon {
  margin-right: 5px;
}
.cardContent__title.bm-type_withTagImage {
  letter-spacing: 0;
}
.cardContent__title.bm-type_carouselLast {
  margin-top: -3px;
}
.cardContent__cardTitle {
  font: bold 19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  line-height: 21px;
}
.cardContent__cardTitle.bm-type_textWithImage {
  margin-bottom: 12px;
  margin-top: 2px;
  letter-spacing: -0.2px;
}
.cardContent__cardTitle.bm-type_titleimagefootnote {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: -0.3px;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 0px;
  line-height: 18px;
}
.cardContent__chartText {
  position: absolute;
  font: 9px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 9px;
  color: #666;
  text-align: center;
}
.cardContent__titleContainer.bm-type_withTagImage {
  width: 88%;
}
.cardContent__titleContainer.bm-type_carouselLast {
  margin-bottom: 11px;
}
.cardContent__link {
  font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508ac4;
  display: inline-block;
  margin-bottom: 5px;
}
.cardContent__img.bm-type_textWithImage {
  margin-bottom: 33px;
  text-align: center;
}
.cardContent__img.bm-type_textWithImage img {
  max-width: 100%;
}
.cardContent__img.bm-type_textWithImage.bm-imgSize_medium {
  margin-bottom: 14px;
}
.cardContent__img.bm-type_onlyImage {
  margin-bottom: 0;
  text-align: center;
}
.cardContent__img.bm-type_onlyImage img {
  max-width: 100%;
}
.cardContent__img.bm-type_titleimagefootnote {
  margin-bottom: 0;
  text-align: left;
}
.cardContent__img.bm-type_titleimagefootnote img {
  max-width: 100%;
}
.cardContent__sourceText {
  text-align: left;
}
.cardContent__footNote {
  font-size: 12px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #999;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 14px;
  margin-top: 5px;
}
.cardContent.bm-type_withTagImage {
  padding: 15px 18px 20px 17px;
}
.cardContent.bm-type_textWithImage {
  overflow: hidden;
  padding: 20px 15px;
}
.cardContent.bm-type_onlyImage {
  overflow: hidden;
  padding: 20px 15px;
  display: table;
  height: 97%;
  width: 100%;
}
.cardContent.bm-type_titleimagefootnote {
  overflow: hidden;
  padding: 20px 15px;
}
.cardContent .bm-line_seprator {
  margin-bottom: 14px;
}
.cardContent__descContainer.bm-type_onlyImage {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cardContent__date {
    font-size: 10px;
    margin-bottom: 7px;
  }
  .cardContent__date.bm-type_carousel {
    letter-spacing: 0.8px;
    margin-top: 3px;
  }
  .cardContent__title {
    font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    margin: 0 0 10px 0;
  }
  .cardContent__title.bm-col_2 {
    font-size: 18px;
  }
  .cardContent__title.bm-type_withTagImage {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    width: 87%;
  }
  .cardContent__title.bm-type_carouselLast {
    font: 24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    margin-bottom: 0;
  }
  .cardContent__cardTitle {
    font-size: 18px;
    line-height: 16px;
  }
  .cardContent__cardTitle.bm-type_textWithImage {
    margin-bottom: 15px;
  }
  .cardContent__cardTitle.bm-type_titleimagefootnote {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .cardContent__titleContainer {
    margin-top: -3px;
  }
  .cardContent__titleContainer.bm-layout_wrapped {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .cardContent__titleContainer.bm-type_carouselLast {
    margin: 13px 0 32px 0;
  }
  .cardContent__text {
    font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    margin-bottom: 0;
    line-height: 20px;
  }
  .cardContent__text.bm-col_2 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .cardContent__text.bm-type_withTagImage {
    font-size: 14px;
    line-height: 20px;
  }
  .cardContent__text.bm-type_textWithImage {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .cardContent__text.bm-type_textWithImage p {
    margin-bottom: 20px;
  }
  .cardContent__link {
    font-size: 14px;
  }
  .cardContent__footNote {
    font-size: 15px;
    letter-spacing: -0.5;
    line-height: 18px;
  }
  .cardContent.bm-type_withTagImage {
    padding-top: 35px;
    padding-left: 19px;
  }
  .cardContent.bm-type_textWithImage {
    padding: 33px 38px;
  }
  .cardContent.bm-type_onlyImage {
    padding: 33px 38px;
  }
}
@media (min-width: 1024px) {
  .cardContent {
    padding: 30px;
  }
  .cardContent__date {
    font-size: 12px;
  }
  .cardContent__date.bm-col_2 {
    font-size: 13px;
  }
  .cardContent__date.bm-type_carousel {
    margin-bottom: 14px;
    margin-top: 0;
  }
  .cardContent__title {
    font-size: 20px;
    margin: 0 0 18px 0;
  }
  .cardContent__title.bm-col_2 {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .cardContent__title.bm-type_withTagImage {
    line-height: 26px;
  }
  .cardContent__title.bm-type_carousel {
    font-size: 22px;
  }
  .cardContent__title.bm-type_carouselLast {
    font-size: 34px;
  }
  .cardContent__cardTitle {
    font-size: 20px;
    line-height: 24px;
  }
  .cardContent__cardTitle.bm-type_textWithImage {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: -0.2px;
    margin-top: 0;
    /* width: 26%; */
    width: auto;
  }
  .cardContent__cardTitle.bm-type_titleimagefootnote {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 33px;
  }
  .cardContent__img {
    width: 35%;
    display: inline-block;
    float: right;
    margin-left: 8.1%;
    vertical-align: top;
  }
  .cardContent__img.bm-col_2 {
    width: 26%;
  }
  .cardContent__img.bm-type_textWithImage {
    margin-bottom: 0;
    margin-left: 2%;
    float: none;
  }
  .cardContent__img.bm-type_textWithImage.bm-imgSize_medium {
    width: 58%;
    max-width: 540px;
  }
  .cardContent__img.bm-type_textWithImage.bm-imgSize_large {
    width: 70%;
    max-width: 653px;
  }
  .cardContent__img.bm-type_textWithImage img {
    width: auto;
  }
  .cardContent__img.bm-type_onlyImage {
    margin-bottom: 0;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .cardContent__img.bm-type_onlyImage img {
    width: auto;
  }
  .cardContent__img.bm-type_titleimagefootnote {
    margin-bottom: 0;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .cardContent__img.bm-type_titleimagefootnote img {
    width: auto;
  }
  .cardContent__img .icon {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .cardContent__img img {
    width: 100%;
  }
  .cardContent__titleContainer.bm-layout_wrapped {
    display: inline;
  }
  .cardContent__titleContainer.bm-layout_full {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .cardContent__titleContainer.bm-type_carousel {
    margin-right: 9%;
  }
  .cardContent__titleContainer.bm-type_carouselLast {
    margin: 15px 0 26px -3px;
  }
  .cardContent__titleContainer.bm-type_textWithImage.bm-imgSize_medium {
    width: 40%;
  }
  .cardContent__titleContainer.bm-type_textWithImage.bm-imgSize_large {
    width: 28%;
    margin-top: 0;
  }
  .cardContent__text {
    font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    line-height: 24px;
  }
  .cardContent__text.bm-type_withTagImage {
    font-size: 16px;
    line-height: 24px;
  }
  .cardContent__text.bm-type_textWithImage {
    letter-spacing: 0.36px;
    display: inline-block;
    margin-bottom: 0;
  }
  .cardContent__text.bm-type_textWithImage.bm-imgSize_medium {
    width: 40%;
  }
  .cardContent__text.bm-type_textWithImage.bm-imgSize_large {
    width: 28%;
  }
  .cardContent__link {
    font-size: 16px;
  }
  .cardContent__footNote {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 22px;
    margin-top: 0;
  }
  .cardContent__descContainer {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .cardContent.bm-type_withTagImage {
    padding: 40px;
  }
  .cardContent.bm-type_textWithImage {
    padding: 28px 31px;
  }
  .cardContent.bm-type_onlyImage {
    padding: 28px 31px;
  }
}
.relatedReports .cardContent {
  height: auto;
  padding: 30px 20px;
}
.relatedReports .cardContent__date {
  color: #234e82;
  margin-bottom: 10px;
}
.relatedReports .cardContent__category {
  color: #666666;
}
.relatedReports .cardContent__text {
  font: 14px/20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  margin-bottom: 14px;
}
.relatedReports .cardContent__link {
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6c8db6;
}
@media (min-width: 768px) {
  .relatedReports .cardContent__date {
    font-size: 13px;
  }
  .relatedReports .cardContent__category {
    font-size: 13px;
  }
  .relatedReports .cardContent__text {
    font: 16px/24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .relatedReports .cardContent__link {
    font: 16px/24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.tagImage {
  width: 40px;
  height: 40px;
  background-color: #508ac4;
  position: absolute;
  top: 0;
  right: 0;
}
.tagImage__holder {
  height: 100%;
}
.tagImage__holderImg {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px;
  vertical-align: middle;
}
.tagImage__holderImg img {
  max-width: 100%;
  max-height: 100%;
}
.tagImage__holderImg:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tagImage__img {
  max-width: 50%;
  max-height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.tagImage .cLIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .tagImage {
    width: 55px;
    height: 55px;
  }
  .tagImage__holderImg {
    width: 55px;
    height: 55px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .tagImage {
    width: 75px;
    height: 75px;
  }
  .tagImage__holderImg {
    width: 75px;
    height: 75px;
    padding: 18px;
  }
}
.multipurposeCardNav {
  width: 260px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .multipurposeCardNav {
    width: 100%;
  }
}
.multipurposeCardNav__dot {
  width: 10px;
  height: 10px;
  background-color: #5c6062;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.multipurposeCardNav__dot:first-child {
  margin-left: 0;
}
.multipurposeCardNav__dot.bm_type_active {
  background-color: #fff;
}
.multipurposeCardNav__dot.bm-type_blue {
  background-color: #bdcad9;
}
.multipurposeCardNav__dot.bm-type_blue.bm_type_active {
  background-color: #234e82;
}
.multipurposeCardNav__dot:after {
  content: "";
  display: block;
  position: absolute;
  width: 190%;
  height: 190%;
  left: -45%;
  top: -45%;
}
@media (min-width: 768px) {
  .multipurposeCardNav {
    width: 100%;
  }
  .multipurposeCardNav__dot.bm-type_blue {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 1024px) {
  .multipurposeCardNav__dot.bm-type_blue {
    width: 10px;
    height: 10px;
  }
}
/*******************************
Theme - Business practices
*******************************/
.gm-theme_businessPractices .cardHeader {
  background-color: #d7b43a;
}
.gm-theme_businessPractices .cardHeader__icon {
  border-color: #fff;
}
.gm-theme_businessPractices .tagImage {
  background-color: #d7b43a;
}
/****************************
LESS- Non Touch devices
*****************************/
.noTouch .multipurposeCard__item:not(.bm-type_onlyImage):hover {
  background-color: #e9e9e7;
}
.noTouch .multipurposeCard__item.hover:not(.bm-type_onlyImage) {
  background-color: #e9e9e7;
}
.noTouch .multipurposeCard__item.bm-type_textWithImage:hover {
  background-color: #f4f4f3;
}
.noTouch .multipurposeCard__item.bm-type_textWithImage.hover {
  background-color: #f4f4f3;
}
/*******************************
Theme - Portfolio Strategy
*******************************/
.gm-theme_portfolioStrategy .cardHeader {
  background-color: #234e82;
}
.bgComp .multipurposeCard__item.bm-type_textWithImage,
.bgComp .multipurposeCard__item.bm-type_3donut,
.bgComp .multipurposeCard__item.bm-type_2donut {
  background-color: #f9f9f9;
}
.bgComp .multipurposeCard__item.bm-type_textWithImage:hover,
.bgComp .multipurposeCard__item.bm-type_3donut:hover,
.bgComp .multipurposeCard__item.bm-type_2donut:hover {
  background-color: #f9f9f9;
}
.bgComp .multipurposeCard__item.bm-type_textWithImage.hover,
.bgComp .multipurposeCard__item.bm-type_3donut.hover,
.bgComp .multipurposeCard__item.bm-type_2donut.hover {
  background-color: #f9f9f9;
}
.bgComp.bm-bg_gray .multipurposeCard__item {
  background-color: #fff;
}
/*******************************
Type - Diversified Investment
*******************************/
.bm-type_dit .multipurposeCard__item {
  /*height: 236px;*/
  height: auto;
  background-color: #f9f9f9;
}
.bm-type_dit .multipurposeCard__item:hover {
  background-color: #f9f9f9;
}
.bm-type_dit .multipurposeCard__item.hover {
  background-color: #f9f9f9;
}
.bm-type_dit .cardHeader {
  opacity: 0.2;
  min-height: 6px;
}
.bm-type_dit .cardContent {
  padding: 12px;
}
.bm-type_dit .cardContent__cardTitle {
  font: 19px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-top: 9px;
  margin-bottom: 14px;
}
.bm-type_dit .cardContent__text {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.3px;
}
.bm-type_dit .js-visibleCards .cardHeader {
  opacity: 1;
}
@media (min-width: 768px) {
  .bm-type_dit .multipurposeCard__viewport {
    margin-left: 10.15%;
  }
  .bm-type_dit .multipurposeCard__item {
    width: 38.28%;
    max-width: 294px;
    /* height: 177px;*/
    margin-bottom: 20px;
  }
  .bm-type_dit .cardContent {
    padding: 22px 30px 30px 29px;
  }
  .bm-type_dit .cardContent__cardTitle {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .bm-type_dit .cardContent__text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
  }
  .bm-type_dit .cardHeader {
    min-height: 4px;
  }
}
@media (min-width: 1024px) {
  .bm-type_dit .multipurposeCard__viewport {
    margin-left: 14.5%;
  }
  .bm-type_dit .multipurposeCard__item {
    width: 34.21%;
    max-width: 479px;
    /* height: 238px;*/
    margin-bottom: 27px;
  }
  .bm-type_dit .cardContent {
    padding: 25px 30px 30px;
  }
  .bm-type_dit .cardContent__cardTitle {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .bm-type_dit .cardContent__text {
    letter-spacing: 0.3px;
  }
  .bm-type_dit .cardHeader {
    min-height: 6px;
  }
}
/*******************************
Type - 3 donut card
*******************************/
.bm-type_3donut.multipurposeCard__item,
.bm-type_2donut.multipurposeCard__item {
  height: auto;
  background-color: #f4f4f3;
}
.bm-type_3donut.multipurposeCard__item:hover,
.bm-type_2donut.multipurposeCard__item:hover {
  background-color: #f4f4f3;
}
.bm-type_3donut.multipurposeCard__item.hover,
.bm-type_2donut.multipurposeCard__item.hover {
  background-color: #f4f4f3;
}
@media (min-width: 768px) {
  .bm-type_3donut.multipurposeCard__viewport,
  .bm-type_2donut.multipurposeCard__viewport {
    margin-left: 8.6%;
  }
  .bm-type_3donut.multipurposeCard__item,
  .bm-type_2donut.multipurposeCard__item {
    width: 82.82%;
  }
}
@media (min-width: 1024px) {
  .bm-type_3donut.multipurposeCard__viewport,
  .bm-type_2donut.multipurposeCard__viewport {
    margin-left: 14.4%;
  }
  .bm-type_3donut.multipurposeCard__item,
  .bm-type_2donut.multipurposeCard__item {
    width: 71.075%;
    max-width: 995px;
  }
}
.bm-type_3donut .cardHeader {
  min-height: 6px;
}
.bm-type_3donut .cardContent {
  padding: 30px 15px;
}
.bm-type_3donut .cardContent__cardTitle {
  margin: -5px 0 35px 0;
}
.bm-type_3donut .cardContent__wrapper {
  margin-bottom: 19px;
}
.bm-type_3donut .cardContent__item {
  margin: -10px 0 4px -10px;
  position: relative;
}
.bm-type_3donut .cardContent__chartContainer {
  display: inline-block;
  position: relative;
}
.bm-type_3donut .cardContent__chartText {
  font: 24px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bm-type_3donut .cardContent__chart {
  width: 100px;
  height: 100px;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.bm-type_3donut .cardContent__text {
  font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  line-height: 17px;
  display: inline-block;
  width: 56%;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 768px) {
  .bm-type_3donut .cardContent {
    padding: 20px 18px;
  }
  .bm-type_3donut .cardContent__cardTitle {
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .bm-type_3donut .cardContent__wrapper {
    text-align: center;
    margin-bottom: 16px;
  }
  .bm-type_3donut .cardContent__item {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
  }
  .bm-type_3donut .cardContent__chart {
    width: 148px;
    height: 148px;
    margin-right: 0;
  }
  .bm-type_3donut .cardContent__chartText {
    font-size: 38px;
  }
  .bm-type_3donut .cardContent__text {
    font-size: 11px;
    line-height: 14px;
    text-align: center;
  }
  .bm-type_3donut .cardHeader {
    min-height: 4px;
  }
}
@media (min-width: 1024px) {
  .bm-type_3donut .cardContent {
    padding: 30px;
  }
  .bm-type_3donut .cardContent__cardTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .bm-type_3donut .cardContent__wrapper {
    margin-bottom: 26px;
  }
  .bm-type_3donut .cardContent__chart {
    width: 220px;
    height: 220px;
    margin-bottom: 6px;
  }
  .bm-type_3donut .cardContent__chartText {
    font-size: 60px;
  }
  .bm-type_3donut .cardContent__descContainer {
    overflow: hidden;
  }
  .bm-type_3donut .cardContent__text {
    font-size: 16px;
    line-height: 20px;
  }
  .bm-type_3donut .cardHeader {
    min-height: 6px;
  }
}
.compCont .multipurposeCard.bm-type_carousel {
  margin-left: 0;
  text-align: center;
}
.compCont .multipurposeCard__item.bm-type_carousel {
  width: 89.5%;
}
.compCont .cardContent__cardTitle.bm-type_textWithImage,
.compCont .cardContent__text.bm-type_textWithImage {
  text-align: left;
}
@media (min-width: 1024px) {
  .compCont .multipurposeCard__item.bm-type_carousel {
    width: 77%;
  }
}
/*******************************
Type - 2 donut card
*******************************/
.bm-type_2donut .cardContent {
  padding: 27px 14px;
}
.bm-type_2donut .cardContent__cardTitle {
  margin: 0 0 2px 0;
  text-align: left;
}
.bm-type_2donut .cardContent__introText {
  font: 16px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-bottom: 28px;
  text-align: left;
}
.bm-type_2donut .cardContent__item {
  position: relative;
}
.bm-type_2donut .cardContent__item.bm-align_left {
  float: left;
}
.bm-type_2donut .cardContent__item.bm-align_right {
  float: right;
  margin-top: -14px;
  margin-right: -1px;
  clear: left;
}
.bm-type_2donut .cardContent__chartDetails {
  max-width: 50px;
  max-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bm-type_2donut .cardContent__chartName,
.bm-type_2donut .cardContent__chartAssetClass {
  font: 8px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  display: block;
}
.bm-type_2donut .cardContent__chartText {
  font: 22px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 20px;
  display: block;
  position: static;
}
.bm-type_2donut .cardContent__chart {
  width: 120px;
  height: 120px;
}
.bm-type_2donut .cardContent__text {
  font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  letter-spacing: 0.34px;
  margin-bottom: 14px;
  line-height: 17px;
  text-align: left;
}
.bm-type_2donut .cardContent__arrow {
  font-size: 0;
  margin-bottom: 12px;
  text-align: left;
}
.bm-type_2donut .cardContent__arrow.bm-rotate-xs_45 {
  -ms-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}
.bm-type_2donut .cardContent__wrapper {
  position: relative;
  padding: 0 12px;
  max-width: 239px;
  margin: 0 auto 43px;
}
.bm-type_2donut .cardContent__arrowContainer {
  position: absolute;
  width: 100px;
  top: 61%;
  left: 41%;
}
.bm-type_2donut .cardContent__valueTable {
  margin-bottom: 60px;
}
.bm-type_2donut .arrowTail {
  width: 1px;
  height: 7px;
  background-color: #c6c6c6;
  display: inline-block;
  vertical-align: middle;
}
.bm-type_2donut .arrowBody {
  display: inline-block;
  width: 97%;
  height: 1px;
  vertical-align: middle;
  background-color: #c6c6c6;
}
.bm-type_2donut .arrowBody.bm-type-xs_small {
  width: 17%;
}
.bm-type_2donut .arrowHead {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #c6c6c6;
  vertical-align: middle;
}
.bm-type_2donut .valueTable__item {
  margin-bottom: 5px;
}
.bm-type_2donut .valueTable__val1,
.bm-type_2donut .valueTable__val2 {
  font: 11px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  width: 10%;
  display: inline-block;
}
.bm-type_2donut .valueTable__assetClass {
  font: 8px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.3px;
  color: #898989;
  display: inline-block;
  width: 80%;
  text-align: center;
}
.bm-type_2donut .valueTable__val2 {
  text-align: right;
}
@media (min-width: 768px) {
  .bm-type_2donut .cardContent {
    padding: 30px 25px;
  }
  .bm-type_2donut .cardContent__cardTitle,
  .bm-type_2donut .cardContent__introText,
  .bm-type_2donut .cardContent__sourceText,
  .bm-type_2donut .cardContent__text,
  .bm-type_2donut .cardContent__wrapper {
    text-align: center;
  }
  .bm-type_2donut .cardContent__cardTitle {
    margin-bottom: 3px;
  }
  .bm-type_2donut .cardContent__introText {
    letter-spacing: 0.33px;
    margin: 0 0 34px 2px;
  }
  .bm-type_2donut .cardContent__chart {
    width: 206px;
    height: 206px;
    margin: 0 auto;
  }
  .bm-type_2donut .cardContent__chartDetails {
    max-width: 120px;
    max-height: 120px;
  }
  .bm-type_2donut .cardContent__chartName,
  .bm-type_2donut .cardContent__chartAssetClass {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .bm-type_2donut .cardContent__chartText {
    font-size: 42px;
    line-height: 50px;
  }
  .bm-type_2donut .cardContent__item {
    width: 39%;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
  }
  .bm-type_2donut .cardContent__item.bm-align_left,
  .bm-type_2donut .cardContent__item.bm-align_right {
    margin: 0;
    float: none;
  }
  .bm-type_2donut .cardContent__textWrapper {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
  }
  .bm-type_2donut .cardContent__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
  }
  .bm-type_2donut .cardContent__wrapper {
    padding: 0;
    margin-bottom: 0;
    max-width: none;
  }
  .bm-type_2donut .cardContent__arrowContainer {
    position: static;
    width: 100%;
    display: inline-block;
  }
  .bm-type_2donut .cardContent__arrow.bm-rotate-xs_45 {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .bm-type_2donut .arrowBody.bm-type-xs_small {
    width: 94%;
  }
  .bm-type_2donut .valueTable__val1,
  .bm-type_2donut .valueTable__val2 {
    width: 35%;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.7px;
  }
  .bm-type_2donut .valueTable__assetClass {
    width: 30%;
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1024px) {
  .bm-type_2donut .cardHeader {
    min-height: 6px;
  }
  .bm-type_2donut .cardContent {
    padding: 28px;
  }
  .bm-type_2donut .cardContent__introText {
    letter-spacing: 1.3px;
    line-height: 21px;
    margin-bottom: 25px;
  }
  .bm-type_2donut .cardContent__wrapper {
    padding: 0 12%;
  }
  .bm-type_2donut .cardContent__chartText {
    font-size: 52px;
  }
  .bm-type_2donut .cardContent__chart {
    width: 200px;
    height: 200px;
  }
  .bm-type_2donut .cardContent__text {
    line-height: 27px;
    font-size: 18px;
  }
  .bm-type_2donut .cardContent__arrowContainer {
    width: 86%;
  }
  .bm-type_2donut .cardContent__valueTable {
    padding: 0 14%;
  }
  .bm-type_2donut .valueTable__item {
    margin-bottom: 2px;
  }
  .bm-type_2donut .valueTable__val1,
  .bm-type_2donut .valueTable__val2 {
    font-size: 26px;
  }
}
.noTouch .multipurposeCard__item.bm-layout_flat:hover {
  background-color: #f4f4f2;
}
.bm-layout_flat.multipurposeCard__item.bm-col_2 {
  width: 100%;
  display: inline-block;
  height: 125px;
}
.bm-layout_flat.multipurposeCard__item.bm-col_2.bm-cardType_carousel {
  width: 81%;
  margin-left: 10%;
  height: 125px;
  vertical-align: top;
}
.bm-layout_flat.multipurposeCard__item.bm-col_2.bm-cardType_carousel:first-child {
  margin-left: 0px;
}
.bm-layout_flat.multipurposeCard__item.bm-col_3 {
  width: 100%;
  display: inline-block;
  height: 125px;
}
.bm-layout_flat.multipurposeCard__item.bm-col_3.bm-cardType_carousel {
  width: 81%;
  margin-left: 10%;
  height: 125px;
  vertical-align: top;
}
.bm-layout_flat.multipurposeCard__item.bm-col_3.bm-cardType_carousel:first-child {
  margin-left: 0px;
}
.bm-layout_flat.multipurposeCard__item .cardContent {
  padding: 10px;
}
.bm-layout_flat.multipurposeCard__item .cardContent__date {
  margin-bottom: 2px;
  margin-right: 4px;
}
.bm-layout_flat.multipurposeCard__item .cardContent__horiSeparator {
  border-right: 1px solid #e4e4e2;
  font-size: 12px;
  margin-right: 5px;
}
.bm-layout_flat.multipurposeCard__item .cardContent__titleContainer {
  max-height: 90px;
  height: auto;
}
.bm-layout_flat.multipurposeCard__item .cardContent__titleContainer.bm-layout_flat {
  margin-left: 35%;
}
.bm-layout_flat.multipurposeCard__item .cardContent__img {
  float: left;
  width: 28%;
  margin: 0;
  height: 105px;
  overflow: hidden;
}
.bm-layout_flat.multipurposeCard__item .cardContent__featuredImage {
  width: 100%;
}
.bm-layout_flat.multipurposeCard__item .cardContent__awardsLabel {
  font: bold 13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #999;
}
.bm-layout_flat.multipurposeCard__item .cardContent__title {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.bm-layout_flat.multipurposeCard__item .cardContent__titleLink {
  display: block;
}
.bm-layout_flat.multipurposeCard__item .cardContent__lockIcon {
  margin-right: 10px;
}
.bm-layout_flat.multipurposeCard__item .cardContent__text.bm-layout_flat {
  margin-left: 35%;
}
.bm-layout_flat.multipurposeCard__item .cardContent__detailsLink {
  font: 12px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #7399c6;
  display: block;
}
.bm-layout_flat.multipurposeCard__item .cardContent__detailsLink.bm-layout_flat {
  margin-left: 35%;
}
@media (min-width: 768px) {
  .bm-layout_flat.multipurposeCard__item.bm-col_2 {
    width: 44%;
    margin-left: 3%;
    height: 170px;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_2.bm-cardType_carousel {
    height: 170px;
    width: 44%;
    margin-left: 3.3%;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_3 {
    width: 30%;
    margin-left: 3.3%;
    height: 170px;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_3.bm-cardType_carousel {
    height: 170px;
    width: 26%;
    margin-left: 3.3%;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_3 .cardContent__date {
    margin-right: 3px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent {
    height: 100%;
    padding: 15px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__img {
    width: 41%;
    height: 130px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__titleContainer {
    max-height: 120px;
    height: auto;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__titleContainer.bm-layout_flat {
    margin-left: 48%;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__detailsLink.bm-layout_flat {
    margin-left: 48%;
  }
}
@media (min-width: 1024px) {
  .bm-layout_flat.multipurposeCard__item.bm-col_2 {
    width: 45%;
    height: 225px;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_2.bm-cardType_carousel {
    width: 40%;
    height: 225px;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_3 {
    width: 30%;
    height: 225px;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_3.bm-cardType_carousel {
    width: 26%;
    height: 225px;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_3 .cardContent {
    padding: 20px 10px;
  }
  .bm-layout_flat.multipurposeCard__item.bm-col_3 .cardContent__date {
    margin-bottom: 8px;
    margin-right: 10px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent {
    padding: 20px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__title {
    margin-bottom: 12px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__date {
    margin-bottom: 8px;
    margin-right: 10px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__horiSeparator {
    margin-right: 10px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__img {
    width: 28%;
    height: 180px;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__titleContainer {
    max-height: 140px;
    height: auto;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__titleContainer.bm-layout_flat {
    margin-left: 36%;
  }
  .bm-layout_flat.multipurposeCard__item .cardContent__detailsLink.bm-layout_flat {
    margin-left: 36%;
  }
}
.bm-align_center.multipurposeCard {
  text-align: center;
}
.bm-align_center.multipurposeCard .multipurposeCard__item {
  text-align: left;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.multipurposeCard.carouselCont.bm-type_carousel .multipurposeCard__item {
  width: 100% !important;
  max-width: 1200px !important;
}
@media (min-width: 1280px) {
  .multipurposeCard.carouselCont.bm-type_carousel .multipurposeCard__item.bm-type_onlyImage {
    max-width: 1200px;
  }
}
.multipurposeCard.carouselCont.bm-type_carousel .multipurposeCard__viewport.bm-contentwidth {
  width: 100%;
}
.multipurposeCard.carouselCont.bm-type_carousel .multipurposeCard__viewport.bm-contentwidth .cardCarousal {
  margin: 0;
}
.multipurposeCard.carouselCont.bm-type_carousel .multipurposeCard__viewport.bm-contentwidth_small .cardCarousal {
  width: auto;
  margin: 0 15%;
}
@media (max-width: 767px) {
  .multipurposeCard.carouselCont.bm-type_carousel .multipurposeCard__viewport.bm-contentwidth_small .cardCarousal {
    margin: 0 7.5%;
  }
}
.multipurposeCard.carouselCont.bm-type_carousel .multipurposeCard__list {
  position: relative;
}
.multipurposeCard.carouselCont.bm-type_carousel .multipurposeCard__viewport {
  margin: 0;
}
.cardCarousal {
  margin: 0 8.65%;
}
@media (min-width: 1024px) {
  .cardCarousal {
    margin: 0 14.5%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal {
    margin-left: calc((100% - 1200px)/2);
    margin-right: calc((100% - 1200px)/2);
  }
}
.cardCarousal > input {
  display: none;
}
.cardCarousal > input:nth-of-type( 20):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1989.3%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 20):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1959.85%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 20):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1948.83%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 20):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-22800px + -48.83%);
  }
}
.cardCarousal > input:nth-of-type( 20):checked ~ .multipurposeCard__item:nth-of-type( 20) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 20):checked ~ .multipurposeCard__item:nth-of-type( 20) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 19):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1884.6%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 19):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1856.7%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 19):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1846.26%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 19):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-21600px + -46.26%);
  }
}
.cardCarousal > input:nth-of-type( 19):checked ~ .multipurposeCard__item:nth-of-type( 19) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 19):checked ~ .multipurposeCard__item:nth-of-type( 19) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 18):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1779.9%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 18):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1753.55%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 18):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1743.69%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 18):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-20400px + -43.69%);
  }
}
.cardCarousal > input:nth-of-type( 18):checked ~ .multipurposeCard__item:nth-of-type( 18) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 18):checked ~ .multipurposeCard__item:nth-of-type( 18) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 17):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1675.2%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 17):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1650.4%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 17):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1641.12%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 17):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-19200px + -41.12%);
  }
}
.cardCarousal > input:nth-of-type( 17):checked ~ .multipurposeCard__item:nth-of-type( 17) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 17):checked ~ .multipurposeCard__item:nth-of-type( 17) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 16):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1570.5%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 16):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1547.25%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 16):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1538.55%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 16):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-18000px + -38.55%);
  }
}
.cardCarousal > input:nth-of-type( 16):checked ~ .multipurposeCard__item:nth-of-type( 16) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 16):checked ~ .multipurposeCard__item:nth-of-type( 16) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 15):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1465.8%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 15):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1444.1%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 15):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1435.98%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 15):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-16800px + -35.98%);
  }
}
.cardCarousal > input:nth-of-type( 15):checked ~ .multipurposeCard__item:nth-of-type( 15) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 15):checked ~ .multipurposeCard__item:nth-of-type( 15) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 14):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1361.1%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 14):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1340.95%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 14):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1333.41%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 14):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-15600px + -33.41%);
  }
}
.cardCarousal > input:nth-of-type( 14):checked ~ .multipurposeCard__item:nth-of-type( 14) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 14):checked ~ .multipurposeCard__item:nth-of-type( 14) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 13):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1256.4%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 13):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1237.8%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 13):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1230.84%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 13):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-14400px + -30.839999999999996%);
  }
}
.cardCarousal > input:nth-of-type( 13):checked ~ .multipurposeCard__item:nth-of-type( 13) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 13):checked ~ .multipurposeCard__item:nth-of-type( 13) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 12):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1151.7%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 12):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1134.65%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 12):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1128.27%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 12):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-13200px + -28.27%);
  }
}
.cardCarousal > input:nth-of-type( 12):checked ~ .multipurposeCard__item:nth-of-type( 12) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 12):checked ~ .multipurposeCard__item:nth-of-type( 12) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 11):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -1047%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 11):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1031.5%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 11):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1025.7%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 11):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-12000px + -25.7%);
  }
}
.cardCarousal > input:nth-of-type( 11):checked ~ .multipurposeCard__item:nth-of-type( 11) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 11):checked ~ .multipurposeCard__item:nth-of-type( 11) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 10):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -942.3%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 10):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -928.35%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 10):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -923.13%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 10):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-10800px + -23.13%);
  }
}
.cardCarousal > input:nth-of-type( 10):checked ~ .multipurposeCard__item:nth-of-type( 10) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 10):checked ~ .multipurposeCard__item:nth-of-type( 10) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 9):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -837.6%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 9):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -825.2%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 9):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -820.56%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 9):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-9600px + -20.56%);
  }
}
.cardCarousal > input:nth-of-type( 9):checked ~ .multipurposeCard__item:nth-of-type( 9) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 9):checked ~ .multipurposeCard__item:nth-of-type( 9) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 8):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -732.9%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 8):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -722.05%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 8):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -717.99%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 8):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-8400px + -17.99%);
  }
}
.cardCarousal > input:nth-of-type( 8):checked ~ .multipurposeCard__item:nth-of-type( 8) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 8):checked ~ .multipurposeCard__item:nth-of-type( 8) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 7):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -628.2%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 7):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -618.9%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 7):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -615.42%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 7):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-7200px + -15.419999999999998%);
  }
}
.cardCarousal > input:nth-of-type( 7):checked ~ .multipurposeCard__item:nth-of-type( 7) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 7):checked ~ .multipurposeCard__item:nth-of-type( 7) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 6):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -523.5%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 6):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -515.75%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 6):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -512.85%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 6):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-6000px + -12.85%);
  }
}
.cardCarousal > input:nth-of-type( 6):checked ~ .multipurposeCard__item:nth-of-type( 6) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 6):checked ~ .multipurposeCard__item:nth-of-type( 6) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 5):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -418.8%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 5):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -412.6%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 5):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -410.28%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 5):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-4800px + -10.28%);
  }
}
.cardCarousal > input:nth-of-type( 5):checked ~ .multipurposeCard__item:nth-of-type( 5) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 5):checked ~ .multipurposeCard__item:nth-of-type( 5) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 4):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -314.1%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 4):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -309.45%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 4):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -307.71%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 4):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-3600px + -7.709999999999999%);
  }
}
.cardCarousal > input:nth-of-type( 4):checked ~ .multipurposeCard__item:nth-of-type( 4) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 4):checked ~ .multipurposeCard__item:nth-of-type( 4) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 3):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -209.4%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 3):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -206.3%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 3):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -205.14%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 3):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-2400px + -5.14%);
  }
}
.cardCarousal > input:nth-of-type( 3):checked ~ .multipurposeCard__item:nth-of-type( 3) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 3):checked ~ .multipurposeCard__item:nth-of-type( 3) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 2):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: -104.7%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 2):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -103.15%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 2):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -102.57%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 2):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(-1200px + -2.57%);
  }
}
.cardCarousal > input:nth-of-type( 2):checked ~ .multipurposeCard__item:nth-of-type( 2) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 2):checked ~ .multipurposeCard__item:nth-of-type( 2) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 1):checked ~ .multipurposeCard__item:first-of-type {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .cardCarousal > input:nth-of-type( 1):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .cardCarousal > input:nth-of-type( 1):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: 0%;
  }
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type( 1):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: calc(0px + 0%);
  }
}
.cardCarousal > input:nth-of-type( 1):checked ~ .multipurposeCard__item:nth-of-type( 1) {
  opacity: 1 !important;
}
.cardCarousal > input:nth-of-type( 1):checked ~ .multipurposeCard__item:nth-of-type( 1) .cardHeader {
  opacity: 1 !important;
}
.cardCarousal > .multipurposeCard__item {
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  overflow: hidden;
  white-space: normal;
  position: relative;
}
.cardCarousal > .multipurposeCard__item .cardHeader {
  opacity: 0.2;
}
.cardCarousal > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
}
.cardCarousal > .navigation label:hover:after {
  opacity: 1;
}
.cardCarousal > .navigation label:after {
  content: '';
  background: #234e82;
  border-radius: 50%;
  padding: 5px;
  opacity: 0.5;
}
.cardCarousal > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.cardCarousal > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.cardCarousal > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.cardCarousal > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.cardCarousal > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.cardCarousal > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.cardCarousal > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.cardCarousal > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.cardCarousal > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.cardCarousal > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.cardCarousal > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after,
.cardCarousal > input:nth-of-type(12):checked ~ .navigation label:nth-of-type(12):after,
.cardCarousal > input:nth-of-type(13):checked ~ .navigation label:nth-of-type(13):after,
.cardCarousal > input:nth-of-type(14):checked ~ .navigation label:nth-of-type(14):after,
.cardCarousal > input:nth-of-type(15):checked ~ .navigation label:nth-of-type(15):after,
.cardCarousal > input:nth-of-type(16):checked ~ .navigation label:nth-of-type(16):after,
.cardCarousal > input:nth-of-type(17):checked ~ .navigation label:nth-of-type(17):after,
.cardCarousal > input:nth-of-type(18):checked ~ .navigation label:nth-of-type(18):after,
.cardCarousal > input:nth-of-type(19):checked ~ .navigation label:nth-of-type(19):after,
.cardCarousal > input:nth-of-type(20):checked ~ .navigation label:nth-of-type(20):after,
.cardCarousal > input:nth-of-type(21):checked ~ .navigation label:nth-of-type(21):after {
  opacity: 1;
}
/*#region MODULES */
.cardCarousal > .arrows-cards {
  width: 100%;
  z-index: 1;
}
.cardCarousal > .arrows-cards label {
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  display: none;
  position: absolute;
  height: 100%;
  width: 15%;
  cursor: pointer;
  top: 0;
}
@media (min-width: 1688px) {
  .cardCarousal > .arrows-cards label {
    width: calc((100% - 1200px)/2);
  }
}
.bm-contentwidth .cardCarousal > .arrows-cards label,
.bm-contentwidth_small .cardCarousal > .arrows-cards label {
  width: 15%;
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 20):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 20):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1948.83%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 19):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 19):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1846.26%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 18):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 18):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1743.69%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 17):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 17):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1641.12%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 16):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 16):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1538.55%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 15):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 15):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1435.98%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 14):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 14):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1333.41%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 13):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 13):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1230.84%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 12):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 12):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1128.27%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 11):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 11):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -1025.7%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 10):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 10):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -923.13%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 9):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 9):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -820.56%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 8):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 8):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -717.99%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 7):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 7):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -615.42%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 6):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 6):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -512.85%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 5):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 5):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -410.28%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 4):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 4):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -307.71%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 3):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 3):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -205.14%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 2):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 2):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: -102.57%;
  }
}
@media (min-width: 1688px) {
  .bm-contentwidth .cardCarousal > input:nth-of-type( 1):checked ~ .multipurposeCard__item:first-of-type,
  .bm-contentwidth_small .cardCarousal > input:nth-of-type( 1):checked ~ .multipurposeCard__item:first-of-type {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .bm-contentwidth_small .cardCarousal > .arrows-cards label {
    width: 7.5%;
  }
}
.bm-contentwidth .cardCarousal > .arrows-cards label:after {
  position: absolute;
  content: "";
  cursor: pointer;
  height: 15px;
  width: 15px;
  border-color: #33556D;
  border-style: solid;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  top: 50%;
}
@media (min-width: 768px) {
  .bm-contentwidth .cardCarousal > .arrows-cards label:after {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .bm-contentwidth .cardCarousal > .arrows-cards label:after {
    height: 40px;
    width: 40px;
  }
}
.cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(0),
.cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(1),
.cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(2),
.cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(3),
.cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(4),
.cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(5),
.cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(6),
.cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(7),
.cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(8),
.cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(9),
.cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(10),
.cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(11),
.cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(12),
.cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(13),
.cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(14),
.cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(15),
.cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(16),
.cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(17),
.cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(18),
.cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(19),
.cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(20) {
  display: block;
  left: 0;
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(0),
.cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(1),
.cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(2),
.cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(3),
.cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(4),
.cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(5),
.cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(6),
.cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(7),
.cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(8),
.cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(9),
.cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(10),
.cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(11),
.cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(12),
.cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(13),
.cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(14),
.cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(15),
.cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(16),
.cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(17),
.cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(18),
.cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(19),
.cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(20) {
    left: -2.75%;
  }
}
.cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(2),
.cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(3),
.cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(4),
.cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(5),
.cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(6),
.cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(7),
.cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(8),
.cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(9),
.cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(10),
.cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(11),
.cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(12),
.cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(13),
.cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(14),
.cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(15),
.cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(16),
.cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(17),
.cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(18),
.cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(19),
.cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(20),
.cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(21),
.cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(22) {
  display: block;
  right: 0;
}
@media (min-width: 1688px) {
  .cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(2),
.cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(3),
.cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(4),
.cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(5),
.cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(6),
.cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(7),
.cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(8),
.cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(9),
.cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(10),
.cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(11),
.cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(12),
.cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(13),
.cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(14),
.cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(15),
.cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(16),
.cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(17),
.cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(18),
.cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(19),
.cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(20),
.cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(21),
.cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(22) {
    right: -5%;
  }
}
.bm-contentwidth,.cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(0),
.bm-contentwidth,.cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(1),
.bm-contentwidth,.cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(2),
.bm-contentwidth,.cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(3),
.bm-contentwidth,.cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(4),
.bm-contentwidth,.cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(5),
.bm-contentwidth,.cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(6),
.bm-contentwidth,.cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(7),
.bm-contentwidth,.cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(8),
.bm-contentwidth,.cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(9),
.bm-contentwidth,.cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(10),
.bm-contentwidth,.cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(11),
.bm-contentwidth,.cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(12),
.bm-contentwidth,.cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(13),
.bm-contentwidth,.cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(14),
.bm-contentwidth,.cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(15),
.bm-contentwidth,.cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(16),
.bm-contentwidth,.cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(17),
.bm-contentwidth,.cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(18),
.bm-contentwidth,.cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(19),
.bm-contentwidth,.cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(20) {
  left: 0;
}
.bm-contentwidth,.cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(2),
.bm-contentwidth,.cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(3),
.bm-contentwidth,.cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(4),
.bm-contentwidth,.cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(5),
.bm-contentwidth,.cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(6),
.bm-contentwidth,.cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(7),
.bm-contentwidth,.cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(8),
.bm-contentwidth,.cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(9),
.bm-contentwidth,.cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(10),
.bm-contentwidth,.cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(11),
.bm-contentwidth,.cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(12),
.bm-contentwidth,.cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(13),
.bm-contentwidth,.cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(14),
.bm-contentwidth,.cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(15),
.bm-contentwidth,.cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(16),
.bm-contentwidth,.cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(17),
.bm-contentwidth,.cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(18),
.bm-contentwidth,.cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(19),
.bm-contentwidth,.cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(20),
.bm-contentwidth,.cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(21),
.bm-contentwidth,.cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(22) {
  right: 0;
}
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(0),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(1),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(2),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(3),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(4),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(5),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(6),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(7),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(8),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(9),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(10),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(11),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(12),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(13),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(14),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(15),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(16),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(17),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(18),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(19),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(20) {
  left: 0;
}
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(2),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(3),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(4),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(5),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(6),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(7),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(8),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(9),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(10),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(11),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(12),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(13),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(14),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(15),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(16),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(17),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(18),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(19),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(20),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(21),
.bm-contentwidth_small,.cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(22) {
  right: 0;
}
.bm-contentwidth, .cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(0):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(1):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(2):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(3):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(4):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(5):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(6):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(7):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(8):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(9):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(10):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(11):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(12):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(13):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(14):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(15):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(16):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(17):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(18):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(19):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(20):after {
  border-width: 0 0 2px 2px ;
  left: 20%;
  right: auto;
}
.bm-contentwidth, .cardCarousal > input:nth-of-type(1):checked ~ .arrows-cards> label:nth-of-type(2):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(2):checked ~ .arrows-cards> label:nth-of-type(3):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(3):checked ~ .arrows-cards> label:nth-of-type(4):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(4):checked ~ .arrows-cards> label:nth-of-type(5):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(5):checked ~ .arrows-cards> label:nth-of-type(6):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(6):checked ~ .arrows-cards> label:nth-of-type(7):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(7):checked ~ .arrows-cards> label:nth-of-type(8):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(8):checked ~ .arrows-cards> label:nth-of-type(9):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(9):checked ~ .arrows-cards> label:nth-of-type(10):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(10):checked ~ .arrows-cards> label:nth-of-type(11):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(11):checked ~ .arrows-cards> label:nth-of-type(12):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(12):checked ~ .arrows-cards> label:nth-of-type(13):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(13):checked ~ .arrows-cards> label:nth-of-type(14):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(14):checked ~ .arrows-cards> label:nth-of-type(15):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(15):checked ~ .arrows-cards> label:nth-of-type(16):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(16):checked ~ .arrows-cards> label:nth-of-type(17):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(17):checked ~ .arrows-cards> label:nth-of-type(18):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(18):checked ~ .arrows-cards> label:nth-of-type(19):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(19):checked ~ .arrows-cards> label:nth-of-type(20):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(20):checked ~ .arrows-cards> label:nth-of-type(21):after,
.bm-contentwidth, .cardCarousal > input:nth-of-type(21):checked ~ .arrows-cards> label:nth-of-type(22):after {
  border-width: 2px 2px 0 0 ;
  right: 20%;
  left: auto;
}
/*#endregion */

/* 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);
  }
}
/*******************************
Dock Holder
*******************************/
.dockHolder {
  min-height: 40px;
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .dockHolder {
    min-height: 44px;
  }
}
@media (min-width: 1024px) {
  .dockHolder {
    min-height: 50px;
  }
  .dockHolder.bm-type_multiTab {
    min-height: 66px;
  }
}
/*******************************
InPageNav
*******************************/
.inPageNav {
  background-color: #85ABD1;
  font-size: 0;
  min-height: 50px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .inPageNav {
    background-color: #fff;
    padding: 0;
    min-height: 44px;
  }
}
@media (min-width: 1024px) {
  .inPageNav {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 0 40px;
  }
}
.itemContainer {
  padding: 0 4.9%;
  line-height: 50px;
}
@media (min-width: 768px) {
  .itemContainer {
    padding: 0;
    height: inherit;
    font-size: 0;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 44px;
  }
}
@media (min-width: 1024px) {
  .itemContainer {
    border-left: 1px solid #EBEBEB;
    height: 50px;
    max-width: 1200px;
  }
}
.navItem {
  color: #FFF;
  display: none;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 13px;
  cursor: pointer;
}
.navItem.bm-activeSection {
  display: inline-block;
  width: 83%;
  vertical-align: middle;
}
.navItem.bm-activeSection .arrow-down {
  display: none;
}
@media (min-width: 768px) {
  .navItem {
    display: inline-block;
    color: #939d96;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    vertical-align: top;
    display: table-cell;
    width: auto;
    vertical-align: middle;
    border-right: 1px solid #EBEBEB;
  }
  .navItem.bm-activeSection {
    color: #fff;
    background-color: #85ABD1;
    display: table-cell;
    width: auto;
    position: relative;
    cursor: default;
  }
  .navItem.bm-activeSection .arrow-down {
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #85ABD1;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -13px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .navItem {
    font-size: 12px;
    line-height: 14px;
  }
}
.navItemName {
  width: 82.5%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.4px;
}
@media (min-width: 768px) {
  .navItemName {
    width: auto;
    letter-spacing: 2.5px;
  }
}
@media (min-width: 1024px) {
  .navItemName {
    letter-spacing: 3px;
  }
}
.count {
  color: #000;
  font: 11px "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
  margin-right: 4%;
  vertical-align: middle;
}
.navArrow {
  display: inline-block;
  cursor: pointer;
}
.navArrow.bm-mode_disabled {
  cursor: default;
}
.navArrow .icon {
  vertical-align: middle;
}
.arrow-bottom {
  padding-right: 3%;
}
.arrow-top {
  padding-left: 2.5%;
}
/*******************************
Multi Tab Version
*******************************/
@media (min-width: 768px) {
  .multiTab.inPageNav {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .multiTab.inPageNav {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .multiTab .itemContainer {
    border-right: none;
    height: inherit;
    font-size: 0;
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .multiTab .navItem {
    /* width: 6.8%; */
    border-right: 1px solid #EBEBEB;
    color: #508ac4;
    padding: 0;
    font-size: 16px;
  }
  .multiTab .navItem.bm-tab_primary {
    width: 18.6%;
  }
  .multiTab .navItem.bm-tab_primary.bm-activeSection {
    width: 45.6%;
  }
  .multiTab .navItem.bm-activeSection {
    background-color: #508ac4;
    color: #fff;
    white-space: nowrap;
    /* padding: 0 10px; */
    width: 33.8%;
  }
  .multiTab .navItem.bm-activeSection .navItemName__extd {
    display: inline-block;
    color: #fff;
    font: 16px 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .multiTab .navItem.bm-activeSection .arrow-down {
    border-top-color: #508ac4;
  }
}
@media (min-width: 1024px) {
  .multiTab .navItem {
    /* width: 6.03%; */
    font-size: 20px;
  }
  .multiTab .navItem.bm-tab_primary {
    width: 20.6%;
  }
  .multiTab .navItem.bm-tab_primary.bm-activeSection {
    width: 51.76%;
  }
  .multiTab .navItem.bm-activeSection {
    /* padding: 0 30px; */
    width: 37.19%;
  }
  .multiTab .navItem.bm-activeSection .navItemName__extd {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .multiTab .navItemName {
    line-height: 44px;
  }
  .multiTab .navItemName__extd {
    display: none;
  }
}
@media (min-width: 1024px) {
  .multiTab .navItemName {
    line-height: 66px;
    letter-spacing: 2px;
  }
}
/*******************************
Theme - Business practices
*******************************/
.gm-theme_businessPractices .inPageNav {
  background-color: #d7b43a;
}
@media (min-width: 768px) {
  .gm-theme_businessPractices .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_businessPractices .navItem.bm-activeSection {
    background-color: #d7b43a;
    color: #fff;
  }
  .gm-theme_businessPractices .navItem.bm-activeSection .arrow-down {
    border-top-color: #d7b43a;
  }
}
/*******************************
Theme - Portfolio Strategy
*******************************/
.gm-theme_portfolioStrategy .inPageNav {
  background-color: #234e82;
}
@media (min-width: 768px) {
  .gm-theme_portfolioStrategy .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_portfolioStrategy .navItem.bm-activeSection {
    background-color: #234e82;
    color: #fff;
  }
  .gm-theme_portfolioStrategy .navItem.bm-activeSection .arrow-down {
    border-top-color: #234e82;
  }
}
/*******************************
Theme - Meet The Experts
*******************************/
.gm-theme_defaultBlue .inPageNav {
  background-color: #019bed;
}
@media (min-width: 768px) {
  .gm-theme_defaultBlue .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_defaultBlue .navItem.bm-activeSection {
    background-color: #019bed;
    color: #fff;
  }
  .gm-theme_defaultBlue .navItem.bm-activeSection .arrow-down {
    border-top-color: #019bed;
  }
}
.gm-theme_midnightBlue .inPageNav {
  background-color: #00355f;
}
@media (min-width: 768px) {
  .gm-theme_midnightBlue .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_midnightBlue .navItem.bm-activeSection {
    background-color: #00355f;
    color: #fff;
  }
  .gm-theme_midnightBlue .navItem.bm-activeSection .arrow-down {
    border-top-color: #00355f;
  }
}
.gm-theme_purple .inPageNav {
  background-color: #532e63;
}
@media (min-width: 768px) {
  .gm-theme_purple .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_purple .navItem.bm-activeSection {
    background-color: #532e63;
    color: #fff;
  }
  .gm-theme_purple .navItem.bm-activeSection .arrow-down {
    border-top-color: #532e63;
  }
}
.gm-theme_steelBlue .inPageNav {
  background-color: #004a64;
}
@media (min-width: 768px) {
  .gm-theme_steelBlue .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_steelBlue .navItem.bm-activeSection {
    background-color: #004a64;
    color: #fff;
  }
  .gm-theme_steelBlue .navItem.bm-activeSection .arrow-down {
    border-top-color: #004a64;
  }
}
.gm-theme_royalBlue .inPageNav {
  background-color: #2f6eb6;
}
@media (min-width: 768px) {
  .gm-theme_royalBlue .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_royalBlue .navItem.bm-activeSection {
    background-color: #2f6eb6;
    color: #fff;
  }
  .gm-theme_royalBlue .navItem.bm-activeSection .arrow-down {
    border-top-color: #2f6eb6;
  }
}
.gm-theme_forestGreen .inPageNav {
  background-color: #3a4c00;
}
@media (min-width: 768px) {
  .gm-theme_forestGreen .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_forestGreen .navItem.bm-activeSection {
    background-color: #3a4c00;
    color: #fff;
  }
  .gm-theme_forestGreen .navItem.bm-activeSection .arrow-down {
    border-top-color: #3a4c00;
  }
}
.gm-theme_sapphireBlue .inPageNav {
  background-color: #508ac4;
}
@media (min-width: 768px) {
  .gm-theme_sapphireBlue .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_sapphireBlue .navItem.bm-activeSection {
    background-color: #508ac4;
    color: #fff;
  }
  .gm-theme_sapphireBlue .navItem.bm-activeSection .arrow-down {
    border-top-color: #508ac4;
  }
}
.gm-theme_ocra .inPageNav {
  background-color: #d7b43a;
}
@media (min-width: 768px) {
  .gm-theme_ocra .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_ocra .navItem.bm-activeSection {
    background-color: #d7b43a;
    color: #fff;
  }
  .gm-theme_ocra .navItem.bm-activeSection .arrow-down {
    border-top-color: #d7b43a;
  }
}
.gm-theme_cobaltBlue .inPageNav {
  background-color: #234e82;
}
@media (min-width: 768px) {
  .gm-theme_cobaltBlue .inPageNav {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .gm-theme_cobaltBlue .navItem.bm-activeSection {
    background-color: #234e82;
    color: #fff;
  }
  .gm-theme_cobaltBlue .navItem.bm-activeSection .arrow-down {
    border-top-color: #234e82;
  }
}

/* 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);
  }
}
.tilesComponent {
  margin-bottom: 60px;
}
.tilesComponent__heading {
  text-align: center;
  margin-bottom: 25px;
  font: bold 19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  margin-top: 0;
}
@media (min-width: 768px) {
  .tilesComponent {
    width: 76%;
    margin: 0 auto 60px;
  }
  .tilesComponent.bm-type_2 {
    width: 100%;
  }
  .tilesComponent.bm-type_2 .tiles {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .tilesComponent {
    margin-bottom: 85px;
  }
  .tilesComponent__heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.tilesContainer {
  margin-left: -10px;
  text-align: center;
  font-size: 0;
}
@media (min-width: 1024px) {
  .tilesContainer {
    padding: 0 40px;
  }
}
.tiles {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-height: 134px;
  padding: 0 0 10px 10px;
}
.tiles__link {
  display: inline-block;
  text-align: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #efefed;
  padding: 8px 10px 15px 12px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.tiles__link.bm-touch_active {
  background-color: #508ac4;
}
.tiles__link.bm-touch_active .tiles__number,
.tiles__link.bm-touch_active .tiles__text {
  color: #ffffff;
}
.tiles__number {
  color: #508AC4;
  font-size: 25px;
  margin-bottom: 4px;
  display: block;
}
.tiles__text {
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  display: block;
}
@media (min-width: 768px) {
  .tiles {
    width: 33%;
    min-height: 160px;
  }
  .tiles__link {
    padding: 13px 17px 13px 20px;
  }
  .tiles__number {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .tiles__text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .tiles {
    min-height: 166px;
  }
  .tiles__link {
    padding: 15px 20px 18px 27px;
  }
  .tiles__number {
    display: table-cell;
    padding-right: 20px;
    font-size: 44px;
  }
  .tiles__text {
    display: table-cell;
    vertical-align: top;
    padding-top: 11px;
    font-size: 20px;
    line-height: 25px;
  }
}
.noTouch .tiles__link:hover {
  background-color: #508ac4;
}
.noTouch .tiles__link:hover .tiles__number,
.noTouch .tiles__link:hover .tiles__text {
  color: #ffffff;
}

/* 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);
  }
}
.knowHowWrapper {
  border-top: 2px solid #508ac4;
}
.knowHowWrapper__glossaryLink {
  padding: 15px;
}
@media (min-width: 768px) {
  .knowHowWrapper {
    border-top: none;
    margin-bottom: 65px;
  }
  .knowHowWrapper__glossaryLink {
    padding: 0;
  }
}
.kHDContainer {
  background-color: #fff;
  padding-bottom: 70px;
  position: relative;
}
@media (min-width: 768px) {
  .kHDContainer {
    padding: 37px 30px 45px 30px;
    border-top: 6px solid #508ac4;
    margin-bottom: 39px;
  }
  .kHDContainer__utilsBox {
    position: absolute;
    top: 62px;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .kHDContainer {
    padding: 55px 67px 54px 67px;
    border-top: 10px solid #508ac4;
    margin-bottom: 58px;
  }
  .kHDContainer__utilsBox {
    top: 85px;
    right: 38px;
  }
}
.kHDetailWrapper {
  font-size: 14px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
}
.kHDetailWrapper__titleContainer {
  margin-bottom: 21px;
}
.kHDetailWrapper__titleContainer__title {
  margin-bottom: 7px;
  font-size: 14px;
}
.kHDetailWrapper__titleContainer__heading {
  color: #333;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 1px;
}
.kHDetailWrapper__contentText {
  margin-bottom: 30px;
  line-height: 20px;
}
.kHDetailWrapper__contentText__heading {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 18px;
}
.kHDetailWrapper__image {
  padding-bottom: 30px;
  overflow-x: auto;
  margin-bottom: 35px;
}
.kHDetailWrapper__image img {
  max-width: 450px;
}
.kHDetailWrapper__clear {
  border: 0;
  clear: both;
  margin: 0;
}
.kHDetailWrapper__source {
  color: #666;
  text-align: left;
  margin-bottom: 45px;
}
.kHDetailWrapper__source.bm-type_mrgnBtm {
  margin-bottom: 15px;
}
.kHDetailWrapper__disclosure {
  text-align: left;
}
@media (min-width: 768px) {
  .kHDetailWrapper__titleContainer {
    margin-bottom: 41px;
    text-align: center;
  }
  .kHDetailWrapper__titleContainer__title {
    margin-bottom: 9px;
    font-size: 15px;
  }
  .kHDetailWrapper__titleContainer__heading {
    font-size: 24px;
    line-height: 1.42;
    width: 87%;
    margin: 0 auto 9px;
  }
  .kHDetailWrapper__titleContainer__subHeading {
    font-size: 16px;
  }
  .kHDetailWrapper__contentText {
    margin-bottom: 20px;
  }
  .kHDetailWrapper__contentText__heading {
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
    color: #508ac4;
    padding-right: 20px;
  }
  .kHDetailWrapper__contentText__heading,
  .kHDetailWrapper__contentText__text {
    width: 50%;
    float: left;
  }
  .kHDetailWrapper__source {
    text-align: center;
  }
  .kHDetailWrapper__source.bm-type_mrgnBtm {
    margin-bottom: 33px;
  }
  .kHDetailWrapper__image {
    margin-bottom: 27px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .kHDetailWrapper__image img {
    max-width: 100%;
  }
  .kHDetailWrapper__disclosure {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .kHDetailWrapper__titleContainer {
    margin-bottom: 70px;
  }
  .kHDetailWrapper__titleContainer__title {
    margin-bottom: 4px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .kHDetailWrapper__titleContainer__heading {
    font-size: 32px;
    width: 82%;
    margin: 0 auto 4px;
  }
  .kHDetailWrapper__titleContainer__subHeading {
    font-size: 18px;
  }
  .kHDetailWrapper__contentText {
    float: right;
    width: 32.4%;
    padding-top: 8px;
    margin-bottom: 0;
  }
  .kHDetailWrapper__contentText__heading,
  .kHDetailWrapper__contentText__text {
    width: 100%;
    float: none;
  }
  .kHDetailWrapper__contentText__heading {
    line-height: 23px;
    margin-bottom: 25px;
  }
  .kHDetailWrapper__contentText__text {
    font-size: 16px;
    line-height: 24px;
  }
  .kHDetailWrapper__image {
    float: left;
    width: 61.35%;
    margin-bottom: 0;
  }
  .kHDetailWrapper__clear {
    margin: 0 0 45px;
  }
  .kHDetailWrapper__source {
    margin-bottom: 55px;
  }
  .kHDetailWrapper__source.bm-type_mrgnBtm {
    margin-bottom: 27px;
  }
}
.accordionPanel {
  background-color: #fff;
}
@media (min-width: 768px) {
  .accordionPanel {
    background-color: transparent;
  }
}
.accordionHead {
  background-color: #f4f4f2;
  padding: 19px 34px 16px 40px;
  border-bottom: 1px solid #c3c3c2;
  position: relative;
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 16px;
}
.accordionHead__text {
  color: #666666;
}
.accordionHead__number {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #508AC4;
  line-height: 14px;
  position: absolute;
  left: 14px;
  top: 20px;
}
.accordionHead__arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordionHead.selected {
  margin-bottom: 32px;
}

/* 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);
  }
}
.imageComp {
  padding-bottom: 16px;
  text-align: center;
  width: 100%;
}
.imageComp.gm-textAlign_left {
  text-align: left;
}
.imageComp.gm-textAlign_right {
  text-align: right;
}
.imageComp.gm-textAlign_center {
  text-align: center;
}
.imageComp.bm-btmspacing {
  margin-bottom: 14px;
}
.imageComp.bm-type_scrollable {
  overflow-x: auto;
}
.imageComp.bm-type_scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}
.imageComp.bm-type_scrollable::-webkit-scrollbar:horizontal {
  height: 7px;
}
.imageComp.bm-type_scrollable::-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);
}
.imageComp__img {
  max-width: 100%;
}
.imageComp__img.bm-type_scrollable {
  max-width: 450px;
}
@media (min-width: 768px) {
  .imageComp {
    padding-bottom: 0px;
    margin-bottom: 23px;
  }
  .imageComp.bm-btmspacing {
    margin-bottom: 39px;
  }
  .imageComp.bm-type_scrollable {
    overflow: hidden;
  }
  .imageComp__img.bm-type_scrollable {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .imageComp {
    margin-bottom: 11px;
  }
  .imageComp.bm-btmspacing {
    margin-bottom: 59px;
  }
}

/* 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);
  }
}
.cardWithBtn {
  margin-bottom: 60px;
  font-size: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cardWithBtn {
    margin-left: -24px;
  }
  .cardWithBtn .cardWithBtn__ftrBtn {
    margin-left: 24px;
  }
  .cardWithBtn.bm-layout_transparent {
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .cardWithBtn {
    margin-left: -14px;
    margin-bottom: 100px;
  }
  .cardWithBtn .cardWithBtn__ftrBtn {
    margin-left: 14px;
  }
  .cardWithBtn.bm-layout_transparent {
    margin-bottom: 100px;
  }
  .cardWithBtn.bm-config_singleRow {
    margin-left: -35px;
  }
  .cardWithBtn.bm-config_singleRow .cardWithBtn__ftrBtn {
    margin-left: 35px;
  }
  .cardWithBtn.bm-config_singleRow.bm-layout_transparent {
    margin-left: -14px;
  }
  .cardWithBtn.bm-config_singleRow.bm-layout_transparent .cardWithBtn__ftrBtn {
    margin-left: 14px;
  }
  .cardWithBtn.bm-colCount_1 {
    margin-left: 0;
  }
  .cardWithBtn.bm-colCount_1 .cardWithBtn__ftrBtn {
    margin-left: 0;
  }
  .cardWithBtn.bm-colCount_1.bm-config_singleRow,
  .cardWithBtn.bm-colCount_1.bm-layout_transparent {
    margin-left: 0;
  }
  .cardWithBtn.bm-colCount_1.bm-config_singleRow .cardWithBtn__ftrBtn,
  .cardWithBtn.bm-colCount_1.bm-layout_transparent .cardWithBtn__ftrBtn {
    margin-left: 0;
  }
}
.itemCont {
  width: 100%;
  padding-bottom: 14px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .itemCont {
    width: 50%;
    padding: 0 0 24px 24px;
  }
  .itemCont.bm-colCount_3 {
    width: 33.333%;
  }
  .itemCont.bm-colCount_1 {
    width: 65.67%;
    padding-left: 0;
  }
  .itemCont.bm-config_singleRow {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .itemCont {
    padding: 0 0 14px 14px;
  }
  .itemCont.bm-config_singleRow {
    padding-left: 35px;
  }
  .itemCont.bm-config_singleRow.bm-layout_transparent {
    padding-left: 14px;
  }
  .itemCont.bm-colCount_1 {
    padding-left: 0;
  }
  .itemCont.bm-colCount_1.bm-config_singleRow,
  .itemCont.bm-colCount_1.bm-layout_transparent {
    padding-left: 0;
  }
}
.cardWithBtnItems {
  width: 100%;
  background-color: #f4f4f2;
  padding: 37px 25px 40px;
  min-height: 239px;
}
.cardWithBtnItems.bm-bg_white {
  background-color: #fff;
}
.cardWithBtnItems.bm-bg_transparent {
  padding-top: 0;
  padding-bottom: 51px;
  background-color: transparent;
  position: relative;
  margin-bottom: 33px;
}
.cardWithBtnItems.bm-bg_transparent.bm-card_last {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cardWithBtnItems.bm-bg_transparent.bm-card_last hr {
  display: none;
}
.cardWithBtnItems__heading {
  font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 12px;
  margin-top: 0px;
  letter-spacing: 3px;
}
.cardWithBtnItems__heading.bm-bg_transparent {
  line-height: 22px;
  margin-bottom: 8px;
}
.cardWithBtnItems__text {
  font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 24px;
  color: #666666;
  margin-bottom: 18px;
  height: 72px;
  overflow: hidden;
}
.cardWithBtnItems__rule {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: -15px;
  right: -15px;
}
@media (min-width: 768px) {
  .cardWithBtnItems {
    min-height: 203px;
  }
  .cardWithBtnItems__heading {
    margin-bottom: 12px;
  }
  .cardWithBtnItems__heading.bm-bg_transparent {
    margin-bottom: 11px;
  }
  .cardWithBtnItems__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 13px;
    height: 42px;
  }
  .cardWithBtnItems__text.bm-bg_transparent {
    line-height: 20px;
  }
  .cardWithBtnItems__rule {
    display: none;
  }
  .cardWithBtnItems.bm-bg_transparent {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cardWithBtnItems {
    padding: 48px 63px 50px;
    min-height: 230px;
  }
  .cardWithBtnItems__heading {
    font-size: 18px;
  }
  .cardWithBtnItems__heading.bm-bg_transparent {
    margin-bottom: 9px;
  }
  .cardWithBtnItems__heading.bm-bg_white {
    margin-bottom: 9px;
  }
  .cardWithBtnItems__text {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    height: 48px;
  }
  .cardWithBtnItems__text.bm-bg_transparent {
    margin-bottom: 23px;
    line-height: 24px;
  }
  .cardWithBtnItems__text.bm-bg_white {
    margin-bottom: 23px;
  }
}
.cardWithBtnCont {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .cardWithBtnCont {
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) {
  .cardWithBtnCont {
    width: 73%;
    margin: 0 auto 26px;
  }
  .cardWithBtnCont.bm-layout_fullWidth {
    width: 100%;
  }
  .cardWithBtnCont.bm-layout_transparent {
    width: 90%;
  }
}
.leftColCLC .cardWithBtn {
  margin-bottom: 30px;
  background-color: #fff;
  padding-bottom: 30px;
}
.leftColCLC .cardWithBtn__ftrBtn {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
@media (min-width: 1024px) {
  .leftColCLC .cardWithBtn {
    padding-bottom: 35px;
  }
}
.leftColCLC .cardWithBtnCont {
  margin-bottom: 0;
}
.leftColCLC .itemCont {
  width: 100%;
  padding-bottom: 0;
}
.leftColCLC .itemCont.bm-colCount_3,
.leftColCLC .itemCont.bm-colCount_1,
.leftColCLC .itemCont.bm-config_singleRow,
.leftColCLC .itemCont.bm-colCount_2 {
  width: 100%;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .leftColCLC .itemCont.bm-colCount_3 {
    width: 33.33%;
  }
  .leftColCLC .itemCont.bm-colCount_2 {
    width: 35%;
  }
}
@media (min-width: 1024px) {
  .leftColCLC .itemCont {
    width: 100%;
  }
  .leftColCLC .itemCont.bm-colCount_3,
  .leftColCLC .itemCont.bm-colCount_1,
  .leftColCLC .itemCont.bm-config_singleRow,
  .leftColCLC .itemCont.bm-colCount_2 {
    width: 100%;
  }
}

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

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pcc {
  margin-bottom: 68px;
}
.pcc .multipurposeCard {
  margin-bottom: 0;
  overflow: hidden;
}
.pcc__trigger {
  display: block;
  font-size: 11px;
  color: #666;
  text-align: center;
  margin-bottom: 25px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  letter-spacing: 3px;
}
.pcc__trigger.icon {
  margin-bottom: 1px;
  margin-left: -4px;
}
.pcc__trigger.bm-btnPos_btm {
  margin-bottom: 0;
  margin-top: 22px;
}
.pcc.bm-btmSpacing_small {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .pcc.bm-btnPos_btm {
    margin-bottom: 65px;
  }
  .pcc__trigger {
    font-size: 12px;
  }
  .pcc__trigger.bm-btnPos_btm {
    margin-top: 10px;
  }
  .pcc__trigger .icon {
    margin-bottom: 2px;
    margin-left: -2px;
  }
  .pcc.bm-btmSpacing_small {
    margin-bottom: 23px;
  }
}
@media (min-width: 1024px) {
  .pcc.bm-btnPos_btm {
    margin-bottom: 94px;
  }
  .pcc__trigger {
    font-size: 14px;
  }
  .pcc__trigger.bm-btnPos_btm {
    margin-top: 6px;
  }
  .pcc.bm-btmSpacing_small {
    margin-bottom: 20px;
  }
}

/* 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);
  }
}
.imageleftRight {
  display: block;
  padding: 67px 0 70px 0;
}
@media (min-width: 768px) {
  .imageleftRight {
    overflow-y: auto;
    padding: 70px 0 60px 0;
  }
  .imageleftRight .bm-display_table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .imageleftRight {
    padding: 100px 0 90px 0;
  }
}
@media (min-width: 768px) {
  .imageleftRight.bm-align_left .imageleftRightDesc {
    margin-right: 6%;
  }
  .imageleftRight.bm-align_left .imageleftRightDesc.bm-spacing {
    padding-left: 7%;
    padding-right: 0px;
  }
  .imageleftRight.bm-align_left .imageleftRight__img {
    padding-right: 15px;
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .imageleftRight.bm-align_left .imageleftRightDesc {
    margin: 0px;
  }
  .imageleftRight.bm-align_left .imageleftRightDesc.bm-spacing {
    padding-left: 3%;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .imageleftRight.bm-align_left {
    padding: 100px 0 95px 0;
  }
  .imageleftRight.bm-align_left .imageleftRightDesc.bm-spacing {
    padding-left: 3%;
  }
}
.imageleftRight__img {
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
}
.imageleftRight__img img {
  max-width: 550px;
}
@media (min-width: 768px) {
  .imageleftRight__img {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  .imageleftRight__img img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .imageleftRight__img {
    width: 57%;
  }
}
.imageleftRightDesc .icon {
  margin-right: 9px;
}
@media (min-width: 768px) {
  .imageleftRightDesc {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
  .imageleftRightDesc.bm-spacing {
    padding-right: 7%;
  }
  .imageleftRightDesc .title2 {
    text-align: left;
    margin-bottom: 10px;
  }
  .imageleftRightDesc__detail .title4 {
    text-align: left;
  }
  .imageleftRightDesc__detail .text1 {
    text-align: left;
    margin-bottom: 0px;
  }
  .imageleftRightDesc__detail .text1 p {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .imageleftRightDesc {
    width: 43%;
  }
  .imageleftRightDesc.bm-spacing {
    padding-right: 3%;
  }
  .imageleftRightDesc .title2,
  .imageleftRightDesc .title4 {
    margin-bottom: 15px;
  }
}
.imageleftRightDisclosure {
  text-align: center;
  width: 91.117%;
  margin: 15px auto 0;
}
@media (min-width: 768px) {
  .imageleftRightDisclosure {
    text-align: left;
    width: 50%;
    margin: 25px 0 0 0;
    float: right;
  }
}
@media (min-width: 1024px) {
  .imageleftRightDisclosure {
    width: 57%;
  }
}
.imageleftRightDisclosure__source {
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  line-height: 14px;
}
@media (min-width: 768px) {
  .bm-align_left .imageleftRightDisclosure {
    float: none;
  }
}

/* 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);
  }
}
.portfolioStrategyBox {
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .portfolioStrategyBox {
    margin-bottom: 100px;
  }
}
.psbContainer {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .psbContainer {
    margin-bottom: 25px;
  }
  .psbContainer.bm-column-1 {
    width: 220px;
  }
  .psbContainer.bm-column-2 {
    width: 464px;
  }
  .psbContainer.bm-column-3 {
    width: 708px;
  }
}
@media (min-width: 1024px) {
  .psbContainer {
    margin-bottom: 35px;
  }
  .psbContainer.bm-column-1 {
    width: 376px;
  }
  .psbContainer.bm-column-2 {
    width: 788px;
  }
  .psbContainer.bm-column-3 {
    width: 100%;
  }
}
.psbPar {
  width: 100%;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .psbPar {
    width: 464px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .psbPar {
    width: 31.33%;
    margin-right: 3%;
    float: left;
    text-align: left;
    padding-right: 5.5%;
    font-size: 18px;
  }
}
.psb {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  position: relative;
  background-color: #f9f9f9;
}
.psb:last-child {
  margin-right: 0 !important;
}
.psbHeader {
  height: 6px;
  background-color: #234e82;
}
.psbLargSec {
  padding: 24px 28px 31px 30px;
}
.psbLargSecHeader {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}
.psbLargSecHeader__chart {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
.psbLargSecHeader__chart .highcharts-container {
  left: -10px;
  top: -10px;
}
.psbLargSecHeader__chart img {
  max-width: 100%;
  max-height: 100%;
}
.psbLargSecHeader__title {
  display: table-cell;
  vertical-align: middle;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 19px;
  color: #333;
  text-align: right;
}
.psbTable {
  display: table;
  width: 100%;
}
.psbTable__row {
  display: table-row;
}
.psbTable__cellKey {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 1px;
  font-size: 11px;
  color: #6E6E6D;
  text-align: left;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 1.4px;
  height: 28px;
  line-height: 10px;
}
.psbTable__cellVal {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  font-size: 20px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 19px;
}
.psbSmllSec {
  padding: 26px 0;
  text-align: center;
  border-top: 1px solid #e7e7e5;
}
.psbSmllSec__title {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  color: #6E6E6D;
  text-align: center;
  letter-spacing: 1px;
}
.psbSmllSec__value {
  text-align: center;
  font-size: 30px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  line-height: 33px;
}
.psbSmllSec.bm-type_lastSec {
  background-color: #efefed;
  border: 0px;
}
.psbChartArea {
  width: 100%;
  height: 100%;
}
.psbChart {
  position: absolute;
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  .psb {
    margin-bottom: 0;
    width: 220px;
    float: left;
    margin-right: 24px;
  }
  .psb.bm-column-1 {
    float: none;
  }
  .psbHeader {
    height: 4px;
  }
  .psbLargSecHeader {
    margin-bottom: 10px;
  }
  .psbLargSecHeader__chart {
    width: 40px;
    height: 40px;
  }
  .psbLargSecHeader__title {
    font-size: 16px;
  }
  .psbLargSec {
    padding: 20px 21px 33px 20px;
  }
  .psbSmllSec {
    padding: 15px 0 17px;
  }
  .psbSmllSec__value {
    font-size: 25px;
    line-height: 32px;
  }
  .psbSmllSec.bm-type_lastSec {
    padding-bottom: 15px;
  }
  .psbChart {
    width: 60px;
    height: 60px;
  }
  .psbTable__cellVal {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .psb {
    width: 31.33%;
    margin-right: 3%;
  }
  .psb.bm-column-1 {
    width: 100%;
    margin-right: 0;
  }
  .psb.bm-column-2 {
    width: 376px;
    margin-right: 36px;
  }
  .psbHeader {
    height: 6px;
  }
  .psbLargSec {
    padding: 24px 28px 28px 30px;
  }
  .psbLargSecHeader {
    margin-bottom: 18px;
  }
  .psbLargSecHeader__chart {
    width: 60px;
    height: 60px;
  }
  .psbLargSecHeader__title {
    font-size: 24px;
  }
  .psbTable__cellKey {
    height: 29px;
  }
  .psbTable__cellVal {
    font-size: 20px;
  }
  .psbSmllSec {
    padding: 26px 0;
  }
  .psbSmllSec__value {
    font-size: 36px;
    line-height: 37px;
  }
  .psbSmllSec.bm-type_lastSec {
    padding: 26px 0;
  }
  .psbChart {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .psbContainer.bm-view_psbText.bm-column-2 {
    width: 65.67%;
    float: left;
  }
  .psbContainer.bm-view_psbText .psb.bm-column-2 {
    width: 47.716%;
    margin-right: 4.57%;
  }
}

/* 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);
  }
}
.sbGrowth {
  text-align: center;
  position: relative;
}
.sbGrowth__share {
  margin-bottom: 20px;
}
.sbGrowth__heading {
  font-family: "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
  color: #234e82;
  margin-bottom: 15px;
}
.sbGrowth__title {
  font-size: 27px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 33px;
  width: 95%;
  margin: auto;
  margin-bottom: 15px;
  color: black;
}
.sbGrowth__desc {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  width: 96%;
  line-height: 24px;
  margin: auto;
  margin-bottom: 29px;
  color: #666666;
}
@media (min-width: 768px) {
  .sbGrowth {
    padding-bottom: 35px;
    position: relative;
    min-height: 450px;
  }
  .sbGrowth__share {
    margin-bottom: -8px;
    text-align: right;
  }
  .sbGrowth__heading {
    text-align: left;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 26px;
  }
  .sbGrowth__title {
    width: 37%;
    text-align: left;
    margin-left: 0;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 11px;
  }
  .sbGrowth__desc {
    width: 45%;
    margin-left: 0;
    text-align: left;
    line-height: 22px;
    margin-bottom: 27px;
  }
}
@media (min-width: 1024px) {
  .sbGrowth {
    min-height: 479px;
  }
  .sbGrowth__desc {
    width: 40%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 70px;
  }
  .sbGrowth__heading {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 24px;
  }
  .sbGrowth__title {
    font-size: 34px;
    line-height: 40px;
    width: 40%;
    margin-bottom: 18px;
  }
  .sbGrowth__share {
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.sbGrowthClose {
  text-align: center;
  margin-bottom: 35px;
}
.sbGrowthClose__div {
  cursor: pointer;
  display: inline-block;
  width: 30px;
}
.sbGrowthClose img {
  width: 100%;
  border: 0px;
}
@media (min-width: 768px) {
  .sbGrowthClose {
    text-align: right;
    margin-bottom: 9px;
  }
  .sbGrowthClose__div {
    width: 36px;
  }
}
@media (min-width: 1024px) {
  .sbGrowthClose {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sbGrowthClose__div {
    width: 44px;
  }
}
.sbGrowthBox {
  transition: all .4s;
  margin: auto;
  display: inline-block;
}
.sbGrowthBox__note {
  display: none;
  font-size: 18px;
  color: #666666;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  text-align: left;
}
.sbGrowthBox__desc {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 16px;
  display: none;
  color: #666666;
}
.sbGrowthBox__about {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 60px;
  display: none;
  color: #666666;
}
@media (min-width: 768px) {
  .sbGrowthBox {
    position: absolute;
    top: 83px;
    right: 3px;
    width: auto;
    margin-bottom: 0;
  }
  .sbGrowthBox__note {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 13px;
  }
  .sbGrowthBox__desc {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .sbGrowthBox {
    top: 41px;
    right: 13px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .sbGrowthBox.bm-type_2 {
    top: 44px;
    right: 0;
  }
  .sbGrowthBox__desc {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 27px;
  }
  .sbGrowthBox__about {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .sbGrowthBox__note {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: auto;
  }
}
@media (min-width: 1400px) {
  .sbGrowthBox {
    top: 13px;
    right: 93px;
  }
  .sbGrowthBox.bm-type_2 {
    top: 13px;
    right: 70px;
  }
}
.sbGrowthBox.boxDocked .sbGrowthBoxTable {
  display: none;
}
.sbGrowthBox.boxDocked .sbGrowthBtn {
  display: none;
}
.sbGrowthBox.boxDocked .sbGrowthBox__note {
  display: none;
}
.sbGrowthBox.boxDocked .sbGrowthBox__desc {
  display: block;
}
.sbGrowthBox.boxDocked .sbGrowthBox__about {
  display: block;
}
.sbGrowthBox.boxDocked .sbGrowthBoxCell {
  padding-right: 5px;
  padding-bottom: 5px;
}
.sbGrowthBox.boxDocked .sbGrowthBoxCell__item {
  width: 60px;
  height: 40px;
}
@media (min-width: 768px) {
  .sbGrowthBox.boxDocked {
    top: 102px;
    right: 0;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxTable {
    display: table;
    margin-bottom: 25px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBtn {
    display: none;
  }
  .sbGrowthBox.boxDocked .sbGrowthBox__note {
    display: block;
    width: 167px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBox__desc {
    display: block;
    width: 167px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBox__about {
    display: none;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell {
    padding-right: 2px;
    padding-bottom: 2px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell__item {
    width: 43px;
    height: 25px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell__item.bm-type_2 {
    width: 85px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell__item.bm-colSpan_2 {
    width: 174px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell.bm-type_xAxis {
    font-size: 10px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell.bm-type_yAxis {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .sbGrowthBox.boxDocked {
    right: 0;
    top: 82px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxTable {
    margin-bottom: 25px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBtn {
    display: none;
  }
  .sbGrowthBox.boxDocked .sbGrowthBox__note {
    display: block;
    margin-bottom: 16px;
    width: 273px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBox__desc {
    display: block;
    width: 273px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell {
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell__item {
    width: 74px;
    height: 42px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell__item.bm-type_2 {
    width: 137px;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell__item.bm-colSpan_2 {
    width: 279px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell.bm-type_xAxis {
    font-size: 16px;
  }
  .sbGrowthBox.boxDocked .sbGrowthBoxCell.bm-type_yAxis {
    font-size: 16px;
  }
}
.sbGrowthBtn {
  margin-bottom: 70px;
  line-height: 13px;
  cursor: pointer;
  width: 250px;
}
@media (min-width: 768px) {
  .sbGrowthBtn {
    width: auto;
    position: relative;
    right: 26px;
    padding-top: 15px;
    padding-right: 24px;
    padding-left: 24px;
    line-height: 12px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1024px) {
  .sbGrowthBtn {
    width: auto;
    position: relative;
    right: 26px;
    padding-right: 28px;
    padding-left: 30px;
    line-height: 16px;
  }
}
.sbGrowthBoxTable {
  display: table;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .sbGrowthBoxTable {
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .sbGrowthBoxTable {
    margin-bottom: 21px;
  }
}
.sbGrowthBoxRow {
  display: table-row;
}
.sbGrowthBoxRow.bm-colSpan_2 {
  display: table-caption;
}
.sbGrowthBoxRow.bm-row_group {
  display: table-row-group;
}
.sbGrowthBoxCell {
  transition: all .4s;
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6e6e6d;
}
.sbGrowthBoxCell:last-child {
  padding-right: 0;
}
.sbGrowthBoxCell__item {
  transition: all .4s;
  width: 78px;
  height: 45px;
  line-height: 45px;
  background-color: #e5e5e5;
  border: 1px solid #d2d2d2;
  cursor: pointer;
}
.sbGrowthBoxCell__item.active {
  color: #EFEFED;
}
.sbGrowthBoxCell__item.bm-type_2 {
  width: 142px;
  font-size: 16px;
}
.sbGrowthBoxCell__item.bm-colSpan_2 {
  width: 289px;
}
.sbGrowthBoxCell.bm-type_xAxis {
  vertical-align: middle;
  text-align: center;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  border-width: 0px;
  word-wrap: break-word;
}
.sbGrowthBoxCell.bm-type_xAxisEmpty {
  width: 39px;
  height: 20px;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  margin: 0;
}
.sbGrowthBoxCell.bm-type_yAxis {
  padding-right: 0;
  vertical-align: middle;
  text-align: center;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  border-width: 0px;
  text-align: left;
  padding-left: 8px;
}
.sbGrowthBoxCell.bm-type_yAxis div {
  max-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .sbGrowthBoxCell {
    padding-right: 6px;
    padding-bottom: 8px;
  }
  .sbGrowthBoxCell__item {
    width: 92px;
    height: 63px;
    line-height: 63px;
  }
  .sbGrowthBoxCell__item.bm-type_2 {
    width: 160px;
  }
  .sbGrowthBoxCell__item.bm-colSpan_2 {
    width: 326px;
  }
  .sbGrowthBoxCell.bm-type_xAxis {
    padding-bottom: 5px;
  }
  .sbGrowthBoxCell.bm-type_yAxis {
    padding-left: 4px;
  }
  .sbGrowthBoxCell__desc {
    margin-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .sbGrowthBoxCell {
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .sbGrowthBoxCell__item {
    width: 140px;
    height: 80px;
    line-height: 80px;
  }
  .sbGrowthBoxCell__item.bm-type_2 {
    width: 240px;
    font-size: 20px;
  }
  .sbGrowthBoxCell__item.bm-colSpan_2 {
    width: 490px;
  }
  .sbGrowthBoxCell.bm-type_xAxis {
    padding-bottom: 10px;
  }
  .sbGrowthBoxCell.bm-type_yAxis {
    padding-left: 2px;
  }
}
.sbChart {
  margin-bottom: 26px;
}
.sbChart__title {
  font-size: 19px;
  line-height: 23px;
  color: #333333;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-bottom: 9px;
  width: 70%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.sbChart__container {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .sbChart {
    margin-bottom: 0;
    margin-right: 188px;
  }
  .sbChart__title {
    color: #333333;
    font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
  }
  .sbChart__container {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .sbChart {
    margin-right: 310px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 15px;
    margin-left: 0px;
  }
  .sbChart__title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    width: auto;
  }
  .sbChart__container {
    margin-bottom: 38px;
  }
}
.sbChartRef {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sbChartArea {
  height: 166px;
}
@media (min-width: 768px) {
  .sbChartArea {
    height: 290px;
  }
}
@media (min-width: 1024px) {
  .sbChartArea {
    height: 410px;
  }
}
/* chart legend */
.sbChartLegendTable {
  display: table;
  width: 304px;
  margin: auto;
}
@media (min-width: 768px) {
  .sbChartLegendTable {
    margin-left: 17%;
    margin-bottom: 29px;
    width: 431px;
  }
}
@media (min-width: 1024px) {
  .sbChartLegendTable {
    margin-left: 22%;
    margin-bottom: 50px;
    width: 63%;
  }
}
.sbChartLegendRow {
  display: table-row;
}
.sbChartLegendCell {
  display: table-cell;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  vertical-align: middle;
}
.sbChartLegendCell.bm-type_head {
  color: #6e6e6d;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 12px;
  vertical-align: middle;
  padding-bottom: 8px;
}
.sbChartLegendCell.bm-head_first {
  padding-left: 9px;
}
.sbChartLegendCell.bm-type_value {
  font-size: 15px;
  line-height: 18px;
  height: 34px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.sbChartLegendCell.bm-align_left {
  text-align: left;
}
.sbChartLegendCell.bm-column_first {
  width: 40%;
}
.sbChartLegendCell.bm-column_second {
  width: 30%;
}
.sbChartLegendCell.bm-column_third {
  width: 30%;
}
@media (min-width: 768px) {
  .sbChartLegendCell.bm-type_head {
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 6px;
  }
  .sbChartLegendCell.bm-head_first {
    padding-left: 0;
  }
  .sbChartLegendCell.bm-column_first {
    width: 28%;
  }
  .sbChartLegendCell.bm-column_second {
    width: 42%;
  }
  .sbChartLegendCell.bm-column_third {
    width: 30%;
  }
  .sbChartLegendCell.bm-type_value {
    font-size: 19px;
    line-height: 24px;
    height: 34px;
  }
}
@media (min-width: 1024px) {
  .sbChartLegendCell.bm-type_value {
    font-size: 22px;
    line-height: 24px;
    height: 33px;
  }
  .sbChartLegendCell.bm-head_first {
    padding-left: 9px;
  }
  .sbChartLegendCell.bm-column_first {
    width: 33%;
  }
  .sbChartLegendCell.bm-column_second {
    width: 34%;
  }
  .sbChartLegendCell.bm-column_third {
    width: 32%;
  }
}
.sbLegendtxt {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  width: 78%;
}
@media (min-width: 768px) {
  .sbLegendtxt {
    font-size: 14px;
    line-height: 16px;
    width: 82%;
  }
}
@media (min-width: 1024px) {
  .sbLegendtxt {
    font-size: 12px;
    line-height: 14px;
    width: 84%;
  }
}
.sbChartLegendColor {
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .sbChartLegendColor {
    margin-right: 8px;
  }
}

/* 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);
  }
}
.portfolioConst {
  margin-bottom: 63px;
  background-color: #F9F9F9;
  position: relative;
}
.portfolioConst .htmlContent {
  min-height: 450px;
  overflow-x: scroll;
}
.portfolioConst .htmlContent #Stage {
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .portfolioConst.disclaimer {
    padding-bottom: 0;
  }
  .portfolioConst .disclaimer__viewBtn {
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .portfolioConst {
    margin-bottom: 93px;
  }
  .portfolioConst .disclaimer__viewBtn {
    margin-bottom: 50px;
  }
  .portfolioConst .discCont {
    padding: 0 47px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .portfolioConst .htmlContent {
    overflow: hidden;
  }
  .portfolioConst .htmlContent #Stage {
    overflow: visible !important;
    width: 1193px !important;
    margin-left: -10px;
  }
}
@media (min-width: 1281px) {
  .portfolioConst .htmlContent #Stage {
    width: 1200px !important;
    margin-left: 0;
  }
}
.portfolioConst [data-class-name="containercomponent"] {
  position: relative;
  z-index: 1;
}
.referenceHolder {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .referenceHolder {
    margin-bottom: 20px;
  }
}
.ie8 .portfolioConst .htmlContent {
  min-height: 720px;
}
.ie8 .portfolioConst .pfcBtArea {
  display: none;
}
.pfcBtArea {
  padding: 15px;
  background-color: #F9F9F9;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}
.pfcBtArea__btn {
  font: bold 10px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 49.03%;
  height: 53px;
  border: 1px solid;
  float: left;
  display: table;
  padding: 0 10px;
  letter-spacing: 0.12em;
  cursor: pointer;
}
.pfcBtArea__btn:last-child {
  margin-left: 5px;
}
.pfcBtArea__btnSpan {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .pfcBtArea {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .pfcBtArea__btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 15px 30px;
    float: none;
    vertical-align: middle;
    letter-spacing: 0.26em;
  }
  .pfcBtArea__btn:last-child {
    margin-left: 20px;
  }
  .pfcBtArea__btnSpan {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .pfcBtArea__btn {
    font-size: 12px;
  }
}
.pfcLegendArea {
  padding: 34px 15px 20px;
}
@media (min-width: 768px) {
  .pfcLegendArea {
    padding: 47px 30px 45px;
  }
}
@media (min-width: 1024px) {
  .pfcLegendArea {
    padding: 45px 40px 43px;
  }
}
.pfcLegend {
  display: block;
  float: left;
  width: 50%;
  position: relative;
  font-size: 0;
  margin-bottom: 24px;
}
.pfcLegend__bar {
  display: inline-block;
  width: 20px;
  height: 6px;
  position: absolute;
  top: 4px;
}
.pfcLegend__txt {
  display: inline-block;
  font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 14px;
  color: #333;
  padding-left: 31px;
}
@media (min-width: 768px) {
  .pfcLegend {
    width: 33.33%;
  }
  .pfcLegend__bar {
    width: 12px;
    height: 4px;
  }
  .pfcLegend__txt {
    font-size: 14px;
    padding-left: 21px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .pfcLegend {
    width: 20%;
  }
  .pfcLegend__bar {
    width: 20px;
    height: 6px;
  }
  .pfcLegend__txt {
    padding-left: 31px;
    font-size: 13px;
  }
}
#Stage_US-Large-Cap-On,
#Stage_US-Large-Cap-Off,
#Stage_US-Aggregate-Bonds-On,
#Stage_US-Aggregate-Bonds-Off,
#Stage_Rectangle {
  display: none !important;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.assetIndexWrapper {
  margin-top: 15px;
}
.assetIndexWrapper:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .assetIndexWrapper {
    margin: 0 0 40px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .assetIndexWrapper {
    margin-bottom: 50px;
  }
}
.assetIndex {
  margin-top: 15px;
}
.assetIndex:first-child {
  margin-top: 5px;
}
.assetIndex:nth-child(odd) {
  margin-right: 3.27%;
}
.assetIndex__color {
  display: inline-block;
  width: 12px;
  height: 4px;
  vertical-align: top;
  margin-right: 5px;
}
.assetIndex__definition {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin-top: -5px;
}
.assetIndex__name,
.assetIndex__desc {
  font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 14px;
  color: #333;
}
.assetIndex__name {
  margin-right: 5px;
}
.assetIndex__desc {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
}
.assetIndex__desc b {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-weight: normal;
}
@media (min-width: 768px) {
  .assetIndex {
    margin-top: 25px;
    width: 48%;
    display: inline-block;
  }
  .assetIndex__color {
    width: 20px;
    height: 6px;
    margin-right: 7px;
  }
}

/* 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);
  }
}
.touch .showScrollBar::-webkit-scrollbar {
  -webkit-appearance: none;
}
.touch .showScrollBar::-webkit-scrollbar:horizontal {
  height: 7px;
}
.touch .showScrollBar::-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);
}
.mRToolsfall {
  display: table;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
.mRToolsfall__name {
  display: table-cell;
  width: 12%;
  text-align: right;
}
.mRToolsfall__value {
  display: table-cell;
  width: 17%;
  text-align: center;
}
@media (min-width: 768px) {
  .mRToolsfall {
    font-size: 16px;
  }
  .mRToolsfall__name {
    width: 14%;
  }
  .mRToolsfall__value {
    width: 17%;
  }
}
.mRTool {
  margin-bottom: 63px;
}
.mRTool__chartSection.bm-type_bar {
  margin: 0 auto 33px;
}
.mRTool__chartSection.bm-type_area {
  height: 292px;
  margin-bottom: 62px;
}
.mRTool__legends {
  margin-bottom: 28px;
}
.mRTool__sliderSection {
  margin-bottom: 50px;
}
.mRTool .columnChart__scroller {
  overflow-x: auto;
  position: relative;
}
.mRTool .columnChart__size {
  min-width: 540px;
}
.mRTool .highcharts-container {
  xmargin-left: 40px;
}
@media (min-width: 768px) {
  .mRTool.bm-tool_investorLag {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 46px 17px 35px;
    position: relative;
  }
  .mRTool__chartSection.bm-type_bar {
    max-width: 768px;
    margin-bottom: 16px;
    padding-right: 52px;
  }
  .mRTool__chartSection.bm-type_area {
    height: 219px;
    margin-bottom: 51px;
    padding-left: 6.1%;
    padding-right: 0.8%;
  }
  .mRTool__legends {
    padding: 0 20px;
    margin-bottom: 26px;
  }
  .mRTool__legends.bm-type_noPadding {
    padding: 0;
  }
  .mRTool__chartLabel {
    text-align: center;
    font-size: 14px;
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    color: #6e6e6d;
  }
  .mRTool__sliderSection {
    position: absolute;
    z-index: 2;
    width: 40.7%;
    top: 38px;
    left: 20px;
  }
  .mRTool__sliderSection .rSlider,
  .mRTool__sliderSection .rSlider__maskCont {
    background-color: #f9f9f9;
  }
}
@media (min-width: 1024px) {
  .mRTool {
    margin-bottom: 93px;
  }
  .mRTool.bm-tool_investorLag {
    padding: 42px 40px 35px;
    position: relative;
  }
  .mRTool__chartSection.bm-type_bar {
    max-width: 920px;
    padding-right: 90px;
  }
  .mRTool__chartSection.bm-type_area {
    height: 337px;
    margin-bottom: 90px;
    padding-left: 11.2%;
    padding-right: 3%;
  }
  .mRTool__legends {
    padding: 0 40px;
    margin-bottom: 36px;
  }
  .mRTool__chartLabel {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .mRTool__sliderSection {
    width: 27.8%;
    top: 32px;
    left: 40px;
  }
}
@media (min-width: 1024px) {
  .mRChartDataLabel {
    font-size: 20px;
    margin-left: -7px;
  }
}
.investorLagXAxis {
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6e6e6d;
  text-align: center;
  position: relative;
  margin-top: -3px;
}
.investorLagXAxis__label:first-child {
  position: absolute;
  left: 0;
}
.investorLagXAxis__label:last-child {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .investorLagXAxis {
    margin-top: -4px;
  }
}
@media (min-width: 1024px) {
  .investorLagXAxis {
    margin-top: -3px;
  }
}

/* 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);
  }
}
.legendBox {
  width: 100%;
  font-size: 0;
}
.legendBox__item {
  width: 31.4%;
  display: inline-block;
  margin-left: 2.9%;
}
.legendBox__item:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .legendBox__item {
    width: 30.2%;
    margin-left: 4.7%;
  }
}
@media (min-width: 1024px) {
  .legendBox__item {
    width: 28.1%;
    margin-left: 7.85%;
  }
}
.legend {
  text-align: center;
}
.legend__text {
  font-size: 11px;
  line-height: 13px;
  color: #6e6e6d;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 2px;
  letter-spacing: 1.3px;
}
.legend__val {
  font-size: 24px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 7px;
}
.legend__bar {
  height: 6px;
  background-color: #6e6e6d;
}
.legend.bm-type_high .legend__val {
  color: #009aa6;
}
.legend.bm-type_high .legend__bar {
  background-color: #8ad0d5;
}
.legend.bm-type_average .legend__val {
  color: #333333;
}
.legend.bm-type_average .legend__bar {
  background-color: #333333;
}
.legend.bm-type_low .legend__val {
  color: #8463ae;
}
.legend.bm-type_low .legend__bar {
  background-color: #b09dc9;
}
.legend.bm-type_smallFont .legend__val {
  font-size: 21px;
}
@media (min-width: 768px) {
  .legend {
    text-align: left;
    position: relative;
  }
  .legend__tabularWrapper {
    display: table;
    width: 100%;
    margin-bottom: 2px;
  }
  .legend__text {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .legend__val {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    font-size: 28px;
  }
  .legend__bar {
    height: 4px;
  }
  .legend.bm-type_smallFont .legend__val {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .legend__tabularWrapper {
    margin-bottom: 5px;
  }
  .legend__text {
    padding-bottom: 10px;
    padding-right: 5px;
  }
  .legend__val {
    font-size: 40px;
  }
  .legend__bar {
    height: 6px;
  }
  .legend.bm-type_smallFont .legend__val {
    font-size: 40px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.absCenter {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rangeSlider {
  font-size: 0px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 0;
}
.rSlider {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
  background-color: white;
}
.rSlider__pointer {
  left: 0%;
  top: 50%;
  position: absolute;
  width: 1%;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.rSlider__cue {
  position: absolute;
  z-index: 2;
}
.rSlider__cue.bm-type_default {
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #234e82;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.rSlider__val {
  font-size: 12px;
  position: absolute;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -2;
  width: 100%;
  text-align: center;
}
.rSlider__bar {
  display: inline-block;
  height: 4px;
}
.rSlider__bar.bm-type_filled {
  background-color: #234e82;
  position: relative;
  z-index: 1;
}
.rSlider__bar.bm-type_empty {
  position: absolute;
  background-color: #bdcad9;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.rSlider__bar.bm-type_empty.bm-type_mask {
  width: 100%;
  left: 0;
}
.rSlider__maskCont {
  position: absolute;
  left: 100%;
  width: 20px;
  z-index: 1;
  top: 0;
  height: 100%;
  background-color: white;
}
@media (min-width: 768px) {
  .rSlider {
    padding: 7px 0;
  }
  .rSlider__bar {
    height: 3px;
  }
  .rSlider__pointer {
    height: 17px;
  }
}
@media (min-width: 1024px) {
  .rSlider {
    padding: 12px 0;
  }
  .rSlider__bar {
    height: 4px;
  }
  .rSlider__pointer {
    height: 28px;
  }
}
.rScale {
  position: relative;
}
.rScale__marking {
  font-size: 12px;
  position: absolute;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #c6c6c6;
  top: -4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rScale__marking:first-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.rScale__marking:last-child {
  left: auto !important;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  right: -20px;
}
@media (min-width: 768px) {
  .rScale__marking {
    font-size: 15px;
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    top: -3px;
  }
}
@media (min-width: 768px) {
  .rScale__marking {
    font-size: 12px;
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    top: -5px;
  }
}
.rOverlay {
  display: none;
  position: fixed;
  z-index: 20;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rSlider__cue.cuePosition {
  width: 29px;
  height: 29px;
  border: 4px solid transparent;
  background-repeat: no-repeat;
  top: -4.5px;
  left: -4.5px;
}
@media (min-width: 768px) {
  .rSlider__cue.cuePosition {
    width: 26px;
    height: 26px;
    border: 5px solid transparent;
  }
}
@media (min-width: 1024px) {
  .rSlider__cue.cuePosition {
    width: 29px;
    height: 29px;
    border: 4px solid transparent;
    top: -1px;
  }
}

/* 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);
  }
}
.sliderBox {
  position: relative;
  margin-bottom: 23px;
}
.sliderBox__text {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  color: #6e6e6d;
  position: absolute;
  top: 11px;
  letter-spacing: 1.3px;
}
.sliderBox__value {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 21px;
  color: #333;
  text-align: right;
  padding-left: 150px;
}
@media (min-width: 768px) {
  .sliderBox__text {
    top: 7px;
  }
  .sliderBox__value {
    font-size: 17px;
    padding-left: 150px;
    letter-spacing: -0.4px;
  }
}
@media (min-width: 1024px) {
  .sliderBox {
    margin-bottom: 29px;
  }
  .sliderBox__text {
    top: 15px;
  }
  .sliderBox__value {
    font-size: 24px;
    padding-left: 150px;
  }
}

/* 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);
  }
}
.ditStrategies {
  margin-bottom: 56px;
  position: relative;
}
.ditStrategies__utilBox {
  margin-bottom: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .ditStrategies {
    padding-top: 68px;
  }
  .ditStrategies__utilBox {
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .ditStrategies {
    padding-top: 0;
  }
  .ditStrategies__utilBox {
    top: 4px;
    right: 40px;
  }
}
.ditSummary {
  text-align: center;
  width: 100%;
}
.ditSummary__eyebrow {
  margin: 0 0 15px;
}
.ditSummary__desc {
  margin-bottom: 66px;
}
.ditSummary__title {
  margin: 0 0 18px;
}
.ditSummary__LearnMoreBtn {
  margin-bottom: 50px;
  background-color: #234e82;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 13px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 14px 28px 13px;
}
@media (min-width: 768px) {
  .ditSummary {
    text-align: left;
    width: 42.93%;
    float: left;
    margin-right: 8.70%;
    padding-top: 35px;
  }
  .ditSummary__eyebrow {
    margin-bottom: 7px;
    padding-top: 0px;
  }
  .ditSummary__title {
    text-align: left;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .ditSummary__desc {
    text-align: left;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
  }
  .ditSummary__LearnMoreBtn {
    font-size: 10px;
    letter-spacing: 4px;
    padding: 16px 21px;
    line-height: 6px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .ditSummary {
    width: 40%;
    margin-right: 11.60%;
    padding-top: 0;
  }
  .ditSummary__eyebrow {
    font-size: 20px;
    margin-bottom: 17px;
    letter-spacing: .5px;
  }
  .ditSummary__title {
    margin-bottom: 14px;
    line-height: 43px;
  }
  .ditSummary__desc {
    margin-bottom: 41px;
  }
  .ditSummary__LearnMoreBtn {
    font-size: 11px;
    padding: 17px 27px;
    line-height: 9px;
  }
}
.ditToolSet {
  background-color: #ffffff;
  padding-bottom: 26px;
  width: 100%;
}
.ditToolSet__topBar {
  height: 6px;
  width: 100%;
  background-color: #234e82;
  margin-bottom: 30px;
}
.ditToolSet__plusSeparator {
  padding-top: 3px;
  font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 48px;
  color: #d2d2d2;
  text-align: center;
}
.ditToolSet__equalSeparator {
  width: 69.34%;
  height: 4px;
  background-color: #d2d2d2;
  margin: 36px auto 29px;
}
@media (min-width: 768px) {
  .ditToolSet {
    width: 48.30%;
    float: left;
  }
  .ditToolSet__topBar {
    margin-bottom: 27px;
    height: 4px;
  }
  .ditToolSet__plusSeparator {
    padding-top: 4px;
    line-height: 42px;
    margin-bottom: 4px;
    font-size: 56px;
  }
  .ditToolSet__equalSeparator {
    width: 82.5%;
    height: 3px;
    margin: 26px auto 36px;
  }
}
@media (min-width: 1024px) {
  .ditToolSet {
    width: 40%;
    margin-top: 12px;
    padding-bottom: 25px;
  }
  .ditToolSet__topBar {
    height: 6px;
    margin-bottom: 32px;
  }
  .ditToolSet__plusSeparator {
    padding-top: 21px;
    margin-bottom: 16px;
  }
  .ditToolSet__equalSeparator {
    width: 340px;
    height: 4px;
    margin: 41px auto 38px;
  }
}
.ditTool {
  display: table;
  width: 100%;
  padding-left: 19px;
}
@media (min-width: 1024px) {
  .ditTool {
    padding-left: 39px;
  }
}
.ditToolImgContainer {
  display: table-cell;
  width: 50px;
  height: 52px;
  padding-top: 2px;
}
.ditToolImgContainer__img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ditToolImgContainer {
    width: 40px;
    height: 44px;
    padding-top: 4px;
  }
}
@media (min-width: 1024px) {
  .ditToolImgContainer {
    width: 60px;
    height: 62px;
    padding-top: 2px;
  }
}
.ditToolInfo {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.ditToolInfo__title {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 19px;
  letter-spacing: .5px;
  line-height: 22px;
  margin-bottom: 2px;
}
.ditToolInfo__desc {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  width: 100%;
  letter-spacing: .5px;
  margin: 0px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .ditToolInfo {
    padding-left: 18px;
  }
  .ditToolInfo__title {
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .ditToolInfo__desc {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .7px;
  }
}
@media (min-width: 1024px) {
  .ditToolInfo {
    padding-left: 15px;
  }
  .ditToolInfo__title {
    font-size: 24px;
    letter-spacing: .5px;
  }
  .ditToolInfo__desc {
    width: 80%;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .6px;
  }
}
.ditList {
  display: none;
}
.ditList .bm-title_ditList {
  text-align: center;
  color: #333333;
  margin: 0 0 10px;
}
.ditList .bm-desc_ditList {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 39px;
  padding: 0 10px;
  letter-spacing: 0.6px;
}
.ditList .bm-position_ditList {
  position: relative;
}
@media (min-width: 768px) {
  .ditList .bm-title_ditList {
    font-size: 17px;
    padding: 10px 0;
    letter-spacing: 0.1px;
    width: 75%;
    margin: 0 auto 3px auto;
  }
  .ditList .bm-desc_ditList {
    font-size: 16px;
    margin: 0 auto 39px auto;
    width: 54%;
    line-height: 21px;
    padding: 0;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1024px) {
  .ditList .hidden-md {
    display: none !important;
  }
  .ditList .bm-title_ditList {
    font-size: 26px;
    padding-top: 14px;
    margin-bottom: 5px;
  }
  .ditList .bm-desc_ditList {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 59px;
  }
}
.ditListClose {
  cursor: pointer;
  text-align: center;
  margin-bottom: 26px;
}
.ditListClose__img {
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .ditListClose {
    position: absolute;
    right: 83px;
    text-align: right;
  }
  .ditListClose__img {
    width: 44px;
    height: 44px;
  }
}
.ditListBackImgContainer {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.ditListBackImgContainer__img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .ditListBackImgContainer {
    width: 60px;
    height: 60px;
  }
}
.ditListBack {
  position: absolute;
  right: 83px;
}
.ditListBack__text {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 10px;
  color: #234e82;
  padding-left: 6px;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .ditListBack__text {
    padding-left: 15px;
    letter-spacing: 3px;
  }
}

/* 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);
  }
}
.expertsOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2E2D2D;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.expertsOverlay__rule {
  width: 100%;
  height: 5px;
  margin-bottom: 19px;
}
.expertsOverlay__close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #949393;
  cursor: pointer;
}
.expertsOverlay__close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.expertsOverlay__container {
  padding: 0 15px;
  margin-bottom: 30px;
}
.expertsOverlay__content {
  font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 30px;
  letter-spacing: 0.3px;
  line-height: 24px;
}
.expertsOverlay__content p {
  margin-bottom: 8px;
}
.expertsOverlay__contact {
  padding-top: 22px;
  margin-bottom: 5px;
  border-top: 1px solid #555761;
}
.expertsOverlay__contact .email__icon {
  margin-right: 18px;
  margin-top: 5px;
  width: 13px;
  height: 10px;
}
.expertsOverlay__contact .phone__icon {
  margin-right: 18px;
  width: 13px;
  height: 12px;
  margin-top: 5px;
}
.expertsOverlay__social {
  padding-top: 25px;
  margin-bottom: 23px;
  border-top: 1px solid #555761;
  font-size: 0;
}
.expertsOverlay__funds {
  padding-top: 22px;
  margin-bottom: 25px;
  border-top: 1px solid #555761;
}
.expertsOverlay__relatedInsights {
  border-top: 1px solid #555761;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .expertsOverlay__rule {
    margin-bottom: 46px;
  }
  .expertsOverlay__container {
    padding: 50px 30px 0;
    margin-bottom: 55px;
  }
  .expertsOverlay__close {
    top: 30px;
    right: 29px;
    width: 36px;
    height: 36px;
  }
  .expertsOverlay__content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 35px;
  }
  .expertsOverlay__content p {
    margin-bottom: 16px;
  }
  .expertsOverlay__contactContainer {
    border-top: 1px solid #555761;
    font-size: 0;
    display: table;
    width: 100%;
    margin-bottom: 26px;
  }
  .expertsOverlay__contact {
    padding-top: 38px;
    display: table-cell;
    border: none;
    vertical-align: top;
  }
  .expertsOverlay__contact .email__icon {
    margin-right: 10px;
    margin-top: 0;
    width: 13px;
    height: 10px;
  }
  .expertsOverlay__contact .phone__icon {
    margin-right: 10px;
    margin-top: 0;
    width: 13px;
    height: 12px;
  }
  .expertsOverlay__social {
    padding-top: 83px;
    border: none;
    vertical-align: top;
    margin-bottom: 30px;
    display: table-cell;
    text-align: right;
  }
  .expertsOverlay__funds {
    padding-top: 36px;
    font-size: 0;
    margin-bottom: 40px;
  }
  .expertsOverlay__relatedInsights {
    padding-top: 36px;
    font-size: 0;
  }
}
@media (min-width: 1024px) {
  .expertsOverlay__rule {
    margin-bottom: 70px;
  }
  .expertsOverlay__close {
    top: 60px;
    right: 45px;
    width: 44px;
    height: 44px;
    z-index: 1;
  }
  .expertsOverlay__container {
    padding: 76px 40px 0;
    margin: 0 auto 55px;
    max-width: 1280px;
  }
  .expertsOverlay__header {
    font-size: 0;
  }
  .expertsOverlay__intro {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .expertsOverlay__content {
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    -o-column-gap: 29px;
    column-gap: 29px;
    letter-spacing: 0px;
    line-height: 25px;
    margin-bottom: 38px;
  }
  .expertsOverlay__content p {
    margin-bottom: 20px;
  }
  .expertsOverlay__contactContainer {
    text-align: right;
    margin-bottom: 27px;
  }
  .expertsOverlay__contact {
    text-align: right;
    padding-top: 30px;
    width: 81.4%;
  }
  .expertsOverlay__social {
    padding-top: 24px;
  }
  .expertsOverlay__funds {
    padding-top: 25px;
    margin-bottom: 26px;
  }
  .expertsOverlay__relatedInsights {
    padding-top: 28px;
  }
  .expertsOverlay__prev,
  .expertsOverlay__next {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 15px;
  }
  .expertsOverlay__prev .icon,
  .expertsOverlay__next .icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .expertsOverlay__prev {
    left: 0;
  }
  .expertsOverlay__prev .icon {
    left: 10%;
  }
  .expertsOverlay__next {
    right: 0;
  }
  .expertsOverlay__next .icon {
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .expertsOverlay__prev,
  .expertsOverlay__next {
    padding: 0 30px;
  }
  .expertsOverlay__prev {
    left: 0;
  }
  .expertsOverlay__prev .icon {
    left: 31%;
  }
  .expertsOverlay__next {
    right: 0;
  }
  .expertsOverlay__next .icon {
    right: 31%;
  }
}
.expert__designation {
  margin-bottom: 26px;
  letter-spacing: 0.6px;
  line-height: 19px;
}
.expert__name {
  margin: 0 0 5px;
  font: 28px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #3c9dd1;
  line-height: 41px;
}
.expert__title,
.expert__org {
  font: bold 15px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  display: block;
}
.expert__highlight {
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
.expert__highlightCont {
  display: table-row;
}
.expert__subHeading {
  font: bold 17px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 3px;
  margin: 0 0 16px;
}
.expert__email,
.expert__phone {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1.9px;
}
.expert__email {
  line-height: 19px;
}
.expert__phone {
  line-height: 25px;
}
.expert__smallSubHeading {
  margin: 0;
  display: inline-block;
  font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 24px;
  vertical-align: middle;
  letter-spacing: 1.7px;
}
.expert__social {
  vertical-align: top;
  display: inline-block;
  padding-left: 40px;
}
.expert__social__twitter {
  margin-top: 3px;
}
.expert__social:first-of-type {
  padding-left: 14px;
}
.expert__social .icon-twitter {
  font-size: 23px;
}
.expert__social .icon-linkedin {
  font-size: 25px;
}
@media (min-width: 768px) {
  .expert__name {
    font-size: 38px;
    margin-bottom: 12px;
  }
  .expert__designation {
    margin-bottom: 26px;
  }
  .expert__title,
  .expert__org {
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0.5px;
  }
  .expert__subHeading {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 25px;
  }
  .expert__email,
  .expert__phone {
    font-size: 12px;
    line-height: 12px;
  }
  .expert__smallSubHeading {
    letter-spacing: 2px;
    color: #cccccc;
  }
  .expert__social {
    padding-left: 18px;
  }
  .expert__social:first-of-type {
    padding-left: 18px;
  }
}
@media (min-width: 1024px) {
  .expert__name {
    font-size: 42px;
  }
  .expert__designation {
    margin-bottom: 40px;
  }
  .expert__highlight {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 1.23%;
    margin-bottom: 40px;
  }
  .expert__highlightCont {
    display: table;
    width: 100%;
  }
  .expert__email,
  .expert__phone {
    letter-spacing: 2.1px;
  }
  .expert__subHeading {
    margin-bottom: 24px;
  }
}
.highlightItem {
  border-left: 1px solid #515050;
  width: 33.3%;
  padding: 0 4.6%;
  display: table-cell;
}
.highlightItem:first-child {
  border: none;
  padding-left: 0;
}
.highlightItem:last-child {
  padding-right: 0;
}
.highlightItem__heading {
  color: #3c9dd1;
  font: 28px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  display: block;
}
.highlightItem__desc {
  font: 14px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  display: block;
}
@media (min-width: 768px) {
  .highlightItem {
    padding: 0 5%;
  }
}
@media (min-width: 1024px) {
  .highlightItem {
    padding: 0 5.1%;
  }
  .highlightItem__heading {
    font-size: 39px;
    line-height: 41px;
    margin-bottom: 12px;
  }
}
.email,
.phone {
  display: block;
  margin-bottom: 20px;
  font-size: 0;
  color: #ccc;
}
.email .icon-envelope,
.phone .icon-envelope,
.email .icon-phone,
.phone .icon-phone {
  margin-right: 18px;
}
@media (min-width: 768px) {
  .email,
  .phone {
    display: inline-block;
    margin-bottom: 0;
  }
}
.email .icon-envelope {
  font-size: 18px;
}
@media (min-width: 768px) {
  .email {
    margin-right: 37px;
  }
  .email .icon-envelope {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .email .icon-envelope {
    margin-right: 12px;
  }
}
.phone .icon-phone {
  font-size: 23px;
  display: inline-block;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .phone .icon-phone {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .phone {
    margin-left: 34px;
  }
  .phone .icon-phone {
    margin-right: 14px;
  }
}
@media (min-width: 1024px) {
  .phone {
    margin-left: 34px;
  }
  .phone .icon-phone {
    margin-right: 14px;
  }
}
@media (min-width: 768px) {
  .fundItemContainer {
    margin-right: -2.9%;
    margin-bottom: -15px;
  }
}
@media (min-width: 1024px) {
  .fundItemContainer {
    margin-right: -1.64%;
  }
}
.fundItem {
  position: relative;
  background-color: #333232;
  display: block;
  margin-bottom: 15px;
}
.fundItem:hover {
  background-color: #3b3b3b;
}
.fundItem__assetClsIndicator {
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.fundItem__fundName {
  padding: 13px;
  font: bold 15px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #a9a9a9;
  letter-spacing: 0.6px;
}
@media (min-width: 768px) {
  .fundItem {
    display: inline-block;
    width: 30.4%;
    margin-right: 2.7%;
    vertical-align: top;
  }
  .fundItem__fundName {
    padding: 14px 24px;
  }
}
@media (min-width: 1024px) {
  .fundItem {
    width: 31.6%;
    margin-right: 1.64%;
  }
  .fundItem__fundName {
    padding: 18px;
  }
}
@media (min-width: 768px) {
  .relatedInsightItemContainer {
    margin-right: -3%;
    margin-bottom: -15px;
  }
}
.relatedInsightItem {
  display: block;
  padding: 18px 15px;
  background-color: #333232;
  margin-bottom: 13px;
}
.relatedInsightItem:hover {
  background-color: #3b3b3b;
}
.relatedInsightItem__date,
.relatedInsightItem__title {
  display: block;
}
.relatedInsightItem__date {
  color: #a1b2bc;
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.4px;
}
.relatedInsightItem__title {
  color: #d7d7d7;
  font: bold 19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .relatedInsightItem {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-right: 3%;
    padding: 22px 25px 12px;
  }
  .relatedInsightItem__date {
    margin-bottom: 7px;
  }
  .relatedInsightItem__title {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .relatedInsightItem__desc {
    color: #f1f0f0;
    font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    line-height: 23px;
  }
}
@media (min-width: 1024px) {
  .relatedInsightItem {
    padding: 26px 24px 12px;
  }
}
/*******************************
Theme - Default Blue
*******************************/
.gm-theme_defaultBlue .expertsOverlay__rule {
  background-color: #019bed;
}
.gm-theme_defaultBlue .expert__name,
.gm-theme_defaultBlue .highlightItem__heading {
  color: #019bed;
}
/*******************************
Theme - Midnight Blue
*******************************/
.gm-theme_midnightBlue .expertsOverlay__rule {
  background-color: #00355f;
}
.gm-theme_midnightBlue .expert__name,
.gm-theme_midnightBlue .highlightItem__heading {
  color: #00355f;
}
/*******************************
Theme - Purple
*******************************/
.gm-theme_purple .expertsOverlay__rule {
  background-color: #532e63;
}
.gm-theme_purple .expert__name,
.gm-theme_purple .highlightItem__heading {
  color: #532e63;
}
/*******************************
Theme - Steel Blue
*******************************/
.gm-theme_steelBlue .expertsOverlay__rule {
  background-color: #004a64;
}
.gm-theme_steelBlue .expert__name,
.gm-theme_steelBlue .highlightItem__heading {
  color: #004a64;
}
/*******************************
Theme - Royal Blue
*******************************/
.gm-theme_royalBlue .expertsOverlay__rule {
  background-color: #2f6eb6;
}
.gm-theme_royalBlue .expert__name,
.gm-theme_royalBlue .highlightItem__heading {
  color: #2f6eb6;
}
/*******************************
Theme - Forest Green
*******************************/
.gm-theme_forestGreen .expertsOverlay__rule {
  background-color: #3a4c00;
}
.gm-theme_forestGreen .expert__name,
.gm-theme_forestGreen .highlightItem__heading {
  color: #3a4c00;
}
/*******************************
Theme - Sapphire Blue
*******************************/
.gm-theme_sapphireBlue .expertsOverlay__rule {
  background-color: #508ac4;
}
.gm-theme_sapphireBlue .expert__name,
.gm-theme_sapphireBlue .highlightItem__heading {
  color: #508ac4;
}
/*******************************
Theme - Ocra
*******************************/
.gm-theme_ocra .expertsOverlay__rule {
  background-color: #d7b43a;
}
.gm-theme_ocra .expert__name,
.gm-theme_ocra .highlightItem__heading {
  color: #d7b43a;
}
/*******************************
Theme - Cobalt Blue
*******************************/
.gm-theme_cobaltBlue .expertsOverlay__rule {
  background-color: #234e82;
}
.gm-theme_cobaltBlue .expert__name,
.gm-theme_cobaltBlue .highlightItem__heading {
  color: #234e82;
}

/* 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);
  }
}
.expertList {
  font-size: 0;
  text-align: center;
}
.expertList.bm-type_2 {
  margin-bottom: 41px;
}
@media (min-width: 768px) {
  .expertList.bm-type_2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .expertList {
    margin-bottom: 24px;
  }
  .expertList.bm-type_2 {
    margin-bottom: 10px;
  }
}
.expertContainer__title {
  margin-bottom: 9px;
}
.expertContainer.bm-margin_btm {
  margin-bottom: 35px;
}
.expertContainer .pcc__trigger {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .expertContainer {
    margin-left: -3.26%;
  }
  .expertContainer .pcc__trigger {
    margin-bottom: 50px;
  }
  .expertContainer.bm-type_2 {
    margin-bottom: 0px;
    border-bottom: none;
    margin-left: -3.68%;
  }
  .expertContainer__title {
    margin-bottom: 40px;
  }
  .expertContainer.bm-margin_btm {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .expertContainer {
    margin-left: -2.22%;
  }
  .expertContainer .pcc__trigger {
    margin-top: 0px;
  }
  .expertContainer.bm-type_2 {
    margin-left: -1.58%;
  }
  .expertContainer__title {
    margin-bottom: 50px;
  }
  .expertContainer.bm-margin_btm {
    margin-bottom: 85px;
  }
}
.expertTile {
  margin: 0 auto 28px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
[data-bio="no-bio"] .expertTile {
  pointer-events: none;
  cursor: default;
}
.expertTile.bm-type_2 {
  margin-bottom: 30px;
  overflow: hidden;
}
.expertTile.active,
.expertTile:hover {
  position: relative;
}
.expertTile.active .expertTile__img,
.expertTile:hover .expertTile__img {
  border-bottom: 4px solid #019bed;
  -webkit-box-shadow: 0px 0px 28px #ddd;
  -moz-box-shadow: 0px 0px 28px #ddd;
  box-shadow: 0px 0px 28px #ddd;
}
.expertTile.active .expertInfo__name,
.expertTile:hover .expertInfo__name {
  color: #3c9dd1;
}
.expertTile.active .expertInfo__intro,
.expertTile:hover .expertInfo__intro {
  color: #2e2d2d;
}
.expertTile.active .expertInfo__contact,
.expertTile:hover .expertInfo__contact {
  color: #2e2d2d;
}
.expertTile .tile-overlay {
  display: none;
}
.expertTile.loader .tile-overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.expertTile__img {
  max-width: 100%;
  width: 60.63%;
  margin-bottom: 15px;
  border-bottom: 4px solid transparent;
}
.expertTile__img.bm-type_2 {
  width: 19%;
  margin-top: 4px;
  margin-right: 5%;
  margin-bottom: 0;
  float: left;
}
@media (min-width: 768px) {
  .expertTile {
    margin-bottom: 40px;
    display: inline-block;
    width: 30.07%;
    margin-left: 3.26%;
  }
  .expertTile__img {
    width: auto;
    margin-bottom: 26px;
  }
  .expertTile__img.bm-type_2 {
    max-width: 100%;
    width: auto;
    margin-bottom: 19px;
    margin-top: 0px;
    float: none;
  }
  .expertTile.bm-type_2 {
    width: 21.3%;
    margin-left: 3.68%;
    overflow: visible;
  }
  .expertTile.bm-type_2.active:after {
    bottom: -40px;
  }
  .expertTile.active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid white;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .expertTile {
    width: 22.72%;
    margin-left: 2.22%;
    margin-bottom: 26px;
  }
  .expertTile__img {
    margin-bottom: 24px;
  }
  .expertTile__img.bm-3column {
    width: 100%;
  }
  .expertTile.bm-type_2 {
    width: 15.08%;
    margin-left: 1.58%;
    margin-bottom: 40px;
    overflow: inherit;
  }
  .expertTile.bm-type_2.active:after {
    bottom: -50px;
  }
  .expertTile.active:after {
    bottom: -36px;
  }
  .expertTile.bm-3column {
    width: 31%;
    flex-basis: 31.3%;
  }
}
.expertInfo {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.expertInfo.bm-type_2 {
  width: 75%;
  float: left;
  text-align: left;
}
.expertInfo__name {
  font-size: 19px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 4px;
}
.expertInfo__name.bm-type_2 {
  font-size: 16px;
  line-height: 18px;
}
.expertInfo__name.bm-image_no {
  font-size: 15px;
}
.expertInfo__intro {
  font-size: 15px;
  line-height: 18px;
  color: #767575;
  letter-spacing: 0.7px;
}
.expertInfo__intro.bm-type_2 {
  font-size: 14px;
}
.expertInfo__intro.bm-image_no {
  font-size: 13px;
}
.expertInfo__contact {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  color: #666;
  display: block;
}
.expertInfo__email {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  color: #6c8db6;
  display: block;
}
@media (min-width: 768px) {
  .expertInfo {
    text-align: left;
  }
  .expertInfo.bm-type_2 {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .expertInfo__name {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .expertInfo__name.bm-type_2 {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .expertInfo__intro {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
  }
  .expertInfo__intro.bm-type_2 {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1024px) {
  .expertInfo__name {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.expertBgWrap {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .expertBgWrap.bm-type_2 {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .expertBgWrap.bm-type_2 {
    padding-top: 50px;
  }
}
.bgComp.bm-bg_gray .expertTile.active:after {
  border-top-color: #EFEFED;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*************************************************
        Filter Panel Constant
*************************************************/
.expfltr {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .expfltr {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .expfltr {
    margin-bottom: 79px;
  }
}
.filterWrapper.wrapperType_experts {
  width: 100%;
  overflow: hidden;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .filterWrapper.wrapperType_experts {
    margin-bottom: 19px;
  }
}
@media (min-width: 1024px) {
  .filterWrapper.wrapperType_experts {
    padding: 0;
    margin: 0;
  }
}
.wrapperType_experts .fpnlWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.result__count {
  font-size: 34px;
  font-family: 'UniversUltraCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #019bed;
  margin-right: 4px;
}
.result__label {
  color: #333;
  font-size: 16px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
/*************************************************
        filter tab list
*************************************************/
.wrapperType_experts .tabsList {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.wrapperType_experts .tabsList__item {
  display: table-cell;
  margin: 0;
  width: 50%;
  padding-left: 2%;
  vertical-align: top;
}
.wrapperType_experts .tabsList__item:first-child {
  padding-left: 0;
}
.wrapperType_experts .tabsList__lnk {
  width: 100%;
  display: table;
  background: #019bed;
  position: relative;
  height: 50px;
  padding: 0 20px 0 10px;
  font: bold 14px/19px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wrapperType_experts .tabsList__lnk {
    padding-left: 20px;
    height: 64px;
  }
}
.wrapperType_experts .tabsList__lnk:hover {
  background-color: #0080d0;
}
.wrapperType_experts .tabsList__lnk.selected {
  background-color: #002848;
  height: 54px;
}
@media (min-width: 768px) {
  .wrapperType_experts .tabsList__lnk.selected {
    height: 68px;
  }
}
.wrapperType_experts .tabsList__lnk.selected .tabsList__dwnArow {
  background-color: #254265;
}
.wrapperType_experts .tabsList__dwnArow {
  background-color: #48bbff;
  width: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 14px 3px;
}
.wrapperType_experts .tabsList__upArrow {
  background-color: #254265;
  height: 100%;
}
@media (min-width: 768px) {
  .wrapperType_experts .tabsList__item {
    padding-left: 1%;
  }
  .wrapperType_experts .tabsList__dwnArow {
    width: 24px;
    padding: 20px 5px;
  }
}
/*************************************************
        Filter Panel Style
*************************************************/
.wrapperType_experts .fpnl {
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .wrapperType_experts .fpnl__item {
    display: block;
    clear: both;
    display: table;
    margin: 0 auto 9px;
  }
  .wrapperType_experts .fpnl__item__box {
    display: table-cell;
    margin: 20px 0;
  }
  .wrapperType_experts .fpnl__item.borderBtm {
    border-bottom: 1px solid #bfbfbe;
  }
}
.wrapperType_experts .fpnl__lnk {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 18px;
  padding: 23px 0 19px 10px;
  border-bottom: 1px solid #0083d3;
}
@media (min-width: 1024px) {
  .wrapperType_experts .fpnl__lnk {
    display: inline-block;
    width: auto;
    font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    padding-left: 0px;
    margin-right: 67px;
    color: #2e2d2d;
    background: none;
    border-style: none;
    text-transform: none;
    cursor: pointer;
  }
  .wrapperType_experts .fpnl__lnk:hover {
    background: none;
  }
  .wrapperType_experts .fpnl__lnk.selected {
    cursor: default;
    background-color: #019bed;
    padding: 11px 27px;
    color: #ffffff;
    border-radius: 20px;
    margin-right: 42px;
  }
}
.wrapperType_experts .fpnl__arow {
  position: absolute;
  right: 20px;
  top: 50%;
}
.wrapperType_experts .fpnl__arow.bm-arow__lvl3 {
  top: 39%;
}
.wrapperType_experts .fpnl__arow.bm-arow__lvl2 {
  top: 45%;
}
@media (min-width: 768px) {
  .wrapperType_experts .fpnl__arow.bm-arow__lvl3 {
    top: 39%;
  }
}
.wrapperType_experts .fpnl__spntxt {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .wrapperType_experts .fpnl {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .wrapperType_experts .fpnl__label {
    display: table-cell;
    font-size: 18px;
    line-height: 24px;
    font-family: "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
    color: #01223c;
    padding-right: 27px;
    white-space: nowrap;
  }
  .wrapperType_experts .fpnl__seprator {
    margin: 0 0 7px;
  }
}
.wrapperType_experts .fpnl .fpnlStyl1 {
  width: 100%;
  padding: 0;
}
.wrapperType_experts .fpnl .fpnlStyl1__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #019bed;
  line-height: 19px;
  display: block;
  position: relative;
  color: #fff;
  padding: 21px 0 20px 9px;
  border-bottom: 1px solid #0083d3;
  text-transform: uppercase;
}
.wrapperType_experts .fpnl .fpnlStyl1__lnk:hover {
  background-color: #0080d0;
}
.wrapperType_experts .fpnl .fpnlStyl1__lnk.selected {
  background-color: #0080d0;
}
@media (min-width: 1024px) {
  .wrapperType_experts .fpnl .fpnlStyl1__lnk.selected .fpnl__arow {
    display: none;
  }
}
.wrapperType_experts .fpnl .fpnlStyl1__lnk.selected .fpnl__brdrBtm {
  display: none;
}
@media (min-width: 768px) {
  .wrapperType_experts .fpnl .fpnlStyl1__lnk {
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .wrapperType_experts .fpnl .fpnlStyl1__lnk {
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    padding: 0;
    margin-right: 70px;
    margin-bottom: 0;
    background: none;
    color: #000;
    float: left;
    border: none;
  }
  .wrapperType_experts .fpnl .fpnlStyl1__lnk:hover {
    background: none;
  }
}
@media (min-width: 1024px) {
  .wrapperType_experts .fpnl .fpnlStyl1 {
    width: auto;
    margin: 0;
  }
}
.fSelection {
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  display: none;
}
.fSelection__label {
  color: #959595;
  margin-right: 15px;
}
.fSelection__item {
  display: inline-block;
  padding: 5px 13px 5px 0;
  /* background-color: #f4f4f4; */
  color: #000;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
.fSelection__cross {
  padding: 4px;
  margin-left: 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .fSelection__item {
    border-radius: 20px;
    padding: 5px 15px 5px 0px;
  }
}
.noExperts {
  background-color: rgba(0, 0, 0, 0.1);
  font-family: 'UniversUltraCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 1.5px;
  width: 100%;
  padding: 50px;
  text-align: center;
  margin-bottom: 50px;
}

/* 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);
  }
}
.expertAuthorContainer {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .expertAuthorContainer .bio-container {
    height: 0px !important;
  }
}
.expertAuthor {
  display: table;
  border-top: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.expertAuthor:first-child {
  border: none;
  padding-top: 0px;
}
.expertAuthor__img {
  display: table-cell;
  vertical-align: top;
  width: 104px;
  height: 94px;
  padding-right: 10px;
}
.expertAuthor__img img {
  width: 100%;
  height: 100%;
}
.expertAuthor__img.bm-type-pddngBtm {
  padding-bottom: 20px;
}
.expertAuthor__desc {
  display: table-cell;
  vertical-align: top;
}
.expertAuthor__desc.bm-type-pddngBtm {
  padding-bottom: 17px;
}
.expertAuthor__desc__heading {
  margin-top: -2px;
  padding: 0;
  margin-bottom: 4px;
  text-transform: none;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  line-height: 20px;
}
.expertAuthor__desc__title,
.expertAuthor__desc__title p {
  font: 15px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #2e2e2e;
}
@media (min-width: 768px) {
  .expertAuthor {
    border: 0px;
    width: 48%;
    display: inline-block;
    margin-top: 12px;
    padding-top: 0px;
  }
  .expertAuthor__img {
    width: 121px;
    height: 101px;
    padding-right: 20px;
  }
  .expertAuthor__desc__title,
  .expertAuthor__desc__title p {
    font-size: 14px;
  }
  .expertAuthor__desc__heading {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .expertAuthor {
    display: table;
    width: 100%;
  }
  .expertAuthor__img {
    width: 147px;
    height: 127px;
    padding-right: 20px;
  }
  .expertAuthor__desc__title {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
  }
  .expertAuthor__desc__heading {
    margin-top: 20px;
    color: #365884;
    font-size: 22px;
    line-height: 27px;
  }
}

/* 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);
  }
}
.featuredFundSummary {
  text-align: center;
}
.featuredFundSummary__title {
  letter-spacing: 0;
  font: 18px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508ac4;
  margin-top: 0px;
  margin-bottom: 10px;
}
.featuredFundSummary__subTitle {
  font-size: 15px;
  color: #00355f;
  margin-bottom: 5px;
  clear: left;
  float: left;
  margin-right: 25px;
}
.featuredFundSummary__desc {
  color: #666;
  margin-bottom: 15px;
  font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.featuredFundSummary__desc:last-child {
  margin-bottom: 15px;
}
.featuredFundSummary__cardHolder {
  width: 100%;
}
.featuredFundSummary__disc {
  clear: both;
  display: block;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #666;
}
@media (min-width: 768px) {
  .featuredFundSummary {
    text-align: left;
  }
  .featuredFundSummary__title {
    text-align: left;
    margin-bottom: 10px;
  }
  .featuredFundSummary__desc {
    text-align: left;
    display: table;
  }
}
@media (min-width: 1024px) {
  .featuredFundSummary {
    padding-bottom: 0px;
  }
  .featuredFundSummary__title {
    text-align: left;
  }
}
.fundCard {
  margin-right: 0;
}
.fundSummaryBlock {
  width: 100%;
}
@media (min-width: 768px) {
  .fundSummaryBlock {
    float: left;
    width: 31.5%;
    margin-right: 2.7%;
  }
  .fundSummaryBlock:last-child {
    margin-right: 0;
  }
  .fundSummaryBlock.bm-type_last {
    margin-right: 0;
  }
}
.fundSummaryCard {
  background-color: #fff;
  cursor: pointer;
  padding: 15px 18px 15px 30px;
  position: relative;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  margin-right: 0;
}
.fundSummaryCard__stars {
  margin-top: 5px;
}
.fundSummaryCard__code {
  font-size: 25px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 0 0 10px 0;
  color: #666;
}
.fundSummaryCard__scName {
  color: #666;
  display: inline;
  font-size: 14px;
}
.fundSummaryCard__scValue {
  color: #666;
  display: inline;
  font-size: 14px;
}
.fundSummaryCard__assetClassBar {
  position: absolute;
  top: 19px;
  bottom: 18px;
  margin: auto;
  width: 4px;
  background-color: #006579;
  left: 12px;
}
.fundSummaryCard__fundName {
  clear: both;
  color: #b2b2b2;
  margin-bottom: 5px;
  font-size: 25px;
  padding-bottom: 5px;
}
.fundSummaryCard__fundDesc {
  color: #b2b2b2;
  font-size: 12px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .fundSummaryCard__assetClassBar {
    width: 5px;
  }
}
@media (min-width: 1024px) {
  .fundSummaryCard {
    margin-right: 0;
  }
}
.featuredTable {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .featuredTable {
    display: table;
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .featuredTable {
    padding-bottom: 20px;
  }
}
.featuredTable.singleColumnLayout {
  display: block;
}
@media (min-width: 768px) {
  .featuredTable.twoColumnLayout .featuredSummaryComp {
    padding: 0 80px;
  }
}
@media (min-width: 1024px) {
  .featuredTable.twoColumnLayout .featuredSummaryComp {
    padding: 0 150px;
  }
}
.featuredRow {
  display: block;
}
@media (min-width: 768px) {
  .featuredRow {
    display: table-row;
  }
}
.featuredRow.singleColumnLayout {
  display: block;
}
.featuredRow.singleColumnLayout .featuredFundSummary {
  text-align: left;
}
.featuredRow.singleColumnLayout .featuredFundSummary__title {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #125687;
}
.featuredRow.singleColumnLayout .featuredFundSummary__desc {
  color: #333;
  font: 14px Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.featuredRow.singleColumnLayout .fundSummaryCard__scName {
  color: #333;
  font: 14px Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.featuredRow.singleColumnLayout .fundSummaryCard__scValue {
  color: #333;
  font: 14px Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.featuredColumn {
  width: 100%;
  background-color: #EFEFED;
  padding: 20px;
  margin-bottom: 25px;
}
.featuredColumn.twoColumnLayout {
  width: 100%;
  display: block;
  background-color: initial;
}
.featuredColumn.threeColumnLayout {
  width: 100%;
  display: block;
  background-color: initial;
}
@media (min-width: 768px) {
  .featuredColumn.twoColumnLayout {
    width: 45%;
    display: table-cell;
    background-color: initial;
  }
  .featuredColumn.threeColumnLayout {
    width: 33%;
    display: table-cell;
    background-color: initial;
  }
}
.divider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 0;
  height: 38px;
  margin: 0 0 9px 0;
}
@media (min-width: 768px) {
  .divider {
    height: 60px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1024px) {
  .divider {
    height: 73px;
    margin-bottom: 8px;
  }
}
.divider img {
  height: 45px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .divider img {
    position: absolute;
    left: 50%;
    margin-left: -320px;
    width: auto;
    height: auto;
    margin-left: -384px;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .divider img {
    margin-left: -700px;
  }
}

/* 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);
  }
}
.roleSelectorComp [data-class-name="roleSelection"] {
  display: block;
}
.roleSelectorComp__bgImage {
  display: none;
}
.roleSelectorComp__content {
  text-align: left;
  padding: 35px 0 40px;
}
.roleSelectorComp__logoImage {
  display: none;
}
.roleSelectorComp__title {
  font: 16px/24px Goldman Sans;
  margin-bottom: 30px;
  display: inline-block;
}
.roleSelectorComp__btn {
  width: auto;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-transform: unset;
}
.roleSelectorComp__btn.display_none {
  display: none !important;
}
.roleSelectorComp__btn a.blueButton {
  background-color: #0D1826;
  color: #fff;
  padding: 16px 30px;
  text-transform: unset;
  font: 16px/24px Goldman Sans;
  border-radius: 2px;
  border: 1px solid #0D1826;
}
.roleSelectorComp__btn a.blueButton:hover {
  background-color: #0D1826;
  color: #fff;
}
.roleSelectorComp__btn a.bm-padding {
  display: block;
  padding: 10px 20px;
}
.roleSelectorComp .rememberCheckBox {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
.roleSelectorComp .rememberCheckBox__input {
  display: inline-block;
  vertical-align: 9px;
}
.roleSelectorComp .rememberCheckBox__text {
  display: inline-block;
  font: 14px/20px Goldman Sans;
  vertical-align: 53%;
  margin-left: 5px;
  color: #676879;
}
.roleSelectorComp .seeServices {
  margin-bottom: 40px;
  font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.roleSelectorComp .seeServices__link {
  color: #7399c6;
}
@media (min-width: 768px) {
  .roleSelectorComp__btn {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .roleSelectorComp__content {
    text-align: left;
    padding: 50px 0;
  }
  .roleSelectorComp__btn {
    display: inline-block;
    margin-right: 20px;
    width: auto;
  }
  .roleSelectorComp__btn a.blueButton {
    padding: 16px 30px;
    text-transform: unset;
    font: 16px/24px Goldman Sans;
  }
  .roleSelectorComp__btn a.bm-padding {
    padding: 16px 30px;
  }
  .roleSelectorComp .seeServices {
    margin-bottom: 40px;
  }
}
/* Overwrites to enable overlay view for the role selector
*/
.block-html-scroll {
  overflow: clip;
}
.overlay-view[data-class-name="roleSelection"] {
  display: block;
}
.overlay-view.roleSelectorComp {
  position: fixed;
  z-index: 99999999999999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.overlay-view .roleSelectorComp__bgImage {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.overlay-view .roleSelectorComp__holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.overlay-view .roleSelectorComp__logoImage {
  display: block;
  width: 196px;
  margin-bottom: 15%;
}
.overlay-view .roleSelectorComp__content {
  display: none;
  border-top: 4px solid #7681fc;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 28px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .overlay-view .roleSelectorComp__logoImage {
    margin-bottom: 15%;
  }
}
@media (min-width: 1024px) {
  .overlay-view .roleSelectorComp__bgImage {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .overlay-view .roleSelectorComp__logoImage {
    margin-bottom: 30px;
  }
  .overlay-view .roleSelectorComp__content {
    border-top: 3px solid #7681FC;
    position: fixed;
    left: 50%;
    top: 50%;
    height: unset;
    width: fit-content;
    transform: translate(-50%, -50%);
    padding: 35px 0 40px;
  }
  .overlay-view .roleSelectorComp__title {
    margin-bottom: 20px;
  }
  .overlay-view .roleSelectorComp__btn {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    width: auto;
  }
  .overlay-view .roleSelectorComp__btn:last-child {
    margin-right: 0;
  }
  .overlay-view .roleSelectorComp__btn a.blueButton {
    padding: 16px 30px;
    text-transform: unset;
    font: 16px/24px Goldman Sans;
  }
  .overlay-view .roleSelectorComp__btn a.bm-padding {
    padding: 16px 30px;
  }
  .overlay-view .roleSelectorComp__content {
    min-width: 720px;
    text-align: left;
    padding: 21px 43px 41px;
  }
}
.rolesHeading {
  font-size: 14px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  display: none;
}

/* 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);
  }
}
.aag {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .aag {
    margin-bottom: 90px;
    font-size: 0;
    text-align: center;
  }
}
.aagItm {
  display: block;
  width: 271px;
  height: auto;
  background-color: #172c45;
  text-align: center;
  padding: 25px;
  margin: 0 auto;
}
.aagItm.bm-color_1 {
  background-color: #172c45;
}
.aagItm.bm-color_2 {
  background-color: #1b3657;
}
.aagItm.bm-color_3 {
  background-color: #21446e;
}
.aagItm.bm-color_4 {
  background-color: #234e82;
}
.aagItm__heading {
  color: #FFFFFF;
  display: block;
  font: bold 10px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.2em;
  line-height: 12px;
  text-align: center;
  margin-bottom: 22px;
}
.aagItm__desc {
  color: #FFFFFF;
  font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 18px;
  letter-spacing: 0.02em;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .aagItm {
    width: 33.33%;
    height: 265px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 17px 0;
    overflow: hidden;
  }
  .aagItm__heading {
    line-height: 12px;
    margin-bottom: 26px;
  }
  .aagItm__desc {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .aagItm {
    height: 270px;
    padding: 39px 20px 0;
  }
  .aagItm__heading {
    margin-bottom: 23px;
  }
}
.aagItmValHolder {
  font-family: 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #7399c6;
  display: block;
  text-align: center;
}
.aagItmValHolder__preFix {
  font-size: 25px;
  vertical-align: baseline;
}
.aagItmValHolder__val {
  font-size: 50px;
}
.aagItmValHolder__suffix {
  font-size: 25px;
  vertical-align: top;
  display: inline-block;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .aagItmValHolder {
    margin-bottom: 9px;
  }
  .aagItmValHolder__preFix {
    font-size: 50px;
  }
  .aagItmValHolder__val {
    font-size: 75px;
    line-height: 75px;
  }
  .aagItmValHolder__suffix {
    font-size: 50px;
    line-height: 50px;
    margin-top: 10px;
    margin-left: 2px;
  }
}
@media (min-width: 1024px) {
  .aagItmValHolder {
    margin-bottom: 4px;
  }
  .aagItmValHolder__val {
    font-size: 80px;
    line-height: 80px;
  }
  .aagItmValHolder__suffix {
    font-size: 47px;
    line-height: 47px;
    margin-top: 14px;
  }
}
.bm-type_currency .aagItmValHolder__preFix,
.bm-type_currency .aagItmValHolder__suffix {
  vertical-align: baseline;
  margin: 0;
}
@media (min-width: 768px) {
  .bm-type_currency .aagItmValHolder__preFix {
    font-size: 37px;
  }
  .bm-type_currency .aagItmValHolder__val {
    font-size: 61px;
    line-height: 61px;
  }
  .bm-type_currency .aagItmValHolder__suffix {
    font-size: 46px;
    line-height: 46px;
    vertical-align: baseline;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .bm_count_4 .aagItm {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .bm_count_4 .aagItm {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .bm_no_desc .aagItm {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  .bm_no_desc .aagItm {
    padding-top: 77px;
  }
}

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

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

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

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

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
Disclosure 
*******************************/
@media print {
  .searchContent {
    padding: 0;
  }
}
.loadingResults {
  text-align: center;
  padding: 15px;
}
@media (min-width: 1024px) {
  .searchContent {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding: 0 40px;
    font-size: 0;
  }
}
.searchResultContainer {
  width: 100%;
}
@media (min-width: 1024px) {
  .searchResultContainer {
    width: 74.35%;
    display: inline-block;
    vertical-align: top;
  }
}
.searchResultItem {
  font-size: 14px;
  padding: 28px 0 16px;
  margin: 0 4.9%;
  border-bottom: 1px solid #ebebeb;
}
.searchResultItem__eyebrowText {
  font: bold 12px/14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 5px;
  color: #999999;
  letter-spacing: 0.2px;
}
.searchResultItem__eyebrowText.bm-type_red {
  color: #f37361;
}
.searchResultItem__eyebrowText.bm-type_blue {
  color: #1d5287;
}
.searchResultItem__eyebrowText.bm-marginBtm_12 {
  margin-bottom: 12px;
}
.searchResultItem__heading {
  display: block;
  font: bold 17px/21px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  margin-bottom: 11px;
  letter-spacing: 0.2px;
}
.searchResultItem__heading .icon {
  margin-right: 8px;
}
.searchResultItem__heading .bm-type_resultHeading {
  color: #333;
  font: 36px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro", Meiryo, "Hiragino Kaku Gothic Pro";
}
.searchResultItem__desc {
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #646566;
  letter-spacing: 0.2px;
  line-height: 18px;
  margin-bottom: 5px;
}
.searchResultItem__links {
  margin-bottom: 11px;
}
.searchResultItem.bm-type_featured {
  padding: 30px 4.9% 20px;
  background-color: #efefed;
  margin: 0;
}
.searchResultItem .bm-type_eyebrowItem {
  display: inline-block;
  border-right: 1px solid #646566;
  padding-right: 10px;
  margin-bottom: 8px;
  margin-right: 5px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.searchResultItem .bm-type_eyebrowItem:first-child {
  padding-left: 0;
}
.searchResultItem .bm-type_eyebrowItem:last-child {
  border-right: 0;
}
@media (min-width: 768px) {
  .searchResultItem {
    padding: 35px 0 24px;
    margin: 0 29px;
  }
  .searchResultItem.bm-type_featured {
    padding: 40px 30px 35px;
  }
  .searchResultItem__eyebrowText {
    letter-spacing: 0.3px;
    font: bold 13px/10px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    margin-bottom: 10px;
  }
  .searchResultItem__eyebrowText.bm-marginBtm_0 {
    margin-bottom: 0;
  }
  .searchResultItem__img {
    display: inline-block;
    margin-right: 3.55%;
    vertical-align: top;
  }
  .searchResultItem__img .icon {
    position: absolute;
    bottom: 0;
  }
  .searchResultItem__desc {
    font: 14px/20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    margin-bottom: 6px;
  }
  .searchResultItem__content.bm-type_wrapped {
    display: inline-block;
    width: 63.4%;
    vertical-align: top;
  }
  .searchResultItem__heading {
    margin-bottom: 19px;
    letter-spacing: 0px;
    font: bold 18px/16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
@media (min-width: 1024px) {
  .searchResultItem {
    padding: 37px 40px 26px;
    margin: 0;
  }
  .searchResultItem.bm-type_featured {
    padding: 37px 40px 30px;
  }
  .searchResultItem__eyebrowText {
    font: bold 13px/18px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    margin-bottom: 4px;
    letter-spacing: 0.4px;
    margin-top: -3px;
  }
  .searchResultItem__img {
    margin-right: 3%;
    margin-top: 2px;
    min-width: 200px;
  }
  .searchResultItem__heading {
    letter-spacing: 0.1px;
    font: bold 20px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    margin-bottom: 14px;
  }
  .searchResultItem__desc {
    font: 16px/24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.bm-type_fontFamilyUS {
  font: 16px/24px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 1024px) {
  .bm-type_cellSpacing {
    padding: 26px 0 18px;
  }
  .bm-type_cellSpacing:first-child {
    padding-top: 10px;
  }
}
.linkItem {
  font: 14px/18px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6c8db6;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  .linkItem {
    font: 14px/19px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
@media (min-width: 1024px) {
  .linkItem {
    font: 16px/24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.linkSeparator {
  color: #babcbd;
  margin: 0 3px;
  vertical-align: text-bottom;
  font: 9px/16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.linkSeparator.bm-type_1 {
  margin: 0 8px;
  font: 10px/18px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .linkSeparator {
    margin: 0 5px;
    font: 9px/17px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .linkSeparator.bm-type_1 {
    margin: 0 8px;
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .linkSeparator {
    font: 11px/19px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    margin: 0 1px;
  }
  .linkSeparator.bm-type_1 {
    margin: 0 6px;
    font: 12px/20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.useractionLink {
  color: #6c8db6;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
}
.useractionLink .icon {
  margin-right: 5px;
  vertical-align: sub;
}
@media (min-width: 1024px) {
  .useractionLink {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .searchResultThumbnail {
    max-width: 200px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .featuredFundThumbnail {
    width: 200px;
    height: 100px;
    background-color: #FFFFFF;
    font-size: 0;
  }
  .featuredFundThumbnail__assetClassIndicator {
    width: 10px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .featuredFundThumbnail__desc {
    display: inline-block;
    font: 28px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    color: #333333;
    vertical-align: middle;
    width: 94.7%;
    text-align: center;
  }
}

/* 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);
  }
}
/*******************************
Quick Search
*******************************/
.quickSearch {
  width: 100%;
  background-color: #efefed;
  padding: 35px 0 20px;
  margin-bottom: 20px;
}
.quickSearch__list {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 768px) {
  .quickSearch {
    padding-bottom: 38px;
    padding-top: 55px;
  }
  .quickSearch__list {
    text-align: center;
  }
  .quickSearch .componentTitle {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .quickSearch {
    padding-bottom: 44px;
  }
  .quickSearch .componentTitle {
    margin-bottom: 45px;
  }
}
.searchItem {
  text-align: center;
  padding: 9px 9px 8px;
}
.searchItem__link {
  color: #6c8db6;
  font: bold 16px/20px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .searchItem {
    display: inline-block;
    padding: 7px 9px 6px 9px;
  }
}
@media (min-width: 1024px) {
  .searchItem__link {
    font: bold 18px/20px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
hr.bm-type_shortGrey:last-of-type {
  display: none!important;
}
@media (min-width: 768px) {
  .searchItemSeparator {
    color: #babcbd;
    padding: 0 15px;
    font: 14px/24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
@media (min-width: 1024px) {
  .searchItemSeparator {
    padding: 0 21px;
    font: 16px/22px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.searchItemSeparator:last-of-type {
  display: none;
}

/* 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);
  }
}
.breadcrumb {
  float: none;
  width: 100%;
  font: 13px/24px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  position: relative;
  padding: 0;
  margin-bottom: 18px;
}
.breadcrumb__selection {
  text-transform: capitalize;
  color: #333333;
  font: bold 13px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  cursor: pointer;
  float: none;
  margin-right: 10px;
  margin-bottom: 0px;
}
.breadcrumb__selection .ffIcon {
  display: inline-block;
}
.breadcrumb__selection .ffIcon.im-del-selected-filter {
  background-position: -3px -968px;
  width: 8px;
  height: 7px;
}
.breadcrumb__selection.defaultSelections {
  cursor: default;
  color: #959595;
  font: bold 13px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.breadcrumb__selection.defaultSelections .breadcrumb__arrow {
  display: none;
}
.breadcrumb__selection.noSelection {
  cursor: default;
  color: #333333;
  font: bold 13px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.breadcrumb__selection.noSelection .breadcrumb__arrow {
  display: none;
}
.breadcrumb__arrow {
  position: relative;
  bottom: 2px;
}
.breadcrumb__delete {
  display: inline-block;
  position: relative;
  margin-left: 6px;
}
.breadcrumb__save {
  float: left;
  font: bold 14px/14px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumb__save.noSelection {
  color: #959595;
  cursor: default;
}
.breadcrumb__reset {
  float: left;
  font: bold 13px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6c8db6;
}
.breadcrumb__reset.noSelection {
  color: #6c8db6;
  cursor: default;
}
.breadcrumb__seperator {
  height: 12px;
  width: 1px;
  background: #d0d0ce;
  float: left;
  position: relative;
  top: 5px;
  margin-right: 13px;
  font: 13px/20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.breadcrumb__list {
  float: left;
  margin-right: 25px;
  margin-bottom: 0px;
}
.breadcrumb__list.bm-label_true {
  margin-right: 11px;
}
.breadcrumb__listItem {
  margin-top: 2px;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.breadcrumb__listItem .breadcrumb__delete {
  display: inline-block;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 26px;
  }
  .breadcrumb__selection {
    cursor: default;
    color: #333333;
    font: bold 13px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    float: left;
  }
  .breadcrumb__list {
    margin-bottom: 5px;
  }
  .breadcrumb__listItem {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .breadcrumb {
    width: 77%;
    margin: 12px 0 13px;
    padding: 0 0 0 18px;
  }
  .breadcrumb__selection {
    cursor: default;
    color: #333333;
    font: bold 13px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    float: left;
  }
  .breadcrumb__list {
    margin-bottom: 5px;
  }
  .breadcrumb__listItem {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.docked.bm-dock_true {
  padding-top: 10px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 2px solid #eae8e3;
}

/* 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);
  }
}
.loadingMask__loading {
  width: 100%;
  position: relative;
  overflow: visible;
}
.loadingMask__content {
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  top: 0;
  height: auto;
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.loadingMask__content.site__atlas {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .loadingMask__content {
    padding: 60px 0;
  }
}
.loadingMask__noResults {
  width: 100%;
  position: relative;
  overflow: visible;
}
.loadingMask__noResults .loadingMask__content {
  z-index: 0;
  padding: 28px 8%;
}
.loadingMask__noResults .loadingMask__content a {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
.loadingMask__noResults .loadingMask__content a span {
  color: #fff;
}
.loadingMask__noResults .loadingMask__content.bm-marginLeft_2 {
  margin-left: 2px;
}
@media (min-width: 768px) {
  .loadingMask__noResults .loadingMask__content {
    padding: 28px 137px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .loadingMask__noResults .loadingMask__content {
    padding: 28px 14%;
    text-align: center;
  }
}
.loadingMask__noResults .loadingMask__content .fm-font_UC {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.bm-type_grey .loadingMask__content {
  background-color: #efefed;
  color: #666;
  font: 18px "UniversLTStdLightObl", Meiryo, "Hiragino Kaku Gothic Pro";
  opacity: 1;
}
.bm-type_grey .loadingMask__content.site__atlas {
  background-color: #fff;
}
.bm-type_grey .loadingMask__content a {
  font-family: "UniversLTStdLightObl", Meiryo, "Hiragino Kaku Gothic Pro";
}
.bm-type_grey .loadingMask__content a span {
  color: #666;
}

/* 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);
  }
}
.newsandmediaaccordin {
  padding-bottom: 30px;
  padding: 0 15px 40px 15px;
  border-top: 1px solid #ebebeb;
}
.newsandmediaaccordin__seemore {
  text-align: center;
  display: block;
  color: #428bca;
  font: 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 28px 0;
  border-bottom: 5px solid #7399c6;
}
.newsandmediaaccordin__seemore:hover {
  cursor: pointer;
}
.newsandmediaaccordin__section {
  position: relative;
}
@media (min-width: 1024px) {
  .newsandmediaaccordin__seemore {
    padding: 37px 0;
  }
}
.newsandmediaTittle {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
}
.newsandmediaTittle__text {
  font: 42px 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
  padding: 25px 0px;
  color: #000;
}
.newsandmediaTittle__text--open {
  color: #6c8db6;
}
.newsandmediaTittle__icon {
  position: absolute;
  top: 40px;
  right: 0px;
}
@media (min-width: 1024px) {
  .newsandmediaTittle__text {
    padding: 25px 40px;
  }
}
.searchResultItem.bm-type_newsandmedia {
  display: block;
  padding: 40px 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .searchResultItem.bm-type_newsandmedia {
    padding: 40px 40px;
  }
}
.searchFilter {
  padding: 0;
  margin-bottom: 0;
}
.searchFilter .fpnlWrapper.bm-width-full {
  width: 100%;
}
.searchResultContainer .loadingMask__content {
  position: relative;
}
.searchResultContainer__breadcrumb {
  padding-left: 15px;
}
.searchResultContainer__breadcrumb .breadcrumb__listItem {
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .searchResultContainer__breadcrumb {
    padding-left: 40px;
  }
  .searchResultContainer.bm-newsandmedia_modifier .breadcrumb {
    margin-top: 34px;
  }
  .searchResultContainer.bm-newsandmedia_modifier .loadingMask {
    margin-top: 34px;
  }
}
.searchFilterTitle.bm-type_newsandmedia {
  margin: 34px 0 23px;
  padding: 0;
}
.fpnlStyl1__lnk.bm-padding_medium {
  padding: 16px 20px;
}
.searchResultItem__img.bm-type_newsandmedia {
  width: 24.7%;
  min-width: auto;
}
.searchResultThumbnail.bm-type_newsandmedia {
  width: auto;
  max-width: 100%;
}
.fpnlWrapper.bm-type_newsandmedia {
  float: none;
}
.filterSearchBox {
  border: 1px solid #ececed;
  width: 90%;
  margin-top: 22px;
  margin-bottom: 8px;
}
.filterSearchBox .compCont {
  padding: 0;
}
.filterSearchBox .searchBox {
  margin: 0;
}
.filterSearchBox .search__clear {
  top: 15px;
  right: 10px;
}
.filterSearchBox .search {
  margin: 0;
}
.filterSearchBox .search input {
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  height: 45px;
  background-color: white;
  border-right: 1px solid #ececed;
  border-bottom: 0px;
}
.filterSearchBox button {
  background-color: white;
  height: 45px;
}
.filterSearchBox button .search-icon {
  color: black;
  font-size: 20px;
}
.filterSearchBox .hintCont {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .filterSearchBox {
    width: 100%;
    margin-bottom: 15px;
  }
  .filterSearchBox .search__input {
    width: 90%;
    float: left;
  }
  .filterSearchBox button {
    width: 10%;
    border: 0px ;
    padding: 2px;
  }
}
@media (max-width: 767px) {
  .filterSearchBox {
    width: 100%;
    margin-bottom: 15px;
  }
  .filterSearchBox .hidden-xs {
    display: inline!important;
    width: 10%;
  }
  .filterSearchBox .search__input {
    width: 90%;
    float: left;
  }
  .filterSearchBox button {
    width: 10%;
    border: 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);
  }
}
.contactusformContainer {
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.contactusformContainer .validation_error {
  color: red;
  margin-bottom: 20px;
}
.contactusformContainer .email_sent {
  color: #090;
  margin-bottom: 20px;
}
.contactusformContainer .fieldWrap {
  margin-bottom: 20px;
}
.contactusformContainer .fieldWrap.error {
  border: 1px solid #ff0000;
}
.contactusformContainer__input {
  padding-left: 20px;
  width: 100%;
  height: 50px;
  border: none;
  background: #efefef;
  color: #666;
}
.contactusformContainer__input:focus {
  border: 1px solid #7399c6;
}
.contactusformContainer__input::-webkit-input-placeholder {
  font-style: italic;
  color: #666;
}
.contactusformContainer__input::-moz-placeholder {
  font-style: italic;
  color: #666;
}
.contactusformContainer__textarea {
  padding: 15px 0 0 20px;
  width: 100%;
  height: 190px;
  border: none;
  resize: none;
  display: block;
  background: #efefef;
  color: #666;
}
.contactusformContainer__textarea:focus {
  border: 1px solid #7399c6;
}
.contactusformContainer__textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #666;
}
.contactusformContainer__textarea::-moz-placeholder {
  font-style: italic;
  color: #666;
}
.contactusformContainer__textarea:-ms-input-placeholder {
  font-style: italic;
  color: #666;
}
.contactusformContainer__buttonHolder {
  height: 44px;
  width: 100%;
  background-color: #7399c6;
  float: right;
  margin-bottom: 77px;
}
.contactusformContainer__buttonHolder a.submit {
  display: block;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.contactusformContainer__buttonHolder:hover {
  background-color: #6485ae;
}
.contactusformContainer__buttonHolder a.disabled {
  cursor: default;
  pointer-events: none;
  background-color: #c0c0c0;
}
.contactusformContainer__buttontext {
  font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #fff;
  display: inline-block;
  padding: 14px 0 0 0;
  text-align: center;
  width: 100%;
}
.contactusformContainer .input.bm-state_modified {
  background-color: #fff;
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .contactusformContainer {
    font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .contactusformContainer__wrapper {
    width: 48%;
    float: left;
  }
  .contactusformContainer__wrapper.bm_margin-right {
    margin-right: 3%;
  }
  .contactusformContainer__buttonHolder {
    min-width: 28%;
    width: auto;
  }
}
.contactusRoleDropDown {
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  width: 100%;
  height: 50px;
  border: none;
  background: #efefef;
}
.contactusRoleDropDown.bm-state_modified {
  background-color: #fff;
  border: 1px solid #cccccc;
}
.contactusRoleDropDown__link {
  padding-left: 20px;
  color: #666;
  padding-top: 15px;
  display: inline-block;
  width: 100%;
  height: 49px;
  font-style: italic;
}
.contactusRoleDropDown__link.bm-font_normal {
  font-style: normal;
}
.contactusRoleDropDown__icon {
  float: right;
  margin-right: 20px;
  margin-top: 7px;
}
.contactusRoleDropDown__list {
  position: static;
  padding: 0;
  list-style-type: none;
  max-height: 281px;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 4px 3px 2px #efefed;
  border-right: #eeeeee solid 1px;
  border-left: #eeeeee solid 1px;
  background-color: #fff;
  margin-top: 0;
  left: 0;
  z-index: 1;
}
.contactusRoleDropDown__listItem {
  height: 50px;
  padding: 16px 20px;
  border-bottom: #eeeeee solid 1px;
}
.contactusRoleDropDown__listItem a {
  color: #666;
}
.contactusRoleDropDown__listItem:hover {
  background-color: #eeeeee;
  cursor: pointer;
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.contactusRoleDropDown__listItem:hover a {
  color: #7399c6;
}
@media (min-width: 768px) {
  .contactusRoleDropDown {
    font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .contactusRoleDropDown__listItem:hover {
    font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.clear {
  clear: both;
}
.contactusformContainer__input:-ms-input-placeholder {
  font-style: italic;
  color: #666;
}

/* 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);
  }
}
.tabsPanel__tabs {
  overflow-x: auto;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .tabsPanel__tabs {
    border-bottom: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: normal;
    margin-bottom: 20px;
  }
}
.tabsPanel__tabs.bm_align-left {
  text-align: left;
}
.tab {
  color: #666;
  font: bold 10px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
  cursor: pointer;
  padding: 0 5px 10px 5px;
  letter-spacing: .2em;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  .tab {
    display: table-cell;
    font-size: 12px;
    border-bottom: 3px solid #e1e1e1;
    padding: 20px 0;
    color: #999;
  }
}
.tab.bm-tab_active {
  color: #234e82;
  border-bottom: 2px solid #234e82;
}
@media (min-width: 768px) {
  .tab.bm-tab_active {
    border-bottom: 3px solid #234e82;
  }
}
.tabRadio[type=radio] {
  display: none;
}
.tabRadio[type=radio] + .tabContent {
  display: none;
}
.tabRadio[type=radio]:checked + .tabContent {
  display: block;
}
@media (min-width: 768px) {
  .bm_align-left .tabsPanel__tabs {
    text-align: left;
    border-bottom: 3px solid #e1e1e1;
  }
  .bm_align-left .tabsPanel__tabs .tab {
    display: inline-block;
    border-bottom: 0;
    position: relative;
    margin-right: 10%;
  }
  .bm_align-left .tabsPanel__tabs .tab.bm-tab_active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    margin: auto;
    background: #234e82;
    height: 3px;
  }
}

/* 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);
  }
}
.navigationContainer {
  display: table;
  width: 100%;
  padding: 30px 0px;
}
.navigationContainer__icon {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
.navigationContainer__icon.bm-type_bottom {
  width: 26px;
}
.navigationContainer__text {
  display: table-cell;
  vertical-align: top;
  max-width: 90%;
  word-wrap: break-word;
}
.navigationContainer.bm-type_left {
  width: 45%;
  float: left;
}
.navigationContainer.bm-type_right {
  width: 45%;
  float: right;
}
@media (min-width: 768px) {
  .navigationContainer__icon {
    width: 50px;
  }
  .navigationContainer__icon.bm-type_bottom {
    width: 50px;
  }
}
@media (min-width: 1024px) {
  .navigationContainer {
    display: table-cell;
    vertical-align: middle;
  }
  .navigationContainer.bm-type_left {
    width: 48%;
    display: table;
    padding-left: 9.5%;
  }
  .navigationContainer.bm-type_right {
    width: 50%;
    display: table;
  }
  .navigationContainer__icon {
    width: 50px;
  }
  .navigationContainer__icon.bm-type_bottom {
    width: 30px;
  }
}
.navigationDetails {
  display: inline-block;
}
.navigationDetails.bm-type_right {
  text-align: left;
  float: right;
}
.navigationDetails__heading {
  font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #666;
  letter-spacing: .26em;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.navigationDetails__desc {
  font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333;
  letter-spacing: .01em;
  word-wrap: break-word;
}
.horizontalNavSeparator {
  margin: 0px;
}
@media (min-width: 1024px) {
  .horizontalNavSeparator {
    display: none;
  }
}
.interpageContainer__comp {
  padding: 0 4.9%;
}
@media (min-width: 768px) {
  .interpageContainer__comp {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .interpageContainer {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .interpageContainer__comp {
    width: 50%;
    display: table;
    padding: 0px;
  }
  .interpageContainer__comp.bm-type_left {
    float: left;
  }
  .interpageContainer__comp.bm-type_right {
    float: right;
    border-left: 1px solid #dddddb;
    padding: 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);
  }
}
.accessWrkspcComp {
  padding: 41px 0px 45px 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .accessWrkspcComp {
    padding: 83px 0px  90px 0px;
  }
}
@media (min-width: 1024px) {
  .accessWrkspcComp {
    padding: 64px 0px  64px 0px;
    display: table;
    table-layout: fixed;
  }
  .accessWrkspcComp.bm-type_logged {
    padding: 88px 0px  102px 0px;
  }
}
.leftAccessComp {
  text-align: center;
}
.leftAccessComp__icon {
  display: inline-block;
  margin-right: 7px;
}
.leftAccessComp__heading {
  font: 21px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
}
.leftAccessComp__desc {
  font: 15px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  margin: 0 auto 22px auto;
  line-height: 20px;
  width: 70%;
  letter-spacing: .02em;
}
.leftAccessComp__desc.bm-descType_logged {
  margin-bottom: 6px;
}
.leftAccessComp__btn {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: .26em;
  padding: 13px 30px;
  background-color: #7399c6;
  color: #fff;
  max-width: 168px;
  display: inline-block;
}
@media (min-width: 768px) {
  .leftAccessComp__heading {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .leftAccessComp__heading.bm-heading_logged {
    margin-bottom: 10px;
  }
  .leftAccessComp__desc {
    font-size: 18px;
    line-height: 23px;
  }
  .leftAccessComp__desc.bm-descType_logged {
    margin-bottom: 12px;
  }
  .leftAccessComp__btn {
    font-size: 12px;
    max-width: 177px;
    padding: 14px 30px;
  }
}
@media (min-width: 1024px) {
  .leftAccessComp {
    display: table-cell;
    vertical-align: middle;
  }
  .leftAccessComp__heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .leftAccessComp__heading.bm-heading_logged {
    margin-bottom: 7px;
  }
  .leftAccessComp__desc {
    margin-bottom: 20px;
  }
  .leftAccessComp__btn {
    padding: 15px 30px;
  }
}
.rightAccessComp {
  display: none;
}
@media (min-width: 1024px) {
  .rightAccessComp {
    display: table-cell;
    vertical-align: middle;
  }
}
.accessBtnCollection {
  font: bold 9px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: .1em;
}
.accessBtnCollection__noEnt {
  font: 15px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.accessBtnCollection__btn {
  padding: 10px 5px;
  width: 45%;
  color: #7399c6;
  display: inline-block;
  border: 1px solid #7399c6;
  margin-top: 15px;
  margin-right: 10px;
}
.accessBtnCollection__btn:nth-child(2n) {
  margin-right: 0px;
}
.accessBtnCollection__btn.bm-type_last {
  margin-right: 0px;
}
.accessBtnCollection__btn:hover {
  background-color: #e5eef6;
}
.accessBtnCollection__btn .im-externalLink {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .accessBtnCollection__btn {
    font-size: 12px;
    width: 29%;
    padding: 15px 5px;
    margin-top: 20px;
    margin-right: 15px;
  }
  .accessBtnCollection__btn:nth-child(2n) {
    margin-right: 15px;
  }
  .accessBtnCollection__btn:nth-child(3n+0) {
    margin-right: 0px;
  }
  .accessBtnCollection__btn.bm-type_last {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .accessBtnCollection__btn {
    width: auto;
    font-size: 11px;
    padding: 14px 30px;
    margin-right: 0px;
  }
  .accessBtnCollection__btn:nth-child(2n) {
    margin-right: 0px;
  }
}

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.summarytbl {
  padding-bottom: 24px;
}
.summarytbl.bm-type_view1 {
  padding-bottom: 24px;
  background: #fff;
  padding: 22px 22px 2px 22px;
  margin-bottom: 14px;
}
.summarytbl__title.bm-type_view1 {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .summarytbl.bm-type_view1 {
    padding: 54px 30px 2px 30px;
    margin-bottom: 30px;
  }
  .summarytbl__title.bm-type_view1 {
    font-size: 28px;
    line-height: 34px;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .summarytbl.bm-type_view1 {
    padding: 54px 54px 2px 54px;
  }
  .summarytbl__title.bm-type_view1 {
    margin-left: 15px;
    margin-bottom: 35px;
    width: 80%;
  }
}
.summarytblitem {
  margin-bottom: 22px;
  border-bottom: 1px solid #d7d7d7;
}
.summarytblitem.bm-type_view1 {
  border-bottom: 0px;
  border-top: 1px solid #d7d7d7;
  padding-top: 22px;
  margin-top: 20px;
}
.summarytblitem__title {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #5886c3;
  margin-bottom: 17px;
}
.summarytblitem__title.bm-type_link {
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
}
.summarytblitem__desc {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  line-height: 18px;
  color: #666;
  margin-bottom: 20px;
}
.summarytblitem:last-child {
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .summarytblitem.bm-type_view1 {
    border-bottom: 1px solid #d7d7d7;
    border-top: 0px;
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .summarytblitem.bm-type_view1:last-child {
    border-bottom: 0px;
    padding-bottom: 28px;
  }
  .summarytblitem__title {
    font-size: 20px;
    line-height: 24px;
  }
  .summarytblitem__title.bm-type_view1 {
    color: #333;
  }
  .summarytblitem__desc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 34px;
  }
  .summarytblitem__desc.bm-type_view1 {
    margin-bottom: 40px;
    color: #666;
  }
}
@media (min-width: 1024px) {
  .summarytblitem {
    padding-bottom: 28px;
  }
  .summarytblitem.bm-type_view1 {
    padding-bottom: 32px;
    display: table;
    width: 100%;
  }
  .summarytblitem__title {
    line-height: 28px;
    margin-left: 3%;
    width: 37%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    margin-bottom: 0px;
  }
  .summarytblitem__title.bm-type_view1 {
    padding-left: 15px;
    width: 30%;
    padding-right: 5%;
    display: table-cell;
  }
  .summarytblitem__desc {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
  }
  .summarytblitem__desc.bm-type_view1 {
    padding-right: 56px;
    margin-bottom: 0px;
    display: table-cell;
    width: 53%;
  }
  .summarytblitem__button.bm-type_view1 {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  .summarytblitem__button.bm-type_view1 .blueButton_v3 {
    min-width: 172px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 14px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ourProcess {
  margin-bottom: 90px;
  padding: 0 28px;
}
@media (min-width: 768px) {
  .ourProcess {
    padding: 0 100px;
  }
}
@media (min-width: 1024px) {
  .ourProcess {
    width: 790px;
    padding: 0;
    margin: 0 auto 90px;
  }
}
.ourProcessRow {
  width: 100%;
  margin-bottom: 9px;
  text-align: center;
}
@media (min-width: 768px) {
  .ourProcessRow {
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  .ourProcessRow {
    width: 790px;
    text-align: left;
    padding-right: 114px;
    margin-bottom: 20px;
  }
  .ourProcessRow:after {
    content: "";
    display: block;
    clear: both;
  }
  .ourProcessRow.bm-type_even {
    padding-left: 85px;
    padding-right: 0;
  }
  .ourProcessRow.bm-item_last {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .ourProcessTitleCont {
    width: 200px;
    padding-right: 20px;
    float: left;
  }
  .ourProcessTitleCont.bm-type_even {
    padding-left: 14px;
    padding-right: 6px;
  }
}
.ourProcessTitle {
  margin-bottom: 12px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #5886c3;
}
.ourProcessTitle__no {
  display: inline-block;
}
.ourProcessTitle__txt {
  display: inline-block;
}
@media (min-width: 768px) {
  .ourProcessTitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .ourProcessTitle {
    width: 100%;
    display: table;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .ourProcessTitle__no {
    display: table-cell;
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: normal;
    font-size: 58px;
    line-height: 47px;
    vertical-align: top;
    padding-right: 5px;
    width: 38px;
  }
  .ourProcessTitle__txt {
    display: table-cell;
    vertical-align: top;
  }
}
.ourProcessDesc {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 18px;
  margin-bottom: 9px;
  color: #666;
}
@media (min-width: 768px) {
  .ourProcessDesc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .ourProcessDesc {
    float: left;
    width: 286px;
    min-height: 140px;
    line-height: 24px;
    padding-right: 30px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .ourProcessDesc.bm-type_even {
    width: 315px;
    padding-right: 0;
    padding-left: 12px;
  }
  .ourProcessDesc.bm-item_last {
    padding-bottom: 0;
    min-height: auto;
  }
}
.ourProcessArrow {
  display: block;
  height: 39px;
}
.ourProcessArrow__span {
  display: inline-block;
  width: 4px;
  height: 39px;
  background-color: #8aa9ce;
}
@media (min-width: 1024px) {
  .ourProcessArrow {
    width: 190px;
    padding-top: 24px;
    float: left;
    height: 100%;
  }
  .ourProcessArrow__span {
    display: block;
    width: 100%;
    height: 100%;
    border: 4px solid #8aa9ce;
    background-color: transparent;
    border-left: 0;
    border-bottom: 0;
  }
  .ourProcessArrow.bm-type_even .ourProcessArrow__span {
    border-left: 4px solid #8aa9ce;
    border-right: 0;
  }
  .ourProcessArrow.bm-type_even.bm-item_last {
    margin-right: 0;
    margin-left: 20px;
  }
  .ourProcessArrow.bm-item_last {
    padding-top: 0;
    width: 125px;
    margin-right: 20px;
  }
  .ourProcessArrow.bm-item_last .ourProcessArrow__span {
    height: 4px;
    border: 0;
    background-color: #8aa9ce;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ourProcessRefresh {
  height: 33px;
}
@media (min-width: 1024px) {
  .ourProcessRefresh {
    float: left;
  }
  .ourProcessRefresh .icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* 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);
  }
}
.alsPreference {
  margin-bottom: 25px;
}
.alsPreference__title {
  font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  margin-top: 0;
  margin-bottom: 11px;
}
.alsPreference__desc {
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  letter-spacing: .2px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .alsPreference {
    margin-bottom: 36px;
  }
  .alsPreference__title {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .alsPreference__desc {
    font-size: 16px;
    letter-spacing: .3px;
    margin-bottom: 5px;
  }
}
.alsPreferenceContactInfo__email {
  font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  letter-spacing: .2px;
  margin-right: 7px;
  cursor: pointer;
}
.alsPreferenceContactInfo__separator {
  font: 9px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  line-height: 15px;
  vertical-align: text-top;
  margin-right: 6px;
}
.alsPreferenceContactInfo__profileLink {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6699cc;
  letter-spacing: 1px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .alsPreferenceContactInfo__email {
    font-size: 14px;
    margin-right: 9px;
  }
  .alsPreferenceContactInfo__separator {
    font-size: 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);
  }
}
.subscriptionCont {
  background-color: #7399c6;
}
.subscriptionBlock {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  background-color: #7399c6;
  overflow: auto;
  padding: 38px 4.9% 45px 4.9%;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .subscriptionBlock {
    padding: 83px 30px 89px 30px;
  }
}
@media (min-width: 1024px) {
  .subscriptionBlock {
    display: table;
    padding: 40px 40px 50px 40px;
  }
}
.subscriptionText {
  width: 100%;
  color: white;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 16px;
}
.subscriptionText__heading {
  font-size: 20px;
  margin-bottom: 11px;
  text-align: center;
  letter-spacing: 0em;
}
.subscriptionText__desc {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0px;
}
@media (min-width: 768px) {
  .subscriptionText {
    margin-bottom: 33px;
  }
  .subscriptionText__heading {
    margin-bottom: 14px;
  }
  .subscriptionText__desc {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .subscriptionText {
    width: 50%;
    display: table-cell;
  }
  .subscriptionText__heading {
    width: 90%;
    margin-bottom: 12px;
    text-align: left;
  }
  .subscriptionText__desc {
    width: 90%;
    margin-left: 0px;
    text-align: left;
  }
}
.subscriptionForm {
  display: block;
  vertical-align: middle;
  width: 100%;
  color: #7399c6;
}
.subscriptionForm__textfield {
  display: block;
  width: 100%;
  height: 52px;
  border-style: none;
  font: 14px "UniversLTStdLightObl", Meiryo, "Hiragino Kaku Gothic Pro";
  padding-left: 14px;
  background-color: #efefed;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.subscriptionForm__textfield.bm-text_entered {
  background-color: white;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
}
.subscriptionForm__button {
  display: block;
  background-color: white;
  min-height: 42px;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  width: 100%;
  letter-spacing: .18em;
  text-align: center;
  border: 0;
  padding-right: 30px;
  padding-left: 30px;
}
.subscriptionForm__button.bm-buttonType_logged {
  padding: 13px 30px 15px 30px;
  min-width: 160px;
}
.subscriptionForm__button.bm-type_disabled {
  background-color: #c0c0c0;
  color: #fff;
  cursor: default;
}
@media (min-width: 768px) {
  .subscriptionForm {
    text-align: center;
  }
  .subscriptionForm__textfield {
    font-size: 16px;
    height: 60px;
    margin-bottom: 40px;
  }
  .subscriptionForm__button {
    font-size: 12px;
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .subscriptionForm {
    width: 50%;
    display: table-cell;
    text-align: right;
  }
  .subscriptionForm__textfield {
    display: inline-block;
    font-size: 18px;
    width: 65%;
    height: 42px;
    margin-bottom: 10px;
  }
  .subscriptionForm__button {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alsSubscriptionType {
  margin-bottom: 21px;
}
.alsSubscriptionType__title {
  font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  margin-top: 0;
  margin-bottom: 11px;
}
.alsSubscriptionType__desc {
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  letter-spacing: .2px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .alsSubscriptionType {
    margin-bottom: 28px;
  }
  .alsSubscriptionType__title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .alsSubscriptionType__desc {
    font-size: 16px;
    letter-spacing: .3px;
  }
}
.alsSubscriptionItems {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .alsSubscriptionItems {
    margin-right: -30px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .alsSubscriptionItems {
    margin-bottom: 28px;
  }
}
.alsSubscriptionItem {
  position: relative;
  background: #f4f4f2;
  padding: 21px 31px 21px 25px;
  margin-bottom: 17px;
  cursor: pointer;
}
.subscribe-inprogress .alsSubscriptionItem {
  opacity: 0.5;
  pointer-events: none;
}
.subscribe-inprogress .alsSubscriptionItem.active {
  opacity: 1;
}
.alsSubscriptionItem .tag-overlay {
  display: none;
}
.alsSubscriptionItem.active .tag-overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.alsSubscriptionItem__title {
  position: relative;
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  margin-bottom: 5px;
}
.alsSubscriptionItem__icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.alsSubscriptionItem__icon.im-lock {
  background-position: -5px -901px;
  width: 13px;
  height: 20px;
}
.alsSubscriptionItem__desc {
  position: relative;
  font: 13px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  line-height: 17px;
  letter-spacing: .2px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .alsSubscriptionItem {
    padding: 39px 39px;
    margin-bottom: 25px;
    width: 46.3%;
    float: left;
    margin-right: 25px;
  }
  .alsSubscriptionItem__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .alsSubscriptionItem__icon {
    top: 20px;
    right: 20px;
  }
  .alsSubscriptionItem__desc {
    font-size: 14px;
    letter-spacing: .3px;
  }
}
@media (min-width: 1024px) {
  .alsSubscriptionItem {
    width: 30.83%;
    margin-right: 2.5%;
  }
  .alsSubscriptionItem__icon {
    right: 16px;
  }
}

/* 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);
  }
}
.rfpnlWrapper {
  margin-bottom: 8px;
}
.rfpnlWrapper__title {
  margin: 0;
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 1024px) {
  .rfpnlWrapper {
    margin: 0;
  }
  .rfpnlWrapper__title {
    font-size: 13px;
    padding-left: 18px;
    margin-bottom: 28px;
  }
}
.rfpnl {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .rfpnl.bm-border_trans {
    border: 1px solid transparent;
  }
  .rfpnl.bm-state_open {
    border: 1px solid #ebebeb;
  }
}
.rfpnlItemLnk {
  display: table;
  height: 50px;
  font: 13px/19px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  border: 1px solid #ebebeb;
  border-top: 0;
  cursor: pointer;
  color: #666;
  width: 100%;
  padding: 0 40px 0px 20px;
}
.rfpnlItemLnk:hover {
  color: #6a93bd;
}
.rfpnlItemLnk.bm-styl_tab {
  border-top: 1px solid #ebebeb;
  color: #333;
  font-size: 14px;
}
.rfpnlItemLnk.bm-type_nonFilter {
  position: relative;
}
.rfpnlItemLnk.bm-type_nonFilter:hover {
  color: #666;
}
.rfpnlItemLnk.bm-type_nonFilter.bm-type_selected {
  background: rgba(255, 255, 255, 0);
}
.rfpnlItemLnk.bm-styl_lvl1 {
  padding-left: 32px;
}
.rfpnlItemLnk.bm-styl_lvl2 {
  padding-left: 44px;
}
.rfpnlItemLnk.bm-styl_lvl3 {
  padding-left: 56px;
}
.rfpnlItemLnk__text {
  display: table-cell;
  vertical-align: middle;
}
.rfpnlItemLnk__bold {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.rfpnlItemLnk.bm-type_selected {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #1d5286;
  background: #efefed;
}
.rfpnlItemLnk__arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  line-height: 0;
  right: 18px;
}
.rfpnlItemLnk.bm-topBorder_none {
  border-top: 0;
}
@media (min-width: 768px) {
  .rfpnlItemLnk {
    font-size: 14px;
  }
  .rfpnlItemLnk.bm-styl_tab {
    height: 58px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .rfpnlItemLnk {
    border-left: 0;
    border-right: 0;
    font-size: 13px;
  }
  .rfpnlItemLnk.bm-styl_lvl1 {
    font-size: 14px;
    padding-left: 18px;
  }
  .rfpnlItemLnk.bm-styl_lvl2 {
    padding-left: 39px;
  }
  .rfpnlItemLnk.bm-styl_lvl3 {
    padding-left: 61px;
  }
  .rfpnlItemLnk.bm-styl_tab {
    height: 50px;
    font-size: 14px;
  }
  .rfpnlItemLnk.bm-noborder_md {
    border: 0px solid #ebebeb;
  }
  .rfpnlItemLnk.bm-mdStyl_font13 {
    font-size: 13px;
  }
}
.rfpnlChildItemWrapper {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .rfpnlChildItemWrapper.bm_type-shadow {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  }
}
.rfpnlDateRange {
  display: table;
  height: 50px;
  font: 13px/19px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  border: 1px solid #ebebeb;
  border-top: 0;
  cursor: pointer;
  color: #666;
  width: 100%;
  padding: 0 40px 0px 20px;
  padding: 0;
  position: relative;
}
.rfpnlDateRange:hover {
  color: #6a93bd;
}
.rfpnlDateRange.bm-styl_tab {
  border-top: 1px solid #ebebeb;
  color: #333;
  font-size: 14px;
}
.rfpnlDateRange.bm-type_nonFilter {
  position: relative;
}
.rfpnlDateRange.bm-type_nonFilter:hover {
  color: #666;
}
.rfpnlDateRange.bm-type_nonFilter.bm-type_selected {
  background: rgba(255, 255, 255, 0);
}
.rfpnlDateRange.bm-styl_lvl1 {
  padding-left: 32px;
}
.rfpnlDateRange.bm-styl_lvl2 {
  padding-left: 44px;
}
.rfpnlDateRange.bm-styl_lvl3 {
  padding-left: 56px;
}
.rfpnlDateRange__text {
  display: table-cell;
  vertical-align: middle;
}
.rfpnlDateRange__bold {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.rfpnlDateRange.bm-type_selected {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #1d5286;
  background: #efefed;
}
.rfpnlDateRange__arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  line-height: 0;
  right: 18px;
}
.rfpnlDateRange.bm-topBorder_none {
  border-top: 0;
}
@media (min-width: 768px) {
  .rfpnlDateRange {
    font-size: 14px;
  }
  .rfpnlDateRange.bm-styl_tab {
    height: 58px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .rfpnlDateRange {
    border-left: 0;
    border-right: 0;
    font-size: 13px;
  }
  .rfpnlDateRange.bm-styl_lvl1 {
    font-size: 14px;
    padding-left: 18px;
  }
  .rfpnlDateRange.bm-styl_lvl2 {
    padding-left: 39px;
  }
  .rfpnlDateRange.bm-styl_lvl3 {
    padding-left: 61px;
  }
  .rfpnlDateRange.bm-styl_tab {
    height: 50px;
    font-size: 14px;
  }
  .rfpnlDateRange.bm-noborder_md {
    border: 0px solid #ebebeb;
  }
  .rfpnlDateRange.bm-mdStyl_font13 {
    font-size: 13px;
  }
}
.rfpnlDateRangeItm {
  display: table-cell;
  width: 50%;
  padding: 0 40px;
  vertical-align: middle;
  padding-left: 44px;
}
.rfpnlDateRangeItm__label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
.rfpnlDateRangeItm__selected {
  color: #7399c6;
}
.rfpnlDateRange .Zebra_DatePicker {
  width: 100%;
  top: 50px !important;
  left: 0px !important;
  border: 1px solid #ebebeb;
  border-top: 0;
  box-shadow: none !important;
}
.rfpnlDateRange .Zebra_DatePicker .dp_monthpicker,
.rfpnlDateRange .Zebra_DatePicker .dp_yearpicker,
.rfpnlDateRange .Zebra_DatePicker .dp_daypicker {
  width: 100% !important;
  height: 280px !important;
  margin: 0;
}
@media (min-width: 1024px) {
  .rfpnlDateRange {
    padding-left: 39px;
  }
  .rfpnlDateRangeItm {
    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);
  }
}
.rlRoot {
  min-height: 200px;
}
.rlWrapper {
  margin-top: 30px;
  padding: 0px 4.3%;
}
.rlWrapper__filter {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .rlWrapper {
    padding: 0px 30px;
    margin-top: 40px;
  }
  .rlWrapper__filter .rfpnlWrapper {
    width: 48.5%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
  }
  .rlWrapper__filter .rfpnlWrapper.bm_type-sort {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .rlWrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding: 0 40px;
    position: relative;
  }
  .rlWrapper__filter {
    float: left;
    margin: 0;
    width: 25.75%;
    padding-right: 35px;
  }
  .rlWrapper__filter .rfpnlWrapper {
    width: auto;
    margin-right: auto;
    display: block;
  }
  .rlWrapper__filter .rfpnlWrapper.bm_type-sort {
    margin-right: 0px;
    position: absolute;
    right: 42px;
    top: -17px;
    z-index: 1;
    background-color: white;
    min-width: 250px;
  }
  .rlWrapper__result {
    float: left;
    width: 74.25%;
  }
  .rlWrapper__result.bm-size_full {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) {
  .rlHeaderWrapper {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .rlHeaderWrapper.docked {
    background-color: white;
    top: 0;
    padding-top: 30px;
    position: fixed;
    z-index: 2;
    width: 100%;
    left: 0;
  }
}
.rlHeader__btns .blueButton_v3 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .rlHeader {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding: 0px 30px 30px 30px;
  }
  .rlHeader__counter .icon {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 1px;
    cursor: pointer;
  }
  .rlHeader__docSel {
    font: 20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    vertical-align: middle;
    color: #333333;
  }
  .rlHeader__docSel.bm-font_bold {
    font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
  }
  .rlHeader__btns {
    margin-bottom: 15px;
  }
  .rlHeader__btns .blueButton_v3 {
    margin-right: 7px;
  }
}
@media (min-width: 1024px) {
  .rlHeader {
    padding: 0px 40px 30px 40px;
  }
  .rlHeader__btns {
    float: right;
    margin-bottom: 0px;
  }
  .rlHeader__btns .blueButton_v3 {
    margin-left: 10px;
    margin-right: 0px;
  }
  .rlHeader__counter {
    margin-left: 50px;
    margin-top: 10px;
    float: left;
  }
  .rlHeader__counter .icon {
    margin-right: 10px;
  }
}
.rlResultHead {
  border-bottom: 1px solid #ebebeb;
}
.rlResultHead .breadcrumb {
  margin: 0;
  margin-bottom: 15px;
  padding-left: 5px;
}
.rlResultHead .breadcrumb__selectionTxt {
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .rlResultHead .breadcrumb {
    padding: 0;
    width: 69%;
    margin: -3px 0 15px 40px;
  }
  .rlResultHead .breadcrumb__selectionTxt {
    margin-right: 0;
  }
}
/* when component used inside the fund detail page */
.FDContent .loadingMask__loading {
  display: block;
}
.FDContent .rlWrapper {
  padding: 0;
}
.FDContent .im-lockBlueBig {
  background-position: -3px -1291px;
  width: 16px;
  height: 20px;
}
.FDContent .im-lockBlueSmall {
  background-position: -3px -1174px;
  width: 13px;
  height: 16px;
}
@media (min-width: 1024px) {
  .FDContent .rlHeader {
    padding: 0px 0px 30px 0px;
  }
  .FDContent .docked .rlHeader {
    padding: 0px 50px 30px 40px;
  }
  .FDContent .rfpnlWrapper.bm_type-sort {
    top: -21px;
    right: 1px;
  }
}

/* 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);
  }
}
.rLItemCont {
  padding: 0 0 30px;
  min-height: 200px;
}
.rLItem.bm_type-highlight {
  background-color: #f9f9f9;
}
.rLItem__cont {
  padding: 20px 5px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.rLItem__childWrap {
  border-bottom: 1px solid #ebebeb;
}
.rLItem__cart {
  display: block;
}
.rLItem__teaser {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.rLItem__assetBar {
  width: 4px;
  top: 20px;
  bottom: 20px;
  position: absolute;
}
.rLItem__title {
  margin-right: 20px;
}
.rLItem__tlink {
  cursor: pointer;
  color: #333333;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
.rLItem__link {
  color: #333333;
}
.rLItem__tag {
  margin-right: 20px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 13px;
}
.rLItem__ticker {
  display: inline-block;
  margin-right: 10px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 13px;
}
.rLItem__shareClass {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 13px;
}
.rLItem__expndCol {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  font-size: 0px;
  cursor: pointer;
}
.rLItem__expndCol.bm_type-2 {
  right: 5px;
}
.rLItem__date {
  font: bold 13px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6a93bd;
}
.rLItem__audience {
  font-size: 13px;
  color: #6a93bd;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.rLItem__audience.bm_type-internal {
  color: #f37361;
}
.rLItem__sep {
  font-size: 12px;
  line-height: 12px;
  height: 11px;
  overflow: hidden;
  display: inline-block;
  width: 9px;
  text-align: center;
  color: #d4d5d5;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.rLItem__MDate {
  font: 13px/24px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
}
.rLItem__MDLbl {
  text-align: right;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .rLItem__cont {
    padding: 30px 20px 30px 20px;
  }
  .rLItem__midcell {
    margin-left: 36px;
  }
  .rLItem__date {
    font-size: 13px;
    line-height: 24px;
  }
  .rLItem__audience {
    font-size: 13px;
    line-height: 24px;
  }
  .rLItem__title {
    margin-right: 30px;
  }
  .rLItem__tlink {
    font-size: 16px;
    line-height: 22px;
  }
  .rLItem__sep {
    width: 18px;
  }
  .rLItem__cart {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .rLItem__checkbox {
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: -8px;
    height: 16px;
  }
  .rLItem__checkbox.bm-type_teaser {
    margin-top: -10px;
  }
  .rLItem__checkbox .icon {
    cursor: pointer;
  }
  .rLItem__expndCol.bm_type-2 {
    right: 20px;
  }
  .rLItem__MDate {
    float: right;
  }
}
@media (min-width: 1024px) {
  .rLItem__cart {
    margin-left: 5px;
  }
}
.rLItem {
  -webkit-transition: background-color 700ms;
  transition: background-color 700ms;
}
.rLItemAction__link {
  font-size: 11px;
  line-height: 24px;
  color: #6c8db6;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  text-transform: uppercase;
}
.rLItemAction__link.bm_type-2 {
  font-size: 13px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .rLItemAction {
    float: left;
  }
}
.rLItemThumbnail {
  float: left;
  width: 81px;
  margin-top: 6px;
  margin-right: 26px;
}
.rLItemThumbnail__link {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.rLItemThumbnail__img {
  width: 100%;
  border: 1px solid #CCC;
}
.rLItemThumbnail__icon {
  position: absolute;
  left: 0;
  bottom: 1px;
}
.rLItemThumbnail.bm-type_rItemVideo {
  width: 140px;
  margin: 0;
}
.rLItemFirm {
  color: #999999;
}
.rLItemFirm__finra {
  font: bold 12px/22px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 7px;
}
.rLItemFirm__finralbl {
  color: #6c8db6;
}
.rLItemFirm__finralbl .im-lock {
  margin-right: 5px;
  height: 15px;
}
.rLItemFirm__fcode {
  line-height: 24px;
}
.rLItemFirm__item {
  font: 12px/24px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #999999;
}
@media (min-width: 768px) {
  .rLItemFirm {
    float: left;
    width: 80%;
  }
  .rLItemFirm__item {
    float: left;
    width: 46%;
  }
  .rLItemFirm__item:nth-child(even) {
    margin-right: 7%;
  }
}
@media (min-width: 1024px) {
  .rLItemFirm {
    width: 70%;
  }
}
.rLItemMore {
  text-align: center;
  background-color: #ededed;
  padding: 20px 0px;
}
.rLItemMore__link {
  cursor: pointer;
  font-family: "Sabon Next W01 Italic", Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  color: #023e6c;
}
@media (min-width: 768px) {
  .rLItemMore__link {
    font-size: 20px;
  }
}
.rLItemInfo {
  padding: 20px 5px 20px;
}
.rLItemInfo.bm_type-2 {
  background-color: #efefed;
  padding: 15px 5px 15px;
}
@media (min-width: 768px) {
  .rLItemInfo {
    padding: 22px 30px 28px 55px;
    overflow: hidden;
  }
  .rLItemInfo.bm_type-2 {
    padding: 20px 25px;
  }
}

/* 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);
  }
}
.searchBar.searchBox {
  z-index: 11;
}
.searchBar + .gssOverlay {
  z-index: 10;
}
.searchBar .search {
  margin: -6px 0 50px 0;
}
@media (min-width: 1024px) {
  .searchBar .search {
    margin: -32px 0 60px 0;
  }
}
.searchBar .hintCont {
  top: 59px;
}
@media (min-width: 768px) {
  .searchBar .hintCont {
    top: 82px;
  }
}
@media (min-width: 1024px) {
  .searchBar .hintCont {
    top: 66px;
  }
}
.searchBar .hint__pressBtn {
  padding: 5px 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .searchBar .hint__pressBtn {
    padding: 16px 10px;
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .searchBar .hint__pressBtn {
    padding: 20px 18px;
  }
}
.parbase .searchBar .search {
  margin: 0px;
}

.DTFC_ScrollWrapper {
    z-index: 1;
}
.dt-cR-mode-pagination .DTFC_LeftWrapper {
    z-index: 1;
}
.dt-cR-mode-pagination .dataTables_scrollBody {
    z-index: 1;
}
.dataTables_scroll {
    position: relative;
}
.dt-cR-contEl {
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.dt-cR-contEl.bm-mode_virtual {
	bottom: 0;
}
.dt-cR-popupCard{
	width: 100%;
	background-color: #fff;
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dt-cR-popupCard.bm-mode_visible {
    opacity: 1;
    -webkit-transition: top 700ms cubic-bezier(0.86, 0, 0.07, 1), opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: top 700ms cubic-bezier(0.86, 0, 0.07, 1), opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: top 700ms cubic-bezier(0.86, 0, 0.07, 1), opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dt-cR-popupCard.bm-mode_virtual{	
	max-width: 1200px;
	background-color: transparent;
	opacity: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.dt-cR-popupCard.bm-mode_virtual.bm-mode_visible {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.dataTable .dt-cR-parent-expanded td:not(:first-child){
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity : 0;
}
.dt-cR-placeHolder {
    -webkit-transition: height 700ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: height 700ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: height 700ms cubic-bezier(0.86, 0, 0.07, 1);
}
/*.dt-cR-parent-expanded td:first-child:after{
    content: "";
    width: 5px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right : -5px;
}*/
/*.dt-cR-childTable td {
    padding: 5px;
}
.dt-cR-childTable tr {
    border-bottom: 1px solid; 
}*/

/* 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);
  }
}
.titleWithIcons {
  background-color: #00345D;
  color: #fff;
  height: 74px;
}
@media (min-width: 768px) {
  .titleWithIcons {
    height: 85px;
  }
}
@media (min-width: 1024px) {
  .titleWithIcons {
    height: 160px;
  }
}
.titleWithIcons__total {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.titleWithIcons__title {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.titleWithIcons__name {
  font-size: 14px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  text-transform: none;
}
@media (min-width: 768px) {
  .titleWithIcons__name {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .titleWithIcons__name {
    font-size: 28px;
  }
}
.titleWithIcons__icons {
  float: right;
  height: 100%;
  display: table;
  max-width: 48%;
}
.titleWithIcons__icons__list {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
}
.titleWithIcons__icons__item {
  list-style-type: none;
  line-height: 46px;
  float: left;
  border: 1px solid white;
  margin-left: 10px;
  height: 36px;
  width: 36px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.titleWithIcons__icons__item .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .titleWithIcons__icons__item {
    height: 44px;
    width: 44px;
  }
}
.titleWithIcons .titleWithIconsInfo {
  max-width: 52%;
  float: left;
  display: table;
  height: 100%;
}
.titleWithIcons .titleWithIconsInfo__item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 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);
  }
}
.dataGrid__herospace {
  margin-top: -15px;
  color: #fff;
  padding: 25px 0;
  height: 65px;
  position: relative;
}
.dataGrid__herospace.bm-type_grey {
  background-color: #f4f4f2;
  padding: 20px 10px;
}
.dataGrid__herospace.bm-type_grey .utilsTray {
  position: absolute;
  right: 10px;
  top: 18px;
}
.dataGrid__herospace.bm-type_grey .utilsTray__item {
  margin-left: 7px;
}
.dataGrid__herospace.bm-type_grey .utilsTray__item:first-child {
  margin-left: 0;
}
.dataGrid__herospace.bm-type_grey .utilsTray .icon {
  top: 0;
  left: 0;
}
.dataGrid__heading {
  font: 12px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 0;
  display: inline-block;
}
.dataGrid__heading.bm-type_standalone {
  padding: 0 10px;
  margin-bottom: 10px;
}
.dataGrid__heading.bm-type_smallBlack {
  color: #333;
  font-size: 14px;
}
.dataGrid__searchBox {
  background-color: #efefed;
}
.dataGrid__searchBox .search {
  margin-bottom: 0;
}
.dataGrid__searchBox .search__input {
  position: relative;
}
.dataGrid__searchBox .search__cross {
  display: none;
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: 15px;
  color: #7399c6;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dataGrid__herospace {
    margin-top: -20px;
  }
  .dataGrid__herospace.bm-type_grey .utilsTray {
    top: 15px;
  }
  .dataGrid__herospace.bm-type_grey .utilsTray__item {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .dataGrid__herospace {
    height: 93px;
  }
  .dataGrid__herospace.bm-type_grey {
    padding: 34px 10px;
  }
  .dataGrid__herospace.bm-type_grey .utilsTray {
    top: 24px;
  }
  .dataGrid__herospace .utilsTray {
    right: 0;
  }
  .dataGrid__heading {
    font-size: 30px;
  }
  .dataGrid__heading.bm-type_standalone {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 14px;
    display: block;
  }
  .dataGrid__searchBox {
    padding: 0 40px;
  }
  .dataGrid__searchBox .search {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 40px 0;
  }
  .dataGrid__searchBox .search__heading {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font: bold 18px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .dataGrid__searchBox .search__input,
  .dataGrid__searchBox .search__text {
    background-color: white;
  }
  .dataGrid.bm-type_inset .gridWrapper {
    padding: 0;
    max-width: none;
  }
}
.gridWrapper {
  width: 100%;
  min-height: 180px;
  margin: 0 auto 60px;
}
@media (min-width: 1024px) {
  .gridWrapper {
    max-width: 1280px;
    padding: 0 40px;
  }
}
.dataTables_wrapper {
  padding-bottom: 20px;
  position: relative;
}
.dataTable td * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dataTable {
  font: 13px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  min-width: 100%;
  line-height: 1;
  color: #666666;
  background-color: white;
}
.dataTable td,
.dataTable th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dataTable td.gm-text-align-left,
.dataTable th.gm-text-align-left {
  text-align: left;
}
.dataTable td.gm-text-align-right,
.dataTable th.gm-text-align-right {
  text-align: right;
}
.dataTable th {
  max-width: 250px;
  padding: 20px 10px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  text-transform: uppercase;
  line-height: 14px;
  color: #7399c6;
  cursor: default;
}
.dataTable td {
  color: #999999;
  padding: 18px 10px;
  opacity: 1;
  max-width: 250px;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.dataTable td:first-child,
.dataTable td:first-child a {
  color: #333333;
  font: bold 13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.dataTable td a.atlasfundlink {
  color: #999999;
}
.dataTable td.dataTables_empty {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  background-color: #FFFFFF;
  height: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
}
.dataTable td.dataTables_empty .no-data {
  position: absolute;
  width: 98%;
  text-align: center;
  top: 50%;
}
.dataTable td .negativeVal {
  color: #ff7800;
}
.dataTable td .restrictedLockContainer {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  vertical-align: sub;
}
@media (min-width: 1024px) {
  .dataTable td .restrictedLockContainer {
    line-height: 54px;
    height: 54px;
  }
}
.dataTable tbody tr {
  border-top: 1px solid #ebebeb;
}
.dataTable tbody tr:last-child {
  border-bottom: 1px solid #ebebeb;
}
.dataTable tbody td span {
  white-space: initial;
  line-height: 20px;
  display: inline-block;
}
@media (min-width: 1025px) {
  .dataTable tbody td span {
    line-height: initial;
    white-space: nowrap;
  }
}
.dataTable tbody td.clickable {
  padding: 0;
}
.dataTable tbody td.clickable a {
  white-space: initial;
  line-height: 20px;
  display: inline-block;
  width: 200px;
  padding: 0 10px;
  height: auto;
}
@media (min-width: 1025px) {
  .dataTable tbody td.clickable a {
    height: 54px;
    line-height: 54px;
    white-space: nowrap;
    width: 100%;
  }
  .dataTable tbody td.clickable a span {
    line-height: inherit;
    display: inline;
  }
}
.dataTable tbody td.clickable a:hover {
  color: #428bca;
}
.dataTable tbody td.clickable a.bm_type-textColor {
  font: 100 13px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 54px;
  color: #999;
}
/**
 * DataTables - Complex Header
 */
.complexHeader th {
  padding: 10px;
  font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
  background-color: #f4f4f2;
  border: 1px solid #CCCCCC;
}
.complexHeader th.bm-type_groupedColumn {
  text-align: center;
}
/**
 * DataTables - Sorting
 */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting_asc {
  background-image: url("../../clientlibs/gsam-style/common/img/institutional/sorting_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../../clientlibs/gsam-style/common/img/institutional/sorting_desc.png");
}
/**
 * DataTables - Column Search
 */
.dt-colSearch-row {
  display: none;
}
.dt-colSearch-cell {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.dt-colSearch-wrap {
  height: 0;
  position: relative;
}
.dt-colSearch-wrap.bm-mode_focus .dt-colSearch-input {
  border-bottom: 1px solid #85abd1;
}
.dt-colSearch-wrap.bm-mode_focus .dt-colSearch-input::-webkit-input-placeholder {
  font-style: italic;
  opacity: 0.7;
}
.dt-colSearch-wrap.bm-mode_focus .dt-colSearch-input:-moz-placeholder {
  font-style: italic;
  opacity: 0.7;
}
.dt-colSearch-wrap.bm-mode_focus .dt-colSearch-input::-moz-placeholder {
  font-style: italic;
  opacity: 0.7;
}
.dt-colSearch-wrap.bm-mode_focus .dt-colSearch-input:-ms-input-placeholder {
  font-style: italic;
  opacity: 0.7;
}
.dt-colSearch-wrap.bm-mode_focus .dt-colSearch-icon.bm-type_magIcon {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/magIconBlue.png');
}
.dt-colSearch-wrap.bm-mode_focus .dt-colSearch-icon.bm-type_crossIcon {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/crossIconBlue.png');
}
.dt-colSearch-wrap.bm-mode_blur .dt-colSearch-icon.bm-type_magIcon {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/magIconGrey.png');
}
.dt-colSearch-wrap.bm-mode_blur .dt-colSearch-icon.bm-type_crossIcon {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/crossIconGrey.png');
}
.dt-colSearch-wrap.bm-mode_empty .dt-colSearch-icon.bm-type_magIcon {
  display: inline-block;
}
.dt-colSearch-wrap.bm-mode_filled .dt-colSearch-icon.bm-type_crossIcon {
  display: inline-block;
}
.dt-colSearch-input {
  display: block;
  width: 100%;
  outline: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 11px;
  border: 0;
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
  color: #6c8db6;
  font-size: 13px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.dt-colSearch-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
}
.dt-colSearch-icon.bm-type_magIcon {
  width: 10px;
  height: 10px;
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/magIconBlue.png');
}
.dt-colSearch-icon.bm-type_crossIcon {
  width: 7px;
  height: 7px;
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/crossIconBlue.png');
}
.dt-colSearch-icon.bm-type_magIconInactive {
  width: 10px;
  height: 10px;
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/magIconGrey.png');
}
.dt-colSearch-icon.bm-type_crossIconInactive {
  width: 7px;
  height: 7px;
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/crossIconGrey.png');
}
/**************
 ColReorder CSS
****************/
.bm-supports_colReorder th {
  cursor: url('../../clientlibs/gsam-style/common/img/institutional/dragReorder.png'), default;
}
/***************
Hover Features
***************/
.dt-hoverAction {
  font-size: 0;
}
.dt-hoverAction__btn {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
  cursor: pointer;
}
.dt-hoverAction__btn:first-child {
  margin-left: 0;
}
.dt-hoverAction__btn.bm-type_search {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/magIconCircleBlue.png');
}
/**
 * DataTables - Child Rows
 */
.childRowContainer {
  position: relative;
  background-color: #FFFFFF;
  padding: 0 0 23px;
  border-bottom: #7399c6 solid 6px;
  border-top: 1px solid #ebebeb;
  padding: 30px 20px;
}
.childRowContainer__title {
  padding-bottom: 13px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}
.childRowContainer__close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
  right: 13px;
  top: 15px;
  height: 25px;
  width: 25px;
  background: url('../../clientlibs/gsam-style/common/img/GSAM_icn_icn_minimize.svg');
}
.childRowContainer .restricted-fund-message {
  color: #6c8db6;
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-left: 7px;
  margin-right: 35px;
}
.childRowContainer.bm-mode_virtual {
  max-height: 460px;
  overflow: auto;
}
.childRowContainer.bm-mode_virtual .childRowContainer__close {
  right: 26px;
  top: 35px;
}
.childRowContainer.bm-mode_virtual .childRowContainer__close.messageContainer {
  top: 29px;
}
.childRowContainer.bm-mode_virtual .childTable {
  overflow-y: scroll;
  max-height: 190px;
}
.childRowContainer.bm-bckgd_grey {
  background-color: #efefed;
}
@media (min-width: 320px) and (orientation: landscape) {
  .childRowContainer.bm-mode_virtual {
    max-height: 300px;
  }
  .childRowContainer.bm-mode_virtual .childTable {
    max-height: 122px;
  }
}
@media (min-width: 768px) {
  .childRowContainer__close {
    right: 2.85%;
  }
  .childRowContainer.bm-mode_virtual {
    max-height: 585px;
  }
  .childRowContainer.bm-mode_virtual .childTable {
    overflow-y: visible;
    max-height: none;
  }
}
@media (min-width: 1024px) {
  .childRowContainer__close {
    right: 3.25%;
  }
}
@media (min-width: 1200px) {
  .childRowContainer__close {
    right: 3.75%;
  }
}
.keyValueItem {
  margin-bottom: 7px;
}
.keyValueItem__key {
  color: #999;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.keyValueItem__value {
  font: 14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #070912;
}
.blueCapsLink {
  color: #6c8db6;
  font: 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.childTable {
  overflow-x: scroll;
}
.childTable__title {
  font: 11px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #999;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.childTable__table {
  width: 100%;
  table-layout: fixed;
  min-width: 1024px;
  margin-bottom: 20px;
}
.childTable__table tbody > tr > td {
  font: 14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  padding-bottom: 10px;
  padding-right: 10px;
  max-width: 17.5%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.childTable__table tbody > tr > td:first-child {
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  max-width: 30%;
}
.childTable__table tbody > tr > td .restrictedFund {
  width: 84%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #697373;
}
.childTable .restricted-fund-message {
  color: #6c8db6;
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-left: 7px;
  margin-right: 35px;
  vertical-aligh: text-bottom;
}
.childTable__content {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 1024px) {
  .childTable {
    overflow-x: auto;
  }
}
.childTable th {
  max-width: 250px;
  padding: 10px 10px 10px 0px;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  text-transform: uppercase;
  line-height: 14px;
  color: #7399c6;
  cursor: default;
  text-align: left;
}
.childTable td:first-child,
.childTable td:first-child a {
  color: #333;
  font: bold 13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
/***************
Pagination
***************/
.paginationContainer {
  padding-top: 20px;
}
.paginationContainer:after {
  content: "";
  display: block;
  clear: both;
}
.dataTables_paginate {
  background-color: #7399c6;
  height: 39px;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 66px;
  position: relative;
  max-width: 315px;
  width: auto;
  transition: 0.5s;
  overflow: hidden;
  color: #ffffff;
  float: right;
  margin-right: 70px;
  margin-top: 25px;
  opacity: 1;
}
.dataTables_paginate.docked {
  position: fixed;
  bottom: 50px;
  opacity: 0.4;
  right: 5%;
}
.dataTables_paginate .ellipsis {
  opacity: 1;
}
.dataTables_paginate > span {
  display: block;
  white-space: nowrap;
  transition: 0.5s;
  margin-left: 0 !important;
}
.paginate_button {
  color: #ffffff;
  display: inline-block;
  width: 21px;
  height: 21px;
  cursor: pointer;
  margin-left: 6px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 11px;
  padding-top: 4px;
  line-height: 1;
  vertical-align: top;
  text-align: center;
  transition: 0.5s;
  border: 1px solid transparent;
}
.paginate_button:not(.previous):not(.next) {
  opacity: 1;
}
.paginate_button:not(.previous):not(.next).current,
.paginate_button:not(.previous):not(.next):hover {
  opacity: 1;
  border-radius: 11px;
  border-color: #ffffff;
}
.paginate_button:not(.previous):not(.next):first-child {
  margin-left: 0;
}
.paginate_button.previous,
.paginate_button.next {
  width: 60px;
  font-size: 0;
  position: absolute;
  margin: 0;
  top: 8px;
  border-radius: 17px;
  border-left: 26px solid #7399c6;
  border-right: 26px solid #7399c6;
  background-color: #7399c6;
}
.paginate_button.previous.disabled,
.paginate_button.next.disabled {
  cursor: default;
}
.paginate_button.previous:after,
.paginate_button.next:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  width: 8px;
  height: 13px;
}
.paginate_button.previous {
  left: 0;
}
.paginate_button.previous:after {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/leftChevronWhite.png');
}
.paginate_button.previous.disabled:after {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/leftChevronGrey.png');
}
.paginate_button.next {
  right: 0;
}
.paginate_button.next:after {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/rightChevronWhite.png');
}
.paginate_button.next.disabled:after {
  background-image: url('../../clientlibs/gsam-style/common/img/institutional/rightChevronGrey.png');
}
.dataTables_empty .dataTables_paginate {
  display: none;
}
div.DTS div.dataTables_scrollBody {
  background: url('../../clientlibs/gsam-style/common/img/institutional/loader.gif') 50% 50% no-repeat, repeating-linear-gradient(180deg, #ffffff, #ffffff 57px, #d8d8d8 58px);
}
div.DTS div.dataTables_scrollBody.dataTables_empty {
  background: none;
}
.js-cont-fundGrid.masked {
  margin-bottom: 100px;
}
.bm_type-textColor {
  color: #999;
  font-weight: normal;
}
.fpnl__item.bm_type-filter2 {
  list-style-type: none;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  border-left: 1px solid #ececed;
}
.fpnl__item.bm_type-filter2:last-child {
  border-right: 1px solid #ececed;
}
.dataGridMain {
  position: relative;
}
@media (min-width: 1024px) {
  .fnmFilter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.fnmFilter .searchHead {
  font-size: 17px;
  margin-top: 0;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 1024px) {
  .fnmFilter .searchHead {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.fnmFilter .searchHead .learnmore-comp {
  float: right;
  padding-right: 0px;
}
.fnmFilter .searchHeadCount {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.fnmFilter .search__text {
  background: white;
  border: none;
  padding: 5px 0px 5px 10px;
  height: 40px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .fnmFilter .search__text {
    font-size: 13px;
  }
}
.fnmFilter .searchFund {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .fnmFilter .searchFund {
    flex-basis: 30%;
    border-top: 1px solid #8d8d8d;
  }
}
.fnmFilter .searchFund__input {
  display: flex;
  align-items: center;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 1024px) {
  .fnmFilter .searchFund__input {
    padding-right: 10px;
  }
}
.fnmFilter .searchFund .bm_type-searchIcon {
  width: 18px;
  background-position: -5px -2473px;
  pointer-events: none;
}
.fnmFilter .searchFund .im-greyCross {
  width: 20px;
  cursor: pointer;
}
.fnmFilter .searchFilter {
  padding: 0px;
  margin-bottom: 20px;
}
.fnmFilter .searchFilter .tabsList__lnk.selected {
  background-color: white;
  color: #1d5286;
  font-weight: 600;
}
.fnmFilter .searchFilter .tabsList__lnk.selected .tabsList__dwnArow {
  background-color: white;
}
.fnmFilter .searchFilter .fpnl__lnk {
  padding-left: 20px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .fnmFilter .searchFilter .fpnl__lnk {
    padding-left: 28px;
  }
}
@media (min-width: 1024px) {
  .fnmFilter .searchFilter .fpnl__lnk {
    min-height: 41px;
    padding: 10px 20px;
  }
}
.fnmFilter .searchFilter .fpnl__lnk.selected .fpnl__arow {
  top: 16px;
}
.fnmFilter .searchFilter .fpnl__lnk.bm-text_highlight {
  color: #333333;
}
@media (min-width: 1024px) {
  .fnmFilter .searchFilter .fpnlStyl1 {
    position: absolute;
    background: white;
    z-index: 9;
    border: 1px solid #ebebeb;
    border-top: none;
    width: auto;
    left: -1px;
    right: -1px;
    max-height: 364px;
    overflow-y: auto;
  }
}
.fnmFilter .searchFilter .fpnlStyl1__lnk {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .fnmFilter .searchFilter .fpnlStyl1__lnk {
    padding-left: 18px;
  }
}
@media (min-width: 1024px) {
  .fnmFilter .searchFilter .fpnlStyl1__lnk {
    padding-left: 10px;
  }
}
.fnmFilter .searchFilter .fpnlStyl1__lnk:hover {
  background-color: #f1f5f9;
}
.fnmFilter .searchFilter .fpnl__item.bm_type-filter2 {
  width: 100%;
}
@media (min-width: 1024px) {
  .fnmFilter .searchFilter .fpnl__item.bm_type-filter2 {
    flex-basis: 50%;
  }
}
.fnmFilter .searchFilter .fpnlWrapper {
  width: 100%;
}
.fnmFilter .searchFilter .fpnl_vrtcl {
  border-top: none;
}
@media (min-width: 1024px) {
  .fnmFilter .searchFilter .fpnl_vrtcl {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .fnmFilter .searchFilter .fpnl__arow {
    top: 17px;
  }
}
.fnmFilter .searchFilter .chkBox {
  width: 17px;
  height: 16px;
  margin-right: 7px;
  margin-left: 10px;
  background-position: -4px -941px;
  transform: translateY(2px);
}
.fnmFilter .searchFilter .chkBox ~ span {
  top: -1px;
}
@media (min-width: 1024px) {
  .fnmFilter .searchFilter {
    flex-basis: 70%;
    width: auto;
    border-top: 1px solid #8d8d8d;
  }
  .fnmFilter .searchFilter #searchResultFilter {
    width: 100%;
  }
}
.fnmFilter .fpnl__spntxt {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.fnmFilter .breadcrumb {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .fnmFilter .breadcrumb {
    flex-basis: 100%;
    padding-left: 0;
  }
}
.fnmFilter .breadcrumb__reset {
  color: #7399c6;
}
.fnmFilter ~ .dataGridMain .mask__content {
  top: 0;
  padding: 50px 10%;
  transform: unset;
}
.fnmFilter ~ .dataGridMain .dataTable th {
  color: #666666;
  max-width: 235px;
  font-size: 14px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.fnmFilter ~ .dataGridMain .dataTable tbody tr {
  border-color: #666666;
}
.fnmFilter ~ .dataGridMain .dataTable td {
  max-width: 235px;
  color: #333333;
  font-family: 'UniversLTStd';
}
.fnmFilter ~ .dataGridMain .dataTable td:first-child a {
  font-family: 'UniversCondensedBold';
  color: #333333;
  font-size: 14px;
}
.fnmFilter ~ .dataGridMain .dataTable td a.atlasfundlink {
  color: #333333;
  font-family: 'UniversLTStd';
}
.fnmFilter ~ .dataGridMain .dataTable td.clickable a:hover {
  color: #428bca !important;
}
.dataGridMain .dataGrid .gridWrapper {
  margin-bottom: 40px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gscioTabsPanel .tabsPanel__tabs {
  margin-bottom: 80px;
}
.gscioTabsPanel .dropdownContainer.bm-type__topSpacing {
  margin-top: -80px;
}
.gscioTabsPanel .tabContent {
  display: block;
  min-height: 250px;
  margin-bottom: 30px;
}
.gscioTabsPanel .tabContent .dropdownContainer + .mask {
  top: 160px;
  z-index: 0!important;
}
.gscioTabsPanel .tabContent .expertContainer.bm-type__topSpacing {
  margin-top: -40px;
}
@media (min-width: 1024px) {
  .gscioTabsPanel .tabContent .expertContainer.bm-type__topSpacing {
    margin-top: -20px;
  }
}
.gscioTabsPanel .tabContent .literature.bm-type__topSpacing {
  margin-top: -56px;
}
.gscioTabsPanel .tabContent .insights.bm-type__topSpacing {
  margin-top: -40px;
}
@media (min-width: 1024px) {
  .gscioTabsPanel .tabContent .insights.bm-type__topSpacing {
    margin-top: 0px;
  }
}
.gscioTabsPanel .tabContent .dataGrid.bm-type__topSpacing {
  margin-top: -80px;
}
@media (min-width: 768px) {
  .gscioTabsPanel .tab {
    font: bold 12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    padding: 0 12px 27px 12px;
  }
}
.gscioTabsPanel .titleWithIcons {
  height: 65px;
  background: #f4f4f2;
}
.gscioTabsPanel .titleWithIcons .im-searchWhiteThin {
  background-position-y: -2435px;
}
.gscioTabsPanel .titleWithIcons .im-exportXLS {
  background-position-y: -2351px;
}
.gscioTabsPanel .titleWithIcons .im-printWhite {
  background-position-y: -2259px;
}
@media (min-width: 768px) {
  .gscioTabsPanel .titleWithIcons {
    height: 90px;
  }
  .gscioTabsPanel .titleWithIcons .im-searchWhiteThin-sm {
    background-position-y: -2473px;
  }
  .gscioTabsPanel .titleWithIcons .im-exportXLS-sm {
    background-position-y: -2389px;
  }
  .gscioTabsPanel .titleWithIcons .im-printWhite-sm {
    background-position-y: -2301px;
  }
}
.gscioTabsPanel .titleWithIconsInfo__item {
  color: #333;
}
.gscioTabsPanel .titleWithIcons__icons__item {
  border-color: #7f7f7f;
}

/* 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);
  }
}
.dropdownParent {
  display: table;
  width: 100%;
  max-width: 1280px;
  border-right: 40px solid #fff;
  border-left: 40px solid #fff;
  margin: -20px auto 20px;
  margin-top: -80px;
}
.dropdownParent .useraction {
  display: inline-block;
  border-left: 1px solid #ebebeb;
  background: #f4f4f2;
  width: 15%;
  height: 59px;
  vertical-align: top;
}
.dropdownParent .useraction__link {
  padding: 20px 20px 20px 20px;
  display: table-cell;
  color: #6c8db6;
}
.dropdownParent .useraction__text {
  vertical-align: middle;
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.dropdownParent .useraction .ws-icon {
  margin-right: 5px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .dropdownParent .nestedDropdown {
    margin-bottom: 0;
  }
}
.dropdownContainer {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .dropdownContainer {
    height: 56px;
    background-color: #f4f4f2;
    font-size: 0;
  }
}
@media (min-width: 1024px) {
  .dropdownContainer {
    height: 59px;
    width: 85%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .dropdownWrapper {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
  }
  .dropdownWrapper:first-child .nestedDropdown {
    border-left: 1px solid #ebebeb;
  }
  .dropdownWrapper .compCont {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .dropdownWrapper {
    width: 25%;
    max-width: 300px;
  }
}
.nestedDropdown {
  background-color: #f4f4f2;
  box-shadow: 0px 0px 10px 1px #ebebeb;
  margin-bottom: 15px;
}
.nestedDropdown__selected {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
}
.nestedDropdown__category {
  display: block;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  letter-spacing: 0.5px;
}
.nestedDropdown__selectedVal {
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.nestedDropdown__options {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
  display: none;
  color: #666;
}
.nestedDropdown__options .option {
  padding: 15px 20px;
  border-bottom: 1px solid #ebebeb;
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  cursor: pointer;
}
.nestedDropdown__options .option.selected {
  color: #234e82;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  cursor: default;
}
.nestedDropdown__options .option:last-child {
  border-bottom: none;
}
.nestedDropdown__options .option:hover {
  background-color: #efefed;
}
.nestedDropdown__icon {
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 16px;
  padding: 10px;
}
@media (min-width: 768px) {
  .nestedDropdown {
    box-shadow: none;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .nestedDropdown__category {
    font-size: 12px;
  }
  .nestedDropdown__selectedVal {
    font-size: 16px;
  }
  .nestedDropdown__options .option {
    font-size: 13px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.compDate {
  text-align: right;
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .compDate {
    font-size: 13px;
  }
}
.chartCont {
  margin-top: 30px;
}
.chartCont__title {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .chartCont {
    margin-top: 90px;
  }
}
/*
 * Column Chart
 */
.columnChart {
  overflow: visible;
  width: 100%;
}
.columnChart__title {
  margin-bottom: 40px;
}
.columnChart__chartArea {
  height: 505px;
  margin: 0 auto;
}
.columnChart__chartArea.bm-small_height {
  height: 415px;
}
@media (max-width: 1023px) {
  .columnChart__bottomUP {
    width: 200%;
  }
  .columnChart__topDown {
    width: 160%;
  }
}
/**
 * Donut Chart
 */
.donutChart__title {
  letter-spacing: 3px;
}
.donutChart__val {
  font-size: 42px;
  color: #333;
  font-family: 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 1;
}
.donutChart__val.bm-fontType_2 {
  font-size: 34px;
}
.donutChart__box {
  margin-bottom: 65px;
  min-width: 600px;
}
.donutLegendsContainer {
  display: table;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 335px;
}
.donutLegends {
  display: table-row;
}
.donutLegends__label {
  display: table-cell;
  width: 8px;
  line-height: 35px;
}
.donutLegends__name {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  display: table-cell;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 35px;
  padding-left: 20px;
  width: 132px;
}
.donutLegends__name.bm-type_head {
  margin-top: 27px;
  margin-left: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: normal;
  width: 140px;
  padding-left: 0;
}
.donutLegends__val {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  display: table-cell;
  color: #333;
  text-align: right;
}
.donutLegends__val.bm-type_head {
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 30px;
}
.donutLegends__val.bm-type_per {
  padding-right: 15px;
}
.donutLegends__val.bm-fontType_2 {
  font-size: 20px;
}
.donutChartArea svg {
  overflow: visible !important;
}
.donutChartArea .highcharts-container {
  overflow: visible !important;
}
/*
 * Line Chart
 */
.customChart {
  padding: 31px 0 71px;
}
.customChart__title {
  margin-bottom: 41px;
}
.customChart .legend_1 * {
  fill: #999999;
  font-weight: bold;
}
.customChart .legend_2 * {
  fill: #009aa6;
  font-weight: bold;
}
.customChart__ts {
  height: 456px;
  min-width: 550px;
}
.toolTip__date {
  padding-left: 10px;
  display: inline-block;
  font-size: 13px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 27px;
  margin-top: 5px;
}
.series {
  width: 110px;
  padding-left: 10px;
  display: inline-block;
}
.seriesData {
  margin: 10px;
}
@media (max-width: 1023px) {
  .series {
    width: 105px;
  }
  .seriesData {
    margin: 10px 0;
  }
}
.series__label {
  font-size: 11px;
  color: #666666;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 1px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  white-space: normal;
}
.series__val {
  font-size: 40px;
  line-height: 40px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 0;
}
[data-pagename="funddetail"] .series,
[data-pagename="managerfunddetail"] .series {
  display: block;
  margin-bottom: 4px;
  width: auto;
}
@media (max-width: 1023px) {
  [data-pagename="funddetail"] .series,
  [data-pagename="managerfunddetail"] .series {
    width: auto;
  }
}
[data-pagename="funddetail"] .series__label,
[data-pagename="managerfunddetail"] .series__label {
  display: inline;
  max-width: 150px;
  text-align: right;
  margin-right: 10px;
  white-space: nowrap;
}
[data-pagename="funddetail"] .series__val,
[data-pagename="managerfunddetail"] .series__val {
  display: inline;
  vertical-align: bottom;
  white-space: nowrap;
}
/**
 * Stacked Column Chart
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mfDetail .columnChart .highcharts-legend,
  .mfDetail .columnChart .highcharts-legend > div,
  .mfDetail .columnChart .highcharts-legend > div > div,
  .mfDetail .columnChart .highcharts-legend-item {
    width: 100%!important;
  }
  .mfDetail .columnChart .highcharts-legend-item > span {
    white-space: normal!important;
    font-size: 11px!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);
  }
}
.gscioFundInfo.mediaContactsContainer {
  display: block;
  padding: 10px 0px 0;
  line-height: 30px;
}
@media (min-width: 768px) {
  .gscioFundInfo.mediaContactsContainer {
    line-height: 26px;
    padding: 12px 0px 0px;
  }
}
.gscioFundInfo .mediaContactsContainer__list {
  margin-bottom: 12px;
}
.gscioFundInfo .mediaContactsContainer__divider {
  margin: 0 5px;
}
.gscioFundInfo .mediaContactsContainer__text {
  font-size: 12px;
}
.gscioFundInfo .mediaContactsContainer__details {
  display: inline;
}
@media (min-width: 768px) {
  .gscioFundInfo .mediaContactsContainer__details {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .gscioFundInfo .mediaContactsContainer__details {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .gscioFundInfo .mediaContactsContainer__divider {
    margin: 0 10px;
  }
  .gscioFundInfo .mediaContactsContainer__text {
    font-size: 13px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gscioInsights {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: normal;
}
.insightsAuthors {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-left: 0px;
}
.insightsAuthors__imgContainer {
  display: none;
}
.insightsAuthors__content {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.insightsAuthors__content .insightsAuthors__info {
  width: 100%;
}
.insightsAuthors__heading {
  font: bold 13px/18px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #999;
  margin-bottom: 36px;
}
.insightsAuthors__info {
  width: 100%;
  display: inline-block;
}
.insightsAuthors__img {
  width: 100%;
}
.insightsAuthors__name {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.insightsAuthors__title {
  font-size: 14px;
  line-height: 16px;
  color: #767575;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .insightsAuthors {
    margin-left: 40px;
  }
  .insightsAuthors__imgContainer {
    width: 100%;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .insightsAuthors__heading {
    margin-bottom: 60px;
  }
  .insightsAuthors__info {
    width: 100%;
    display: inline-block;
  }
  .insightsAuthors__img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .insightsAuthors__imgContainer {
    width: 40%;
  }
  .insightsAuthors__img {
    width: 100%;
  }
}
.insightDetail.cq-colctrl-lt3-c0 {
  display: block;
  width: 90%;
  margin: 0 0px 50px 15px;
  padding-bottom: 40px;
  border-bottom: 1px #ebebeb solid;
}
.insightDetail.cq-colctrl-lt3-c0 + div {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .insightDetail.cq-colctrl-lt3-c0 {
    display: table-cell;
    width: 72%;
    margin: 0;
    padding-left: 10px;
    padding-right: 50px;
    border-bottom: 0px;
  }
  .insightDetail.cq-colctrl-lt3-c0 + div {
    width: 28%;
  }
}
@media (min-width: 1024px) {
  .insightDetail.cq-colctrl-lt3-c0 {
    padding-left: 50px;
  }
}
.insightDetail__date {
  font: bold 13px/18px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 4px;
  letter-spacing: 0.4px;
  margin-top: -3px;
}
.insightDetail__date.bm-insights {
  color: #234e82;
}
.insightDetail__title {
  margin-bottom: 18px;
  margin-top: 14px;
}
.insightDetail__title.bm-insights {
  font-size: 20px;
}
.insightDetail__desc {
  font-size: 16px;
  line-height: 24px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gm-minheight_186 {
  min-height: 186px;
}
.literature .hintCont {
  position: relative;
  top: 0;
}
.literature .resultCount {
  padding-left: 0;
}
.literature .js-resultCont.masked {
  min-height: 100px;
}
.literature .docResults {
  max-height: 450px;
  overflow-y: scroll;
}
.literature .icon.im-crossBlue {
  float: right;
  margin-right: 30px;
  color: black;
  background: url('../../clientlibs/gsam-style/common/img/institutional/crossIconBlue.png') no-repeat;
  height: 7px;
  width: 7px;
  margin-top: 5px;
  opacity: 0;
}
.literature .tabs {
  white-space: nowrap;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .literature .tabs {
    overflow: hidden;
    widows: auto;
  }
}
.literature .searchContent {
  position: relative;
  border-top: 1px solid #ebebeb;
  margin-bottom: 180px;
  padding: 0;
}
@media (max-width: 1024px) {
  .literature .searchContent {
    border: none;
  }
}
@media (max-width: 768px) {
  .literature .searchContent {
    margin-bottom: 50px;
  }
}
.literature .fpnlWrapper.searchFilter {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 768px) {
  .literature .fpnlWrapper.searchFilter {
    width: 48%;
    margin-right: 2.84%;
  }
}
@media (min-width: 1024px) {
  .literature .fpnlWrapper.searchFilter {
    width: 88.62%;
    margin-right: 11.38%;
    margin-bottom: 0;
  }
}
.literature .fpnlWrapper.searchFilter .fpnl__lnk {
  padding-left: 20px;
  font-size: 13px;
  min-height: 40px;
  padding: 16px 20px;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk {
  padding-right: 10px;
  padding-left: 20px;
  min-height: 55px;
  font-size: 12px;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk span {
  vertical-align: middle;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk .docCount {
  float: right;
  margin: auto;
  color: #666666;
  font-weight: normal;
  display: block;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk .listItem__radioBtn {
  float: right;
  width: 10%;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk:hover .listItem__radioBtn {
  opacity: 1;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk:hover .icon.im-crossBlue {
  opacity: 1;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk .visualCue {
  background: #f4f4f2;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk.bm-disabled {
  opacity: 0.5;
  cursor: default;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk.bm-disabled .visualCue {
  background: #fff;
}
.literature .fpnlWrapper.searchFilter .fpnlStyl1__lnk .listItem__radioBtn.selected {
  width: 10%;
  opacity: 1;
  float: right;
}
.literature .reportingChkbox {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.literature .reportingChkbox .icon.im-unCheckedBox {
  margin-right: 17px;
  height: 17px;
}
.literature .reportingChkbox .icon.im-checkedBox {
  margin-right: 17px;
  height: 17px;
}
.literature .searchFilterTitle {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  margin-bottom: 0px;
  font: 11px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.literature #sortByFilter {
  top: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  .literature #sortByFilter {
    top: -60px;
  }
}
.literature #sortByFilter .fpnlStyl1__lnk.selected {
  background-color: #f4f4f2;
}
.literature .searchBox {
  padding-top: 0;
  margin-top: 35px;
  z-index: 0;
}
.literature .searchBox__search {
  padding: 0;
  font-size: 0;
  margin-bottom: 26px;
  position: relative;
}
.literature .searchBox__error {
  margin-top: 5px;
  font: 12px/20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: red;
}
.literature .searchFilter .fpnl__item {
  box-shadow: none;
}
@media (max-width: 768px) {
  .literature .searchFilter {
    padding: 0;
  }
}
.literature .rfpnlWrapper__title {
  margin-top: 25px;
  padding-left: 20px;
  margin-bottom: 22px;
}
.literature .useractions {
  padding: 0 20px 0 10px;
  border-bottom: 1px solid #ebebeb;
  height: 65px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.literature .useractions .selectedLitBox {
  font-size: 16px;
  height: 100%;
}
.literature .useractions .selectedLitBox__buttons {
  float: right;
  font-size: 12px;
  text-align: right;
  background: none;
  color: #7399c6;
  padding: 10px 50px;
  border: 1px solid #7399c6;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  height: 38px;
}
.literature .useractions .selectedLitBox__checkbox {
  width: 39%;
}
.literature .useractions .selectedLitBox > * {
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  position: relative;
}
.literature .useractions .searchResultItem__desc {
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  vertical-align: top;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 21px;
}
.literature .useractions .searchResultItem__desc strong {
  vertical-align: top;
}
.literature .useractions .searchResultItem__desc.bm-select_all {
  color: #7399c6;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.literature .ffIcon.im-selection_up {
  background-position: -5px -673px;
  width: 9px;
  height: 5px;
}
.literature .ffIcon.im-selection_down {
  background-position: -4px -661px;
  width: 9px;
  height: 7px;
}
.literature .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 13px;
}
@media (max-width: 1024px) {
  .literature .searchResultContainer {
    border-top: 1px solid #ebebeb;
  }
}
.literature .noresults {
  padding: 28px 14%;
  background-color: #efefed;
  color: #666;
  font: 18px "UniversLTStdLightObl", Meiryo, "Hiragino Kaku Gothic Pro";
  opacity: 1;
  text-align: center;
}
.literature .searchResultItem {
  padding: 25px 40px 25px 10px;
  margin: 0;
  display: table;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .literature .searchResultItem {
    padding-right: 10px;
  }
}
.literature .searchResultItem:hover .searchResultItem__heading {
  color: #6c8db6;
}
.literature .searchResultItem__content {
  display: table-cell;
  vertical-align: middle;
  width: 77.5%;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .literature .searchResultItem__content {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .literature .searchResultItem__content {
    display: block;
    width: 100%;
  }
}
.literature .searchResultItem__download {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  color: #6c8db6;
  cursor: pointer;
}
.literature .searchResultItem__download .ws-icon {
  margin-right: 5px;
  vertical-align: bottom;
}
@media (max-width: 320px) {
  .literature .searchResultItem__download {
    margin: 10px 20px 0 0;
  }
}
.literature .searchResultItem__actions {
  display: table-cell;
  vertical-align: middle;
  width: 18%;
}
@media (max-width: 768px) {
  .literature .searchResultItem__actions {
    width: 21%;
  }
}
@media (max-width: 320px) {
  .literature .searchResultItem__actions {
    display: block;
    width: 100%;
  }
}
.literature .searchResultItem__fundname {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.literature .searchResultItem .reportingChkbox {
  display: none;
  width: 3.5%;
}
@media (min-width: 768px) {
  .literature .searchResultItem .reportingChkbox {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .literature .searchResultItem .reportingChkbox {
    display: table-cell;
  }
}
.literature .searchResultItem .bm-deleted {
  color: #c50000;
}
.literature .searchResultItem .useractionLink {
  margin-bottom: 0;
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  cursor: pointer;
}
.literature .searchResultItem .frequency {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.literature .searchResultItem .badge.bm-type_orange {
  color: #f37057;
}
.literature .searchResultItem__heading {
  display: inline-block;
  margin-bottom: 0;
  font: bold 17px/19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
}
.literature #showAll {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  background: #f4f4f2;
}
.literature .Zebra_DatePicker.dp_visible {
  position: relative;
  z-index: 3;
}
.literature .Zebra_DatePicker .dp_header .dp_caption {
  font-size: 16px;
}
.literature .Zebra_DatePicker .dp_monthpicker,
.literature .Zebra_DatePicker .dp_yearpicker,
.literature .Zebra_DatePicker .dp_daypicker {
  width: 100% !important;
  margin: 5px 0;
  height: 280px;
}
.literature .dateSelector {
  position: relative;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.literature .dateSelector .dateSelectorLink:hover {
  cursor: pointer;
}
.literature .dateSelector .dateSelectorLink__label {
  display: block;
  letter-spacing: 1px;
  font-size: 10px;
}
.literature .dateSelector .dateSelectorLink__selected {
  font: 14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #7399c6;
  text-transform: capitalize;
}
.literature .dateSelector .dateSelectorLink__selected label:hover {
  cursor: pointer;
}
.literature .loadingResults {
  display: none;
}
.messageBox .dateSelector {
  display: table-cell;
  border-right: 60px solid transparent;
}
.messageBox__input {
  background-color: #efefed;
  padding: 0 10px;
}
.breadcrumb__list .breadcrumb__save {
  float: left;
  font: bold 13px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6c8db6;
}
.breadcrumb__list .breadcrumb__save.noSelection {
  color: #959595;
}
.infoBar__filterBreadcrumbs {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .infoBar__filterBreadcrumbs {
    padding: 0 40px;
  }
}
.infoBar__filterBreadcrumbs .breadcrumb {
  margin: 0;
  padding: 12px 0 13px;
  width: 100%;
}
.infoBar__filterBreadcrumbs .accountname {
  font: 11px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #646566;
  padding-top: 10px;
  display: block;
}

.ws-icon {
  background-image: url('../../clientlibs/gsam-style/common/img/sprites/PortfolioCenter-Icon16px.png');
  background-repeat: no-repeat;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ws-icon {
    background-image: url('../../clientlibs/gsam-style/common/img/sprites/PortfolioCenter-Icon32px.png');
    background-size: 16px 463px;
  }
}
.ws-icon.im-excel {
  background-position: -2px -305px;
  width: 12px;
  height: 16px;
}
.ws-icon.im-pdf {
  background-position: -2px -325px;
  width: 12px;
  height: 16px;
}
.ws-icon.im-export_to_xls {
  background-position: -2px -305px;
  width: 12px;
  height: 16px;
}
.ws-icon.im-export_to_pdf {
  background-position: -2px -325px;
  width: 12px;
  height: 16px;
}
.ws-icon.im-doc {
  background-position: -2px -345px;
  width: 12px;
  height: 16px;
}
.ws-icon.im-csv {
  background-position: -2px -305px;
  width: 12px;
  height: 16px;
}
.ws-icon.im-default {
  background-position: -2px -365px;
  width: 12px;
  height: 16px;
}
.ws-icon.im-show {
  background-position: 0 -403px;
  width: 20px;
  height: 11px;
}
.ws-icon.im-hide {
  background-position: 0 -389px;
  width: 20px;
  height: 11px;
}

/* 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);
  }
}
.gscio-detail .expertTile {
  background: #f4f4f2;
  padding: 25px 20px 25px 20px;
}
.gscio-detail .expertTile:hover {
  border-bottom: 4px solid #019bed;
  -webkit-box-shadow: 0 0 28px #ddd;
  -moz-box-shadow: 0 0 28px #ddd;
  box-shadow: 0 0 28px #dddddd;
}
.gscio-detail .expertTile.active {
  border-bottom: 4px solid #019bed;
  -webkit-box-shadow: 0 0 28px #ddd;
  -moz-box-shadow: 0 0 28px #ddd;
  box-shadow: 0 0 28px #dddddd;
}
.gscio-detail .expertTile__img.bm-team {
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  height: 130px;
  overflow: hidden;
}
@media (min-width: 320px) {
  .gscio-detail .expertTile__img.bm-team {
    width: 155px;
    height: 155px;
  }
}
@media (min-width: 768px) {
  .gscio-detail .expertTile__img.bm-team {
    margin-left: 0px;
    width: 155px;
    height: 155px;
  }
}
@media (min-width: 1024px) {
  .gscio-detail .expertTile__img.bm-team {
    width: 273px;
    height: 273px;
  }
}
.gscio-detail .expertTile__img.bm-team .defaultImg {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../../clientlibs/gsam-style/common/img/person.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.gscio-detail .expertTile__img.bm-team img {
  width: 100%;
  height: auto;
}
.gscio-detail .expertContainer .expertList {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .gscio-detail .expertContainer .expertList {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .gscio-detail .expertContainer .expertList {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .gscio-detail .expertContainer .expertList {
    margin-bottom: 0px;
  }
}
.gscio-detail .expertInfo__intro,
.gscio-detail .expertInfo__organization {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gscio-detail .expertInfo__intro.bm-team,
.gscio-detail .expertInfo__organization.bm-team {
  color: #666666;
}
.gscio-detail .expertInfo__organization {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.gscio-detail .expertInfo__name.bm-team {
  font-size: 18px;
}
.gscio-detail .teamOverlayContainer {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2E2D2D;
  text-align: left;
}
.gscio-detail .teamOverlay {
  position: relative;
  background-color: #2E2D2D;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.gscio-detail .teamOverlay__rule {
  width: 100%;
  height: 5px;
  margin-bottom: 19px;
}
.gscio-detail .teamOverlay__close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #949393;
  cursor: pointer;
}
.gscio-detail .teamOverlay__close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gscio-detail .teamOverlay__container {
  padding: 0 15px;
  margin-bottom: 30px;
}
.gscio-detail .teamOverlay__content {
  display: block;
  font: 16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 30px;
  letter-spacing: 0.3px;
  line-height: 24px;
  color: #dcdcdd;
}
.gscio-detail .teamOverlay__content p {
  margin-bottom: 8px;
}
.gscio-detail .teamOverlay__header {
  display: block;
}
@media (min-width: 768px) {
  .gscio-detail .teamOverlay__rule {
    margin-bottom: 46px;
  }
  .gscio-detail .teamOverlay__container {
    padding: 50px 30px 0;
    margin-bottom: 55px;
  }
  .gscio-detail .teamOverlay__close {
    top: 30px;
    right: 29px;
    width: 36px;
    height: 36px;
  }
  .gscio-detail .teamOverlay__content {
    box-sizing: border-box;
    width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
  }
  .gscio-detail .teamOverlay__content p {
    margin-bottom: 16px;
  }
  .gscio-detail .teamOverlay__header {
    box-sizing: border-box;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
  }
}
.gscio-detail .teamOverlay .expert__title,
.gscio-detail .teamOverlay .expert__org {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gscio-detail .teamOverlay .expert {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .gscio-detail .teamOverlay .expert {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .gscio-detail .teamOverlay .expert {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.gscio-detail .js-cont-teamDescription .richText.bm-spacing_after {
  margin-bottom: 20px;
}
.gscio-detail .js-cont-team.masked {
  margin-bottom: 100px;
}

/***************
Mask
***************/
.mask {
  position: absolute;
  left: 0;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  display: none;
}
.mask__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  font-size: 20px;
  line-height:40px;
  letter-spacing: 1px;
  color: #333333;
  font-family: 'UniversLTStdLight';
  padding: 0 20%;
}
.bm_mask-override {
  top: 50%;
  transform: translateY(-50%);
}
.coolSpinner {
  width: 25px;
  height: 15px;
  text-align: center;
  margin: 0 auto;
}
.coolSpinner__rect {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.coolSpinner__rect.bm-index_2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.coolSpinner__rect.bm-index_3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.coolSpinner__rect.bm-index_4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.coolSpinner__rect.bm-index_5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  1%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  1%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.errorIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 8px;
  box-shadow: 0 0 0 7px red;
}
.errorIcon:before,
.errorIcon:after {
  content: '';
  position: absolute;
  width: 15%;
  height: 30%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background: red;
}
.errorIcon:before {
  transform: skew(-28deg);
}
.errorIcon:after {
  transform: skew(28deg);
}


.bounceSpinner {
  text-align: center;
}

.bounceSpinner__ball {
  width: 12px;
  height: 12px;
  margin-left: 15px;
  background-color: #7399C6;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.bounceSpinner__ball:first-child {
	margin-left: 0;
}

.bounceSpinner__ball.bm-index_1 {
  -webkit-animation-delay: -0.54s;
  animation-delay: -0.54s;
}

.bounceSpinner__ball.bm-index_2 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}

.bounceSpinner__ball.bm-index_3 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.bounceSpinner__ball.bm-index_4 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}


@-webkit-keyframes sk-bouncedelay {
  1%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  1%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border: 1px solid #ebebeb;
	background: #fff;
	color: #7399c6;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: UniversLTStd, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 11px 15px;
	overflow: hidden;
	color: #666;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
	background-color: inherit;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: inline-block;
	text-align: center;
	width: 10px;
	height: 10px;
	position: absolute;
	margin: auto;
	z-index: -1;
	background-color: inherit;
	transform: rotate(45deg);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
}
.tooltipster-arrow-top {
    bottom: -5px;
	left: 0;
	right: 0;
}
.tooltipster-arrow-top-left {
    bottom: -5px;
	left: 30px;
}
.tooltipster-arrow-bottom {
    top: -5px;
	left: 0;
	right: 0;
}
.tooltipster-arrow-bottom-left {
    top: -5px;
	left: 30px;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: none;
	// width: 10px; 
	// height: 10px;
	// position: absolute;
	// transform: rotate(45deg);
 //    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
 //    background-color: inherit;
}
// .tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
// 	// border-left: 8px solid transparent !important;
// 	// border-right: 8px solid transparent !important;
// 	// border-top: 8px solid;
// 	// bottom: -7px;
// }
// .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
// 	// border-left: 9px solid transparent !important;
// 	// border-right: 9px solid transparent !important;
// 	// border-top: 9px solid;
// 	// bottom: -7px;
// }

// .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
// 	// border-left: 8px solid transparent !important;
// 	// border-right: 8px solid transparent !important;
// 	// border-bottom: 8px solid;
// 	// top: -7px;
// }
// .tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
// 	// border-left: 9px solid transparent !important;
// 	// border-right: 9px solid transparent !important;
// 	// border-bottom: 9px solid;
// 	// top: -7px;
// }
// .tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
// 	left: 0;
// 	right: 0;
// 	margin: 0 auto;
// }
// .tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
// 	left: 6px;
// }
// .tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
// 	left: 5px;
// }
// .tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
// 	right: 6px;
// }
// .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
// 	right: 5px;
// }
// .tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
// 	border-top: 8px solid transparent !important;
// 	border-bottom: 8px solid transparent !important; 
// 	border-left: 8px solid;
// 	top: 50%;
// 	margin-top: -7px;
// 	right: -7px;
// }
// .tooltipster-arrow-left .tooltipster-arrow-border {
// 	border-top: 9px solid transparent !important;
// 	border-bottom: 9px solid transparent !important; 
// 	border-left: 9px solid;
// 	margin-top: -8px;
// }
// .tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
// 	border-top: 8px solid transparent !important;
// 	border-bottom: 8px solid transparent !important; 
// 	border-right: 8px solid;
// 	top: 50%;
// 	margin-top: -7px;
// 	left: -7px;
// }
// .tooltipster-arrow-right .tooltipster-arrow-border {
// 	border-top: 9px solid transparent !important;
// 	border-bottom: 9px solid transparent !important; 
// 	border-right: 9px solid;
// 	margin-top: -8px;
// }


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/*

    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('../../clientlibs/gsam-style/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('../../clientlibs/gsam-style/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;
}
/* 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);
  }
}
.subDocComp {
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .subDocComp {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .subDocComp {
    margin-bottom: 55px;
  }
}
.subDocComp__noitem {
  font: 16px/22px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  padding-top: 20px;
  text-align: center;
}
.subDocCont {
  position: relative;
  padding: 0;
  width: 100%;
}
.subDocCont.inner {
  position: absolute;
  background-color: #f4f4f2;
  left: 0px;
  display: none;
  z-index: 2;
  border-bottom: 1px solid #ebebeb;
}
.subDocCont.inner .slistItem__hr {
  width: 92%;
  margin: 0 auto;
}
.subDocCont .sChildData {
  width: 97%;
  position: relative;
  z-index: 1;
  margin: auto;
  height: 66px;
  display: table;
}
.subDocCont .sChildData__icon {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 14px;
}
.subDocCont .sChildData__label {
  width: 100%;
  padding-left: 42px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
.subDocCont .slistItem {
  position: relative;
  width: 100%;
  list-style-type: none;
  font: bold 16px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
}
.subDocCont .slistItem.bm-row_last > .slistItem__hr {
  border-color: transparent;
}
.subDocCont .slistItem .slistData {
  position: relative;
  width: 100%;
  min-height: 77px;
  padding-left: 15px;
  cursor: pointer;
  display: table;
  table-layout: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
}
.subDocCont .slistItem .slistData__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  line-height: 0px;
}
.subDocCont .slistItem .slistData__label {
  width: 75%;
  padding-left: 15px;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
  border-left: 4px solid #006579;
}
.subDocCont .slistItem .slistData__txt {
  margin-right: 5px;
}
.subDocCont .slistItem .slistData__ticker {
  color: #666666;
  font: 14px/17px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  display: inline-block;
}
.subDocCont .slistItem__hr {
  width: 100%;
  margin: 0;
}
.subDocCont .slistItem.selected {
  background: #f4f4f2;
}
.subDocCont.outer {
  border-bottom: 1px solid #ebebeb;
}
.subDocCont.outer > .sHoveritem:hover .slistData {
  background: #f4f4f2;
}
.subDocCont.outer > .sHoveritem.bm-row_last:hover > .slistItem__hr {
  border-color: #f4f4f2;
}
@media (min-width: 768px) {
  .subDocCont.inner .slistItem__hr {
    width: 88%;
    margin-left: 7%;
  }
  .subDocCont .sChildData {
    cursor: pointer;
    width: 100%;
  }
  .subDocCont .sChildData__icon {
    margin-left: 35px;
  }
  .subDocCont .sChildData__label {
    padding-left: 64px;
  }
  .subDocCont .slistItem {
    width: 50%;
    float: left;
  }
  .subDocCont .slistItem.selected > hr {
    border-top: 1px solid transparent;
  }
  .subDocCont .slistItem .slistData {
    padding-left: 24px;
  }
  .subDocCont .slistItem .slistData__icon {
    right: 25px;
  }
  .subDocCont.outer > .slistItem:nth-child(2n) {
    border-left: 12px solid white;
  }
  .subDocCont.outer > .slistItem:nth-child(2n+1) {
    border-right: 12px solid white;
  }
}
@media (min-width: 1024px) {
  .subDocCont .slistItem {
    width: 33.33%;
    float: left;
  }
  .subDocCont.outer > .slistItem:nth-child(3n+1) {
    border-left: none;
    border-right: 16px solid white;
  }
  .subDocCont.outer > .slistItem:nth-child(3n+2) {
    border-left: 8px solid white;
    border-right: 8px solid white;
  }
  .subDocCont.outer > .slistItem:nth-child(3n) {
    border-left: 16px solid white;
    border-right: none;
  }
}

/* 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);
  }
}
.cssAcco input.cssAcco__radio {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.cssAcco input.cssAcco__radio:checked + .cssAcco__head::after {
  transform: translateY(-50%) rotate(90deg);
}
.cssAcco input.cssAcco__radio:checked ~ .cssAcco__body {
  max-height: 100em;
}
.cssAcco__head {
  position: relative;
  display: block;
  cursor: pointer;
}
.cssAcco__head::after {
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  content: "\276e";
  transform: translateY(-50%) rotate(270deg);
  transform-origin: center center;
}
.cssAcco__body {
  max-height: 0em;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.linkSeparator {
  color: #babcbd;
  margin: 0 3px;
  vertical-align: text-bottom;
  font: 9px/16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.linkSeparator.bm-type_1 {
  margin: 0 8px;
  font: 10px/18px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .linkSeparator {
    margin: 0 5px;
    font: 9px/17px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .linkSeparator.bm-type_1 {
    margin: 0 8px;
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .linkSeparator {
    font: 11px/19px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    margin: 0 1px;
  }
  .linkSeparator.bm-type_1 {
    margin: 0 6px;
    font: 12px/20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.event {
  margin-bottom: 41px;
}
@media (min-width: 1024px) {
  .event {
    position: relative;
    margin-bottom: 60px;
  }
}
.eventAddress {
  display: table;
  line-height: 1.2em;
}
.eventAddress span,
.eventAddress strong {
  display: table-cell;
}
.eventAddress strong {
  padding-left: 5px;
  line-height: 1.5em;
  padding-bottom: 5px;
}
.eventSeparator {
  margin-bottom: 60px;
  border-color: #dfdfdf;
  border-width: 1px;
}
.eventSummary {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .eventSummary {
    float: left;
    width: 60.5%;
    margin-bottom: 20px;
  }
}
.eventSummary__eyebrowText {
  font: bold 13px/13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #6a93bd;
  padding-bottom: 10px;
}
.eventSummary__heading {
  font: bold 24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000000;
  display: block;
  padding-bottom: 20px;
}
.eventSummary__desc {
  font: 16px/24px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  padding-bottom: 20px;
}
.eventDetails {
  margin-bottom: 41px;
}
@media (min-width: 1024px) {
  .eventDetails {
    width: 31.5%;
    float: right;
    margin-top: 10px;
  }
}
.eventDetails__details {
  font: 13px/25px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  background-color: #efefed;
  padding: 20px;
  margin-bottom: 20px;
}
.eventDetails__loginMsg {
  font: 13px/25px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 20px;
}
.eventDetails__userAction {
  margin: 0 5px 10px 0;
}
.eventTakeaways {
  padding: 20px;
  background-color: #efefed;
}
@media (min-width: 1024px) {
  .eventTakeaways {
    width: 60.5%;
    float: left;
  }
}
.eventTakeaways__head {
  font: bold 16px/25px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.eventTakeaways__items {
  margin-bottom: 20px;
}
.eventTakeaways__title {
  font: 16px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 20px 15px 0px;
}
@media (min-width: 768px) {
  .eventTakeaways__title {
    padding-left: 20px;
  }
}
.eventTakeaways__title::after {
  padding: 15px 20px;
  line-height: 20px;
}
.eventTakeaways__desc {
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.eventTakeaways__desc pre {
  white-space: pre-wrap;
  font: 14px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 0;
}
.bgComp .eventTakeaways {
  background-color: #ffffff;
}
.bgComp .eventDetails__details {
  background-color: #ffffff;
}

/* 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);
  }
}
.insightCard {
  overflow: hidden;
}
@media (min-width: 768px) {
  .insightCard {
    padding: 20px 40px;
  }
}
.insightCard.bm-footer_logo {
  padding-bottom: 60px;
}
.insightCard.expanded {
  height: auto!important;
}
.insightCard__alert {
  border-top: 5px solid #508ac4;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  text-align: right;
  padding: 15px 20px 0px;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  opacity: 0.5;
}
.insightCard__alert > span {
  opacity: 1;
}
.insightCard.selected .insightCard__alert {
  opacity: 1;
}
.insightCard__content {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .insightCard__info {
    float: left;
    width: 37%;
  }
  .insightCard__info.bm-no_image {
    width: 100%;
  }
}
.insightCard__info .readmore {
  color: #508ac4;
  cursor: pointer;
  display: block;
  padding-top: 10px;
  font-size: 14px;
}
.insightCard__date {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
}
.insightCard__title {
  font: bold 19px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.insightCard__body {
  font: 16px/24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
}
.insightCard__media {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .insightCard__media {
    float: right;
    width: 60%;
  }
}
.insightCard__media img {
  max-width: 100%;
  max-height: 100%;
}
.insightCard__footer {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 25px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .insightCard__footer {
    padding: 0 60px;
  }
}
.insightCard__fText {
  font: 12px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  display: table-cell;
  vertical-align: bottom;
}
.insightCard__fLogo {
  display: table-cell;
  width: 110px;
  text-align: right;
}
@media (min-width: 768px) {
  .insightCard__fLogo {
    width: 150px;
  }
}
.insightCard__fLogo img {
  max-width: 100%;
  max-height: 60px;
}
.insightLatest {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .insightLatest {
    margin-bottom: 90px;
  }
}
.insightList {
  position: relative;
  min-height: 60px;
}
.insightList .viewMoreCont {
  display: none;
}
.insightList .dropdownContainer {
  margin: 0 0 20px 0;
  height: auto;
  padding: 1px 0;
  border: none;
  width: 100%;
  white-space: nowrap;
}
.insightList .dateSelector {
  background-color: #f4f4f2;
  box-shadow: 0 0 5px 1px #ebebeb;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .insightList .dateSelector {
    margin-bottom: 0;
  }
}
.insightList .dateSelector__selected {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.insightList .dateSelectorLink__label {
  display: block;
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666;
  letter-spacing: .5px;
}
.insightList .dateSelectorLink__selected {
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.insightList .dateSelectorLink__chevron {
  position: absolute;
  right: 18px;
  bottom: 32%;
  padding: 9px 10px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../../clientlibs/gsam-style/common/img/sprites/sas_icons_ratina_small.png");
  cursor: pointer;
}
.insightList .dateSelectorLink__chevron.downIcon {
  background-position: -2px -1777px;
}
.insightList .dateSelectorLink__chevron.upIcon {
  background-position: -2px -1790px;
}
.insightList .dropdownWrapper {
  width: 49.5%;
  display: inline-block;
  height: 60px;
}
@media (min-width: 768px) {
  .insightList .dropdownWrapper {
    width: 33.3%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .insightList .dropdownWrapper {
    width: 25%;
    max-width: 300px;
  }
}
.insightList .Zebra_DatePicker {
  top: 60px!important;
  width: 100%;
  position: static;
}
.insightList .Zebra_DatePicker:last-child {
  top: 135px!important;
}
@media (min-width: 768px) {
  .insightList .Zebra_DatePicker {
    top: 58px!important;
    width: 33.3%;
    min-width: 270px;
    position: absolute;
  }
  .insightList .Zebra_DatePicker:last-child {
    top: 58px!important;
    left: 33%!important;
  }
}
@media (min-width: 1024px) {
  .insightList .Zebra_DatePicker {
    width: 25%;
    max-width: 300px;
  }
  .insightList .Zebra_DatePicker:last-child {
    left: 25%!important;
  }
}
.insightList .dp_hidden {
  display: none;
}
.insightList .dp_visible {
  display: block;
}
.insightList .dp_daypicker,
.insightList .dp_monthpicker,
.insightList .dp_yearpicker {
  width: 100%!important;
  height: 270px!important;
  margin: 0!important;
  padding: 0px;
}
.insightList .insightsCount {
  float: right;
  font: bold 14px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  text-align: right;
  padding: 10px 10px 0;
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .insightList .insightsCount {
    width: auto;
    margin: 0;
    padding: 17px;
    position: absolute;
    top: 2px;
    right: 3.5%;
    z-index: 1;
  }
}
.iHistoryNoResult {
  padding: 50px;
  text-align: center;
  font: 18px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  display: none;
  background-color: #f4f4f2;
  margin-bottom: 50px;
}
.iHistoryHead {
  font: 12px/20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508ac4;
  width: 100%;
  padding: 0 0 15px;
  font-weight: bold;
}
.iHistoryHead__date {
  display: none;
}
@media (min-width: 1024px) {
  .iHistoryHead__date {
    display: table-cell;
    width: 170px;
    padding-left: 15px;
  }
}
.iHistoryHead__headline {
  padding-left: 15px;
}
.iHistoryHead__alert {
  width: 110px;
}
@media (min-width: 768px) {
  .iHistoryHead__alert {
    width: 129px;
  }
}
@media (min-width: 1024px) {
  .iHistoryHead__alert {
    width: 170px;
  }
}
.iHistoryHead__alert .alertLevel {
  cursor: pointer;
  display: inline-block;
}
.iHistoryHead__alert .alertLevel > img {
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
}
@media (min-width: 768px) {
  .iHistoryHead__alert .alertLevel {
    margin-left: 10px;
  }
}
.iHistoryBody {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .iHistoryBody {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .iHistoryBody {
    margin-bottom: 60px;
  }
}
.iHistoryBody__row {
  border-top: 1px solid #EEEEEE;
  padding-top: 15px;
}
.iHistoryInfo {
  position: relative;
  padding-right: 110px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .iHistoryInfo {
    display: table;
    padding-right: 170px;
    width: 100%;
  }
}
.iHistoryInfo__date {
  font: 16px/20px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #9c9c9c;
}
@media (min-width: 1024px) {
  .iHistoryInfo__date {
    display: table-cell;
    width: 160px;
  }
}
.iHistoryInfo__title {
  font: 14px/22px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 8px 0 15px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .iHistoryInfo__title {
    display: table-cell;
    padding: 5px 0px 20px 10px;
  }
}
.iHistoryInfo__alert {
  font: bold 12px/20px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  right: 0px;
  white-space: nowrap;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .iHistoryInfo__alert {
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .iHistoryInfo__alert {
    padding-right: 90px;
  }
}
.iHistoryInfo__alert .alert {
  border-top: 4px solid;
  padding-top: 5px;
  width: 79px;
  display: inline-block;
}
.iHistoryRadio:checked + .iHistoryBody__row {
  background-color: #f4f4f2;
}
.iHistoryRadio:checked + .iHistoryBody__row > .iHistoryInfo .iHistoryInfo__date {
  color: #508ac4;
}
.iHistoryRadio:checked + .iHistoryBody__row > .iHistoryInfo .iHistoryExpand::after {
  transform: translateY(-50%) rotate(90deg);
}
.iHistoryRadio:checked + .iHistoryBody__row > .iHistoryDetail {
  max-height: 1000px;
}
.iHistoryDetail {
  max-height: 0em;
  overflow: hidden;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #f4f4f2;
}
.iHistoryDetail__cont {
  padding: 20px;
}
@media (min-width: 1024px) {
  .iHistoryDetail__cont {
    padding-left: 185px;
    padding-right: 130px;
  }
}
.iHistoryDetail__body {
  font: 15px/22px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 20px;
}
.iHistoryDetail__image {
  margin-bottom: 20px;
  text-align: center;
}
.iHistoryDetail__image img {
  max-width: 100%;
}
.iHistoryDetail__footer {
  font: 12px/16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
}
.iHistoryDetail__logo {
  min-width: 150px;
  width: 25%;
  text-align: right;
}
.iHistoryDetail__logo img {
  max-width: 100%;
}
.iHistoryExpand {
  position: absolute;
  padding: 20px 16px;
  top: -8px;
  cursor: pointer;
  right: 0px;
}
@media (min-width: 768px) {
  .iHistoryExpand {
    padding: 20px;
  }
}
.iHistoryExpand::after {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  content: "\276e";
  transform: translateY(-50%) rotate(270deg);
  transform-origin: center center;
  color: #508ac4;
}
@media (min-width: 768px) {
  .iHistoryExpand::after {
    right: 18px;
  }
}
/* Modal Box */
.insightListOverlay {
  display: table;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  color: #666;
  letter-spacing: 0.02em;
}
.insightListOverlay .messageBox__closeBtn {
  top: 42px;
  right: 35px;
  transform: scale(1.4);
}
.insightListOverlay__content {
  display: table-cell;
  vertical-align: middle;
}
.insightListOverlay__content__box {
  display: table;
  background-color: #fefefe;
  padding: 30px 40px 40px;
  border: 1px solid #ebebeb;
  margin: 0 auto 0 auto;
  position: relative;
  width: 70%;
  max-width: 930px;
}
@media (max-width: 1024px) {
  .insightListOverlay__content__box {
    width: 93%;
  }
}
@media (max-width: 768px) {
  .insightListOverlay__content__box {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    display: block;
  }
}
.insightListOverlay__item {
  margin: 0;
  padding: 0;
  border-top: 5px solid #39b539;
  display: inline-block;
  float: left;
  width: 20%;
  padding-right: 30px;
  padding-left: 5px;
  list-style-type: none;
}
@media (max-width: 768px) {
  .insightListOverlay__item {
    width: 100%;
  }
}
.insightListOverlay__heading {
  font-size: 12px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
}
.insightListOverlay__heading--bm-spacing2 {
  font-size: 16px;
}
.insightListOverlay__desc {
  margin-bottom: 30px;
}
.insightListOverlay__desc__heading {
  font-size: 16px;
}
.insightListOverlay__desc p {
  padding-right: 45px;
  line-height: 1.7em;
}
@media (min-width: 768px) {
  .insightListOverlay__desc p {
    padding-right: 90px;
  }
}
.insightListOverlay__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.insightListOverlay__text {
  font-size: 12px;
  color: #666;
}
@media (max-width: 768px) {
  .insightListOverlay__text {
    padding-bottom: 5px;
  }
}
.insightListLoading {
  height: 200px;
}
.soa_alert_low {
  border-color: #386452;
  color: #386452;
}
.soa_alert_moderate {
  border-color: #527d4a;
  color: #527d4a;
}
.soa_alert_elevated {
  border-color: #8c7a28;
  color: #8c7a28;
}
.soa_alert_high {
  border-color: #995835;
  color: #995835;
}
.soa_alert_severe {
  border-color: #8d3b3b;
  color: #8d3b3b;
}

.csslider {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.csslider > input {
  display: none;
}
.csslider > input:nth-of-type( 20):checked ~ ul li:first-of-type {
  margin-left: -1945.6%;
}
.csslider > input:nth-of-type( 19):checked ~ ul li:first-of-type {
  margin-left: -1843.2%;
}
.csslider > input:nth-of-type( 18):checked ~ ul li:first-of-type {
  margin-left: -1740.8%;
}
.csslider > input:nth-of-type( 17):checked ~ ul li:first-of-type {
  margin-left: -1638.4%;
}
.csslider > input:nth-of-type( 16):checked ~ ul li:first-of-type {
  margin-left: -1536%;
}
.csslider > input:nth-of-type( 15):checked ~ ul li:first-of-type {
  margin-left: -1433.6%;
}
.csslider > input:nth-of-type( 14):checked ~ ul li:first-of-type {
  margin-left: -1331.2%;
}
.csslider > input:nth-of-type( 13):checked ~ ul li:first-of-type {
  margin-left: -1228.8%;
}
.csslider > input:nth-of-type( 12):checked ~ ul li:first-of-type {
  margin-left: -1126.4%;
}
.csslider > input:nth-of-type( 11):checked ~ ul li:first-of-type {
  margin-left: -1024%;
}
.csslider > input:nth-of-type( 10):checked ~ ul li:first-of-type {
  margin-left: -921.6%;
}
.csslider > input:nth-of-type( 9):checked ~ ul li:first-of-type {
  margin-left: -819.2%;
}
.csslider > input:nth-of-type( 8):checked ~ ul li:first-of-type {
  margin-left: -716.8%;
}
.csslider > input:nth-of-type( 7):checked ~ ul li:first-of-type {
  margin-left: -614.4%;
}
.csslider > input:nth-of-type( 6):checked ~ ul li:first-of-type {
  margin-left: -512%;
}
.csslider > input:nth-of-type( 5):checked ~ ul li:first-of-type {
  margin-left: -409.6%;
}
.csslider > input:nth-of-type( 4):checked ~ ul li:first-of-type {
  margin-left: -307.2%;
}
.csslider > input:nth-of-type( 3):checked ~ ul li:first-of-type {
  margin-left: -204.8%;
}
.csslider > input:nth-of-type( 2):checked ~ ul li:first-of-type {
  margin-left: -102.4%;
}
.csslider > input:nth-of-type( 1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}
.csslider > ul {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  white-space: nowrap;
  max-width: 1200px;
}
.csslider > ul > li {
  display: inline-block;
  width: 100%;
  min-height: 350px;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  white-space: normal;
  margin: 0 1.2%;
  padding: 20px;
  background-color: #FFFFFF;
  font-size: initial;
  position: relative;
}
.csslider > .navigation {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  text-align: center;
  transform: translateX(-50%);
}
.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  padding: 2px;
}
.csslider > .navigation label:hover:after {
  opacity: 1;
}
.csslider > .navigation label:after {
  content: '';
  background: #508ac4;
  border-radius: 50%;
  padding: 4px;
  opacity: 0.5;
}
.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after,
.csslider > input:nth-of-type(12):checked ~ .navigation label:nth-of-type(12):after,
.csslider > input:nth-of-type(13):checked ~ .navigation label:nth-of-type(13):after,
.csslider > input:nth-of-type(14):checked ~ .navigation label:nth-of-type(14):after,
.csslider > input:nth-of-type(15):checked ~ .navigation label:nth-of-type(15):after,
.csslider > input:nth-of-type(16):checked ~ .navigation label:nth-of-type(16):after,
.csslider > input:nth-of-type(17):checked ~ .navigation label:nth-of-type(17):after,
.csslider > input:nth-of-type(18):checked ~ .navigation label:nth-of-type(18):after,
.csslider > input:nth-of-type(19):checked ~ .navigation label:nth-of-type(19):after,
.csslider > input:nth-of-type(20):checked ~ .navigation label:nth-of-type(20):after,
.csslider > input:nth-of-type(21):checked ~ .navigation label:nth-of-type(21):after {
  opacity: 1;
}
/*#region MODULES */
.csslider > .arrows {
  width: 100%;
  z-index: 1;
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: 0;
  bottom: 60px;
  width: 8%;
  cursor: pointer;
}
@media (min-width: 1460px) {
  .csslider > .arrows label {
    width: 12%;
  }
}
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(12):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(13):checked ~ .arrows > label:nth-of-type(12),
.csslider > input:nth-of-type(14):checked ~ .arrows > label:nth-of-type(13),
.csslider > input:nth-of-type(15):checked ~ .arrows > label:nth-of-type(14),
.csslider > input:nth-of-type(16):checked ~ .arrows > label:nth-of-type(15),
.csslider > input:nth-of-type(17):checked ~ .arrows > label:nth-of-type(16),
.csslider > input:nth-of-type(18):checked ~ .arrows > label:nth-of-type(17),
.csslider > input:nth-of-type(19):checked ~ .arrows > label:nth-of-type(18),
.csslider > input:nth-of-type(20):checked ~ .arrows > label:nth-of-type(19),
.csslider > input:nth-of-type(21):checked ~ .arrows > label:nth-of-type(20) {
  display: block;
  left: 0;
  right: auto;
}
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12),
.csslider > input:nth-of-type(12):checked ~ .arrows > label:nth-of-type(13),
.csslider > input:nth-of-type(13):checked ~ .arrows > label:nth-of-type(14),
.csslider > input:nth-of-type(14):checked ~ .arrows > label:nth-of-type(15),
.csslider > input:nth-of-type(15):checked ~ .arrows > label:nth-of-type(16),
.csslider > input:nth-of-type(16):checked ~ .arrows > label:nth-of-type(17),
.csslider > input:nth-of-type(17):checked ~ .arrows > label:nth-of-type(18),
.csslider > input:nth-of-type(18):checked ~ .arrows > label:nth-of-type(19),
.csslider > input:nth-of-type(19):checked ~ .arrows > label:nth-of-type(20),
.csslider > input:nth-of-type(20):checked ~ .arrows > label:nth-of-type(21),
.csslider > input:nth-of-type(21):checked ~ .arrows > label:nth-of-type(22) {
  display: block;
  right: 0;
  left: auto;
}
/*#endregion */

/* 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);
  }
}
.mGalleryList {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
}
.mGalleryItem {
  margin-bottom: 20px;
  margin-right: 4%;
  flex-basis: 48%;
  width: 48%;
  transition: all 0.5s ease-in;
}
.mGalleryItem:nth-child(2n) {
  margin-right: 0;
}
.mGalleryItem:nth-child(2n) .mGalleryItem__Detail {
  margin-left: -108%;
}
@media (min-width: 768px) {
  .mGalleryItem {
    flex-basis: 30.66%;
    width: 30.66%;
  }
  .mGalleryItem:nth-child(2n) {
    margin-right: 4%;
  }
  .mGalleryItem:nth-child(2n) .mGalleryItem__Detail {
    margin-left: 0;
  }
  .mGalleryItem:nth-child(3n) {
    margin-right: 0;
  }
  .mGalleryItem:nth-of-type(3n+2) .mGalleryItem__Detail {
    margin-left: -113%;
  }
  .mGalleryItem:nth-of-type(3n+3) .mGalleryItem__Detail {
    margin-left: -226%;
  }
}
@media (min-width: 1024px) {
  .mGalleryItem {
    flex-basis: 22%;
    width: 22%;
  }
  .mGalleryItem:nth-child(3n) {
    margin-right: 4%;
  }
  .mGalleryItem:nth-child(4n) {
    margin-right: 0;
  }
  .mGalleryItem:nth-of-type(3n+2) .mGalleryItem__Detail {
    margin-left: 0%;
  }
  .mGalleryItem:nth-of-type(3n+3) .mGalleryItem__Detail {
    margin-left: 0;
  }
  .mGalleryItem:nth-of-type(4n+2) .mGalleryItem__Detail {
    margin-left: -118%;
  }
  .mGalleryItem:nth-of-type(4n+3) .mGalleryItem__Detail {
    margin-left: -236%;
  }
  .mGalleryItem:nth-of-type(4n+4) .mGalleryItem__Detail {
    margin-left: -354%;
  }
}
.mGalleryItem__tile {
  display: block;
  cursor: pointer;
}
.mGalleryItem__img {
  position: relative;
  border-bottom: 3px solid transparent;
  min-height: 30px;
}
.mGalleryItem__img .img {
  max-width: 100%;
  min-height: 131px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .mGalleryItem__img .img {
    min-height: 151px;
  }
}
.mGalleryItem__icon {
  width: 50px;
  height: 30px;
  display: inline-block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mGalleryItem__icon.im-mediaIcon {
  background-position: -5px -633px;
  width: 26px;
  height: 25px;
}
.mGalleryItem__head {
  min-height: 30px;
  padding-bottom: 10px;
}
.mGalleryItem__head h3 {
  font: bold 1.15em 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 10px 0;
}
.mGalleryItem__radio {
  display: none;
}
.mGalleryItem__radio:checked ~ div.mGalleryOverlay {
  max-height: 2000px;
}
.mGalleryItem__radio:checked ~ div.mGalleryOverlay .mGalleryOverlay__media {
  opacity: 1;
}
.mGalleryItem__radio:checked ~ div.mGalleryOverlay .mGalleryOverlay__close {
  display: inline-block;
}
.mGalleryItem__radio:checked ~ span.mGalleryItem__arrow {
  display: block;
}
.mGalleryItem__radio:checked ~ .mGalleryItem__tile .mGalleryItem__img {
  border-bottom: 3px #85abd1 solid;
}
.mGalleryItem__Detail {
  width: 209%;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  overflow: hidden;
  background-color: #2e2d2d;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .mGalleryItem__Detail {
    width: 327%;
  }
}
@media (min-width: 1024px) {
  .mGalleryItem__Detail {
    width: 454%;
  }
}
.mGalleryItem__arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  margin: 0 auto -12px;
  display: none;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .mGalleryItem__arrow {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    margin: 0 auto -15px;
  }
}
.mGalleryOverlay {
  margin-bottom: 20px;
}
.mGalleryOverlay__bg {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #2e2d2d;
  z-index: -1;
}
.mGalleryOverlay__close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 31px;
  vertical-align: middle;
  border: 1px solid #fff;
  text-align: center;
  padding: 4px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .mGalleryOverlay__close {
    top: 12px;
    right: 12px;
  }
}
.mGalleryOverlay__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
  .mGalleryOverlay__content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.mGalleryOverlay__media {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.mGalleryOverlay__media .mejs-controls .mejs-volume-button .mejs-volume-slider {
  top: -102px;
}
.mGalleryOverlay__media .mejs-button.mejs-fullscreen-button {
  padding-top: 7px;
}
.mGalleryOverlay__media .mejs-button.mejs-volume-button {
  padding-top: 7px;
}
@media (min-width: 1024px) {
  .mGalleryOverlay__media {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
  }
}
.mGalleryOverlay__media img {
  max-width: 100%;
}
.mGalleryOverlay__summary {
  padding: 10px 20px 35px 20px;
}
@media (min-width: 1024px) {
  .mGalleryOverlay__summary {
    padding-top: 20px;
    position: relative;
    width: 37%;
    display: table-cell;
    vertical-align: middle;
  }
}
.mGalleryOverlay__title {
  color: #ffffff;
  font: 20px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.mGalleryOverlay__text {
  color: #ffffff;
  font: 16px/22px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 20px;
}
.mGalleryOverlay__index {
  color: #cccccc;
  position: absolute;
  bottom: 20px;
}
.viewLess {
  display: none;
}
.viewMore {
  display: inline-block;
}
.viewAll .viewLess {
  display: inline-block;
}
.viewAll .viewMore {
  display: none;
}

/* 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);
  }
}
.propertyListSearchCont {
  background-color: #EFEFED;
  margin-bottom: 40px;
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .propertyListSearchCont {
    margin-bottom: 50px;
    padding: 37px 0 50px;
  }
}
.propertyListSearch__header {
  color: #000;
  font-size: 20px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-bottom: 10px;
}
.propertyListSearchBox {
  width: 100%;
  font-size: 0px;
}
.propertyListSearchBox__input {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 12px 17px;
  font: 14px/24px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  outline: none;
  border: none;
  color: #666666;
  height: 48px;
}
.propertyListSearchBox__cont {
  position: relative;
  background-color: #efefed;
  display: inline-block;
  width: 90%;
}
.propertyListSearchBox__btn {
  display: inline-block;
  width: 10%;
  background-color: #fff;
  border: 0;
  font-size: 0;
  color: #fff;
  height: 48px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .propertyListSearchBox__btn {
    font: bold 14px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    background-color: #7399c6;
    padding: 12px 7px;
  }
}
.propertyListSearchBox__error {
  color: red;
  font: 12px/15px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 15px 15px 0;
  display: none;
}
.propertyListSearchBox__clear {
  top: 15px;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  display: none;
}
.propertyGalleryCont {
  margin-bottom: 65px;
  text-align: center;
}
.propertyGalleryCont__noData {
  margin: 0 auto;
}
.propertyGallery {
  margin-bottom: 40px;
  font-size: 0px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
}
.propertyGalleryItm {
  margin-bottom: 20px;
  margin-right: 6%;
  flex-basis: 47%;
  max-width: 47%;
  cursor: pointer;
  text-align: left;
}
.propertyGalleryItm__img {
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
.propertyGalleryItm__img img {
  max-width: 100%;
}
.propertyGalleryItm__title {
  margin: 0;
  color: #000;
  font: bold 16px/24px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.propertyGalleryItm:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .propertyGalleryItm {
    flex-basis: 30%;
    max-width: 30%;
    margin-right: 5%;
  }
  .propertyGalleryItm:nth-child(2n) {
    margin-right: 5%;
  }
  .propertyGalleryItm:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .propertyGalleryItm {
    flex-basis: 22%;
    max-width: 22%;
    margin-right: 4%;
  }
  .propertyGalleryItm:nth-child(2n) {
    margin-right: 4%;
  }
  .propertyGalleryItm:nth-child(3n) {
    margin-right: 4%;
  }
  .propertyGalleryItm:nth-child(4n) {
    margin-right: 0;
  }
}
.propertyListLoading {
  height: 200px;
}
@media print {
  .compCont {
    display: initial;
  }
}

/* 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);
  }
}
.map-container {
  height: 440px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .map-container {
    width: 50%;
    float: left;
    margin-bottom: 60px;
  }
}
.map-container.bm-width_100 {
  width: 100%;
}
.mapCanvas #infowindow-content {
  display: inline;
}
.pac-container {
  z-index: 9999;
}
.pac-input,
#CQ .pac-input {
  width: 98.5%;
  position: absolute;
  z-index: 8888;
  top: -25px;
}
.mapCanvas,
#CQ .mapCanvas {
  position: absolute;
  width: 100%;
  height: 92%;
}
.locationTemp,
#CQ .locationTemp {
  font: 14px/15px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 10px 0;
}
#CQ img#place-icon {
  width: 16px;
  height: 16px;
}
.bm-aagCompact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .bm-aagCompact {
    width: 48%;
    float: right;
  }
}
@media (min-width: 1024px) {
  .bm-aagCompact {
    width: 45%;
    display: inline;
  }
}
.bm-aagCompact .aagItm {
  flex-basis: 49%;
  width: 49%;
  padding-top: 8px;
  padding-left: 0;
  margin: 0;
  background-color: white;
  text-align: left;
}
@media (min-width: 768px) {
  .bm-aagCompact .aagItm {
    height: 100px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .bm-aagCompact .aagItm {
    padding-left: 40px;
  }
}
.bm-aagCompact .aagItm__heading {
  text-align: left;
  margin-bottom: 4px;
  font-size: 10px;
  color: #aaa;
}
@media (min-width: 768px) {
  .bm-aagCompact .aagItm__heading {
    font-size: 10px;
  }
}
.bm-aagCompact .aagItm__desc {
  text-align: left;
}
.bm-aagCompact .aagItmValHolder {
  line-height: 36px;
  text-align: left;
}
.bm-aagCompact .aagItmValHolder__preFix {
  font-size: 16px;
  line-height: normal;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .bm-aagCompact .aagItmValHolder__preFix {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .bm-aagCompact .aagItmValHolder__preFix {
    font-size: 16px;
  }
}
.bm-aagCompact .aagItmValHolder__val {
  font-size: 26px;
  line-height: normal;
  vertical-align: middle;
  color: #7399c6;
}
@media (min-width: 768px) {
  .bm-aagCompact .aagItmValHolder__val {
    font-size: 26px;
  }
}
.bm-aagCompact .aagItmValHolder__suffix {
  font-size: 16px;
  line-height: normal;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .bm-aagCompact .aagItmValHolder__suffix {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .bm-aagCompact .aagItmValHolder__suffix {
    font-size: 16px;
  }
}

/* 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);
  }
}
.lightBox {
  width: 90.5%;
  max-width: 710px;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 49.75%;
  border: 10px solid #fff;
  z-index: 1000;
  display: none;
  padding-top: 45px;
  background: #fff;
  max-height: 100%;
}
@media (min-width: 768px) {
  .lightBox {
    top: 45%;
  }
}
.lightBox__footer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 5px 35px 10px 0;
  min-height: 45px;
  font: 18px/22px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.lightBox__footer > div {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.lightBox .mejs-container {
  background-color: #fff;
}
.lightBox .mejs-controls .mejs-volume-button .mejs-volume-slider {
  top: -102px;
}
.lightBox .mejs-button.mejs-fullscreen-button {
  padding-top: 7px;
}
.lightBox .mejs-button.mejs-volume-button {
  padding-top: 7px;
}
.lightBox .closeBtn {
  color: #508ac4;
  position: absolute;
  right: -7px;
  top: 2px;
  padding: 0px 7px;
  font-size: 20px;
  outline: none;
  cursor: pointer;
  font-weight: bold;
}

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

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

/* 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);
  }
}
.twoColumnHP__left,
.twoColumnHP__right {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .twoColumnHP__left {
    width: 67%;
  }
  .twoColumnHP__right {
    float: right;
    width: 33%;
  }
}
.starIcon {
  display: block;
  margin-top: 6px;
}
.starIcon .icon {
  display: block;
  float: left;
}
@media (min-width: 768px) {
  .starIcon {
    margin-top: 0;
  }
}
/*******************************
component - Fund Carousel
*******************************/
.fundCarousel {
  width: 100%;
  float: left;
  position: relative;
}
.fundCarousel__prevBtn,
.fundCarousel__nextBtn {
  background-color: #6286b6;
  cursor: pointer;
  height: 150px;
  padding-top: 67px;
  position: absolute;
  top: 37.5%;
  z-index: 2;
}
.fundCarousel__prevBtn {
  left: 0;
}
.fundCarousel__prevBtn .icon {
  width: 22px;
}
.fundCarousel__nextBtn {
  right: 0;
}
.fundCarousel__nextBtn .icon {
  background-position-x: -4px;
  width: 20px;
}
.fundCarousel__fundAccordion {
  width: 100%;
  float: left;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .fundCarousel {
    background-color: #ffffff;
  }
  .fundCarousel__fundAccordion {
    border: none;
  }
}
@media (min-width: 1024px) {
  .fundCarousel {
    background: transparent;
  }
  .fundCarousel__fundAccordion {
    background: #ffffff;
    width: 98%;
  }
  .fundCarousel__nextBtn {
    right: 2%;
  }
}
/*******************************
block - wrapper for each of the four tabs
[Featured Funds, Star Performers, Recently Viewed and Favorite Funds]
*******************************/
.fundModule {
  width: 100%;
  float: left;
  overflow: hidden;
}
.fundModule.bm-scrollXS_enabled {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.fundModule__fundSlides {
  width: 100%;
  float: left;
  background: #ffffff;
  position: relative;
}
.fundModule__fundSlides.bm-count_1 {
  width: 260px;
}
.fundModule__fundSlides.bm-count_2 {
  width: 520px;
}
.fundModule__fundSlides.bm-count_3 {
  width: 780px;
}
.fundModule__fundSlides.bm-count_4 {
  width: 1040px;
}
.fundModule__fundSlides.bm-count_5 {
  width: 1300px;
}
.fundModule__fundSlides.bm-count_6 {
  width: 1560px;
}
.fundModule__fundSlides.bm-count_7 {
  width: 1820px;
}
.fundModule__fundSlides.bm-count_8 {
  width: 2080px;
}
.fundModule__fundSlides.bm-count_9 {
  width: 2340px;
}
.fundModule__fundSlides.bm-count_10 {
  width: 2600px;
}
.fundModule__fundSlides.bm-mode_noFav {
  display: none;
}
.fundModule.bm-mode_noFav {
  margin-bottom: 9px;
  overflow: hidden;
  padding: 0px 3.91%;
}
@media (min-width: 768px) {
  .fundModule {
    overflow: hidden;
    margin-bottom: 12px;
  }
  .fundModule.bm-scrollXS_enabled {
    overflow: hidden;
  }
  .fundModule__fundSlides {
    background: transparent;
  }
  .fundModule__fundSlides.bm-count_1 {
    width: 100%;
  }
  .fundModule__fundSlides.bm-count_2 {
    width: 200%;
  }
  .fundModule__fundSlides.bm-count_3 {
    width: 300%;
  }
  .fundModule__fundSlides.bm-count_4 {
    width: 400%;
  }
  .fundModule__fundSlides.bm-count_5 {
    width: 500%;
  }
  .fundModule__fundSlides.bm-count_6 {
    width: 600%;
  }
  .fundModule__fundSlides.bm-count_7 {
    width: 700%;
  }
  .fundModule__fundSlides.bm-count_8 {
    width: 800%;
  }
  .fundModule__fundSlides.bm-count_9 {
    width: 900%;
  }
  .fundModule__fundSlides.bm-count_10 {
    width: 1000%;
  }
  .fundModule__fundSlides.bm-count_11 {
    width: 1100%;
  }
  .fundModule__fundSlides.bm-count_12 {
    width: 1200%;
  }
  .fundModule__fundSlides.bm-count_13 {
    width: 1300%;
  }
  .fundModule__fundSlides.bm-count_14 {
    width: 1400%;
  }
  .fundModule__fundSlides.bm-count_15 {
    width: 1500%;
  }
  .fundModule__fundSlides.bm-count_16 {
    width: 1600%;
  }
  .fundModule__fundSlides.bm-count_17 {
    width: 1700%;
  }
  .fundModule__fundSlides.bm-count_18 {
    width: 1800%;
  }
  .fundModule__fundSlides.bm-count_19 {
    width: 1900%;
  }
  .fundModule__fundSlides.bm-count_20 {
    width: 2000%;
  }
  .fundModule__fundSlides.bm-tab_morn.bm-count_1,
  .fundModule__fundSlides.bm-tab_morn.bm-count_2 {
    width: 100%;
  }
  .fundModule__fundSlides.bm-tab_morn.bm-count_3,
  .fundModule__fundSlides.bm-tab_morn.bm-count_4 {
    width: 200%;
  }
  .fundModule__fundSlides.bm-tab_morn.bm-count_5,
  .fundModule__fundSlides.bm-tab_morn.bm-count_6 {
    width: 300%;
  }
  .fundModule__fundSlides.bm-tab_morn.bm-count_7,
  .fundModule__fundSlides.bm-tab_morn.bm-count_8 {
    width: 400%;
  }
  .fundModule__fundSlides.bm-tab_morn.bm-count_9,
  .fundModule__fundSlides.bm-tab_morn.bm-count_10 {
    width: 500%;
  }
  .fundModule__fundSlides.bm-tab_list.bm-count_1,
  .fundModule__fundSlides.bm-tab_list.bm-count_2,
  .fundModule__fundSlides.bm-tab_list.bm-count_3 {
    width: 99.99%;
  }
  .fundModule__fundSlides.bm-tab_list.bm-count_4,
  .fundModule__fundSlides.bm-tab_list.bm-count_5,
  .fundModule__fundSlides.bm-tab_list.bm-count_6 {
    width: 199.98%;
  }
  .fundModule__fundSlides.bm-tab_list.bm-count_7,
  .fundModule__fundSlides.bm-tab_list.bm-count_8,
  .fundModule__fundSlides.bm-tab_list.bm-count_9 {
    width: 299.97%;
  }
  .fundModule__fundSlides.bm-tab_list.bm-count_10,
  .fundModule__fundSlides.bm-tab_list.bm-count_11,
  .fundModule__fundSlides.bm-tab_list.bm-count_12 {
    width: 399.96%;
  }
  .fundModule__fundSlides.bm-tab_list.bm-count_13,
  .fundModule__fundSlides.bm-tab_list.bm-count_14,
  .fundModule__fundSlides.bm-tab_list.bm-count_15 {
    width: 499.95%;
  }
  .fundModule__fundSlides.bm-tab_list.bm-count_16,
  .fundModule__fundSlides.bm-tab_list.bm-count_17,
  .fundModule__fundSlides.bm-tab_list.bm-count_18 {
    width: 599.94%;
  }
  .fundModule__fundSlides.bm-tab_list.bm-count_19,
  .fundModule__fundSlides.bm-tab_list.bm-count_20,
  .fundModule__fundSlides.bm-tab_list.bm-count_21 {
    width: 699.93%;
  }
  .fundModule.bm-mode_noFav {
    padding: 21px 12px 25px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .fundModule.bm-mode_noFav {
    padding: 10px 3px 25px;
    min-height: 417px;
  }
}
/*******************************
block - No funds available notification
(eg. when there is no user logged in) [Recently Viewed, Favorite Funds]
*******************************/
.fundNotif {
  background: #ffffff;
  display: none;
  padding: 18px 16px 17px 16px;
}
.fundNotif.bm-mode_noFav {
  display: block;
  padding-top: 17px;
  padding-left: 15px;
}
.fundNotif__msg {
  color: #333333;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  padding-left: 2px;
}
.fundNotif__link {
  color: #6286b5;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  display: inline-block;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .fundNotif {
    background-color: #eff0eb;
    padding-bottom: 22px;
  }
  .fundNotif__msg {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 4px;
  }
  .fundNotif__link {
    font-size: 14px;
    margin-left: -9px;
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .fundNotif.bm-mode_noFav {
    background: #ffffff;
    text-align: left;
  }
  .fundNotif__link {
    margin-left: 0;
    margin-top: 11px;
  }
}
/*******************************
block - Accordion header
*******************************/
.fundHeader {
  width: 100%;
  float: left;
  font-weight: bold;
  padding: 7px 10px 4px 8px;
}
.fundHeader__headerText {
  color: #456c96;
  position: relative;
  margin: 10px 0;
  text-transform: uppercase;
}
.fundHeader__headerText .icon {
  position: absolute;
  right: 0;
  top: 5px;
}
.fundHeader__headerText.selected {
  background: none;
  color: #252525;
}
.fundHeader__headerText.selected .icon {
  display: none;
}
.fundHeader.selected {
  padding-bottom: 1px;
}
/*******************************
block - separator between two fund cards(mobile view) - to be placed before each card container(fundSlide__fundContent)
*******************************/
.cardSeparator {
  border-left: 10px solid #efefed;
  border-right: 16px solid #006579;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}
/*******************************
block - container for all the fund-related content to be shown in one carousel slide
(tablet/desktop view, may refer to multiple funds for some tabs)
*******************************/
.fundSlide {
  float: left;
}
.fundSlide.bm-tab_morn {
  float: left;
}
.fundSlide.bm-tab_list {
  float: left;
}
.fundSlide__fundContent {
  width: 100%;
  float: left;
  background: #ffffff;
  padding-top: 10px;
  padding-left: 0px;
  width: 260px;
}
.fundSlide__fundContent.bm-astCls_alt {
  border-left-color: #006579;
}
.fundSlide__fundContent.bm-astCls_mon {
  border-left-color: #226b49;
}
.fundSlide__fundContent.bm-astCls_com {
  border-left-color: #006579;
}
.fundSlide__fundContent.bm-astCls_equ {
  border-left-color: #125687;
}
.fundSlide__fundContent.bm-astCls_fix {
  border-left-color: #702e3d;
}
.fundSlide__fundContent.bm-astCls_por {
  border-left-color: #b65518;
}
.fundSlide__fundContent.bm-astCls_rea {
  border-left-color: #006579;
}
.fundSlide__fundContent.bm-astCls_all {
  border-left-color: #999999;
}
@media (min-width: 768px) {
  .fundSlide {
    visibility: hidden;
  }
  .fundSlide.bm-count_1 {
    width: 100%;
  }
  .fundSlide.bm-count_2 {
    width: 50%;
  }
  .fundSlide.bm-count_3 {
    width: 33.33333333%;
  }
  .fundSlide.bm-count_4 {
    width: 25%;
  }
  .fundSlide.bm-count_5 {
    width: 20%;
  }
  .fundSlide.bm-count_6 {
    width: 16.66666667%;
  }
  .fundSlide.bm-count_7 {
    width: 14.28571429%;
  }
  .fundSlide.bm-count_8 {
    width: 12.5%;
  }
  .fundSlide.bm-count_9 {
    width: 11.11111111%;
  }
  .fundSlide.bm-count_10 {
    width: 10%;
  }
  .fundSlide.bm-count_11 {
    width: 9.09090909%;
  }
  .fundSlide.bm-count_12 {
    width: 8.33333333%;
  }
  .fundSlide.bm-count_13 {
    width: 7.69230769%;
  }
  .fundSlide.bm-count_14 {
    width: 7.14285714%;
  }
  .fundSlide.bm-count_15 {
    width: 6.66666667%;
  }
  .fundSlide.bm-count_16 {
    width: 6.25%;
  }
  .fundSlide.bm-count_17 {
    width: 5.88235294%;
  }
  .fundSlide.bm-count_18 {
    width: 5.55555556%;
  }
  .fundSlide.bm-count_19 {
    width: 5.26315789%;
  }
  .fundSlide.bm-count_20 {
    width: 5%;
  }
  .fundSlide.bm-tab_morn.bm-count_1,
  .fundSlide.bm-tab_morn.bm-count_2 {
    width: 100%;
  }
  .fundSlide.bm-tab_morn.bm-count_3,
  .fundSlide.bm-tab_morn.bm-count_4 {
    width: 50%;
  }
  .fundSlide.bm-tab_morn.bm-count_5,
  .fundSlide.bm-tab_morn.bm-count_6 {
    width: 33.33333333%;
  }
  .fundSlide.bm-tab_morn.bm-count_7,
  .fundSlide.bm-tab_morn.bm-count_8 {
    width: 25%;
  }
  .fundSlide.bm-tab_morn.bm-count_9,
  .fundSlide.bm-tab_morn.bm-count_10 {
    width: 20%;
  }
  .fundSlide.bm-tab_list.bm-count_1,
  .fundSlide.bm-tab_list.bm-count_2,
  .fundSlide.bm-tab_list.bm-count_3 {
    width: 100%;
  }
  .fundSlide.bm-tab_list.bm-count_4,
  .fundSlide.bm-tab_list.bm-count_5,
  .fundSlide.bm-tab_list.bm-count_6 {
    width: 50%;
  }
  .fundSlide.bm-tab_list.bm-count_7,
  .fundSlide.bm-tab_list.bm-count_8,
  .fundSlide.bm-tab_list.bm-count_9 {
    width: 33.33333333%;
  }
  .fundSlide.bm-tab_list.bm-count_10,
  .fundSlide.bm-tab_list.bm-count_11,
  .fundSlide.bm-tab_list.bm-count_12 {
    width: 25%;
  }
  .fundSlide.bm-tab_list.bm-count_13,
  .fundSlide.bm-tab_list.bm-count_14,
  .fundSlide.bm-tab_list.bm-count_15 {
    width: 20%;
  }
  .fundSlide.bm-tab_list.bm-count_16,
  .fundSlide.bm-tab_list.bm-count_17,
  .fundSlide.bm-tab_list.bm-count_18 {
    width: 16.66666667%;
  }
  .fundSlide.bm-tab_list.bm-count_19,
  .fundSlide.bm-tab_list.bm-count_20,
  .fundSlide.bm-tab_list.bm-count_21 {
    width: 14.28571429%;
  }
  .fundSlide__contentHeader {
    width: 100%;
    float: left;
    padding: 0px 4.083%;
  }
  .fundSlide.bm-visible_yes {
    visibility: visible;
  }
  .fundSlide.bm-visible_no {
    visibility: hidden;
  }
  .fundSlide__fundContent {
    width: 100%;
    float: left;
    border: none;
    background-color: #ffffff;
    margin-left: 0;
    padding-top: 15px;
  }
  .fundSlide__fundContent.bm-tab_list {
    width: 100%;
    float: left;
    margin-left: 0;
    padding: 0px 4.083% 0;
  }
  .fundSlide__fundContent.bm-tab_morn {
    width: 50%;
    float: left;
    margin-left: 0;
    padding-left: 2.8%;
    width: 47.2%;
  }
}
/*******************************
block - fund information, including fund description and fund stats
*******************************/
.fundInfo {
  width: 100%;
  float: left;
  padding: 9px 0 0 45px;
}
.fundInfo.bm-tab_list {
  padding-left: 44px;
}
@media (min-width: 768px) {
  .fundInfo {
    width: 50%;
    float: left;
    padding-left: 2.91%;
    padding-right: 6.6%;
    width: 44%;
  }
  .fundInfo.bm-tab_list {
    width: 100%;
    float: left;
  }
  .fundInfo.bm-tab_morn {
    width: 100%;
    float: left;
  }
  .fundInfo.bm-tab_list {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
  }
  .fundInfo.bm-border_right {
    border-right: 1px solid #d9d9d9;
  }
}
@media (min-width: 1024px) {
  .fundInfo {
    padding-left: 2.71%;
    padding-right: 0;
  }
  .fundInfo.bm-tab_list {
    padding: 20px 0;
  }
  .fundInfo.bm-border_right {
    border: none;
  }
}
@media (min-width: 768px) {
  .featuredFund {
    padding-left: 4%;
  }
}
/*******************************
block - fund name, code, share class etc.
*******************************/
.fundDesc {
  width: 100%;
  float: left;
}
.fundDesc__code {
  color: #333333;
  display: inline-block;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  line-height: 20px;
}
.fundDesc__code.bm-tab_list {
  padding-left: 0px;
  padding-right: 4px;
  overflow: visible;
  display: inline-block;
  width: auto;
}
.fundDesc__code.bm-site_EMEA {
  display: none;
}
.fundDesc__name {
  color: #333333;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 13px;
  margin: 8px 0px 0px 1px;
  padding-right: 3px;
}
.fundDesc__name.bm-tab_list {
  line-height: 15px;
  padding-right: 4px;
}
.fundDesc__name.bm-tab_morn {
  line-height: 13px;
  padding-right: 4px;
}
.fundDesc__name.bm-site_EMEA {
  font-size: 16px;
  margin: 0px 0px 0px 2px;
  line-height: 19px;
}
.fundDesc__shareClass {
  color: #333333;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  width: 70%;
  display: inline-block;
}
.fundDesc__shareClass.bm-site_EMEA {
  line-height: 14px;
  margin: 1px 0px 0px 2px;
  padding-right: 7px;
  float: left;
}
.fundDesc__shareClassHeading {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  float: left;
  font-size: 12px;
  margin-right: 3px;
  margin-top: 2px;
}
.fundDesc__shareClassHeading.bm-site_EMEA {
  color: #666666;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  display: block;
  margin-left: 2px;
  margin-bottom: 0;
}
.fundDesc__assetClass {
  color: #333333;
  font-size: 12px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  margin-top: 5px;
  padding-left: 2px;
}
.fundDesc__assetClass.bm-tab_list {
  margin-top: 4px;
  padding-left: 3px;
}
.fundDesc__assetClass.bm-tab_morn {
  margin-top: 4px;
}
.fundDesc__text.bm-tab_list {
  display: none;
}
.fundDesc__code.bm-tab_list,
.fundDesc__name.bm-tab_list,
.fundDesc__shareClass.bm-tab_list {
  float: none;
}
@media (min-width: 768px) {
  .fundDesc.bm-tab_list {
    width: 41.66666667%;
    float: left;
    padding-bottom: 0px;
    width: 40%;
    position: relative;
    padding-left: 9px;
  }
  .fundDesc__code {
    color: #ffffff;
    display: inline;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0px 8px 1px 8px;
  }
  .fundDesc__code.bm-tab_list {
    display: inline-block;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 14px 0 0 5px;
    position: absolute;
    top: -5px;
    bottom: -5px;
    width: 5px;
  }
  .fundDesc__code.bm-tab_list,
  .fundDesc__name.bm-tab_list,
  .fundDesc__shareClass.bm-tab_list {
    display: inline;
    float: none;
  }
  .fundDesc__name {
    font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-top: 19px;
  }
  .fundDesc__name.bm-tab_list {
    color: #365884;
    font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
  }
  .fundDesc__name.bm-tab_list.bm-site_EMEA {
    font-size: 14px;
    line-height: 15px;
    border: none;
    padding-left: 0;
  }
  .fundDesc__name.bm-tab_morn {
    margin-top: 22px;
    line-height: 22px;
  }
  .fundDesc__name.bm-site_EMEA {
    font-size: 19px;
    line-height: 22px;
    padding-left: 5px;
    border-left: 5px solid #006579;
  }
  .fundDesc__shareClass {
    font-size: 14px;
    line-height: 14px;
    margin-top: 3px;
  }
  .fundDesc__shareClass.bm-tab_list {
    color: #365884;
    font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .fundDesc__shareClass.bm-tab_morn {
    margin-top: 3px;
  }
  .fundDesc__shareClass.bm-site_EMEA {
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 11px;
  }
  .fundDesc__shareClassHeading {
    font-size: 14px;
    margin-right: 4px;
    font-weight: bold;
  }
  .fundDesc__shareClassHeading.bm-site_EMEA {
    margin-top: 12px;
    margin-left: 2px;
    margin-right: 3px;
  }
  .fundDesc__text {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 11px;
  }
}
@media (min-width: 1024px) {
  .fundDesc__name {
    margin-top: 9px;
  }
  .fundDesc__name.bm-tab_morn {
    margin-top: 10px;
  }
  .fundDesc__shareClass {
    margin-top: 5px;
  }
  .fundDesc__shareClass.bm-tab_morn {
    margin-top: 5px;
  }
  .fundDesc__shareClass.bm-site_EMEA {
    margin-bottom: 15px;
  }
  .fundDesc__shareClassHeading {
    margin-top: 4px;
  }
  .fundDesc__shareClassHeading.bm-site_EMEA {
    margin-top: 12px;
  }
  .fundDesc__shareClassHeading.bm-tab_morn {
    margin-top: 7px;
  }
  .fundDesc__text {
    font-size: 13px;
    margin-top: 15px;
    padding-right: 10px;
  }
  .fundDesc__code.bm-tab_morn {
    padding: 0px 8px 1px 8px;
  }
  .fundDesc__code.bm-tab_list {
    left: -2px;
  }
  .fundDesc.bm-tab_list {
    padding-left: 20px;
  }
}
/*******************************
block - container for all the fund statistics
*******************************/
.fundData {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  margin-top: 17px;
  margin-top: 10px;
  padding-left: 2px;
}
.fundData.bm-tab_morn {
  margin-bottom: 3px;
}
.fundData.bm-tab_list {
  margin-bottom: 9px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .fundData {
    margin-bottom: 0;
    margin-top: 5px;
    margin-top: 14px;
    margin-top: 13px;
    padding-right: 14px;
  }
  .fundData.bm-tab_list {
    margin-bottom: 0;
    margin-top: 0px;
    width: 60%;
  }
  .fundData.bm-header_list {
    width: 60%;
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .fundData.bm-tab_morn {
    margin-top: 8px;
    margin-bottom: -2px;
  }
  .fundData.bm-header_list {
    margin-top: 0;
  }
}
/*******************************
block - contains the key and value pair for one fund statistic
*******************************/
.fundStat {
  float: left;
  line-height: 13px;
  padding-right: 0%;
  position: relative;
  width: 50%;
  width: 100%;
  margin-bottom: 10px;
}
.fundStat__key {
  color: #666666;
  display: block !important;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 2px;
}
.fundStat__value {
  bottom: 0;
  font-family: 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 30px;
  font-weight: normal;
  position: relative;
  line-height: 30px;
}
.fundStat__value.bm-value_nav {
  padding-left: 15px;
}
.fundStat__value.bm-value_nav .icon {
  position: absolute;
  top: 9px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fundStat__value.bm-value_nav .icon {
    top: 6px;
  }
  .fundStat__value.bm-value_nav .icon.bm-icon_center {
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
  }
}
.fundStat__value .im-arrowUpGreen,
.fundStat__value .im-arrowDownRed {
  padding-bottom: 14px;
}
.fundStat__value .im-arrowNoChangeGrey {
  padding-bottom: 15px;
  margin-left: 3px;
}
.fundStat.bm-column_right {
  float: left;
}
@media (min-width: 768px) {
  .fundStat {
    width: 50%;
    float: left;
    clear: left;
    line-height: 12px;
    margin-bottom: 15px;
    margin-top: 14px;
    min-height: 49px;
    width: 48%;
  }
  .fundStat__key {
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .fundStat__key.bm-tab_list {
    display: none !important;
  }
  .fundStat__key.bm-tabHeader_list {
    font-weight: normal;
  }
  .fundStat__value {
    color: #333333;
    line-height: 20px;
    font-size: 20px;
  }
  .fundStat__value .im-arrowUpGreen {
    padding-bottom: 12px;
  }
  .fundStat__value .im-arrowDownRed {
    padding-bottom: 9px;
  }
  .fundStat__value .im-arrowNoChangeGrey {
    padding-bottom: 12px;
  }
  .fundStat__value.bm-tab_list {
    font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
    font-size: 14px;
    position: relative;
  }
  .fundStat__value.bm-tab_list .im-arrowUpGreen {
    padding-bottom: 10px;
  }
  .fundStat__value.bm-tab_list .im-arrowDownRed {
    padding-bottom: 7px;
  }
  .fundStat__value.bm-tab_list .im-arrowNoChangeGrey {
    padding-bottom: 9px;
  }
  .fundStat.bm-column_right {
    float: left;
    clear: right;
    margin-left: 4%;
  }
  .fundStat.bm-column_right.bm-tab_list {
    clear: none;
    float: right;
  }
  .fundStat.bm-tab_list {
    width: 33.33333333%;
    float: left;
    clear: none;
    margin-top: 0px;
    min-height: 0;
    padding-left: 14px;
    margin-left: 0;
  }
  .fundStat.bm-header_list {
    line-height: 12px;
    margin-top: 4px;
    padding-left: 14px;
  }
}
@media (min-width: 1024px) {
  .fundStat__value {
    font-size: 24px;
    line-height: 26px;
  }
  .fundStat__key.bm-tabHeader_list {
    font-weight: bold;
  }
  .fundStat.bm-tab_morn {
    margin-bottom: 28px;
  }
  .fundStat.bm-tab_list {
    margin-bottom: 0px;
  }
  .fundStat.bm-header_list {
    margin-bottom: 18px;
  }
}
/*******************************
block - container for the highchart
[Featured Funds]
*******************************/
.fundGraph {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .fundGraph {
    width: 50%;
    float: left;
    padding-bottom: 0;
    padding-top: 48px;
    width: 52.4%;
  }
  .fundGraph__image {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .fundGraph {
    padding-top: 32px;
  }
}
/*******************************
block - "See All in Fund Finder" link(one for each tab)
*******************************/
.seeAllLink {
  display: none;
  margin: 15px 0px 17px 9px;
  width: 90%;
}
.seeAllLink.bm-mode_noFav {
  display: none !important;
}
.seeAllLink.bm-tab_morn {
  margin-top: 5px;
}
.seeAllLink.bm-tab_list {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .seeAllLink {
    display: inline-block;
    font-size: 14px;
    margin-left: 31px;
    margin-top: 0;
  }
  .seeAllLink.bm-tab_list {
    margin-top: 15px;
  }
  .seeAllLink.bm-tab_morn {
    margin-top: 14px;
  }
}
@media (min-width: 1024px) {
  .seeAllLink {
    font-size: 16px;
  }
  .seeAllLink.bm-tab_morn {
    margin-top: 7px;
  }
}
/*******************************
block - table header row section containing fundStat keys
(tablet/desktop view)
[Recently Viewed, Favorite Funds]
*******************************/
.fundTableHeader {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .fundTableHeader {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
  }
}
@media (min-width: 1024px) {
  .fundTableHeader {
    padding-bottom: 0px;
    padding-top: 15px;
  }
}
/*******************************
block - table header row section "Fund Name - Share Class"
(tablet/desktop view)
[Recently Viewed, Favorite Funds]
*******************************/
.fundDescHeader {
  width: 83.33333333%;
  float: left;
}
@media (min-width: 768px) {
  .fundDescHeader {
    width: 41.66666667%;
    float: left;
    padding-bottom: 9px;
    width: 40%;
  }
  .fundDescHeader__name {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    padding: 20px 0 0 2px;
  }
}
@media (min-width: 1024px) {
  .fundDescHeader {
    padding-bottom: 0;
  }
  .fundDescHeader__name {
    font-weight: bold;
    padding-top: 0;
  }
}
/*******************************
block - loading mask for LFC
(mobile/tablet/desktop view)
*******************************/
.lfc_loading {
  display: none;
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 2;
}
@media (min-width: 1024px) {
  .lfc_loading {
    width: 98%;
  }
}
.lfc_loading_contain {
  width: 100%;
  height: 455px;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  top: 0;
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .lfc_loading_contain {
    height: 412px;
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .lfc_loading_contain {
    height: 430px;
    padding: 60px 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);
  }
}
/*******************************
component - Explore Funds
*******************************/
.exploreFunds {
  background-color: #a0b9d2;
  float: left;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 10px 0 15px 2.813%;
  width: 100%;
}
.exploreFunds__text {
  float: left;
  width: 100%;
  color: #FFF;
}
.exploreFunds__text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.exploreFunds__heading {
  border-bottom: 1px solid #B4CADF;
  padding-bottom: 5px;
  color: #ffffff;
  float: left;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 20px;
  margin: 6px 0 10px 0;
  width: 98.5%;
}
.exploreFunds__nav {
  float: left;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 1px;
  width: 100%;
  position: relative;
}
.exploreFunds__nav__heading {
  color: #FFF;
  margin: 0;
}
.exploreFunds__nav__Link {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
.exploreFunds__nav__seperator {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
.exploreFunds__seeAllLink {
  color: #456c96;
  float: left;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .exploreFunds {
    padding-left: 1.413%;
  }
  .exploreFunds__text {
    width: 48%;
    margin-bottom: 15px;
  }
  .exploreFunds__heading {
    margin-bottom: 20px;
  }
  .exploreFunds__nav {
    margin-bottom: 28px;
  }
  .exploreFunds__nav__heading {
    margin-bottom: 12px;
  }
  .exploreFunds__search {
    font-size: 14px;
  }
  .exploreFunds__seeAllLink {
    font-size: 14px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .exploreFunds {
    padding-left: 2.41%;
  }
  .exploreFunds__text {
    width: 50%;
    font-size: 18px;
  }
  .exploreFunds__heading {
    font-size: 26px;
    margin-top: 9px;
    width: 98%;
  }
  .exploreFunds__nav {
    margin-bottom: 18px;
  }
  .exploreFunds__search {
    font-size: 12px;
  }
  .exploreFunds__seeAllLink {
    font-size: 16px;
    margin-top: 21px;
  }
  .exploreFunds__nav {
    width: 100%;
  }
}
.exploreFunds.bm-version_2 .exploreFunds__heading {
  border-bottom: 0 none;
}
.exploreFunds.bm-version_2 .exploreFunds__nav {
  margin-bottom: 15px;
}
.exploreFunds.bm-version_2 .exploreFunds__searchWrap {
  width: 97%;
  width: 98%\9;
  margin-right: 1.5%;
}
.exploreFunds.bm-version_2 .exploreFunds__nav__seperator:last-child {
  display: none;
}
.exploreFunds.bm-version_2 .exploreFunds__nav-alsoview {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .exploreFunds.bm-version_2 .exploreFunds__heading {
    margin-bottom: 0px;
  }
  .exploreFunds.bm-version_2 .exploreFunds__searchWrap {
    float: right;
    width: 48%;
  }
  .exploreFunds.bm-version_2 .exploreFunds__nav {
    margin-bottom: 30px;
  }
  .exploreFunds.bm-version_2 .exploreFunds__nav-group {
    border-left: none;
    border-bottom: 1px solid #FFF;
    padding-bottom: 14px;
    margin-bottom: 14px;
    width: 98%;
  }
  .exploreFunds.bm-version_2 .exploreFunds__nav-alsoview {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .exploreFunds.bm-version_2 .exploreFunds__searchWrap {
    width: 40%;
  }
  .exploreFunds.bm-version_2 .exploreFunds__nav {
    width: 67%;
    margin-bottom: 19px;
  }
  .exploreFunds.bm-version_2 .exploreFunds__nav-group {
    width: 27.5%;
    float: right;
    padding-left: 1.5%;
    padding-bottom: 6px;
    border-bottom: none;
    border-left: 1px solid #FFF;
  }
  .exploreFunds.bm-version_2 .exploreFunds__nav-group a {
    clear: both;
    float: left;
    margin-bottom: 10px;
  }
  .exploreFunds.bm-version_2 .exploreFunds__nav__seperator {
    display: none;
  }
  .exploreFunds.bm-version_2 .exploreFunds__nav-alsoview {
    margin-bottom: 7px;
  }
}
/*******************************
block - wrapper for all the (8) asset classes
*******************************/
.exploreFundsNavItem {
  background-color: #ffffff;
  float: left;
  line-height: 12px;
  margin-bottom: 8px;
  margin-right: 3.3%;
  margin-top: 7px;
  min-height: 35px;
  position: relative;
  width: 30%;
  height: 35px;
  overflow: hidden;
}
.exploreFundsNavItem__leftIndicator {
  bottom: 0;
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
.exploreFundsNavItem__assetClass {
  color: #000000;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: 14px;
  padding-left: 9px;
  vertical-align: middle;
  word-break: break-word;
  padding-right: 3px;
}
.exploreFundsNavItem__assetClass__txt {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .exploreFundsNavItem {
    height: 43px;
    margin-bottom: 0px;
    margin-right: 1.5%;
    margin-top: 5px;
    min-height: 43px;
    width: 23.5%;
  }
  .exploreFundsNavItem__assetClass {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 9px;
  }
}
@media (min-width: 1024px) {
  .exploreFundsNavItem {
    height: 40px;
    min-height: 40px;
    margin-bottom: 11px;
    margin-right: 1.9%;
    width: 23.1%;
  }
}

/* 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);
  }
}
.navPanel {
  float: left;
  margin: 25px 1.5% 0;
  max-width: 97%;
  width: auto;
  display: table;
  padding-left: 9%;
}
@media (min-width: 1024px) {
  .navPanel {
    margin-left: 0;
  }
}
.navPanel__tab {
  border-right-color: #efefed;
  background-color: #f4f4f2;
  color: #252525;
  cursor: pointer;
  display: table-cell;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  height: auto;
  border-right: 2px solid #ffffff;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .navPanel__tab {
    padding: 18px 42px 17px;
  }
}
@media (min-width: 1024px) {
  .navPanel__tab {
    padding: 18px 95px 17px;
  }
}
@media (min-width: 768px) {
  .navPanel__hr {
    border-top: 1px solid #dddddb;
    clear: both;
  }
}
.navPanel__tab.bm-mode_active {
  background-color: #fff;
  color: #85abd1;
  cursor: default;
  border: 1px solid #dddddb;
  border-bottom: 0px;
  position: relative;
}
.navPanel__tab.bm-mode_active::after {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  position: absolute;
  bottom: -1px;
}
.fundCarousel > hr {
  margin: 0 0 34px 0;
}
.fundCarousel__prevBtn,
.fundCarousel__nextBtn {
  height: 27px;
  width: 16px;
  top: 50%;
  padding-top: 0px;
  background-image: url("../../clientlibs/gsam-style/common/img/sprites/sas_icons_ratina_small.png");
  background-repeat: no-repeat;
  background-color: #fff;
}
.fundCarousel__prevBtn {
  background-position: -3px -2106px;
  left: 3.5%;
}
@media (min-width: 1024px) {
  .fundCarousel__prevBtn {
    left: 7.5%;
  }
}
.fundCarousel__nextBtn {
  background-position: -20px -2106px;
  right: 3.5%;
}
@media (min-width: 1024px) {
  .fundCarousel__nextBtn {
    right: 7.5%;
  }
}
.fundCarousel .fundHeader {
  padding: 6px 20px 4px 20px;
}
.fundCarousel .fundHeader__headerText {
  font-size: 16px;
  color: #508ac4;
}
.fundCarousel .fundHeader__headerText.selected .icon {
  display: block;
  background-position: -5px -694px;
}
.fundCarousel .disclaimer {
  padding: 0px 0 30px;
}
.fundCarousel .disclaimerComp {
  width: 100%;
}
.fundCarousel .disclaimerCont {
  padding: 0 4%;
  display: inline-block;
}
@media (min-width: 768px) {
  .fundCarousel .disclaimerCont {
    padding: 20px 12% 0;
  }
}
.fundCarousel .bm-mode_noFav .disclaimerCont {
  padding: 0;
}
@media (min-width: 768px) {
  .fundCarousel .bm-mode_noFav .disclaimerCont {
    padding: 20px 12% 0;
  }
}
@media (min-width: 768px) {
  .fundSlide .fundTableHeader .fundDescHeader {
    margin-top: 20px;
  }
  .fundSlide .fundTableHeader .fundStat.bm-header_list {
    margin-bottom: 0;
    margin-top: 2px;
  }
  .fundSlide .fundTableHeader .fundStat.bm-header_list .fundStat__key > .fundStat {
    width: 100%;
  }
  .fundSlide .fundTableHeader .fundData > .fundStat.bm-header_list:first-child {
    margin-top: 18px;
  }
}
.fundSlide__fundContent.bm-tab_morn {
  padding-left: 3.8%;
}
@media (min-width: 1024px) {
  .fundSlide__fundContent.bm-tab_morn {
    padding-left: 6.8%;
  }
}
@media (min-width: 1024px) {
  .fundSlide__fundContent.bm-tab_morn {
    padding-left: 10.8%;
  }
}
.fundSlide__contentHeader {
  padding: 0px 4.083%;
}
@media (min-width: 768px) {
  .fundSlide__contentHeader {
    padding: 0px 12.083%;
  }
}
.fundSlide__fundContent.bm-tab_list {
  padding: 0px 0 0 2.583%;
}
@media (min-width: 768px) {
  .fundSlide__fundContent.bm-tab_list {
    padding: 0px 12.083%;
  }
}
.fundSlide .fundInfo .fundStat {
  margin-bottom: 20px;
}
.fundSlide .fundInfo .fundStat__value {
  color: #333;
}
.fundSlide .fundInfo.bm-tab_morn {
  padding: 9px 0 0 20px;
  background-color: #f4f4f2;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.bm-tab_morn {
    background-color: transparent;
    padding: 9px 0 0 45px;
    border-right: 0;
  }
}
.fundSlide .fundInfo.bm-tab_list {
  padding: 20px;
  background-color: #f4f4f2;
}
.fundSlide .fundInfo.bm-tab_list:hover {
  background-color: #f4f4f2;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.bm-tab_list {
    padding: 20px 0;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .fundSlide .fundInfo.bm-tab_list .fundDesc {
    padding-left: 0px;
  }
}
.fundSlide .fundInfo.bm-tab_list .fundDesc .fundStat {
  margin-bottom: 20px;
}
.fundSlide .fundInfo.bm-tab_list .fundDesc .fundStat__value {
  color: #666;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.bm-tab_list .fundDesc .fundStat__value {
    font-size: 24px;
  }
}
.fundSlide .fundInfo.bm-tab_list .fundData .fundStat__value {
  font-size: 24px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.bm-tab_list .fundData .fundStat__value {
    font-size: 14px;
    font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
    padding-left: 0;
  }
}
.fundSlide .fundInfo.bm-tab_list .fundData .fundStat.bm-column_right.bm-tab_list {
  padding-left: 0;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.bm-tab_list .fundData .fundStat.bm-column_right.bm-tab_list {
    padding-left: 30px;
  }
}
.fundSlide .fundInfo.bm-tab_list .fundDesc__name.bm-tab_list {
  padding-left: 10px;
}
.fundSlide .fundInfo.bm-tab_list .fundDesc__name.bm-type_minheight {
  min-height: 30px;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.bm-tab_list .bm-type_tablecell {
    display: table-cell;
    vertical-align: middle;
  }
}
.fundSlide .fundInfo.featuredFund {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f4f4f2;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.featuredFund {
    width: 51%;
    padding-left: 9.8%;
    background-color: transparent;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .fundSlide .fundInfo.featuredFund {
    padding-left: 13.8%;
    background-color: transparent;
  }
}
.fundSlide .fundInfo.featuredFund .fundStat {
  margin-bottom: 20px;
}
.fundSlide .fundInfo.featuredFund .fundStat__key {
  font-weight: normal!important;
}
.fundSlide .fundInfo.featuredFund .fundStat__value {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  font-size: 24px;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.featuredFund .fundStat__value {
    font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
  }
}
.fundSlide .fundInfo.featuredFund .fundStat__value.bm-value_nav {
  padding-left: 0;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.featuredFund .fundStat:first-child {
    padding-bottom: 20px;
    border-bottom: 1px #ebebeb solid;
  }
  .fundSlide .fundInfo.featuredFund .fundStat:first-child .fundStat__key {
    margin-bottom: 20px;
  }
  .fundSlide .fundInfo.featuredFund .fundStat:nth-child(2) {
    padding-bottom: 20px;
    border-bottom: 1px #ebebeb solid;
  }
}
.fundSlide .fundInfo.featuredFund .fundDesc {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.featuredFund .fundDesc {
    padding-right: 0;
  }
}
.fundSlide .fundInfo.featuredFund .fundDesc__text {
  font-size: 18px;
  color: #666666;
  font-family: 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.fundSlide .fundInfo.featuredFund .fundDesc__name {
  font-size: 16px;
  border-left: 5px solid;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.featuredFund .fundDesc__name {
    font-size: 20px;
    padding-right: 0;
  }
}
.fundSlide .fundInfo.featuredFund .fundDesc__shareClass {
  font-size: 14px;
}
@media (min-width: 768px) {
  .fundSlide .fundInfo.featuredFund .fundDesc__shareClass {
    font-size: 18px;
  }
}
.fundSlide .fundGraph .growthOf10K__chart {
  clear: both;
  margin-left: -15px;
  height: 200px;
}
.fundSlide .fundGraph .fundChart.bm-lfc .growthOf10K__chart {
  margin-left: 0;
  height: 260px;
  margin-top: 13px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .fundSlide .fundGraph {
    width: 38%;
    padding-top: 0;
  }
  .fundSlide .fundGraph .fm-type_2 {
    margin-top: 10px;
  }
  .fundSlide .fundGraph .growthOf10K__chart {
    margin-left: -9px;
    height: 400px;
  }
}
.fundSlide .fundGraph .fundChartSubTitle {
  float: right;
  font-size: 12px;
  color: #999999;
}
.fundSlide .cardSeparator {
  display: none!important;
}
.fundDesc__code {
  display: none!important;
}
.fundDesc__name {
  display: table!important;
}
.fundModule.bm-mode_noFav {
  text-align: left;
}
.fundNotif.bm-mode_noFav {
  padding: 20px 0;
  background: transparent;
}
@media (min-width: 768px) {
  .fundNotif.bm-mode_noFav {
    padding: 20px 12% 0;
  }
}
.fundNotif.bm-mode_noFav .fundNotif__link {
  margin-left: 0;
}
.fundModule__fundSlides.bm-tab_list.bm-count_1 {
  margin-bottom: 20px;
}

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
Announcement Layer
*******************************/
.announcementlist {
  list-style: none;
}
.announcementlist__item {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.announcementlist__item:first-child {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}
.announcementlist__eyebrow {
  font: bold 11px/11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.announcementlist__date {
  color: #234e82;
}
.announcementlist__type {
  color: #999999;
}
.announcementlist__title {
  color: #333333;
  font: bold 17px/22px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin: 10px 0 20px 0;
  display: block;
}
.announcementlist__link {
  color: #6c8db6;
  text-decoration: none;
  font: 14px/14px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 20px;
  display: inline-block;
}
.announcementlist__weblinkIcon {
  vertical-align: text-top;
}
.announcementlist__pdfIcon {
  height: 14px;
}
@media (min-width: 768px) {
  .announcementlist .announcementlist__item:first-child {
    padding-top: 40px;
  }
  .announcementlist .announcementlist__eyebrow {
    font: bold 13px/12px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .announcementlist .announcementlist__title {
    font: bold 20px/26px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
    margin: 10px 0 10px 0;
  }
  .announcementlist .anouncementlist__link {
    margin-bottom: 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);
  }
}
.fdTabs {
  width: 100%;
  background: none;
  display: block;
  table-layout: fixed;
  position: relative;
}
.fdTabs__elem {
  display: block;
  background: none;
  padding: 14px 0 20px 0;
  color: #939d96;
  text-align: center;
  border: none;
  font: bold 13px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 1.23;
  text-align: left;
}
@media (min-width: 768px) {
  .fdTabs__elem {
    display: table-cell;
    text-align: center;
    background: #f4f4f2;
    border-right: 1px solid #234e82;
    border-bottom: 1px solid #d8d8d8;
  }
}
.fdTabs__elem.bm-mode_active {
  background: none;
  color: #234e82;
  border: none;
}
@media (min-width: 768px) {
  .fdTabs__elem.bm-mode_active {
    background: #ffffff;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-bottom: none;
  }
}
.fdTabs__elem .icon {
  margin-top: 5px;
  float: right;
}
.fdTabs.bm-margin_custom {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .fdTabs.bm-margin_custom {
    margin-bottom: 40px;
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .fdTabs {
    display: table;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*******************************
component - Explore Funds JAPAN
*******************************/
.exploreFunds {
  background-color: transparent;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 0 20px 40px;
  float: none;
}
@media (min-width: 768px) {
  .exploreFunds {
    padding: 0 40px 80px;
  }
}
.exploreFunds__heading {
  border-bottom: 0;
  margin: 0 auto 24px;
  text-align: center;
  font: 23px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000;
}
@media (min-width: 768px) {
  .exploreFunds__heading {
    font: 28px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.exploreFunds__heading::after {
  width: 60px;
  content: " ";
  margin: 24px auto 21px;
  display: block;
  border-top: 2px solid #508ac4;
}
.exploreFunds__searchDistributor {
  margin-left: 0;
  margin-top: 20px;
  display: block;
}
@media (min-width: 768px) {
  .exploreFunds__searchDistributor {
    margin-left: 20px;
    margin-top: 0;
    float: none;
    display: inline-block;
  }
}
.exploreFundsNavItem {
  width: 100%;
  margin-top: 8px;
  height: 42px;
  background-color: transparent;
  border-bottom: 1px solid #e4e0e0;
  padding-bottom: 0;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .exploreFundsNavItem {
    width: 23%;
    margin-top: 10px;
    height: 52px;
  }
}
.exploreFundsNavItem__leftIndicator {
  width: 3px;
  height: 58%;
}
.exploreFundsNavItem__assetClass {
  height: 70%;
}
.exploreFunds__nav__heading {
  color: #333;
  margin-bottom: 36px;
}
.exploreFunds .pSearchWrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .exploreFunds .pSearchWrap {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.exploreFunds .pSearchWrap .exploreFunds__nav__heading {
  margin-bottom: 10px;
}
.exploreFunds .pSearch {
  position: relative;
  background: #ffffff;
  float: left;
  height: 35px;
  width: 96.7%;
  padding: 0;
  font-size: 12px;
  margin-top: 10px;
}
.exploreFunds .pSearch .icon.im-searchWhiteBig {
  background-position: -1px -479px;
  width: 26px;
  height: 26px;
}
.exploreFunds .pSearch__inactiveIcon {
  display: none;
}
.exploreFunds .pSearch__icon {
  width: 32px;
  height: 35px;
  position: absolute;
  padding: 5px 0px 0px 4px;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #6286b5;
}
.exploreFunds .pSearch__icon.bm-type2 {
  display: none;
}
.exploreFunds .pSearch__inputContainer {
  display: inline-block;
  width: 100%;
}
.exploreFunds .pSearch__inputContainer .water-mark {
  padding-top: 1px;
  padding-left: 14px;
}
.exploreFunds .pSearch__input {
  color: black;
  border: 0px;
  height: 35px;
  width: 100%;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 35px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  padding-top: 0px\9;
  line-height: 35px\9;
  /*IE8 specific*/
}
.exploreFunds .pSearch__input:focus {
  outline: 0;
}
.exploreFunds .pSearch__cross {
  position: absolute;
  top: 12px;
  right: 40px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .exploreFunds .pSearch {
    position: relative;
    background: #ffffff;
    float: left;
    height: 33px;
    width: 100%;
    padding: 0;
    margin-top: 5px;
  }
  .exploreFunds .pSearch__input {
    font-size: 14px;
    padding-top: 6px;
    padding-left: 11px;
    height: 40px;
    padding-top: 0px\9;
    line-height: 33px\9;
    padding-right: 158px;
  }
  .exploreFunds .pSearch__cross {
    top: 14px;
    right: 152px;
  }
  .exploreFunds .pSearch__icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #6286b5;
    display: inline-block;
    padding: 5px 0px 0px 4px;
    height: 100%;
    width: 32px;
  }
  .exploreFunds .pSearch__icon.bm-type2 {
    display: inline-block;
    right: 0;
    background-color: #508ac4;
    padding-top: 0;
  }
  .exploreFunds .pSearch__icon.bm-type2 .blueButton_v2 {
    float: right;
    width: 140px;
  }
  .exploreFunds .pSearch__inputContainer {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .exploreFunds .pSearch {
    height: 40px;
    width: 100%;
  }
  .exploreFunds .pSearch__input {
    height: 44px;
    padding-left: 13px;
    padding-right: 160px;
    padding-top: 5px;
    padding-top: 0px\9;
    line-height: 40px\9;
  }
  .exploreFunds .pSearch__cross {
    top: 15px;
    right: 152px;
  }
  .exploreFunds .pSearch__icon {
    padding: 7px 0px 0px 0px;
    width: 35px;
  }
}
.exploreFunds .pSearch.bm-search_exploreFund {
  background: transparent;
  border-bottom: 1px solid #FFF;
  width: 100%;
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 30px;
  height: 41px;
}
.exploreFunds .pSearch.bm-search_exploreFund ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}
.exploreFunds .pSearch.bm-search_exploreFund :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
  opacity: 1;
}
.exploreFunds .pSearch.bm-search_exploreFund ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
  opacity: 1;
}
.exploreFunds .pSearch.bm-search_exploreFund :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}
.exploreFunds .pSearch.bm-search_exploreFund .pSearch__inputContainer .water-mark {
  padding-left: 0;
  font-size: 14px;
  color: #FFF !important;
}
@media (min-width: 768px) {
  .exploreFunds .pSearch.bm-search_exploreFund .pSearch__inputContainer .water-mark {
    color: #FFF !important;
    font-size: 16px;
  }
}
.exploreFunds .pSearch.bm-search_exploreFund .pSearch__input {
  color: #FFF;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
}
@media (min-width: 768px) {
  .exploreFunds .pSearch.bm-search_exploreFund .pSearch__input {
    font-size: 16px;
  }
}
.exploreFunds .pSearch.bm-search_exploreFund .pSearch__icon {
  background-color: transparent;
  width: 18px;
  height: 18px;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .exploreFunds .pSearch.bm-search_exploreFund .pSearch__icon {
    width: 36px;
    height: 36px;
    top: -3px;
  }
  .exploreFunds .pSearch.bm-search_exploreFund .pSearch__icon.bm-override {
    display: none;
  }
}
.exploreFunds .pSearch.bm-search_activated {
  background-color: #eff0eb;
  border: none;
  width: 100%;
  height: 55px;
  padding: 9px 3%;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  margin: 0;
  z-index: 100000;
}
.exploreFunds .pSearch.bm-search_activated ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
.exploreFunds .pSearch.bm-search_activated :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.exploreFunds .pSearch.bm-search_activated ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.exploreFunds .pSearch.bm-search_activated :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.exploreFunds .pSearch.bm-search_activated .pSearch__closeIcon {
  right: 48px;
}
.exploreFunds .pSearch.bm-search_activated .pSearch__inputContainer .water-mark {
  padding-left: 34px;
  font-size: 12px;
  color: #000 !important;
}
.exploreFunds .pSearch.bm-search_activated .pSearch__input {
  background-color: #FFF;
  padding-left: 34px;
  color: #000;
}
@media (min-width: 768px) {
  .exploreFunds .pSearch.bm-search_activated ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #eee;
  }
  .exploreFunds .pSearch.bm-search_activated :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #eee;
    opacity: 1;
  }
  .exploreFunds .pSearch.bm-search_activated ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #eee;
    opacity: 1;
  }
  .exploreFunds .pSearch.bm-search_activated :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #eee;
  }
}
.exploreFunds .bm-search_activated .pSearch__smallIcon {
  width: 30px;
  height: 35px;
  position: absolute;
  padding: 10px;
  display: inline-block;
}
.exploreFunds .bm-search_activated .pSearch__inputContainer {
  display: inline-block;
  width: 100%;
}
.exploreFunds .bm-search_activated .pSearch__inputContainer .water-mark {
  padding-top: 3px;
  padding-left: 32px;
}
.exploreFunds .bm-search_activated .pSearch__input {
  color: black;
  border: 0px;
  height: 35px;
  width: 100%;
  padding-left: 34px;
}
.exploreFunds .bm-search_activated .pSearch__input:focus {
  outline: 0;
}
.exploreFunds .bm-search_activated .pSearch__cancelBtn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.exploreFunds .bm-search_typed .pSearch__closeIcon {
  width: 12px;
  height: 32px;
  position: absolute;
  right: 6%;
  top: 5px;
  padding: 7px;
}
@media (min-width: 768px) {
  .exploreFunds .bm-search_typed .pSearch__closeIcon {
    display: none;
  }
}
.exploreFunds .icon.im-crossBlueBig {
  background-position: -4px -130px;
  width: 14px;
  height: 13px;
}
.exploreFunds__allFunds {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

/* 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);
  }
}
.pageMetaInfo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pageMetaInfo .tm-color_white {
  color: #ffffff;
}
.pageMetaInfo.btm_spacing {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .pageMetaInfo.btm_spacing {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .pageMetaInfo {
    flex-direction: row;
  }
}
.pageMetaInfo__col {
  vertical-align: middle;
}
.pageMetaInfo__col.bm-col1 {
  order: 2;
}
@media (min-width: 768px) {
  .pageMetaInfo__col.bm-col1 {
    order: 1;
    flex: 1;
  }
}
.pageMetaInfo__col.bm-col2 {
  text-align: center;
  order: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pageMetaInfo__col.bm-col2 {
    order: 2;
    text-align: right;
    width: 180px;
    margin-bottom: 0;
  }
}
.pageMetaInfo__title {
  max-width: 760px;
}
.pageMetaInfo__title.tm-accent-white a h1:hover,
.pageMetaInfo__title.tm-accent-white a h2:hover,
.pageMetaInfo__title.tm-accent-white a h3:hover,
.pageMetaInfo__title.tm-accent-white a h4:hover {
  opacity: 0.75;
  color: #ffffff;
}
.pageMetaInfo__title.tm-accent-white h1,
.pageMetaInfo__title.tm-accent-white h2,
.pageMetaInfo__title.tm-accent-white h3,
.pageMetaInfo__title.tm-accent-white h4 {
  color: #ffffff;
  margin-top: 0;
}
.pageMetaInfo h5,
.pageMetaInfo h6 {
  max-width: 760px;
}
.pageMetaInfo h5.tm-accent-white,
.pageMetaInfo h6.tm-accent-white {
  color: #ffffff;
}
.pageMetaInfo__introText {
  max-width: 760px;
}
.pageMetaInfo__introText.desc1 {
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
}
.pageMetaInfo__introText.desc2 {
  font-size: 20px;
  line-height: 25px;
}
.pageMetaInfo__introText.tm-accent-white {
  color: #ffffff;
}
.pageMetaInfo__breadcrumb {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 25px;
}
.pageMetaInfo__breadcrumb a span {
  display: block;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .pageMetaInfo__breadcrumb a span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .pageMetaInfo__breadcrumb a {
    border-right: 0 !important;
  }
}
.pageMetaInfo__breadcrumb.tm-accent-white a span:hover {
  opacity: 0.75;
}
.pageMetaInfo__breadcrumb.tm-accent-white span:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.pageMetaInfo__breadcrumb.tm-accent-white a:not(:last-child) {
  border-right: 1px solid  #ffffff;
}
.pageMetaInfo__breadcrumb.tm-accent-white span {
  color: #ffffff;
}
.pageMetaInfo__breadcrumb span {
  color: #508ac4;
}
@media (min-width: 768px) {
  .pageMetaInfo__breadcrumb {
    margin-bottom: 0;
  }
}
.pageMetaInfo__breadcrumb span:not(:last-child) {
  border-right: 1px solid #508ac4;
  padding-right: 5px;
}
.pageMetaInfo__keywordsSeparator {
  margin: 10px 0;
}
.pageMetaInfo__keywordsSeparator.tm-accent-white {
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .pageMetaInfo__keywordsSeparator {
    margin-bottom: 20px;
    width: 60%;
    float: left;
  }
}
.pageMetaInfo__keywordsTags {
  font: 11px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  clear: both;
}
.pageMetaInfo__keywordsTags.tm-accent-white {
  color: #ffffff;
}

/* 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);
  }
}
.fundList {
  padding: 0;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .fundList {
    padding: 0px 3%;
  }
}
.fundListCont {
  display: block;
  width: 100%;
  clear: both;
  background-color: #f4f4f2;
  float: left;
  padding: 20px;
  margin-bottom: 20px;
}
.fundListCont__item {
  display: block;
  margin-bottom: 20px;
}
.fundListCont__item .itemLink {
  display: inline-block;
  color: #6c8db6;
  font-size: 14px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 4px;
}
.fundList__pdfIcon {
  height: 14px;
  vertical-align: middle;
}
.fundList .fundDesc__name.bm-tab_list {
  color: #333;
  line-height: 1.38;
}
.fundList .fundDesc__name:before {
  border: 0;
  padding: 0;
}
.fundList .bm-type-medium {
  display: inline-block;
  padding-left: 10px;
  margin-top: 10px;
  color: #404040;
  font-size: 16px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.fundList .bm-type_fundlist {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  font-size: 24px;
}
.fundList .bm-type_bolder {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  font-size: 18px;
}
@media (min-width: 768px) {
  .fundList .bm-type_bolder {
    font-size: 16px;
  }
}
.fundList .bm-type_small {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
}
.fundList .bm-type_bold {
  font-size: 24px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.fundListComp {
  padding: 0;
}
.fundListComp .mask__content {
  top: 36%;
}
.fundList .fundTile {
  display: table-cell;
  height: 100%;
  padding: 0 2px 0 3px;
}
.fundList .fundTile-for-print {
  height: 100%;
  border-width: 0 0 0 4px;
  border-style: solid;
  display: none;
}
.fundList .bm-type_linkbold {
  display: inline-block;
  margin-left: 10px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
.fundList .bm-type_linkthin {
  display: block;
  padding-left: 10px;
  margin-top: 10px;
  color: #404040;
  font-size: 16px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .fundList {
    padding: 0px 12.083%;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 5px;
    /* cellspacing:poor IE support for  this */
  }
  .fundList__pdfIcon {
    vertical-align: baseline;
  }
  .fundList .bm-type_bold {
    font-size: 16px;
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  }
  .fundList .fundsHeader {
    font-size: 16px;
    color: #999999;
    display: table-row;
    width: 100%;
    clear: both;
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    border-bottom: 1px #dddddb solid;
  }
  .fundList .fundsHeader__item {
    display: table-cell;
    padding-bottom: 10px;
    padding-right: 20px;
  }
  .fundList .fundsHeader__item:first-child {
    width: 40%;
    padding-right: 40px;
  }
  .fundListComp {
    padding: 0 40px;
  }
  .fundListCont {
    display: table-row;
    width: 100%;
    clear: both;
    border-bottom: 1px #dddddb solid;
    background-color: transparent;
    float: none;
  }
  .fundListCont__item {
    display: table-cell;
    padding-top: 34px;
    padding-bottom: 34px;
    word-break: break-word;
    vertical-align: middle;
    padding-right: 20px;
  }
  .fundListCont__item .itemLink {
    display: inline-block;
    font-size: 16px;
  }
  .fundListCont__item:first-child {
    width: 40%;
    padding-right: 40px;
  }
  .fundListCont .compCont {
    width: 100%;
    padding: 0;
  }
  .fundList .bm-type_fundlist {
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    font-size: 16px;
  }
}
.offshoreMasked {
  min-height: 200px;
  position: relative;
}
.offshoreMasked .mask {
  z-index: 2;
  background-color: #ffffff;
  display: block;
}
.offshore .marquee.bm-type_fundTitle {
  min-height: 160px;
}
.offshore.fundList {
  margin-top: 60px;
}
.fdTabs__elem.activeTab {
  color: #234e82;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.leftColPadding.bm-tab_fundlist {
  padding: 0;
}
@media (min-width: 768px) {
  .leftColPadding.bm-tab_fundlist {
    padding: 0 3.13% 0;
  }
}
.fundDesc__name {
  word-break: break-all;
}
.bm-type_minheight {
  min-height: 200px;
}
.fdTabs.fundListTabs {
  padding: 0;
}
.fundListTabs {
  padding: 0;
}
.fundListTabs .fdTabs__elem {
  padding: 14px 3% 20px;
}
.fundListTabs .fdTabs__elem:first-child {
  border-bottom: 2px #d8d8d8 solid;
}
@media (min-width: 768px) {
  .fundListTabs .fdTabs__elem:first-child {
    border-bottom-width: 1px;
  }
}
.fundListTabs .fdTabs__elem.activeTab {
  border-bottom: 0;
}
/********Distributor funds********/
.distributorFundPage .marquee.bm-type_fundTitle {
  min-height: 162px;
}
.distributorFunds {
  margin-top: 60px;
}
.distributorFunds .fundListComp {
  padding: 0;
}
@media (min-width: 768px) {
  .distributorFunds .fundListComp {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .distributorFunds .fundList .fundsHeader__item {
    word-break: keep-all;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .distributorFunds .fundList .fundsHeader__item,
  .distributorFunds .fundListCont__item {
    padding-right: 0;
    text-align: center;
  }
}
.distributorFunds .fundList .fundsHeader__item:first-child,
.distributorFunds .fundListCont__item:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .distributorFunds .fundList .fundsHeader__item:first-child,
  .distributorFunds .fundListCont__item:first-child {
    text-align: left;
    width: 30%;
  }
}
@media (min-width: 768px) {
  .distributorFunds .fundList {
    min-width: 1200px;
  }
  .distributorFunds .fundList .bm-type_bold,
  .distributorFunds .fundList .bm-type_bolder {
    font-size: 14px;
  }
}
.bm-type_nowrap {
  white-space: nowrap;
}
/********Fund detail/ Distributor tab********/
.distributionContainerMain .fundListCont:nth-child(even) {
  background: #f9fafa;
}
@media (max-width: 767px) {
  .distributionContainerMain .fundList .fundDesc__name .fundTile {
    display: none;
  }
  .distributionContainerMain .fundList .fundDesc__name .bm-type_linkthin,
  .distributionContainerMain .fundList .fundDesc__name .bm-type_linkbold {
    margin-left: 0;
    padding-left: 0;
  }
}
.compCont.fund-distributor-disclosure p {
  margin-top: 20px;
  margin-bottom: 0px;
}
.compCont.fund-list-distributor-disclosure p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .compCont.fund-list-distributor-disclosure p {
    margin-top: 20px;
  }
}

/* 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);
  }
}
.timeline__container {
  overflow: hidden;
}
.timeline__items {
  display: flex;
  flex-direction: column;
}
.timeline__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 768px) {
  .timeline__item {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .timeline__item.right {
    flex-direction: row;
  }
}
.timeline__item:first-child .bubble-separator.top {
  border-top: none;
  height: 225px;
}
@media (min-width: 768px) {
  .timeline__item:first-child .bubble-separator.top {
    height: 225px;
  }
}
@media (min-width: 768px) {
  .timeline__item:first-child .timeline__content__container {
    padding-top: 130px;
  }
}
@media (min-width: 768px) {
  .timeline__item:last-child .bubble-separator.bottom {
    height: 0px;
  }
}
.timeline__item.active {
  opacity: 1;
}
.timeline__item.active .timeline__content__container {
  z-index: 2;
}
.timeline__item.active .timeline__bubble__highlight {
  opacity: 0.1;
  width: 140%;
  height: 140%;
  left: -20%;
  top: -20%;
}
@media (min-width: 768px) {
  .timeline__item.active .timeline__bubble__highlight {
    width: 140%;
    height: 140%;
    left: -20%;
    top: -20%;
  }
}
.mediumbubble .timeline__item.active .timeline__bubble__highlight {
  width: 145%;
  height: 145%;
  left: -22.5%;
  top: -22.5%;
}
@media (min-width: 768px) {
  .mediumbubble .timeline__item.active .timeline__bubble__highlight {
    width: 145%;
    height: 145%;
    left: -22.5%;
    top: -22.5%;
  }
}
.largebubble .timeline__item.active .timeline__bubble__highlight {
  width: 160%;
  height: 160%;
  left: -30%;
  top: -30%;
}
@media (min-width: 768px) {
  .largebubble .timeline__item.active .timeline__bubble__highlight {
    width: 160%;
    height: 160%;
    left: -30%;
    top: -30%;
  }
}
@media (min-width: 768px) {
  .timeline__content {
    position: relative;
    width: 35%;
  }
}
.timeline__content__container {
  padding: 30px 0px 30px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline__content__container {
    position: absolute;
    text-align: right;
    padding-right: 25%;
    padding-left: 0px;
    padding-top: 75px;
  }
  .timeline__item.right .timeline__content__container {
    text-align: left;
    padding-right: 0px;
    padding-left: 25%;
  }
}
.timeline__content__title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.timeline__content__description {
  line-height: 27px;
  font-size: 20px;
}
.timeline__content__separator {
  opacity: 0;
  width: 1000px;
  position: absolute;
  right: 100%;
  top: 50%;
  border-top: 1px solid #428bca;
}
.timeline__item.right .timeline__content__separator {
  left: 100%;
}
@media (min-width: 768px) {
  .timeline__content__separator {
    opacity: 1;
  }
}
.timeline__bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .timeline__bubble {
    position: relative;
    width: 175px;
    height: 175px;
  }
}
.timeline__bubble__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .timeline__bubble__container {
    width: calc(65%);
    padding-right: 35%;
  }
  .timeline__item.right .timeline__bubble__container {
    padding-left: 35%;
    padding-right: 0px;
  }
}
.timeline__bubble__container .bubble-separator {
  height: 75px;
  width: 100px;
}
@media (min-width: 768px) {
  .timeline__bubble__container .bubble-separator {
    height: 90px;
  }
}
.timeline__bubble__container .bubble-separator.top {
  border-top: 1px solid #428bca;
}
.timeline__bubble__container .bubble-separator.top .vertical-line {
  border-color: #428bca;
}
@media (min-width: 768px) {
  .timeline__bubble__container .bubble-separator.top {
    border: none;
  }
}
.timeline__bubble__container .bubble-separator.bottom {
  border-bottom: 1px solid #428bca;
}
.timeline__bubble__container .bubble-separator.bottom .vertical-line {
  border-color: #428bca;
}
@media (min-width: 768px) {
  .timeline__bubble__container .bubble-separator.bottom {
    height: 0px;
    border: none;
  }
}
.timeline__bubble__container .bubble-separator .vertical-line {
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px solid #428bca;
  margin: 0px auto;
}
.mediumbubble .timeline__bubble {
  width: 200px;
  height: 200px;
}
@media (min-width: 768px) {
  .mediumbubble .timeline__bubble {
    width: 250px;
    height: 250px;
  }
}
.largebubble .timeline__bubble {
  width: 250px;
  height: 250px;
}
@media (min-width: 768px) {
  .largebubble .timeline__bubble {
    width: 325px;
    height: 325px;
  }
}
.timeline__bubble__title {
  color: #ffffff;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  padding: 0px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .timeline__bubble__title {
    font-size: 40px;
    line-height: 56px;
  }
}
.largebubble .timeline__bubble__title {
  font-size: 60px;
  line-height: 83px;
}
@media (min-width: 768px) {
  .largebubble .timeline__bubble__title {
    font-size: 80px;
    line-height: 111px;
  }
}
.mediumbubble .timeline__bubble__title {
  font-size: 50px;
  line-height: 69px;
}
@media (min-width: 768px) {
  .mediumbubble .timeline__bubble__title {
    font-size: 60px;
    line-height: 83px;
  }
}
.timeline__bubble__subtitle {
  color: #ffffff;
  font-size: 13.33333333px;
  line-height: 18.66666667px;
  padding: 0px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .timeline__bubble__subtitle {
    font-size: 17.77777778px;
    line-height: 24.88888889px;
  }
}
.largebubble .timeline__bubble__subtitle {
  font-size: 26.66666667px;
  line-height: 36.88888889px;
}
@media (min-width: 768px) {
  .largebubble .timeline__bubble__subtitle {
    font-size: 35.55555556px;
    line-height: 49.33333333px;
  }
}
.mediumbubble .timeline__bubble__subtitle {
  font-size: 22.22222222px;
  line-height: 30.66666667px;
}
@media (min-width: 768px) {
  .mediumbubble .timeline__bubble__subtitle {
    font-size: 26.66666667px;
    line-height: 36.88888889px;
  }
}
.timeline__bubble__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #428bca;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 14px 0px #999999;
  -moz-box-shadow: 5px 5px 14px 0px #999999;
  box-shadow: 5px 5px 14px 0px #999999;
}
.timeline__bubble__highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  box-sizing: content-box;
  background-color: #428bca;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.timeline__arrow-nav {
  border-left: 2px solid #428bca;
  border-bottom: 2px solid #428bca;
  transform: scaleX(1.3) rotate(-45deg);
  width: 30px;
  height: 30px;
  margin: 0px auto 3px auto;
  cursor: pointer;
}
.timeline__arrow-nav.moveup {
  margin-top: 200px;
  margin-bottom: 100px;
  transform: scaleX(1.3) rotate(135deg);
}

/* 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);
  }
}
.personDetailInfo {
  display: block;
  flex-direction: row;
  padding-bottom: 75px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .personDetailInfo {
    display: flex;
    padding-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  .personDetailInfo {
    padding: 0 108px 108px;
  }
}
@media (min-width: 1440px) {
  .personDetailInfo {
    padding: 0 15% 10% 9%;
  }
}
.personDetailInfo__col.bm-col1 {
  min-width: 100%;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .personDetailInfo__col.bm-col1 {
    min-width: 30%;
    padding-right: 5%;
    margin-bottom: 0;
  }
}
.personDetailInfo__col.bm-col1 > img {
  width: 70%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .personDetailInfo__col.bm-col1 > img {
    width: 100%;
  }
}
.personDetailInfo__col.bm-col2 {
  vertical-align: top;
  min-width: 100%;
}
@media (min-width: 768px) {
  .personDetailInfo__col.bm-col2 {
    min-width: 65%;
  }
}
.personDetailInfo__name {
  margin-top: 0;
  margin-bottom: 0;
  color: #796E65;
}
.personDetailInfo__title {
  margin-bottom: 35px;
  margin-top: 0;
  color: #796E65;
}
.personDetailInfo__socialLinks img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

/* 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);
  }
}
.show-on-load {
  display: none;
}
.mfDetail .gscioTabsPanel .tabsPanel .tabContent .insights.bm-type__topSpacing {
  margin-top: -48px;
}
.mfDetail .insightDetail__desc {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  color: #666;
}
.mfDetail .insightDetail__desc p {
  margin-bottom: 0;
}
.mfDetail .insightDetail.bm-border_left {
  margin: 0 0 50px 0px;
}
@media (min-width: 768px) {
  .mfDetail .insightDetail.bm-border_left {
    margin: 0 0px 50px 15px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.mfDetail .section__content {
  min-height: 200px;
}
.mfDetail .section__content .title-rating {
  display: block;
  position: relative;
  font-family: 'UniversLTStdLight';
}
.mfDetail .section__content .title-rating .js-cont-title {
  display: block;
}
.mfDetail .section__content .title-rating.title-with-rating {
  display: flex;
  flex-wrap: wrap;
}
.mfDetail .section__content .title-rating.title-with-rating .js-cont-title {
  display: inline-block;
}
@media (min-width: 1280px) {
  .mfDetail .section__content .title-rating.title-with-rating {
    flex-wrap: nowrap;
  }
}
.mfDetail .section__content .title-rating.title-with-rating .empty-div {
  flex-basis: 0;
}
@media (min-width: 1280px) {
  .mfDetail .section__content .title-rating.title-with-rating .empty-div {
    flex-basis: 365px;
  }
}
.mfDetail .section__content .title-rating.title-with-rating .js-cont-title {
  flex-basis: 100%;
}
@media (min-width: 1280px) {
  .mfDetail .section__content .title-rating.title-with-rating .js-cont-title {
    flex-basis: 470px;
    padding-right: 20px;
  }
  .mfDetail .section__content .title-rating.title-with-rating .js-cont-title .compCont {
    padding: 0;
  }
}
.mfDetail .section__content .title-rating.title-with-rating .js-cont-rating {
  flex-basis: 100%;
  margin-top: -20px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .mfDetail .section__content .title-rating.title-with-rating .js-cont-rating {
    flex-basis: 365px;
    text-align: left;
    margin-top: 5px;
  }
}
.mfDetail .section__content .title-rating .js-cont-rating {
  display: none;
  /* position: absolute; */
  text-align: center;
  /* right: 0; */
  /* padding: 0 4.9%; */
  /* top: 4px; */
  font-size: 16px;
}
.mfDetail .section__content .title-rating .js-cont-rating .rating__heading {
  font-family: 'UniversLTStdBold';
  position: relative;
  font-size: 18px;
}
@media (min-width: 768px) {
  .mfDetail .section__content .title-rating .js-cont-rating .rating__heading {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .mfDetail .section__content .title-rating .js-cont-rating .rating__heading {
    font-size: 18px;
  }
}
.mfDetail .section__content .title-rating .js-cont-rating .help-circle {
  width: 20px;
  height: 20px;
  border: 1px solid;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: -1px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .mfDetail .section__content .title-rating .js-cont-rating .help-circle {
    top: 1px;
  }
}
@media (min-width: 1024px) {
  .mfDetail .section__content .title-rating .js-cont-rating .help-circle {
    top: 3px;
  }
}
.mfDetail .section__content .title-rating .js-cont-rating .help-icon {
  padding-left: 5px;
}
.mfDetail .section__content .title-rating .js-cont-rating .help-section {
  position: relative;
  display: inline-block;
}
.mfDetail .section__content .title-rating .js-cont-rating .help-section:hover .help-icon {
  color: #428bca;
}
.mfDetail .section__content .title-rating .js-cont-rating .help-section:hover .help-circle {
  border: 1px solid #428bca;
}
@media (min-width: 768px) {
  .mfDetail .section__content .title-rating .js-cont-rating .help-section {
    position: relative;
  }
}
.mfDetail .section__content .title-rating .js-cont-rating .help-section.showHelp .help-tooltip {
  opacity: 1;
  display: block;
  max-height: 400px;
  transition: max-height 0.25s ease-in;
}
.mfDetail .section__content .title-rating .js-cont-rating .help-section.showHelp:before,
.mfDetail .section__content .title-rating .js-cont-rating .help-section.showHelp:after {
  display: block;
}
.mfDetail .section__content .title-rating .js-cont-rating .help-section:before {
  display: none;
  content: "";
  position: absolute;
  right: -1px;
  top: 16px;
  border: 10px solid transparent;
  border-bottom: 10px solid black;
  z-index: 4;
  width: 10px;
  left: calc(50% + 29px);
}
@media (min-width: 768px) {
  .mfDetail .section__content .title-rating .js-cont-rating .help-section:before {
    left: -1px;
  }
}
.mfDetail .section__content .title-rating .js-cont-rating .help-section:after {
  display: none;
  content: "";
  border: 9px solid transparent;
  border-bottom: 9px solid white;
  position: absolute;
  top: 18px;
  width: 10px;
  left: calc(50% + 30px);
  z-index: 4;
}
@media (min-width: 768px) {
  .mfDetail .section__content .title-rating .js-cont-rating .help-section:after {
    left: 0;
  }
}
.mfDetail .section__content .title-rating .js-cont-rating .help-tooltip {
  opacity: 0;
  position: absolute;
  border: 1px solid #666;
  background-color: #fff;
  margin-top: 9px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 3;
  border-top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'UniversLTStdLight';
  font-size: 18px;
  text-align: left;
}
@media (min-width: 768px) {
  .mfDetail .section__content .title-rating .js-cont-rating .help-tooltip {
    left: -10px;
    transform: translateX(-50%);
    margin-top: 8px;
    width: 239px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .mfDetail .section__content .title-rating .js-cont-rating .help-tooltip {
    left: 50%;
    margin-top: 9px;
  }
}
.mfDetail .section__content .title-rating .js-cont-rating .help-tooltip__item {
  padding: 2px 10px;
  border-top: 1px solid #666;
}
.mfDetail .section__content .title-rating .js-cont-rating .help-tooltip__item.heading {
  font-family: 'UniversLTStdBold';
}
.mfDetail .searchFilter {
  padding: 0 4.3%;
  margin-top: 30px;
  margin-bottom: 40px;
}
.mfDetail .searchFilter .fpnlStyl1__lnk {
  padding-left: 32px;
}
.mfDetail .searchFilter .fpnlStyl1__lnk .fpnl__spntxt2 {
  color: #666;
}
.mfDetail .searchFilter .tabsList__lnk {
  color: #666;
}
.mfDetail .fpnl__spntxt2 {
  color: #234e82;
  font-weight: bold;
  margin-left: 5px;
}
.mfDetail #sortByFilter {
  left: 0;
  margin-left: 0;
  top: 0;
  z-index: 1;
}
.mfDetail .spacer-component-e31b7adf-53dd-44aa-83ab-f9c09026238e {
  margin: 0px;
  margin-bottom: 10px;
  border: none;
}
@media screen and (min-width: 768px) {
  .mfDetail .spacer-component-e31b7adf-53dd-44aa-83ab-f9c09026238e {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .mfDetail .spacer-component-e31b7adf-53dd-44aa-83ab-f9c09026238e {
    margin-bottom: 10px;
  }
}
.mfDetail .mflink {
  display: table;
  width: 100%;
  padding-top: 40px;
}
.mfDetail .mflink__item {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.mfDetail .mflink__icon {
  float: left;
  margin-right: 10px;
  background-position: -1px -1365px;
  display: inline-block;
  width: 16px;
  height: 22px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 300%;
}
.mfDetail .mflink__text {
  display: inline-block;
  padding-top: 4px;
  font-weight: bold;
}
.mfDetail .title {
  font-family: UniversLTStdLight;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.mfDetail .title-cont {
  margin-bottom: 20px;
}
.mfDetail .description .bm-spacing_after {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .mfDetail .description .richText {
    padding: 0 100px;
  }
}
.mfDetail .richText {
  font-size: 16px;
  line-height: 24px !important;
}
.mfDetail .richText p {
  line-height: 24px !important;
}
.mfDetail .richText p:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .mfDetail .richText {
    font-size: 14px;
    line-height: 20px !important;
  }
  .mfDetail .richText p {
    line-height: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mfDetail .richText {
    font-size: 18px;
    line-height: 26px !important;
  }
  .mfDetail .richText p {
    line-height: 26px !important;
  }
}
.mfDetail .gscioFundInfo .buttonContainer button {
  margin: 0;
}
.mfDetail .gscioFundInfo.mediaContactsContainer .bgComp {
  padding: 0 !important;
  margin: 0 !important;
}
.mfDetail .gscioFundInfo.mediaContactsContainer .bgComp .titleSummaryLink {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mfDetail .gscioFundInfo.mediaContactsContainer .bgComp .titleSummaryLink .buttonContainer {
  margin-bottom: 0;
}
.mfDetail hr.bm-type_2 {
  margin-bottom: 40px;
}
.mfDetail .gscioTabsPanel .tabContent .disclaimer {
  padding: 0px 40px;
}
.mfDetail .gscioTabsPanel .tabContent .disclaimer .discCont {
  border-bottom: 0px;
}
.mfDetail .gscioTabsPanel .tabContent .disclaimer .discCont__overlay {
  background-color: transparent;
}

/* 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);
  }
}
.atlas-team-bg-cont {
  background-color: #00345D;
  padding: 0;
}
.atlas-team-cont {
  padding-top: 40px;
  padding-bottom: 10px;
}
.atlas-team-cont .compCont {
  padding: 0;
}
.atlas-team-cont .teamContainer {
  font-family: UniversLTStdLight;
}
.atlas-team-cont .teamList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .atlas-team-cont .teamList {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.atlas-team-cont .teamList .child-item {
  flex-basis: 100%;
  display: flex;
  margin-bottom: 30px;
}
.atlas-team-cont .teamList .child-item .team-bg {
  display: flex;
  background-color: #ffffff;
  padding: 20px 40px 30px 20px;
}
@media (min-width: 1024px) {
  .atlas-team-cont .teamList .child-item .team-bg {
    padding: 20px 50px 30px 20px;
  }
}
@media (min-width: 1024px) {
  .atlas-team-cont .teamList .child-item {
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .atlas-team-cont .teamList .child-item.team50percent {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .atlas-team-cont .teamList .child-item.team33percent {
    flex-basis: 33.3%;
  }
}
.atlas-team-cont .team__img {
  padding-right: 30px;
}
.atlas-team-cont .team__img img {
  width: 100px;
  display: inline-block;
  border-radius: 50%;
}
.atlas-team-cont .team__Info {
  display: inline-block;
}
.atlas-team-cont .team__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.atlas-team-cont .team__intro {
  font-size: 11px;
  line-height: 18px;
}
.atlas-team-cont .js-moduleTitle .title3 {
  color: #ffffff;
}

/* 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);
  }
}
.wwl-literature-bg-cont {
  padding: 0;
}
.wwl-literature-cont {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wwl-literature-cont .compCont {
  padding: 0;
}
.wwl-literature-cont .js-cont-wwl-desc {
  width: 90%;
}
.wwl-literature-cont .js-cont-wwl-desc .gm-textAlign_center {
  text-align: left;
}
.wwl-literature-cont .js-cont-wwl-desc .richText {
  padding: 0;
  margin: 0;
}
.wwl-literature-cont .atlas-literature-comp {
  margin-bottom: 30px;
  font-size: 0px;
}
@media (min-width: 1024px) {
  .wwl-literature-cont .atlas-literature-comp {
    margin-bottom: 0;
  }
}
.wwl-literature-cont .literature {
  text-align: center;
}
.wwl-literature-cont .literature .compCont {
  display: block;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .wwl-literature-cont .literature .compCont {
    width: auto;
    display: inline-block;
  }
}
.wwl-literature-cont .literature .searchContent {
  margin-bottom: 0;
}
.wwl-literature-cont .literature .searchResultContainer {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.wwl-literature-cont .literature .selectedListBox .js-pr-checkboxAll {
  min-width: 250px;
}
.wwl-literature-cont .literature .docResults {
  overflow-y: auto;
}
.wwl-literature-cont .literature .searchResultItem {
  width: 100%;
}
.wwl-literature-cont .literature .searchResultItem__heading {
  font-size: 14px;
}
@media (min-width: 768px) {
  .wwl-literature-cont .literature .searchResultItem__heading {
    font-size: 15px;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1024px) {
  .wwl-literature-cont .literature .searchResultItem__heading {
    font-size: 15px;
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .wwl-literature-cont .literature .searchResultItem__content {
    display: inline-block;
    width: auto;
  }
}
.wwl-literature-cont .literature .searchResultItem__download {
  font-size: 10px;
}
@media (min-width: 768px) {
  .wwl-literature-cont .literature .searchResultItem__download {
    font-size: 12px;
    width: 173px;
  }
}
.wwl-literature-cont .literature .searchResultItem .js-pr-checkbox {
  width: 3%;
  display: inline-block;
  margin-right: 17px;
}
.wwl-literature-cont .literature .searchResultItem__actions {
  text-align: right;
  padding-right: 20px;
}
.wwl-literature-cont .literature .searchResultItem__actions .js-pr-docTitle {
  display: none;
}
@media (min-width: 768px) {
  .wwl-literature-cont .literature .searchResultItem__actions {
    padding-right: 0;
    float: right;
    width: auto;
  }
}
.wwl-literature-cont .literature .searchFilter {
  display: none;
}

/* 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);
  }
}
.mfDetail .gscioTabsPanel {
  margin-top: 40px;
}
.mfDetail .gscioTabsPanel .tab {
  position: relative;
}
.mfDetail .gscioTabsPanel .tab:hover {
  border-bottom: 2px solid #234e82;
  color: #234e82;
}
@media (min-width: 768px) {
  .mfDetail .gscioTabsPanel .tab.bm-tab_active,
  .mfDetail .gscioTabsPanel .tab:hover {
    border-bottom: 3px solid #e1e1e1;
  }
  .mfDetail .gscioTabsPanel .tab.bm-tab_active:after,
  .mfDetail .gscioTabsPanel .tab:hover:after {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    border-bottom: 2px solid #234e82;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mfDetail .gscioTabsPanel .tab.bm-tab_active:first-child:after,
  .mfDetail .gscioTabsPanel .tab:hover:first-child:after {
    left: 0;
    right: auto;
  }
  .mfDetail .gscioTabsPanel .tab.bm-tab_active:last-child:after,
  .mfDetail .gscioTabsPanel .tab:hover:last-child:after {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .mfDetail .gscioTabsPanel .tab.bm-tab_active:after,
  .mfDetail .gscioTabsPanel .tab:hover:after {
    border-bottom: 3px solid #234e82;
  }
}
.mfDetail .gscioTabsPanel .tabsPanel__content.masked {
  margin-top: -60px;
}
.mfDetail .multiCompTabPanel .tabPanel__left {
  display: flex;
}
.mfDetail .multiCompTabPanel .tabPanel__right {
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row;
  align-content: flex-end;
}
.mfDetail .multiCompTabPanel .splPipe {
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  color: #e1e1e1;
  margin: 0;
  letter-spacing: 0;
  background-color: #e1e1e1;
  margin-right: 24px;
  margin-bottom: 5px;
}
.mfDetail .multiCompTabPanel .gscioTabsPanel .tabContent {
  min-height: 0px;
  margin-bottom: 0px;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs {
  margin-bottom: 40px;
  text-align: left;
  table-layout: auto;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tabsPanel__items {
  border-bottom: 3px solid #e1e1e1;
  display: flex;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tab {
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 15px 11px 15px;
  border-bottom: 3px solid transparent;
  letter-spacing: 1px;
  color: #666;
  position: relative;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tab__subtitle {
  display: block;
  font-weight: normal;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #666;
  padding-bottom: 2px;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tab:hover .tab__active {
  border-bottom: 3px solid #234e82;
  position: absolute;
  display: inline-block;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tab:hover .tab__subtitle2,
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tab:hover .tab__title {
  color: #234e82;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tab.bm-tab_active {
  color: #234e82;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tab.bm-tab_active .tab__active {
  border-bottom: 3px solid #234e82;
  position: absolute;
  display: inline-block;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.mfDetail .multiCompTabPanel .tabsPanel__tabs .tab:first-child .tab__active {
  width: calc(100% - 15px) !important;
  left: 0 !important;
  transform: none !important;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mfDetail .bm-type_bgKeyFects {
  background-color: #f4f4f2;
}
.mfDetail .keyFects__heading {
  margin-top: 0;
  color: #333;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .mfDetail .keyFects__heading {
    padding-bottom: 40px;
  }
}
.mfDetail .gscioFundInfo.mediaContactsContainer {
  margin-bottom: 0 !important;
}
.mfDetail .footNote {
  flex-basis: 100%;
}
.mfDetail .footNote__container {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mfDetail .footNote__container .discCont.footnote {
  padding-bottom: 20px;
}
.mfDetail .footNote__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 2px;
}
.mfDetail .keyFectsContainer {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .mfDetail .keyFectsContainer.single-child:after {
    display: none;
  }
  .mfDetail .keyFectsContainer.single-child .mediaContactsContainer {
    border-left: 0;
    padding-left: 0 !important;
    width: 100%;
    border-right: 0;
    padding-right: 0 !important;
    text-align: center;
  }
  .mfDetail .keyFectsContainer.single-child .mediaContactsContainer .keyFects__heading {
    font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
    font-size: 28px;
    padding-bottom: 24px;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
  }
  .mfDetail .keyFectsContainer.single-child .mediaContactsContainer .keyFects__heading:after {
    content: "";
    border-bottom: 3px solid #508ac4;
    bottom: 0;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .mfDetail .keyFectsContainer.single-child .mediaContactsContainer .mediaContactsContainer__details {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    width: 25%;
    padding-left: 10px;
  }
  .mfDetail .keyFectsContainer.single-child .mediaContactsContainer .mediaContactsContainer__details.bm-type_20perc {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .mfDetail .keyFectsContainer:after {
    content: "";
    border-right: 1px #666 solid;
    position: absolute;
    height: calc(100% - 80px);
    left: 50%;
    bottom: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .mfDetail .keyFectsContainer .keyFectsItems {
    width: 50%;
  }
}
.mfDetail .keyFectsContainer .keyFectsItems.js-cont-keyFacts {
  padding-right: 100px;
}
.mfDetail .keyFectsContainer .keyFectsItems.js-cont-termsAndFees {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .mfDetail .keyFectsContainer .keyFectsItems.js-cont-termsAndFees {
    margin-top: 0;
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .mfDetail .keyFectsContainer {
    padding-bottom: 0;
  }
}
.mfDetail .keyFectsContainer .mediaContactsContainer {
  margin-bottom: 0 !important;
  display: block;
  padding: 0;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .mfDetail .keyFectsContainer .mediaContactsContainer {
    margin-bottom: 40px;
  }
}
.mfDetail .keyFectsContainer .mediaContactsContainer .compCont {
  padding-left: 0;
  padding-right: 0;
}
.mfDetail .keyFectsContainer .mediaContactsContainer__details {
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .mfDetail .keyFectsContainer .mediaContactsContainer__details {
    width: 50%;
    padding-bottom: 35px;
    padding-top: 0;
  }
}
.mfDetail .keyFectsContainer .mediaContactsContainer__list {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
}
.mfDetail .keyFectsContainer .mediaContactsContainer__text {
  color: #333;
  font-size: 18px;
}
@media (min-width: 768px) {
  .mfDetail .keyFectsContainer .mediaContactsContainer__text {
    font-size: 20px;
  }
}
.mfDetail .keyFectsContainer .mediaContactsContainer__heading {
  color: #333;
  font-size: 11px;
  display: inherit;
}
.mfDetail .keyFectsContainer .keyFects__heading {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 20px;
}
.mfDetail .bm-type__hideitem {
  display: inline;
}
@media (min-width: 768px) {
  .mfDetail .bm-type__hideitem {
    display: none;
  }
}
.mfDetail .mediaContactsContainer {
  line-height: 25px;
  border-bottom: 0px;
  padding-top: 20px;
}
.mfDetail .mediaContactsContainer__heading {
  color: #333;
  display: inline;
  font-size: 11px;
  font-weight: normal;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mfDetail .mediaContactsContainer__heading {
    display: block;
    font-size: 13px;
  }
}
.mfDetail .mediaContactsContainer__text {
  color: #333;
  font-size: 16px;
}
@media (min-width: 768px) {
  .mfDetail .mediaContactsContainer__text {
    font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
    font-size: 18px;
    font-weight: normal;
  }
}
.mfDetail .mediaContactsContainer__divider {
  display: none;
}
.mfDetail .mediaContactsContainer__list {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .mfDetail .mediaContactsContainer__list {
    display: table;
    table-layout: fixed;
  }
}
.mfDetail .mediaContactsContainer__details {
  color: #666;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .mfDetail .mediaContactsContainer__details {
    color: #333333;
    width: initial;
    display: table-cell;
  }
}

/* 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);
  }
}
.mfDetail .titleWithIcons {
  height: 76px;
  background-color: transparent;
  color: #333333;
}
.mfDetail .titleWithIcons .titleWithIcons {
  border-bottom: 1px #999 solid;
}
.mfDetail .titleWithIcons__name {
  font-size: 18px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .mfDetail .titleWithIcons__name {
    font-size: 30px;
  }
}
.mfDetail .titleWithIconsInfo {
  max-width: 100%;
}
.mfDetail .dataGrid .titleWithIcons .compCont {
  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);
  }
}
.fund-sec-info {
  column-count: 1;
  column-gap: 40px;
  margin-top: 40px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 24px !important;
}
.fund-sec-info .richText {
  padding: 0;
}
@media (min-width: 768px) {
  .fund-sec-info {
    font-size: 14px;
    line-height: 20px !important;
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .fund-sec-info {
    font-size: 18px;
    line-height: 26px!important;
  }
}
.fund-sec-info .column-item {
  padding-bottom: 40px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: none;
}
.fund-sec-info .compCont {
  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);
  }
}
#modalWindow.atlasModalWindow {
  background: rgba(2, 24, 46, 0.8) !important;
  opacity: 1 !important;
  font-family: 'UniversLTStdLight';
}
#modalWindow.atlasModalWindow ::-webkit-scrollbar {
  width: 14px;
  height: 16px;
}
#modalWindow.atlasModalWindow ::-webkit-scrollbar-track {
  border: 0;
  background: #ffffff;
}
#modalWindow.atlasModalWindow ::-webkit-scrollbar-thumb {
  background-color: #d8dada;
  border-radius: 10px;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  background-clip: content-box;
}
#modalWindow.atlasModalWindow ::-webkit-scrollbar-thumb:vertical {
  background-color: #d8dada;
  border-left: 3px solid transparent;
  border-radius: 10px;
  border-right: 3px solid transparent;
  background-clip: content-box;
}
.atlasModalWindow .modal-content {
  padding: 40px 0 20px;
}
.atlasModalWindow .modal {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 1200px;
  min-height: 300px;
  background: #fff;
}
.atlasModalWindow .modal .note {
  padding: 20px 40px 0;
}
.atlasModalWindow .modal .note strong {
  font-size: 16px;
}
.atlasModalWindow .modal .accordion ~ .note {
  padding: 20px 15px 0;
}
.atlasModalWindow .modal .help-headers {
  font-size: 15px;
  display: flex;
  font-family: 'UniversLTStdBold';
  background-color: #f4f4f4;
  margin: 0 40px;
}
.atlasModalWindow .modal .help-content {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  max-height: 510px;
  overflow: auto;
}
.atlasModalWindow .modal .row {
  display: flex;
  margin: 0 26px 0 40px;
}
.atlasModalWindow .modal .row:nth-child(even) {
  background-color: #f9f9f9;
}
.atlasModalWindow .modal__item {
  padding: 5px 10px;
}
.atlasModalWindow .modal__item.rating {
  width: 140px;
}
.atlasModalWindow .modal__item.def {
  width: 480px;
  padding-right: 30px;
}
.atlasModalWindow .modal__item.def span {
  border-bottom: 1px solid;
}
.atlasModalWindow .modal__item.policy {
  width: 480px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .atlasModalWindow .modal .hidden-sm-md {
    display: none;
  }
}
@media (min-width: 1280px) {
  .atlasModalWindow .modal .hidden-md-lg {
    display: none;
  }
}
.atlasModalWindow .modal .help-close {
  font-size: 29px;
  cursor: pointer;
  float: right;
  margin: 10px 20px;
}

/* 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);
  }
}
.atlasModalWindow .accordion {
  width: 100%;
  margin: 0 auto;
  font-family: UniversLTStdLight;
}
.atlasModalWindow .accordian-header__icon {
  float: right;
  position: relative;
  top: 11px;
  transform: rotate(-90deg);
}
.atlasModalWindow .accordion__item.active .accordian-header__icon {
  transform: rotate(0deg);
}
.atlasModalWindow .accordion-header,
.atlasModalWindow .accordion-body {
  background: white;
}
.atlasModalWindow .accordion-header {
  padding: 15px 15px;
  background: white;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "UniversLTStdBold", Meiryo, "Hiragino Kaku Gothic Pro";
}
.atlasModalWindow .accordion__item {
  border-bottom: 1px solid #e6e2df;
}
.atlasModalWindow .accordion-header:hover {
  background: #f9f9f9;
  position: relative;
  z-index: 5;
}
.atlasModalWindow .accordion-body {
  color: #353535;
  display: none;
}
.atlasModalWindow .accordion-body__contents {
  padding: 1em 1em;
}
.atlasModalWindow .accordion__item.active:last-child .accordion-header {
  border-radius: none;
}
.atlasModalWindow .accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}
.atlasModalWindow .accordion__item.active .accordion-header {
  background: #f9f9f9;
}
.atlasModalWindow .accordion-body__contents ul {
  margin: 0;
}
.atlasModalWindow .accordion-body__contents p {
  line-height: 1.5;
  font-size: 15px;
}
.atlasModalWindow .accordion-body__contents p span {
  border-bottom: 1px solid;
}
.atlasModalWindow .accordion-body__contents .def-content {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .atlasModalWindow .modal {
    width: 80% !important;
    max-height: 70% !important;
  }
}
@media (max-width: 1280px) {
  .atlasModalWindow .modal {
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    transform: none;
  }
  .atlasModalWindow .modal-header {
    border-bottom: 1px solid #e6e2df;
    padding: 15px;
    line-height: 1;
  }
  .atlasModalWindow .modal-title {
    margin: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333;
  }
  .atlasModalWindow .modal .help-close {
    font-size: 29px;
    cursor: pointer;
    float: right;
    margin: 0;
  }
  .atlasModalWindow .modal-content {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
  }
  .atlasModalWindow .modal::-webkit-scrollbar-thumb {
    visibility: hidden;
  }
  .atlasModalWindow .modal::-webkit-scrollbar-track {
    visibility: hidden;
  }
  .atlasModalWindow .modal:hover::-webkit-scrollbar-thumb {
    visibility: hidden;
  }
  .atlasModalWindow .modal:hover::-webkit-scrollbar-track {
    visibility: hidden;
  }
}

/* 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);
  }
}
.learnmore-comp {
  text-align: right;
}
.learnmore-comp .learnmore-link {
  cursor: pointer;
  color: #6c8db6;
  font-size: 12px;
  vertical-align: top;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.quiz-container {
  display: flex;
  justify-content: center;
  max-width: 100%;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
}
.quiz-container .launcher__desc {
  font-size: 16px;
  margin: 0 20px 25px;
}
.quiz-container .launcher__img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}
.quiz-container .launcher__img {
  max-width: 100%;
}
.quiz-container .launcher__btn-container {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .quiz-container .launcher__img-container {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .quiz-container .launcher__img-container {
    margin-bottom: 50px;
  }
}
.quiz-container .default-btn {
  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;
  opacity: 1;
}
@media (min-width: 768px) {
  .quiz-container .default-btn {
    padding: 14px 29px 13px;
    letter-spacing: 2px;
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .quiz-container .default-btn {
    font-size: 12px;
    padding: 16px 30px 13px;
    min-height: 44px;
    letter-spacing: 3px;
  }
}
.quiz-container .default-btn:hover:not([disabled]) {
  /*background-color: #4278ae;
            opacity: .9;*/
}
.quiz-container .left-align-inline {
  text-align: left;
}
.quiz-container .right-align-inline {
  text-align: right;
}
.quiz-container .center-align-inline {
  text-align: center;
}
.quiz-container .center-align-block {
  margin: 0 auto;
}
.quiz-container .separator {
  width: 100%;
  border-top: 7px solid #508ac4;
  margin: 0 0 11px 0;
}
.quiz-container .quiz-comp {
  background-color: #fbf8f8;
  margin-bottom: 50px;
}
.quiz-container .quiz-comp .next-q-btn-container,
.quiz-container .quiz-comp .get-result-btn-container {
  margin: 15px 15px 15px 0;
}
.quiz-container .quiz-comp .next-q-btn {
  margin-bottom: 20px;
}
.quiz-container .quiz-comp .get-result-btn {
  margin-bottom: 20px;
}
.quiz-container .quiz-comp .correct {
  color: #29c53a;
}
.quiz-container .quiz-comp .wrong {
  color: #a51515;
}
.quiz-container .quiz-comp .question__content-alignment {
  margin: 0 25px;
}
.quiz-container .quiz-comp .question__img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.quiz-container .quiz-comp .question__img {
  max-width: 100%;
}
.quiz-container .quiz-comp .question__counter {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  margin-bottom: 5px;
  color: #444;
}
.quiz-container .quiz-comp .question__label {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 17px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.quiz-container .quiz-comp .question__hint {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  text-align: right;
  color: #666;
  font-size: 11px;
  margin-bottom: 10px;
}
.quiz-container .quiz-comp .question__options {
  list-style-type: none;
  padding: 0;
}
.quiz-container .quiz-comp .question__option {
  margin-bottom: 12px;
}
.quiz-container .quiz-comp .question__option:last-of-type {
  margin-bottom: 22px;
}
.quiz-container .quiz-comp .question__option-btn {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  padding: 10px 12px;
  color: #666;
  border: 1px solid #508ac4;
  text-align: left;
}
.quiz-container .quiz-comp .question__option-btn--correct {
  background-color: #29c53a;
  color: #fff;
}
.quiz-container .quiz-comp .question__option-btn--wrong {
  background-color: #a51515;
  color: #fff;
}
.quiz-container .quiz-comp .question__answer-status {
  margin-bottom: 15px;
}
.quiz-container .quiz-comp .question__answer-status-msg {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 18px;
}
.quiz-container .quiz-comp .question__answer-status-desc {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
  color: #444;
}
@media (min-width: 768px) {
  .quiz-container .quiz-comp .question__content-alignment {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .quiz-container .quiz-comp .question__content-alignment {
    margin-left: 36px;
    margin-right: 36px;
  }
  .quiz-container .quiz-comp .question__counter {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .quiz-container .quiz-comp .question__label {
    font-size: 19px;
  }
  .quiz-container .quiz-comp .question__hint {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .quiz-container .quiz-comp .question__option-btn {
    font-size: 17px;
    padding: 11px 14px;
  }
  .quiz-container .quiz-comp .question__answer-status-msg {
    font-size: 20px;
  }
  .quiz-container .quiz-comp .question__answer-status-desc {
    font-size: 16px;
  }
}
.quiz-container .result-container__content-alignment {
  margin: 0 25px;
}
.quiz-container .result-container .tagline__result-counter {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.quiz-container .result-container .tagline__desc {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 19px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .quiz-container .result-container .tagline__result-counter {
    font-size: 19px;
    line-height: 1.4em;
  }
  .quiz-container .result-container .tagline__desc {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}
.quiz-container .result-container .conclusion {
  font-family: 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .quiz-container .result-container .conclusion {
    font-size: 16px;
  }
}
.quiz-container .result-container .contact-us {
  display: flex;
  background-color: #508ac4;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
  padding: 20px 20px 25px 25px;
  margin-bottom: 20px;
  flex-direction: column;
}
.quiz-container .result-container .contact-us__desc {
  flex: 3 0px;
  color: #fff;
  margin-bottom: 10px;
}
.quiz-container .result-container .contact-us__btn-container {
  margin: 0 15px;
  align-self: center;
}
.quiz-container .result-container .contact-us__btn {
  flex: 1 0px;
  background-color: #fff;
  color: #508ac4;
}
@media (min-width: 768px) {
  .quiz-container .result-container .contact-us {
    flex-direction: row;
    padding-bottom: 10px;
  }
  .quiz-container .result-container .contact-us__desc {
    flex: 3 0px;
    color: #fff;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .quiz-container .result-container .contact-us {
    font-size: 16px;
  }
}
.quiz-container .result-container .explore-fund-container {
  display: flex;
  padding: 20px 20px 10px 25px;
  justify-content: center;
}
.quiz-container .result-container .explore-fund-container .explore-funds {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.quiz-container .result-container .explore-fund-container .explore-funds .explore-fund {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 15px;
  margin-bottom: 25px;
}
.quiz-container .result-container .explore-fund-container .explore-funds .explore-fund__name {
  color: #333;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.quiz-container .result-container .explore-fund-container .explore-funds .explore-fund__btn-container {
  margin: 0 15px;
  align-self: center;
}
.quiz-container .result-container .explore-fund-container .explore-funds .explore-fund__btn {
  background-color: #fff;
  color: #508ac4;
  border: 1px solid #508ac4;
}
@media (min-width: 768px) {
  .quiz-container .result-container .explore-fund-container .explore-funds .explore-fund {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .quiz-container .result-container .explore-fund-container .explore-funds {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .quiz-container {
    max-width: 650px;
  }
}
@media (min-width: 1024px) {
  .quiz-container {
    max-width: 700px;
  }
  .quiz-container .separator {
    border-top-width: 10px;
    margin-bottom: 15px;
  }
}

/* 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);
  }
}
/* Mixins for all button types */
.aycoIW {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .aycoIW {
    min-height: 450px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .aycoIW {
    min-height: 520px;
  }
}
@media (min-width: 1200px) {
  .aycoIW {
    min-height: 600px;
  }
}
.aycoIW__labels {
  flex: 1;
  text-align: right;
  padding: 15px 10px 0 0;
}
.aycoIW__labels ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aycoIW__arcs {
  flex-basis: 300px;
  height: 300px;
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
}
@media (min-width: 1024px) {
  .aycoIW__arcs {
    flex-basis: 400px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .aycoIW__arcs {
    flex-basis: 500px;
    height: 500px;
  }
}
.aycoIW__desc {
  flex: 1;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.aycoIWArc {
  border: 1em solid #00A499;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  position: absolute;
  visibility: hidden;
  transition: transform ease 1s, border-color linear 0.5s;
  box-shadow: 0px -3px 3px 1px rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.theme1 .aycoIWArc {
  border: 1em solid #cccccc;
  border-bottom-color: transparent !important;
}
.aycoIWArc.active {
  border-color: #00A499 !important;
  border-bottom-color: transparent !important;
  overflow: hidden;
  z-index: 1;
}
.aycoIWRadio {
  display: none;
}
.aycoIWRadio:checked + .arc {
  z-index: 1;
}
.aycoIWTrigger {
  position: relative;
  z-index: 2;
  height: 32px;
  display: flex;
  align-items: center;
  display: none;
}
.theme1 .aycoIWTrigger {
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .aycoIWTrigger {
    height: 45px;
  }
}
.aycoIWTrigger__label {
  padding: 5px 20px 5px 0;
  display: block;
  cursor: pointer;
  font-family: "Brandon Text Medium", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 13px;
  color: #33556D;
  position: relative;
  text-transform: uppercase;
  flex: 1;
}
.theme1 .aycoIWTrigger__label {
  color: #221d1f;
}
@media (min-width: 1024px) {
  .aycoIWTrigger__label {
    font-size: 16px;
  }
}
.aycoIWTrigger.active {
  pointer-events: none;
  opacity: 0.5;
}
.theme1 .aycoIWTrigger.active {
  opacity: 1;
}
.aycoIWTrigger :hover {
  color: #00A499;
}
.theme1 .aycoIWTrigger :hover {
  color: #221d1f;
}
.aycoIWTrigger__bar {
  position: absolute;
  left: 98%;
  width: 175px;
  z-index: 1;
  top: 45%;
  transform: translateY(-50%);
  margin: 0;
  background-color: #EBEEF1;
  border: 0;
  height: 1px;
}
.theme1 .aycoIWTrigger__bar {
  background-color: #221d1f;
}
.aycoIWTrigger:nth-of-type(1) > hr {
  width: 62px;
}
.theme1 .aycoIWTrigger:nth-of-type(1) > hr {
  width: 52px;
}
@media (min-width: 1024px) {
  .aycoIWTrigger:nth-of-type(1) > hr {
    width: 85px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(1) > hr {
    width: 72px;
  }
}
@media (min-width: 1200px) {
  .aycoIWTrigger:nth-of-type(1) > hr {
    width: 75px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(1) > hr {
    width: 62px;
  }
}
.aycoIWTrigger:nth-of-type(2) > hr {
  width: 230px;
}
.theme1 .aycoIWTrigger:nth-of-type(2) > hr {
  width: 252px;
}
@media (min-width: 1024px) {
  .aycoIWTrigger:nth-of-type(2) > hr {
    width: 295px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(2) > hr {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .aycoIWTrigger:nth-of-type(2) > hr {
    width: 380px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(2) > hr {
    width: 440px;
  }
}
.aycoIWTrigger:nth-of-type(3) > hr {
  width: 145px;
}
.theme1 .aycoIWTrigger:nth-of-type(3) > hr {
  width: 123px;
}
@media (min-width: 1024px) {
  .aycoIWTrigger:nth-of-type(3) > hr {
    width: 190px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(3) > hr {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .aycoIWTrigger:nth-of-type(3) > hr {
    width: 215px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(3) > hr {
    width: 155px;
  }
}
.aycoIWTrigger:nth-of-type(4) > hr {
  width: 145px;
}
.theme1 .aycoIWTrigger:nth-of-type(4) > hr {
  width: 135px;
}
@media (min-width: 1024px) {
  .aycoIWTrigger:nth-of-type(4) > hr {
    width: 180px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(4) > hr {
    width: 172px;
  }
}
@media (min-width: 1200px) {
  .aycoIWTrigger:nth-of-type(4) > hr {
    width: 220px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(4) > hr {
    width: 175px;
  }
}
.aycoIWTrigger:nth-of-type(5) > hr {
  width: 130px;
}
.theme1 .aycoIWTrigger:nth-of-type(5) > hr {
  width: 108px;
}
@media (min-width: 1024px) {
  .aycoIWTrigger:nth-of-type(5) > hr {
    width: 165px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(5) > hr {
    width: 135px;
  }
}
@media (min-width: 1200px) {
  .aycoIWTrigger:nth-of-type(5) > hr {
    width: 190px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(5) > hr {
    width: 132px;
  }
}
.aycoIWTrigger:nth-of-type(6) > hr {
  width: 165px;
}
.theme1 .aycoIWTrigger:nth-of-type(6) > hr {
  width: 112px;
}
@media (min-width: 1024px) {
  .aycoIWTrigger:nth-of-type(6) > hr {
    width: 215px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(6) > hr {
    width: 145px;
  }
}
@media (min-width: 1200px) {
  .aycoIWTrigger:nth-of-type(6) > hr {
    width: 195px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(6) > hr {
    width: 128px;
  }
}
.aycoIWTrigger:nth-of-type(7) > hr {
  width: 120px;
}
.theme1 .aycoIWTrigger:nth-of-type(7) > hr {
  width: 92px;
}
@media (min-width: 1024px) {
  .aycoIWTrigger:nth-of-type(7) > hr {
    width: 160px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(7) > hr {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .aycoIWTrigger:nth-of-type(7) > hr {
    width: 140px;
  }
  .theme1 .aycoIWTrigger:nth-of-type(7) > hr {
    width: 100px;
  }
}
.aycoIWDesc {
  font-family: "Brandon Text Medium", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
  color: #33556D;
  /*Arc description order 1-3-6-7-5-4-2*/
}
.theme1 .aycoIWDesc {
  color: #221d1f;
  opacity: 0.7;
}
.aycoIWDesc.active {
  font-size: 15px;
}
@media (max-width: 767px) {
  .aycoIWDesc.active {
    color: #00A499;
  }
  .theme1 .aycoIWDesc.active {
    opacity: 1;
    color: #221d1f;
  }
}
@media (min-width: 768px) {
  .aycoIWDesc {
    display: none;
    border: 1px solid #00A499;
    background-color: #E6F6F5;
    padding: 20px 10px 20px 20px;
    font-size: 15px;
  }
  .theme1 .aycoIWDesc {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
}
.aycoIWDesc__head {
  margin-bottom: 10px;
  font-family: "Brandon Text Bold", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 15px;
}
@media (max-width: 767px) {
  .aycoIWDesc__head {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .aycoIWDesc__head {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .aycoIWDesc__head:after {
    content: "\276f";
    transform: rotate(90deg);
    position: absolute;
    margin-left: 10px;
    font-size: small;
    transition: transform .3s linear;
  }
  .active .aycoIWDesc__head:after {
    font-size: medium;
    transform: rotate(270deg);
  }
}
@media (max-width: 767px) {
  .aycoIWDesc__text {
    max-height: 0;
    transition: max-height 0.5s linear, color 0.5s linear;
    overflow: hidden;
  }
  .active .aycoIWDesc__text {
    max-height: 500px;
    transition: max-height 0.3s linear, color 0.5s linear;
  }
}
@media (min-width: 768px) {
  .aycoIWDesc:before {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #00A499;
    display: block;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-100%);
    left: 15px;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    visibility: collapse;
  }
  .theme1 .aycoIWDesc:before {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .aycoIWDesc.active:before {
    visibility: visible;
  }
}
.aycoIWDesc:nth-of-type(1):before {
  width: 25px;
}
.aycoIWDesc:nth-of-type(2):before {
  width: 70px;
}
.theme1 .aycoIWDesc:nth-of-type(2):before {
  width: 60px;
}
@media (min-width: 1024px) {
  .aycoIWDesc:nth-of-type(2):before {
    width: 95px;
  }
  .theme1 .aycoIWDesc:nth-of-type(2):before {
    width: 75px;
  }
}
@media (min-width: 1200px) {
  .aycoIWDesc:nth-of-type(2):before {
    width: 115px;
  }
  .theme1 .aycoIWDesc:nth-of-type(2):before {
    width: 75px;
  }
}
.aycoIWDesc:nth-of-type(3):before {
  width: 130px;
}
.theme1 .aycoIWDesc:nth-of-type(3):before {
  width: 115px;
}
@media (min-width: 1024px) {
  .aycoIWDesc:nth-of-type(3):before {
    width: 165px;
  }
  .theme1 .aycoIWDesc:nth-of-type(3):before {
    width: 145px;
  }
}
@media (min-width: 1200px) {
  .aycoIWDesc:nth-of-type(3):before {
    width: 200px;
  }
  .theme1 .aycoIWDesc:nth-of-type(3):before {
    width: 150px;
  }
}
.aycoIWDesc:nth-of-type(4):before {
  width: 145px;
}
.theme1 .aycoIWDesc:nth-of-type(4):before {
  width: 135px;
}
@media (min-width: 1024px) {
  .aycoIWDesc:nth-of-type(4):before {
    width: 180px;
  }
  .theme1 .aycoIWDesc:nth-of-type(4):before {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  .aycoIWDesc:nth-of-type(4):before {
    width: 220px;
  }
  .theme1 .aycoIWDesc:nth-of-type(4):before {
    width: 170px;
  }
}
.aycoIWDesc:nth-of-type(5):before {
  width: 115px;
}
.theme1 .aycoIWDesc:nth-of-type(5):before {
  width: 95px;
}
@media (min-width: 1024px) {
  .aycoIWDesc:nth-of-type(5):before {
    width: 145px;
  }
  .theme1 .aycoIWDesc:nth-of-type(5):before {
    width: 125px;
  }
}
@media (min-width: 1200px) {
  .aycoIWDesc:nth-of-type(5):before {
    width: 175px;
  }
  .theme1 .aycoIWDesc:nth-of-type(5):before {
    width: 125px;
  }
}
.aycoIWDesc:nth-of-type(6):before {
  width: 95px;
}
.theme1 .aycoIWDesc:nth-of-type(6):before {
  width: 75px;
}
@media (min-width: 1024px) {
  .aycoIWDesc:nth-of-type(6):before {
    width: 125px;
  }
  .theme1 .aycoIWDesc:nth-of-type(6):before {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .aycoIWDesc:nth-of-type(6):before {
    width: 150px;
  }
  .theme1 .aycoIWDesc:nth-of-type(6):before {
    width: 60px;
  }
}
.aycoIWDesc:nth-of-type(7):before {
  width: 50px;
}
.theme1 .aycoIWDesc:nth-of-type(7):before {
  width: 40px;
}
@media (min-width: 1024px) {
  .aycoIWDesc:nth-of-type(7):before {
    width: 70px;
  }
  .theme1 .aycoIWDesc:nth-of-type(7):before {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .aycoIWDesc:nth-of-type(7):before {
    width: 80px;
  }
  .theme1 .aycoIWDesc:nth-of-type(7):before {
    width: 50px;
  }
}

/* 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);
  }
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #796e65;
  width: 220px;
  height: 40px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "\276f";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transform-origin: unset;
  font-size: 25px;
  padding: 8.5px 15px;
  text-align: center;
  vertical-align: middle;
}
.select-styled:hover {
  background-color: #fafafa;
}
.select-styled:active,
.select-styled.active {
  background-color: #f2f2f2;
}
.select-styled:active:after,
.select-styled.active:after {
  transform: rotate(270deg);
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  max-height: 210px;
  overflow-y: auto;
}
.select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  cursor: pointer;
  transition: all 0.15s ease-in;
}
.select-options li:hover,
.select-options li.selected {
  color: #002A4A;
  background-color: #e6e6e6;
}
.select-options li[rel=""] {
  display: none;
}

/* 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);
  }
}
/* Mixins for all button types */
.aycoFrm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
}
.aycoFrm.errMsg {
  border: 0px solid #ffffff;
  padding: 9px 15px;
  font: 16px/20px "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  width: 100%;
  color: #002a4a;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .aycoFrm.errMsg {
    font-size: 20px;
    line-height: 25px;
  }
}
.aycoFrm.errMsg.error {
  color: #c93207;
}
.aycoFrm.errMsg ::placeholder {
  color: #796E65;
  opacity: 1;
}
.aycoFrm.errMsg :-ms-input-placeholder {
  color: #796E65;
}
.aycoFrm.errMsg ::-ms-input-placeholder {
  color: #796E65;
}
.aycoFrmCont {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .aycoFrmCont {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 115px;
  }
}
@media (min-width: 1024px) {
  .aycoFrmCont__frm {
    -webkit-flex-basis: 490px;
    flex-basis: 490px;
    position: relative;
    flex: 1;
  }
}
.aycoFrmCont__msg {
  margin-bottom: 30px;
  font-family: "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 24px;
}
.aycoFrmCont__msg * {
  color: #ffffff;
}
.aycoFrmCont__msg h1,
.aycoFrmCont__msg h2,
.aycoFrmCont__msg h3,
.aycoFrmCont__msg h4 {
  margin-bottom: 30px;
}
.dark .aycoFrmCont__msg h1,
.dark .aycoFrmCont__msg h2,
.dark .aycoFrmCont__msg h3,
.dark .aycoFrmCont__msg h4 {
  color: #33556d;
}
.aycoFrmCont__msg h5,
.aycoFrmCont__msg h6 {
  margin-bottom: 20px;
}
.dark .aycoFrmCont__msg h5,
.dark .aycoFrmCont__msg h6 {
  color: #33556d;
}
.aycoFrmCont__msg p {
  margin-bottom: 20px;
  font-family: "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 24px;
}
.dark .aycoFrmCont__msg p {
  color: #33556d;
}
.aycoFrmCont__msg a {
  color: inherit;
}
@media (min-width: 768px) {
  .aycoFrmCont__msg a[href*='tel'] {
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .aycoFrmCont__msg {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 80px 0 50px 8%;
  }
}
.aycoFrm__field {
  flex-basis: 490px;
  margin-bottom: 20px;
  position: relative;
  margin-right: 50px;
}
.aycoFrm__field:last-child {
  flex-basis: 100%;
}
.aycoFrm__field.group-container {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.aycoFrm__field.captcha-image-container {
  margin-bottom: 12px;
}
.aycoFrm__field.captcha-input-container {
  width: 100%;
}
.aycoFrm__field .captcha-refresh-container {
  display: flex;
  align-items: center;
}
.aycoFrm__field .captcha-label {
  margin-bottom: 7px;
}
.aycoFrm__field input,
.aycoFrm__field textarea,
.aycoFrm__field select,
.aycoFrm__field .select-styled,
.aycoFrm__field .errMsg {
  border: 0px solid #ffffff;
  padding: 9px 15px;
  font: 16px/20px "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  width: 100%;
  color: #002a4a;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .aycoFrm__field input,
  .aycoFrm__field textarea,
  .aycoFrm__field select,
  .aycoFrm__field .select-styled,
  .aycoFrm__field .errMsg {
    font-size: 20px;
    line-height: 25px;
  }
}
.dark .aycoFrm__field input,
.dark .aycoFrm__field textarea,
.dark .aycoFrm__field select,
.dark .aycoFrm__field .select-styled,
.dark .aycoFrm__field .errMsg {
  border: 1px solid #d9d9b6;
}
.aycoFrm__field input.error,
.aycoFrm__field textarea.error,
.aycoFrm__field select.error,
.aycoFrm__field .select-styled.error,
.aycoFrm__field .errMsg.error {
  color: #c93207;
}
.aycoFrm__field input ::placeholder,
.aycoFrm__field textarea ::placeholder,
.aycoFrm__field select ::placeholder,
.aycoFrm__field .select-styled ::placeholder,
.aycoFrm__field .errMsg ::placeholder {
  color: #796E65;
  opacity: 1;
}
.aycoFrm__field input :-ms-input-placeholder,
.aycoFrm__field textarea :-ms-input-placeholder,
.aycoFrm__field select :-ms-input-placeholder,
.aycoFrm__field .select-styled :-ms-input-placeholder,
.aycoFrm__field .errMsg :-ms-input-placeholder {
  color: #796E65;
}
.aycoFrm__field input ::-ms-input-placeholder,
.aycoFrm__field textarea ::-ms-input-placeholder,
.aycoFrm__field select ::-ms-input-placeholder,
.aycoFrm__field .select-styled ::-ms-input-placeholder,
.aycoFrm__field .errMsg ::-ms-input-placeholder {
  color: #796E65;
}
.aycoFrm__field .dateInput {
  padding-right: 50px;
}
.aycoFrm__field .date-picker-link {
  background: url('../../clientlibs/gsam-style/common/img/ayco-calendar.svg') no-repeat;
  display: none;
  width: 24px;
  height: 24px;
  top: 27px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}
@media (min-width: 768px) {
  .aycoFrm__field .date-picker-link {
    width: 26px;
    height: 26px;
    top: 28px;
  }
}
.aycoFrm__field .desc {
  font-family: "Brandon Text Medium", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  color: #ffffff;
}
.aycoFrm__field .desc p {
  line-height: 15px;
  margin: 3px 0;
}
.dark .aycoFrm__field .desc p {
  color: #33556d;
}
.aycoFrm__field label {
  font: 16px/20px "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  color: #ffffff;
  display: block;
}
.dark .aycoFrm__field label {
  color: #33556d;
}
.aycoFrm__field .select {
  width: 100%;
}
@media (min-width: 768px) {
  .aycoFrm__field .select {
    height: 45px;
  }
}
option .dark .aycoFrm__field .select {
  color: #709dbc;
}
.aycoFrm__field .select-styled[rel=""] {
  color: #796E65;
}
.aycoFrm__field .select-styled:hover,
.aycoFrm__field .select-styled:active,
.aycoFrm__field .select-styled.active {
  color: #002a4a;
}
@media (min-width: 768px) {
  .aycoFrm__field .select-styled:after {
    height: 45px;
    width: 42px;
  }
}
.aycoFrm__field select {
  display: inline-block;
  -webkit-appearance: none;
}
.aycoFrm__field textarea {
  height: 125px;
  vertical-align: top;
}
.aycoFrm__field button {
  font: 16px/20px "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  padding: 9px 30px;
  font-weight: normal;
  outline: none;
}
.aycoFrm__field button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dark .aycoFrm__field button {
  color: #33556d;
  border: 1px solid #33556d;
}
.aycoFrm__field .errMsg {
  font-style: italic;
  color: #c93207;
  background-color: #F2F1F0;
  animation: slide-up 0.4s ease;
}
@media (min-width: 768px) {
  .aycoFrm__field .errMsg {
    font-size: 16px;
    line-height: 20px;
  }
}
.aycoFrm__field .custom-checkbox {
  width: 25px;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 5px;
  z-index: 1;
  background-color: #fff;
  color: #002a4a;
}
.dark .aycoFrm__field .custom-checkbox {
  width: 14px;
  height: 14px;
  top: 15px!important;
  border: 1px solid #33556d;
}
.aycoFrm__field .custom-checkbox input[type="checkbox"] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  outline: none;
  z-index: 2;
  -webkit-appearance: checkbox;
}
.aycoFrm__field .custom-checkbox .selected-mark {
  top: 1px;
  left: 3px;
  font-size: 20px;
  margin: 0;
  position: absolute;
}
.dark .aycoFrm__field .custom-checkbox .selected-mark {
  left: 0;
  font-size: 12px;
}
.dark .aycoFrm__field .opt-in {
  width: 14px;
  height: 14px;
  top: 0!important;
}
.aycoFrm__field .checkbox-text {
  Margin-left: 30px;
  font: 14px/18px "Brandon Text Bold", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  color: #ffffff;
}
.dark .aycoFrm__field .checkbox-text {
  color: #33556d;
}
.aycoFrm__field .custom-checkbox-label {
  display: inline;
  margin-left: 7px;
}
.aycoFrm__field .custom-multi-checkbox-label {
  display: inline-block;
}
.aycoFrmErr {
  padding: 10px 0;
  text-indent: 15px;
  font: 16px/20px "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  color: #c93207;
  background-color: #F2F1F0;
  font-style: italic;
  animation: slide-up 0.4s ease;
}
.aycoFrmSuccess {
  padding-top: 20px;
  font: 16px/20px "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  color: #ffffff;
  animation: slide-up 0.4s ease;
}
@media (min-width: 768px) {
  .aycoFrmSuccess {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .aycoFrmSuccess {
    width: 100%;
    height: 100%;
  }
}
.aycoFrm .ayco-refresh-icon {
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  margin-top: 1px;
  padding: 0px 10px;
}
.select-options {
  max-height: 300px;
  font: 16px/20px "Basis Grotesque", Arial, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
}
@media (min-width: 768px) {
  .select-options {
    font-size: 20px;
  }
}
.select-options li {
  color: #796E65;
}
@media (min-width: 768px) {
  .select-options li {
    padding: 7px 0;
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.dark .aycoFrmSuccess {
  color: #33556d;
}
.design-ayco .Zebra_DatePicker .dp_daypicker,
.design-ayco .Zebra_DatePicker .dp_monthpicker,
.design-ayco .Zebra_DatePicker .dp_yearpicker {
  width: 252px !important;
  height: 241px !important;
}
@media (min-width: 768px) {
  .design-ayco .Zebra_DatePicker .dp_daypicker,
  .design-ayco .Zebra_DatePicker .dp_monthpicker,
  .design-ayco .Zebra_DatePicker .dp_yearpicker {
    width: 294px !important;
    height: 280px !important;
  }
}
.design-ayco .Zebra_DatePicker td,
.design-ayco .Zebra_DatePicker th {
  padding: 2px 0;
}
@media (min-width: 768px) {
  .design-ayco .Zebra_DatePicker td,
  .design-ayco .Zebra_DatePicker th {
    padding: 5px 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);
  }
}
.stream-player.amp-player {
  padding-top: calc(56.25%);
  position: relative;
  background: transparent;
}
.stream-player.amp-player > div {
  top: 0;
}
.stream-player.amp-player .amp-title {
  top: 10%;
  width: 100%;
  margin: 0;
  padding: .5%;
  font-size: 2em;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  text-align: center;
  text-shadow: 0 1px 0 rgba(80, 80, 80, 0.8);
}
.stream-player.amp-player .amp-pause-overlay {
  border: 3px solid #FFFFFF;
  line-height: 1em;
  font-size: 2em;
}
.stream-player.amp-player .amp-buffering-overlay {
  font-size: 4em;
}
.stream-player.amp-player .amp-ui {
  font: normal normal normal 14px/1 Arial;
}
.stream-player.amp-player.B1 .amp-pause-overlay {
  font-size: 3em;
}
.stream-player.amp-player.B1 .amp-buffering-overlay {
  font-size: 7em;
}
.stream-player.amp-player.B2 .amp-pause-overlay {
  font-size: 2.8em;
}
.stream-player.amp-player.B2 .amp-buffering-overlay {
  font-size: 6em;
}
.stream-player.amp-player.B3 .amp-pause-overlay {
  font-size: 2.6em;
}
.stream-player.amp-player.B3 .amp-buffering-overlay {
  font-size: 5.5em;
}
.stream-player.amp-player.B4 .amp-pause-overlay {
  font-size: 2.5em;
}
.stream-player.amp-player.B4 .amp-buffering-overlay {
  font-size: 5.2em;
}
.stream-player.amp-player.B5 .amp-pause-overlay {
  font-size: 2.4em;
}
.stream-player.amp-player.B5 .amp-buffering-overlay {
  font-size: 5em;
}
.stream-player.amp-player.B6 .amp-pause-overlay {
  font-size: 2.3em;
}
.stream-player.amp-player.B6 .amp-buffering-overlay {
  font-size: 4.8em;
}
.stream-player.amp-player.B7 .amp-pause-overlay {
  font-size: 2.2em;
}
.stream-player.amp-player.B7 .amp-buffering-overlay {
  font-size: 4.6em;
}
.stream-player.amp-player.B8 .amp-pause-overlay {
  font-size: 2.1em;
}
.stream-player.amp-player.B8 .amp-buffering-overlay {
  font-size: 4.4em;
}
.stream-player.amp-player.B9 .amp-pause-overlay {
  font-size: 2em;
}
.stream-player.amp-player.B9 .amp-buffering-overlay {
  font-size: 4.2em;
}
.stream-player.amp-player.B10 .amp-pause-overlay {
  font-size: 1.95em;
}
.stream-player.amp-player.B10 .amp-buffering-overlay {
  font-size: 4.1em;
}
.stream-player.amp-player.B11 .amp-pause-overlay {
  font-size: 1.9em;
}
.stream-player.amp-player.B11 .amp-buffering-overlay {
  font-size: 4em;
}
.stream-player.amp-player.B12 .amp-pause-overlay {
  font-size: 1.84em;
}
.stream-player.amp-player.B12 .amp-buffering-overlay {
  font-size: 3.9em;
}
.stream-player.amp-player.B13 .amp-pause-overlay {
  font-size: 1.8em;
}
.stream-player.amp-player.B13 .amp-buffering-overlay {
  font-size: 3.8em;
}
.stream-player.amp-player.B14 .amp-pause-overlay {
  font-size: 1.7em;
}
.stream-player.amp-player.B14 .amp-buffering-overlay {
  font-size: 3.7em;
}
.stream-player.amp-player.B15 .amp-pause-overlay {
  font-size: 1.6em;
}
.stream-player.amp-player.B15 .amp-buffering-overlay {
  font-size: 3.4em;
}
.stream-player.amp-player.B16 .amp-pause-overlay {
  font-size: 1.5em;
}
.stream-player.amp-player.B16 .amp-buffering-overlay {
  font-size: 3.2em;
}
.stream-player.amp-player.B16 .amp-ui {
  font-size: 12.5px;
}
.stream-player.amp-player.B17 .amp-pause-overlay {
  font-size: 1.4em;
}
.stream-player.amp-player.B17 .amp-buffering-overlay {
  font-size: 3em;
}
.stream-player.amp-player.B17 .amp-ui {
  font-size: 12px;
}
.stream-player.amp-player.B18 .amp-pause-overlay {
  font-size: 1.6em;
}
.stream-player.amp-player.B18 .amp-buffering-overlay {
  font-size: 3.4em;
}
.stream-player.amp-player.B18 .amp-ui {
  font-size: 10.5px;
}
.stream-player.amp-player.B19 .amp-pause-overlay {
  font-size: 1.6em;
}
.stream-player.amp-player.B19 .amp-buffering-overlay {
  font-size: 3.4em;
}
.stream-player.amp-player.B19 .amp-ui {
  font-size: 8.7px;
}
.stream-player.amp-player.B20 .amp-pause-overlay {
  font-size: 1.6em;
}
.stream-player.amp-player.B20 .amp-buffering-overlay {
  font-size: 3.4em;
}
.stream-player.amp-player.B20 .amp-ui {
  font-size: 8px;
}
.stream-player.amp-player .amp-interactive,
.stream-player.amp-player .amp-share {
  display: none;
}
.stream-player.amp-player.amp-full-screen {
  padding-top: 0;
}
.stream-player.amp-player.amp-full-screen .amp-pause-overlay {
  font-size: 2em;
}
.stream-player.amp-player.amp-full-screen .amp-buffering-overlay {
  font-size: 4.2em;
}
.stream-player.amp-player.amp-full-screen .amp-ui {
  font-size: 14px;
}
@media (min-width: 768px) {
  .stream-player.amp-player.amp-full-screen .amp-pause-overlay {
    font-size: 2.8em;
  }
  .stream-player.amp-player.amp-full-screen .amp-buffering-overlay {
    font-size: 5.6em;
  }
  .stream-player.amp-player.amp-full-screen .amp-ui {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .stream-player.amp-player.amp-full-screen .amp-pause-overlay {
    font-size: 3em;
  }
  .stream-player.amp-player.amp-full-screen .amp-buffering-overlay {
    font-size: 7em;
  }
  .stream-player.amp-player.amp-full-screen .amp-ui {
    font-size: 15px;
  }
}
.stream-player.amp-player.custom-message .amp-ui button.amp-pause-overlay {
  display: block;
  pointer-events: none;
}
.stream-player.amp-player.custom-message .amp-ui .amp-poster {
  display: block;
}
.stream-player.amp-player.custom-message .amp-ui .amp-buffering-overlay,
.stream-player.amp-player.custom-message .amp-ui .amp-progress,
.stream-player.amp-player.custom-message .amp-ui .amp-controls {
  display: none;
}
.stream-player.amp-player.custom-message .amp-ui .amp-error-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

/* 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);
  }
}
.gsam-calendar-range-selector-container {
  font-family: 'UniversLTStd';
  font-size: 12px;
  position: relative;
}
.gsam-calendar-range-selector-container .gsam-calendar-range-selector-launcher {
  display: inline-flex;
  border: 1px solid #c3c3c0;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
}
.gsam-calendar-range-selector-container .gsam-calendar-range-selector-launcher .calendar-icon {
  padding: .4em .6em;
  font-size: 16px;
  paddding: .2em;
  background-color: #eff0f1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.gsam-calendar-range-selector-container .gsam-calendar-range-selector-launcher .start-date,
.gsam-calendar-range-selector-container .gsam-calendar-range-selector-launcher .separator,
.gsam-calendar-range-selector-container .gsam-calendar-range-selector-launcher .end-date {
  padding: .4em 0;
  margin-left: .4em;
}
.gsam-calendar-range-selector-container .gsam-calendar-range-selector-launcher .end-date {
  margin-right: .6em;
}
.gsam-calendar-range-selector-container .arrow-pointer {
  position: absolute;
  top: 35px;
  left: 80px;
  width: 16px;
  height: 16px;
  border: 1px solid #c3c3c0;
  transform: rotate(45deg);
  border-right-color: #eff0f1;
  border-bottom-color: #eff0f1;
  background-color: #eff0f1;
  z-index: 1000;
}
.gsam-calendar-range-selector-container .window-close {
  font-size: 1.1em;
  position: absolute;
  padding: 1px 2px 1px 2px;
  top: .4em;
  right: .4em;
  border: 1px solid #c3c3c0;
  z-index: 1001;
  cursor: pointer;
  background-color: transparent;
  color: #688bb8;
}
.gsam-calendar-range-selector {
  padding: .4em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 600px;
  border: 1px solid #c3c3c0;
  border-radius: 6px;
  webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #eff0f1;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector {
    flex-direction: row;
    width: 600px;
    height: 220px;
  }
}
.gsam-calendar-range-selector.open-in-overlay {
  position: absolute;
  z-index: 999;
  top: 42px;
}
.gsam-calendar-range-selector .display-sequence-order-1 {
  order: 1;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .display-sequence-order-1 {
    order: 0;
  }
}
.gsam-calendar-range-selector .display-sequence-order-2 {
  order: 2;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .display-sequence-order-2 {
    order: 0;
  }
}
.gsam-calendar-range-selector .display-sequence-order-3 {
  order: 3;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .display-sequence-order-3 {
    order: 0;
  }
}
.gsam-calendar-range-selector .display-sequence-order-4 {
  order: 4;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .display-sequence-order-4 {
    order: 0;
  }
}
.gsam-calendar-range-selector .display-sequence-order-5 {
  order: 5;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .display-sequence-order-5 {
    order: 0;
  }
}
.gsam-calendar-range-selector .separator-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .separator-container {
    width: auto;
    height: 100%;
  }
}
.gsam-calendar-range-selector .separator-container .separator {
  border-top: 1px solid #c3c3c0;
  height: auto;
  width: 97%;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .separator-container .separator {
    width: auto;
    height: 93%;
    border-top: none;
    border-left: 1px solid #c3c3c0;
  }
}
.gsam-calendar-range-selector.without-quick-sets {
  height: 500px;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector.without-quick-sets {
    width: 500px;
    height: 220px;
  }
}
.gsam-calendar-range-selector.without-quick-sets .start-range-calendar,
.gsam-calendar-range-selector.without-quick-sets .end-range-calendar {
  width: 100%;
  height: 48%;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector.without-quick-sets .start-range-calendar,
  .gsam-calendar-range-selector.without-quick-sets .end-range-calendar {
    width: 47%;
    height: 100%;
  }
}
.gsam-calendar-range-selector.without-quick-sets .gsam-calendar .top-nav {
  padding: .6em 1.5em;
}
.gsam-calendar-range-selector .start-range-calendar,
.gsam-calendar-range-selector .end-range-calendar {
  width: 100%;
  height: 34%;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .start-range-calendar,
  .gsam-calendar-range-selector .end-range-calendar {
    width: 38%;
    height: 100%;
  }
}
.gsam-calendar-range-selector .start-range-calendar .gsam-calendar,
.gsam-calendar-range-selector .end-range-calendar .gsam-calendar {
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
  webkit-box-shadow: none;
}
.gsam-calendar-range-selector .start-range-calendar .gsam-calendar .day-view .day-dates .day-date.previous-month-date,
.gsam-calendar-range-selector .end-range-calendar .gsam-calendar .day-view .day-dates .day-date.previous-month-date,
.gsam-calendar-range-selector .start-range-calendar .gsam-calendar .day-view .day-dates .day-date.next-month-date,
.gsam-calendar-range-selector .end-range-calendar .gsam-calendar .day-view .day-dates .day-date.next-month-date {
  cursor: default;
}
.gsam-calendar-range-selector .start-range-calendar .gsam-calendar .day-view .day-dates .day-date.previous-month-date:hover,
.gsam-calendar-range-selector .end-range-calendar .gsam-calendar .day-view .day-dates .day-date.previous-month-date:hover,
.gsam-calendar-range-selector .start-range-calendar .gsam-calendar .day-view .day-dates .day-date.next-month-date:hover,
.gsam-calendar-range-selector .end-range-calendar .gsam-calendar .day-view .day-dates .day-date.next-month-date:hover {
  background-color: transparent;
  color: #a4a5a5;
}
.gsam-calendar-range-selector .quick-sets-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1em;
  width: 100%;
  height: 32%;
}
@media (min-width: 768px) {
  .gsam-calendar-range-selector .quick-sets-container {
    width: 24%;
    height: 100%;
  }
}
.gsam-calendar-range-selector .quick-sets-container .title {
  color: #000000;
  text-align: center;
}
.gsam-calendar-range-selector .quick-sets-container .quick-sets {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
}
.gsam-calendar-range-selector .quick-sets-container .quick-sets .quick-set {
  padding: 2px;
  text-align: center;
  background-color: #688bb8;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #688bb8;
}
.gsam-calendar-range-selector .quick-sets-container .quick-sets .quick-set .content {
  padding: .3em .6em;
  border: 1px solid #688bb8;
  border-radius: 4px;
}
.gsam-calendar-range-selector .quick-sets-container .quick-sets .quick-set:hover {
  border: 1px solid #1d72af;
  background-color: #1d72af;
}
.gsam-calendar-range-selector .quick-sets-container .quick-sets .quick-set.selected {
  background-color: #688bb8;
  cursor: default;
}
.gsam-calendar-range-selector .quick-sets-container .quick-sets .quick-set.selected .content {
  border: 1px solid #929292;
}
.gsam-calendar {
  display: inline-block;
  padding: .6em;
  position: relative;
  border: 1px solid #c3c3c0;
  font-family: 'UniversLTStd';
  font-size: 12px;
  color: #000000;
  background-color: #eff0f1;
  border-radius: 6px;
  webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .gsam-calendar {
    width: 240px;
  }
}
.gsam-calendar .top-nav {
  display: flex;
  justify-content: space-between;
  padding: .6em;
  height: 20%;
}
.gsam-calendar .top-nav .calendar-title {
  font-size: 110%;
}
.gsam-calendar .top-nav .calendar-title.enabled {
  cursor: pointer;
  color: #688bb8;
}
.gsam-calendar .top-nav .calendar-title.enabled:hover {
  color: #85abd1;
}
.gsam-calendar .top-nav .calendar-title.disabled {
  cursor: default;
  color: #688bb8;
}
.gsam-calendar .top-nav .nav-controls {
  display: flex;
  justify-content: space-between;
  width: 18%;
}
.gsam-calendar .top-nav .nav-controls .next-btn.enabled {
  cursor: pointer;
  color: #688bb8;
}
.gsam-calendar .top-nav .nav-controls .next-btn.enabled:hover {
  color: #85abd1;
}
.gsam-calendar .top-nav .nav-controls .next-btn.disabled {
  cursor: default;
  color: #a4a5a5;
}
.gsam-calendar .top-nav .nav-controls .previous-btn.enabled {
  cursor: pointer;
  color: #688bb8;
}
.gsam-calendar .top-nav .nav-controls .previous-btn.enabled:hover {
  color: #85abd1;
}
.gsam-calendar .top-nav .nav-controls .previous-btn.disabled {
  cursor: default;
  color: #a4a5a5;
}
.gsam-calendar .calendar-view {
  height: 80%;
}
.gsam-calendar .day-view {
  height: 100%;
}
.gsam-calendar .day-view .day-names {
  height: 14%;
  font-family: 'UniversCondensedBold';
  display: flex;
  justify-content: center;
}
.gsam-calendar .day-view .day-names .day-name {
  width: 14%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gsam-calendar .day-view .day-dates-container {
  height: 86%;
}
.gsam-calendar .day-view .day-dates {
  display: flex;
  justify-content: center;
  height: 16.5%;
}
.gsam-calendar .day-view .day-dates .day-date {
  width: 14%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gsam-calendar .day-view .day-dates .day-date.previous-month-date,
.gsam-calendar .day-view .day-dates .day-date.next-month-date {
  color: #a4a5a5;
}
.gsam-calendar .day-view .day-dates .day-date.today {
  color: #000000;
  background-color: #1bcafb;
}
.gsam-calendar .day-view .day-dates .day-date.active-date {
  cursor: pointer;
}
.gsam-calendar .day-view .day-dates .day-date.active-date:hover {
  color: #ffffff;
  background-color: #85abd1;
}
.gsam-calendar .day-view .day-dates .day-date.active-date:hover.selected {
  background-color: #688bb8;
  color: #ffffff;
}
.gsam-calendar .day-view .day-dates .day-date.inactive-date {
  cursor: default;
  color: #a4a5a5;
}
.gsam-calendar .day-view .day-dates .day-date.selected {
  cursor: default;
  background-color: #688bb8;
  color: #ffffff;
}
.gsam-calendar .month-view {
  height: 100%;
}
.gsam-calendar .month-view .months {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.gsam-calendar .month-view .months .month {
  height: 33.33%;
  cursor: pointer;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gsam-calendar .month-view .months .month.active-month {
  cursor: pointer;
}
.gsam-calendar .month-view .months .month.active-month:hover {
  color: #ffffff;
  background-color: #85abd1;
}
.gsam-calendar .month-view .months .month.inactive-month {
  cursor: default;
  color: #a4a5a5;
}
.gsam-calendar .month-view .months .month.today {
  color: #000000;
  background-color: #1bcafb;
}
.gsam-calendar .month-view .months .month.within-range {
  background-color: #dae6f1;
}
.gsam-calendar .month-view .months .month.selected {
  background-color: #688bb8;
  color: #ffffff;
}
.gsam-calendar .month-view .months .month.selected.launch-day-view-false {
  cursor: default;
  background-color: #688bb8;
  color: #ffffff;
}
.gsam-calendar .year-view {
  height: 100%;
}
.gsam-calendar .year-view .years {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.gsam-calendar .year-view .years .year {
  cursor: pointer;
  width: 25%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gsam-calendar .year-view .years .year.group-year {
  color: #000000;
}
.gsam-calendar .year-view .years .year.out-of-group-year {
  color: #a4a5a5;
}
.gsam-calendar .year-view .years .year.today {
  color: #000000;
  background-color: #1bcafb;
}
.gsam-calendar .year-view .years .year.selected {
  background-color: #688bb8;
  color: #ffffff;
}
.gsam-calendar .year-view .years .year:hover {
  color: #ffffff;
  background-color: #85abd1;
}

