.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);
  }
}
/*******************************
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;
}
@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;
  }
}
@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;
  }
}
.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);
  }
}
.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);
  }
}
@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);
  }
}
/***********************************
************Error Page Block************
***********************************/
.exclamationIcon {
  background: url('../../clientlibs/gsam-style/common/img/sprites/sprite.png') no-repeat 0 -97px;
  display: block;
  height: 26px;
  width: 26px;
  float: left;
  margin: 2px 8px 0px 0px;
}
@media (min-width: 768px) {
  .exclamationIcon {
    margin-top: 6px;
  }
}
/*******************************
Error Content
*******************************/
.errorContent {
  clear: both;
  float: left;
  width: 95%;
  margin: 35px 10px 0 10px;
}
.errorContent__msg {
  margin-bottom: 35px;
}
.errorContent__assistanceInfo {
  padding-top: 20px;
  border-top: 1px solid #c6c8c9;
}
.errorContent__errorCode {
  margin: 20px 0px;
  border-top: 1px solid #c6c8c9;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .errorContent {
    margin: 35px 0px 0px 0px;
  }
}

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/***********************************
****RTE Specific Override Styles***
***********************************/
.rte h2 {
  margin: 8px 0px 11px;
}
@media (min-width: 768px) {
  .rte h2 {
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  .rte h2 {
    margin-left: 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);
  }
}
/*******************************
component - Hero Space
*******************************/
.featCont {
  background-color: #2e2e2e;
  width: 100%;
  overflow: hidden;
}
.featCont__image,
.featCont img {
  width: 100%;
}
.featCont__more {
  background-color: #1c1c1c;
  color: #85abd1;
  cursor: pointer;
  display: block;
  float: left;
  padding: 0 10px;
  width: inherit;
}
@media (min-width: 768px) {
  .featCont {
    float: left;
    overflow: hidden;
  }
  .featCont__image,
  .featCont img {
    float: right;
    width: 65.6%;
  }
  .featCont__more {
    bottom: 0;
    display: inline-block;
    float: left;
    position: absolute;
    width: 34.4%;
  }
}
@media (min-width: 1024px) {
  .featCont__image,
  .featCont img {
    background-repeat: repeat;
    width: 66.67%;
  }
  .featCont__more {
    color: #ffffff;
    cursor: auto;
    bottom: 0;
    font-size: 17px;
    opacity: 0.85;
    filter: alpha(opacity=85);
    padding: 0;
    position: absolute;
    right: 0;
    width: 33%;
  }
  .featCont.bm-comp_standAlone_withMarginBtm {
    margin-bottom: 30px;
  }
  .featCont.bm-comp_standAlone {
    margin-bottom: 2px;
  }
}
/*******************************
block - container for heroSpace heading plus description
*******************************/
.featContDetails {
  background-color: #2e2e2e;
  float: left;
  padding-bottom: 17px;
  width: 100%;
}
.featContDetails__eyebrowText {
  font: 11px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #fff;
  margin-top: 16px;
  padding: 0 20px;
}
.featContDetails__head {
  width: auto;
  float: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 28px;
  margin-top: 16px;
  padding: 0 10px;
  font-family: 'UniversUltraCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  white-space: inherit;
}
.featContDetails__head.bm-eyebrowText {
  margin-top: 2px;
}
.featContDetails__desc {
  color: #ffffff;
  display: none;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .featContDetails {
    bottom: 0;
    float: left;
    position: absolute;
    top: 0;
    width: 34.4%;
  }
  .featContDetails__eyebrowText {
    padding: 15px 22px 0 12px;
  }
  .featContDetails__head {
    line-height: 30px;
    padding: 20px 12px 0 12px;
    margin: 0;
  }
  .featContDetails__head.bm-eyebrowText {
    padding: 0 12px 0 12px;
  }
  .featContDetails__desc {
    display: block;
    line-height: 17px;
    padding: 9px 10px 0 12px;
  }
}
@media (min-width: 1024px) {
  .featContDetails {
    width: 33.33%;
  }
  .featContDetails__eyebrowText {
    padding: 50px 15px 0px 37px;
  }
  .featContDetails__head {
    font-size: 38px;
    line-height: 36px;
    margin-top: 15%;
    padding: 10px 15px 0 37px;
  }
  .featContDetails__head.bm-eyebrowText {
    margin-top: .8%;
    padding: 0 12px 0 37px;
  }
  .featContDetails__desc {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-top: 24px;
    padding: 0 37px;
  }
}
/*******************************
block - "(See) More Stories" Header
*******************************/
.featContMoreHeader {
  font-size: 13px;
  text-transform: uppercase;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .featContMoreHeader {
    font-size: 14px;
    padding: 2px 0px 3px 1px;
  }
}
@media (min-width: 1024px) {
  .featContMoreHeader {
    font-size: 17px;
    margin: 0;
    padding: 9px 0px 7px 9px;
  }
  .featContMoreHeader:before {
    content: '';
  }
}

/* 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);
  }
}
/*******************************
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);
  }
}
/*******************************
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);
  }
}
footer a {
  font: 12px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.hr-rule_footer {
  display: block;
  border-top: 1px solid #d0d0cf;
  margin-bottom: 20px;
  max-width: 1280px;
  margin-left: 3%;
  margin-right: 3%;
}
@media (min-width: 768px) {
  .hr-rule_footer {
    margin-bottom: 30px;
    margin-left: 4.6%;
    margin-right: 4.6%;
  }
}
@media (min-width: 1024px) {
  .hr-rule_footer {
    margin-bottom: 24px;
    max-width: 1280px;
    margin-left: 0;
    margin-right: 0;
  }
}
.gsFtr {
  clear: both;
  padding-top: 15px;
  padding-bottom: 50px;
  background-color: #f4f4f2;
}
.gsFtr__header {
  color: #ffffff;
  font-size: 13px;
  background-color: #456c96;
  padding: 16px 2%;
  margin: 0;
  cursor: pointer;
}
.gsFtr__txt ul.share {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 15px 25px 15px;
}
.gsFtr__txt ul.share li {
  list-style: none;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.gsFtr .disclaimer {
  padding: 0px 3% 25px;
}
@media (min-width: 768px) {
  .gsFtr .disclaimer {
    padding: 0px 4.6% 30px;
  }
}
@media (min-width: 1024px) {
  .gsFtr .disclaimer {
    padding: 0px 0% 30px;
  }
}
@media (min-width: 768px) {
  .gsFtr {
    padding-bottom: 40px;
  }
  .gsFtr__header {
    font-size: 14px;
    padding: 17px 1.2%;
  }
  .gsFtr__txt {
    padding: 10px 1.7%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .gsFtr {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .gsFtr__txt {
    padding: 14px 0 0 0;
    text-align: left;
  }
  .gsFtr__txt ul.share {
    width: 120px;
    height: 25px;
    float: right;
    border-top: 0;
    border-bottom: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .gsFtr__txt ul.share li {
    display: inline-block;
    list-style: none;
    height: 20px;
    width: 20px;
  }
}
/***********************************
*********NavLinks for footer********
***********************************/
.navFtr {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navFtr__itm {
  display: block;
  text-align: center;
  margin-bottom: 3px;
}
.navFtr__itm__link {
  color: #666666;
  font: 9px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.navFtr__itm.bm-type_deleteCookie {
  display: none;
}
.navFtr__itm.bm-type_copyright {
  margin-bottom: 0;
  margin-right: 0;
}
.navFtr__itm:nth-last-child(2) {
  margin-bottom: 30px;
}
.navFtr__itm:last-child {
  color: #666666;
  font: 9px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .navFtr {
    width: 60%;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
  }
  .navFtr__itm {
    margin-bottom: 32px;
    display: inline-block;
  }
  .navFtr__itm__link {
    font-size: 14px;
  }
  .navFtr__itm.bm-type_privacyLink,
  .navFtr__itm.bm-type_deleteCookie {
    margin-right: 5.3%;
  }
  .navFtr__itm:first-child {
    width: 100%;
  }
  .navFtr__itm:nth-last-child(2) {
    margin-bottom: 44px;
  }
  .navFtr__itm:last-child {
    font-size: 12px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .navFtr {
    width: 100%;
    text-align: initial;
    display: inline-block;
  }
  .navFtr__itm {
    margin-right: 3.7%;
    margin-bottom: 15px;
    text-align: initial;
    display: inline-block;
  }
  .navFtr__itm__link {
    font-size: 12px;
  }
  .navFtr__itm.bm-type_privacyLink,
  .navFtr__itm.bm-type_deleteCookie {
    margin-right: 3.7%;
  }
  .navFtr__itm.bm-type_copyright {
    margin-bottom: 15px;
  }
  .navFtr__itm:first-child {
    width: auto;
  }
  .navFtr__itm:nth-last-child(2) {
    margin-bottom: 27px;
  }
  .navFtr__itm:last-child {
    width: auto;
  }
}
/***********************************
**********Disclaimer Para**********
***********************************/
.disclaimer {
  padding: 0px 3% 30px;
}
.disclaimer__link {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
}
.disclaimer__viewBtn {
  border: none;
  color: #456c96;
  margin: 0 auto 20px;
  display: table;
  letter-spacing: 4px;
  text-align: center;
}
.disclaimer__viewBtn span {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 10px !important;
}
.disclaimer__viewBtn .icon {
  margin-left: 5px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .disclaimer {
    padding: 0 4.6% 30px;
  }
}
@media (min-width: 1024px) {
  .disclaimer {
    padding: 0 0% 30px;
  }
  .disclaimer__viewBtn {
    letter-spacing: 5px;
  }
  .disclaimer__viewBtn span {
    font-size: 11px !important;
  }
}
.footer__disclaimer {
  margin-top: 16px;
}
.discCont {
  border-bottom: 2px solid #f4f4f2;
  padding: 0 0;
  position: relative;
  font-size: 12px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  margin-bottom: 6px;
  color: #666;
}
.discCont.bm-borderBottom_none {
  border-bottom: none;
}
.discCont.footnote {
  line-height: 17px;
  overflow: hidden;
}
.discCont__overlay {
  background-color: #f4f4f2;
  bottom: 0;
  height: 5px;
  position: absolute;
  left: 0;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  opacity: 0.55;
}
@media (min-width: 768px) {
  .discCont {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .discCont.footnote {
    line-height: 16px;
  }
}
.contentArea .bm-colorType_2 {
  background-color: #fff;
}
.bm-bg_gray .bm-colorType_2,
.bgComp .bm-colorType_2 {
  background-color: #efefed;
}
.bm-bg_white .bm-colorType_2 {
  background-color: #fff;
}
.bm-bg_white .disclaimer__viewBtn {
  border-top: 1px solid #fff;
}
.bm-display_none {
  display: none;
}
object#myswf {
  position: absolute;
}

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

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sectionHR {
  margin: 5px 0px;
}
.sectionHeading {
  margin: 8px 0px 11px;
}
@media (min-width: 768px) {
  .sectionHeading {
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  .sectionHeading {
    margin-left: 0px;
  }
}
.sectionHeading.bm-head-btm20 {
  margin-bottom: -7px;
}
.sectionHeading.bm-head_brdrtop_margin {
  padding-top: 28px;
  color: #1c1c1c;
  font-size: 18px;
  border-top: 1px solid #c6c8c9;
  margin-bottom: -9px;
}
.sectionHeading.bm-head_brdrtop_margin:first-child {
  border-top: none;
  padding-top: 11px;
}
@media (min-width: 768px) {
  .sectionHeading.bm-head_brdrtop_margin {
    margin-bottom: -9px;
    margin-top: -10px;
  }
  .sectionHeading.bm-head_brdrtop_margin:first-child {
    padding-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);
  }
}
/*******************************
Disclosure
*******************************/
.disclosure {
  margin: 0px 10px 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c8c9;
  padding-top: 3px;
  float: left;
  width: 96%;
}
@media (min-width: 1024px) {
  .disclosure {
    width: 100%;
  }
}
.disclosure__declineBtn {
  margin-left: 14px;
  font-size: 14px;
}
.disclosure__tocMessage {
  color: #fe0000;
  margin-left: 30px;
}
.disclosure__tocMessage .logout {
  color: #365884;
  text-transform: uppercase;
}
.disclosure p {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .disclosure {
    margin: 0px 0px 14px;
    padding-top: 9px;
  }
}
.statue {
  float: left;
  position: fixed;
  z-index: 100000;
  background: #ffffff;
  top: 0;
}
.statue .disclosure {
  margin-bottom: 0px;
  width: 97.5%;
  max-width: 1200px;
}
/*******************************
(tnc) Terms & Conditions
*******************************/
.tncHeader.bm-display_none {
  display: none;
}
.tnc {
  margin: 0px 10px;
  max-width: 804px;
}
.tnc.bm-display_none {
  display: none;
}
@media (min-width: 1024px) {
  .tnc {
    margin: 0px;
  }
}
.tncMltCntr {
  margin: 0px 10px 50px 10px;
}
@media (min-width: 1024px) {
  .tncMltCntr {
    margin: 0px 0px 50px 0px;
  }
}
.tncMltCntr ul {
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .tncMltCntr ul {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .tncMltCntr ul {
    width: 30%;
  }
}
.tncMltCntr li {
  font-size: 14px;
  color: #365884;
  cursor: pointer;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  list-style: none;
  border-bottom: 1px solid lightgray;
  padding: 10px 20px;
}
.tAndC {
  display: none;
}
.tAndC .center-modal-overlay-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 32, 51, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
}
.tAndC .company-model-content {
  min-height: auto;
  max-height: 100%;
  max-width: 1000px;
  background-color: #ffffff;
  padding: 28px 25px;
  border-radius: 5px;
  width: 84%;
}
.tAndC .bm-type__blueBtn {
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #0d1826;
  font-family: Basis Grotesque;
  display: inline-block;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 1px;
  min-width: 200px;
  text-align: center;
}
.tAndC .bm-type__blueBtnDark {
  background-color: #0d1826;
}
.tAndC .bm-type__blueBtnLight {
  background-color: #fff;
  color: #0d1826;
}
.tAndC .tandCBtnContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 18px;
}
.tAndC .disclosure {
  border-bottom: 0px;
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}
.tAndC .disclosure p {
  float: none;
  margin-bottom: 0;
}
.tAndC .title {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Basis Grotesque';
  margin: 0 0 24px;
  font-weight: bold;
}
.tAndC .disclosureTxt {
  font-size: 12px;
  line-height: 16px;
  font-family: "Goldman Sans";
  color: #50515E;
  margin-top: 18px;
}
.tAndC .disclosure__declineBtn {
  margin-left: 0px;
  margin-bottom: 14px;
}
.tAndC .statue {
  float: none;
  position: inherit;
}
.tAndC .slimScrollBar {
  background: #0d1826 !important;
  opacity: .3!important;
}
.tAndC .slimScrollRail {
  display: block!important;
  background: #0d1826 !important;
  opacity: .1!important;
}
.tAndC .titleDesc__container {
  padding-right: 50px;
}
.tAndC .titleDesc__container__text p {
  font-size: 12px;
  line-height: 16px;
  font-family: "Goldman Sans";
  color: #50515E;
}
.tAndC .disableBtn__accapt {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.tAndC .blueButton.bm-color-white {
  color: white;
}
@media (min-width: 768px) {
  .tAndC .company-model-content {
    width: auto;
  }
  .tAndC .tandCBtnContainer {
    flex-direction: row;
    justify-content: flex-end;
  }
  .tAndC .tandCBtnContainer {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .tAndC .disclosure__declineBtn {
    margin-right: 14px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .tAndC .company-model-content {
    width: auto;
  }
  .tAndC .tandCBtnContainer {
    flex-direction: row;
    justify-content: flex-end;
  }
  .tAndC .tandCBtnContainer {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .tAndC .disclosure__declineBtn {
    margin-right: 14px;
    margin-bottom: 0px;
  }
  .tAndC .slimScrollDiv {
    height: 125px !important;
  }
  .tAndC .titleDesc__container {
    height: 125px !important;
  }
  .tAndC .company-model-content {
    width: 88% !important;
    max-height: 88%;
  }
  .tAndC .title {
    margin-bottom: 0px;
  }
}
.gsam.microsite .tAndC .disclosure p {
  width: 96%;
}

/* 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);
  }
}
.srchBox {
  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;
  bottom: 0;
}
.srchBox_input {
  outline: none;
  width: 93%;
  height: 30px;
  line-height: 30px\9;
  background: transparent;
  border: none;
  font-size: 12px;
}
.srchBox_icon {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 5px;
}
.srchBox_icon_active {
  display: none;
}
.srchBox_icon_cross {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 35px;
}
.srchBox_Clicked .srchBox_icon_active {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
}
.srchBox_Clicked .srchBox_icon {
  display: none;
}
.srchBox_typed .srchBox_input {
  font: 16px/16px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
}
@media (min-width: 768px) {
  .srchBox {
    bottom: 0;
    width: 43%;
    margin: 0;
    margin-right: 10px;
  }
  .srchBox.bm-search_mFPage {
    width: 40.5%;
    margin-right: 0px;
    padding-right: 6px;
  }
  .srchBox_input {
    width: 91%;
  }
  .srchBox_Clicked .srchBox_input {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .srchBox {
    bottom: 20px;
    width: 31%;
    margin: 0;
    margin-right: 0px;
  }
  .srchBox.bm-search_mFPage {
    width: 33.3%;
    bottom: 0;
  }
}
.searchResult.predictive_searchResult {
  right: 0;
  width: 535px;
}
@media (min-width: 1024px) {
  .searchResult.predictive_searchResult {
    width: 580px;
  }
}

/* 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);
  }
}
.litLinkBox {
  float: left;
  width: 100%;
}
.litLinkBox__header {
  float: left;
  width: 100%;
}
.litLinkBox__orderDate {
  width: 100%;
  float: left;
  padding: 10px 0px;
  margin: 4px 0px 15px 0px;
  border-bottom: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
}
.litLinkBox__orderDate.bm-section_border {
  border-top: 1px solid #f1f1f1;
  margin-top: -20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .litLinkBox__orderDate.bm-section_border {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .litLinkBox__orderDate {
    padding: 23px 0px 9px;
  }
}
.litLinkBox__orderDate .docSelectCheckBox {
  float: left;
  margin: 10px 0px;
  width: 4.75%;
}
@media (min-width: 768px) {
  .litLinkBox__orderDate .docSelectCheckBox {
    margin: 15px 0px;
  }
}
.litLinkBox__item {
  border-top: 1px solid #f1f1f1;
  float: left;
  padding: 20px 0px 15px;
  width: 100%;
}
.litLinkBox__item.bm-child_first {
  border-top: none;
  padding-top: 0;
}
.litLinkBox__item.bm-child_last {
  margin-bottom: 20px;
  border-bottom: none;
}
@media print {
  .litLinkBox__item {
    padding-bottom: 0;
    border: none;
  }
}
.litTabCheckBox {
  float: left;
  padding-top: 25px;
  width: 4.75%;
}
.pdfThumbnail {
  float: left;
  width: 13.765%;
  padding-right: 10px;
}
.pdfThumbnail__img {
  float: left;
  max-width: 100%;
  display: block;
  border: 1px solid #CCC;
}
.ie8 .pdfThumbnail__img {
  width: auto;
}
.pdfLink {
  display: inline-block;
  max-width: 100%;
}
.litCard {
  float: left;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  margin-top: -2px;
  width: 100%;
}
.litCard__new {
  float: left;
  background-color: #333;
  color: #FFF;
  font-size: 11px;
  padding: 1px 5px;
  margin-right: 5px;
}
.litCard__type {
  float: left;
  font-size: 11px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
}
.litCard__text {
  float: left;
  clear: left;
}
.litCard__date {
  color: #b6b6b6;
  float: left;
  clear: left;
  line-height: 13px;
  font: 14px Arial, Meiryo, "Hiragino Kaku Gothic Pro";
  width: 100%;
}
@media (min-width: 768px) {
  .litCard {
    width: 79.485%;
  }
}
.ie8 .litCard__text {
  width: 100%;
}
.litCard.bm-type_2 {
  width: 100%;
}
@media (min-width: 768px) {
  .litCard.bm-type_2 {
    width: 86.235%;
  }
}
@media (min-width: 1024px) {
  .litCard.bm-type_2 {
    width: 81.485%;
  }
}
.langSuffix {
  color: #b6b6b6;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  font-size: inherit;
}
@media (min-width: 768px) {
  .langSuffix.bm-type_2 {
    color: #939393;
  }
}
@media (min-width: 1024px) {
  .langSuffix.bm-type_2 {
    color: #666664;
    font-size: 14px;
    line-height: inherit;
  }
}
.langSuffix.bm-color_black {
  color: #333;
}
.litCardIcons {
  clear: left;
  float: left;
  padding-top: 7px;
  width: 100%;
}
.litCardIcons__subscribe {
  margin-right: 12px;
}
.litCardIcons__email {
  margin-right: 16px;
  display: block;
  float: left;
  margin-top: 2px;
}
.litCardIcons__cart {
  padding-right: 14px;
  border-right: 1px solid #B6B6B6;
  margin-right: 6px;
}
.litCardIcons__cart:last-child {
  border: 0;
  margin-right: 0;
}
.finraLetterLink {
  font-size: 12px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.litLinkBox__orderDate.bm-no_border-top {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.bm-no_border-bottom {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  h2.fm-type_2.bm-literature {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  h2.fm-type_2.bm-literature {
    margin-bottom: 20px;
  }
}
.orderDetails {
  float: left;
}
.orderDetails__orderedOn {
  color: #B5B5B5;
  font-size: 12px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.orderDetails__orderDate {
  font-size: 24px;
  margin-top: -5px;
}
.bm-bold {
  font-size: 18px !important;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  padding-left: 2px;
}
.bm-color_dark {
  color: #333;
  margin-bottom: 6px;
}
.bm-line-height_16 {
  line-height: 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);
  }
}
.contentWrapper {
  float: left;
  width: 100%;
}
@media print {
  .pageTitleBox__title {
    margin-left: 0px;
    margin-bottom: 3px;
  }
}
.fundDetailsTab {
  display: none;
  background-color: white;
  float: left;
  width: 100%;
}
.fundDetailsTab.leftColPadding {
  border-top: 5px solid #ffffff;
}
.fundDetailsTab.leftColPadding.bm-tab_literature .selectedLitBox {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .fundDetailsTab {
    background-color: transparent;
  }
  .fundDetailsTab.bottomColPadding {
    padding-bottom: 20px;
  }
}
@media print {
  .fundDetailsTab.leftColPadding {
    border-top: none;
  }
}
.pageHeadingDescrptn {
  font-style: italic;
  font-size: 16px;
  padding: 0 10px;
  font-family: "Times New Roman Italic", Times, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .pageHeadingDescrptn {
    font-size: 24px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .pageHeadingDescrptn {
    padding: 0;
    line-height: 22px;
    font-size: 20px;
  }
}
@media print {
  .pageHeadingDescrptn {
    padding-left: 0px;
  }
}
.topDisclosureFundDetail {
  padding: 0 10px;
  margin-bottom: 15px;
  margin-top: -10px;
}
@media (min-width: 1024px) {
  .topDisclosureFundDetail {
    padding: 0;
    margin-bottom: 25px;
    margin-top: -20px;
  }
}
@media print {
  .topDisclosureFundDetail {
    padding-left: 0px;
  }
}
.pageHeadingWrapper {
  padding: 7px 10px 0 10px;
}
@media (min-width: 1024px) {
  .pageHeadingWrapper {
    padding: 7px 0 0 0;
  }
}
@media print {
  .pageHeadingWrapper {
    padding-left: 0px;
  }
}
@media print {
  .leftColFD {
    width: 100% !important;
  }
  .rightColFD {
    width: 100% !important;
  }
}
.leftColFD {
  background: white;
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .leftColFD {
    float: left;
    width: 65.6%;
    padding-bottom: 20px;
  }
}
.FDContent {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media print {
  .FDContent {
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
  }
}
.FDContent h2.fm-type_2,
.FDContent h2.fm-type_withSideText,
.FDContent h2.fm-type_3 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .FDContent h2.fm-type_2,
  .FDContent h2.fm-type_withSideText,
  .FDContent h2.fm-type_3 {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .FDContent.bm-margin_custom {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .FDContent.bm-margin_custom .leftColFD .leftColPadding {
    padding-left: 0;
  }
}
.FDContent.bm-margin_custom .leftColFD .leftColPadding > *:first-child > h2 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .FDContent.bm-margin_custom .leftColFD .leftColPadding > *:first-child > h2 {
    margin-top: 20px;
  }
}
.FDContent.bm-margin_custom .rightColFD {
  padding-bottom: 0;
}
.charIndexContent {
  min-height: 120px;
}
.charIndexContent .growthOf10K__table {
  display: none;
}
.leftColPadding {
  padding: 0 3.13% 0;
}
@media (min-width: 768px) {
  .leftColPadding {
    padding: 0 1.5% 0;
  }
}
@media (min-width: 1024px) {
  .leftColPadding {
    padding: 0 2.8% 0;
  }
}
@media print {
  .leftColPadding {
    padding: 0;
  }
}
.fd-external-link {
  color: #0000ff;
  text-decoration: underline;
}
.fd-external-link-desc {
  color: #313131;
}
.leftColFDUnderlay {
  display: none;
}
@media (min-width: 1024px) {
  .leftColFDUnderlay {
    background-color: white;
    bottom: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 65.6%;
    z-index: -1;
  }
}
.rightColFD {
  background: white;
  clear: none;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .rightColFD {
    background: transparent;
    float: right;
    width: 34.4%;
  }
}
.rightColPadding {
  padding: 0 3.13% 0;
}
@media (min-width: 768px) {
  .rightColPadding {
    padding: 0 1.5% 0;
  }
}
@media (min-width: 1024px) {
  .rightColPadding {
    padding: 0 0 0 2.8%;
  }
}
.tabContentMargin > *:first-child > h2 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .tabContentMargin > *:first-child > h2 {
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mainFD.compCont {
    padding: 0;
  }
}
.atAGlance {
  background-color: #1c1c1c;
  padding: 20px 10px 17px 10px;
  font-size: 0;
}
.atAGlance__indexLink {
  color: #85abd1;
}
.atAGlance__head {
  color: #fff;
  margin: 0;
  margin-left: 10px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  font-size: 17px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3f3f3f;
  margin-bottom: 20px;
}
@media print {
  .atAGlance__head {
    padding-bottom: 5px;
  }
}
.atAGlance__head.bm-font_light {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
}
.atAGlance.bm-full_width {
  padding: 0;
  display: block;
}
.atAGlance__left {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.atAGlance__left.bm-type_image {
  background-size: cover;
  background-position: bottom;
  height: 284px;
}
.atAGlance__right {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
@media (min-width: 768px) {
  .atAGlance {
    padding: 20px 12px 17px 12px;
  }
  .atAGlance.bm-full_width {
    display: table;
  }
  .atAGlance__head {
    margin-left: 0px;
    font-size: 20px;
  }
  .atAGlance__left {
    display: table-cell;
    width: 35%;
  }
  .atAGlance__left.bm-type_image {
    height: auto;
  }
  .atAGlance__right {
    display: table-cell;
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .atAGlance {
    padding: 20px;
  }
  .atAGlance.bm-full_width {
    display: table;
  }
  .atAGlance__head {
    margin-left: 0px;
    font-size: 20px;
  }
  .atAGlance__left {
    display: table-cell;
    width: 35%;
  }
  .atAGlance__right {
    display: table-cell;
    width: 65%;
  }
}
@media print {
  .atAGlance {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .atAGlance__head {
    padding-top: 5px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .atAGlance {
    margin-left: 0px;
    padding-right: 20px;
  }
}
@media print {
  .bm-marginLpaddingR_IE {
    margin-left: -10px;
    padding-right: 20px;
  }
}
/*******************************
Stats Box [Pricing Stats]
*******************************/
.statsCntnr {
  font-size: 0;
}
.statsCntnr__stats {
  margin-top: 30px;
}
.statsCntnr__borderMask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  z-index: 1;
  width: 5px;
  background-color: white;
}
@media print {
  .statsCntnr__borderMask {
    border: 5px solid white;
  }
}
.statsCntnr__negMrginWrapper {
  margin-left: -12px;
}
/*******************************
block - contains the key and value pair for one fund statistic
*******************************/
.atAGlanceStat {
  line-height: 13px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 5px 0 10px;
  margin-bottom: 17px;
}
.atAGlanceStat.bm-type_withBorderLeft {
  padding-left: 12px;
  border-left: 1px solid #ccc;
}
.atAGlanceStat.bm-type_featured {
  width: 100%;
  padding-left: 0;
}
.atAGlanceStat__key {
  color: #666666;
  display: block !important;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 12px;
  color: #a6a6a6;
  line-height: 13px;
  margin-bottom: 7px;
}
.atAGlanceStat__key.bm-type_featured {
  font-size: 20px;
  font-weight: normal;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 11px;
}
@media print {
  .atAGlanceStat__key {
    font-weight: normal;
  }
}
.atAGlanceStat__value {
  bottom: 0;
  font-family: 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  position: relative;
  line-height: 23px;
}
.atAGlanceStat__value.bm-type_whiteBG {
  color: #333;
}
.atAGlanceStat__value.bm-marinBottom_stndrd {
  margin-bottom: 5px;
}
.atAGlanceStat__value.bm-type_featured {
  display: inline-block;
  float: left;
}
.atAGlanceStat__value.bm-type2 {
  font-size: 12px;
}
.atAGlanceStat__value.bm-type_fullwidth {
  font-size: 20px;
}
.atAGlanceStat__change {
  line-height: 14px;
  font-size: 12px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.atAGlanceStat__change.bm-change_color {
  color: #ed1c24;
}
.atAGlanceStat__change.bm-change_color_green {
  color: #339933;
}
.atAGlanceStat__change.bm-change_prefix {
  font-size: 9px;
  vertical-align: bottom;
  display: inline-block;
}
.atAGlanceStat__change.bm-type_featured {
  display: inline-block;
  float: right;
  font-size: 18px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  margin-top: 5px;
}
@media (min-width: 768px) {
  .atAGlanceStat {
    width: 25%;
    padding: 0 10px 0 0;
    margin-bottom: 24px;
    font-size: 24px;
  }
  .atAGlanceStat.bm-width_33-md {
    width: 33.33%;
  }
  .atAGlanceStat.bm-type_featured {
    padding-right: 20px;
  }
  .atAGlanceStat__key {
    line-height: 13px;
    margin-bottom: 7px;
  }
  .atAGlanceStat__value {
    color: #333333;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .atAGlanceStat__value.bm-type_featured {
    display: block;
    float: none;
  }
  .atAGlanceStat__value.bm-type2 {
    font-size: 15px;
  }
  .atAGlanceStat__change.bm-type_featured {
    display: block;
    float: none;
    margin-top: 3px;
  }
}
@media print {
  .atAGlanceStat {
    width: 50%;
  }
  .atAGlanceStat.bm-width_33-md {
    width: 33.33%;
    padding-right: 20px;
  }
}
.award__image {
  width: 105px;
  float: left;
  padding: 0 10px;
  margin-top: -5px;
  text-align: center;
}
.award__image img {
  max-width: 75px;
}
@media (min-width: 768px) {
  .award__image {
    width: 125px;
  }
  .award__image img {
    max-width: 105px;
  }
}
@media (min-width: 1024px) {
  .award__image {
    width: 95px;
    margin-right: 10px;
    padding: 0;
    margin-top: 14px;
  }
  .award__image img {
    max-width: 95px;
  }
}
.awardDesc {
  float: left;
  width: 63%;
}
.awardDesc__head {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 16px;
}
.awardDesc__text {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 17px;
  color: #313131;
}
@media (min-width: 768px) {
  .awardDesc {
    width: 82%;
  }
}
@media (min-width: 1024px) {
  .awardDesc {
    width: 66%;
    margin-top: 14px;
  }
}
.awardDisclaimer {
  width: 100%;
  padding: 13px 5px 0px 0px !important;
  font-size: 10px;
  line-height: 12px;
  font-size: 11px;
  color: #313131;
}
@media (min-width: 768px) {
  .awardDisclaimer {
    margin: 0;
    width: 82%;
  }
}
@media (min-width: 1024px) {
  .awardDisclaimer {
    width: 100%;
  }
}
@media print {
  .showForPrint {
    display: block !important;
  }
}
.commentaryText {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  line-height: 17px;
  padding-right: 5%;
}
.invstmntIdeas_list {
  background: transparent;
  margin-top: 0;
  border-top: 0;
  font-size: 13px;
}
.invstmntIdeas_list__title {
  font-size: 13px;
}
@media (min-width: 768px) {
  .invstmntIdeas_list {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .invstmntIdeas_list {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .litComp__header.fm-type_2 {
    margin-bottom: 8px;
  }
}
.litComp__text {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  padding-left: 12px;
  position: relative;
  top: -3px;
}
.litComp__chkBox {
  margin: 0 0 10px 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .litComp__chkBox {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .litComp__chkBox {
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media print {
  .litComp__chkBox {
    float: none;
  }
}
@media (min-width: 768px) {
  .litComp__buttons.selectedLitBox__buttons {
    padding-top: 5px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .litComp__buttons.selectedLitBox__buttons {
    padding-top: 15px;
  }
}
.objective__content {
  line-height: 16px;
}
.omr__contentHeading {
  font-size: 14px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-bottom: 0;
}
.OMRisks__list {
  padding: 0;
  margin-top: -4px;
  list-style: none;
}
.OMRisks__disclaimer {
  color: #999999;
  font-size: 11px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 1024px) {
  .OMRisks__list {
    list-style: disc;
    margin-top: 18px;
    padding-left: 16px;
  }
  .OMRisks__disclaimer {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
  }
}
@media print {
  .OMRisks__list {
    padding: 0;
    margin-top: -4px;
    list-style: none;
  }
  .OMRisks__disclaimer {
    color: #999999;
    font-size: 11px;
    font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
.OMRListItem__heading {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 14px;
  margin: 7px 0 4px;
}
.OMRListItem__text {
  display: inline-block;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  line-height: 17px;
}
.OMRListItem__text p:first-child {
  display: inline;
}
@media (min-width: 1024px) {
  .OMRListItem {
    line-height: 16px;
    margin-bottom: 16px;
    padding-right: 5%;
  }
  .OMRListItem__heading {
    display: inline;
    font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: normal;
  }
  .OMRListItem__heading:after {
    content: " - ";
  }
  .OMRListItem__text {
    display: inline;
  }
}
@media print {
  .OMRListItem__heading {
    font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    font-size: 14px;
    margin: 7px 0 4px;
  }
  .OMRListItem__heading:after {
    content: "";
  }
  .OMRListItem__text {
    display: inline-block;
    font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
    font-size: 14px;
    line-height: 17px;
  }
}
.bm_rnrArticleRow {
  height: 1px;
  border-style: none;
  background: #d6d6d6;
  margin-top: 20px;
  margin-bottom: 15px;
}
.rtciSection {
  width: 100%;
}
@media (min-width: 768px) {
  .rtciSection {
    width: 33%;
    float: left;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
  }
  .rtciSection.bm-type2 {
    padding-left: 0;
    border-left: 0;
  }
}
.mngmntTeam__heading {
  margin-top: 20px;
  font-weight: bold;
}
.mngmntTeamAuthor {
  margin-top: 20px;
}
.mngmntTeamAuthor__img {
  float: left;
  max-width: 90px;
}
.mngmntTeamAuthor__img img {
  max-width: 100%;
}
.mngmntTeamAuthor__desc {
  margin-left: 12px;
  float: left;
  width: 60%;
}
@media (min-width: 320px) {
  .mngmntTeamAuthor__desc {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .mngmntTeamAuthor__desc {
    width: 29%;
  }
}
@media (min-width: 1024px) {
  .mngmntTeamAuthor__desc {
    width: 35%;
    margin-bottom: 16px;
  }
}
.mngmntTeamAuthor__desc__title {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
}
.mngmntTeamAuthor__desc__heading {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0;
}
.mngmntTeamAuthor__desc__exp {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
}
@media print {
  .mngmntTeamAuthor {
    float: left;
    width: 100%;
    clear: left;
  }
}
.SCM {
  background: #ffffff;
  font-size: 0;
  padding: 16px 1% 12px;
  position: relative;
}
@media print {
  .SCM {
    padding-left: 0px;
  }
}
.SCMBlock {
  display: inline-block;
  width: 26.7%;
  padding-left: 2.3%;
  position: relative;
  vertical-align: top;
}
.SCMBlock.bm-site_US {
  width: auto;
  max-width: 73.3%;
}
.SCMBlock.bm-site_EMEA {
  width: auto;
  max-width: 100%;
}
.SCMBlock__key {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
}
.SCMBlock__value {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  position: relative;
}
.SCMBlock__value .text {
  padding-right: 20px;
  display: inline-block;
}
.SCMBlock__value .icon {
  position: absolute;
  top: 44.5%;
  right: 0;
}
@media (min-width: 768px) {
  .SCMBlock__value .icon {
    top: 50%;
  }
}
.SCMBlock__value.bm-border_left {
  padding-left: 10px;
}
.SCMBlock__value.bm-type_dd {
  color: #365884;
}
.SCMBlock__value.bm-site_EMEA {
  line-height: 20px;
  margin-top: 1px;
}
@media (min-width: 768px) {
  .SCMBlock__value {
    font-size: 23px;
  }
  .SCMBlock__value.bm-site_EMEA {
    line-height: 25px;
    margin-top: 3px;
  }
}
@media (min-width: 768px) {
  .SCMBlock {
    width: 37.7%;
    padding-left: 1.5%;
  }
  .SCMBlock.bm-site_US {
    width: auto;
    max-width: 62.3%;
  }
  .SCMBlock.bm-site_EMEA {
    padding-left: 0.6%;
  }
}
@media print {
  .SCMBlock {
    width: 50%;
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  .SCMBlock.bm-site_EMEA {
    padding-left: 2%;
  }
}
/*Share Class Module - Vertical Rule*/
.SCMVR {
  background: #006579;
  bottom: 5px;
  left: 0px;
  position: absolute;
  top: 5px;
  width: 5px;
}
.SCMVR.bm-type_2 {
  background: #bfbfbe;
  top: 4px;
  width: 1px;
}
.SCMVR.bm-site_EMEA {
  bottom: -2px;
  top: 2px;
}
@media (min-width: 768px) {
  .SCMVR {
    top: 6px;
    bottom: 6px;
  }
  .SCMVR.bm-site_EMEA {
    bottom: 3px;
  }
}
.SCMTicker {
  background: #006579;
  color: white;
  padding: 0px 8px 1px;
}
@media print {
  .SCMTicker {
    padding: 0px;
  }
}
.SCMDropDown {
  background: #e9e9e9;
  left: 0;
  padding: 16px 3% 23px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999;
}
.SCMDropDown__link {
  color: #365884;
  display: block;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
}
.bm-popup_zindex {
  z-index: 100000;
}
.additionalResources__content {
  margin-top: -7px;
}
.additionalResources__subHeading {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.additionalResources__subHeading:first-child {
  margin-top: 0;
}
.additionalResources__link {
  display: block;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 14px;
  line-height: 13px;
  margin-top: 20px;
}
.additionalResources__link.bm-marginTop_0 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .additionalResources__link {
    line-height: 11px;
  }
}
@media (min-width: 1024px) {
  .additionalResources__content {
    display: inline-block;
    margin-top: 6px;
  }
  .additionalResources__link {
    line-height: 16px;
  }
}
.mktOverview__heading {
  font-size: 18px;
  clear: left;
}
@media (min-width: 1024px) {
  .mktOverview__heading {
    margin-bottom: 0;
  }
}
@media print {
  .mktOverview p:first-of-type {
    margin-bottom: 0px;
  }
  .mktOverview__heading.bm-printBorderTop {
    padding-top: 10px;
    border-top: 1px solid #d6d6d6;
  }
}
.mktOverviewSection {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .mktOverviewSection {
    width: 33%;
    display: table-cell;
    margin: 10px 0;
    padding: 0 10px 0 13px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 0;
  }
  .mktOverviewSection.bm-type2 {
    padding-left: 0;
    border-left: 0;
  }
}
.mktOverviewSection__descriptn {
  color: #000;
}
.mktOverviewSection__descriptn.bm-type_list {
  color: #508ac4;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.mktOverviewSection__descriptn.bm-type_list span {
  color: #333;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
}
@media print {
  .mktOverviewSection {
    border: none;
    width: 100%;
    display: block;
    padding: 0;
  }
  .mktOverviewSection.bm-type2 {
    margin-top: 0px;
  }
}
.mktOverviewGraph__image {
  margin-left: -6px;
  width: 100%;
}
@media (min-width: 768px) {
  .mktOverviewGraph__image {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .mktOverviewGraph__image {
    margin-bottom: 30px;
  }
}
@media print {
  .mktOverviewGraph__image {
    margin-left: 0px;
  }
}
.mktOverviewStat {
  margin-top: 20px;
}
.mktOverviewStat__item {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #efefed;
}
.mktOverviewStat__item:first-child {
  border-top: 1px solid #efefed;
}
.mktOverviewStat__itemClass_right {
  position: absolute;
  left: 160px;
}
.litLinkBox {
  float: left;
  width: 100%;
}
.litLinkBox__header {
  float: left;
  width: 100%;
}
.litLinkBox__orderDate {
  width: 100%;
  float: left;
  padding: 10px 0px;
  margin: 4px 0px 15px 0px;
  border-bottom: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
}
@media (min-width: 768px) {
  .litLinkBox__orderDate {
    padding: 23px 0px 9px;
  }
}
.litLinkBox__orderDate .docSelectCheckBox {
  float: left;
  margin: 10px 0px;
  width: 4.75%;
}
@media (min-width: 768px) {
  .litLinkBox__orderDate .docSelectCheckBox {
    margin: 15px 0px;
  }
}
.litLinkBox__item {
  border-top: 1px solid #f1f1f1;
  float: left;
  padding: 20px 0px 15px;
  width: 100%;
}
.litLinkBox__item.bm-child_first {
  border: none;
  padding-top: 0;
}
@media print {
  .litLinkBox__item {
    padding-bottom: 0;
    border: none;
  }
}
.litTabCheckBox {
  float: left;
  cursor: pointer;
  padding-top: 25px;
  width: 4.75%;
}
.pdfThumbnail {
  float: left;
  width: 13.765%;
  cursor: pointer;
}
.pdfThumbnail__img {
  float: left;
}
.litCard {
  float: left;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  margin-top: -2px;
  width: 79.485%;
}
.litCard__type {
  float: left;
  font-size: 12px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333;
}
.litCard__text {
  float: left;
  clear: left;
}
.litCard__date {
  color: #b6b6b6;
  float: left;
  clear: left;
  line-height: 13px;
  font: 13px Arial, Meiryo, "Hiragino Kaku Gothic Pro";
  width: 100%;
}
.litCard.bm-type_2 {
  width: 100%;
}
@media (min-width: 768px) {
  .litCard.bm-type_2 {
    width: 81.485%;
  }
}
@media (min-width: 1024px) {
  .litCard.bm-type_2 {
    width: 81.485%;
  }
}
.langSuffix {
  color: #b6b6b6;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: inherit;
  font-weight: normal;
}
@media (min-width: 768px) {
  .langSuffix.bm-type_2 {
    color: #939393;
  }
}
@media (min-width: 1024px) {
  .langSuffix.bm-type_2 {
    color: #666664;
    font-size: 14px;
    line-height: inherit;
  }
}
.litCardIcons {
  clear: left;
  float: left;
  padding-top: 7px;
  width: 100%;
}
.litCardIcons__subscribe {
  margin-right: 12px;
}
.litCardIcons__email {
  margin-right: 16px;
}
.litCardIcons__cart {
  padding-right: 14px;
  border-right: 1px solid #B6B6B6;
  margin-right: 6px;
}
.litCardIcons__cart:last-child {
  border: 0;
  margin-right: 0;
}
.finraLetterLink {
  font-size: 12px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.bm-no_border-top {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.orderDetails {
  float: left;
}
.orderDetails__orderedOn {
  color: #B5B5B5;
  font-size: 12px;
  font-family: 'UniversCondensed';
}
.orderDetails__orderDate {
  font-size: 24px;
  margin-top: -5px;
}
.bm-color_dark {
  color: #333;
  margin-bottom: 6px;
}
.bm-line-height_16 {
  line-height: 16px;
}
.fundDetails_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
  z-index: 10;
}
.fundDetails_loading_contain {
  width: 100%;
  bottom: 0;
  background-color: #000;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
  position: absolute;
  top: -61px;
  /* height: auto; */
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #fff;
  padding: 60px 0;
  text-align: center;
  z-index: 10;
}
@media (min-width: 1024px) {
  .fundDetails_loading_contain {
    top: -36px;
  }
}
.fundDetails_loading_contain.bm-top_0 {
  top: 0;
}
.componentTitle {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.title3 {
  font: 23px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #000;
}
@media (min-width: 768px) {
  .title3 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .title3 {
    font-size: 28px;
  }
}
.titleSpacing3 {
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .titleSpacing3 {
    margin: 0 auto 11px;
  }
}
@media (min-width: 1024px) {
  .titleSpacing3 {
    margin: 0 auto 24px;
  }
}
hr.bm-type_blue {
  width: 60px;
  border-top: 2px solid #508ac4;
  margin: 0 auto 28px;
}
hr.bm-type_2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  hr.bm-type_blue {
    width: 40px;
    margin: 0 auto 15px;
  }
  hr.bm-type_2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  hr.bm-type_blue {
    border-top-width: 3px;
    width: 60px;
    margin: 0 auto 25px;
  }
  hr.bm-type_2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .rlWrapper {
    margin-bottom: 25px;
  }
}
.flex-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: flex-start;
}
.flex-grid-box {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .flex-grid-box {
    flex-basis: 31%;
    max-width: 31%;
    margin-right: 3.5%;
  }
}
.flex-grid-box:nth-of-type(3n) {
  margin-right: 0;
}
.flex-grid-row {
  flex-basis: 100%;
  max-width: 100%;
}
.flex-grid .additionalResources__link {
  margin-top: 0;
  line-height: 15px;
}
.bm-fullWidth.additionalResources {
  margin-bottom: 20px;
}
.bm-fullWidth.additionalResources .additionalResources__content {
  display: block;
  margin-top: 0;
}
.FDContent .event {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .FDContent .eventDetails {
    margin-bottom: 0;
  }
}
.FDContent .eventSeparator {
  margin-bottom: 30px;
}
.FDContent .eventTakeaways {
  margin-bottom: 10px;
}
.divivendSummary .js-fundChartTitle {
  border: none;
  font: bold 18px/22px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
}
@media (min-width: 320px) {
  .divivendSummary .js-fundChartTitle {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .divivendSummary .js-fundChartTitle {
    padding: 0;
  }
}
@media (min-width: 320px) {
  .basicTable {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .basicTable {
    padding: 0;
  }
}
.basicTable table {
  width: 100%;
}
.basicTable__cell {
  padding: 20px 0;
  border-bottom: 1px solid #dddddb;
  width: 35%;
  font: 16px/20px 'UniversLTStd', Meiryo, "Hiragino Kaku Gothic Pro";
}
.basicTable__cell:first-of-type {
  width: 65%;
}
.basicTable__cell:last-of-type {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.basicTable__cell.bm-type_header {
  font: 14px/16px 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #999;
  border-bottom: none;
}
.distributionContainerMain.masked {
  min-height: 200px;
}
#overviewContainerMain .atAGlance ~ .pseudo-p {
  padding-left: 3.13%;
  padding-right: 3.13%;
}
@media (min-width: 768px) {
  #overviewContainerMain .atAGlance ~ .pseudo-p {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}
@media (min-width: 1024px) {
  #overviewContainerMain .atAGlance ~ .pseudo-p {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media print {
  #overviewContainerMain .atAGlance ~ .pseudo-p {
    padding-left: 0;
    padding-right: 0;
  }
}
.cntryListFlagChart {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.cntryListFlagChart .listItem {
  flex: 0 0 49%;
  position: relative;
  padding-left: 46px;
  margin: 1% 0;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .cntryListFlagChart .listItem {
    flex: 0 0 33%;
  }
}
.cntryListFlagChart .listItem .spriteFlag {
  display: block;
  float: left;
  width: 30px;
  height: 20px;
  margin-right: 16px;
  position: absolute;
  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);
  }
}
@media (min-width: 320px) {
  .nav-perf_container {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .nav-perf_container {
    padding: 0;
  }
}
.nav-perf_container .chart-wrapper {
  background: #ffffff;
  position: relative;
}
.nav-perf_container .chart-wrapper.hiding:before {
  width: 100%;
  height: 100%;
  min-height: 400px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 200px 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  pointer-events: none;
  touch-action: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0);
}
.nav-perf_container .chart-wrapper.hiding * {
  pointer-events: none;
  touch-action: none;
}
.nav-perf_container .chart-wrapper.loading:before {
  width: 100%;
  height: 100%;
  min-height: 400px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 200px 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  pointer-events: none;
  touch-action: none;
}
.nav-perf_container .chart-wrapper.loading * {
  pointer-events: none;
  touch-action: none;
}
.nav-perf_container .chart-title-container {
  font-size: 18px;
  line-height: 1.22;
  color: #333333;
  margin: 30px 0 20px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.nav-perf_container .highcharts-navigator-mask-inside {
  stroke-width: 2px;
  stroke: #999999;
  cursor: move !important;
}
.nav-perf_container .highcharts-navigator-mask-outside {
  stroke-width: 2px;
  stroke: #cccccc;
  fill-opacity: 0.7;
  fill: #ffffff;
}
.nav-perf_container .highcharts-tooltip span {
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 1.25;
}
.nav-perf_container .highcharts-tooltip > span {
  padding-bottom: 10px;
}
.nav-perf_container .highcharts-tooltip .tt-wrap {
  background: #7399c6;
  display: table;
}
.nav-perf_container .highcharts-tooltip .tt-row {
  display: table-row;
}
.nav-perf_container .highcharts-tooltip .tt-row:first-of-type .tt-col {
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 25px;
}
.nav-perf_container .highcharts-tooltip .tt-col {
  display: table-cell;
  padding-bottom: 20px;
}
.nav-perf_container .highcharts-tooltip .tt-col:first-of-type {
  padding-left: 10px;
}
.nav-perf_container .highcharts-tooltip .tt-col:last-of-type {
  padding-left: 30px;
  padding-right: 10px;
  text-align: right;
}
.nav-perf_container .highcharts-tooltip .tt-scatter {
  position: relative;
  display: block;
}
.nav-perf_container .highcharts-tooltip .tt-scatter .tt-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-bottom: -7px;
  margin-left: -7px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #7399c6;
  background: #7399c6;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.nav-perf_container .highcharts-tooltip .tt-scatter .tt-row {
  display: block;
}
.nav-perf_container .highcharts-tooltip .tt-scatter .tt-row:first-of-type .tt-col {
  padding-top: 15px;
  padding-bottom: 5px;
}
.nav-perf_container .highcharts-tooltip .tt-scatter .tt-row:last-of-type .tt-col {
  padding-bottom: 10px;
}
.nav-perf_container .highcharts-tooltip .tt-scatter .tt-col {
  text-align: left;
  display: inline-block;
}
.nav-perf_container .highcharts-tooltip .tt-scatter .tt-col:last-of-type {
  padding-left: 0;
}
.nav-perf_container .range-selector {
  margin: 0 auto 40px;
}
.nav-perf_container .chart-lg .range-selector {
  margin-bottom: 50px;
}
.nav-perf_container .chart-lg .range-selector-buttons {
  margin-bottom: 0;
  float: left;
}
.nav-perf_container .chart-lg .range-selector-buttons button {
  line-height: 64px;
  min-width: 75px;
  border-right: 1px solid rgba(221, 221, 219, 0);
  margin: 0;
}
.nav-perf_container .chart-lg .range-selector-buttons button.prefix {
  padding: 19px 0;
}
.nav-perf_container .chart-lg .range-selector-dropdowns {
  float: right;
}
.nav-perf_container .chart-lg .range-selector-dropdowns ul {
  margin: 0;
}
.nav-perf_container .chart-lg .range-selector-dropdowns ul:first-of-type {
  margin-right: 45px;
}
.nav-perf_container .chart-lg .range-selector-dropdowns span {
  line-height: 64px;
}
.nav-perf_container .chart-lg .range-selector-dropdowns li:first-of-type span {
  min-width: 110px;
  text-indent: 0;
}
.nav-perf_container .chart-lg .range-selector-dropdowns li:last-of-type span {
  min-width: 95px;
}
.nav-perf_container .chart-lg .range-selector-dropdowns li:last-of-type span:after {
  right: 15px;
}
.nav-perf_container .chart-lg .series-selector li {
  float: left;
  margin-bottom: 0;
}
.nav-perf_container .chart-lg .series-selector .as-of-date-container {
  float: right;
}
.nav-perf_container .range-selector-buttons {
  margin-bottom: 20px;
}
.nav-perf_container .range-selector-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-perf_container .range-selector-buttons li {
  display: block;
  float: left;
}
.nav-perf_container .range-selector-buttons li:last-of-type {
  width: 200px;
}
.nav-perf_container .range-selector-buttons li:last-of-type button {
  border-right: 1px solid #dddddb;
  min-width: 165px;
}
.nav-perf_container .range-selector-buttons button {
  display: block;
  font-size: 13px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #939d96;
  letter-spacing: 1.5px;
  border: 1px solid #dddddb;
  text-align: center;
  line-height: 44px;
  min-width: 65px;
  margin: 5px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  cursor: pointer;
}
.nav-perf_container .range-selector-buttons button:hover {
  background-color: #e4e4e5;
}
.nav-perf_container .range-selector-buttons button:active {
  background-color: #e4e4e5;
}
.nav-perf_container .range-selector-buttons button:focus {
  background-color: #e4e4e5;
}
.nav-perf_container .range-selector-buttons button.active {
  background-color: #7399c6;
  color: #ffffff;
}
.nav-perf_container .range-selector-buttons button.active:hover {
  background-color: #7399c6;
  color: #ffffff;
}
.nav-perf_container .range-selector-buttons button.active:active {
  background-color: #7399c6;
  color: #ffffff;
}
.nav-perf_container .range-selector-buttons button.active:focus {
  background-color: #7399c6;
  color: #ffffff;
}
.nav-perf_container .range-selector-buttons button.prefix {
  line-height: 1;
  padding: 9px 0;
}
.nav-perf_container .range-selector-buttons button.prefix span {
  display: block;
}
.nav-perf_container .range-selector-buttons button.force-disabled {
  display: none;
}
.nav-perf_container .range-selector-buttons button.disabled {
  opacity: 0.65;
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-buttons button.disabled:hover {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-buttons button.disabled:active {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-buttons button.disabled:focus {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-buttons button.disabled.active {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-buttons button.disabled.active:hover {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-buttons button.disabled.active:active {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-buttons button.disabled.active:focus {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-dropdowns ul {
  list-style: none;
  margin: 5px;
  padding: 0;
  float: left;
  border: 1px solid #dddddb;
}
.nav-perf_container .range-selector-dropdowns ul:first-of-type {
  margin-right: 40px;
}
.nav-perf_container .range-selector-dropdowns ul:first-of-type li:last-of-type:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -31px;
  height: 1px;
  width: 15px;
  background: #666666;
  margin-top: -1px;
}
.nav-perf_container .range-selector-dropdowns li {
  float: left;
  position: relative;
}
.nav-perf_container .range-selector-dropdowns li:first-of-type span {
  min-width: 90px;
  text-indent: -5px;
}
.nav-perf_container .range-selector-dropdowns span {
  display: block;
  font-size: 13px;
  font-family: 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #939d96;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 44px;
  min-width: 75px;
  pointer-events: none;
}
.nav-perf_container .range-selector-dropdowns span:after {
  position: absolute;
  top: 50%;
  right: 9px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 1px #7399c6 solid;
  border-bottom: 1px #7399c6 solid;
  margin-top: -6.5px;
}
.nav-perf_container .range-selector-dropdowns select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.nav-perf_container .range-selector-dropdowns select:focus + span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  background-color: #e4e4e5;
}
.nav-perf_container .range-selector-dropdowns select:hover + span {
  background-color: #e4e4e5;
}
.nav-perf_container .range-selector-dropdowns select:active + span {
  background-color: #e4e4e5;
}
.nav-perf_container .range-selector-dropdowns ul.disabled {
  opacity: 0.65;
}
.nav-perf_container .range-selector-dropdowns ul.disabled select {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-dropdowns ul.disabled select:hover + span {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-dropdowns ul.disabled select:active + span {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-dropdowns ul.disabled select:focus + span {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .range-selector-dropdowns ul.disabled span {
  color: #939d96;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.nav-perf_container .series-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.nav-perf_container .series-selector li {
  padding-right: 50px;
  margin-bottom: 20px;
}
.nav-perf_container .series-selector label {
  margin: 0;
  color: #666666;
  font-size: 16px;
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  position: relative;
  cursor: pointer;
}
.nav-perf_container .series-selector input {
  margin-right: 3px;
  position: absolute;
  top: 5px;
  left: 3px;
  opacity: 0;
}
.nav-perf_container .series-selector input + span {
  display: block;
}
.nav-perf_container .series-selector input + span:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #dddddb;
  position: absolute;
  top: 1px;
}
.nav-perf_container .series-selector input + span span:last-of-type {
  display: block;
  line-height: 22px;
  margin-left: 53px;
}
.nav-perf_container .series-selector input + span span:first-of-type {
  display: block;
  width: 14px;
  height: 2px;
  background-color: #abcdef;
  position: absolute;
  left: 29px;
  top: 10px;
}
.nav-perf_container .series-selector input + span span.bm-type2 {
  height: 16px;
  width: 14px;
  background-size: 14px;
  background-color: transparent;
  top: 3px;
}
.nav-perf_container .series-selector input span.area span:first-of-type {
  height: 14px;
  top: 4px;
}
.nav-perf_container .series-selector input span.image span:first-of-type {
  height: 14px;
  top: 4px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-perf_container .series-selector input:focus + span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.nav-perf_container .series-selector input:focus + span:before {
  background-color: #e4e4e5;
}
.nav-perf_container .series-selector input:hover + span:before {
  background-color: #e4e4e5;
}
.nav-perf_container .series-selector input:active + span:before {
  background-color: #e4e4e5;
}
.nav-perf_container .series-selector input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #00345d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-perf_container .as-of-date-container {
  font-family: 'UniversLTStdLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  margin: 0 auto 40px;
  text-align: right;
}
.nav-perf_container .js-fundChartTitle {
  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);
  }
}
.spriteFlag {
  background-image: url("../../../content/dam/gsam/images/common/country_flag_icons_sprite.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position: 0 -795px;
}
.spriteFlag-de {
  background-position: 0px -2444px;
}
.spriteFlag-australia {
  background-position: 0px -91px;
}
.spriteFlag-at {
  background-position: 0px -106px;
}
.spriteFlag-bh {
  background-position: 0px -160px;
}
.spriteFlag-be {
  background-position: 0px -214px;
}
.spriteFlag-ca {
  background-position: 0px -266px;
}
.spriteFlag-cn {
  background-position: 0px -318px;
}
.spriteFlag-cy {
  background-position: 0px -374px;
}
.spriteFlag-dk {
  background-position: 0px -425px;
}
.spriteFlag-eg {
  background-position: 0px -482px;
}
.spriteFlag-fi {
  background-position: 0 -530px;
}
.spriteFlag-fr {
  background-position: 0px -583px;
}
.spriteFlag-gr {
  background-position: 0px -1044px;
}
.spriteFlag-hk {
  background-position: 0px -1130px;
}
.spriteFlag-is {
  background-position: 0 -742px;
}
.spriteFlag-international {
  background-position: 0px -1302px;
}
.spriteFlag-ie {
  background-position: 0px -849px;
}
.spriteFlag-il {
  background-position: 0px -1477px;
}
.spriteFlag-it {
  background-position: 0px -954px;
}
.spriteFlag-japan {
  background-position: 0px -1649px;
}
.spriteFlag-kw {
  background-position: 0px -1735px;
}
.spriteFlag-lv {
  background-position: 0px -1823px;
}
.spriteFlag-libya {
  background-position: 0px -1909px;
}
.spriteFlag-lu {
  background-position: 0px -1219px;
}
.spriteFlag-my {
  background-position: 0px -2083px;
}
.spriteFlag-mu {
  background-position: 0px -2169px;
}
.spriteFlag-nl {
  background-position: 0px -1377px;
}
.spriteFlag-nz {
  background-position: 0px -2341px;
}
.spriteFlag-ng {
  background-position: 0px -2427px;
}
.spriteFlag-no {
  background-position: 0 -1537px;
}
.spriteFlag-oman {
  background-position: 0px -2602px;
}
.spriteFlag-pl {
  background-position: 0px -2688px;
}
.spriteFlag-pt {
  background-position: 0px -1696px;
}
.spriteFlag-qa {
  background-position: 0px -2860px;
}
.spriteFlag-sa {
  background-position: 0px -2948px;
}
.spriteFlag-sg {
  background-position: 0px -1853px;
}
.spriteFlag-za {
  background-position: 0px -3120px;
}
.spriteFlag-southkorea {
  background-position: 0px -3206px;
}
.spriteFlag-es {
  background-position: 0 -2013px;
}
.spriteFlag-se {
  background-position: 0px -2067px;
}
.spriteFlag-ch {
  background-position: 0px -2117px;
}
.spriteFlag-tw {
  background-position: 0px -3554px;
}
.spriteFlag-ug {
  background-position: 0px -3641px;
}
.spriteFlag-ae {
  background-position: 0px -3727px;
}
.spriteFlag-gb {
  background-position: 0px -2332px;
}
.spriteFlag-unitedstates {
  background-position: 0px -3899px;
}

/* 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: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 0;
  clear: both;
}
.contactUsNew__content {
  padding-right: 2%;
  width: 100%;
  margin-top: -4px;
  padding-bottom: 30px;
}
.contactUsNew__content.bm-length_1 {
  width: 50%;
  display: inline-block;
}
.contactUsNew__content.bm-length_1 .contactInfoNew {
  width: 100%;
}
.contactUsNew__seeMore {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 8px;
  text-transform: none;
}
@media (min-width: 768px) {
  .contactUsNew__seeMore {
    padding-right: 8px;
  }
  .contactUsNew__content {
    padding-right: 0;
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  .contactUsNew__content.bm-content_more {
    width: 67%;
  }
  .contactUsNew__content.bm-content_more .contactInfoNew {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .contactUsNew__heading.fm-type_withSideText {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.contactUsFeildLabel {
  font-size: 15px;
  display: block;
}
.contactInfoNew {
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  margin-top: 11px;
  width: 50%;
  vertical-align: top;
  padding-right: 15px;
}
.contactInfoNew__label {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.contactInfoNew__number.bm-number_blue,
.contactInfoNew__email {
  color: #466d96;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  word-break: break-all;
}
@media (min-width: 768px) {
  .contactInfoNew {
    margin-top: 10px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .contactInfoNew {
    line-height: 18px;
    margin-top: 8px;
    width: 50%;
  }
  .contactInfoNew__number {
    color: #333333;
    cursor: default;
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
@media print {
  .contactInfoNew__number {
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  }
}
@media (min-width: 768px) {
  .contactUsNew.bm-fields_1 .contactUsNew__content {
    width: 100%;
  }
  .contactUsNew.bm-fields_1 .contactInfoNew {
    width: 33%;
  }
  .contactUsNew.bm-fields_2 .contactUsNew__content,
  .contactUsNew.bm-fields_3 .contactUsNew__content {
    width: 33%;
  }
  .contactUsNew.bm-fields_2 .contactUsNew__content.bm-content_more,
  .contactUsNew.bm-fields_3 .contactUsNew__content.bm-content_more {
    width: 67%;
  }
  .contactUsNew.bm-fields_2 .contactUsNew__content.bm-content_more .contactInfoNew,
  .contactUsNew.bm-fields_3 .contactUsNew__content.bm-content_more .contactInfoNew {
    width: 50%;
  }
  .contactUsNew.bm-fields_2 .contactInfoNew,
  .contactUsNew.bm-fields_3 .contactInfoNew {
    width: 100%;
  }
  .contactUsNew.bm-fields_3 .contactUsNew__content.bm-content_more {
    width: 33%;
  }
  .contactUsNew.bm-fields_3 .contactUsNew__content.bm-content_more .contactInfoNew {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .secondaryCol .contactUsNew.bm-fields_1 .contactInfoNew {
    width: 50%;
  }
  .secondaryCol .contactUsNew.bm-fields_2 .contactUsNew__content,
  .secondaryCol .contactUsNew.bm-fields_3 .contactUsNew__content {
    width: 100%;
  }
  .secondaryCol .contactUsNew.bm-fields_2 .contactUsNew__content.bm-length_1,
  .secondaryCol .contactUsNew.bm-fields_3 .contactUsNew__content.bm-length_1 {
    width: 50%;
    padding-right: 15px;
  }
  .secondaryCol .contactUsNew.bm-fields_2 .contactUsNew__content.bm-length_1 .contactInfoNew,
  .secondaryCol .contactUsNew.bm-fields_3 .contactUsNew__content.bm-length_1 .contactInfoNew {
    width: 100%;
    padding-right: 0;
  }
  .secondaryCol .contactUsNew.bm-fields_2 .contactInfoNew,
  .secondaryCol .contactUsNew.bm-fields_3 .contactInfoNew {
    width: 50%;
  }
  .secondaryCol .contactUsNew .contactUsNew__heading.fm-type_withSideText {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    margin-bottom: 20px;
    font-size: 16px;
  }
  .secondaryCol .contactUsNew .contactUsNew__seeMore {
    display: block;
  }
  .contactUsNew.bm-fullLeft {
    width: 100%;
  }
  .contactUsNew.bm-fullLeft.bm-fields_1 .contactUsNew__content {
    width: 75%;
  }
  .contactUsNew.bm-fullLeft.bm-fields_1 .contactUsNew__content .contactInfoNew {
    width: 33%;
  }
  .contactUsNew.bm-fullLeft.bm-fields_2 .contactUsNew__content,
  .contactUsNew.bm-fullLeft.bm-fields_3 .contactUsNew__content {
    width: 25%;
  }
  .contactUsNew.bm-fullLeft.bm-fields_2 .contactUsNew__content .contactInfoNew,
  .contactUsNew.bm-fullLeft.bm-fields_3 .contactUsNew__content .contactInfoNew {
    width: 100%;
  }
  .contactUsNew.bm-fullLeft.bm-fields_2 .contactUsNew__content.bm-content_more {
    width: 50%;
  }
  .contactUsNew.bm-fullLeft.bm-fields_2 .contactUsNew__content.bm-content_more .contactInfoNew {
    width: 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);
  }
}
/*******************************
Container
*******************************/
.clcContainer {
  margin: 0px 10px;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .clcContainer {
    margin: -5px 0 20px 0;
    /* 
    padding-top: 18px; */
  }
}
.clcContainer h2.fm-type_2,
.clcContainer h2.fm-type_withSideText,
.clcContainer h2.fm-type_3 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .clcContainer h2.fm-type_2,
  .clcContainer h2.fm-type_withSideText,
  .clcContainer h2.fm-type_3 {
    margin-top: 35px;
  }
}
/*******************************
Left Column
*******************************/
.leftColCLC {
  /* padding-top: 5px; */
}
@media (min-width: 1024px) {
  .leftColCLC {
    float: left;
    padding-top: 0px;
    width: 33.3%;
    /*height: 100px;
    background-color: #fff;*/
  }
}
/*******************************
Right Column
*******************************/
.rightColCLC {
  min-height: 290px;
}
@media (min-width: 1024px) {
  .rightColCLC {
    width: 65.7%;
    float: right;
  }
}
/*******************************
docList Container
*******************************/
.docListContainer {
  position: relative;
  overflow: hidden;
}
/*******************************
Document List
*******************************/
.documentList {
  background-color: #fff;
  overflow: hidden;
  padding: 0px 3.13% 0px;
}
@media (min-width: 768px) {
  .documentList {
    padding: 18px 1.5% 0px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .documentList {
    margin-top: 5px;
    padding: 21px 20px 0px;
  }
}
/*******************************
Audience Filter
*******************************/
.audTypeDropDown {
  width: 237px;
  float: right;
  border: 1px solid #C6C8C9;
  height: 33px;
  position: absolute;
  right: 20px;
  top: 26px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
}
.audTypeDropDown__ul {
  list-style: none;
  padding-left: 0px;
  position: relative;
}
.audTypeDropDown__li {
  display: block;
  width: inherit;
  min-height: 33px;
  font-weight: bold;
  background-color: #e0e0e0;
  color: #365884;
}
.audTypeDropDown__li:first-child {
  white-space: nowrap;
  overflow: hidden;
}
.audTypeDropDown__li.bm-lightGreyBckgrnd {
  background-color: #e9e9e9;
  color: #999999;
}
.audTypeDropDown__li.bm-blackBckgrnd {
  background-color: #333333;
  color: #ffffff;
}
.audTypeDropDown__li .audTypeSpan {
  display: block;
  padding: 7px 0px 0px 10px;
}
.audTypeDropDown__li:first-of-type {
  color: #646a6d;
}
.audTypeDropDown__li.selected {
  background-color: transparent;
  color: #646a6d;
}
.audTypeDropDown .arrowCont {
  width: 32px;
  height: 33px;
  background-color: #fff;
  float: right;
  position: relative;
  z-index: 1;
  border-left: 1px solid #C6C8C9;
  cursor: pointer;
}
.audTypeDropDown .arrowCont__span {
  margin: 14px 7px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .audTypeDropDown {
    /* &__li:not(:first-of-type){
            height: 50px;
          }*/
  }
  .audTypeDropDown .audTypeSpan {
    padding-left: 5px;
  }
}
/*******************************
Useractions
*******************************/
.useractions {
  min-height: 15px;
}
@media (min-width: 768px) {
  .useractions {
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 20px;
  }
}
/*******************************
Keyword Filter
*******************************/
.keywordFilter {
  border-bottom: 1px solid #BFBFBD;
  margin-top: 20px;
}
.keywordFilter__inputBox {
  border: none;
  background-color: #EFEFED;
  width: 90%;
  outline: none;
  font-size: 12px;
  height: 30px;
}
.keywordFilter__arrow {
  display: inline-block;
  margin-bottom: -10px;
  cursor: pointer;
  float: right;
  background-color: #85ABD0;
  padding: 5px 7px 5px 8px;
}
/*******************************
result count
*******************************/
.resultCount_container {
  padding: 0px 10px 10px 0;
  margin-top: -5px;
}
.resultCount_container .result_count {
  font: 34px 'UniversUltraCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #688BB8;
}
.resultCount_container .result_count.bm-no_result {
  color: #999999;
}
.resultCount_container .result_label {
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .resultCount_container {
    padding: 2px 10px 7px 0;
  }
  .resultCount_container .result_count {
    margin-right: 3px;
  }
}
/*******************************
Result and keyword filter
*******************************/
.results_and_keywordfilter .resultCount_container {
  float: left;
  padding-bottom: 2px;
}
.results_and_keywordfilter .resultCount_container.bm-no_result {
  color: #999999;
}
.results_and_keywordfilter .result_label {
  margin-left: 1px;
}
.results_and_keywordfilter .keywordFilter {
  width: 40.6%;
  float: right;
  margin-top: 0px;
  margin-bottom: 10px;
}
/*******************************
QuickFilter
*******************************/
.quickfilter__item {
  display: block;
  margin-bottom: 5px;
}
/*******************************
Block Modifiers
*******************************/
.bm-customPadding {
  padding: 0px;
  margin-top: 0px;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .bm-customPadding {
    padding: 3px 4px;
  }
}
.bm-no_borderbtm {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.bm-margintop_5-20 {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .bm-margintop_5-20 {
    margin-bottom: 11px;
  }
}
.bm-customMargin {
  margin-bottom: 14px;
}
.bm-marginBtm_5 {
  margin-bottom: 5px;
}
.bm-marginBtm_1 {
  margin-bottom: 1px;
}
.bm-noBold {
  font-weight: normal !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);
  }
}
/* open to make global*/
.seePerformance {
  float: right;
  padding-top: 6px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-transform: none;
}
@media (min-width: 768px) {
  .seePerformance {
    right: 0;
    font-size: 14px;
    bottom: 7px;
  }
  .seePerformance.bm-type_2 {
    bottom: 2px;
    font-weight: normal;
  }
}
@media (min-width: 1024px) {
  .seePerformance {
    font-size: 16px;
  }
}
.accordianCntr {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .accordianCntr {
    border-bottom-width: 0;
    margin-bottom: 22px;
  }
}
.accordionHead {
  border-top: 1px solid #d9dada;
  padding: 20px 10px 8px 10px;
  position: relative;
  color: #456c96;
  margin: 10px 0;
  /* use with accordina elem*/
}
.accordionHead.selected {
  color: #252525;
}
.accordionHead .icon.im-arrowDownBlue {
  right: 10px;
  top: 55%;
  position: absolute;
}
.accordionHead.bm-type_2 {
  padding-left: 24px;
  padding-right: 120px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .accordionHead {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    border-top: 5px solid #c6c8c9;
    color: #252525;
    margin-top: 21px;
  }
  .accordionHead.bm-type_2 {
    border-top: 1px solid #bfbfbe;
    border-bottom: 1px solid #bfbfbe;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 6px;
    color: #333333;
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: normal;
    font-size: 16px;
  }
  .accordionHead.bm-featuredFund_head {
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .accordionHead {
    margin-right: 0;
    margin-left: 0;
  }
  .accordionHead.bm-type_2 {
    margin-top: 0;
  }
  .accordionHead.bm-featuredFund_head {
    margin-bottom: 32px;
  }
}
.accordionChild {
  border-top: 1px solid #d9dada;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}
.accordionChild .mfLinks:first-child .mfLinks__head:first-child {
  border-top-width: 0;
  padding-top: 0;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .accordionChild {
    border: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .accordionChild {
    padding-right: 0;
    padding-left: 0;
  }
}
.fundCategoryHead {
  border-top: 1px solid #d9dada;
  padding: 20px 10px 8px 10px;
  position: relative;
  color: #252525;
  margin: 10px 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .fundCategoryHead {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
    border-top: 5px solid #c6c8c9;
    color: #252525;
    padding-bottom: 3px;
  }
}
@media (min-width: 1024px) {
  .fundCategoryHead {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 10px;
    margin-top: 18px;
  }
}
.mfLinkCntr {
  position: relative;
  display: table;
  margin-bottom: 21px;
  line-height: 18px;
}
.mfLinkCntr__link.fm-link_6 {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  padding-left: 5px;
  display: table-cell;
  vertical-align: middle;
}
.mfLinkCntr__link.fm-link_6 .small {
  font-weight: normal;
}
.mfLinkCntr__VR {
  width: 6px;
  display: table-cell;
  vertical-align: top;
}
.mfLinkCntr.bm-type_2 {
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .mfLinkCntr {
    margin-bottom: 6px;
    display: block;
  }
  .mfLinkCntr__link {
    padding-left: 6px;
  }
  .mfLinkCntr.bm-type_2 {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .mfLinkCntr {
    width: 100%;
  }
}
/* all funds */
.mutualfund__5starFund {
  border-bottom: 1px solid #d9dada;
}
.mutualfund__pageMargin {
  padding-right: 10px;
  padding-left: 10px;
  /* h3 heading custom*/
}
.mutualfund__pageMargin__h3 {
  position: relative;
  font-size: 24px;
}
.mutualfund__yellowStarCntr {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .mutualfund__yellowStarCntr {
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .mutualfund__pageMargin {
    padding-right: 0;
    padding-left: 0;
  }
}
.mutualfund h2.fm-type_2,
.mutualfund h2.fm-type_withSideText,
.mutualfund h2.fm-type_3 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .mutualfund h2.fm-type_2,
  .mutualfund h2.fm-type_withSideText,
  .mutualfund h2.fm-type_3 {
    margin-top: 35px;
  }
}
/* use parent */
.mfLinks__head {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #333333;
  font-size: 16px;
  margin-bottom: 21px;
  padding-top: 26px;
  border-top: 1px solid #d6d6d6;
  margin-top: 14px;
  font-weight: normal;
}
.mfLinks a.fm-link_6 {
  padding-left: 0;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .mfLinks__head {
    padding-top: 0;
    margin-bottom: 7px;
    padding-top: 20px;
  }
}
.linkContainer_langSuffix {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  color: #999999;
  font-size: 12px;
}
.linkContainer_langSuffix.font_12 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .linkContainer_langSuffix {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  .linkContainer_langSuffix {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .linkContainer_langSuffix.font_13 {
    font-size: 13px;
  }
}
.accordionParent .bm-mode_single .mfLinks__head {
  padding-top: 0;
  border: 0;
}
.accordionParent .bm-heading_hidden .lL__col:first-child {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .accordionParent .bm-heading_hidden {
    /* .lL {
                margin-top: 0;
            } */
  }
  .accordionParent .lL__col .mfLinks__head:first-child {
    padding-top: 0;
    border: 0;
    margin-top: 18px;
  }
  .accordionParent .bm-mode_single .mfLinks__head {
    padding-top: 0;
    border: 0;
  }
  .accordionParent .bm-mode_single.bm-heading_hidden .lL__col {
    margin-top: 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);
  }
}
@media (min-width: 768px) {
  .selectedLitBox__checkbox {
    float: left;
    padding-top: 10px;
    width: 4.75%;
  }
  .selectedLitBox__buttons {
    display: inline-block;
  }
  .selectedLitBox__count {
    color: #b6b6b6;
    font-size: 14px;
    line-height: 1;
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    margin-left: 4.75%;
    margin-top: 5px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.subscriptionsContainer {
  margin: 35px 10px 0px;
}
@media (min-width: 1024px) {
  .leftCol {
    width: 66.7%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .rightCol {
    width: 31%;
    float: right;
  }
}
/*******************************
Email Preference
*******************************/
.emailPref {
  font-size: 13px;
  margin-bottom: 30px;
}
.emailPref__text {
  margin-bottom: 16px;
}
.emailPref__item {
  padding: 0px 11px;
}
@media (min-width: 768px) {
  .emailPref {
    overflow: hidden;
  }
  .emailPref__item {
    width: 33%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .emailPref__item {
    width: 50%;
  }
}
.im-unselectedRadio {
  cursor: pointer;
  background: url('../../clientlibs/gsam-style/components/subscriptions/gsam-style/common/img/radio.png') -3px -3px no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-bottom: -6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-selectedRadio {
  cursor: pointer;
  background: url('../../clientlibs/gsam-style/components/subscriptions/gsam-style/common/img/radio-selected.png') 0px 0px no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-bottom: -6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.email__item {
  display: inline-block;
}
.email__newid {
  border: none;
  background-color: #EFEFED;
  display: block;
  width: 100%;
  max-width: 239px;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #C1C1C1;
  outline: none;
}
/*******************************
Newsletter
*******************************/
.newslettersList__item {
  padding-bottom: 15px;
  border-bottom: 1px solid #DADBDB;
  margin-bottom: 20px;
}
.newslettersList__item.bm-lastItem {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
.item__heading {
  font: bold 15px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-bottom: 5px;
}
.item__description {
  font-size: 13px;
  display: inline-block;
  width: 61.8%;
}
/*******************************
Toggle Subscription
*******************************/
.toggleSubscription {
  width: 104px;
  height: 22px;
  background-color: #c0c0c0;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.toggleSubscription .selectedSubscription {
  display: inline-block;
  width: 50%;
  float: left;
  background-color: #000;
  color: #85ABD1;
  text-align: center;
  font: 14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  height: inherit;
  padding: 2px 0px;
}
.toggleSubscription .unselectedSubscription {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  height: inherit;
  font: 14px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  cursor: pointer;
  padding: 2px 0px;
}
/*******************************
Alert subscription
*******************************/
.alerts {
  margin-bottom: 30px;
}
.alerts__text {
  font-size: 13px;
}
.alerts__cadence {
  padding: 0px 10px;
  overflow: hidden;
}
.alertCadence {
  width: 50%;
  float: left;
}
.alertCadence__item {
  display: inline-block;
}
/*******************************
Market Insights Subscription
*******************************/
.subscription {
  margin-bottom: 40px;
}
.subscription__item {
  padding: 20px 0px;
  border-bottom: 1px solid #D6D6D6;
  overflow: hidden;
}
.subscriptionName {
  font: bold 15px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
/*******************************
Events
*******************************/
.gsamEvents {
  margin-bottom: 25px;
}
/*******************************
Documents
*******************************/
.removeIcon {
  float: right;
  margin: 10px 10px 0 0;
}
.noDocSubscription {
  font-size: 13px;
  margin-bottom: 40px;
}
.noDocSubscription__clclink {
  font: 13px Arial, Meiryo, "Hiragino Kaku Gothic Pro" Bold;
}
@media (min-width: 1024px) {
  .noDocSubscription {
    margin-bottom: 30px;
  }
}
/*******************************
Browse Section
*******************************/
.browseSection__item {
  padding: 23px 0px;
  border-bottom: 1px solid #D6D6D6;
  cursor: pointer;
}
@media (min-width: 768px) {
  .browseSection__item {
    padding: 10px 0;
  }
}
.selectionBar {
  display: none;
  width: 6px;
  height: 27px;
}
.selectionBar.selected {
  display: inline-block;
  background-color: #365884;
  margin-top: -3px;
  position: absolute;
}
.browseSectionLink {
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  padding-left: 17px;
}
/*******************************
Modifiers
*******************************/
.bm-wide {
  width: 92%;
}
.bm-firstItem {
  padding-top: 0;
}
.bm-lastItem {
  padding-bottom: 0;
  border-bottom: none;
}
.bm-background_darkgrey {
  background-color: #e1e1e0;
  padding: 10px;
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .bm-background_darkgrey {
    margin: 0;
  }
}
.bm-document {
  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);
  }
}
.fundChart {
  display: none;
}
.fundChart .highlighting-star {
  color: #333333;
  font-weight: bold;
  vertical-align: middle;
}
@media (min-width: 610px) {
  .fundChart .tabsContainerForDownloadChart {
    width: 66%;
  }
}
.fundChart .download-chart-data {
  height: 45px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10px;
  justify-content: center;
  width: 100%;
  background-color: #688bb8;
}
@media (min-width: 610px) {
  .fundChart .download-chart-data {
    position: absolute;
    right: 0;
    top: 78px;
    width: auto;
    margin-top: 0;
  }
}
.tempChart .js-chartArea {
  max-width: 500px;
  margin: 0 auto;
}
/* To show hand item on all rects in highchart legends */
g.highcharts-legend-item rect {
  cursor: pointer;
}
.totalReturns .highcharts-legend-item:first-child text,
.timeValChart .highcharts-legend-item:first-child text,
.totalReturns .highcharts-legend-item:first-child rect,
.timeValChart .highcharts-legend-item:first-child rect,
.totalReturns .highcharts-legend-item:first-child span,
.timeValChart .highcharts-legend-item:first-child span {
  cursor: default!important;
}
.styleBox__content {
  margin-left: 26px;
}
@media (min-width: 768px) {
  .styleBox__content {
    margin-left: 7px;
  }
}
@media (min-width: 1024px) {
  .styleBox__content {
    margin-left: 16px;
  }
}
.styleBoxTable {
  margin: 26px auto 0;
  border-collapse: collapse;
}
.styleBoxTable__box {
  background: #efefed;
  border: 1px solid #b4b4b4;
  height: 63px;
  width: 63px;
}
.styleBoxTable__box.bm-mode_selected {
  background: #85abd1;
}
.styleBoxTable__labelX,
.styleBoxTable__labelY {
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #666666;
}
.styleBoxTable__labelX {
  padding-top: 6px;
}
.styleBoxTable__labelY {
  vertical-align: middle;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .styleBoxTable {
    margin: 19px auto 0;
  }
  .styleBoxTable__box {
    height: 61px;
    width: 61px;
    background: #ffffff;
  }
  .styleBoxTable__labelX {
    text-align: center;
  }
  .styleBoxTable__labelY {
    padding-left: 8px;
  }
}
@media print {
  .styleBoxTable__box.bm-mode_selected {
    border: none;
    width: 61px;
    height: 61px;
  }
  .styleBoxTable .selectedBox {
    width: 0px;
    height: 0px;
    border: 32px solid #85abd1;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .styleBoxTable__box.bm-mode_selected {
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 32px solid #85abd1;
    margin-left: 1px;
  }
  .styleBoxTable__box .selectedBox {
    display: none !important;
  }
}
@media print {
  .ie8 .styleBoxTable__box.bm-mode_selected {
    display: block !important;
    width: 61px !important;
    height: 61px !important;
  }
  .ie8 .selectedBox {
    width: 1px !important;
    height: 1px !important;
    border: 30px solid #85abd1 !important;
  }
}
@-moz-document url-prefix() {
  @media print {
    .styleBoxTable tr[data-label=""] td.styleBoxTable__labelX {
      border-top: 2px solid #b4b4b4;
    }
    .styleBoxTable tr[data-label=""] td.styleBoxTable__labelY {
      border-top: none;
    }
    .styleBoxTable__box {
      width: 60px;
      height: 60px;
      border: 1px solid #b4b4b4;
      border-collapse: collapse;
    }
    .styleBoxTable .selectedBox {
      border: none;
    }
  }
}
@media screen {
  .columnChart__scroller {
    overflow-x: auto;
    position: relative;
  }
  .columnChart__size {
    min-width: 630px;
    overflow: hidden;
  }
}
.columnChartFooter {
  margin-top: 15px;
}
#totalReturnsChart,
.columnChart {
  width: 100%;
  height: 343px;
  margin: 0 auto;
}
@media print {
  #totalReturnsChart,
  .columnChart {
    margin-left: -7px;
  }
}
.totalReturns {
  position: relative;
  height: auto;
  width: 100%;
}
.totalReturns__label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding-top: 4px;
  background: #e6e6e6;
  color: white;
  width: 30px;
  height: 30px;
  font-size: 17px;
  text-align: center;
}
@media print {
  .totalReturns__label {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0;
    width: 0px;
    height: 0px;
    border: 15px solid #e6e6e6;
    font-size: 17px;
    text-align: center;
  }
  .totalReturns__label .percentLabel {
    position: absolute;
    top: -16px;
    left: -15px;
    color: #ffffff !important;
    padding: 5.5px 7px;
  }
}
.totalReturns .highcharts-legend-item:first-child text,
.totalReturns .highcharts-legend-item:first-child rect {
  cursor: default !important;
}
.totalReturns__text {
  font-size: 14px;
  margin-top: 15px;
  line-height: 17px;
}
.totalReturnsFooter {
  border-top: 1px dotted #bababa;
  border-bottom: 1px dotted #bababa;
  padding: 8px 5%;
  text-align: center;
  line-height: 14px;
  font-size: 0;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.totalReturnsFooter__value {
  text-align: center;
  font-size: 14px;
  width: 33.33%;
  display: inline-block;
}
.totalReturnsFooter__value.bm-align__left {
  text-align: left;
}
.totalReturnsFooter__value.bm-align__right {
  text-align: right;
}
@media (min-width: 768px) {
  .totalReturnsFooter {
    padding: 8px 11.5%;
  }
}
@media (min-width: 1024px) {
  .totalReturnsFooter {
    padding: 8px 0 8px 6%;
  }
}
@media print {
  .ie8 .totalReturns .js-chartArea {
    margin: -10px 0 0 0 !important;
    height: auto;
  }
  .ie8 .totalReturns .js-chartArea .highcharts-container {
    margin: 0 auto !important;
  }
  .ie8 .totalReturns__label {
    top: 61px !important;
    margin-left: 5px !important;
  }
  .ie8 .totalReturns__text {
    margin-top: 20px !important;
  }
}
@media print {
  .totalReturns .js-chartArea {
    -ms-transform: scale(0.95);
    -ms-transform-origin: -10px -10px;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .totalReturns .js-chartArea {
    -webkit-transform: scale(0.925);
    -webkit-transform-origin: 0 0;
    margin-top: -20px;
  }
}
.growthOf10K__label {
  margin-top: -3px;
  padding: 4px 9px 10px 36px;
  overflow: hidden;
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .growthOf10K__label {
    /* Chrome and Safari only */
    margin-right: -8px;
  }
}
.growthOf10K__chart {
  clear: both;
  margin-left: -15px;
  height: 200px;
}
.growthOf10K__chart.bm-type_50k .highcharts-tooltip span {
  height: auto;
  width: 280px;
  overflow: auto;
  white-space: normal !important;
}
@media print {
  .growthOf10K__chart {
    -ms-transform: scale(0.95);
    -ms-transform-origin: -10px -10px;
    -webkit-transform: scale(0.925);
    -webkit-transform-origin: -100px -20px;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .growthOf10K__chart {
    /* Chrome and Safari only */
    margin-left: 1px !important;
    margin-bottom: 0 !important;
  }
}
.growthOf10K__table {
  padding: 0;
  clear: both;
  margin: 0 auto;
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .growthOf10K__table {
    margin-top: -150px !important;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .growthOf10K__label {
    padding: 8px 0px 15px 42px;
  }
  .growthOf10K__chart {
    margin-left: -9px;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .growthOf10K__chart {
    height: 275px;
  }
}
@media print {
  .growthOf10K {
    /*page-break-after: always;*/
  }
  .growthOf10K__table {
    margin-top: -100px;
    margin-left: -30px;
  }
}
@media print {
  .ie8 .growthOf10K__chart {
    margin: 0 0 0 -10px !important;
    height: auto;
  }
  .ie8 .growthOf10K__table {
    margin-top: 0;
  }
}
@-moz-document url-prefix() {
  @media print {
    .totalReturns .js-chartArea,
    .js-chartArea .performanceIndex,
    .growthOf10K__chart {
      -moz-transform: scale(0.98);
      -moz-transform-origin: 0 0;
    }
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  html * {
    /*overflow: hidden !important;*/
  }
}
.GOTKLabelText {
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.GOTKLabelText.bm-type_bold {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.GOTKLabelText.bm-pull_left {
  float: left;
  margin-right: 3px;
}
.GOTKLabelText.bm-pull_right {
  float: right;
  margin-left: 3px;
}
.GOTKTableWrapper {
  overflow-x: auto;
  width: 96%;
  color: #231F20;
}
@media (min-width: 768px) {
  .GOTKTableWrapper {
    width: 100%;
  }
}
.GOTKScrollWrapper {
  min-width: 450px;
}
.GOTKHeading {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin-bottom: 4px;
}
.GOTKTable {
  width: 100%;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  table-layout: fixed;
}
.GOTKCell {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  text-align: center;
  border-left: 1px solid #939598;
  border-right: 1px solid #939598;
  font-size: 16px;
  padding: 1px 0;
}
.GOTKCell.bm-type_header {
  background: #efefed;
}
.fundChart.bm-lfc .fm-type_withSideText {
  margin: 0;
  border: 0;
  text-transform: none;
  font-size: 14px;
  padding-left: 40px;
  color: #333;
}
.fundChart.bm-lfc .date.bm-type_2 {
  bottom: 5px;
  color: #333;
}
.fundChart.bm-lfc .growthOf10K__label {
  padding: 1px 0px 15px 40px;
  color: #999;
  font-size: 14px;
  margin-top: -4px;
}
.fundChart.bm-lfc .growthOf10K__chart {
  margin-left: 0;
  height: 230px;
  margin-top: 13px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .fundChart.bm-lfc .fm-type_withSideText {
    font-size: 20px;
    padding-left: 11px;
  }
  .fundChart.bm-lfc .date.bm-type_2 {
    bottom: 7px;
  }
  .fundChart.bm-lfc .growthOf10K__label {
    padding-left: 12px;
  }
  .fundChart.bm-lfc .growthOf10K__chart {
    margin-top: 39px;
  }
}
@media print {
  .fundChart.bm-lfc .growthOf10K__chart {
    margin-left: -10px;
  }
}
.chartScroller {
  overflow-x: auto;
  margin-right: -3.13%;
}
@media (min-width: 768px) {
  .chartScroller {
    overflow: hidden;
    margin: 0;
  }
}
.chartCntnr {
  min-width: 550px;
}
.chartCntnr__chart {
  position: relative;
  float: right;
  width: 52%;
  left: -21px;
}
.chartCntnr__chart.bm-region_US {
  width: 63%;
  top: -6px;
  left: -4px;
}
.chartCntnr__legends {
  float: left;
  border-right: 20px solid transparent;
  max-width: 47%;
}
.chartCntnr__legends.bm-region_US {
  max-width: 36%;
}
@media (min-width: 768px) {
  .chartCntnr {
    padding-left: 8.5%;
  }
  .chartCntnr.bm-region_US {
    padding-left: 7.7%;
  }
  .chartCntnr__chart {
    margin-top: 12px;
    width: 56%;
    left: auto;
  }
  .chartCntnr__chart.bm-region_US {
    width: 69%;
    top: -8px;
    left: -8px;
    margin-top: 0;
  }
  .chartCntnr__legends {
    max-width: 38%;
  }
  .chartCntnr__legends.bm-region_US {
    max-width: 31%;
  }
}
@media (min-width: 1024px) {
  .chartCntnr {
    padding-left: 4%;
  }
  .chartCntnr.bm-region_US {
    padding-left: 13%;
  }
  .chartCntnr__chart {
    margin-top: 0;
    width: 57.5%;
  }
  .chartCntnr__chart.bm-region_US {
    width: 64%;
    top: -2px;
  }
  .chartCntnr__legends {
    max-width: 42.5%;
  }
  .chartCntnr__legends.bm-region_US {
    max-width: 34%;
  }
}
#top10Issues,
.donutChart {
  width: 275px;
  height: 275px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  #top10Issues,
  .donutChart {
    width: 250px;
    height: 250px;
  }
}
.legendRow {
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #252525;
}
.legendRow.bm-region_US {
  border-bottom: 3px solid transparent;
}
.legendRow__icon {
  color: white;
  padding-right: 7px;
  width: 25px;
}
.legendRow__icon span {
  padding: 1px 4px 2px;
}
@media screen {
  .legendRow__icon span {
    border: none !important;
  }
}
.legendRow__name {
  padding-right: 10px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.legendRow__name.bm-region_US {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.legendRow__subtext {
  padding-right: 10px;
}
@media print {
  .legendRow .bm-region_US {
    border-bottom: 11px solid transparent;
  }
  .legendRow__icon span {
    padding: 0px 1px 1px;
  }
}
.donutChartLabel {
  position: absolute;
  color: #252525;
  top: 89px;
  left: 0;
  line-height: 42px;
  right: 0;
  text-align: center;
}
.donutChartLabel__sub {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  text-align: center;
  font-size: 16px;
  display: block;
  line-height: 36px;
  margin-top: 3px;
}
.donutChartLabel__main {
  position: relative;
  font-size: 76px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  vertical-align: middle;
  line-height: 69px;
}
.donutChartLabel__main__sup {
  font-size: 33px;
  position: absolute;
  top: -11px;
}
@media screen and (min-width: 1024px) {
  .donutChartLabel {
    line-height: 37px;
    top: 83px;
  }
  .donutChartLabel__sub {
    font-size: 14px;
    text-transform: uppercase;
  }
  .donutChartLabel__main {
    font-size: 70px;
    line-height: 54px;
  }
  .donutChartLabel__main__sup {
    font-size: 30px;
    top: -10px;
  }
}
@media print {
  .donutChartLabel {
    top: 76px;
    left: -9px;
  }
  .donutChartLabel__main {
    margin-left: -25px;
  }
}
@media print {
  .ie8 .donutChartLabel__main {
    margin-left: 0px;
  }
}
.countryAllocation {
  width: 100%;
}
.cntryAllocatnChart {
  max-width: 600px;
  height: 366px;
  margin: 0 auto;
  margin-top: 19px;
  position: relative;
}
.cntryAllocatnChart__map {
  width: 100%;
  position: absolute;
}
#cntryAllocatnMap,
.countryAllocatioMap {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
#cntryAllocatnBar,
.countryAllocatioBar {
  width: 320px;
  margin: 0 auto;
  height: 150px;
  margin-top: 13px;
}
#creditAllocationChart {
  max-width: 500px;
  margin: 0 auto;
}
#currencyAllocationTop,
#currencyAllocationBottom {
  width: 400px;
  margin: 0 auto;
}
.top3Equity {
  width: 100%;
}
.top3Equity__header.fm-type_withSideText {
  margin-bottom: 1px;
}
#top3EquityChart {
  height: 128px;
  left: -16px;
  margin: 0 auto;
  position: relative;
  width: 316px;
}
@media (min-width: 768px) {
  #top3EquityChart {
    left: -8px;
    width: 412px;
  }
}
.top3EquityChartDesc {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 0;
  margin: 0 auto;
  width: 316px;
  left: -16px;
  padding-left: 18px;
  position: relative;
  top: -3px;
}
.top3EquityChartDesc__Item {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  width: 33.33333333%;
}
@media (min-width: 768px) {
  .top3EquityChartDesc {
    left: -8px;
    width: 412px;
  }
}
@media (min-width: 768px) {
  .performanceIndex__disclaimer {
    line-height: 14px;
  }
}
.verBarChart {
  margin-top: 30px;
}
#performanceIndex,
.performanceIndex,
.timeValChart,
.barChart {
  width: 100%;
  height: 230px;
  margin-top: 30px;
}
#performanceIndex__disclaimer,
.performanceIndex__disclaimer,
.timeValChart__disclaimer,
.barChart__disclaimer {
  font-size: 11px;
}
@media (min-width: 768px) {
  #performanceIndex,
  .performanceIndex,
  .timeValChart,
  .barChart {
    height: 310px;
  }
}
#performanceIndex .highcharts-legend .highcharts-legend-item:first-child text,
.performanceIndex .highcharts-legend .highcharts-legend-item:first-child text,
.timeValChart .highcharts-legend .highcharts-legend-item:first-child text,
.barChart .highcharts-legend .highcharts-legend-item:first-child text,
#performanceIndex .highcharts-legend .highcharts-legend-item:first-child rect,
.performanceIndex .highcharts-legend .highcharts-legend-item:first-child rect,
.timeValChart .highcharts-legend .highcharts-legend-item:first-child rect,
.barChart .highcharts-legend .highcharts-legend-item:first-child rect,
#performanceIndex .highcharts-legend .highcharts-legend-item:first-child span,
.performanceIndex .highcharts-legend .highcharts-legend-item:first-child span,
.timeValChart .highcharts-legend .highcharts-legend-item:first-child span,
.barChart .highcharts-legend .highcharts-legend-item:first-child span {
  cursor: default !important;
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .timeValChart {
    margin-bottom: 100px;
  }
}
.perfIndexCntnr,
.timeValChartCntnr,
.chartContBtmSpacing {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .perfIndexCntnr,
  .timeValChartCntnr,
  .chartContBtmSpacing {
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .perfIndexCntnr,
  .timeValChartCntnr,
  .chartContBtmSpacing {
    margin-bottom: 20px;
  }
}
.perfIndexCntnr__label,
.unitLabel {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #cccccc;
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  position: absolute;
  z-index: 1;
  top: -20px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .perfIndexCntnr__label,
  .unitLabel {
    margin-top: 26px;
  }
}
.overlayAll {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.perfIndexCntnr__disclaimer {
  font-size: 11px;
  font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro";
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .perfIndexCntnr__disclaimer {
    font-size: 12px;
  }
}
.perfIndexCntnr__disclaimerNote {
  font-weight: bold;
  margin-top: 25px;
  display: block;
}
.perfIndexCntnr__currency {
  background-color: #CCC;
  height: 28px;
  width: 28px;
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #FFF;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  padding-top: 5px;
}
.perfIndexCntnr .highcharts-tooltip span {
  height: auto;
  width: 280px;
  overflow: auto;
  overflow-x: hidden;
  white-space: normal !important;
}
@media print {
  .js-chartArea .performanceIndex,
  .js-chartArea .timeValChart {
    -ms-transform: scale(0.95);
    -ms-transform-origin: -10px -10px;
    -webkit-transform: scale(0.925);
    -webkit-transform-origin: 0 0;
  }
}
@media print {
  .ie8 .performanceIndex {
    margin-top: 10px !important;
    margin-left: 0 !important;
  }
}
.legendBox {
  width: 100%;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #505050;
  margin-top: 12px;
}
.legendBox__keys {
  display: table-cell;
}
.legendBox__keys.bm-key_key {
  width: 56%;
}
.legendBox__keys.bm-key_perf,
.legendBox__keys.bm-key_volatility {
  width: 28%;
}
.legendBox__content {
  width: 100%;
  position: relative;
  margin-top: 31px;
}
@media (min-width: 768px) {
  .legendBox {
    margin: 0;
    background-color: #fff;
  }
  .legendBox__keys.bm-key_key {
    width: 60%;
  }
  .legendBox__keys.bm-key_perf,
  .legendBox__keys.bm-key_volatility {
    width: 17%;
  }
  .legendBox__content {
    border-top: 1px dotted #bababa;
    border-bottom: 1px dotted #bababa;
  }
}
.legendLine {
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  background-color: #efefed;
  padding: 12px 10px 15px;
  border-bottom: 1px solid white;
  line-height: 17px;
  text-align: center;
}
.legendLine:first-child {
  cursor: default;
}
.legendLine__item {
  display: inline-block;
  vertical-align: middle;
}
.legendLine__item.bm-type_symbol {
  text-align: center;
  width: 5%;
  height: 17px;
}
.legendLine__item.bm-type_name {
  width: 50%;
  padding-right: 10px;
  text-align: left;
}
.legendLine__item.bm-type_perf,
.legendLine__item.bm-type_vol {
  width: 28%;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
@media (min-width: 768px) {
  .legendLine {
    padding: 4px 0 0px;
    line-height: 20px;
    background-color: transparent;
    border: 0;
    border-bottom: 0;
    padding: 4px 0;
  }
  .legendLine__item.bm-type_symbol {
    width: 9%;
    border: 0px !important;
  }
  .legendLine__item.bm-type_perf,
  .legendLine__item.bm-type_vol {
    width: 17%;
  }
  .legendLine__item.bm-type_hideShow {
    text-transform: uppercase;
    width: 6%;
    text-align: right;
    color: #365884;
  }
}
@media print {
  .legendLine__item.bm-type_symbol {
    width: 9%;
    border: 0px !important;
  }
  .legendLine__item.bm-type_symbol span.hidden-xs {
    display: inline-block !important;
  }
}
.fundChart.bm-lfc_perf .performanceIndex {
  margin-top: -10px;
  height: 243px;
}
.fundChart.bm-lfc_perf .perfIndexCntnr__label {
  display: none;
}
.fundChart.bm-lfc_perf .legendBox__head {
  padding-top: 30px;
  padding-right: 0;
}
.fundChart.bm-lfc_perf .legendBox__keys {
  display: table-cell;
}
.fundChart.bm-lfc_perf .legendBox__keys.bm-key_key {
  width: 56%;
}
.fundChart.bm-lfc_perf .legendBox__keys.bm-key_perf,
.fundChart.bm-lfc_perf .legendBox__keys.bm-key_volatility {
  width: 28%;
  text-align: right;
}
.fundChart.bm-lfc_perf .legendBox__keys.bm-key_perf {
  text-align: center;
}
.fundChart.bm-lfc_perf .legendBox__content {
  border: 0;
}
.fundChart.bm-lfc_perf .legendLine__item.bm-type_hideShow {
  display: none;
}
.fundChart.bm-lfc_perf .legendLine__item.bm-type_symbol {
  text-align: center;
  width: 10%;
}
.fundChart.bm-lfc_perf .legendLine__item.bm-type_symbol span {
  border-top-width: 1px !important;
}
.fundChart.bm-lfc_perf .legendLine__item.bm-type_name {
  width: 51%;
  padding-right: 10px;
}
.fundChart.bm-lfc_perf .legendLine__item.bm-type_perf,
.fundChart.bm-lfc_perf .legendLine__item.bm-type_vol {
  text-align: left;
}
.fundChart.bm-lfc_perf .legendLine__item.bm-type_vol {
  text-align: right;
}
@media print {
  .highcharts-tooltip {
    display: none !important;
  }
}
.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);
}
.chartScrollWrap {
  overflow-x: auto;
}
.tranTable {
  font-size: 14px;
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
  margin-top: 30px;
  width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .tranTable {
    overflow: hidden;
    border: 2px solid #ebebeb;
  }
}
.tranTable.bm-layout_fixed {
  table-layout: fixed;
}
.tranTable.bm-table_singleCol {
  table-layout: auto;
}
.tranTable.bm-table_singleCol .tranTable__col {
  width: 25%;
}
.tranTable.bm-chart_type_responsive {
  margin-top: 0px;
}
.tranTable.bm-chart_type_responsive tr:first-child td.tranTable__col {
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
.tranTable__heading {
  font-size: 12px;
}
.tranTable__col {
  border: 1px solid #ebebeb;
  padding: 5px;
  text-align: left;
}
@media (min-width: 768px) {
  .tranTable__col {
    text-align: right;
    padding: 10px;
    vertical-align: top;
  }
}
.tranTable__col:first-child {
  min-width: 20%;
  text-align: left;
}
.tranTable__col.bm-col_type_2 {
  font-size: 12px;
}
.tranTable__col.bm-col_type_3 {
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 14px;
}
.tranTable__col.bm-col_type_4 {
  text-align: center;
}
.tranTable__col.bm-col_type_5 {
  width: 11%;
  padding: 0;
}
.tranTable__headerText {
  position: relative;
  width: 50px;
  height: 130px;
}
.tranTable__headerText.bm-type_2 {
  height: 125px;
  width: 28px;
  position: relative;
}
.tranTable__headerText.bm-type_4 {
  width: 63px;
  height: 163px;
}
.tranTable__rotate_text {
  width: 120px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  white-space: normal;
  position: absolute;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 16px;
  left: -32px;
  left: 10px\9;
  bottom: 55px;
  bottom: auto\9;
  text-align: left;
  padding-right: 12px;
  padding-right: 0\9;
}
.tranTable__rotate_text.bm-type_3 {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.tranTable__rotate_text.bm-type_2 {
  font-size: 12px;
  width: 150px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -58px;
  bottom: 55px;
  bottom: 120px\9;
  left: 10px\9;
  text-align: center;
}
.tranTable__rotate_text.bm-type_4 {
  width: 150px;
  left: -44px;
  bottom: 73px;
}
@media (min-width: 768px) {
  .tranTable__col:first-child {
    width: 20%;
  }
}
.transDesc {
  padding-top: 15px;
  font-size: 14px;
  line-height: 17px;
}
.rotate {
  padding: 0;
  margin: 0;
}
.simpleTableChart .tranTable.bm-table_singleCol .tranTable__col {
  text-align: left;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  width: auto;
  vertical-align: middle;
  min-width: 0%;
}
.tableResp {
  display: flex;
  flex-direction: column;
}
.tableResp .colorBar {
  width: 8px;
  background: #777;
  flex: none;
}
.tableResp .rowContainer {
  display: flex;
  justify-content: stretch;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}
.tableResp .rowContainer:last-child {
  margin-bottom: 0px;
}
.tableResp .rowContent {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 15px;
}
.tableResp .cellContent {
  width: 50%;
  margin-bottom: 10px;
}
.tableResp .cellContent__heading {
  color: #666666;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  margin-bottom: 2px;
}
.tableResp .cellContent__value {
  padding-left: 12px;
  font-family: 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  font-size: 21px;
  line-height: 21px;
  color: #000;
}
.premium-discount-table {
  margin-top: 15px;
}
.premium-discount-table .row-container {
  font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
}
.premium-discount-table .row-container .row {
  padding: 2px 10px;
  display: flex;
  justify-content: space-between;
}
.premium-discount-table .row-container .row:nth-child(odd) {
  background-color: #efefed;
}
@media (min-width: 1024px) {
  .premium-discount-table .row-container .row:nth-child(odd) {
    background-color: #fafafa;
  }
}
@media (min-width: 768px) {
  .premium-discount-table .row-container .row {
    padding: 2px 20px;
  }
}
@media (min-width: 1024px) {
  .premium-discount-table .row-container .row {
    padding: 2px 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);
  }
}
/*************************************************
        Filter Panel Constant
*************************************************/
.filterWrapper {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .filterWrapper {
    padding: 0;
    margin: 0;
  }
}
.fpnlWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .fpnlWrapper {
    width: 80%;
    float: left;
    overflow: visible;
  }
  .fpnlWrapper.bm-type2 {
    width: 40%;
  }
}
.topDisclosure {
  padding: 0 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .topDisclosure {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  .topDisclosure {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
@media print {
  .topDisclosure {
    padding-left: 0px;
  }
}
/*************************************************
        filter tab list
*************************************************/
.tabsList {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.tabsList__item {
  display: block;
  margin: 0;
  width: 50%;
  float: left;
}
.tabsList__item.first {
  border-right: 5px solid transparent;
}
.tabsList__lnk {
  width: 100%;
  display: table;
  background: #688bb8;
  position: relative;
  height: 50px;
  padding: 0 20px 0 10px;
  font: bold 14px/19px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tabsList__lnk {
    padding-left: 20px;
    height: 64px;
  }
}
.tabsList__lnk.selected {
  background-color: #4E5D71;
  height: 54px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .tabsList__lnk.selected {
    height: 68px;
  }
}
.tabsList__lnk.selected .tabsList__dwnArow {
  background-color: #6f7f94;
}
.tabsList__dwnArow {
  background-color: #85abd1;
  width: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.tabsList__dwnArow .ffIcon {
  margin-top: 23px;
  margin-left: 2.5px;
}
@media (min-width: 768px) {
  .tabsList__dwnArow {
    width: 24px;
  }
  .tabsList__dwnArow .ffIcon {
    margin-left: 5px;
    margin-top: 28px;
  }
}
.tabsList__upArrow {
  background: #6F7F94;
  height: 100%;
}
/*************************************************
        Filter Panel Style
*************************************************/
.fpnl {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .fpnl__item {
    border-top: 1px solid #bfbfbe;
  }
  .fpnl__item.borderBtm {
    border-bottom: 1px solid #bfbfbe;
  }
}
.fpnl__lnk {
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #688bb8;
  line-height: 27px;
  padding: 16px 0 17px 26px;
  border-bottom: 1px solid #9CB4D3;
}
.fpnl__lnk.selected {
  background-color: #85ABD1;
}
.fpnl__lnk .visualCue {
  height: 27px;
  left: 10px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .fpnl__lnk {
    padding-left: 36px;
  }
  .fpnl__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .fpnl__lnk {
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    color: #333333;
    font-size: 16px;
    padding: 0;
    padding-left: 20px;
    margin: 2px 0;
    background: none;
    border-style: none;
  }
  .fpnl__lnk .visualCue {
    left: 1px;
    top: 0;
    height: 100%;
    width: 6px;
  }
  .fpnl__lnk.selected {
    background: none;
  }
}
.fpnl__brdrBtm {
  position: absolute;
  width: 91%;
  bottom: -1px;
  height: 1px;
  left: 20px;
  background-color: #9CB4D3;
  z-index: 2;
}
@media (min-width: 1024px) {
  .fpnl__brdrBtm {
    display: block;
  }
}
.fpnl__bckBtn {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #333333;
  line-height: 27px;
  display: table;
  position: relative;
  color: #fff;
  height: 40px;
  width: 100%;
  padding: 0;
  padding-left: 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
.fpnl__bckBtn .fpnl__arow {
  left: 20px;
  top: 13px;
}
@media (min-width: 1024px) {
  .fpnl__bckBtn {
    display: none;
  }
}
.fpnl__title {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 27px;
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 0 17px 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .fpnl__title {
    display: none;
  }
}
.fpnl__rmvSvdFltr {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 18px;
}
.fpnl__arow {
  position: absolute;
  right: 20px;
  top: 50%;
}
.fpnl__arow.bm-arow__lvl3 {
  top: 39%;
}
.fpnl__arow.bm-arow__lvl2 {
  top: 45%;
}
@media (min-width: 768px) {
  .fpnl__arow.bm-arow__lvl3 {
    top: 39%;
  }
}
@media (min-width: 1024px) {
  .fpnl__arow {
    display: none;
  }
}
.fpnl__svdItem {
  position: relative;
  font: 14px/19px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  color: #fff;
  padding-left: 10px;
  padding-top: 14px;
}
@media (min-width: 1024px) {
  .fpnl__svdItem {
    padding-left: 36px;
    width: 37%;
  }
}
.fpnl__spntxt {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .fpnl {
    width: 33.33333333%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
  }
}
.bm-line-height_14 {
  line-height: 14px !important;
}
/***********************************************
                CLC Filter Menu
***********************************************/
@media (min-width: 768px) {
  .clcFilter .tabsList__dwnArow .ffIcon,
  .searchFilter .tabsList__dwnArow .ffIcon {
    margin-left: 4px;
  }
}
.clcFilter .fpnlWrapper_vrtcl,
.searchFilter .fpnlWrapper_vrtcl {
  width: 100%;
}
.clcFilter .fpnl,
.searchFilter .fpnl {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__item,
  .searchFilter .fpnl__item {
    border: none;
  }
  .clcFilter .fpnl__item.borderBtm,
  .searchFilter .fpnl__item.borderBtm {
    border-bottom: 1px solid #bfbfbe;
  }
}
.clcFilter .fpnl__lnk,
.searchFilter .fpnl__lnk {
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  /*  border-top: 1px solid #bfbfbe;*/
  line-height: 27px;
  padding: 16px 0 17px 26px;
  border-bottom: 1px solid #9CB4D3;
}
.clcFilter .fpnl__lnk.selected,
.searchFilter .fpnl__lnk.selected {
  background-color: #85ABD1;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__lnk.selected,
  .searchFilter .fpnl__lnk.selected {
    background-color: #688BB8;
  }
}
.clcFilter .fpnl__lnk .visualCue,
.searchFilter .fpnl__lnk .visualCue {
  height: 27px;
  left: 10px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .clcFilter .fpnl__lnk,
  .searchFilter .fpnl__lnk {
    padding-left: 36px;
  }
  .clcFilter .fpnl__lnk .visualCue,
  .searchFilter .fpnl__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__lnk,
  .searchFilter .fpnl__lnk {
    color: #fff;
    font-size: 16px;
    padding: 0;
    padding-left: 21px;
    border-bottom: none;
    min-height: 35px;
    background-color: #688bb8;
    border-top: 1px solid #9CB4D3;
    padding-top: 5px;
    margin: 0;
    /* margin-left: 2px;*/
  }
  .clcFilter .fpnl__lnk .visualCue,
  .searchFilter .fpnl__lnk .visualCue {
    left: 5px;
    top: 4px;
    height: 27px;
    width: 6px;
  }
}
.clcFilter .fpnl__brdrBtm,
.searchFilter .fpnl__brdrBtm {
  position: absolute;
  width: 91%;
  bottom: -1px;
  height: 1px;
  left: 20px;
  background-color: #9CB4D3;
  z-index: 2;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__brdrBtm,
  .searchFilter .fpnl__brdrBtm {
    display: block;
  }
}
.clcFilter .fpnl__bckBtn,
.searchFilter .fpnl__bckBtn {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #333333;
  line-height: 27px;
  display: table;
  position: relative;
  color: #fff;
  height: 40px;
  width: 100%;
  padding: 0;
  padding-left: 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
.clcFilter .fpnl__bckBtn .fpnl__arow,
.searchFilter .fpnl__bckBtn .fpnl__arow {
  left: 20px;
  top: 13px;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__bckBtn,
  .searchFilter .fpnl__bckBtn {
    display: none;
  }
}
.clcFilter .fpnl__title,
.searchFilter .fpnl__title {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 27px;
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 0 17px 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__title,
  .searchFilter .fpnl__title {
    display: none;
  }
}
.clcFilter .fpnl__rmvSvdFltr,
.searchFilter .fpnl__rmvSvdFltr {
  display: inline-block;
  float: right;
  margin-right: 22px;
  margin-top: 18px;
}
.clcFilter .fpnl__arow,
.searchFilter .fpnl__arow {
  position: absolute;
  right: 20px;
  top: 45%;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__arow,
  .searchFilter .fpnl__arow {
    display: block;
    top: 13px;
  }
}
.clcFilter .fpnl__svdItem,
.searchFilter .fpnl__svdItem {
  position: relative;
  font: 14px/19px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  color: #fff;
  padding-left: 10px;
  padding-top: 14px;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl__svdItem,
  .searchFilter .fpnl__svdItem {
    padding-left: 36px;
    width: 37%;
  }
}
.clcFilter .fpnl__spntxt,
.searchFilter .fpnl__spntxt {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .clcFilter .fpnl,
  .searchFilter .fpnl {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.clcFilter .quickSets .fpnlStyl1__lnk .visualCue,
.searchFilter .quickSets .fpnlStyl1__lnk .visualCue {
  height: 27px;
  left: 10px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .clcFilter .quickSets .fpnlStyl1__lnk .visualCue,
  .searchFilter .quickSets .fpnlStyl1__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .quickSets .fpnlStyl1__lnk .visualCue,
  .searchFilter .quickSets .fpnlStyl1__lnk .visualCue {
    left: 21px;
    top: 4px;
    width: 6px;
  }
}
@media (min-width: 768px) {
  .clcFilter .quickSets .fpnlStyl1__lnk,
  .searchFilter .quickSets .fpnlStyl1__lnk {
    padding-left: 36px;
  }
}
.clcFilter .fpnlStyl1,
.searchFilter .fpnlStyl1 {
  width: 100%;
  padding: 0;
}
.clcFilter .fpnlStyl1__lnk,
.searchFilter .fpnlStyl1__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 19px;
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 0 21px 38px;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl1__lnk.selected .fpnl__arow,
  .searchFilter .fpnlStyl1__lnk.selected .fpnl__arow {
    display: none;
  }
}
.clcFilter .fpnlStyl1__lnk.selected .fpnl__brdrBtm,
.searchFilter .fpnlStyl1__lnk.selected .fpnl__brdrBtm {
  display: none;
}
.clcFilter .fpnlStyl1__lnk .visualCue,
.searchFilter .fpnlStyl1__lnk .visualCue {
  height: 27px;
  left: 25px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .clcFilter .fpnlStyl1__lnk,
  .searchFilter .fpnlStyl1__lnk {
    padding-left: 50px;
  }
  .clcFilter .fpnlStyl1__lnk .visualCue,
  .searchFilter .fpnlStyl1__lnk .visualCue {
    left: 37px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl1__lnk,
  .searchFilter .fpnlStyl1__lnk {
    font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
    border-bottom: 1px solid #9CB4D3;
    line-height: 14px;
    padding: 0;
    padding-left: 37px;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-top: 11px;
    font-size: 16px;
    font-weight: bold;
    background: none;
    text-transform: uppercase;
  }
  .clcFilter .fpnlStyl1__lnk .visualCue,
  .searchFilter .fpnlStyl1__lnk .visualCue {
    left: 21px;
    top: 4px;
    width: 6px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl1,
  .searchFilter .fpnlStyl1 {
    margin: 0;
    /*    margin-left: 2px;*/
    background-color: #86AAD1;
  }
}
.clcFilter .fpnlStyl2,
.searchFilter .fpnlStyl2 {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
}
.clcFilter .fpnlStyl2__lnk,
.searchFilter .fpnlStyl2__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 27px;
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 0 16px 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
.clcFilter .fpnlStyl2__lnk.selected,
.searchFilter .fpnlStyl2__lnk.selected {
  background-color: #738cb0;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl2__lnk.selected .fpnl__arow,
  .searchFilter .fpnlStyl2__lnk.selected .fpnl__arow {
    display: none;
  }
}
.clcFilter .fpnlStyl2__lnk .visualCue,
.searchFilter .fpnlStyl2__lnk .visualCue {
  height: 27px;
  top: 16px;
  width: 6px;
  left: 27px;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl2__lnk .visualCue,
  .searchFilter .fpnlStyl2__lnk .visualCue {
    height: 27px;
    top: 8px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl2__lnk,
  .searchFilter .fpnlStyl2__lnk {
    width: 54%;
    margin-left: 20px;
    padding: 12px 24px 10px 16px;
    line-height: 19px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl2,
  .searchFilter .fpnlStyl2 {
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding: 0;
  }
}
.clcFilter .fpnlStyl3,
.searchFilter .fpnlStyl3 {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
}
.clcFilter .fpnlStyl3__lnk,
.searchFilter .fpnlStyl3__lnk {
  position: relative;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 19px;
  border-bottom-style: none;
  color: #fff;
}
.clcFilter .fpnlStyl3__lnk.first,
.searchFilter .fpnlStyl3__lnk.first {
  margin-top: 0;
}
.clcFilter .fpnlStyl3__lnk.last,
.searchFilter .fpnlStyl3__lnk.last {
  margin-bottom: 0;
}
.clcFilter .fpnlStyl3__lnk .visualCue,
.searchFilter .fpnlStyl3__lnk .visualCue {
  width: 6px;
  height: 100%;
  left: -16px;
  top: 0;
}
.clcFilter .fpnlStyl3__item,
.searchFilter .fpnlStyl3__item {
  padding: 0px 0 15px 30px;
}
@media (min-width: 768px) {
  .clcFilter .fpnlStyl3__item.first,
  .searchFilter .fpnlStyl3__item.first {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl3__item,
  .searchFilter .fpnlStyl3__item {
    padding: 5px 0 15px 30px;
    padding-left: 36px;
  }
  .clcFilter .fpnlStyl3__item.first,
  .searchFilter .fpnlStyl3__item.first {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl3,
  .searchFilter .fpnlStyl3 {
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding: 0;
  }
}
.clcFilter .fpnlStyl4,
.searchFilter .fpnlStyl4 {
  width: 100%;
  padding: 0;
}
.clcFilter .fpnlStyl4__lnk,
.searchFilter .fpnlStyl4__lnk {
  position: relative;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl4__lnk,
  .searchFilter .fpnlStyl4__lnk {
    padding-left: 17px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl4__lnk.selected .fpnl__arow,
  .searchFilter .fpnlStyl4__lnk.selected .fpnl__arow {
    display: none;
  }
}
.clcFilter .fpnlStyl4__lnk.first,
.searchFilter .fpnlStyl4__lnk.first {
  margin-top: 0;
}
.clcFilter .fpnlStyl4__lnk.last,
.searchFilter .fpnlStyl4__lnk.last {
  margin-bottom: 0;
}
.clcFilter .fpnlStyl4__lnk .visualCue,
.searchFilter .fpnlStyl4__lnk .visualCue {
  width: 6px;
  height: 100%;
  left: 16px;
  top: 0;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl4__lnk .visualCue,
  .searchFilter .fpnlStyl4__lnk .visualCue {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl4,
  .searchFilter .fpnlStyl4 {
    width: 109.5%;
    left: 100%;
    top: 0;
    position: absolute;
    background-color: #738cb0;
    padding-left: 30px;
  }
}
.clcFilter .fpnlStyl5,
.searchFilter .fpnlStyl5 {
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  height: auto;
  padding-bottom: 24px;
  background-color: #85ABD1;
}
.clcFilter .fpnlStyl5__lnk,
.searchFilter .fpnlStyl5__lnk {
  font-size: 13px;
  line-height: 19px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  padding-top: 15px;
  display: inline-block;
  color: #fff;
  padding-left: 26px;
  background-color: #85ABD1;
  position: relative;
}
.clcFilter .fpnlStyl5__lnk .visualCue,
.searchFilter .fpnlStyl5__lnk .visualCue {
  height: 20px;
  top: 13px;
  left: 10px;
  width: 6px;
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl5__lnk .visualCue,
  .searchFilter .fpnlStyl5__lnk .visualCue {
    left: -16px;
    height: 20px;
    top: 13px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl5__lnk,
  .searchFilter .fpnlStyl5__lnk {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl5__item,
  .searchFilter .fpnlStyl5__item {
    width: 37%;
    padding-left: 36px;
  }
}
@media (min-width: 768px) {
  .clcFilter .fpnlStyl5,
  .searchFilter .fpnlStyl5 {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .clcFilter .fpnlStyl5,
  .searchFilter .fpnlStyl5 {
    position: absolute;
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.fpnlStyl1 {
  width: 100%;
  padding: 0;
}
.fpnlStyl1__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 19px;
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 0 21px 38px;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .fpnlStyl1__lnk.selected .fpnl__arow {
    display: none;
  }
}
.fpnlStyl1__lnk.selected .fpnl__brdrBtm {
  display: none;
}
.fpnlStyl1__lnk .visualCue {
  height: 27px;
  left: 25px;
  top: 15px;
  width: 6px;
}
@media (min-width: 768px) {
  .fpnlStyl1__lnk {
    padding-left: 50px;
  }
  .fpnlStyl1__lnk .visualCue {
    left: 37px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl1__lnk {
    font-family: Arial, Helvetica, serif, Meiryo, "Hiragino Kaku Gothic Pro";
    line-height: 14px;
    padding: 0;
    padding-left: 13px;
    margin-bottom: 12px;
    color: #365884;
    font-weight: bold;
    background: none;
    border-style: none;
    text-transform: capitalize;
  }
  .fpnlStyl1__lnk .visualCue {
    height: 100%;
    left: 1px;
    top: 0;
    width: 4px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl1 {
    padding-left: 20px;
    margin: 24px 0 30px;
  }
}
.fpnlStyl2 {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
}
.fpnlStyl2__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background-color: #85ABD1;
  line-height: 27px;
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 0 16px 42px;
  text-transform: capitalize;
  border-bottom: 1px solid #9CB4D3;
  text-transform: uppercase;
}
.fpnlStyl2__lnk.selected {
  background-color: #738cb0;
}
@media (min-width: 1024px) {
  .fpnlStyl2__lnk.selected .fpnl__arow {
    display: none;
  }
}
.fpnlStyl2__lnk .visualCue {
  height: 27px;
  top: 16px;
  width: 6px;
  left: 27px;
}
@media (min-width: 1024px) {
  .fpnlStyl2__lnk .visualCue {
    height: 27px;
    top: 8px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl2__lnk {
    width: 54%;
    margin-left: 20px;
    padding: 12px 24px 10px 16px;
    line-height: 19px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl2 {
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding: 0;
  }
}
.fpnlStyl3 {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
}
.fpnlStyl3__lnk {
  position: relative;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 19px;
  border-bottom-style: none;
  color: #fff;
}
.fpnlStyl3__lnk.first {
  margin-top: 0;
}
.fpnlStyl3__lnk.last {
  margin-bottom: 0;
}
.fpnlStyl3__lnk .visualCue {
  width: 6px;
  height: 100%;
  left: -16px;
  top: 0;
}
.fpnlStyl3__item {
  padding: 0px 0 15px 30px;
}
@media (min-width: 768px) {
  .fpnlStyl3__item.first {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl3__item {
    padding: 5px 0 15px 30px;
    padding-left: 36px;
  }
  .fpnlStyl3__item.first {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl3 {
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding: 0;
  }
}
.fpnlStyl4 {
  width: 100%;
  padding: 0;
}
.fpnlStyl4__lnk {
  position: relative;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
@media (min-width: 1024px) {
  .fpnlStyl4__lnk {
    padding-left: 17px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl4__lnk.selected .fpnl__arow {
    display: none;
  }
}
.fpnlStyl4__lnk.first {
  margin-top: 0;
}
.fpnlStyl4__lnk.last {
  margin-bottom: 0;
}
.fpnlStyl4__lnk .visualCue {
  width: 6px;
  height: 100%;
  left: 16px;
  top: 0;
}
@media (min-width: 1024px) {
  .fpnlStyl4__lnk .visualCue {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl4 {
    width: 109.5%;
    left: 100%;
    top: 0;
    position: absolute;
    background-color: #738cb0;
    padding-left: 30px;
  }
}
.fpnlStyl5 {
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  height: auto;
  padding-bottom: 24px;
  background-color: #85ABD1;
}
.fpnlStyl5__lnk {
  font-size: 13px;
  line-height: 19px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 0;
  margin: 0;
  padding-top: 15px;
  display: inline-block;
  color: #fff;
  padding-left: 26px;
  background-color: #85ABD1;
  position: relative;
}
.fpnlStyl5__lnk .visualCue {
  height: 20px;
  top: 13px;
  left: 10px;
  width: 6px;
}
@media (min-width: 1024px) {
  .fpnlStyl5__lnk .visualCue {
    left: -16px;
    height: 20px;
    top: 13px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl5__lnk {
    padding-left: 0;
  }
}
.fpnlStyl5__noFilterMsg {
  color: #fff;
  font: 14px/19px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  padding-top: 14px;
  margin-left: 36px;
}
.fpnlStyl5__savedFiltersWrappr {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .fpnlStyl5__item {
    width: 33.33%;
    padding-left: 25px;
    float: left;
  }
}
@media (min-width: 768px) {
  .fpnlStyl5 {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .fpnlStyl5 {
    position: absolute;
    left: 34.33%;
    width: 65.67%;
    min-height: 100%;
    background-color: #85ABD1;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.Style2listWrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .Style2listWrap {
    width: 50%;
    /*height: 294px;*/
    float: left;
  }
  .Style2listWrap .fpnlStyl2__lnk {
    width: 100%;
    margin-left: 0;
  }
  .Style2listWrap .fpnlStyl2__item {
    margin-left: 20px;
  }
}
.style3listWrap {
  background-color: #85ABD1;
  width: 100%;
  display: table;
}
.style4listWrap {
  background-color: #738cb0;
}
.styl3fourColmn {
  width: 100%;
  padding: 0;
  background-color: #85ABD1;
  padding-left: 11px;
}
.styl3fourColmn.first {
  padding-top: 15px;
  padding-bottom: 0px;
}
.styl3fourColmn.last {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .styl3fourColmn {
    float: left;
    width: 33.33%;
  }
  .styl3fourColmn.last .fpnlStyl3__lnk.last {
    margin-bottom: 15px;
  }
  .styl3fourColmn.last .fpnlStyl3__lnk.first {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .styl3fourColmn {
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  .styl3fourColmn {
    padding-top: 15px;
    width: 25%;
    padding-left: 0;
  }
  .styl3fourColmn.first {
    padding-top: 10px;
  }
  .styl3fourColmn.first,
  .styl3fourColmn.last {
    padding-bottom: 0;
  }
  .styl3fourColmn.last .fpnlStyl3__lnk.first {
    margin-top: 0;
  }
}
.styl4twoColmn {
  width: 100%;
  padding: 0;
  background-color: #738cb0;
  padding-left: 11px;
}
.styl4twoColmn.first {
  padding-top: 15px;
  padding-bottom: 15px;
}
.styl4twoColmn.last {
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .styl4twoColmn.last {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .styl4twoColmn {
    float: left;
    width: 50%;
  }
  .styl4twoColmn.last .fpnlStyl4__lnk.first {
    margin-top: 10px;
  }
  .styl4twoColmn.last .fpnlStyl4__lnk.last {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .styl4twoColmn {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .diffStyle2 {
    width: 31.33%;
  }
  .diffStyle2 .fpnlStyl2__lnk {
    width: 100%;
    margin-left: 0;
    border-bottom-style: none;
    margin-bottom: 1px;
    padding-left: 36px;
  }
  .diffStyle2 .fpnlStyl2__lnk .visualCue {
    left: 20px;
  }
}
.quickSets .fpnlStyl1__lnk {
  background-color: #688bb8;
  padding-left: 26px;
}
.quickSets .fpnlStyl1__lnk.selected {
  background-color: #85ABD1;
}
.quickSets .fpnlStyl1__lnk .visualCue {
  left: 10px;
}
@media (min-width: 768px) {
  .quickSets .fpnlStyl1__lnk {
    padding-left: 36px;
  }
  .quickSets .fpnlStyl1__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .quickSets .fpnlStyl1__lnk {
    background: none;
    padding-left: 13px;
  }
  .quickSets .fpnlStyl1__lnk.selected {
    background: none;
  }
  .quickSets .fpnlStyl1__lnk .visualCue {
    left: 0;
  }
}
.visualCue {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #004F7C;
  width: 6px;
  height: 27px;
}
.visualCue.blue {
  background-color: #004F7C;
}
.visualCue.fireBrick {
  background-color: #702e3d;
}
.visualCue.darkCyan {
  background-color: #006579;
}
.visualCue.coral {
  background-color: #b65518;
}
.visualCue.darkGreen {
  background-color: #226b49;
}
.visualCue.equityBlu {
  background-color: #125687;
}
.visualCue.selected {
  display: block;
}
.maxFilters {
  padding: 5px 0;
  margin: 5px 0;
  margin-bottom: 6px;
  background: #688BB8;
  width: 100%;
  padding-left: 29px;
  font: 14px/19px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  border-bottom: none;
  display: block;
  position: relative;
  color: #1c1c1c;
  font: bold 14px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
}
@media (min-width: 768px) {
  .maxFilters {
    font-size: 16px;
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .maxFilters {
    background: #85abd1;
    padding-left: 19px;
    font-size: 14px;
  }
}
span.gm-clear__both {
  display: block;
}
.pl10 {
  padding-left: 10px;
}
.brdrNone__md {
  border-style: none !important;
}
/*************************************************
        Filter Panel Style for Fund Finder
*************************************************/
@media (min-width: 1024px) {
  .fundFinder .fpnl__item {
    display: block;
    width: 20%;
    float: left;
    border-left: 5px solid transparent;
    border-top-style: none;
  }
  .fundFinder .fpnl__item:first-child {
    border-left: 0;
  }
  .fundFinder .fpnl__item.bm-type2 {
    width: 50%;
  }
}
.fundFinder .fpnl__lnk {
  padding-left: 26px;
}
.fundFinder .fpnl__lnk .visualCue {
  display: none;
}
@media (min-width: 768px) {
  .fundFinder .fpnl__lnk {
    padding-left: 36px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .fpnl__lnk {
    font-size: 14px;
    font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    line-height: 19px;
    padding: 0 30px 0 20px;
    margin: 0;
    height: 64px;
    display: table;
    width: 100%;
    background-color: #688bb8;
    color: #fff;
  }
  .fundFinder .fpnl__lnk .fpnl__arow {
    display: block;
    background-color: #85abd1;
    width: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .fundFinder .fpnl__lnk .fpnl__arow .ffIcon {
    margin: 0 auto;
    margin-top: 30px;
  }
  .fundFinder .fpnl__lnk.selected {
    background-color: #4E5D71;
    height: 68px;
    padding-bottom: 4px;
  }
  .fundFinder .fpnl__lnk.selected .fpnl__arow {
    background-color: #6f7f94;
  }
}
.fundFinder .fpnl__lnk .visualCue {
  display: none !important;
}
@media (min-width: 1024px) {
  .fundFinder .fpnl__arow {
    display: block;
  }
}
@media (min-width: 1024px) {
  .fundFinder .fpnl {
    width: 100%;
    padding: 0;
  }
  .fundFinder .fpnl__item {
    width: 25%;
  }
}
.fundFinder .fpnlStyl1__lnk {
  font-size: 14px;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 27px;
  padding: 16px 0 16px 42px;
  text-transform: uppercase;
}
.fundFinder .fpnlStyl1__lnk .visualCue {
  height: 27px;
  top: 16px;
  left: 27px;
  width: 6px;
}
@media (min-width: 768px) {
  .fundFinder .fpnlStyl1__lnk .visualCue {
    left: 37px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .fpnlStyl1__lnk .visualCue {
    height: 27px;
    top: 8px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .fundFinder .fpnlStyl1__lnk {
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .fpnlStyl1__lnk {
    width: 34.33%;
    position: relative;
    background-color: #688BB8;
    padding: 12px 24px 11px 36px;
    margin: 0;
    line-height: 19px;
    color: #fff;
    border-bottom-style: none;
  }
}
.fundFinder .fpnlStyl1__lnk.selected {
  background-color: #85ABD1;
}
@media (min-width: 1024px) {
  .fundFinder .fpnlStyl1 {
    width: 125%;
    padding: 0;
    margin: 0;
    background-color: #688BB8;
    position: absolute;
    left: 0;
  }
  .fundFinder .fpnlStyl1 .fpnl__arow {
    top: 35%;
    right: 17px;
  }
  .fundFinder .fpnlStyl1.bm-type2 {
    width: 250%;
  }
}
.fundFinder .quickSets .fpnlStyl1__lnk {
  padding-left: 26px;
  background-color: #688bb8;
}
.fundFinder .quickSets .fpnlStyl1__lnk.selected {
  background-color: #85ABD1;
}
.fundFinder .quickSets .fpnlStyl1__lnk .visualCue {
  left: 10px;
}
@media (min-width: 768px) {
  .fundFinder .quickSets .fpnlStyl1__lnk {
    padding-left: 36px;
  }
  .fundFinder .quickSets .fpnlStyl1__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .quickSets .fpnlStyl1__lnk .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .fundFinder .quickSets {
    width: 20%;
  }
  .fundFinder .quickSets .fpnl__item {
    width: 100%;
  }
  .fundFinder .quickSets .fpnl__item:first-child {
    border-left: 5px solid transparent;
  }
  .fundFinder .quickSets .fpnlStyl1 {
    width: 500%;
    left: -400%;
  }
  .fundFinder .quickSets .fpnlStyl1.bm-type2 {
    left: -200%;
  }
}

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

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

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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);
  }
}
.leftColTG {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .leftColTG {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .leftColTG {
    width: 33.3%;
    float: left;
  }
}
.rightColTG {
  margin-top: 20px;
  min-height: 290px;
}
.rightColTG .documentList {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .rightColTG .documentList {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .rightColTG {
    width: 65.7%;
    float: right;
    margin-top: 0;
  }
  .rightColTG .loadingMask__loading {
    margin-top: 5px;
  }
  .rightColTG .documentList {
    margin-top: 5px;
  }
}
.taxGuidesContainer {
  padding-top: 15px;
  min-height: 290px;
}
@media (min-width: 768px) {
  .taxGuidesContainer {
    padding: 5px 10px 0 10px;
  }
}
@media (min-width: 1024px) {
  .taxGuidesContainer {
    padding: 17px 0 0 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
.taxGuidesContainer h2.fm-type_2,
.taxGuidesContainer h2.fm-type_withSideText,
.taxGuidesContainer h2.fm-type_3 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .taxGuidesContainer h2.fm-type_2,
  .taxGuidesContainer h2.fm-type_withSideText,
  .taxGuidesContainer h2.fm-type_3 {
    margin-top: 35px;
  }
}
.leftColTG .visualCue {
  left: 10px;
  top: 15px;
  width: 6px;
  height: 27px;
}
@media (min-width: 768px) {
  .leftColTG .visualCue {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .leftColTG .visualCue {
    left: 0;
    top: 3.5px;
  }
}
.bm-noPadding {
  padding: 0;
}
.bm-noPaddingBtm {
  padding-bottom: 0;
}
.bm-noPaddingtop {
  padding-top: 0;
}
.selectedLitBox__count.bm-noMarginLeft {
  margin-left: 0;
}
.tabsList__item.bm-singleTab {
  width: 100%;
  border-right: none;
}
.litLinkAccordianParent {
  clear: both;
  border-bottom: 2px solid white;
}
.litLinkAccordianHead {
  background-color: #f2f2f1;
  font-size: 16px;
  color: #365884;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  line-height: 37px;
  display: block;
  padding: 0 10px;
  position: relative;
}
.litLinkAccordianHead__arrow {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.litLinkAccordianHead__arrow .icon {
  vertical-align: middle;
}
.litLinkAccordianHead.selected {
  background-color: transparent;
  margin-bottom: 6px;
}
.bm-paddingLR {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .bm-paddingLR {
    padding-left: 0;
  }
}
.thinSeperator {
  margin: 0 0 20px 0;
  border-top: 1px solid #f1f1f1;
  clear: both;
}
.litLinkAccordianChild {
  display: none;
}
.leftColTG .extLinks {
  clear: left;
}
.leftColTG .tabsList__lnk.selected {
  height: 50px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .leftColTG .tabsList__lnk.selected {
    height: 64px;
  }
}
h2.fm-type_2.bm-literature.bm-margin_top_n15 {
  margin-top: -15px;
}
.bm-margin_top_20 {
  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);
  }
}
/*Investment Ideas for ETF [START] */
.featuredIdeas {
  margin-top: 15px;
  float: left;
  padding: 20px 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .featuredIdeas {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 36px;
  }
}
.featuredIdeas.bm-tile_fullWidth {
  background-color: inherit;
  padding: 10px;
}
.featuredIdeas.bm-tile_fullWidth .fI__container {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .featuredIdeas.bm-tile_fullWidth {
    padding: 0px;
  }
}
.fI__heading {
  margin: 20px 10px 20px 0px;
}
.fI.bm-tile_fullWidth {
  min-width: 100%;
}
.fI__container {
  overflow-x: auto;
  min-height: 1%\9\0;
  /*Only works in IE9*/
}
@media (min-width: 768px) {
  .fI__container {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .fI {
    padding-right: 0px;
  }
  .fI.bm-col_2-sm .fiItem {
    width: 50%;
  }
}
.fiItem {
  display: table;
  float: left;
  width: 100%;
  background-color: #E6E4E1;
  border-bottom: 1px solid #fff;
}
.fiItem__img {
  display: table-cell;
  vertical-align: middle;
  width: 34%;
}
.fiItem__img.bm-img_none {
  overflow: hidden;
  cursor: default;
}
@media (min-width: 768px) {
  .fiItem__img {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .fiItem__img {
    width: 45%;
  }
}
.fiItem__link {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
  color: #343535;
  width: 66%;
  text-transform: uppercase;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fiItem__link {
    width: 51%;
  }
}
@media (min-width: 1024px) {
  .fiItem__link {
    width: 55%;
  }
}
.fiItem__desc {
  position: absolute;
  padding: 20px 20px 0 20px;
  color: #e3e3e2;
  line-height: 1;
  top: 0;
}
.fiItem.bm-img_none {
  background-color: #282928 !important;
}
@media (min-width: 768px) {
  .fiItem {
    border-bottom: none;
    border-right: 10px solid #EFEFED;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .fiItem {
    border-bottom: 1px solid #fff;
    border-right: 10px solid #fff;
    margin-bottom: 0px;
  }
}
/* Block type 2 where image is full width and text appear below image START*/
.bm-tile_fullWidth .fiItem {
  display: inline-block;
  border-right: 1px solid #F0EFEB;
  margin-bottom: 0px;
  width: 260px;
  background-color: #C9C9C4;
}
.bm-tile_fullWidth .fiItem__litBtn {
  margin-left: 5px;
}
.bm-tile_fullWidth .fiItem__img {
  display: inline-block;
  width: 100%;
}
.bm-tile_fullWidth .fiItem__link {
  display: inline-block;
  width: 100%;
  height: 67px;
  line-height: 57px;
}
@media (min-width: 1024px) {
  .bm-tile_fullWidth .fiItem__link {
    height: 80px;
    line-height: 70px;
  }
}
@media (min-width: 1024px) {
  .bm-tile_fullWidth .fiItem {
    border-right: 2px solid #F0EFEB;
  }
}
@media (min-width: 768px) {
  .bm-tile_fullWidth.bm-col_3-sm .fiItem {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .bm-tile_fullWidth.bm-col_4-md .fiItem {
    width: 25%;
  }
}
/* Bloc type 2 END */
/*Investment Ideas for ETF [END]*/

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

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pdfAction {
  padding-bottom: 20px;
  font-size: 15px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.pdfAction__title {
  margin-bottom: 15px;
  display: block;
}
.pdfAction__dwnldBtn {
  margin-top: 20px;
}
.pdfAction__wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.pdfAction__wrapper__left {
  float: left;
  padding-right: 10px;
}
.pdfAction__wrapper__left img {
  max-width: 100%;
  border: 1px solid #CCC;
}
@media (min-width: 768px) {
  .pdfAction__wrapper__left {
    display: block;
    width: 13.6%;
  }
}
@media (min-width: 768px) {
  .pdfAction__wrapper__right {
    width: 86.4%;
  }
}
@media print {
  .pdfAction__wrapper__left {
    display: block;
  }
}
.contentTags {
  margin-bottom: 20px;
}
.contentTags__title {
  font-size: 15px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}
.contentTags__sep {
  display: inline;
  color: #365884;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  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);
  }
}
.qnaBox {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .qnaBox {
    margin-bottom: 35px;
  }
}
.qnaBox .seeAll.bm-type_2 {
  font-size: 15px;
  font-family: 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #365884;
  text-transform: none;
  position: absolute;
  bottom: 8px;
  right: 0;
}
.collapsibleContent {
  margin-bottom: 2px;
}
.collapsibleContent__head {
  background-color: #efefed;
  cursor: pointer;
}
.collapsibleContent__Mark {
  width: 54px;
  font: 42px 'UniversCondensedLight', Meiryo, "Hiragino Kaku Gothic Pro";
  line-height: 42px;
  color: #365884;
  padding: 20px 10px 20px 20px;
  display: table-cell;
  vertical-align: top;
}
.collapsibleContent__para {
  width: 100%;
  font: 14px Arial, Meiryo, "Hiragino Kaku Gothic Pro";
  padding: 20px 5px 15px 10px;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
}
.collapsibleContent__para.bm-type_AnsText {
  line-height: 17px;
  padding: 20px 5px 20px 10px;
}
.collapsibleContent__arrow {
  width: 37px;
  padding: 15px 20px 15px 5px;
  display: table-cell;
  vertical-align: middle;
}
.collapsibleContent__blankTd {
  padding: 15px 20px 15px 10px;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .collapsibleContent__para {
    font-size: 16px ;
  }
  .collapsibleContent__para.bm-type_AnsText {
    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);
  }
}
/*******************************
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);
  }
}
.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);
  }
}
.bgAnimate {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.bgAnimate__Output {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.bgCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.bgCont.bm-bg_gray {
  background-color: #efefed;
}
.bgCont__video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.bgCont__image {
  position: absolute;
  z-index: -1;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}
.bgCont__image.bm-scale_full {
  max-width: 100%;
}
.bgCont__image-repeat {
  position: relative;
  z-index: -1;
  height: 100%;
  display: block;
  overflow: hidden;
}
.bgCont__image-repeat .bg-image {
  height: 100%;
  background-repeat: repeat;
}
.bgCont__image-responsive-with-bg-position {
  position: relative;
  z-index: -1;
  height: 100%;
  display: block;
  overflow: hidden;
}
.bgCont__image-responsive-with-bg-position .bg-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgCont .mejs-container {
  background-color: transparent;
}
.bgCont img[src=""] {
  display: none;
}
.bgComp {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 65px;
}
.bgComp .marquee {
  margin-top: -65px;
}
.bgComp.bm-type_withBtmSpacing {
  margin-bottom: 65px;
}
.bgComp.bm-padding_top_none {
  padding-top: 0px;
}
.bgComp.bm-bg_gray {
  background-color: #efefed;
}
.bgComp.bm-bg_black {
  background-color: black;
}
.bgComp h2.emptycomponent {
  color: #428bca;
}
.bgComp.bm-topSpacing_small {
  padding-top: 40px;
}
.bgComp.bm-topSpacing_none {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .bgComp.bm-topSpacing_small {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .bgComp {
    padding-top: 93px;
  }
  .bgComp .marquee {
    margin-top: -93px;
  }
  .bgComp.bm-type_withBtmSpacing {
    margin-bottom: 93px;
  }
  .bgComp.bm-topSpacing_small .utilsTray {
    margin-top: 45px;
  }
}
.design-gsam .bgComp.bm-type_withBtmSpacing {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .design-gsam .bgComp.bm-type_withBtmSpacing {
    margin-bottom: 40px;
  }
}
.bm-bgSize__content,
.bm-bgSize__custom {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 0 4.9%;
}
@media (min-width: 768px) {
  .bm-bgSize__content,
  .bm-bgSize__custom {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .bm-bgSize__content,
  .bm-bgSize__custom {
    padding: 0 40px;
  }
}
.bm-bgSize__content .bgComp,
.bm-bgSize__custom .bgComp {
  margin-left: auto;
  margin-right: auto;
}
.bm-bgSize__content .compCont,
.bm-bgSize__custom .compCont,
.bm-bgSize__content .cq-colctrl-default,
.bm-bgSize__custom .cq-colctrl-default,
.bm-bgSize__content .cq-colctrl-lt1,
.bm-bgSize__custom .cq-colctrl-lt1,
.bm-bgSize__content .cq-colctrl-lt2,
.bm-bgSize__custom .cq-colctrl-lt2,
.bm-bgSize__content .cq-colctrl-lt3,
.bm-bgSize__custom .cq-colctrl-lt3,
.bm-bgSize__content .cq-colctrl-lt4,
.bm-bgSize__custom .cq-colctrl-lt4,
.bm-bgSize__content .cq-colctrl-lt5,
.bm-bgSize__custom .cq-colctrl-lt5,
.bm-bgSize__content .cq-colctrl-lt6,
.bm-bgSize__custom .cq-colctrl-lt6 {
  padding: 0;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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);
  }
}
.bgComp .compCont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 0 4.9%;
}
@media (min-width: 768px) {
  .bgComp .compCont {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .bgComp .compCont {
    padding: 0 40px;
  }
}
.date1 {
  font: bold 11px 'UniversLTStdBold', Meiryo, "Hiragino Kaku Gothic Pro";
  color: #508ac4;
  margin-bottom: 13px;
  display: inline-block;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .date1 {
    font-size: 10px;
    margin-bottom: 9px;
  }
}
@media (min-width: 1024px) {
  .date1 {
    font-size: 12px;
  }
}
.documentList {
  padding: 30px 15px 0;
}
@media (min-width: 768px) {
  .documentList {
    padding: 30px 30px 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);
  }
}
.imageComp {
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.imageComp.bm-type_scrollable {
  overflow-x: auto;
}
.imageComp__img {
  max-width: 100%;
}
.imageComp__img.bm-type_scrollable {
  max-width: 450px;
}
@media (min-width: 768px) {
  .imageComp.bm-type_scrollable {
    overflow: hidden;
  }
  .imageComp__img.bm-type_scrollable {
    max-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);
  }
}
.abutAuthorContainer {
  padding-bottom: 10px;
}
.abutAuthor {
  display: table;
  border-top: 1px solid #d6d6d6;
  width: 100%;
  padding-top: 19px;
}
.abutAuthor.bm-type-mrgnBtm {
  margin-bottom: 15px;
}
.abutAuthor:first-child {
  border: none;
  padding-top: 0px;
}
.abutAuthor.bm-type_wth3 {
  display: block;
  border-top: 1px solid #d6d6d6;
  padding: 18px 0 18px 0;
}
.abutAuthor.bm-type_wth3:first-child {
  padding-top: 0px;
  border-top: none;
}
@media (min-width: 768px) {
  .abutAuthor.bm-type_wth3 {
    display: inline-block;
    width: 30%;
    border-left: 1px solid #d6d6d6;
    padding: 0 10px;
    border-top: none;
  }
  .abutAuthor.bm-type_wth3:first-child {
    border: 0px;
  }
}
@media (min-width: 1024px) {
  .abutAuthor.bm-type_wth3 {
    display: block;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    padding: 18px 0 18px 0;
    border-left: none;
  }
  .abutAuthor.bm-type_wth3:first-child {
    padding-top: 0px;
    border-top: none;
  }
}
.abutAuthor__img {
  display: table-cell;
  vertical-align: top;
  width: 70px;
  padding-right: 10px;
}
.abutAuthor__img.bm-type-pddngBtm {
  padding-bottom: 20px;
}
.abutAuthor__desc {
  display: table-cell;
  vertical-align: top;
}
.abutAuthor__desc.bm-type-pddngBtm {
  padding-bottom: 17px;
}
.abutAuthor__desc__heading {
  margin-top: 0;
  padding: 0;
  margin-bottom: 5px;
  text-transform: none;
}
.abutAuthor__desc__title,
.abutAuthor__desc__title p {
  font: 15px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro";
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.adaptiveImg {
  margin-bottom: 12px;
  position: relative;
}
.adaptiveImg__img img {
  width: 100%;
}
.adaptiveImg__caption {
  background-color: #efefed;
  padding: 10px;
}
.adaptiveImg {
  margin-bottom: 12px;
  position: relative;
}
.adaptiveImg__img img {
  width: 100%;
}
.adaptiveImg__caption {
  background-color: #efefed;
  padding: 10px;
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.relatedTopicCont {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .relatedTopicCont {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .secondaryCol .relatedTopicCont {
    margin-bottom: 25px;
  }
}
.relatedTopic {
  padding-top: 20px;
  border-top: 1px solid #D6D6D6;
  font-size: 0;
}
.relatedTopic:first-child {
  border: 0;
  padding-top: 0;
}
.relatedTopic__thumb {
  margin-bottom: 18px;
  position: relative;
  display: block;
}
.relatedTopic__thumb .adaptiveImg {
  margin: 0;
}
.relatedTopic__thumb__videoIcon {
  position: absolute;
  left: 0;
  bottom: 0;
}
.relatedTopic__desc {
  margin-bottom: 15px;
  vertical-align: top;
}
.relatedTopic__desc__eyebrow {
  margin-bottom: 4px;
}
.relatedTopic__desc__link {
  display: inline-block;
  margin-bottom: 5px;
}
.relatedTopic__desc__text,
.relatedTopic__desc__text p {
  margin: 0;
  font-size: 14px;
}
.relatedTopic__desc .icon {
  margin-right: 5px;
}
.relatedTopic__img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .relatedTopic__thumb {
    margin-bottom: 20px;
    width: 26.4%;
    padding-right: 20px;
    display: inline-block;
  }
  .relatedTopic__desc {
    width: 73.6%;
    display: inline-block;
  }
  .relatedTopic__desc.bm-mode_noThumb {
    width: 100%;
  }
  .relatedTopic__desc__eyebrow {
    margin-bottom: 1px;
  }
  .relatedTopic__desc__link {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .relatedTopic__thumb {
    width: 27.7%;
  }
  .relatedTopic__desc {
    width: 72.3%;
  }
}
@media print {
  .relatedTop__thumb,
  .secondaryCol .relatedTopic__thumb {
    margin-bottom: 20px;
    width: 26.4%;
    padding-right: 20px;
    display: inline-block;
  }
  .relatedTop__desc,
  .secondaryCol .relatedTopic__desc {
    width: 73.6%;
    display: inline-block;
  }
  .relatedTop__desc.bm-mode_noThumb,
  .secondaryCol .relatedTopic__desc.bm-mode_noThumb {
    width: 100%;
  }
  .relatedTop__desc__eyebrow,
  .secondaryCol .relatedTopic__desc__eyebrow {
    margin-bottom: 1px;
  }
  .relatedTop__desc__link,
  .secondaryCol .relatedTopic__desc__link {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .secondaryCol .relatedTopic__thumb {
    width: 100%;
    display: block;
    margin-bottom: 18px;
    padding-right: 0;
  }
  .secondaryCol .relatedTopic__desc {
    display: block;
    width: 100%;
  }
  .secondaryCol .relatedTopic__desc__eyebrow {
    margin-bottom: 4px;
  }
  .secondaryCol .relatedTopic__desc__link {
    margin-bottom: 5px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.highlightedComp {
  font-size: 0;
  background-color: #85abd1;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
.highlightedComp.bm-mode_noThumb {
  padding-top: 17px;
}
.highlightedComp__thumbnail {
  width: 100%;
  margin-bottom: 17px;
  display: inline-block;
}
.highlightedComp__thumbnail .adaptiveImg {
  margin-bottom: 0;
}
.highlightedComp__content {
  padding: 0 10px;
}
.highlightedComp__content .icon {
  margin-right: 5px;
}
.highlightedComp__link {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .highlightedComp {
    padding: 0;
  }
  .highlightedComp.bm-mode_noThumb {
    padding-top: 0;
  }
  .highlightedComp__thumbnail {
    vertical-align: middle;
    width: 32.8%;
    margin: 0;
  }
  .highlightedComp__content {
    display: inline-block;
    padding: 16px 20px;
    vertical-align: top;
    width: 67.2%;
  }
  .highlightedComp__content.bm-mode_noThumb {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .highlightedComp {
    padding-bottom: 26px;
  }
  .highlightedComp.bm-mode_noThumb {
    padding-top: 17px;
  }
  .highlightedComp__thumbnail {
    width: 100%;
    margin-bottom: 17px;
  }
  .highlightedComp__content {
    padding: 0 20px;
    width: 100%;
  }
}
@media print {
  .highlightedComp {
    padding: 0;
  }
  .highlightedComp__thumbnail {
    vertical-align: middle;
    width: 32.8%;
    margin: 0;
  }
  .highlightedComp__content {
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: top;
    width: 67.2%;
  }
  .highlightedComp__content.bm-mode_noThumb {
    width: 100%;
  }
}
.highlightedCompTitle {
  margin: 0 0 11px;
}
@media (min-width: 768px) {
  .highlightedCompTitle {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .highlightedCompTitle {
    margin-bottom: 11px;
  }
}
.highlightedCompDesc,
.highlightedCompDesc p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.highlightedCompLink {
  font-size: 16px;
  color: #365884;
  font-family: 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .highlightedCompLink {
    margin-top: 6px;
  }
}
@media (min-width: 1024px) {
  .highlightedCompLink {
    margin-top: 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);
  }
}
.pageTitleBox {
  padding-bottom: 25px;
}
.pageTitleBox__container {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .pageTitleBox__container {
    width: 100%;
    display: table;
  }
}
.pageTitleBox__title {
  max-width: 90%;
  float: left;
}
@media screen and (min-width: 1024px) {
  .pageTitleBox__title {
    float: none;
    padding-right: 20px;
    display: table-cell;
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .pageTitleBox {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .pageTitleBox {
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .utilsBox .utils:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .utilsBox .utils:last-child .extraOptions:last-child {
    padding-right: 0;
  }
}
.mediumCustomHeading {
  margin: 8px 10px 11px;
}
@media (min-width: 768px) {
  .mediumCustomHeading {
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  .mediumCustomHeading {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* BG Image Path */
/*asset class colors*/
/*******************************************************************************************/
/*******************************
colors - Footer
*******************************/
/*******************************************************************************************/
/*******************************
Colors - GlobalNavigation
*******************************/
/*******************************************************************************************/
/*******************************
Colors : Header
*******************************/
/*******************************************************************************************/
/*******************************
Colors - The Latest
*******************************/
/*******************************************************************************************/
/*******************************
Colors - Login
*******************************/
/*******************************
Colors - Login_v2
*******************************/
/*******************************
Colors - Login_v3
*******************************/
/*******************************************************************************************/
/*******************************
colors - Explore Funds
*******************************/
/*******************************
colors - Explore Funds Financial Intermediary Theme
*******************************/
/*******************************************************************************************/
/*******************************
colors - More Stories
*******************************/
/*******************************
mixins - More Stories
*******************************/
/*******************************************************************************************/
/*******************************
variables - Hero Space
*******************************/
/*******************************
colors - Hero Space
*******************************/
/*******************************************************************************************/
/*******************************
colors - Fund Carousel
*******************************/
/* @font-family-UCL: 'UniversCondensedLight'; */
/*******************************
variables - Fund Carousel
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
/*******************************
colors - searchResult
*******************************/
/*******************************
Colors - Literature Tab
*******************************/
/*******************************
Colors - Commentary Tab
*******************************/
/*******************************
colors- Black Popup
*******************************/
/*******************************
colors- Error Message
*******************************/
/*******************************
Theme Color- Market Strategy
*******************************/
/*******************************
Theme Color- Business Practices
*******************************/
/*******************************
Theme Color- Portfolio Strategy
*******************************/
/*******************************
Theme Color- Advisor Resource
*******************************/
/*******************************
Theme Color- Sem Campaign
*******************************/
/************************
Dimension of ratina image
*************************/
/*******************************
Theme Colors- Meet The Experts
*******************************/
/*******************************
Theme Colors- for new global navigation
*******************************/
/*margin-left corresponding to 20% width for recently viewed and favorite funds*/
@-webkit-keyframes load5sh {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load5sh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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);
  }
}
.contentListHolder {
  padding-bottom: 20px;
}
.contentListItem {
  font-size: 0;
}
.contentListItem.bm-cont_withBTop {
  padding-top: 20px;
  border-top: 1px solid #e2e3e4;
}
.contentListItem__thumbnail {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  padding-bottom: 20px;
  position: relative;
}
.contentListItem__thumbnail img {
  max-width: 100%;
}
.contentListItem__thumbnail__icon {
  background-color: #000;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 10px 6px;
  -ms-filter: "alpha(opacity=65)";
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.contentListItem__content {
  margin-top: -3px;
  display: inline-block;
  width: 65%;
  padding-left: 10px;
  padding-bottom: 15px;
}
.contentListItem__content.bm-cont_featured > a {
  font-size: 18px;
}
.contentListItem__content.bm-cont_noThumb {
  width: 100%;
  padding-left: 0;
}
.contentListItem .dPDFBtn {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .contentListItem__thumbnail {
    width: 22.2%;
  }
  .contentListItem__content {
    width: 77.8%;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .contentListItem__thumbnail {
    width: 24.7%;
  }
  .contentListItem__content {
    width: 75.3%;
  }
}

/* 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);
  }
}
.carousel-container {
  margin-bottom: 40px;
}
.carousel-container .pointer-line {
  border: 0px;
  height: 1px;
  color: #33556D;
  background-color: #33556D;
  margin-bottom: 20px;
  margin-top: -1px;
}
.carousel-container .related {
  font-size: 14px;
  line-height: 20px;
}
.clofitileContent {
  padding: 0 10px;
}
.clofitileContent__category {
  display: block;
}
@media (min-width: 1440px) {
  .clofitileContent__category {
    display: inline-block;
  }
}
.clofitileContent__header {
  margin: 0;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.clofitileContent__header .pipe {
  display: none;
}
@media (min-width: 1440px) {
  .clofitileContent__header .pipe {
    display: inline;
  }
}
.clofitileContent__title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  padding-bottom: 10px;
}
.clofitileContent__text {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clofitileContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 50px;
  margin: 0 auto;
  font-size: 0;
  white-space: nowrap;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .clofitileContainer {
    width: 78%;
  }
}
@media (min-width: 1024px) {
  .clofitileContainer {
    width: 90%;
  }
}
.clofitileContainer .cardHeader {
  background-color: transparent;
  display: none;
}
.clofitileContainer__item {
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  padding: 0 8.5%;
  overflow: visible;
  margin-left: 0;
  margin-bottom: 0;
  /*
		&:hover ~ .first-pointer{
			opacity:0;
			border-width: 0;
		}
		*/
}
@media (min-width: 768px) {
  .clofitileContainer__item {
    margin-right: 17%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .clofitileContainer__item {
    margin-right: 9%;
  }
}
.clofitileContainer__item.bm-col_3 {
  width: 100%;
  height: 200px;
  max-height: 100%;
}
@media (min-width: 768px) {
  .clofitileContainer__item.bm-col_3 {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .clofitileContainer__item.bm-col_3 {
    width: 27%;
  }
}
@media (min-width: 1440px) {
  .clofitileContainer__item.bm-col_3 {
    width: 27%;
    height: 170px;
  }
}
.clofitileContainer__item .pointer {
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  position: absolute;
  display: block;
  opacity: 0;
  border-color: #33556D;
  border-style: solid;
  width: 30px;
  height: 30px;
  transform-origin: 15px 15px;
  transform: scale(1, 0.5) rotate(45deg);
  transition: opacity 0.3s ease-in;
  margin: 0;
  right: 0;
  border-width: 1px 0 0 1px;
  bottom: -65px;
  background-color: white;
  left: 50%;
}
@media (min-width: 768px) {
  .clofitileContainer__item .pointer {
    left: 34%;
  }
}
.clofitileContainer__item:hover .pointer {
  max-height: 30px;
  opacity: 1;
}
.clofitileContainer .first-pointer {
  position: absolute;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  left: 40%;
  display: block;
  bottom: -15px;
  border-color: #33556D;
  border-style: solid;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
  background-color: white;
}
@media (min-width: 768px) {
  .clofitileContainer .first-pointer {
    left: 10%;
  }
}
.clofi-slider {
  position: relative;
  overflow: hidden;
}
.clofi-slider > input {
  display: none;
}
.clofi-slider > input:nth-of-type( 20):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1900%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 20):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -1064%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 20):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -684%;
  }
}
.clofi-slider > input:nth-of-type( 19):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1800%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 19):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -1008%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 19):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -648%;
  }
}
.clofi-slider > input:nth-of-type( 18):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1700%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 18):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -952%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 18):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -612%;
  }
}
.clofi-slider > input:nth-of-type( 17):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1600%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 17):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -896%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 17):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -576%;
  }
}
.clofi-slider > input:nth-of-type( 16):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1500%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 16):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -840%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 16):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -540%;
  }
}
.clofi-slider > input:nth-of-type( 15):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1400%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 15):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -784%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 15):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -504%;
  }
}
.clofi-slider > input:nth-of-type( 14):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1300%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 14):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -728%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 14):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -468%;
  }
}
.clofi-slider > input:nth-of-type( 13):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1200%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 13):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -672%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 13):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -432%;
  }
}
.clofi-slider > input:nth-of-type( 12):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1100%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 12):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -616%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 12):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -396%;
  }
}
.clofi-slider > input:nth-of-type( 11):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -1000%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 11):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -560%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 11):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -360%;
  }
}
.clofi-slider > input:nth-of-type( 10):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -900%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 10):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -504%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 10):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -324%;
  }
}
.clofi-slider > input:nth-of-type( 9):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -800%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 9):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -448%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 9):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -288%;
  }
}
.clofi-slider > input:nth-of-type( 8):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -700%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 8):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -392%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 8):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -252%;
  }
}
.clofi-slider > input:nth-of-type( 7):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -600%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 7):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -336%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 7):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -216%;
  }
}
.clofi-slider > input:nth-of-type( 6):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -500%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 6):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -280%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 6):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -180%;
  }
}
.clofi-slider > input:nth-of-type( 5):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -400%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 5):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -224%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 5):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -144%;
  }
}
.clofi-slider > input:nth-of-type( 4):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -300%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 4):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -168%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 4):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -108%;
  }
}
.clofi-slider > input:nth-of-type( 3):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -200%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 3):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -112%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 3):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -72%;
  }
}
.clofi-slider > input:nth-of-type( 2):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: -100%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 2):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -56%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 2):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: -36%;
  }
}
.clofi-slider > input:nth-of-type( 1):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .clofi-slider > input:nth-of-type( 1):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .clofi-slider > input:nth-of-type( 1):checked ~ .clofitileContainer .clofitileContainer__item:first-of-type {
    margin-left: 0%;
  }
}
.clofi-slider > .clofitileContainer > .clofitileContainer__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);
  vertical-align: top;
  white-space: normal;
  font-size: initial;
  position: relative;
}
.clofi-slider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.clofi-slider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.clofi-slider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.clofi-slider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.clofi-slider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.clofi-slider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.clofi-slider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.clofi-slider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.clofi-slider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.clofi-slider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.clofi-slider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after,
.clofi-slider > input:nth-of-type(12):checked ~ .navigation label:nth-of-type(12):after,
.clofi-slider > input:nth-of-type(13):checked ~ .navigation label:nth-of-type(13):after,
.clofi-slider > input:nth-of-type(14):checked ~ .navigation label:nth-of-type(14):after,
.clofi-slider > input:nth-of-type(15):checked ~ .navigation label:nth-of-type(15):after,
.clofi-slider > input:nth-of-type(16):checked ~ .navigation label:nth-of-type(16):after,
.clofi-slider > input:nth-of-type(17):checked ~ .navigation label:nth-of-type(17):after,
.clofi-slider > input:nth-of-type(18):checked ~ .navigation label:nth-of-type(18):after,
.clofi-slider > input:nth-of-type(19):checked ~ .navigation label:nth-of-type(19):after,
.clofi-slider > input:nth-of-type(20):checked ~ .navigation label:nth-of-type(20):after,
.clofi-slider > input:nth-of-type(21):checked ~ .navigation label:nth-of-type(21):after {
  opacity: 1;
}
/*#region MODULES */
.clofi-slider > .arrows {
  width: 100%;
  z-index: 1;
}
.clofi-slider > .arrows label {
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  display: none;
  position: absolute;
  width: 8%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-color: #33556D;
  border-style: solid;
  transform: rotate(45deg);
  top: 80px;
  /* -webkit-transform:rotate(62.5deg) skewX(30deg) scaleY(0.80710678); */
}
@media (min-width: 1440px) {
  .clofi-slider > .arrows label {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .clofi-slider > .arrows label {
    /*	-webkit-transform: rotate(67.5deg) skewX(45deg) scaleY(cos(45deg)); */
    height: 40px;
    width: 40px;
  }
}
.clofi-slider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.clofi-slider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.clofi-slider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.clofi-slider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.clofi-slider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.clofi-slider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.clofi-slider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.clofi-slider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.clofi-slider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.clofi-slider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.clofi-slider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10),
.clofi-slider > input:nth-of-type(12):checked ~ .arrows > label:nth-of-type(11),
.clofi-slider > input:nth-of-type(13):checked ~ .arrows > label:nth-of-type(12),
.clofi-slider > input:nth-of-type(14):checked ~ .arrows > label:nth-of-type(13),
.clofi-slider > input:nth-of-type(15):checked ~ .arrows > label:nth-of-type(14),
.clofi-slider > input:nth-of-type(16):checked ~ .arrows > label:nth-of-type(15),
.clofi-slider > input:nth-of-type(17):checked ~ .arrows > label:nth-of-type(16),
.clofi-slider > input:nth-of-type(18):checked ~ .arrows > label:nth-of-type(17),
.clofi-slider > input:nth-of-type(19):checked ~ .arrows > label:nth-of-type(18),
.clofi-slider > input:nth-of-type(20):checked ~ .arrows > label:nth-of-type(19),
.clofi-slider > input:nth-of-type(21):checked ~ .arrows > label:nth-of-type(20) {
  display: block;
  left: 10px;
  right: auto;
  border-width: 0 0 1px 1px ;
}
.clofi-slider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.clofi-slider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.clofi-slider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.clofi-slider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.clofi-slider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.clofi-slider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.clofi-slider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.clofi-slider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.clofi-slider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.clofi-slider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.clofi-slider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12),
.clofi-slider > input:nth-of-type(12):checked ~ .arrows > label:nth-of-type(13),
.clofi-slider > input:nth-of-type(13):checked ~ .arrows > label:nth-of-type(14),
.clofi-slider > input:nth-of-type(14):checked ~ .arrows > label:nth-of-type(15),
.clofi-slider > input:nth-of-type(15):checked ~ .arrows > label:nth-of-type(16),
.clofi-slider > input:nth-of-type(16):checked ~ .arrows > label:nth-of-type(17),
.clofi-slider > input:nth-of-type(17):checked ~ .arrows > label:nth-of-type(18),
.clofi-slider > input:nth-of-type(18):checked ~ .arrows > label:nth-of-type(19),
.clofi-slider > input:nth-of-type(19):checked ~ .arrows > label:nth-of-type(20),
.clofi-slider > input:nth-of-type(20):checked ~ .arrows > label:nth-of-type(21),
.clofi-slider > input:nth-of-type(21):checked ~ .arrows > label:nth-of-type(22) {
  display: block;
  right: 10px;
  left: auto;
  border-width: 1px 1px 0 0 ;
}
/*#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);
  }
}
.menu {
  padding-left: 0;
  margin-bottom: 17px;
  font-size: 0;
  margin-left: -3%;
}
.menu__items {
  display: inline-block;
  width: 47%;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-left: 8px;
  vertical-align: top;
  margin-left: 3%;
}
.menu .visual {
  display: none;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  background-color: #004F7C;
  width: 5px;
  height: 20px;
}
.menu .visual.selector {
  display: block;
}
.menu .visual.bm-pstn_left {
  left: 20px;
}
@media (min-width: 768px) {
  .menu {
    margin-bottom: 13px;
    margin-left: -2%;
  }
  .menu__items {
    width: 31.33%;
    padding-left: 10px;
    margin-left: 2%;
  }
}
@media (min-width: 1024px) {
  .menu {
    margin-left: 0;
  }
  .menu__items {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .twoColumn__primary .menuWrapper {
    margin-top: -5px;
  }
  .secondaryCol .browsebyTopicsMI .title {
    margin: 0 !important;
  }
  .secondaryCol .visual {
    top: 4px;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 27px;
  }
  .secondaryCol .visual.bm-pstn_left {
    left: 20px;
  }
  .secondaryCol .menu {
    margin-bottom: 40px;
  }
  .secondaryCol .menu__items {
    display: block;
    width: 100%;
    padding: 0;
  }
  .secondaryCol .menu__links {
    display: block;
    width: 100%;
    padding: 7px 16px 7px 16px;
    border-bottom: 1px solid #d6d6d6;
    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
*******************************/
/*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);
  }
}
.sql__cont {
  position: relative;
}
.sql__cont.bm-docked {
  position: fixed;
  top: 0;
  z-index: 1;
}
.sql__cont.selected {
  z-index: 1000;
}
.sql.bm-docked {
  height: 50px;
}
.sqlHeader {
  background-color: white;
  cursor: pointer;
  height: 40px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
}
.sqlHeader__icon {
  background-color: #999999;
  padding: 13px;
  height: 40px;
  display: inline-block;
}
.sqlHeader__title {
  display: inline-block;
  margin: 12px 0 8px 0;
  font-size: 16px;
  padding-left: 2px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .sqlHeader {
    height: 42px;
  }
  .sqlHeader__icon {
    padding: 14px;
    height: 42px;
  }
  .sqlHeader__title {
    font-size: 20px;
    margin: 10px 0 8px 0;
  }
}
.sqlList {
  padding-top: 8px;
  background-color: #f7f7f6;
  border-top: 1px solid #dedfdf;
  position: absolute;
  width: 100%;
  max-height: calc(100vh - 40px);
  max-height: -moz-calc(100vh - 40px);
  max-height: -webkit-calc(100vh - 40px);
  overflow: auto;
}
.sqlList ul {
  padding: 0 0 7px 0;
  margin-bottom: 0;
}
.sqlList__item {
  list-style: none;
  padding: 8px 15px 9px;
}
.sqlList__title {
  font: bold 16px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
.sqlList__title.bm-selected {
  color: #999;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
}
@media (min-width: 768px) {
  .sqlList {
    max-height: calc(100vh - 42px);
    max-height: -moz-calc(100vh - 42px);
    max-height: -webkit-calc(100vh - 42px);
    padding-top: 6px;
  }
  .sqlList ul {
    padding: 0 0 8px 0;
  }
  .sqlList__item {
    padding: 8px 10px 7px 45px;
  }
  .sqlList__title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .sqlList ul {
    padding: 0 0 7px 0;
  }
  .sqlList__item {
    padding: 9px 10px 8px 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);
  }
}
.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);
  }
}
.researchHouseRating p {
  font-size: 16px;
  line-height: 24px;
}
.researchHouseRating table {
  width: 100%;
  border-top: 2px solid #7b9bc0;
  border-bottom: 1px solid #565657;
  margin: 0 0 15px;
  border-left-color: #565657;
}
.researchHouseRating table tr {
  border: none;
  background: #FFFFFF;
}
.researchHouseRating table tr:nth-child(odd) {
  background: #e7e7e8 !important;
}
.researchHouseRating table tr th,
.researchHouseRating table tr td {
  border: none !important;
  padding: 5px 10px !important;
  text-align: left;
  background: transparent !important;
}
.researchHouseRating table tr th {
  font: bold 22px/24px 'UniversCondensedBold', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  font-weight: bold;
  color: #FFFFFF;
  background: #85ABD1 !important;
}
.researchHouseRating table tr td {
  font: normal 14px/18px 'UniversCondensed', Meiryo, "Hiragino Kaku Gothic Pro", Arial;
  color: #231f20;
}

/* 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);
  }
}
.pfAvailability {
  width: 100%;
  overflow: auto;
}
.pfAvailability .tabPanel {
  margin-top: 0;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .pfAvailability {
    background-color: #efefed;
  }
}
.platformAvailabilityTab {
  min-height: 1000px;
}
.platformAvailabilityTab__detail {
  padding: 0 3.3%;
}
.platformAvailabilityTab .SCMBlock {
  max-width: 97%;
}
@media (min-width: 768px) {
  .platformAvailabilityTab__detail {
    padding: 0 2.5%;
  }
  .platformAvailabilityTab .SCMBlock {
    max-width: 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);
  }
}
.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);
  }
}
.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);
  }
}
/*******************************
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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}

/*

    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);
  }
}
.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;
}

